/*初始化样式*/
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;}
.page-product-inquiry a{color: #fff;}
/*----- 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:100%;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{margin:0 12.4%;}
.wh2{margin:0 10.6%;}

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


/*导航栏样式*/
.nav li{text-align:center;float:left;position:relative;z-index:999;font-family: '黑体';}

.nav> li> a{display:block;line-height:49px;color:#fff;height:49px;padding: 0;font-size: 20px;padding: 0 1.18vw;border-radius: 25px;}
.nav >li >a:hover{color:#051528;text-decoration:none;background-color:#fff;}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.nav .sec{height:0;background:rgba(255,255,255,.9);border-radius: 20px;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:81px;left:-25%;width: 150%;}
.nav .sec a{color:#051528;height:58px;line-height:58px;font-size: 20px;display: block;}
.nav .sec a:hover{color: #009ade;text-decoration:none;}
.top2{height: 135px;background-color: #051528;position: fixed;z-index: 999;width: 100%;}
.logo{line-height: 135px;}

.dh{color: #fbcb67;font-size: 30px;font-family: 'Arial';font-weight: bold;padding-left: 30px;background:url(../images/tel.png) no-repeat left center;margin-top: 22px;}
.top1 a{display: block;width: 68px;height: 34px;background-color: #fbcb67;border-radius: 17px;line-height: 34px;font-family: '黑体';text-align: center;color: #051528;font-size: 14px;margin-left: 15px;margin-top: 27px;}

.mySwiperban {position:relative;padding-top:135px;}
.mySwiperban .swiper-pagination1{position:absolute;width:100%;text-align:center;font-size:0;bottom:25px;z-index:999;}
.mySwiperban .swiper-pagination1 .swiper-pagination-bullet{width:12px;height:12px;background:#fff;margin: 0 6px;}
.mySwiperban .swiper-pagination1 .swiper-pagination-bullet-active{background:#fbcb67;opacity:1;}
.mySwiperban .swiper-slide img{width:100%;}


@media(max-width:991px){
    .mySwiperban{margin-top:80px;}
    .mySwiperban .swiper-pagination1{bottom:20px;}
}
div.m_block-hero-video {
    background-size: cover;
    background-position: 50%;
    height: 800px;
    overflow: hidden;
    position: relative;
}
div.m_block-hero-video video {
    display: block;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px){
    div.m_block-hero-video {
        height: 100vh;
        max-height: 800px;
    }
}
div.m_block-hero-video:after {
    background: #002e6d;
    background: linear-gradient(0deg,rgba(0,46,109,1),rgba(0,46,109,0));
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    height: 70%;
    width: 100%;
}

div.m_block-hero-video__content {
    color:#fff;
    padding-bottom: 11.2%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
div.m_block-hero-video__content h2{letter-spacing: 3px;font-size: 4.8958vw;line-height: 1;}
div.m_block-hero-video__content h3{letter-spacing: 2px;font-size: 2.8125vw;font-weight: normal;line-height: 1;margin-top: 2px;}



/**/
.flex{display: flex;justify-content: space-between;flex-wrap:wrap;display: -webkit-flex;}
.box1{background: url(../images/bj1.jpg) no-repeat top center;background-size: cover;padding: 76px 0 0;overflow: hidden;}
.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  }
.pbox{background-color: #ffffff;box-shadow: 7px 6px 11px 2px rgba(4, 0, 0, 0.16);border-radius: 20px;}
.pleft{width: 29%;padding: 31px 0 0 1.8vw;}
.pright{width: 71%;position: relative;}
.pleft h3{padding: 26px 0 0 7px;background: url(../images/en.png) no-repeat top center;background-size: 122%;color: #051528;font-size: 2.6vw;}
.pleft h3 span{color: #009ade;}
.psort{margin-top: 2vw;}
.psort li a{display: inline-block;line-height: 81px;letter-spacing: 1px;color: #051528;font-size:28px;border-bottom: 1px solid #fff;padding-right: 1vw;}
.psort li.on a{color: #fbcb67;border-color:#fbcb67;}
.pright li a{display: block;overflow: hidden;}
.pright li img{width: 100%;border-radius: 20px;transition: all 0.5s;}
.box1 .prev,.box1 .next{width: 51px;height: 51px;border: none;z-index: 999;cursor: pointer; outline: none;font-size: 0;position: absolute;top:50%;margin-top: -25px;z-index: 999;}
.box1 .prev{left: -25px;background: url(../images/lt.png) no-repeat center;}
.box1 .next{right: -25px;background: url(../images/rt.png) no-repeat center;}
.pright .slick-slide:hover img{transform:scale(1.2);}
.box1 .slick-dots {position: absolute; bottom: 1.8vw;z-index: 99;width: 100%;text-align: center;font-size: 0;}
.box1 .slick-dots li{width: 15px;height: 15px;background-color: #ffffff;opacity: 0.7;margin: 0 11px;display: inline-block;border-radius: 50%;cursor: pointer;}
.box1 .slick-dots li.slick-active{background-color: #fbcb67;opacity: 1;}
.box1 .slick-dots li button{border: none;outline: none;font-size: 0;background: none;}
.mySwiper{overflow: hidden;margin-top: 52px;}
.mySwiper .swiper-slide{background-color: #009ade;box-shadow: 7px 6px 11px 2px  rgba(4, 0, 0, 0.16);border-radius: 20px;margin-bottom: 45px;}
.mySwiper .swiper-slide .img{width: 52%;border-radius: 20px 0 0 20px;overflow: hidden;}
.mySwiper .swiper-slide .img img{width: 100%;}
.pri{width: 48%;padding-left: 1.1vw;}
.shu{letter-spacing: 1px;color: #ffffff;opacity: 0.2;font-family: Impact;font-size: 47px;line-height: 1;margin: 1vw 0 2vw;}
.pri p{line-height: 22px;letter-spacing: 1px;color: #ffffff;font-size: 18px;}
.pri h3{letter-spacing: 1px;font-size: 33px;color: #ffffff;font-weight: normal;margin-bottom: 1vw;}


/**/
.box2{background: #d3eaf2;padding: 6.15% 0 5.5%;overflow: hidden;}
.bt1{text-align: center;}
.bt1 dd{color: #253748;font-size: 2.6vw;line-height: 1;margin-bottom: 23px;font-weight: bold;padding-top: 20px;background: url(../images/e1.png) no-repeat top center;display: inline-block; background-size:100%;padding: 0 4.2vw;padding-top: 20px;}
.bt1 dd span{color: #009ade;}
.bt1 dt{letter-spacing: 1px;color: #253748;line-height: 1;font-size: 1.614vw;}
.yul li{}
.yul li .img{border-radius: 20px;overflow: hidden;display: block;}
.yul li .img img{width: 100%;}
.youshi{margin-top: 5%;}
.ys1{color: #253748;font-size: 20px;line-height: 41px;}
.y11 .ys1{width: 67%;}
.ys1 p{padding-left: 24px;background: url(../images/d1.png) no-repeat left 15px;}
.sleft{width: 32%;}
.s2{width: 89px;height: 117px;background-color: #fbcb67;text-align: center;line-height: 117px;color: #002e6d;font-size: 58px;}
.hbt{color: #253748;font-size: 31px;font-weight: bold;line-height: 56px;width: calc(100% - 111px);}
.youshi .mySwiper2{overflow: hidden;margin-top: 43px;}

.y22{margin: 4.9vw 0 3vw;}
.yy{width: 50.4%;}
.ysimg2{width: 53.15%;margin-left: -4.6%;}
.ysimg2 img{max-width: 100%;transition: all 0.5s;}
.sleft1 {margin:11px 0 30px;}
.ysimg2 img:hover{transform:scale(1.05);}
.y33{margin-bottom: 7.5%;}
.y33 .yy{width: 47%;}
.ysimg3{width: 43.1%;margin-right: 5.4%;}
.ysimg3 img{max-width: 100%;transition: all 0.5s;}
.ysimg3 img:hover{transform:scale(1.05);}
.ysimg4{width: 48%;}
.ysimg4 img{max-width: 100%;transition: all 0.5s;}
.ysimg4 img:hover{transform:scale(1.05);}
.y33 .sleft1{margin-top: 9%;}
.y44 .ys1{font-size: 19px;}
.y44 .yy{width: 50%;}
.y44 .sleft1{margin-top: 11%;}






/**/
.box3{background: url(../images/bj2.jpg) no-repeat top center;background-size: cover;padding: 5.34% 0 13.6%;overflow: hidden;}
.box3 .wh{max-width: 1470px;}
.box3 .bt1 dd{padding:20px 3.2vw 0px 3.2vw;}
.logo-slick{overflow: hidden;margin-top: 5.4%;padding: 0 20px;}
.logo-slick .slick-con{margin-bottom: 2.1vw;box-shadow: 5px 4px 24px 0px rgba(4, 0, 0, 0.21); border-radius: 20px;border: solid 1px #9dbae2;}
.slick-con .img{display: block;border-radius: 20px;overflow: hidden;}
.slick-con .img img{width: 100%;}


/**/
.box4{background: url(../images/bj3.jpg) no-repeat top center;background-size: cover;position: relative;overflow: hidden;}
.box4 .bt1{position: absolute;width: 100%;text-align: center;   top:5.6vw;z-index:1;}
.box4 .bt1 dd{color: #fff;background: url(../images/en2.png) no-repeat top center;}
.zul {overflow: hidden;position: relative;z-index: 9;}
.zul li{transition: all 0.5s;width: 20%;display: flex;justify-content: center; align-items: center;padding: 0 2vw 0; overflow: hidden;    height: 44.7vw;border-right: 1px solid rgba(255,255,255,.1);}
.sz2{transition: all 0.5s;width: 52px;border: solid 4px #fbcb67;height: 53px;background-color: #fbcb67;border-radius: 50%;line-height: 44px;color: #002e6d;font-size: 27px;text-align: center;font-weight: bold;}
.zul li h3{transition: all 0.5s;letter-spacing: 1px;color: #ffffff;font-size: 26px;margin: 28px 0 12px;}
.zul li h2{transition: all 0.5s;letter-spacing: 1px;color: #ffffff;font-size: 16px;opacity: 0.5;text-transform: uppercase;font-weight: normal;}
.zul li p{transition: all 0.5s;color: #000000;font-size: 20px;text-align: left;line-height: 22px;display: none;}
.zul li:hover h3{color: #000000;}
.zul li:hover h2{color: #000000;opacity: 0.5;}
.zul li:hover .sz2{background-color: #ffffff;color: #002e6d;border: solid 4px #fbcb67;}
.zul li:hover p{display: block;margin-top: 37px;}
.zul li:hover{background:rgba(251,203,103,.9);}
.zul li:hover .bj11 {
   transform:  translateY(-50px);
}

.bj11{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;align-items: center;justify-content: center;flex-direction: column;
}


/**/
.box5{padding: 33% 0 13%;background: url(../images/bj4.jpg) no-repeat top center;background-size: cover;text-align: center;    background-attachment: fixed;}
.box5 .bt1 dd{color: #ffffff;background: url(../images/en2.png) no-repeat top center;}
.box5 h2{letter-spacing: 1px;font-size: 2.083vw;display: inline-block;padding: 1vw;line-height: 1;  color: #051528;background-color: #fbcb67;border-radius: 38px;}
.acon{color: #ffffff;font-size: 20px;line-height: 41px;margin: 20px auto 4%;max-width: 1024px;}
.box6{margin-top: -182px;position: relative;z-index: 99;text-align: center;}
.sul{background: url(../images/aimg.png) no-repeat top center;background-size: cover;padding: 30px 9.3% 43px;box-shadow: 7px 6px 11px 2px 
        rgba(4, 0, 0, 0.16);border-radius: 20px;overflow: hidden;margin-bottom: 48px;}
.sul li{width: 199px;height: 199px;background-color: #ffffff;border: solid 10px #fbcb67;border-radius: 50%;padding-top: 56px;}
.sul li p{letter-spacing: 2px;color: #333333;font-size: 16px;}
.sbt{color: #002e6d;font-size: 47px;font-weight: bold;font-family: 'Arial';line-height: 1;}

/**/
.box7{background: url(../images/bj5.jpg) no-repeat top center;background-size: cover;padding-bottom: 5.5%;}
.nul{margin: 0 -19px;}
.nul li{position: relative;}
.nul li .img {display: block;overflow: hidden;}
.nul li.slick-slide{box-shadow: 7px 6px 11px 2px rgba(4, 0, 0, 0.16);border-radius: 20px;margin: 0 19px 40px 19px;overflow: hidden;}
.nul li .img img{width: 100%;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.nul li h3 a{display: block;background: #009ade;position: absolute;bottom: 0;width: 100%; height: 78px;overflow: hidden; line-height: 32px;padding:10px 33px 0 20px;letter-spacing: 1px;color: #ffffff;font-size: 20px;}
.nul li:hover h3 a{background: #fbcb67;color: #051528;}
.nul li:hover .img img{transform:scale(1.1);}
.nul .slick-dots{width: 100%;text-align: center;}
.nul .slick-dots li button{background: none;outline: none;font-size: 0;border:none;}
.nul .slick-dots li{width: 15px;height: 15px;background-color: #002e6d;cursor: pointer; opacity: 0.3;display: inline-block;margin: 0 6px;border-radius: 50%;}
.nul .slick-dots li.slick-active{background-color: #fbcb67;opacity: 1;}
.nmore a{display: block;margin: 0 auto;width: 257px;height: 50px;background-color: #fbcb67;border-radius: 25px;line-height: 50px;text-align: center;letter-spacing: 1px;
    color: #051528;font-size: 18px;margin-top: 6%;}




@media(max-width: 1420px){
    .pri h3{font-size: 28px;}
    .pri p{font-size: 16px;line-height: 20px;}
}




@media(max-width: 1330px){
    .nav li a{font-size: 16px;}
    .nav .sec a{font-size: 16px;height: 38px;line-height: 38px;}
    .psort li a{font-size:26px;line-height: 70px; }
     .pri h3{font-size: 24px;}
     .shu{font-size: 37px;}
    .pri p{font-size: 14px;line-height: 18px;}
    .hbt{font-size: 25px;line-height: 40px;width: calc(100% - 80px);}
    .s2{height: 80px;width: 60px;line-height: 80px;font-size: 40px;}
    .ys1{font-size: 18px;line-height: 28px;}
    .y44 .ys1{font-size: 17px;}
}

@media(max-width: 1200px){
    .nav li a{font-size: 16px;}
    .logo{width: 35%;}
    .logo img{max-width: 100%;}
    .psort li a{font-size:20px;line-height: 60px; }
     .pri h3{font-size: 20px;}
     .shu{font-size: 27px;}
     .mySwiper{margin-top: 36px;}
     .zul li h3{font-size: 20px;}
     .zul li p{font-size: 17px;}
     .nul li h3 a{font-size: 16px;line-height: 28px;}
}



@media(max-width: 1025px){
    .psort li a{line-height: 50px; }
    .box1{padding: 40px 0 30px;}
    .mySwiper{margin-top: 20px;}
    .ys1{font-size: 16px;line-height: 26px;}
    .yul li{width: 370px;}
    .pleft h3,.bt1 dd{font-size: 27px;}
    .bt1 dd{margin-bottom: 15px;}
    .hbt{font-size: 20px;line-height: 35px;width: calc(100% - 70px);}
    .s2{height: 70px;width: 50px;line-height: 70px;font-size: 40px;}
    .bt1 dt{font-size: 16px;}
    .box3 .bt1 dd{padding-top: 10px;}
    .acon{font-size: 18px;}
    .box5 h2{font-size: 22px;}
    .nul li.slick-slide{margin:0 9px 30px 9px;}
    .nul {margin: 0 -9px;}
}

@media(max-width: 991px){

}

@media(max-width: 768px){
    .pleft h3{font-size: 26px;}
    .psort li a{font-size:16px;line-height: 40px; }
    .acon{font-size: 16px;line-height: 30px;}
    .sul li{width: 130px;height: 130px;padding-top: 31px;}
    .sbt{font-size: 30px;}
    .sul li p{font-size: 14px;letter-spacing: 1px;}
}
@media(max-width: 640px){
    .pleft,.pright{width: 100%;}
    .box1{padding: 30px 0 0 0;}
    .pleft{padding: 20px;}
    .pleft h3{text-align: center;background-size: 70%;padding: 17px 0 0 0;}
    .psort{text-align: center;}
    .psort li a{line-height: 30px;padding-top: 10px;}
    .box1 .slick-arrow{width: 32px;height: 32px;background-size: cover;}
    .tab-con .slick-prev{left: -15px;}
    .tab-con .slick-next{right: -15px;}
    .box1 .slick-dots{bottom: 10%;}
    .box1 .slick-dots li{width: 10px;height: 10px;margin: 0 5px;}
    .mySwiper .swiper-slide{width: 70%;}
    .pri h3{font-size: 16px;margin-bottom: 15px;}
    .box2{padding-top: 0;padding-bottom: 30px;}
    .bt1 dd{display: block;background-size: 66%;padding-top: 15px;}
    .bt1 dt{font-size: 14px;}
    .sleft,.y11 .ys1,.y33 .yy{float: none;width: 100%;}
    .youshi{margin-top: 20px;}
    .sleft{margin-bottom: 20px;}
    .ys1{font-size: 14px;line-height: 24px;}
    .ys1 p {
        padding-left: 24px;
        background: url(../images/d1.png) no-repeat left 7px;
    }
    .product-detail-tab{margin-top: 30px;}
    .youshi .mySwiper2{margin-top: 25px;}
    .yul li{width: 160px;}
    .ysimg2,.yy,.ysimg4,.y44 .yy,.ysimg3{float: none;width: 100%;}
    .hbt{font-size: 18px;line-height: 30px;}
    .s2{font-size: 36px;height: 62px;line-height: 62px;}
    .sleft1{margin: 0 0 20px 0;}
    .ysimg2,.ysimg3{margin-left: 0;margin-top: 20px;}
    .y33 .sleft1,.y44 .sleft1,.ysimg4{margin-top: 20px;}
    .y44 .ys1{font-size: 14px;}
    .y33{margin-bottom: 0;}
    .logo-slick .slick-con{margin-bottom: 20px;box-shadow: 3px 2px 15px 0px rgb(4 0 0 / 21%);}
    .logo-slick{margin-top: 20px;padding: 0 10px;}
    .box3{padding: 5.34% 0 31.6%;}
    .zul li{width: 100%;margin-bottom: 15px;}
    .box4 {padding: 30px 0;}
    .box4 .bt1{position: static;}
    .box4 .bt1 dd,.box5 .bt1 dd{background-size: 70%;}
    .box5 .bt1 dd{font-size: 20px;}
    .box5 h2{font-size: 16px;padding: 10px;}
    .zul{margin: 30px 15px 0 15px;}
    .zul li{background: #fbcb67;border-radius: 15px;height: auto;padding: 20px;}
    .zul li h3{color: #000000;}
    .zul li h2{color: #000000;opacity: 0.5;}
    .zul li .sz2{background-color: #ffffff;color: #002e6d;border: solid 4px #fbcb67;}
    .zul li p{display: block;margin-top: 37px;}
    .zul li h3{margin: 10px 0 3px}
    .zul li p{margin-top: 15px;font-size: 14px;}
    .zul li h2{font-size: 14px;}
    .sz2{width: 42px;height: 43px;line-height: 34px;font-size: 20px;}
    .box6{margin-top: 0;}
    .box6 .wh{padding: 0;}
    .sul{border-radius: 0;padding: 20px 15px;}
    .sul li{width: 28vw;height: 28vw;padding-top: 5vw;}
    .sbt{font-size: 22px;}
    .sul li p{font-size: 12px;letter-spacing: 0;}
    .box5{padding-bottom: 5%;}
    .sul{margin-bottom: 30px;}
    .nmore a{font-size: 16px;letter-spacing: 0;width: 200px;height: 40px;line-height: 40px;}
}


/*热门搜索*/



.ding{
    position: relative;
    width: 1920px;
    left:50%;
    margin-left: -960px;
    z-index: 9;
    object-fit: cover;

}
.ding video {
    width: 100vw;
}

.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}

#formsearch {
    width: 320px;
    float: left;
}

.hotSearch {
    width: 400px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

/*主体样式*/

#container {
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}

.menu_cate {
    width: 220px;
    float: left;
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}

/*首页新闻*/

.news_company {
    width: 280px;
    float: right;
}

.news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.news_company .content {
    padding: 5px;
}

/*首页左侧联系我们*/

.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}

/*工程案例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}

/*产品推荐*/

.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

.recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}

/*品牌列表*/

.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}

/*前台多页签*/

.news {
    width: 1000px;
    float: left;
    margin-top: 10px;
}

.tab {
    position: relative;
}

.tab li {
    float: left;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.tab li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #3a78c1;
    border-color: #3a78c1;
}

.tt {
    display: none;
}

.list1 {
    padding: 8px 10px;
}

.list1 li {
    line-height: 27px;
    position: relative;
    vertical-align: middle;
}

.list1 li a {
    background: url(../images/list_dot1.gif) left center no-repeat;
    padding-left: 12px;
    line-height: 27px;
    color: #555555;
}

.list1 li a:hover {
    color: #e87518;
    text-decoration: none;
}

.list1 li span {
    position: absolute;
    right: 0px;
    line-height: 30px;
    top: 0;
    color: #999;
}

/*友情链接*/

.f_link {
   font-size: 12px;
   color: rgba(255,255,255,.5);
    line-height: 30px;
    margin: 20px 0;
}
.f_link a{color: rgba(255,255,255,.5);}
.f_link a:hover{color: #fff;}
.foot{background: #051528;padding: 4.8% 0 6px;}
.ft1 h3{color: #fefefe;font-size: 23px;border-bottom: 1px solid rgba(255,255,255,.2);padding-bottom: 15px;}
.tlx{width: 24.2%;}
.lxwm{width: 27%;}
.tlx p{color: #ffffff;font-size: 18px;margin: 25px 0 23px;}
.dao a{color: #ffffff;opacity: 0.7;font-size: 15px;width: 33%;display: block;margin-bottom: 18px;}
.dao a:hover{opacity: 1;}
.dtel{margin-top: 25px;}
.dtel p{color: #ffffff;font-size: 18px;}
.dtel p:nth-child(2){letter-spacing: -1px;font-size: 41px;font-family: "arial";font-weight: bold;}
.er{line-height: 20px;letter-spacing: 1px;color: #f0f0f0;font-size: 14px;text-align: center;}
.er img{margin-bottom: 10px;width: 107px;}
.tright a{display: block;width: 151px;height: 50px;line-height: 50px;margin-top: 23px;letter-spacing: 1px;
    color: #051528;font-size: 16px;padding-left: 59px;background: #fbcb67 url(../images/yy.png) no-repeat 26px center;}

.ft2{padding-top: 16px;border-top: 1px solid rgba(255,255,255,.2);font-size: 14px;line-height: 28px;letter-spacing: 1px;color: rgba(255,255,255,.3);
 margin-top: 40px;}
.ft2 a{color: rgba(255,255,255,.3);}









/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{position: relative;padding-top: 135px;}
.n_banner img{width:100%;margin:0 auto}
.left{width:240px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:740px;float:right;padding-bottom:10px;background: #ffffff;box-sizing: border-box;padding:30px 20px 22px 20px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;;}
.sitemp h2{float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#0c5cc8;font-size:18px;background:url(../images/tt1.jpg) no-repeat left center;padding-left:13px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding-top:15px;overflow:hidden;line-height: 24px;}


.contain{padding-bottom: 20px;background: #eeeeee;}
.picScroll-top{ width:240px;  position:relative;  background: #fff;padding:17px 0;}

.picScroll-top .prev{ display:block;  width:158px; height:21px; position: absolute;top:17px; ;  overflow:hidden;
             cursor:pointer; background:url(../images/shang.jpg)  no-repeat;left:40px;}
.picScroll-top .next{ width:158px; height:21px;position: absolute;bottom: 17px; ;background:url(../images/xia.jpg)  no-repeat;;left:40px  }

.picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; display:block }
.picScroll-top .bd{ padding:34px 0;   }
.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top .bd ul li{ text-align:center; zoom:1; }
.picScroll-top .bd ul li .pic{ text-align:center; }
.picScroll-top .bd ul li .pic img{ width:156px; height:121px;}
.picScroll-top .bd ul li .pic a:hover img{ }
.picScroll-top .bd ul li .title{ line-height:40px; }
.menu_cate1{width:240px;float:left;background: #fff}
.cate_title1{background:#0c5cc8;height: 83px;color: #fff;box-sizing: border-box;-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */padding-top: 16px;font-size: 20px;text-align: center;}
.cate_title1 span{color: #fff;font-size: 0.625em;display: block}
.menu_cate1 .content{
    text-align: center;
    padding-top: 25px;
    line-height: 30px;
}
.remen{background: url(../images/re.jpg) no-repeat;line-height: 49px;height: 49px;color: #fff;font-size: 18px;text-indent: 32px;}
.c_lian{
    height: 65px;
    border:1px solid #eae9e9;
    border-right: none;
    border-left: none;
    margin-top: 5px;
}
.c_lian .kk{
    background: url(../images/phone2.jpg) no-repeat 15px center;
    margin-top: 14px;
    padding-left:63px;
}
.conac{
    padding: 18px 10px 30px 12px;
    color: #3f3f3f;
    line-height: 26px;
}


/*页面关于我们*/
.right1{width: 100%;margin:0 auto;padding-bottom: 10px;background: #fff;}
.right1 .content{padding:20px;}
.sitemp1{overflow:hidden;background:url(../images/tt.jpg) no-repeat bottom center;padding-bottom: 30px}
.nei-tt{color: #333333;font-size: 27px;text-align: center;line-height: 70px;}
.ny_header{overflow: hidden;margin-bottom:40px;}
.ny_header img{width:100%;animation:banner 10s linear infinite;display: block;min-width: 700px;}
@keyframes banner { 0%{transform: scale(1)}50%{transform: scale(1.1)}100%{transform: scale(1)} }
.con{width: 1005px;margin:0 auto;}

@media(max-width: 1400px){
    .ft1 h3{font-size: 19px;}
    .dtel p:nth-child(2){font-size: 35px;}
}
@media(max-width: 1200px){
    .ft1 h3{font-size: 18px;}
    .tlx p,.dtel p{font-size: 16px;}
    .dtel p:nth-child(2){font-size: 30px;}
    .tlx{width: 256px;}
}


@media(max-width: 991px){
    .banner,.n_banner{padding-top: 60px;}
    div.m_block-hero-video{height: 515px;}
}

@media(max-width: 768px){
    .tright{display: none;}
    .lxwm{width: 34%;}
}


@media(max-width: 640px){
    div.m_block-hero-video__content h2{font-size: 24px;}
    div.m_block-hero-video__content h3{font-size: 15px;margin-top: 3px;}
    .foot{padding: 30px 0;}
    .ft2{letter-spacing: 0;}
    .tlogo,.lxwm,.tlx{width: 100%;}
    .tlx{margin-top: 15px;}
    .tlogo{text-align: center;}
    .lxwm{margin: 20px 0;}
    .tright a{margin: 0 auto;margin-top: 20px;}
    .tlogo img{max-width: 30%;}
    .tlx p{margin: 15px 0;}
    .lxwm h3{display: none;}
    .dtel{margin-top: 0;}
    .ft2{margin-top: 0;padding-top: 0;border:none;}
    .ft1 h3{font-size: 20px;}
    .tlx p, .dtel p{font-size: 14px;}

}


/*手机底部*/
@media(max-width: 1200px){
  .xypg-right-content{overflow: hidden;}
  .xypg-right-content p img{
           max-width: 100%;
          width: auto !important;
          height: auto !important;
     }
}
@media (max-width:768px){
 .db{display:block!important;}
}


.dbb{height:30px;}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #051528;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;padding:10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #051528;
}

.footer ul li a {
  display: block;color:#fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color:#fff;
}


.footer li .icon-home{ background: url(../images/a1.png) no-repeat;width:20px;height:20px;}
.footer li .icon-home2{ background: url(../images/a2.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(../images/a3.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(../images/a4.png) no-repeat;width:20px;height:20px;}

.footer li .icon-phone:before{font-size:0;}

.footer ul li a{border-left:1px solid  rgba(255,255,255,.5);}
@media(max-width: 991px){
    .page-banner,.x-banner{margin-top: 80px;}
}


/**/


.xypg-left-box {
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    background: #009ade;
}

.xypg-left-title {
    background: transparent;
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    z-index: 9;
}
.xypg-left-title h3::before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 2px;
    content: "";
    background: #389aef;
}


.xypg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
    display: none;
}

.xypg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
    display: none;
}

.xypg-left-title span:before {
    content: "/";
    padding-right: 5px;
    display: none;
}

.xypg-left-con {
    border-top: none;
    border: none;
}


/* nei_cate */
.pp_sort{padding: 10px 20px;}
.pp_sort>li{position: relative;border: none;}
.pp_sort>li>a{padding: 10px 5px;padding-left: 20px;background: url(../images/jia.png) no-repeat left center;color:#fff;}

.pp_sort>li>a.clicked{background: url(../images/jian.png) no-repeat left center;}

.pp_sort .xypg-left-subnav{text-indent: 20px;}
.pp_sort .xypg-left-subnav>li{position: relative;border: none;}
.pp_sort .xypg-left-subnav>li>a{color: #333333;background: url(../images/jia.png) no-repeat left center;}

.pp_sort .xypg-left-threenav{text-indent: 30px;display: none;}
.pp_sort .xypg-left-threenav>li>a{color: #333333;}
.xypg-left-nav>li .first-nav-btn{display: none;}
.xypg-left-nav > li:hover .xypg-left-subnav {
    display: block!important;
}

@media(max-width: 620px){
    .product_detail .list{margin-left: 0;margin-bottom: 15px;}
    .product_detail .small,.product_detail .img{width: 100%;height: 100%;}
}

@media(max-width: 1203px){
    .news_detail h3.title_bar,.share{float: none;width: 100%;margin: 0;height: auto;}
    .share{width: 160px;margin: 0 auto;}
}
.product-tab{margin-bottom: 20px;}
.page-wrap-right .content{margin-top: 20px;}


.scrollgg{
    
    background: #fff;
    top:135px;
    left:12.4%;
    z-index: 99999;
    width:305px;
}
@media(min-width: 990px){
    .scrollgg{position: fixed;}
}

@media(max-width: 1800px){
    .wh{margin: 0 7%;}
    .wh2{margin:0 5%;}
    .scrollgg{left: 5%;}
}
@media(max-width: 1400px){
    .wh,.wh2{margin: 0 15px;}
    .scrollgg{left: 15px;}
}






