/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:'Microsoft YaHei'; color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}
@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}

}


.header{ position:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 20px;box-sizing: border-box;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:50px;line-height:50px;}
.menu ul li{ float:left; position:relative;margin: 0 5px;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:50px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;min-width: 145px;transform: translateX(-50%);}
.menu ul li dl dd{ line-height:35px;border-bottom:#ddd dotted 1px;}
.menu ul li dl dd a{ font-size:14px; color:#666;display:block; padding:0;}
.menu ul li dl dd a:hover{ color:#0172c2;background: transparent;}
.menu a{ font-size:14px;color:#000;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{background:#f13a3a;color:#0172c2;}
a.menu_hover{ background:#f13a3a;color:#0172c2;}
.menu ul li.on span a{ background:#f13a3a;color:#0172c2;}
.menu span a{font-weight: bold;border-radius: 10px;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:999;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav span{display:block;background:#0188FB;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show{top:70px}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #0188FB;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}


/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;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;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;}
.bannerSwiper .swiper-pagination-bullet{opacity: 0.8;background: #fff;}
.bannerSwiper .swiper-pagination-bullet-active{opacity: 1;}


.index1{width: 100%;background: #f6f6f6;padding: 30px 0;}
.iTit{font-size: 30px;color: #101214;font-weight: 700;font-family: "Times New Roman";}
.i1Warp{width: 100%;}
.i1Tit{width: 100%;height: 48px;line-height: 48px;border-bottom: 1px solid #cccccc;}
.i1Tit span{display: inline-block;color: #f13a3a;font-size: 16px;padding: 0 20px;border-bottom: 2px solid #f13a3a;}
.i1Warp .warp{padding: 10px 0;}
.i1Warp .video{width: 405px;height: 405px;background: #000;overflow: hidden;}
.i1Warp .video video{width: 100%;height: 100%;background: #000;}
.i1Warp .desc{width: calc(100% - 450px);}
.i1Warp .desc h3{font-size: 20px;color: #0e0e0e;font-weight: normal;margin: 10px 0;}
.i1Warp .desc .info{font-size: 17px;color: #666;margin-top: 20px;}

.index2{width: 100%;padding: 70px 0 30px;}
.i2List{width: 100%;}
.i2List>ul>li{float: left;width: 25%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.i2List .part{display: block;width: 100%;height: 100%;overflow: hidden;}
.i2List .part .img{width: 100%;height: 100%;overflow: hidden;}
.i2List .part .img img{width: 100%;height: 250px;object-fit: contain;}
.i2List .part:hover .img img{transform: scale(1.2);}
.viewer-navbar{display: none !important;}

.i3Warp{position: relative;width: 100%;margin-top: 10px;}
.i3Swiper1{width: 100%;}
.i3Swiper1 .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;max-width: 564px;margin: 0 auto;}
.i3Swiper1 .part .img{width: 100%;height: 450px;display: flex;justify-content: center;align-items: center;}
.i3Swiper1 .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i3Swiper1 .part .imgTop {background: rgba(0, 0, 0, .8);bottom: 0;box-sizing: border-box;left: 0;padding: 10px 22px;position: absolute;width: 100%;z-index: 1;}
.i3Swiper1 .part .t1{color: #fff;text-align: center;font-size: 14px;}

.i3Swiper1 .swiper-button-next,.i3Swiper1 .swiper-button-prev{width: 47px;height: 47px;border-radius: 50%;background: #9f9f9f;display: none;}
.i3Swiper1 .swiper-button-next:after,.i3Swiper1 .swiper-button-prev:after{color: #fff;font-size: 20px;}
.i3Swiper1:hover .swiper-button-next,.i3Swiper1:hover .swiper-button-prev{display: block;display: flex;}
.i3Swiper1 .swiper-button-next:hover,.i3Swiper1 .swiper-button-prev:hover{fiter: alpha(opacity=80);background: #282828;opacity: .8;}

.i3Swiper2{margin-top: 10px !important;width: 745px;margin-left: auto;margin-right: auto;}
.i3Swiper2 .swiper-wrapper{justify-content: center;}
.i3Swiper2 .img{width: 100%;height: 60px;border: 2px solid #fff;box-sizing: border-box;margin: 0 auto; max-width:76px;}
.i3Swiper2 .img img{width: 100%;height: 100%;object-fit: cover;}
.i3Swiper2 .swiper-slide-thumb-active .img{border: 2px solid #f13a3a;}



.index4{width: 100%;padding: 60px 0;}
.i4List{width: 100%;}
.i4List ul li{float: left;width: 25%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.i4List .part{display: block;width: 100%;height: 100%;overflow: hidden;}
.i4List .part .img{width: 100%;height: 196px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.i4List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i4List .part .desc{margin-top: 15px;}
.i4List .part .span{font-size: 12px;color: #666;}
.i4List .part .info{padding-top: 10px;font-size: 14px;color: #000;}

.i4Warp{font-size: 12px;color: #666;}

.index5{width: 100%;padding: 60px 0;}
.i5List{max-width: 1024px;margin-left: auto;margin-right: auto;}
.i5List ul li{float: left;width: 25%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.i5List .part{display: block;width: 100%;height: 100%;overflow: hidden;}
.i5List .part .img{width: 100%;height: 172px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.i5List .part .img img{width: 100%;height: 100%;object-fit: cover;}

.iPage{width: 100%;margin-top: 50px;text-align: center;display: flex;justify-content: center;flex-wrap: inherit;}
.iPage a{display: inline-block;margin: 5px 8px;font-size: 14px;color: #666;}
.iPage a.firstPage,
.iPage a.lastPage{cursor: default;}
.iPage a.firstPage:hover,
.iPage a.lastPage:hover{color: #666;}
.iPage a.on,
.iPage a:hover{color: #f13a3a;}

.footer{width: 100%;background: #161616;color: #fff;font-size: 13x;padding: 10px 0;}
.footer p{padding: 0;}
.copyright{text-align: center;font-size: 12px;color: #4d4d4d;}
.fWarp{width: 100%;padding: 90px 0;}
.fWarp .left{width: 25%;}
.fWarp .cet{width: 20%;}
.fEwm img{width: 150px;}

.toTop{width: 50px;height: 50px;position: fixed;bottom: 20px;right: 20px;z-index: 999;transition: 0.3s;height: 0;opacity: 0;visibility: hidden;}
.toTop.on{height: 50px;opacity: 1;visibility: visible;}
.toTop img{width: 100%;height: 100%;object-fit: cover;}

.tongtu{width: 100%;overflow: hidden;position: relative;}
.tongtu img{width: 100%;}

.pro1{width: 100%;position: relative;overflow: hidden;}
.pro1 .swiper-button-next,.pro1 .swiper-button-prev{width: 70px;height: 70px;border-radius: 5px;background: rgba(0,0,0,0.1);}
.pro1 .swiper-button-next:after,.pro1 .swiper-button-prev:after{color: #fff;font-size: 30px;}
.pro1 .swiper-button-next:hover,.pro1 .swiper-button-prev:hover{background: rgba(0,0,0,0.5);}

.pro2{width: 100%;margin: 10px 0;}
.pro2Left{width: 220px;}
.pro2Right{width: 960px;}
.pro2Tab{width: 100%;min-height: 400px;background: #f5f5f5;}
.pro2Tab ul li{width: 100%;padding: 0 15px;box-sizing: border-box;height: 60px;line-height: 60px;color: #666;font-size: 15px;border-bottom: 1px solid #fff;}
.pro2Tab ul li .t1{color: #666;font-size: 16px;}
.pro2Tab ul li:hover{background: #f13a3a;}
.pro2Tab ul li:hover .t1{color: #fff;}
.pro2Tab ul li .t1:hover{color: #fff;}

.pro2List{width: 100%;}
.pro2List ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.pro2List .part{display: block;width: 100%;overflow: hidden;height: 100%;background: #fff;border-radius: 5px;box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);}
.pro2List .part .img{width: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.pro2List .part .img img{width: 100%;height: 200px;object-fit: contain;}
.pro2List .part .desc{padding: 15px;box-sizing: border-box;}
.pro2List .part .t1{font-size: 16px;color: #333;}
.pro2List .part .info{font-size: 14px;color: #666;margin-top: 10px;}
.pro2List .part:hover .t1{color: #f13a3a;}

.prodetail{width: 100%;padding: 30px 0;}
.prodTit{font-size: 25px;color: #333;padding-bottom: 20px;border-bottom: 1px solid #f0efef;margin-bottom: 20px;font-weight: 400;}
.prodDesc{width: 100%;margin: 20px 0;overflow: hidden;font-size: 16px;color: #333;}
.prodDesc img{width: auto;max-width: 100%;overflow: hidden;}
.prodBar .item{width: auto;max-width: 50%;font-size: 16px;color: #000;}
.prodBar a{font-size: 12px;color: #666;}

.news{width: 100%;margin: 10px 0;}
.newTab{width: 100%;}
.newTab ul{display: flex;justify-content: center;flex-wrap: wrap;}
.newTab ul li{display: inline-block;}
.newTab ul li:after{padding: 0 10px;content: "|";}
.newTab ul li:last-child:after{display: none;}
.newTab ul li span{display: inline-block;padding: 0 20px;font-size: 16px;color: #666;line-height: 50px;border-bottom: 2px solid transparent;cursor: pointer;}
.newTab ul li.on span{color: #1e50ae;border-color: #1e50ae;}

.newList{width: 100%;}
.newList ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.newList .part{display: block;width: 100%;overflow: hidden;height: 100%;background: #fff;border-radius: 5px;box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);}
.newList .part .img{width: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.newList .part .img img{width: 100%;height: 300px;object-fit: contain;}
.newList .part .desc{padding: 15px;box-sizing: border-box;}
.newList .part .t1{font-size: 16px;color: #333;}
.newList .part .info{font-size: 14px;color: #666;margin-top: 10px;}
.newList .part:hover .t1{color: #f13a3a;}

.news2{width: 100%;padding: 60px 0;}
.news2 .img{width: 100%;overflow: hidden;margin-top: 10px;text-align: center;}
.news2 .img img{width: auto;max-width: 100%;}

.map{width: 100%;margin-top: 10px;width: 750px;height: 360px;overflow: hidden;}
.map img{width: 100%;height: 100%;object-fit: cover;}

.contact{width: 100%;padding: 30px 0;}
.contact .iTit{position: relative;padding-bottom: 20px;}
.contact .iTit:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;background: #fcc02e;width: 30px;height: 3px;content: "";}
.contList{width: 100%;}
.contList ul li{width: 33%;text-align: center;text-align: center;}
.contList ul li .icon img{width: 66px;}
.contList ul li .info{margin-top: 15px;}
.contList ul li .info span{font-size: 14px;color: #666;}
.contList ul li .info p{color: #000;font-size: 20px;}

.contWarp{width: 100%;max-width: 680px;margin: 50px auto;}
.contWarp .img{width: 150px;margin-right: 40px;}
.contWarp .img img{width: 100%;}
.contWarp .desc{flex: 1;font-size: 20px;color: #666;}

.inside{width: 100%;margin: 30px 0;overflow: hidden;}
.inside img{width: auto;max-width: 100%;}







@media only screen and (max-width: 1200px) {
.w1200{width: 1200px;margin: 0 auto;}


}
