/*初始化样式*/
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;}

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;}


/*滚动*/
#demo{overflow:hidden;width:96%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


.wh{width: 1200px;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.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}

/*头部样式*/
.top1{height: 27px;background: #e6e6e6;color: #595959;line-height: 27px;overflow: hidden;font-size: 13px;}
.top2{height: 120px;overflow: hidden;}
#header{width:1000px;margin:0 auto;}
.logo{float:left;line-height: 120px;}
.logowz{color:#fc8b11;font-size: 30px;font-weight: bold;height: 50px;line-height: 50px;border-left: 1px solid #0161b5;padding-left: 14px;margin-left: 17px;margin-top: 44px;}
.top2 .k2{margin-top: 15px;font-size: 20px;color: #0161b5;line-height: 29px;}

.topLink{float:right;text-align:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1 a{color: #595959;}
.topLink .k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}

#menu{background: #0161b5;}

/*热门搜索*/
.sou{margin: 8px 0;}
#formsearch{float:right;width: 291px;height: 37px;background: url(../images/ss.png) no-repeat top center;}
.hotSearch{float:left;height:36px;line-height:36px;font-weight:normal;color: #0161b5;font-size: 12px;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}


/*搜索和热门搜索*/
.hotSearch a{margin-right:56px;color: #999999;}
#formsearch input{height:37px;background:transparent;border:none;line-height:37px;outline: none;}
#formsearch input#keyword{height:37px;line-height:37px;padding-left:18px;color:#fff;width: 241px;}
#formsearch input#s_btn{width:46px;height:37px;line-height:37px;text-align:center;background-color:transparent;color:#fff;border:none;cursor:pointer;font-size: 12px;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}


.banner {
        position: relative;height: 680px;
    }
.roll_product {float: left;}
 .swiper-container {
        width: 100%;
        height: 100%;
        background-color: rgb(179, 189, 196);
        transition: 1s background-color 1.3s;
    }
    .swiper-wrapper {
        transition-delay: 1s;
        transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .title {
        transition-delay: 1s;
        z-index: 10;
    }
    .title h3 {
        font-weight: 700;
        font-size: calc(55px + 54 * ((53vw + 53vh) - 520px) / 820);
        letter-spacing: -1px;
        color: rgba(255,255,255,0);
        -webkit-text-stroke: 2px #fff;
    }
    .img-box {
        width: 100%;
        height: 100%;
        position: absolute;
        transform: scale(0.6, 0.6);
        transition-duration: 1s;
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
        opacity: 0.9;
        overflow: hidden;
    }
    .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.2, 1.2) translateX(50%);
        transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
        transition-property: transform;
    }
    .button-prev, .button-next {
        transition: 0.5s;
        outline: none;
        position: absolute;
        width: 140px;
        z-index: 10;
        top: 35vh;
        transform: translateY(-34px);
        cursor: pointer;
    }
    .button-prev {
        left: 4vw;
    }
    .button-next {
        right: 4vw;
    }
    .button.disabled {
        opacity: 0.2;
        cursor: default;
    }
    #arrow-svg-home {
        transform: translateY(353px);
    }
    .button-next #arrow-svg-home {
        transform: translateY(353px) rotateY(180deg);
        transform-origin: 80px 0px 0px;
    }
    svg {
        transition: 0.5s;
    }
    .cls-1 {
        transition: 0.5s;
        opacity: 0.4;
        transform-origin: -20px 40px;
        opacity: 1;
    }
    .cls-4 {
        transition: 0.5s;
        stroke-width: 2px;
        stroke: #fff;
        fill: none;
        stroke-dasharray: 1;
        stroke-dashoffset: 1;
        opacity: 0.4;
        transform-origin: 0px 0px 0px;
    }
    #arrow-trg {
        transition: 0.5s;
        fill: #fff;
        transform: rotateY(180deg) translate(-53px, 39px);
    }
    #line {
        transition: 0.5s;
        stroke: #fff;
        transform: translate(50px, 42px);
    }
    .button-prev:not(.disabled):hover svg {
        transform: translateX(-25px);
    }
    .button-next:not(.disabled):hover svg {
        transform: translateX(25px);
    }
    .button:not(.disabled):hover .cls-1 {
        transform: scale(1.1);
    }
    .button:not(.disabled):hover .cls-4 {
        stroke-dasharray: 2px;
        stroke-dashoffset: 2px;
        opacity: 1;
    }
    .button:not(.disabled):hover #arrow-trg {
        transform: rotateY(180deg) translate(-37px, 39px);
    }
    .button:not(.disabled):hover #line {
        transform: translate(35px, 42px) scaleX(0.33);
    }
    .swiper-pagination-bullet{background: #fff!important;width: 14px!important;height: 14px!important;opacity: 1!important;outline: none!important;}
.swiper-pagination-bullet-active{width: 53px!important;border-radius: 6px!important;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px!important;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px!important;}


/*导航栏样式*/
.nav li{text-align:center;float:left;position:relative;z-index:999;width: 109px; }

.nav li a{display:block;line-height:60px;color:#fff;height:60px;padding: 0;font-size: 16px;padding: 0;}
.nav li a:hover{color:#fff;text-decoration:none;background-color:transparent;}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav .sec{height:0;background:#0161b5;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:60px;left:0px;width: 100%;}
.nav .sec a{background:#0161b5;color:#fff;height:38px;line-height:38px;font-size: 14px;}
.nav .sec a:hover{background:#fc8b11;text-decoration:none;}

.gl {
	position:absolute;
	top:0;
	left:0;
	height:60px;
	background:#fc8b11;
	z-index:9px;
	width:109px;
}




/**/
.box1{margin-top: 58px;}
.bt1{text-align: center;}
.bt1 dd{font-size: 30px;font-weight: bold;color: #333333;letter-spacing: 2px;}
.bt1 dt{background: url(../images/line2.png) no-repeat center;color: #333333;font-size: 18px;letter-spacing: 3px;}

.plist{margin-top: 30px;}
.plist li{margin-right: 12px;margin-bottom: 26px;}
.plist li:nth-child(5n){margin-right: 0;}
.plist li a.img{display: block;}
.plist li a.img img{width: 230px;height: 169px;}
.plist li h3 a{display: block;color: #333333;font-size:20px;font-weight: normal;text-align: center;line-height: 50px;}
.plist li:hover h3 a{font-weight: bold;color: #fc8b11;}










/**/
.xbt{color: #ffffff;font-size: 18px;margin-top: 8px;}
.box2{height: 604px;margin-top: 20px;}
.xleft{width: 446px;}
.xleft >h3{color: #ffffff;font-size: 30px;background: url(../images/line1.png) no-repeat left bottom;padding:87px 0 22px 0;}
.xleft >h3 span{font-size: 36px;padding-left: 14px;}
.xleft li{width: 127px;height: 127px;background-color: #ffffff;border-radius: 6px;border: solid 1px #0161b5;margin: 0 20px 20px 0;text-align: center;cursor: pointer;}
.xleft li h3{color: #333333;font-size: 17px;font-weight: normal;}
.xleft li .img{height: 96px;line-height: 96px;}
.xleft li.on h3{font-weight: bold;color: #0161b5;}
.xleft  .hd{margin-top: 25px;}
.xright{width: 718px;padding-top: 176px;}
.gd a{color: #ffffff;font-size: 16px;display: block;padding-left: 46px;background: url(../images/dao.png) no-repeat left center;line-height: 45px;}
.xright li .img img{width: 373px;height: 373px;}
.biao{width: 280px;}
.biao h3{color: #ffffff;font-size: 30px;padding:77px 0 16px 0;}
.biao p{color: #ffffff;font-size: 16px;line-height: 32px;}
.biao a{width: 155px;height: 41px;border-radius: 20px;display: block;border:1px solid #fff;letter-spacing: 3px;font-size: 14px;color: #fff;line-height: 39px;text-align: center;margin-top: 48px;}
.biao a:hover{background: #fff;color: #0161b5;}


/**/
.box3{height: 2871px;padding-top: 90px;}
.bt2{text-align: center;}
.bt2 dd{color: #333333;font-size: 30px;font-weight: bold;}
.bt2 dt{color: #0161b5;opacity: 0.53;font-size: 24px;text-transform: uppercase;}
.ybox{margin-top: 30px;}
.ybox .hd {text-align: center;margin-bottom: 29px;}
.ybox .hd ul{display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;}
.ybox .hd li{width: 284px;height: 84px;border-radius: 6px;border: solid 1px #0161b5;color: #0161b5;line-height: 82px;cursor: pointer;}
.ybox .hd li h3{color: #0161b5;font-size: 20px;line-height: 82px;}
.ybox .hd li.on h3{background-color: #0161b5;color: #fff;}
.yleft{width: 627px;}
.yimg img{display: block;height: 177px;width: 627px;}
.ybox .bd li p{background-color: #e7e7e7;height: 129px;color: #333333;font-size: 16px;line-height: 32px;padding:15px 10px 0 10px;}
.y1{width: 561px;height: 94px;background-color: #0161b5;border-radius: 6px;margin-bottom: 11px;}
.y1 .img{width: 117px;padding-left: 15px;text-align: center;line-height: 94px;}
.y1 .p1{color: #ffffff;font-size: 16px;line-height: 32px;padding:18px 11px 0 0;width: 444px;}
.y1:hover{background-color: #fc8b11;}



/**/
.cbox{margin-top: 101px;}
.cright{text-align: right;padding-top: 218px;}
.cright h3{color: #333333;font-weight: bold;font-size: 100px;text-transform: uppercase;}
.cright h3 span{color: #0161b5;}
.cbt{letter-spacing: 5px;color: #333333;font-size: 24px;}
.cbt span{color: #0161b5;}
.cleft{width: 690px;}
.slick-arrow{outline: none;border:none;font-size: 0;background: none;}
.cul .slick-prev,.cul .slick-next{position: absolute;width: 45px;height: 45px;bottom: 15px;}
.cul .slick-prev{background: url(../images/lt.png) no-repeat top center;right: -62px;}
.cul .slick-prev:hover{background: url(../images/lt2.png) no-repeat top center;}
.cul .slick-next{background: url(../images/rt.png) no-repeat top center;right: -117px;}
.cul .slick-next:hover{background: url(../images/rt2.png) no-repeat top center;}
.cul li{margin-right: 21px;margin-bottom: 15px;position: relative;overflow: hidden;}
.cul li .img img{display: block;
    width: 322px;
    height: 310px;}
/*.bj1{position: absolute;z-index: 99;top:10px;left: 10px; width: 312px;height: 241px;border:1px solid rgba(255,255,255,.76);text-align: center;color: #fff;display: none;}*/
.bj1{
    position: absolute;
    z-index: 99;
    top: 36px;
    left: 16px;
    width: 291px;
    height: 241px;
    border: 1px solid rgba(255,255,255,.76);
    text-align: center;
    color: #fff;
    display: none;
}
.bj1 h3 a{padding-top:56px;display: block;font-weight: normal;color: #ffffff;font-size: 20px;margin: 35px 0 16px 0;}
.bj1 p{color: #ffffff;font-size: 14px;line-height: 28px;padding:0 57px;}
.cmore a{display: block;width: 101px;height: 36px;border: solid 1px #ffffff;margin: 0 auto;line-height: 34px;text-align: center;color: #ffffff;font-size: 14px;margin-top: 12px;}
.bj2{
	position: absolute;
    top: 50%;
    left: 50%;
    width:0;
    height:0;
    margin: -20px 0 0 -20px;
    background: rgba(1,97,181,.76);
    border-radius: 50%;
    z-index: 10;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.cul li:hover .bj1{display: block;}
.cul li:hover .bj2 {
    -webkit-transform: scale(3.7, 3.7);
    -moz-transform: scale(3.7, 3.7);
    transform: scale(3.7, 3.7);
    width: 100%;height: 100%;
}



.abouts{margin-top:72px;}
.aright img{display: block;width: 719px;height: 456px;}
.abt dd{color: #333333;font-size: 65px;font-weight: bold;margin-top: 108px;}
.abt dd span{color: #0161b5;}
.abt dt{color: #333333;font-size: 24px;font-weight: bold;line-height: 24px;}
.pp{color: #333333;font-size: 18px;line-height: 32px;margin-top: 40px;}
.aleft{width: 405px;}
.aleft h3{letter-spacing: 1px;color: #ffffff;font-size: 24px;font-weight: normal;margin-top: 76px;padding-bottom: 26px;background: url(../images/line3.png) no-repeat bottom left;}
.acon{color: #ffffff;font-size: 16px;line-height: 32px;margin-top: 25px;}
.amore a{width: 210px;height: 60px;display: block;border:1px solid #fff;margin: 0 auto;letter-spacing: 6px;font-size: 18px;border:1px solid #fff;color: #fff;line-height: 58px;text-align: center;margin-top: 35px; border-radius: 29px;}
.amore a:hover{background: #fff;color: #0160b3;}



/**/
.shi{height: 475px;background-color: #ffffff;margin-top:22px;padding-top: 45px;}
.gun{position: relative;margin-top: 28px;}
.tul li{width: 273px;height: 315px;background-color: #f1f1f1;margin: 0 9px;text-align: center;}
.tul li .img{padding-top: 15px;display: block;}
.tul li .img img{display: block;width: 161px;height: 161px;margin: 0 auto;}
.tul li h3 a{display: block;color: #333333;font-size: 18px;font-weight: normal;margin: 12px 0;}
.tul li p{margin: 6px 15px;color: #666666;font-size: 16px;line-height: 28px;}
.l_btn1,.r_btn1{position: absolute;top:130px;width: 50px;height: 55px;}
.l_btn1{background: url(../images/lt3.png) no-repeat top center;left: -70px;}
.l_btn1:hover{background: url(../images/lt33.png) no-repeat top center;}
.r_btn1{background: url(../images/rt3.png) no-repeat top center;right: -70px;}
.r_btn1:hover{background: url(../images/rt33.png) no-repeat top center;}
.wbox{text-align: center;}
.wbox h3{color: #ffffff;font-size: 30px;margin-top: 72px;}
.wbox h3 span{display: block;color: #ffffff;opacity: 0.43;font-size: 18px;text-transform: uppercase;margin-top: 15px;}




/**/
.box5{margin-top: 103px;}
.kul li{width: 480px;height: 300px;position: relative;}
.kul li img{width: 480px;height: 300px;}
.kul li .bj3{position: absolute;top:0;left: 0;background: rgba(0,0,0,.5);width: 100%;height: 100%;}
.kul li:hover .bj3{display: none;}
.kwz{width: 428px;height: 428px;background: url(../images/lx.png) no-repeat center;text-align: center;position: absolute;top:101px;left:760px;}
.pp2{color: #0161b5;font-size: 16px;line-height: 28px;}
.kwz .img{padding:88px 0 17px 0;background: url(../images/line4.png) no-repeat bottom center;margin-bottom: 13px;}
.nbt{padding-left: 581px;background: url(../images/nbt.png) no-repeat left top;height: 82px;padding-top: 36px; letter-spacing: 6px;color: #333333;font-size: 24px;font-style: italic;}

.nsort{margin-right: 360px;margin-top: 56px;background: url(../images/line5.png) no-repeat 156px center;}
.nsort li{margin-left: 67px;}
.nsort li a{display: block;color: #333333;font-size: 16px;}
.nsort li a:hover{color: #0161b5;}
.nbox{margin-top: 41px;}
.nimg img{width: 465px;height: 276px;}
.nlist{width: 682px;}

.nlist li{width: 315px;border-top: 1px solid #d5d5d5;line-height: 54px;}
.nlist li:nth-child(2n){float: right;}
.nlist li a{display: block;color: #333333;font-size: 14px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding-left: 13px;background: url(../images/dian.png) no-repeat 2px center;}
.nlist li a:hover{background: url(../images/dian1.png) no-repeat 2px center;color: #0161b5;}


/**/
.box6{height: 540px;background: url(../images/bj3.png) no-repeat top center;padding-top: 140px;margin-top: 38px;}
.zleft{margin-left: 176px;width: 406px;}
.zleft h3{color: #ffffff;font-size: 34px;text-align: center;width: 370px;height: 62px;background-color: #0161b5;line-height: 62px;}
.z1{color: #ffffff;font-size: 27px;margin-top: 18px;padding-bottom: 25px;border-bottom: 1px solid #cdcbce;}
.z1 span{display: block;}
.z2{color: #ffffff;font-size: 23px;margin-top: 27px;}
.z2 span{display: block;}
.z3{color: #ffffff;font-size: 40px;font-weight: bold;margin-top: 30px;}
.zright{width: 430px;}
.zright h3{color: #ffffff;font-size: 30px;padding-left: 30px;background: url(../images/sjx.png) no-repeat left center;}
.zright h3 span{color: #ffffff;opacity: 0.52;font-size: 18px;padding-left: 5px;font-weight: normal;text-transform: uppercase;}
.tian{color: #ffffff;font-size: 16px;margin: 17px 0;}
.yan input,.yan textarea{outline: none;border:none;background: none;}
.yan ul li{padding-left: 33px;width: 210px;height: 44px;border: solid 1px #ffffff;background: url(../images/f1.png) no-repeat 10px center;}
.yan ul li:last-child{background: url(../images/f2.png) no-repeat 10px center;}
.yan ul input{width: 100%;line-height: 44px;font-size: 14px;color: #fff;}
.yx{margin: 9px 0;width: 430px;height: 44px;border: solid 1px #ffffff;padding-left: 33px;background: url(../images/f3.png) no-repeat 10px center;}
.yx input{width: 100%;line-height: 44px;font-size: 14px;color: #fff;}
.zxon{margin-bottom: 9px; width: 430px;height: 116px;border: solid 1px #ffffff;overflow: hidden; padding-left: 33px;background: url(../images/f4.png) no-repeat 10px 17px;}
.zxon textarea{width: 100%;line-height: 44px;height: 116px;font-size: 14px;color: #fff;}
.yan #checkcode{width: 120px;line-height: 34px;font-size: 14px;color: #fff;border:1px solid #fff;padding-left: 33px;}
.yan .x-submit{width: 110px;height: 34px;background-color: #ffffff;border-radius: 18px;line-height: 36px;letter-spacing: 8px;font-weight: bold; color: #0161b5;font-size: 16px;}







.foot{margin-top: 53px;}
.dao{text-align: center;display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;}
.dao a{color: #333333;font-size: 16px;}
.ft1{margin-top: 40px;}
.bq{width: 467px;font-size: 12px;color: #333333;line-height: 24px;}
.bq a{color: #333333;}
.tewm{color: #222222;font-size: 14px;line-height: 30px;text-align: center;margin-left: 93px;}
.dz{width: 315px;}
.dz1{color: #333333;font-size: 14px;line-height: 24px;padding-left: 23px;background: url(../images/di.png) no-repeat left top;}
.dz2{color: #333333;font-size: 14px;line-height: 24px;padding-left: 23px;background: url(../images/di.png) no-repeat left top;margin-top: 18px;}
.m1 a{display: block;width: 127px;height: 44px;background-color: #fc8b11;color: #ffffff;font-size: 14px;text-align: center;line-height: 44px;margin-bottom: 45px;}
.f_link2 a{padding-right: 5px;}





/*内页左侧样式*/


.container{width: 1200px!important;margin: 0 auto;padding: 0;}


.page-product-inquiry a{color: #fff;}