/*åˆå§‹åŒ–æ ·å¼*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, å®‹ä½“, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

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;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- 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;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.dh{color: #fff;font-size: 14px;line-height: 100px;display: none;}
.top2.cur .dh{display: block;}
.top2.cur{background: rgba(0,0,0,.6);}


/*å¤´éƒ¨æ ·å¼*/
.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top:0;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 100px;
    width: 30%;
}
.logo img{max-width: 100%;}
.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    background: url() no-repeat left center;
    padding-left: 40px;
}



/*çƒ­é—¨æœç´¢*/
.sou {
    margin: 15px 0;
}

.hotSearch a {
    margin-right: 6px;
}

.hotSearch {
    float: left;
    font-weight: normal;
}

/*æœç´¢å’Œçƒ­é—¨æœç´¢*/
/* #formsearch {
    float: right;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #009b4c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}
 */



/* å¯¼èˆªæ ·å¼ */




.x-menu>li {
    position: relative;
    float: left;
}
.x-menu>li:nth-child(3){position: static;}
.x-menu>li>a {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    white-space: nowrap;
    line-height: 100px;
    height: 100px;
    text-align: center;
    padding: 0 1.6vw;
}



.x-menu>li>a:hover {
    color: #fff;
}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 100px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.x-menu>li:nth-child(3) .x-sub-menu{background: #b9c5d6;padding: 50px 0;}
.sec{max-width: 1230px;margin: 0 auto;padding: 0 15px;}
.sec .bd{width: 37.5%;}
.sec .bd li img{width: 100%;}
.sec .hd li a{display: block;color: #333333;font-size: 18px;line-height: 36px;}
.sec .hd li.on a{color: #173e77;font-weight: bold;}
.sec .hd li{width: 33.333%;}
.sec .hd {width: 60%;}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #014461;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}
.x-banner .bwz {
    position: absolute;
    left: 0;
    width: 100%;
    top:38%;
    text-align: left;
}
.x-banner .owl-carousel .banner-item .wh img{width: auto;}



@media(max-width: 1330px){
    .x-menu>li>a{font-size: 16px;letter-spacing: 1px;}
}
@media(max-width: 1200px){
    .x-menu>li>a{
            padding: 0 1.5vw;
    }
}

@media(max-width: 1130px){
    
    .x-menu>li>a{font-size: 15px;letter-spacing: 0;padding: 0 1.3vw;}
}

/*  */
.mySwiper{overflow: hidden;position: relative;margin-bottom: 3px;}
.mySwiper .swiper-slide{background-color: #f1f5f8;text-align: center;padding-bottom: 40px;}
/* .mySwiper .swiper-slide .img{height: 260px;line-height: 260px;} */
.mySwiper .swiper-slide .img img{max-width: 100%;}
.prev2,.next2{position: absolute;top:50%;margin-top: -25px;z-index: 9999;}
.prev2{left: 30px;}
.next2{right: 30px;}
.mySwiper .swiper-slide h3{letter-spacing: 3px;color: #333333;font-size: 1.3vw;font-weight: normal;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.mySwiper .swiper-slide p{color: #333333;font-size: 15px;margin-top: 5px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.mySwiper .swiper-slide:hover{background-color: #e0e8ef;}


@media(max-width: 1300px){
    .mySwiper .swiper-slide p{font-size: 12px;}
    .mySwiper .swiper-slide h3{letter-spacing: 1px;font-size: 16px;}
}


@media(max-width: 768px){
    .prev2{left: 10px;}
    .next2{right: 10px;}
    .prev2 img,.next2 img{width: 20px;}
    .mySwiper .swiper-slide .img img{width: 30%;}
    .mySwiper .swiper-slide .img{height: 170px;line-height: 170px;}
}


/*  */
.box2{background: url(//cdn.myxypt.com/19c30658/22/06/f192ec10e92853f9689e204c9e690073c5084890.jpg) no-repeat top center;background-size: cover;background-attachment: fixed;padding: 8.4% 0 7.9%;}
.abt h3{letter-spacing: 5px;color: #ffffff;font-size: 2.5vw;margin: 10px 0 38px;}
.acon{font-size: 18px;line-height: 32px;color: #ffffff;max-width: 1120px;}
.box2 a{display: block;width: 160px;height: 40px;background-color: #173e77;line-height: 40px;text-align: center;letter-spacing: 2px;color: #ffffff;font-size: 16px;margin-top: 3.125vw;}
.sul{max-width: 1280px;margin-top: 5.36458vw;background-color: #f1f2f6;}
.sul li{width: 25%;background: url(//cdn.myxypt.com/19c30658/22/06/754451f37a899792fb2dd159fb31a78b26e62b58.png) no-repeat right center;text-align: center;padding: 40px 0;}
.sul li:last-child{background: none;}
.sbt{color: #333333;font-size: 18px;}
.sbt span{font-size: 36px;font-weight: bold;line-height: 1;}
.sul li p{color: #333333;font-size: 18px;}




/*  */
.box3{background: url(//cdn.myxypt.com/19c30658/22/06/787c876b984913a4071095336d40cbed12ad5cf0.png) no-repeat top center;background-size: cover;padding: 7.8125vw 0 9.6354vw;overflow: hidden;}
.hleft{width: 40%;}
.hbox{width: 52.5%;position: relative;margin-top: 3.125vw;overflow: hidden;}
.hbox:after{content: '';display: block;height: 40px;width: 200%; background-color: #ffffff;box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);margin-top: 33px;}
.hbox .bd {overflow: hidden;margin: 0 38px;}
.hbox .bd li{margin: 0 27px;width: 141px;}
.hbox .bd li .img img{width: 100%;}
.hbox .hd .prev,.hbox .hd .next{position: absolute;top:50%;margin-top: -49.5px;}
.hbox .hd .prev{left: 0;}
.hbox .hd .next{right: 0;}
.bt1 dd{color: #173e77;font-size: 2.5vw;text-transform: uppercase;line-height: 1;letter-spacing: -5px;}
.bt1 dt{letter-spacing: 4px;color: #333333;font-size: 1.875vw;font-weight: bold;line-height: 1;}
.hwz{color: #777777;font-size: 18px;line-height: 30px;margin: 1.5vw 0 2.3vw;}
.m1 a{display: block;width: 160px;letter-spacing: 2px;font-size: 16px;color: #173e77;height: 40px;border: solid 1px #173e77;line-height: 38px;text-align: center;}


.hbox2{width: 52.5%;position: relative;margin-top: 3.854vw;}
.hbox2:after{content: '';display: block;height: 40px;width: 200%; background-color: #ffffff;box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);margin-top: 33px;position: absolute;right: 0;}
.hbox2 .bd {overflow: hidden;margin: 0 44px;}
.hbox2 .bd li{margin: 0 18px;width: 160px;}
.hbox2 .bd li .img img{width: 100%;}
.hbox2 .hd .prev,.hbox2 .hd .next{position: absolute;top:50%;margin-top: -19.5px;}
.hbox2 .hd .prev{left: 0;}
.hbox2 .hd .next{right: 0;}




/*  */
.box4{margin: 8.4% 0 7%;}
.nbt dd{letter-spacing: 4px;color: #333333;font-size: 36px;font-weight: bold;line-height: 1;}
.nbt dd span{color: #004490;}
.nbt dt{color: #4b4b4b;font-size: 16px;line-height: 1;margin-top: 19px;}
.nsort{margin-top: 29px;}
.nsort li{margin-left: 3.125vw;}
.nsort li a{display: block;width: 160px;height: 40px;background-color: #9c9c9c;border-radius: 0px 20px 0px 20px;line-height: 40px;letter-spacing: 2px;
	color: #173e77;font-size: 18px;text-align: center;}
.nsort li.cur a{background-color: #173e77;color: #fff;}
.xin{margin-top:3.125vw ;}
.nul{background-color: #f7f7f7;padding: 3.8vw 25px;width: 43.8%;}
.ntime{color: #173e77;font-size: 18px;line-height: 1;}
.ntime span{font-size: 30px;}
.nul li .img{display: block;margin: 15px 0 35px;}
.nul li .img img{max-width:100%; height:auto !important;width:auto !important;box-shadow: 0px 5px 16px 4px rgba(0, 102, 171, 0.2);}
.nul li h3 a{display: block;letter-spacing: 1px;color: #333333;font-size: 18px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nul li p{line-height: 24px;letter-spacing: 1px;color: #777777;font-size: 16px;}
.line1{margin: 20px 0 25px;width: 80px;height: 2px;background-color: #173e77;}
.nul2{width: 50%;}
.nmore a{display: block;letter-spacing: 1px;font-size: 16px;margin-top: 16px; color: #333333;}
.nul2 li{border-bottom: 1px solid #bbbbbb;padding: 2.6vw 0 1.3vw;}
.nbj{display: none;}
.shi dd{letter-spacing: 2px;color: #777777;font-size: 30px;line-height: 1;margin-bottom: 12px;}
.shi dt{letter-spacing: 1px;color: #777777;font-size: 18px;}
.nei{width: calc(100% - 180px);}
.nei h3 a{display: block;letter-spacing: 1px;font-size: 18px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;color: #333333;margin: 5px 0 25px;}
.nmore2 a{display: block;letter-spacing: 1px;color: #777777;font-size: 14px;}
.nul2 li.cur .nbj{display: block;}
.nul2 li.cur .shi,.nul2 li.cur .nei{display: none;}
.nbj h3 a{font-size: 18px;letter-spacing: 1px;color: #173e77;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
.nbj p{line-height: 24px;letter-spacing: 1px;color: #777777;font-size: 16px;margin: 21px 0;}
.nul2 li .ntime{color: #000000;}


/*  */
.foot{position: relative;}
#gotop{position: absolute;left: 50%;margin-left: -32px;box-shadow: 0px 10px 9px 1px rgba(23, 62, 119, 0.4);top:-27px;z-index: 999;border-radius: 50%;cursor: pointer;}
.line3{height: 2px;background-color: #173e77;margin-bottom: 5px;}
.ft2{background-color: #c6c6c6;padding: 75px 0 20px;}
.bq{border-top: 1px solid #ffffff;color: rgba(51, 51, 51, 0.5);font-size: 14px;line-height: 24px;text-align: center;padding-top: 16px;}
.bq a{color: rgba(51, 51, 51, 0.5);}
.tleft{width: 29.7%;}
.tlogo img{max-width: 100%;}
.dao{padding-right: 2vw;}
.dao a{color: #333333;font-size: 20px;line-height: 3.75vw;width: 25%;}
.cpfl{width: 36%;margin-top: 12px;}
.ft1 h3{color: #333333;font-size: 24px;margin-bottom: 22px;}
.xx,.psort2 li a{color: #333333;font-size: 14px;line-height: 30px;}
.psort2 li {width: 33%;}
.lx{margin-top: 12px;width: 18%;}
.psort2 li a{display: block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.tewm{text-align: center;color: #333333;font-size: 16px;line-height: 50px;margin-top: 33px;}
.tewm img{width: 120px;height: 120px;}
.ft1{padding-bottom: 15px;}




@media(max-width: 1300px){
    .dao a{font-size: 16px;}
    .xx, .psort2 li a{font-size: 12px;line-height: 30px;}
    .tewm{font-size: 14px;}
    .cpfl{display: none;}
    .lx{width: 30%;}
}

@media(max-width: 1024px){
    .sbt span{font-size: 30px;}
    .sul li p{font-size: 16px;}
    .hwz{font-size: 16px;line-height: 28px;margin: 20px 0 30px;}
    .bt1 dd{font-size: 36px;}
    .bt1 dt{font-size: 30px;}
    .nbt dd{font-size: 30px;letter-spacing: 2px;}
    .nbt dt{font-size: 14px;margin-top: 10px;}
    .nsort{margin-top: 10px;}
    .nei {
        width: calc(100% - 120px);
    }
    .shi dd{font-size: 26px;margin-top: 4px;}
    .dao a{font-size: 14px;}
}

@media(max-width: 768px){
    .acon{font-size: 14px;line-height: 24px;}
    .abt h3{font-size: 24px;}
    .sul li p{font-size: 12px;}
    .hleft,.hbox{width: 100%;float: none;}
    .hbox2{width: 100%;}
    .box3{padding: 30px 0 120px;}
    .nbt,.nsort{width: 100%;float: none;}
    .nsort{text-align: center;font-size: 0;}
    .nsort li{display: inline-block;margin: 0 1%;width: 31%;}
    .nsort{margin: 20px 0;}
    .nsort li a{width: 100%;}
    .tleft{display: none;}
    .ft2{padding-top: 40px;}
    .bq{font-size: 12px;}
}


@media(max-width: 640px){
    .box2{padding: 30px 0;}
    .abt img{width: 50%;}
    .abt h3{letter-spacing: 1px;font-size: 20px;}
    .sul li{width: 50%;padding: 30px 5px;}
    .sbt span{font-size: 26px;}
    .sul li:nth-child(2n){background: none;}
    .bt1 dd{font-size: 24px;letter-spacing: -1px;}
    .bt1 dt{font-size: 20px;letter-spacing: 2px;}
    .hwz{font-size: 14px;line-height: 24px;}
    .hbox{margin-top: 20px;}
    .hbox:after,.hbox2:after{height: 20px;margin-top: 20px;}
    .hbox .bd li{margin: 0 10px;width: 100px;}
    .hbox2 .bd li{margin: 0 10px;width: 100px;}
    .hbox .bd{margin: 0 26px;}
    .hbox2 .bd{margin: 0 26px;}
    .hbox .hd .prev, .hbox .hd .next{margin-top: -35.5px;}
    .hbox2 .hd .prev, .hbox2 .hd .next{margin-top: -14.5px;}
    .nsort li a{letter-spacing: 0;font-size: 14px;}
    .box4{margin: 30px 0;}
    .nbt dd{letter-spacing: 1px;font-size: 24px;}
    .nbt dt{font-size: 12px;}
    .nul{margin-bottom: 20px;}
    .nul,.nul2{width: 100%;float: none;}
    .nul li p,.nbj p{font-size: 14px;letter-spacing: 0;}
    .line1{margin: 10px 0 15px;}
    .ntime span{font-size: 26px;}
    .nmore2 a{line-height: 1;}
    .ntime{font-size: 16px;}
    .nul2 li{padding:  15px 0 ;}
    .nmore2 img{width: 20px;}
    .shi dd{font-size: 20px;}
    .shi dt{font-size: 14px;line-height: 1;}
    .nbj h3 a{font-size: 16px;}
    .nei h3 a{font-size: 16px;margin-top: 5px;margin-bottom: 12px;}
    .lx,.tewm{width: 100%;}
    .ft1 h3{font-size: 20px;margin-bottom: 15px;}
    .xx, .psort2 li a{font-size: 14px;}
    .box3{padding-bottom: 70px;}
}













/* å‹æƒ…é“¾æŽ¥ */

.c-link {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: rgba(51, 51, 51, 0.5);
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}



/*å†…é¡µå·¦ä¾§æ ·å¼*/

.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .x-banner .bwz{top:30%;}
    .owl-carousel .owl-item .bwz img{width: 50%;}
}


.sun-delay0 {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
    }

    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
    }

    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s;
    }

    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s;
    }

    .sun-delay4 {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }

    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
    }

    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
                transition-delay: 1.4s;
    }

    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
                transition-delay: 1.6s;
    }

    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
                transition-delay: 1.8s;
    }

    .sun-delay9 {
        -webkit-transition-delay: 2s;
                transition-delay: 2s;
    }

    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
                transition-delay: 2.2s;
    }

    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 2s;
                transition-duration: 2s;
    }

    .sun-ani-left {
        -webkit-transform: translateX(-900px);
                transform: translateX(-900px);
    }

    .sun-ani-down {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }


.sun-ani-up {
        -webkit-transform: translateY(-100px);
                transform: translateY(100px);
    }

    .sun-ani-right {
        -webkit-transform: translatex(100px);
                transform: translatex(100px);
    }

    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
                transform: translatex(0);
   }

