/*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:#666;}
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;padding: 0 15px;box-sizing: border-box;}


.indexTop{width: 100%;background: rgba(33,33,33,0.95);position: relative;z-index: 9999;}
.indexTop .Warp{display: flex;justify-content: space-between;align-items: center;height: 42px;font-size: 13px;color: #fff;padding: 0 20px;box-sizing: border-box;}
.indexTop .left span{display: inline-block;padding-right: 10px;}
.indexTop .left i{padding-right: 5px;}
.language a{display: inline-block;margin-left: 5px;}
.language a img{width: 20px;vertical-align: middle;}


.header{ position:relative;padding: 20px 0;background: #fff;top: 0;z-index: 999;width: 100%;transition: 0.3s;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;}
.headList .logo{display: block;padding-left: 10px;}
.headList .logo img{max-height: 80px;width: auto;}


/*menu*/
.pc_menu{flex: 1;flex-direction: column;align-items: flex-end;display: flex;flex-wrap: wrap;}
.menu{height:40px;line-height:40px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:rgba(51,51,51,0.95); width:200px; position:absolute; left:0px; top:40px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;}
.menu ul li dl dd{ line-height:36px;border-bottom:#ddd solid 1px;}
.menu ul li dl dd a{ font-size:14px; color:#fff;display:block;text-align:left;font-weight: normal;}
.menu ul li dl dd a:hover{ color:#FE5E08;}
.menu a{ font-size:16px;color:#333;display:block;text-align:center;padding: 0 20px;position: relative;font-weight: bold;}
.menu a:hover{color:#FE5E08;}
a.menu_hover{color:#FE5E08;}
.menu ul li.menu_down span a:after{position: relative;right: 0;content: "+";font-size: 18px;}
.menu ul li.on span a{color:#FE5E08;}

.header .search{width: 200px;height: 30px;border: 1px solid #333333;border-radius: 3px;position: relative;overflow: hidden;margin-bottom: 10px;margin-right: 20px;}
.header .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 40px 0 10px;box-sizing: border-box;outline: none;color: #f60;}
.header .search button{width: 40px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: none;color: #666;font-size: 16px;}

.header.fixed{position: fixed;padding: 0;background: rgba(255,255,255,0.8);box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 25%);animation: .95s ease forwards;}
.header.fixed .headList{height: 80px;}
.header.fixed .search{display: none;}
.headList .logo img{max-height: 80px;}

/*mMenu*/
.m_header{width: 100%;position: relative;z-index: 999;}
.sp_header{height:50px;overflow:hidden;background:#fff;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:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#f60;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:9;background:#fff;width:100%;height:calc(100% - 92px);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:92px}
.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;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background: #f60;width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}



/*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%;height: 500px;}
.banner_swiper{width: 100%;}
.banner_swiper .part{display: block;width: 100%;position: relative;overflow: hidden;height: 100%;}
.banner_swiper .img_show{width: 100%;font-size: 0;overflow: hidden;height: 100%;}
.banner_swiper .img_top{position: absolute;top: 50%;width: 100%;transform: translateY(-50%);}
.banner_swiper .desc{width: 100%;text-align: center;}
.banner_swiper .t1{color: #fff;font-size: 50px;margin-bottom: 30px;}
.banner_swiper .txt{color: rgb(255, 132, 18);font-size: 23px;position: relative;}
.banner_swiper .more{margin-top: 30px;text-align: center;}
.banner_swiper .more a{display: inline-block;background: rgba(255, 132, 18, 0.75);padding: 10px 20px;border-radius: 5px;font-size: 17px;color: #fff;}
.banner_swiper .more a:hover{background: #fff;color: rgba(255, 132, 18, 0.75);}
.banner_swiper .swiper-button-next,.banner_swiper .swiper-button-prev{width: 40px;height: 40px;background: rgba(0,0,0,0.5);color: #fff;}
.banner_swiper .swiper-button-next:after,.banner_swiper .swiper-button-prev:after{font-size: 20px;}

/*common*/
.iComTitle{}

.disFlex{display: flex;flex-wrap: wrap;}
.jusBet{justify-content: space-between;}
.jusEnd{justify-content: flex-end;}
.aliCet{align-items: center;}
.bgfff{background: #fff;}


.index1{width: 100%;padding: 50px 0;}
.i1Warp{width: 100%;margin-bottom: 50px;}
.i1Warp .img{width: 30%;font-size: 0px;overflow: hidden;}
.i1Warp .img img{max-width: 100%;width: auto;}
.i1Warp .desc{flex: 1;width: 100%;}
.i1Tit{color: #333;font-size: 36px;text-align: center;}
.i1Txt{color: #333;font-size: 18px;text-align: center;}
.i1Txt a{color: #FE5E08;}
.i1Txt a:hover{color: #333;}
.i1List{width: 100%;}
.i1List ul{display: flex;flex-wrap: wrap;}
.i1List ul li{width: 33.3%;padding: 15px;box-sizing: border-box;}
.i1List .part{display: block;position: relative;width: 100%;height: 100%;overflow: hidden;transition: 0.5s;}
.i1List .part1{position: relative;width: 100%;height: 100%;transition: 0.5s;background: rgba(0,0,0,0.3);}
.i1List .img{position: relative;width: 100%;height: 100%;font-size: 0px;}
.i1List .img img{width: 100%;height: 100%;object-fit: cover;}
.i1List .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 32px;padding: 20px;box-sizing: border-box;}

.i1List .part2{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 32px;padding: 20px;box-sizing: border-box;background: #fe5e08;color: #fff;flex-direction: column;align-items: center;opacity: 0;visibility: hidden;transition: 0.5s;transform: rotateY(-180deg);}
.i1List .t1{font-size: 20px;}
.i1List .info{font-size: 15px;color: #eee;margin: 10px 0;max-height: 100px;overflow: hidden;}
.i1List .more{text-align: center;}
.i1List .more a{display: inline-block;padding: 10px 20px;background: #fff;color: #666;border-radius: 5px;font-size: 12px;}
.i1List .more a:hover{background: #eee;}

.i1List .part:hover .part1{transform: rotateY(-180deg);}
.i1List .part:hover .part2{opacity: 1;visibility: visible;transform: rotateY(0);}

.index2{width: 100%;padding: 60px 0;background: #f8f8f8;}
.index2 .i1Tit{font-size: 32px;}
.i2Warp{width: 100%;margin-top: 40px;}
.i2Warp .desc{width: 50%;}
.i2Warp .img{width: 46%;}
.i2Warp .img img{width: 100%;}
.i2Warp .desc .info{font-size: 15px;color: #666;}
.i2Warp .desc h2{color: #333;margin: 12px 0;font-weight: 600;font-size: 18px;}
.i2Warp .desc ul li{font-size: 15px;color: #333;margin: 5px 0;}
.i2Warp .desc ul li a{color: #f60;}
.i2Warp .desc ul li a:hover{color: #333;}
.i2Warp .more{margin-top: 30px;}
.i2Warp .more a{display: inline-block;margin-right: 20px;padding: 10px 20px;background: #EBEBEB;color: #666;font-size: 12px;}
.i2Warp .more a:hover{background: #d7d7d7;color: #595959;}
.i2Warp .more a:first-child{background: #F90;color: #fff;}
.i2Warp .more a:first-child:hover{background: #e08700;color: #f7f7f7;}
.i2Warp .more i{font-size: 15px;vertical-align: middle;}

.footer{background: #333;padding: 30px 0;}
.fWarp{width: 100%;}
.fWarp .item{width: 24%;}
.fTit{width: 100%;color: #FE5E08;line-height: 25px;border-bottom: 1px solid rgba(255,255,255,0.5);font-size: 15px;font-weight: bold;}
.fLogo{width: 100%;font-size: 0px;margin: 10px 0;}
.fWarp .info{font-size: 15px;color: #aaa;}
.fWarp .info a{color: #fff;}
.fWarp .info a:hover{color: #f60;}
.fMenu a{display: block;color: #F3F3F3;position: relative;padding: 10px 0;border-bottom: 1px solid rgba(255,255,255,0.5);font-size: 15px;}
.fMenu a:before{content: "";background-image: url(../images/double-arrow.png);display: inline-block;width: 10px;height: 8px;margin-right: 6px;vertical-align: baseline;}
.fMenu a:hover{color: #f60;}
.fWarp .links1{margin: 10px 0;}
.fWarp .links1 a{display: inline-block;color: #fff;font-size: 30px;margin-right: 10px;}
.fWarp .links2 a{display: block;color: #F3F3F3;position: relative;padding: 5px 0;font-size: 15px;}
.fWarp .links2 a:before{content: "";background-image: url(../images/double-arrow.png);display: inline-block;width: 10px;height: 8px;margin-right: 6px;vertical-align: baseline;}
.fWarp  .links2 a:hover{color: #f60;}

.copyright{width: 100%;background: #111;padding: 15px 0;border-top: 1px solid rgba(255,255,255,0.5);position: relative;color: #fff;font-size: 15px;}
.copyright .wapper{position: relative;}
.copyright a{color: #f60;}
.copyright a:hover{color: #fff;}
.copyright .desc{padding-right: 100px;box-sizing: border-box;}
.totop{position: absolute;right: 0;bottom: 0;text-decoration: underline;color: #f60;}
.totop:hover{color: #333;}

.iRight{position: fixed;top: 50%;right: 0;transform: translateY(-50%);z-index: 99;}
.iRight .warp {
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	transform-origin: 0 0;
	z-index: 9999;
}

.iRightBtn {
	background: #000000;
	color: #fff;
	padding: 8px 15px;
	letter-spacing: 0.5px;
	font-size: 16px;
	border-radius: 0 0 8px 8px;
	font-weight: bold;
	white-space: nowrap;
	-moz-transform: rotate(90deg) translate(-50%);
	-webkit-transform: rotate(90deg) translate(-50%);
	transform: rotate(90deg) translate(-50%);
	transform-origin: 0 0;
	cursor: pointer;
}
.iRightBtn:hover{background-color: #dd9933;color: #cccccc;}

.iRightPanel {
	color: #212121;
	background-color: #b5b5b5;
	padding: 25px;
	box-sizing: border-box;
	width: 350px;
	height: 350px;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 350ms ease-in-out;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	-moz-transform: translate(100%,-50%);
    -webkit-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
}

.iRightPanel.active {
	opacity: 1;
	visibility: visible;
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.iRightPanel .info{width: 100%;height: 100%;font-size: 15px;color: #212121;word-break: break-all;white-space: normal;overflow-y: auto;padding-right: 20px;box-sizing: border-box;}
.iRightPanel .info h2{color: #333;font-size: 1.3336em;}
.iRightPanel .info a{color: #FE5E08;}
.iRightPanel .info p{padding: 6px 0;}
/*滚动条样式*/
.iRightPanel .info::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
	/*background: rgba(0,0,0,0.1);*/
}

.iRightPanel .info::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0,0,0,0.8);
}

.iRightPanel .info::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.3);
}
.iRightClose {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background: #F44336;
	color: #fff;
	display: block;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 350ms ease-in-out;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.current{font-size: 14px;color: #666;margin-bottom: 20px;}
.current a{color: #666;text-transform: capitalize;}

.mainContent{width: 100%;background: #fff;padding: 20px 0;border-top: 1px solid #eee;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;}
.mainLeft{width: 70%;order: 1;}
.mainRight{width: 28%;order: 0;}
.mTit{border-bottom: 1px solid #eee;line-height: 30px;color: #333;font-size: 15px;font-weight: bold;}
.proMenu{width: 100%;margin-bottom: 20px;}
.proMenu ul li a{display: block;padding: 10px 5px;color: #FE5E08;position: relative;border-bottom: 1px solid #eee;font-size: 15px;}
.proMenu ul li a:before{content: "";display: inline-block;width: 10px; height: 10px; margin-right: 5px;background-image: url(../images/arrow-3-dark.png);}

.news{width: 100%;}
.news ul li{width: 100%;position: relative;padding: 35px 0;border-bottom: 1px solid #eee;}
.news .t1{font-size: 22.8px;}
.news .t1 a{color: #333;}
.news .txt{font-size: 14px;color: #333;margin: 10px 0;}
.news .txt span{display: inline-block;padding-right: 5px;}
.news .txt a{color: #f60;}
.news .txt a:hover{color: #333;}
.news .info{font-size: 15px;color: #333;margin: 10px 0;}
.news .more{font-size: 15px;color: #f60;}
.news .more:hover{color: #333;}

.mRsrarch{width: 100%;}
.mRsrarch form{display: block;margin-top: 10px;width: 100%;height: 30px;border: 1px solid #DDD9D9;position: relative;overflow: hidden;}
.mRsrarch form input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 30px 0 10px;box-sizing: border-box;outline: none;}
.mRsrarch form button{width: 30px;height: 30px;text-align: center;background: none;border: none;position: absolute;top: 0;right: 0;}

.service{width: 100%;}
.serList{width: 100%;}
.serList ul li{width: calc(50% - 10px);margin-bottom: 20px;}
.serList a{display: block;font-size: 15px;color: #fff;padding: 18px 25px;box-sizing: border-box;background: #F90;text-align: center;}
.serList a i{font-size: 20px;padding-right: 6px;}
.serList a:hover{background: #d68100;}

.serImg{width: 100%;margin-top: 20px;overflow: hidden;}
.serImg img{width: 100%;}

.case{width: 100%;margin-bottom: 60px;}
.caseList{width: 100%;max-width: 980px;margin: 0 auto;}
.caseList ul li{width: 33.3%;padding: 20px;box-sizing: border-box;}
.caseList .part{display: block;width: 100%;}
.caseList .part .t1{color: #333;font-size: 16px;margin-bottom: 15px;}
.caseList .part .img{display: block;width: 100%;background: #fff;padding: 10px;box-sizing: border-box;box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 25%);}
.caseList .part .img img{width: 100%;}







@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.menu a{padding: 0 15px;}
.banner_swiper .t1{font-size: 38px;}
.banner_swiper .txt{font-size: 18px;}
.i1Tit{font-size: 28px;}
.i1Txt{font-size: 16px;}
.index2 .i1Tit{font-size: 28px;}



}


@media only screen and (max-width: 980px) {
.wapper{padding: 0 10px;}
.banner{height: 368px;}
.i1List .imgTop{font-size: 28px;}
.i1List ul li{padding: 10px;}
.i1List .info{font-size: 14px;margin: 5px 0;}
.fWarp .item{width: 48%;margin-bottom: 20px;}
.caseList ul li{padding: 10px;}

}

@media only screen and (max-width: 780px) {
.header{ display:none}
.sp_header{ display:block;border-bottom: 1px solid #eee;}
.sjj_nav{ display:block;}
.indexTop .Warp{padding: 0;}
.language{text-align: right;}
.banner{height: 260px;}
.banner_swiper .t1{font-size: 18px;margin-bottom: 10px;}
.banner_swiper .txt{font-size: 15px;}
.banner_swiper .more{margin-top: 15px;}
.banner_swiper .more a{font-size: 15px;padding: 6px 15px;}
.i1Warp .img{width: 100%;text-align: center;margin-bottom: 20px;}
.i1Warp .desc{width: 100%;}
.i1Tit{font-size: 18px;margin-bottom: 10px;}
.i1Txt{font-size: 15px;}
.i1List ul li{width: 50%;padding: 5px;}
.i1List .imgTop{padding: 10px;font-size: 18px;}
.i1List .part2{padding: 10px;}
.i1List .t1{font-size: 16px;}
.i1List .info{font-size: 13px;}
.i1List .more a{padding: 5px 15px;}
.index2 .i1Tit{font-size: 18px;}
.i2Warp .desc{width: 100%;margin-bottom: 20px;}
.i2Warp .img{width: 100%;}
.i2Warp .more a{margin-right: 5px;padding: 8px 10px;}
.fWarp .item{width: 100%;}
.copyright .desc{padding-right: 0;padding-bottom: 20px;}
.mainWarp{flex-wrap: wrap;}
.mainLeft{width: 100%;order: 0;}
.mainRight{width: 100%;order: 1;}
.serList ul li{width: 100%;}
.caseList ul li{width: 100%;max-width: 380px;margin: 0 auto;}



}
