/*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:''; color:#282828;}
a{color:#666;}
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:1500px; margin:0 auto;max-width: 1500px;}




.header {
    position: relative;
    background: #3c96da;
    z-index: 9;
    padding-bottom: 10px;
}
.headList{display: flex;justify-content: space-between;box-sizing: border-box;}
.headList .logo{display: block;width: 508px;position: relative;height: 100%;}
.headList .logo img{max-width: 100%;position: absolute;top: 0;}
.headList .t1{color: #ffcc00; height: 40px; line-height: 40px;margin-bottom: 20px;font-size: 14px;}
.headList .t1 img{max-width: 100%;border: 0;height: auto;}

/*menu*/
.pc_menu{width: 500px;}
.menu{height:40px;line-height:40px;padding: 20px 0;position: relative;width: 116%;}
.menu:before,
.menu:after{ content: "";width:100%;height:1px;background:linear-gradient(244deg,rgba(255,204,0,0) 0%,rgba(255,204,0,1) 50%,rgba(255,204,0,0) 100%);position: absolute;top: 0;right: 0;}
.menu:after{top: auto;bottom: 0;}

.menu ul li{ float:left;width: 33.33%;}
.menu ul li dl{ background: rgba(0,0,0,0.5); width:100%; position:absolute; left:0px; top:60px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;}
.menu ul li dl dd{ line-height:40px;width: 49%;display: inline-block;}
.menu ul li dl dd a{ font-size:16px; color:#fff;display:block; padding:0 10px;text-align:left;}
.menu ul li dl dd a:hover{ color:#000;background: #ffcc00;}
.menu a{ font-size:14px;color:#fff;display:block;text-align:center;padding: 0 20px;box-sizing: border-box;}
.menu a:hover{color:#000;}
.menu ul li span{display: block;background: url(../images/xian.png) right center no-repeat;}
.menu ul li:last-child span{background: none;}
.menu ul li span a:hover{background: url(../images/nh.png) no-repeat center center;}



/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:50px;overflow:hidden;background:#000523;position:relative;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:50px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;}
.sp_nav span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s;opacity: 0.8;}
.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:99;background:#000523;width:100%;height:100%;font-size:14px;line-height:40px;top:0;left:0;overflow:auto;overflow-x:hidden;display: none;animation: subnavmove 0.35s;display: none;}
.nav_show{display: block;}
.sjj_nav ul{padding: 5%;box-sizing: border-box;}
.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 #333 solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #333 solid;}
.sjj_nav ul li ul{display:none;padding: 5%;}
.sjj_nav ul li a{color:#fff;width:100%;padding: 0 20px;display: block;box-sizing: border-box;opacity: 0.8;}
.sjj_nav ul li a:hover{opacity: 1;}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#fff;opacity: 0.8;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff;opacity: 1;}
.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;}

.sjj_navClose{text-align: right;font-size: 20px;color: #fff;padding: 50px 20px;box-sizing: border-box;}
.sjj_navClose a{display: inline-block;color: #fff;opacity: 0.8;}
@keyframes subnavmove {
	0% {
		transform: scale(0.8);
		opacity: 0
	}
	60% {
		transform: scale(1.01);
		opacity: 1
	}
	100% {
		transform: scale(1);
		opacity: 1
	}
}


/*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;}

/*banner*/
.banner{width: 100%;}

/*common*/
.disFlex{display: flex;flex-wrap: wrap;}
.jusbet{justify-content: space-between;}
.alignCet{align-items: center;}
.boxBox{box-sizing: border-box;}
.txtRight{text-align: right;}
.m{display: none;}


.search{width: 100%;padding: 10px 0;}
.searchL{width: calc(100% - 420px);overflow: hidden;}
.searchL dt{font-size: 14px;font-weight: bold;}
.searchL dd{padding-left: 15px;position: relative;}
.searchL dd:before{position: absolute;top: 0;left: 8px;width: 1px;height: 100%;background: #282828;content: "";}
.searchL dd:nth-child(2):before{opacity: 0;}
.searchL dd a{font-size: 14px;color: #282828;}

.searchR{width: 370px;margin-left: 50px;box-sizing: border-box;position: relative;height: 40px;border: 1px #ffcc00 solid;background: #fff;}
.searchR input{position: absolute;top: 0;left: 0;width: 100%;padding: 0 40px 0 10px;box-sizing: border-box;height: 100%;font-size: 14px;color: #666;outline: none;}
.searchR button{position: absolute;top: 0;right: 0;width: 40px;height: 100%;text-align: center;background: url(../images/btn.jpg) center no-repeat;border: none;}

.index1{width: 100%;margin: 55px 0;}
.index1 .disFlex{align-items: flex-end;}
.index1 .img{width: 40%;font-size: 0px;overflow: hidden;}
.index1 .img img{width: 100%;}
.index1 .desc{width: 60%;}
.index1 .imgTop{width: 50%;font-size: 0px;overflow: hidden;}
.index1 .imgTop img{max-width: 100%;}
.index1 .more{display: block;width: 100px;height: 30px;line-height: 30px;text-align: center;background: #FFCC00;font-size: 16px;color: #fff;}
.index1 .info{margin-top: 5px;background: #000942;padding: 15px 30px;box-sizing: border-box;color: #fff;}
.index1 .info .t1{font-size: 20px;font-weight: bold;padding-bottom: 15px;margin-bottom: 10px;position: relative;background: url(../images/m12.jpg) left bottom no-repeat;}
.index1 .info .txt{font-size: 14px;}

.index2{width: 100%;}
.i2Tit{width: 100%;height: 110px; background: url(../images/m22.jpg) no-repeat center bottom;text-align: center;margin-bottom: 20px;}
.i2List{width: 100%;padding: 50px 0;padding-bottom: 100px;}
.i2List ul{display: flex;flex-wrap: wrap;}
.i2List ul li{width: 20%;padding: 0 15px;box-sizing: border-box;margin-bottom: 50px;}
.i2List .part{display: block;width: 100%;background: url(../images/m23.png) center no-repeat;background-size: cover;height: 60px;line-height: 60px;text-align: center;overflow: hidden;font-size: 18px;color: #333333;transition: 0.3s;border-radius: 5px;overflow: hidden;}
.i2List .part:hover{background: url(../images/m24.png) center no-repeat;background-size: cover;}

.index3{width: 100%;margin: 70px 0;}
.index3 .title{width: 19.7%;padding-right: 2px;box-sizing: border-box;font-size: 0px;overflow: hidden;margin-bottom: 10px;}
.index3 .title img{width: 100%;}
.index3 .titleM{font-size: 20px;text-align: center;font-weight: bold;color: #dcae61;background: url(../images/sjbt.jpg) center center;height: 55px;line-height: 55px;margin-bottom: 10px;border-bottom: 2px #dcae61 solid;border-top: 2px #dcae61 solid;}

.i3List{width: 80.3%;}
.i3List ul li{width: 33.333%;padding: 0 2px;box-sizing: border-box;margin-bottom: 10px;}
.i3List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.i3List .part .img{width: 100%;font-size: 0px;overflow: hidden;}
.i3List .part .img img{width: 100%;}
.i3List .part .imgTop{position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.5);color: #fff;padding: 10px;box-sizing: border-box;text-align: center;width: 100%;font-size: 14px;opacity: 0;transition: 0.3s;}
.i3List .part:hover .imgTop{opacity: 1;}

.index4{width: 100%;margin: 60px 0;}
.i4L{width: 30%;padding: 0 5px;box-sizing: border-box;}
.i4L .part{display: block;width: 100%;}
.i4L .part .img{width: 100%;font-size: 0px;overflow: hidden;position: relative;}
.i4L .part .img img{width: 100%;}
.i4L .part .time{position: absolute;top: 0;left: 0;background: #FFCC00;width: 64px;height: 52px;color: #fff;display: flex;justify-content: center;align-items: center;flex-direction: column;font-size: 12px;}
.i4L .part .time h3{font-size: 24px;font-weight: normal;}
.i4L .part .desc{padding-top: 20px;}
.i4L .part .t1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;font-size: 20px;color: #2a2a2a;font-weight: bold;margin-bottom: 10px;}
.i4L .part .t1:hover{color: #FFCC00;}
.i4L .part .txt{font-size: 14px;color: #868686;margin: 10px 0;}

.i4More a{line-height: 30px;margin: 10px 0;color: #868686;width: 120px;height: 30px;line-height: 30px; text-align: center;background-color: #ffcc00;display: block;}
.i4More a img{max-width: 100%;vertical-align: middle;}

.i4C{width: 40%;padding: 0 20px;box-sizing: border-box;}
.i4C ul li{border-bottom: 1px #dddddd solid;line-height: 25px;margin-bottom: 13px;padding-bottom: 13px;display: flex;}
.i4C .time{width: 70px;text-align: left;color: #acacac;}
.i4C .time h3{font-size: 44px;font-weight: 100;display: block;line-height: 40px;}
.i4C .desc{width: calc(100% - 70px);}
.i4C .t1{font-size: 16px;font-weight: bold;}
.i4C .txt{color: #969696;font-size: 12px;line-height: 20px;}
.i4C .txt p{padding: 0;}
.i4C ul li:hover .time{color: #FFCC00;}
.i4C ul li:hover .t1{color: #FFCC00;}


.i4R{width: 30%;padding: 0 5px;box-sizing: border-box;}
.i4RTit{font-size: 16px;font-weight: bold;background: #000523;height: 40px;line-height: 40px;padding-left: 10px;box-sizing: border-box;}
.i4RTit a{color: #ffcc00;}
.i4RTit a span{font-size: 14px;text-transform: uppercase;font-weight: normal;}
.i4R .item{padding: 10px;border: 1px #dddddd solid;box-sizing: border-box;}
.i4R .img{width: 100%;font-size: 0px;overflow: hidden;border: 1px solid #000;}
.i4R .img img{width: 100%;}
.i4R ul li{line-height: 34px;border-bottom: 1px #ccc dashed; height: 34px;overflow: hidden;text-overflow: ellipsis;}
.i4R ul li a{display: block;background: url(../images/m44.jpg) no-repeat right center;color: #2a2a2a;font-size: 14px;}
.i4R ul li a:hover{color: #FFCC00;display: block;background: url(../images/m4h.jpg) no-repeat right center;}




.index5{width: 100%;margin: 45px 0;}
.i5Img{width: 100%;font-size: 0px;overflow: hidden;margin-bottom: 30px;}
.i5Img img{width: 100%;}
.i5List{width: 100%;}
.i5Swiper{width: 100%;}
.i5Swiper .part{display: block;width: 100%;position: relative;}
.i5Swiper .part .img{width: 100%;font-size: 0px;height: 336px;overflow: hidden;}
.i5Swiper .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i5Swiper .part .desc{background: url(../images/m51.jpg) no-repeat center center;height: 58px;line-height: 58px; width: 100%;padding: 0 10px;box-sizing: border-box;color: #FFFFFF;font-size: 16px;background-size: cover;}
.i5Swiper .part:hover .desc{background: url(../images/m51h.jpg) no-repeat center center;background-size: cover;}


.index6{width: 100%;margin-bottom: 10px;}
.index6 dl dt{width: 130px;height: 30px;line-height: 30px;background-color: #ffcc00;text-align: center;color: #ffffff;text-transform: uppercase;margin-right: 10px;font-size: 14px;}
.index6 dl dd{padding: 0 5px;}
.index6 dl dd a{color: #2a2a2a;font-size: 14px;}
.index6 dl dd a:hover{color: #fc0;}

.footer {
    background-color: #3c96da;
    padding-top: 20px;
    color: #ffffff;
    padding-bottom: 30px;
}
.fMenu{border-bottom: 1px #535353 solid;font-size: 18px;line-height: 60px;margin-bottom: 10px;}
.fMenu ul{display: flex;flex-wrap: wrap;}
.fMenu ul li{ width: 16.6666666%;text-align: center;background: url(../images/fxian.jpg) no-repeat right center;}
.fMenu ul li:last-child{background: none;}
.fMenu ul li a{color: #fff;}

.fWarp{width: 100%;}
.fWarp .item{width: 30%;font-size: 14px;color: #FFCC00;}
.fWarp img{max-width: 100%;width: auto;}
.fWarp .fCet{text-align: center;}
.fWarp .fLogo{text-align: right;}
.fldh{ position:fixed; z-index:999; right:0; bottom:0; padding:0 20px; width:100%; text-align:center; background: rgba(0,0,0,0.5); font-size:50px; color:#e7b90e; }

.tongtu{width: 100%;font-size: 0px;overflow: hidden;}
.tongtu img{width: 100%;height: 350px;object-fit: cover;}


.mainContent{width: 100%;padding: 25px 0 60px 0;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;}
.mainLeft{width: 298px;margin-right: 32px;}
.mainRight{width: calc(100% - 330px);}

.ProMenu{width: 100%;margin-bottom: 20px;}
.ProMenuTitle{background: #000942;box-sizing: border-box;color: #fff;font-size: 24px;}
.ProMenuTitle img{width: 100%}
.tab_list5{width: 100%;box-sizing: border-box;padding: 10px;background: #e1e1e1;box-sizing: border-box;}
.tab_list5 ul li:first-child .link{margin-top: 7px;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 10px 20px;color: #555;font-size: 16px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;border-bottom: 1px #fff solid;text-align: center;}
.accordion .link a{color: #2a2a2a;font-size: 16px;font-weight: 400;text-decoration: none;}
.accordion .link:hover{background: #FFCC00;color: #fff;}
.accordion .link:hover a{color: #fff;}
.accordion .link:hover i{color: #fff;}
.accordion li i {position: absolute;top: 10px;left: 12px;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}
.accordion li.open .link {background: #FFCC00;color: #fff;}
.accordion li.open a {color: #fff;}
.accordion li.open i {color: #fff;}
.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

.submenu {display: none;font-size: 14px;}
.submenu li {border-bottom: 1px dotted #e8e5e5;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: #027D3A !important;}
/*tab5_____end*/

.mainTit{background-color: #e7e7e7;height: 47px;line-height: 47px; margin-bottom: 20px;font-size: 16px;font-weight: bold;text-indent: 20px;border-left: 5px #C96 solid;}


.about{width: 100%;font-size: 14px;color: #282828;word-break: break-all;}
.about img{max-width: 100%;width: auto;}

.otherNews{width: 100%;}
.otherNews .title{border-bottom: 4px double #dddddd;height: 35px;line-height: 35px;margin-bottom: 8px;text-align: center;font-weight: bold;font-size: 16px;}
.otherNews ul li{border-bottom: 1px #dddddd dashed;display: flex;justify-content: space-between;line-height: 32px;}
.otherNews .tit{color: #2a2a2a;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: calc(100% - 90px);display: block;}
.otherNews .time{font-size: 14px;color: #282828;width: 100px;text-align: right;}
.otherNews .tit:hover{color: #FFCC00;}

.product{width: 100%;}
.proTit{width: 100%;border-bottom: 1px #dddddd solid;margin-bottom: 15px;line-height: 31px;}
.proTit .tit{font-size: 16px;color: #2a2a2a;font-weight: bold;}
.proTit .more{font-size: 14px;color: #2A2A2A;}
.product .item{margin-bottom: 20px;}
.product ul li{width: 25%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.product .part{display: block;border: 1px #dddddd solid;box-sizing: border-box;padding: 3px;}
.product .part .img{width: 100%;font-size: 0px;overflow: hidden}
.product .part .img img{width: 100%;}
.product .part .tit{padding: 10px;box-sizing: border-box;text-align: center;color: #2a2a2a;font-size: 14px;}
.product .part:hover{border-color: #FFCC00;}
.product .part:hover .tit{color: #fc0;}

.Prodetail{width: 100%;word-break: break-all;}
.Prodetail .title{line-height: 35px;margin-bottom: 8px;text-align: center;font-weight: bold;font-size: 16px;}
.Prodetail .info{text-align: center; line-height: 30px;color: #666;padding-right: 18px;border-top: 1px #dddddd solid;border-bottom: 1px #dddddd solid;margin-bottom: 20px;}
.ProdDesc{font-size: 14px;color: #282828;}
.ProdDesc img{max-width: 100%;}

.prenext {color: #cc0000;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 98%;line-height: 30px;margin-top: 10px;border-top-width: 1px;border-top-style: solid;border-top-color: #999;margin-bottom: 15px;}
.prenext .pre {width: 100%;display: block;}
.prenext .pre a {color: #333;text-decoration: none;}
.prenext .pre a:hover {color: #ff0000;}
/* 上一篇 */
.prenext .next {text-align: left;width: 100%;}
.prenext .next a {color: #333;text-decoration: none;}
.prenext .next a:hover {color: #ff0000;}


.case{width: 100%;}
.case ul li{width: 25%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.case .part{display: block;border: 1px #dddddd solid;box-sizing: border-box;padding: 3px;}
.case .part .img{width: 100%;font-size: 0px;overflow: hidden;height: 173px;display: flex;justify-content: center;align-items: center;}
.case .part .img img{max-width: 100%;height: 100%;}
.case .part .tit{padding: 10px;box-sizing: border-box;text-align: center;color: #2a2a2a;font-size: 14px;}
.case .part:hover{border-color: #FFCC00;}
.case .part:hover .tit{color: #fc0;}

.new{width: 100%;}
.new ul li{border-bottom: 1px #dddddd dashed;padding-bottom: 8px;margin-bottom: 10px;}
.new ul li .tit{font-size: 18px;color: #2a2a2a;font-weight: bold;}
.new ul li .tit:hover{color: #FFCC00;}
.new ul li .info{font-size: 14px;color: #282828;line-height: 1.8;margin-top: 10px;}
.new ul li .read{font-size: 14px;color: #2a2a2a;}
.new ul li .read:hover{color: #FFCC00;}

.contact{width: 100%;margin-bottom: 30px;}
.map{width: 100%;height: 400px;overflow: hidden;margin-bottom: 30px;}
.map img{width: 100%;height: 100%;object-fit: cover;}

.inside{width: 100%;}




@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.pc_menu{width: 30%;}
.headList .logo{width: 40%;}
.menu a{padding: 0 10px;}
.searchL{width: 100%;padding: 0 20px;box-sizing: border-box;}
.searchR{margin: 20px auto;}









}

@media only screen and (max-width: 980px) {
.pc{display: none;}
.m{display: block;}
.menu a{padding: 0 5px;}
.index1 .img{display: none;}
.index1 .desc{width: 100%;}
.searchL{display: none;}
.i2List ul li{padding: 0 10px;}
.i2List .part{height: 50px;line-height: 50px;}
.i3List{width: 100%;}
.index3 .titleM{width: 100%;}
.mainWarp{display: block;}
.mainLeft{display: none;}
.mainRight{width: 100%;padding: 0 10px;box-sizing: border-box;}









}

@media only screen and (max-width: 780px) {
.headList .logo{width: 100%;text-align: center;}
.pc_menu{display: none;}
.sp_header{ display:block;}
.headList .logo{margin: 0 auto;}
.headList .logo img{position: relative;}
.i2List ul li{width: 25%;margin-bottom: 30px;}
.i3List ul li{width: 50%;}
.i4L{display: none;}
.i4C{width: 50%;padding: 0 10px;}
.i4R{width: 50%;padding: 0 10px;}
.fMenu ul li{width: 33.33%;background: none;}
.fWarp .item{width: 100%;text-align: center;}
.fWarp .fLogo{text-align: center;}
.fldh img{width: 60%;}
.product ul li{width: 50%;}
.case ul li{width: 50%;}



}

@media only screen and (max-width: 580px) {
.i2List ul li{width: 50%;margin-bottom: 20px;}
.i2List .part{border-radius: 10px;}
.i4C{width: 100%;padding: 0;}
.i4R{width: 100%;padding: 0;}
.i4C .time h3{font-size: 28px;}
.mainRight{padding: 0 5px;}
.product ul li{padding: 0 5px;}
.case ul li{padding: 0 5px;}
.case .part .img{height: 150px;}










}