﻿input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    overflow: hidden;
}

.com-img img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.com-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1420 {
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.top_cc.scroll{
    position: fixed;
    top: 0px;
}

/*头部样式*/

.head_wap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-width: 100%;
}

.top_lian {
    position: relative;
}

.top_lian span {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    padding: 0 8px;
    display: inline-block;
}



.top_lian .fxx{
    display: inline-block;
    position: relative;
    z-index: 9999;
    vertical-align: middle;
}

.top_lian .fxx li{
    position: relative;
    display: inline-block;
    margin: 0 10px;
    transition: all .3s;
    vertical-align: middle;
    width: 30px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
    float: left;
}

.top_lian .fxx li::before{
    position: absolute;
    content: "";
    left: -10px;
    top: 2px;
    width: 1px;
    height: 17px;
    background: #7f7f7f;
}


.top_lian .fxx li img{left: 0; position: absolute;transition: all .3s ease;}
.top_lian .fxx li .img1{top: 0;}
.top_lian .fxx li .img2{top: 24px;}


.bdshare-button-style0-16{position: absolute;opacity: 0;}
.bdshare-button-style0-16 a{margin: 0 20px 0 0!important;width:30px!important;height:24px!important;padding: 0!important;}
.tshare > a{display: block;width: 87px;height: 26px;border: 2px solid #fff;color: #fff;text-align: center;font: normal 14px/23px "Microsoft YaHei";margin-left: 20px;}
.tshare > a:hover{background: #10508d;}
.tshare li{position: relative;}


.top_lian a img {
    max-width: 100%;
}


/* top_cc */

.top_cc {
    position: relative;
    background: #11497b;
    height: 80px;
    width: 100%;
    z-index: 9999;
}

.nav_wap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 5.125% 0;
}

.ads {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ads li {
    width: 20%;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    padding: 15px 3.125%;
    top: 0px;
}

.ads li+li {
    border-left: 2px dashed #c8c8c8;
}

.ads li a {
    display: block;
}

.ads li .ovimg {
    line-height: 85px;
}

.ads li .ovimg img {
    max-width: 100%;
}

.ads li h3 {
    font-size: 20px;
    color: #1b1b1b;
    padding: 20px 0 5px;
}

.ads li span {
    display: block;
    font-size: 12px;
    color: #1b1b1b;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ads li:hover {
    box-shadow: 0 0px 5px rgba(0, 0, 0, .3);
    top: -10px;
}

@media (max-width:768px) {
    .ads li {
        width: 50%;
        margin-bottom: 15px;
    }
    .ads li+li {
        border: none;
    }
    .ads li h3 {
        font-size: 16px;
        padding: 15px 0 5px;
    }
}


/* c2_index */

.c2_index {
    position: relative;
    padding: 3.125% 0;
    background: #f6f6f6;
}

.ttt2 {
    position: relative;
}

.ttt2 h3 {
    font-size: 40px;
    color: #131313;
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: normal;
}

.ttt2 h3 span {
    font-size: 14px;
    text-transform: uppercase;
    background: url(../../../../f7b85681/20/09/6dbbf5b5f1f316304ab9625b903a44362c798449.jpg) no-repeat left bottom;
    padding-bottom: 10px;
    margin-left: 8px;
    font-weight: normal;
}

.pro_list11 {
    margin-top: 3.1255%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_list11 li {
    position: relative;
    width: 24%;
}

.pro_list11 li a {
    display: block;
}

.pro_list11 li .com-img img {
    width: 100%;
}

.pro_list11 li .spro {
    position: relative;
    padding: 10px 10px;
    background: #fff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, .2);
    z-index: 9999;
    transition: all .5s;
}

.pro_list11 li .spro h3 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: normal;
    padding: 5px 0 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro_list11 li .spro span {
    display: block;
    font-size: 13px;
    color: #1b1b1b;
    line-height: 1.9;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_list11 li:hover .spro {
    background: #0170b5;
}

.pro_list11 li:hover .spro h3 {
    color: #fff;
}

.pro_list11 li:hover .spro span {
    color: #fff;
}

.c2_index .promore {
    display: block;
    margin: 0 auto;
    margin-top: 3.125%;
    width: 126px;
    line-height: 37px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #0170b5;
    background: #fff;
    transition: all .5s;
}

.c2_index .promore:hover {
    color: #fff;
    background: #0170b5;
}

@media (max-width:992px) {
    .ttt2 h3 {
        font-size: 30px;
    }
    .ttt2 h3 span {
        font-size: 12px;
        font-weight: normal;
        margin-left: 10px;
    }
}

@media (max-width:768px) {
    .pro_list11 li {
        width: 49%;
        margin-bottom: 20px;
    }
    .pro_list11 li .spro h3 {
        font-size: 15px;
        padding: 5px 0;
    }
    .pro_list11 li .spro span {
        line-height: 1.7;
        font-size: 12px;
    }
}


/* c3_index */

.c3_index {
    position: relative;
    /*background: url(//cdn.myxypt.com/f7b85681/20/09/ffdc75f00ea740893d0ce54ae9c8aae49478d336.jpg) no-repeat;*/
    background-size: cover;
    padding: 0;
    z-index: 999;
}

.c3_index::before{
     background: rgba(1,112,181,.5);
     content: "";
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     position: absolute;
}

.shiping {
    position: relative;
    z-index: -1;
}

.shiping img {
    width: 100%;
}

.c3_contt {
    width: 100%;
    text-align: justify;
    z-index: 999;
    color: #fff;
    vertical-align: middle;
    z-index: 9999;
    position: absolute; 
    top: 50%;
    left: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0); 
}

.ttt3 {
    text-align: center;
}

.ttt3 h3 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../../../../f7b85681/20/09/43581e1d5893bea0067ee692c91ee151404ea38a.jpg) no-repeat center bottom;
}

.ttt3 p {
    font-family: "Arial";
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.abbtxt {
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 2.6;
    margin: 5.125% 0;
    padding: 0 5.125%;
}

.c3_contt .abbmore {
    display: block;
    margin: 0 auto;
    margin-top: 3.125%;
    width: 126px;
    line-height: 37px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all .5s;
    border: 1px solid #fff;
}

.c3_contt .abbmore:hover {
    color: #0170b5;
    background: #fff;
}

@media (max-width:992px) {
    .ttt3 h3 {
        font-size: 30px;
    }
    .ttt3 p {
        font-size: 15px;
    }
    .abbtxt {
        line-height: 1.9;
        font-size: 16px;
        margin: 3.125% 0;
        padding: 0;
    }
}

@media (max-width:500px) {
    .ttt3 h3 {
        font-size: 24px;
    }
    .abbtxt {
        font-size: 14px;
    }
}


/* 新闻资讯 */

.c4_index {
    position: relative;
    padding: 3.125% 0;
}

.news_contt {
    position: relative;
    margin-top: 3.1255%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.news_left {
    /* position: relative; */
    width: 45%;
}

.news_list11 {
    /* position: relative; */
}

.news_left .slick-slider {
    position: static!important;
}

.news_list11 li {
    position: relative;
}

.news_list11 li a {
    display: block;
}

.news_list11 li .simg {
    overflow: hidden;
}

.news_list11 li .simg img {
    width: 100%;
}

.news_list11 li span {
    display: block;
    font-family: "Arial";
    font-size: 16px;
    color: #807e7e;
    margin-top: 30px;
}

.news_list11 li h3 {
    font-size: 18px;
    color: #1b1b1b;
}

.news_list11 li i {
    font-style: inherit;
    display: inline-block;
    padding-right: 45px;
    background: url(../../../../f7b85681/20/09/2aae5bd62b0cab46d5801223eb62aec2b0efc48d.png) no-repeat right center;
    font-size: 14px;
    color: #939393;
    font-family: "Arial";
    margin-top: 10px;
}

.news_list11 .slick-prev,
.news_list11 .slick-next {
    display: none!important;
}

.news_list11 .slick-dots {
    position: absolute;
    left: 50%;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 10px;
    transform: translateX(-50%);
}

.news_list11 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
}

.news_list11 .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.news_list11 .slick-dots li.slick-active {
    background-color: #0170b5;
}


/*  */

.news_right {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsaa {
    position: relative;
    width: 49%;
}

.nttt {
    position: relative;
    margin-bottom: 15px;
}

.nttt h3 {
    font-size: 26px;
    color: #0170b5;
    font-weight: normal;
}

.nttt h3 span {
    font-size: 14px;
    text-transform: uppercase;
}

.nttt a {
    position: absolute;
    right: 0px;
    top: 8px;
    line-height: 22px;
    color: #fff;
    background: #6f6f6f;
    border-radius: 10px;
    width: 70px;
    text-align: center;
}

.news_list22 {
    position: relative;
}

.news_list22 li {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 10px;
    background: #f6f6f6;
}

.news_list22 li a {
    display: block;
}

.news_list22 li h3 {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    padding: 10px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list22 li .nset {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    line-height: 1.7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news_list22 li .noot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.news_list22 li .noot span {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
}

.news_list22 li .noot i {
    font-style: inherit;
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
}

.news_list22 li:hover {
    background: #0170b5;
}

.news_list22 li:hover h3 {
    color: #fff;
}

.news_list22 li:hover .nset {
    color: #fff;
}

.news_list22 li:hover .noot {
    color: #fff;
}

.news_list22 li:hover .noot span,
.news_list22 li:hover .noot i {
    color: #fff;
}

.nttt2 h3 {
    color: #6f6f6f;
}

@media (max-width:992px) {
    .news_left {
        width: 100%;
        margin-bottom: 60px;
    }
    .news_right {
        width: 100%;
    }
    .news_left {
        position: relative;
    }
    .news_left .slick-slider {
        position: relative!important;
    }
    .news_list11 .slick-dots {
        bottom: -35px;
    }
}

@media (max-width:768px) {
    .nttt h3 {
        font-size: 20px;
    }
    .nttt h3 span {
        font-size: 12px;
    }
}

@media (max-width:600px) {
    .newsaa {
        width: 100%;
        margin-bottom: 15px;
    }
}


/* c5_index */

.c5_index {
    position: relative;
    padding: 5.125% 0 1.125%;
    background: url(../../../../f7b85681/20/09/5d6860a844bc84efa04a0f713d058d73c9041c6c.jpg) no-repeat;
    background: #333333;
    background-size: cover;
}

.c5_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c5left {
    position: relative;
    width: 40%;
    padding: 0 20px;
}

.c5left .flogo img {
    max-width: 100%;
}

.c5left h1 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin: 15px 0 0px;
}

.c5left h4 {
    font-weight: normal;
    font-family: "Arial";
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.c5left .c5_contact {
    position: relative;
}

.c5_contact li {
    margin-top: 30px;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
}

.c5_contact li .leimg {
    width: 50px;
    text-align: center;
    margin-right: 5px;
}

.c5_contact li .leimg img {
    max-width: 100%;
}

.c5_contact li .lexx span {
    display: block;
    color: #fff;
    font-size: 14px;
}

.c5right {
    position: relative;
    width: 60%;
}


/*  */

.foot_nav {
    position: relative;
    margin-top: 5.1255%;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 25px 0;
}

.foot_nav li {
    display: inline-block;
    padding: 0 3.125%;
    text-align: center;
}

.foot_nav li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.foot_home {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 15px 0;
    line-height: 1.7;
    font-size: 14px;
}

.foot_home a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.foot_home a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width:992px) {
    .c5left h1 {
        font-size: 30px;
    }
    .c5left h4 {
        font-size: 15px;
        letter-spacing: 3px;
    }
}

@media (max-width:768px) {
    .c5left {
        width: 100%;
        padding: 20px 0;
    }
    .c5right {
        width: 100%;
    }
}

@media (max-width:500px) {
    .x-message-wrap #checkcode {
        width: 30%;
    }
    .x-message-wrap .checkCodeImg {
        width: 22%;
    }
}




/* 内页新闻置顶 */
.news_nei{
    text-align: center;
    padding: 3.125% 0;
}

.news_nei h3{
    text-transform: uppercase;
    font-size: 36px;
    color: #000000;
}
.news_nei p{
    text-transform: uppercase;
    font-size: 36px;
    color: #0170b5;
}


.news_tj {
    position: relative;
    background: #f3f3f3;
    padding: 30px;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.news_tj li.snew {
    position: relative;
    display: flex!important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.news_tj li .nleft {
    position: relative;
    width: 45%;
    padding: 0 30px;
}

.news_tj li .nleft img {
    width: 100%;
}

.news_tj li .nright {
    width: 50%;
    position: relative;
}

.news_tj li .nright .ncc {
    position: relative;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
}

.news_tj li .nright .ncc .ntime {
    width: 110px;
    text-align: center;
    margin-right: 10px;
}

.news_tj li .nright .ncc .ntime span {
    display: block;
    font-size: 48px;
    color: #0170b5;
    line-height: 1;
}

.news_tj li .nright .ncc .ntime i {
    display: block;
    font-style: inherit;
    font-size: 24px;
    color: #000000;
}

.news_tj li .nright .ncc h3 {
    font-size: 30px;
    font-weight: normal;
    color: #000000;
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_tj li .nright .ncontt {
    font-size: 18px;
    color: #000;
    line-height: 1.9;
    margin: 5.125% 0;
}

.news_tj li .nright .readmore {
    display: block;
    line-height: 45px;
    width: 145px;
    background: #0170b5;
    border-radius: 30px;
    font-family: "Arial";
    font-size: 14px;
    color: #ffff;
    text-align: center;
}


/*  */

.news_tj .slick-prev,
.news_tj .slick-next {
    display: none!important;
}

.news_tj .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 20px;
}

.news_tj .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    width: 35px;
    height: 4px;
    background: #cdcdcd;
    cursor: pointer;
}

.news_tj .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.news_tj .slick-dots li.slick-active {
    background-color: #0170b5;
}

@media (max-width:1200px) {
    .news_tj li .nleft {
        padding: 0;
    }
    .news_tj li .nright .ncc .ntime span {
        font-size: 38px;
    }
    .news_tj li .nright .ncc .ntime i {
        font-size: 20px;
    }
    .news_tj li .nright .ncc h3 {
        font-size: 24px;
    }
    .news_tj li .nright .ncontt {
        font-size: 16px;
    }
    .news_tj li .nright .readmore {
        line-height: 35px;
        width: 125px;
    }
    
    .news_nei h3{
        font-size:30px;
    }
    .news_nei p{
        font-size:30px;
    }
}



@media (max-width:768px) {
    .news_tj {
        padding: 15px 15px 40px;
    }
    .news_tj li .nleft {
        width: 100%;
    }
    .news_tj li .nright {
        width: 100%;
        margin-top: 20px;
    }
    .news_tj li .nright .ncc .ntime span {
        font-size: 32px;
    }
    .news_tj li .nright .ncc .ntime i {
        font-size: 18px;
    }
    .news_tj li .nright .ncc .ntime {
        width: 85px;
    }
    .news_tj li .nright .ncc h3 {
        font-size: 22px;
        width: calc(100% - 95px);
    }
    .news_tj li .nright .ncontt {
        margin: 3.125% 0;
        font-size: 15px;
    }
    .news_tj li .nright .readmore {
        font-size: 12px;
    }
    
     .news_nei h3{
        font-size:25px;
    }
    .news_nei p{
        font-size:25px;
    }
}


@media (max-width:500px) {
     .news_nei h3{
        font-size:20px;
    }
    .news_nei p{
        font-size:18px;
    }
}


/* 联系我们内页 */

.cc_index {
    position: relative;
}

.cc_ttt {
    text-align: center;
}

.cc_ttt h3 {
    color: #0170b5;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 3px;
}

.cc_ttt p {
    color: #0170b5;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 10px;
    padding: 5px 0;
    text-transform: uppercase;
}

.cc_list {
    max-width: 1100px;
    position: relative;
    margin: 5.125% auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cc_list li {
    position: relative;
    text-align: center;
    max-width: 25%;
}

.cc_list li a {
    display: block;
}

.cc_list li .ooimg {
    line-height: 125px;
}

.cc_list li .ooimg img {
    vertical-align: middle;
    max-width: 100%;
}

.cc_list li span {
    display: block;
    font-size: 18px;
    color: #0170b5;
    margin-top: 30px;
    line-height: 1.7;
}

.cc_map {
    position: relative;
    margin-left: 27px;
}

.cc_liuyan {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    max-width: 340px;
    background: #ffffff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .3);
}

.cclogo img {
    width: 100%;
}


/*  */

.x-message-wrap2 {
    position: relative;
    margin: 0;
    padding: 30px 20px 34px;
}

.x-message-wrap2 .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

.x-message-wrap2 div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap2 input[type='text'],
.x-message-wrap2 textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #9fa0a0;
    padding: 0 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    background: none;
    outline: none;
    margin-bottom: 15px;
}

.x-message-wrap2 input[type='text']::-webkit-input-placeholder,
.x-message-wrap2 textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.x-message-wrap2 input[type='text']:-ms-input-placeholder,
.x-message-wrap2 textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.x-message-wrap2 input[type='text']::-ms-input-placeholder,
.x-message-wrap2 textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.x-message-wrap2 input[type='text']::placeholder,
.x-message-wrap2 textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.x-message-wrap2 textarea {
    padding-top: 5px;
    height: 165px;
    resize: none;
}

.x-message-wrap2 #checkcode {
    float: left;
    width: 32.29813665%;
    margin-bottom: 0;
}

.x-message-wrap2 .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 33.39130435%;
    height: 42px;
    font-size: 0;
    background: #e7e4e4;
    padding: 0px;
}

.x-message-wrap2 .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap2 .x-submit {
    float: right;
    width: 29.68944099%;
    height: 42px;
    background: none;
    color: #000000;
    font-size: 16px;
    border: 1px solid #9fa0a0;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-message-wrap2 .x-submit:hover {
    background: #004ea1;
    color: #fff;
}

.n-default .n-invalid {
    border-color: #ab001a !important;
}

.n-default .msg-wrap {
    top: 8px;
    right: 5px;
    margin-left: 0;
}

@media (max-width:992px) {
    .cc_ttt h3 {
        font-size: 26px;
    }
    .cc_ttt p {
        font-size: 15px;
    }
    .cc_list li span {
        font-size: 15px;
        margin-top: 15px;
    }
    .cc_liuyan {
        max-width: 300px;
    }
}

@media (max-width:768px) {
    .cc_list li {
        max-width: 50%;
        width: 50%;
        margin-bottom: 20px;
    }
    .cc_list li span {
        font-size: 13px;
    }
    .cc_liuyan {
        position: relative;
        max-width: 100%;
        margin-top: 30px;
    }
}


/* 关于我们专题页 */

.abb_sort {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: -60px;
    padding: 0 30px;
}

.abb_sort li {
    max-width: 25%;
    text-align: center;
    padding: 3.125% 3.125%;
}

.abb_sort li a {
    display: block;
    color: #000000;
}

.abb_sort li span {
    display: block;
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 20px;
}

.abb_sort li i {
    font-style: inherit;
    font-size: 14px;
    display: block;
    padding: 10px 0 0;
}

.abb_sort li:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

@media (max-width:768px) {
    .abb_sort {
        margin-top: 0px;
        padding: 0 15px;
    }
    .abb_sort li span {
        font-size: 16px;
    }
    .abb_sort li i {
        font-size: 12px;
        padding-top: 5px;
    }
}


/* u_about */

.u_about {
    position: relative;
    padding: 3.125% 0;
}

.u_ttt {
    position: relative;
    background: url(../../../../f7b85681/20/09/c398c2f11fbbb8e0d0db3a0f45c7bc280983558b.png) no-repeat left center;
    padding: 15px 0;
}

.u_ttt h3 {
    font-size: 36px;
    color: #0170b5;
    font-weight: normal;
    padding-left: 30px;
}

.u_ttt h3 span {
    font-size: 16px;
    color: #000000;
}


/* 翻页功能 */

.scrollbox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}

#scrollDiv {
    width: 100%;
    height: 152px;
    overflow: hidden;
    text-align: justify;
}


/*这里的高度和超出隐藏是必须的*/

#scrollDiv p {
    padding: 0 0px;
    background: url(ico-4.gif) no-repeat 10px 23px;
    overflow: hidden;
    font-size: 16px;
    color: #000000;
    line-height: 1.9;
    vertical-align: bottom;
    zoom: 1;
}

.scroltit {
    display: block;
    margin-top: 3.125%;
    text-align: center;
}

.scroltit .updown {
    width: 35px;
    height: 38px;
    display: inline-block;
    margin: 0 15px;
    font-size: 0;
}

.scroltit #but_down {
    background: url(../../../../f7b85681/20/09/a5cc6d224b42086902d9475e88c357b82578f36a.png) no-repeat center;
    transform: rotate(180deg);
}

.scroltit #but_up {
    background: url(../../../../f7b85681/20/09/a5cc6d224b42086902d9475e88c357b82578f36a.png) no-repeat center;
}

.scroltit #but_down:hover {
    background: url(../../../../f7b85681/20/09/23cc862e89bab28ef8ec7586429225296f3475f9.png) no-repeat center;
    transform: rotate(0deg);
}

.scroltit #but_up:hover {
    background: url(../../../../f7b85681/20/09/23cc862e89bab28ef8ec7586429225296f3475f9.png) no-repeat center;
    transform: rotate(180deg);
}


/*  */

@media (max-width:768px) {
    .u_ttt h3 {
        font-size: 24px;
        padding-left: 20px;
    }
    #scrollDiv p {
        font-size: 14px;
    }
}


/* ubb_list */

.ubb_list {
    margin: 3.125% 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ubb_list li {
    position: relative;
    width: 30.33%;
    text-align: center;
    padding: 30px 15px;
    transition: all .5s;
}

.ubb_list li .ovimg {
    line-height: 50px;
}

.ubb_list li .ovimg img {
    max-width: 100%;
}

.ubb_list li h3 {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    padding: 15px 0;
}

.ubb_list li span {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 2;
}

.ubb_list li:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

@media (max-width:768px) {
    .ubb_list li {
        width: 32.33%;
        padding: 20px 10px;
    }
}

@media (max-width:500px) {
    .ubb_list li {
        width: 100%;
    }
}


/* u_video */

.u_video {
    position: relative;
    padding: 3.125% 0;
    background: #f7f7f7;
}

.video_wap {
    max-width: 946px;
    max-height: 100%;
    margin: 0 auto;
    background: #000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-size: 100% 100%;
    padding: 25px;
}


#absp{width:100%;height:500px;}
@media(max-width:450px){
    #absp{width:100%;height:227px;}
}



.video-box {
    position: relative;
}

.video-box video {
    display: inline-block;
    vertical-align: baseline;
}

.video-box .video-img {
    position: absolute;
    top: 3%;
    left: 2%;
    height: 94%;
    width: 96%;
    z-index: 999;
    cursor: pointer;
}

.video-box .video-img img {
    width: 100%;
    height: 100%;
}

.video_bb {
    max-width: 946px;
    margin: 0 auto;
    margin-top: -1px;
}

.video_bb img {
    width: 100%;
    display: block;
}


/* u3_index */

.u3_index {
    position: relative;
    padding: 3.125% 0;
    background: url(../../../../f7b85681/20/09/928e66d5fd4696491b1a9526dc8736b9a13b9163.jpg) no-repeat;
    background-size: cover;
}

.u3_index .h1 {
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-weight: normal;
}

.u3_list {
    position: relative;
    margin-top: 5.125%;
}

.u3_list li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.u3_list li .aaleft {
    width: 50%;
    position: relative;
    padding: 15px 30px;
}

.u3_list li .aaleft img {
    max-width: 100%;
}

.u3_list li .aaleft h3 {
    margin: 15px 0;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.u3_list li .aaleft span {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 2;
}

.u3_list li .aaright {
    width: 50%;
    text-align: center;
}

.u3_list li .aaright img {
    max-width: 100%;
}

.u3_list li:nth-child(2) .aaleft {
    background: #0170b5;
    padding: 30px;
    padding-bottom: 5.1255%;
}

.u3_list li:nth-child(2) .aaleft .timg img {
    filter: brightness(100);
}

.u3_list li:nth-child(2) h3 {
    color: #fff;
}

.u3_list li:nth-child(2) span {
    color: #fff;
}

.u3_list li:nth-child(2) .aaright {
    position: relative;
}

.u3_list li:nth-child(2) .aaright .quan {
    position: relative;
    display: inline-block;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    width: 91px;
    height: 91px;
    visibility: visible;
    opacity: 1;
    top: -10px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.u3_list li:nth-child(2) .aaright .quan div.point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
}

.u3_list li:nth-child(2) .aaright .quan div.point::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #0170b5;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite;
}

.u3_list li:nth-child(2) .aaright .quan div.point-70:after {
    -webkit-animation: ripple 4.5s ease-out 1.57s infinite;
    animation: ripple 4.5s ease-out 1.57s infinite;
}

.u3_list li:nth-child(2) .aaright img {
    width: 61px;
    height: 61px;
    z-index: 999;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:992px) {
    .u3_list li .aaleft h3 {
        font-size: 20px;
    }
    .u3_list li .aaleft span {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .u3_index .h1 {
        font-size: 22px;
    }
    .u3_list li .aaleft {
        width: 100%;
        padding: 15px;
    }
    .u3_list li .aaright {
        width: 100%;
    }
    .u3_list li:nth-child(2) .aaright {
        display: none;
    }
}


/* u_honor */

.u_honor {
    position: relative;
    background: url(../../../../f7b85681/20/09/1bbc679fc0c107b08ece5bf0b14e3c8ac3c9e10c.jpg) no-repeat;
    background-size: cover;
    padding: 3.125% 0;
}

.u_honor .hmore {
    display: block;
    border: 1px solid #737373;
    font-size: 18px;
    font-family: "Arial";
    color: #000000;
    text-transform: uppercase;
    width: 112px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    margin: 3.125% auto 0;
    transition: all .5s;
}

.u_honor .hmore:hover {
    background: #004ea1;
    border: 1px solid #004ea1;
    color: #fff;
}


/*product_detail*/
.product-detail-canvas_headline{
    font-family: FrutigerCond,Helvetica,Arial,sans-serif;
    font-weight: 800;
    margin-top: 14px;
    font-size: 41px;
    line-height: 1.2;
    color: #369;
}

.product-detail-canvas_description{
    margin-top: 0px;
}

.product-detail-canvas_description h4{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: FrutigerCond,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #369;
}

.main-applications-list{
    position: relative;
    margin-top: 0;
    margin-bottom: 14px;
}

.main-applications-list li{
    font-size: 18px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 0.95556;
    color: #4a4a4a;
    font-weight: 600;
}

.main-applications-list li::before{
    content: ".";
    color: #396595;
    padding-right: 8px;
    font-size: 1.75em;
    position: relative;
    top: -3px;
}


.ksb-product-spec-field{
    font-weight: 600;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    line-height: 1.55556;
    color: #4a4a4a;
}
.ksb-product-spec-field span+span{padding-left:57px}

.product-detail-canvas_description .btn{
    margin-bottom: 20px;
    font-size: 18px;
}

.btn__link{
    text-transform: none;
    background-color: transparent;
    color: #369!important;
    border: 0;
    padding: 10px;
    font-weight: 600;
}

.btn__link:hover{
    color: #5d94ca!important;
}

.btn__link::before{
    display: none
}












