@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
    width: 100%;
    height: 100%;
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
}

/*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input,button{
    outline: none;
    border: none;
}
s{
    text-decoration: none;
}
a, img {
    -webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, a {
    display: block;
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header,menu, nav, section {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
body {
    max-width: 1920px;
    width: 100%;
    color: #333;
    font-size: 12px;
    margin: 0 auto;
    font-family: Arial,'PingFang SC','Microsoft YaHei', Tahoma, 'sans-serif';
}

ul,li{
    list-style-type: none;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    /*letter-spacing: 2px;*/
    text-decoration: none;
    font-family: Arial,'PingFang SC','Microsoft YaHei', Tahoma, 'sans-serif';
    cursor: pointer;
    display: block;
}
a:hover {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
ul, ol, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: Arial,'PingFang SC','Microsoft YaHei', Tahoma, 'sans-serif';
}
img {
    border: none;
    display: block;
}
input{
    font-family: Arial,'PingFang SC','Microsoft YaHei', Tahoma, 'sans-serif';
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.w{
    width: 1000px;
    margin: 0 auto;
}
.fl{
    float: left !important;
}
.fr{
    float: right !important;
}
.db{
    display: block !important;
}
.dn{
    display: none !important;
}
.pt{
    padding-left: 0 !important;
}
.pr{
    padding-right: 0 !important;
}
.pl{
    padding-left: 0 !important;
}
.pb{
    padding-bottom: 0 !important;
}
.ml{
    margin-left: 0 !important;
}
.mb{
    margin-bottom: 0 !important;
}
.mr{
    margin-right: 0 !important;
}
.mt{
    margin-top: 0 !important;
}

i{
    font-style:normal;
}

.w {
    width: 1200px;
}

.top-nav-c {
    width: 100%;
    /*padding: 2px 0;*/
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}

.top-nav {
    width: 1566px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.top-nav .logo {
    /*margin-right: 430px;*/
    width: 121px;
    margin-right: 407px;
}

@media (max-width: 1586px) {
    .top-nav {
        width: 1316px;
        margin: 0 auto;
    }

    .top-nav .logo {
        /*margin-right: 430px;*/
        margin: 8px 156px 8px 0;
    }
}

.nav {
    height: 60px;
}

.nav li {
    float: left;
    padding: 0 23px;
    position: relative;
    cursor: pointer;
}

.nav li a {
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
}

.nav li a:hover {
    color: rgba(0, 91, 172, 1) !important;
}

.current a {
    color: rgba(0, 91, 172, 1) !important;
}

.nav li span {
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 3px;
    background: rgba(0, 91, 172, 1);
    border-radius: 1px;
    display: none;
}

.nav li.current span {
    display: block;
}

.top-nav .seach {
    width: 24px;
    margin: 0 20px 0 57px;
    cursor: pointer;
}

.top-nav .stock {
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.top-nav .stock img{
    margin-right: 8px;
}
.searchBox {
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    padding: 12px 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    display: none;
}
.searchBox .searchBox-c{
    width: 800px;
    margin: 0 auto;
}
.searchBox .searchBox-c input{
    width:624px;
    height:48px;
    background:rgba(255,255,255,1);
    font-size: 14px;
    padding: 0 13px;
    line-height: 48px;
    float: left;
}
.searchBox .searchBox-c .searchbtn{
    display: block;
    width: 67px;
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #005BAC;
}
.searchBox .searchBox-c .searchclose{
    padding: 14px;
    float: right;
    cursor: pointer;
}
.searchBox .searchBox-c .searchclose img{
    display: block;
}

.banner-c {
    margin-top: 60px;
    width: 100%;
    position: relative;

}

.banner-c .banner {
    width: 100%;
}

.banner-c span.span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 410px;
    height: 114px;
    text-align: center;
}

.banner-c span.span h2 {
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    margin-bottom: 30px;
}

.banner-c span.span h3 {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
}

.position-c {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}

.position {
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.position img {
    height: 13px;
    margin-right: 4px;
}

.position h2 {
    font-size: 12px;
    color: #A5A5A5;
}

.position h2 s {
    font-size: 12px;
    color: #2D8ACF;
}
.module_til h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 78px;
}

.module_til h2 span {
    padding: 0 22px;
    font-size: 30px;
    line-height: 30px;
}

/* 右侧导航 */
.right-nav {
    width: 70px;
    height: 210px;
    background: #808080;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: fixed;
    z-index: 1000;
    right: 60px;
    bottom: 5%;
    margin-top: -105px;
}

.right-nav ul {
    width: 100%;
    height: 100%;
}

.right-nav ul li {
    width: 100%;
    height: 33.3333333%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.right-nav ul li:last-child {
    border-bottom: 0;
}


.right-nav ul li .transition {
    position: relative;
}

.right-nav ul li .tel {
    width: 100%;
    height: 100%;
    background: url("../images/telephone.png") no-repeat scroll center center;
}

.right-nav ul li .transition .box {
    width: 0px;
    height: 100%;
    position: absolute;
    background: #808080;
    top: 0;
    right: 67px;
    border-radius: 4px 0px 0px 4px;
    font-size: 15px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.right-nav ul li .transition .box a {
    color: #fff;
}

.right-nav ul li .qq {
    width: 100%;
    height: 100%;
    background: url("../images/chat.png") no-repeat scroll center center;
}

.right-nav ul li .cd-top-box {
    width: 100%;
    height: 100%;
    background: url("../images/top.png") no-repeat scroll center center;
}

.right-nav ul li:hover .transition .box {
    width: 218px;
    display: block;
}
.right-nav ul li .cd-top-box{
    cursor: pointer;
}
.foot {
    width: 100%;
    background: #1B1B1B;
}

.foot .w {
    /*height: 255px;*/
    padding: 42px 0 35px;
}

.foot h2 {
    font-size: 18px;
    color: #e2e1e1;
    line-height: 18px;
    padding-bottom: 2px;
}

.b_til {
    display: block;
    width: 40px;
    height: 1px;
    background: rgba(45, 138, 207, 1);
    margin: 20px 0 14px;
}

.contact_details {
    width: 433px;
}

.contact_details p {
    color: #C8C6C6;
    line-height: 26px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.contact_details p img{
    margin-right: 8px;
}
.contact_details p.p1 {
    padding-left: 34px;
}

.leave_message {
    width: 420px;
    height: 255px;
}

.leave_message .form input {
    width: 172px;
    height: 40px;
    background: #fff;
    padding: 0 14px;
    color: #333333;
    float: left;
    margin-right: 20px;
    font-size: 16px;
}
.leave_message .form textarea {
    float: left;
    width: 400px;
    padding: 3px 10px;
    height: 71px;
    margin: 21px 0;
    border: none;
    line-height: 24px;
    font-size: 16px;
    outline: none;
    resize: none;
    text-align: justify;
    display: block;
}
.leave_message .form a {
    float: left;
    width: 136px;
    height: 40px;
    background: rgba(45, 138, 207, 1);
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.interactive img {
    width: 200px;
}

.copy {
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    color: #f2f2f2;
    background-color: #000;
    display: flex;
    justify-content: center;
}
.copy a{
    color: #f2f2f2;
}
.copy a:hover{
    color: rgba(45, 138, 207, 1);
}
.show-download {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    top: 0;
    display: none;
}
.show-download .show-download-c {
    width: 215px;
    height: 266px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    background: url("../images/message_false.png") no-repeat;
}

.show-download .show-download-c p {
    width: 180px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 114px auto 0;
}
.show-download .show-download-c .btn {
    background: #f73c34;
    width: 62px;
    height: 28px;
    background:rgba(0,91,172,1);
    border-radius:5px;
    margin: 57px auto 0;
    color: #fff;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px;
}
/*公共部分end*/
