/*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:16px;font-family:' '; color:#595959;}
body.head_on{overflow:hidden}
a{color:#333;transition: 0.3s;}
a:hover{ color:#007a40; 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:1400px; margin:0 auto;padding: 0 10px;}
img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
    --main-color: #007a40;
    --main-tit: #3c3c3c;
    --main-txt: #595959;
    --main-fff: #fff;
    --main-000: #000;
    --main-333: #333333;
    --main-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header{ position:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 85px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:85px;line-height:85px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background: var(--main-color); width:100%; position:absolute; left:50%; top:85px; box-shadow:0 15px 27px 0 rgb(167 165 165 / 38%);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;}
.menu ul li dl dd a{ font-size:14px; color:#fff;display:block;padding: 0 10px;text-align: center;}
.menu ul li dl dd a:hover{ color:#fff;background: #0d0f0e;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{color: var(--main-color);}
.menu>ul>li>span>a{ font-size:16px;color:#272727;display:block;text-align:center;padding: 0 20px;position: relative;}
.menu>ul>li>span>a:after{content: "";width: 0;height: 2px;background: var(--main-color);position: absolute;bottom: 0;left: 0;transition: all 0.5s ease 0s;}

.menu>ul>li>span>a:hover:after,
.menu>ul>li>span>a.menu_hover:after{width: 100%;}

.language a{display: inline-block;margin-left: 20px;}
.language a img{width: 20px;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:35px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:9999;background:#fff;width:100%;height:100%;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:0;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

.sjj_nav1_close{float: right;cursor: pointer;}
.sjj_nav1_close img{width: 35px;}
.sjj_nav1 .warp{padding: 20px;}

.sp_header1 .language{float: right;height: 70px;align-items: center;display: flex;}
.sp_header1 .language a{display: inline-block;margin-left: 0;margin-right: 20px;}
/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: transparent;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;}

.mt10{margin-top: 10px;}
.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;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{font-size: 38px;color: var(--main-tit);}
.iTxt{font-size: 16px;color: var(--main-txt);}
.iLine{margin: 5px 0;}
.iLine span{display: inline-block;width: 50px;height: 3px;background: #2a2a2a;}
.iLine2 span{background: var(--main-color);}
.f00{color: #f00;}
.h3{font-size: 24px;font-weight: bold;}
.txt{font-size: 16px;}
.iMore .btn{display: inline-block;padding: 10px 45px;border: 2px solid #a3a3a3;border-radius: 30px;font-size: 14px;color: #a3a3a3;}
.iMore .btn:hover{color: #fff;background: var(--main-color);border-color: var(--main-color);}
/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #00b0ec;width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;font-size: 20px;}
.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev{width: 38px;height: 38px;background: rgba(91, 112, 136,.5);border-radius: 50%;}

.index1{width: 100%;position: relative;z-index: 9;}
.i1List{position: relative;width: 100%;margin-top: -90px;}
.i1List ul li{width: 30%;}
.i1List .part{display: block;width: 100%;height: 100%;background: #2a2a2a url(../images/tlg_bg.png) left bottom no-repeat;border-radius: 20px;padding: 60px;transition: 0.6s;}
.i1List .part .icon{width: 80px;margin: 20px auto 10px auto;}
.i1List .part .icon img{width: 100%;}
.i1List .part .t1{font-size: 18px;font-weight: bold;}
.i1List .part .line{margin: 10px 0;}
.i1List .part .line span{width: 20px;height: 2px;background: #fff;opacity: 0.6;display: inline-block;}
.i1List .part .txt{font-size: 16px;}
.i1List .part:hover{background-color: var(--main-color);}
.i1List .part:hover .icon img{transition: all 1s ease;transform: perspective(800px) rotateY(360deg);-webkit-transform: perspective(800px) rotateY(360deg);-moz-transform: perspective(800px) rotateY(360deg);}

.i1List ul li:nth-child(1) .part{background-color: var(--main-color);}
.i1List ul li:nth-child(1) .part:hover{background-color: #2a2a2a;}

.index2{width: 100%;background: url(../images/pkbg.jpg) center top no-repeat;background-size: cover;}
.i2Item{padding: 60px 0;}
.i2Item .vs{width: 150px;text-align: center;}
.i2Item .vs img{width: auto;max-width: 83px;vertical-align: middle;}
.i2Item .part{position: relative;width: calc(50% - 75px);}
.i2Item .part .img{width: 33%;overflow: hidden;position: absolute;top: 50%;transform: translateY(-50%);}
.i2Item .part .img img{width: 100%;border-radius: 50%;}
.i2Item .part .desc{width: 75%;background: var(--main-color);color: #fff;border-radius: 20px;padding: 35px 18px;}
.i2Item .part .txt{margin-top: 10px;}

.i2Item .part1 .img{right: 0;}
.i2Item .part1 .desc{text-align: right;padding-right: 10%;}
.i2Item .part2 .img{left: 0;}
.i2Item .part2 .desc{background: #2a2a2a;margin-left: auto;padding-left: 10%;}

.index3{width: 100%;}
.i3Tab ul li{margin: 10px 20px;display: inline-block;padding: 10px 45px;border: #424242 2px solid;color: #424242;border-radius: 30px;font-size: 18px;cursor: pointer;}
.i3Tab ul li.on{color: var(--main-color);border-color: var(--main-color);}

.i3Panel{width: 100%;}
.i3List{width: 100%;position: relative;padding-bottom: 60px;}
.i3List .swiper-pagination-bullet{width: 16px;height: 16px;}
.i3List .swiper-pagination-bullet-active{background: var(--main-color);}

.i3List .part{width: 100%;position: relative;overflow: hidden;display: block;}
.i3List .part .proImgBox{width: 100%;height: 266px;display: flex;justify-content: center;align-items: center;}
.i3List .part .proImgBox img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.i3List .proTitle {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.125rem;
	line-height: 36px;
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
	text-align: center;
}

.i3List .proSummry {
	width: 100%;
	font-size: 0.875rem;
	line-height: 24px;
	margin-top: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.i3List .see {
	width: 100px;
	text-align: center;
	font-size: 0.75rem;
	margin: 1rem auto;
	transition: all .5s ease;
}

.i3List .see i {
	margin-right: 0.3rem;
}

.i3List .see:hover {
	width: 110px;
	border: 1px solid #fff;
	padding: 5px;
}

.i3List .txtBox {
	position: absolute;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 80%;
	overflow: hidden;
	padding: 10% 5%;
	box-sizing: border-box;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.i3List .part:hover .proTitleBox {
	color: #bf1a2c;
}

.i3List .part:hover .txtBox {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	left: 0px;
	top: 0px;
}

.i3List .proTitleBox{color: #333;height: 66px;line-height: 66px;text-align: center;font-size: 16px;}

.index4{background: #f1f1f1;}
.i4List{width: 100%}
.i4List ul li{width: 50%;}
.i4List .part{display: block;width: 100%;height: 100%;background: var(--main-color);display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;padding: 80px 20px;transition: 0.6s;}
.i4List .part .icon{width: 160px;margin-right: 20px;text-align: center;}
.i4List .part .icon img{width: auto;max-width: 100%;}
.i4List .part .desc{flex: 1;}
.i4List .part .txt{font-size: 15px;margin-top: 10px;}
.i4List .part:hover{background: #333;}

.i4List ul li:nth-child(2) .part,
.i4List ul li:nth-child(3) .part{background: #454545;}
.i4List .part:hover .icon img{transition: all 1s ease;transform: perspective(800px) rotateY(360deg);-webkit-transform: perspective(800px) rotateY(360deg);-moz-transform: perspective(800px) rotateY(360deg);}

.index5{}
.index5 .wapper{max-width: 1280px;}
.i5List{width: 100%;}
.i5List ul{max-width: 1000px;margin: 0 auto;}
.i5List ul li{width: 25%;}
.i5List .part{display: block;width: 100%;text-align: center;}
.i5List .part .icon{display: flex;justify-content: center;align-items: center;transition: 0.3s;width: 126px;height: 142px;background: url(../images/abbg_1.png) center no-repeat;background-size: contain;margin: 0 auto;}
.i5List .part .icon img{width: auto;max-width: 80px;}
.i5List .part .iTxt{margin-top: 20px;}

.i5List .part:hover .icon{background-image: url(../images/abbg_2.png);}
.i5List .part:hover .icon img{transition: all 1s ease;transform: perspective(800px) rotateY(360deg);-webkit-transform: perspective(800px) rotateY(360deg);-moz-transform: perspective(800px) rotateY(360deg);}


.i6Warp{width: 100%;}
.i6Warp .f_left{width: 62%;}
.i6Warp .f_right{width: 35%;}

.i6Tab{width: 100%;}
.i6Tab ul{width: calc(100% - 150px);}
.i6Tab ul li{width: calc(50% - 20px);margin-right: 20px;}
.i6Tab a{display: block;width: 100%;height: 50px;line-height: 50px;text-align: center;background: #454545;color: #fff;font-size: 16px;}
.i6Tab .more:hover{background: var(--main-color);}
.i6Tab .more{display: block;width: 150px;height: 50px;line-height: 50px;text-align: center;background: #e6e6e6;color: #333;font-size: 16px;}
.i6Tab .more:hover{background: var(--main-color);}


.i6Tab ul li.on a,
.i6Tab ul li a:hover{background: var(--main-color);}

.i6Panel{width: 100%;}
.i6Panel .part1{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 20px;padding: 20px 0;border-bottom: solid 1px #dcdcdc;}
.i6Panel .part1 .img{width: 165px;margin-right: 15px;}
.i6Panel .part1 .img img{width: 100%;}
.i6Panel .part1 .desc{width: calc(100% - 180px);}
.i6Panel .part1 .t1{font-size: 18px;color: var(--main-color);}
.i6Panel .part1 .t1:hover{color: var(--main-tit);}
.i6Panel .part1 .info{font-size: 14px;color: var(--main-txt);margin-top: 10px;line-height: 2.2;}
.i6Panel .part1 .info p{line-height: 2.2;}

.i6List{width: 100%;}
.i6List ul li{border-bottom: dashed 1px #dcdcdc;line-height: 55px;display: flex;justify-content: space-between;align-items: center;font-size: 14px;color: var(--main-txt);}
.i6List ul li a{flex: 1;font-size: 16px;color: #777;}
.i6List ul li a:hover{color: var(--main-color);}
.i6List ul li .time{display: block;margin-left: 10px;}

.ifaqWarp{width: 100%;padding: 25px 35px;background: #f2f2f2;}
.ifaqWarp .top .tit{font-size: 14px;color: var(--main-txt);position: relative;padding-bottom: 10px;}
.ifaqWarp .top .tit strong{display: block;font-size: 30px;color: var(--main-color);}
.ifaqWarp .top .tit:after{width: 20px;height: 3px;background: #cdcdcd;position: absolute;left: 0;bottom: 0;content: "";}
.ifaqWarp .top .more{display: block;width: 70px;height: 30px;text-align: center;line-height: 30px;font-size: 14px;color: #fff;background: #454545;}
.ifaqWarp .top .more:hover{background: var(--main-color);color: #fff;}

.i6List2{width: 100%;padding-bottom: 50px;position: relative;}
.i6List2 ul li{border-bottom: 1px solid #ddd;padding: 15px 0;}
.i6List2 .tit{padding-left: 30px;background: url(../images/icon_q.jpg) left top no-repeat;font-size: 16px;font-weight: bold;}
.i6List2 .tit a{color: var(--main-txt);}
.i6List2 .tit a:hover{color: var(--main-color);}
.i6List2 .panel{padding-left: 30px;background: url(../images/icon_a.jpg) left top no-repeat;margin-top: 10px;}
.i6List2 .txt{font-size: 14px;color: var(--main-txt);}
.i6List2 .swiper-pagination-bullet{width: 16px;height: 16px;}
.i6List2 .swiper-pagination-bullet-active{background: var(--main-color);}

.index7{width: 100%;background: #f3f3f3;}
li.w100{width: 100% !important;}

.i7Form{width: 100%;}
.i7Form ul li{width: 49%;padding-bottom: 20px;position: relative;}
.i7Form input,
.i7Form textarea{width: 100%;height: 40px;border: 1px solid #ddd;padding: 0 10px;background: #fff;font-size: 14px;color: #333;outline: none;}
.i7Form textarea{padding: 10px;height: 180px;}
.i7Form .error{color: #f00;font-size: 12px;position: absolute;bottom: 5px;left: 0;display: none;}
.i7Form input:focus,
.i7Form textarea:focus{box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);}
.i7Form button{display: inline-block;padding: 10px 25px;border: none;background: var(--main-color);color: #fff;font-size: 14px;border-radius: 30px;width: 120px;}
.i7Form button:hover{background: #2a2a2a;}

.copyright{width: 100%;padding: 20px 0;text-align: center;font-size: 14px;color: #fff;background: #000;}

.footer{background: #1d1d1d;padding-top: 60px;font-size: 14px;color: #b1b1b1;}
.footer a{color: #b1b1b1;}
.footer a:hover{color: #fff;}
.fLinks{padding: 35px 0;border-top: rgba(255, 255, 255, 0.2) solid 1px;}
.fLinks dt{font-weight: bold;font-size: 18px;margin-right: 20px;color: #fff;}
.fLinks dd a{display: inline-block;font-size: 14px;color: #b1b1b1;}
.fLinks dd a:hover{color: #fff;}

.fWarp{width: 100%;padding-bottom: 60px;}
.fWarp dt{font-weight: bold;font-size: 18px;margin-bottom: 10px;color: #fff;}
.fmenu li{margin: 10px 0;}
.fmenu a{font-size: 14px;color: #b1b1b1;}
.fmenu a:hover{color: #fff;}

.fTel{font-size: 14px;color: #b1b1b1;}
.fTel .ewm{width: auto;max-width: 112px;margin-top: 10px;}
.fTel .ewm img{width: 100%;}

.float_right {
    position: fixed;
    right: 2px;
    z-index: 999;
    border-right: 1px solid var(--main-color);
    height: 70%;
    top: 15%;
}

.float_right .language {
	padding: 10px 20px;
	background: #0300c5;
	border-radius: 20px 0 0 20px;
	color: #fff;
	position: fixed;
	right: 0px;
	z-index: 9999;
	top: 150px;
	font-size: 16px;
	cursor: pointer;
}

.float_right .language:hover {
	color: #324483;
}

.float_right .float_kefu {
	top: 70px;
	position: absolute;
	right: 0;
	width: 70px;
	height: 70px;
	background-color: rgba(0, 0, 0, .4);
	border: 1px solid var(--main-color);
	border-right: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.float_right .float_kefu:nth-child(2){top: calc(70px + 80px);}
.float_right .float_kefu:nth-child(3){top: calc(70px + 160px);}
.float_right .float_kefu:nth-child(4){top: calc(70px + 240px);}
.float_right .float_kefu:nth-child(5){top: calc(70px + 320px);}

/*
.float_right .float_kefu:nth-child(4):hover{width: 70px;background-color: rgba(0, 0, 0, .4);}
.float_right .float_kefu:nth-child(4):hover:before{width:0;}
.float_right .float_kefu:nth-child(4):hover .txt{display: block;display: flex;}
.float_right .float_kefu .imgTop{position:absolute; right:70px; width:120px; top:0; z-index:999; font-size:12px; background:#fff; display:none; box-shadow: var(--main-shadow); color:#000;}
.float_right .float_kefu:nth-child(4):hover .imgTop{display:block;}
.float_right .float_kefu .imgTop img{width:100%;}
*/

.float_right .float_kefu .wyz-qr-show{display:none; position: absolute; z-index:1; border:1px solid #007a40b0; left:-160px; top:-91px;}
.float_right .float_kefu .wyz-qr-show img{width:155px;}
.float_right .float_kefu:hover .wyz-qr-show{opacity:1; display:block}

.float_right .float_kefu:before {
	content: "";
	background-color: #007a40b0;
	position: absolute;
	height: 100%;
	width: 0;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease;
}

.float_right .float_kefu .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.float_right .float_kefu .txt i{color: #fff;}
.float_right .float_kefu .txt img{width: 30px;}

.float_right .float_kefu .txt .t1 {
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}

.float_right .float_kefu .txt_info {
	height: 100%;
	display: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.5s;
}

.float_right .float_kefu .txt_info .t1 {
	color: #fff;
	text-align: center;
	line-height: 68px;
	height: 68px;
	white-space: nowrap;
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.float_right .float_kefu:hover {
	width: 156px;
	background-color: transparent;
}

.float_right .float_kefu:hover:before {
	width: 100%;
}

.float_right .float_kefu:hover .txt {
	display: none;
}

.float_right .float_kefu:hover .txt_info {
	display: block;
	width: 100%;
}

.float_right .float_top {
	cursor: pointer;
	top: 480px;
	position: absolute;
	right: 0;
	width: 46px;
	height: 46px;
	background-color: rgba(0, 0, 0, .4);
	border: 1px solid var(--main-color);
	border-right: none;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.float_right .float_top.fixed {
	opacity: 1;
	visibility: visible;
}

.float_right .float_top .warp {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
}

.float_right .float_top .img {
	text-align: center;
}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 32px;color: #1966ff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #888;}

.p_page{width: 100%;background: #f0f0f0;padding: 15px 0;}
.current a{font-size: 14px;color: #888;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}
.inner_tit{text-align: center;margin: 20px 0;padding-bottom: 40px;margin-bottom: 40px;border-bottom: 1px solid #e8e8e8;font-size: 36px;color: var(--main-tit);}
.inner_txt{text-align: center;font-size: 14px;color: #888;}

.inner_menu{width: 100%;background: var(--main-color);}
.inner_menu ul{display: flex;flex-wrap: wrap;width: 100%;}
.inner_menu ul li{position: relative;height: auto;background-color: #0d0f0e;line-height: 45px; width:16%;}
.inner_menu ul li a{border-left: 1px solid var(--main-color);display: block;height: 45px;line-height: 45px;width: 100%;padding-left: 0px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;font-size: 16px;color: #fff;padding: 0 20px;}
.inner_menu ul li a:hover{background: #a50012;}
.inner_menu dl{position: absolute;top: 45px;left: 0;width: 100%;background: #0d0f0e;z-index: 999;display: none;}
.inner_menu dl dd{border-bottom: solid 1px #272727;}
.inner_menu dl dd a{border: none;text-align: left;padding: 0 20px;font-size: 14px;}
.inner_menu ul li:hover dl{display: block;}


@media only screen and (max-width: 980px) {
    .inner_menu ul li {
        min-width: 50%;
    }
}

.iTxt img{width: auto;max-width: 100%;}
.product{width: 100%;}
.proList{width: 100%;}
.proList ul li{width: 25%;padding: 0 10px;box-sizing: border-box;position: relative;margin-bottom: 20px;}
.proList .part .proImgBox{height: 271px;}
.proList ul li:nth-child(2n) .txtBox{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);left: 100%;top: 100%;}

.pageWarp{width: 100%;margin: 40px 0;}
.pages { cursor: default; font-size: 14px; font-family: Tahoma, Verdana; padding: 10px; text-align: center; }
.pages span { margin: 0 3px; }
.pages span a { color: #666; text-decoration: none; padding: 3px 8px; border: 1px #ddd solid; background: #fff; }
.pages span a:hover { color: var(--main-color); border: 1px var(--main-color) solid; background: #fff; }

.case{width: 100%;}
.case_keyword{width: 100%;margin-top: 20px;font-size: 14px;color: var(--main-txt);}
.case_keyword span{margin-right: 20px;}
.case_keyword em{display: inline-block;background: #f1f1f1;border: 1px solid #D9D9D9;margin-right: 18px;margin-bottom: 15px;cursor: default;border-radius: 4px;color: #969696;padding: 2px 10px;}

.news{width: 100%;}
.news_list{width: 100%;}
.news_list ul li{margin-bottom: 20px;}
.news_list .part{display: block;width: 100%;padding: 20px;background: #f0f0f0;border-bottom: 1px solid #ebebeb;display: flex;justify-content: space-between;flex-wrap: wrap;}
.news_list .part .img{width: 20%;}
.news_list .part .img img{width: 100%;}
.news_list .part .desc{width: 75%;}
.news_list .part .t1{font-size: 22px;margin: 10px 0;color: #333;}
.news_list .part .txt{font-size: 14px;color: #333;}
.news_list .part:hover .img img{transform: scale(1.1);}
.news_list .part:hover .t1{color: var(--main-color);}

.inside{width: 100%;}
.inside img{width: auto;max-width: 100%;}

.contact{width: 100%;}
.contact .iTit{color: var(--main-color);}

.map{width: 100%;height: 450px;overflow: hidden;}
.map img{width: 100%;height: 100%;object-fit: cover;}
.map p{display:block; width:100%; height:100%;}
.map iframe{width:100% !important;}
.map .mMap{display:none;}

.yzm input{width: 165px;margin-right: 20px;}
.yzmimg{width: 100px;height: 39px;display: flex;justify-content: center;align-items: center;}
.yzmimg img{width: auto;height: auto;max-width: 100%;max-width: 100%;}

.contact_desc{padding-top: 40px;border-top: 1px solid #ddd;margin-top: 40px;font-size: 16px;color: #777;}

@media only screen and (max-width: 1400px) {
.wapper{ width:100%;padding: 0 20px;}
.i1List .part{padding: 45px;}



}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.menu>ul>li>span>a{padding: 0 10px;}
.i1List .part{padding: 25px;}
.iTit{font-size: 28px;}










}

@media only screen and (max-width: 980px) {
.wapper{ width:100%;padding: 0 10px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
/*.float_right{display: none;}*/
.i1List{margin-top: 60px;}
.i1List ul li{width: 100%;margin-top: 20px;}
.i1List .part .icon{width: 60px;margin-top: 0;}
.iTit{font-size: 26px;}
.i2Item{justify-content: center;padding: 20px 0;}
.i2Item .part{width: 100%;}
.i2Item .part1 .img{left: 0;}
.i2Item .part1 .desc{margin-left: auto;text-align: left;}
.i2Item .part{display: flex;align-items: center;justify-content: space-between;align-items: center;background: var(--main-color);border-radius: 20px;padding-left: 10px;}
.i2Item .part .desc{width: 100%;padding: 20px;order: 1;}
.i2Item .part .img{position: relative;left: auto;right: auto;order: 0;top: auto;transform: none;}
.i2Item .vs img{max-width: 60px;margin: 20px 0;}
.h3{font-size: 18px;}
.txt{font-size: 14px;}
.i2Item .part .txt{font-size: 14px;}
.i3Tab ul li{padding: 10px 20px;margin: 0 5px;}
.i4List ul li{width: 100%;}
.i4List .part .icon{width: 100%;}
.i4List .part .icon img{max-width: 120px;}
.i5List ul li{width: 50%;padding: 10px;}
.i6Warp .f_left{width: 100%;}
.i6Warp .f_right{width: 100%;}
.i6Tab .more{width: 100px;}
.i6Tab ul{width: calc(100% - 100px);}
.i6Tab ul li{margin-right: 10px;width: calc(50% - 10px);}
.i6Panel .part1 .desc{width: 100%;}
.ifaqWarp{padding: 25px 10px;}
.i7Form ul li{width: 100%;}
.fWarp dt{font-size: 16px;}
.inner_tit{padding-bottom: 20px;margin-bottom: 20px;font-size: 26px;margin-top: 0;}
.inner_menu ul li a{font-size: 12px;padding: 0 12px;}
.inner_menu .wapper{padding: 0;}
.proList ul li{width: 50%;}

















}

@media only screen and (max-width: 680px) {
.proList ul li{width: 100%;}
.iTxt{font-size: 14px;}
.news_list .part .img{width: 100%;}
.news_list .part .desc{width: 100%;}
.news_list .part .t1{font-size: 18px;}
.map{height:350px;}
.map .pcMap{display:none;}
.map .mMap{display:block;}





}
