/*common start*/
@font-face {
	font-family: 'PuHuiTi';
	src: url('../fonts/PuHuiTi.eot?v=4.7.0');
	src: url('../fonts/PuHuiTi.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/PuHuiTi.woff2?v=4.7.0') format('woff2'), url('../fonts/PuHuiTi.woff?v=4.7.0') format('woff'), url('../fonts/PuHuiTi.ttf?v=4.7.0') format('truetype'), url('../fonts/PuHuiTi.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
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: #3F3F3F;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
	a:hover {
		color: #eb6ea5;
		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;}


.header{ position:absolute;top: 30px;z-index: 9;width: 100%;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 20px;box-sizing: border-box;}
.hTop{height: 117px;border-bottom: 1px solid rgba(255, 255, 255, .3);position: relative;}
.logo{display: block;}
.logo img{max-height: 55px;width: auto;}

.language{margin-left: auto;position: relative;height: 100%;line-height: 117px;position: absolute;right: 0;}
.lanBtn{display: flex;align-items: center;color: #000f;font-size: 14px;}
	.lanBtn:hover {
		color: #eb6ea5;
	}
.lanBtn img{width: 22px;vertical-align: middle;display: inline-block;margin-right: 5px;}
.lanBtn i{padding-left: 5px;}
.language:hover .lanBtn i:before{content: "\f0de";}
.lanPanel {
	position: absolute;
	top: 90px;
	right: 0;
	z-index: 999;
	visibility: hidden;
	overflow-y: scroll;
	padding: 20px 10px 20px 20px;
	width: 360px;
	border: 1px solid #eee;
	border-radius: 5px;
	background: #FFF;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
	-ms-transition: all 0.3s ease-in-out;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
}
.lanPanel ul li{margin-right: 25px;margin-bottom: 5px;line-height: 20px;}
.lanPanel ul li a{color: #333;font-size: 13px;}
.lanPanel ul li img{width: 22px;vertical-align: middle;margin-right: 5px;}
.lanPanel ul li a:hover{color: #eb6ea5;}
.language:hover .lanPanel{visibility: visible;opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}


/*menu*/
.menu{height:56px;line-height:56px;}
.menu ul{display: flex;justify-content: center;}
.menu ul li{ float:left; position:relative;padding: 0 30px;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:56px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;min-width: 250px;border-radius: 0 0 10px 10px;}
.menu ul li dl dd{ line-height:35px;border-bottom:#ddd dotted 1px; padding: 0 30px; }
.menu ul li dl dd a{ font-size:14px; color:#666;display:block;text-align: left;}
	.menu ul li dl dd a:hover {
		color: #e85298;
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
		-ms-transform: translateX(5px);
	}
.menu a{ font-size:22px;color:#3F3F3F;display:block;text-align:center;}
	.menu a:hover {
		color: #e85298;
	}
a.menu_hover {
	color: #e85298;
}

.menu ul li span a{position: relative;}
.menu ul li span a:before{position: absolute;top: 0;left: 50%; display: inline-block; width: 0%; margin: 0 auto;background:#e85298;; height: 2px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;-webkit-transform: translateX(-50%);transform: translateX(-50%);content: "";}
	.menu ul li span a:hover:before {
		width: 100%;
		color: #e85298;
	}
.menu ul li.on span a:before{width: 100%;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:25px;overflow:hidden;background:#161622;position:fixed;z-index:999;width:100%;display: none;top: 0;}

.sp_nav{width:50px;float:left;position:relative;cursor:pointer;height:30px;margin-top:6px;}
.sp_nav span{display:block;background:#fff;width:20px;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:6px}
.sp_nav span:nth-of-type(3){top:12px}
.sp_nav_se span:nth-of-type(1){top:6px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:6px;transform:rotate(-45deg)}

.sjj_nav{position:fixed;z-index:9999;background:#fff;width:70%;height: 100%;font-size:14px;top:0;left: -100%;transition:left ease 0.35s;display: block;box-shadow: 0 0 30px rgb(0 0 0 / 50%);}
.nav_show{left:0;}
.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;padding-bottom: 5px;}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 10px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #eb6ea5;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;font-size: 14px;line-height: 25px;}
.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 20px;}

.sjj_nav ul li.on a:hover{color: #eb6ea5;}

.sjj_nav .warp{position: relative;z-index: 9;width: 100%;height: 100%;background: #fff;padding: 20px;box-sizing: border-box;overflow:auto;overflow-x:hidden;}
.sjj_nav_close{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;display: none;background: rgba(0, 0, 0, 0.6);}
.nav_show .sjj_nav_close{display: block;}
.sjj_nav_close2{width: 40px;height: 40px;background: #eb6ea5;display: flex;justify-content: center;align-items: center;}
.sjj_nav_close2 img{width: 12px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}
.mLogo img{max-height: 45px;width: auto;}

.m_language{border-top:1px #e4e8eb solid;padding: 10px 0;}
.m_language dl dd{margin-left: 10px;margin-bottom: 5px;}
.m_language dl dd img{width: 22px;vertical-align: middle;margin-right: 5px;}


/*swiper*/
.swiper {width: 100%;height: 100%;}
.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;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 26px;}

/*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;}
.000 {
	color: #000 !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: 0px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.fnt_77{font-size: 42px;/*font-family:'PuHuiTi'*/}
.fnt_48{font-size: 42px;color: #3F3F3F;}
.fnt_36{font-size: 36px;}
.fnt_30{font-size: 30px;}
.fnt_26{font-size: 26px;}
.fnt_24{font-size: 24px;color: #3F3F3F;}
.fnt_20{font-size: 20px;}
.fnt_18{font-size: 18px;}
.fnt_16{font-size: 16px;}
.fnt_14{font-size: 14px;}

.textCet{text-align: center;}
.iInfo {
	font-size: 28px;
	color: #b6b6b6;
	text-align: center;
	/*font-family: 'PuHuiTi'*/
}

.iMore{width: 128px;height: 128px;position: relative;}
.iMore .imgBg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;animation: myMove1 5s linear infinite; -webkit-animation: myMove1 5s linear infinite;}

.more_btn{display: block;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.more_btn span{display: inline-block;position: relative;z-index: 9;}
.more_btn i{position: relative;display: inline-block;margin-left: 5px;width: 13px;height: 13px;background-image: url(../images/morearr.png);vertical-align: baseline;}

.imgCircle{animation: myMove1 5s linear infinite; -webkit-animation: myMove1 5s linear infinite;}

.fullPage{position: relative;z-index: 9;width: 100%;margin-top: 100vh;overflow: hidden;background:#fff;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;height: 100vh;overflow: hidden;position: fixed;z-index: 1;top: 0;left: 0;}
.banBg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;font-size: 0px;overflow: hidden;}
.banBg img{width: 100%;height: 100%;object-fit: cover;transform: scale(1);-webkit-animation: circleAni-data-v-5aaaeebc 5s ease-in-out infinite;animation: circleAni-data-v-5aaaeebc 5s ease-in-out infinite;}

.banner .wapper{position: relative;z-index: 9;display: flex;justify-content: center;align-items: center;height: 100%;}
.banTop{width: 100%; padding-top: 5%;}
.banTop .f_left{width: 44%;}
.banTop .f_right{width: 45%;}
.banImg{width: 100%;position: relative;display: flex;justify-content: center;align-items: center;}
.banImg img.imgBg{width: auto;height: 60vh;}
.banImg .text_img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);}
.banImg .text_img img {width: auto;max-width: 100%;vertical-align: middle;height: 30vh;animation: myMove1 10s linear infinite; -webkit-animation: myMove1 10s linear infinite;}



@-webkit-keyframes myMove1{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes myMove1{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes myMove1{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes myMove1{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

@-webkit-keyframes circleAni-data-v-5aaaeebc {
 0% {
  transform: scale(1);
  opacity: 1
 }
 50% {
  transform: scale(1.1);
  opacity: 0.8
 }
 to {
  transform: scale(1);
  opacity: 1
 }
}

@keyframes circleAni-data-v-5aaaeebc {
 0% {
  transform: scale(1);
  opacity: 1
 }
 50% {
  transform: scale(1.1);
  opacity: 0.8
 }
 to {
  transform: scale(1);
  opacity: 1
 }
}

/*-------------------------------------------*/

.index1{width: 100%;height: 100vh;position: relative;overflow: hidden;}
.index1 .wapper{height: 100%;}
.i1Tit {
	width: auto;
	background-image: -webkit-linear-gradient(left,#e61276,#e61276);
	/*color: hsla(0,0%,100%,.65);*/
	color: #e61276;
	text-shadow: -1px 1px 4px rgb(17 17 17 / 10%);
	cursor: pointer;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-size: 200% 100%;
	text-align: center;
}
.i1Warp{width: 100%;}
.i1Warp .f_left{width: 44%;}
.i1Warp .f_right{width: 50%;}
.i1Btn{width: 130px;height: 130px;margin: auto;transition: 0.3s;}
.i1Btn a{display: block;background: url(../images/play.png) center;background-size: contain;width: 100%;height: 100%;}
.i1Btn:hover{transform: scale(1.1);}
.i1Btn:hover a{background: url(../images/play02.png) center;background-size: contain;}


.tcVideo{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 99999999;background: rgba(0, 0, 0, 0.6);display: none;}
.tcVideo.active{display: block;}
.tcVideo .warp{position: relative;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tcVideo .panel{width: 700px;height: auto;background: #fff;position: relative;padding: 20px;box-sizing: border-box;min-height: 200px;}
.tcVideo .panel video{width: 100%;height: auto;}
.tcVideo .videoClose{position: absolute;top: 0;right: 0;color: #3368c6;font-size: 30px;z-index: 99;cursor: pointer;}

/*-------------------------------------------*/

.fullBg{width: 100%;height: auto;position: relative;padding-bottom:100px;}
.cricle_flower{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;background-image:url(../images/16.png);z-index: 0;}
.cricle_flower span{position:absolute;}
.cricle_flower span:nth-child(1){top:-10%;left:15%;width:329px;width:17.14%;opacity:.46;}
.cricle_flower span:nth-child(2){top:2%;right:15%;width:153px;width:7.97%;opacity:.6;}
.cricle_flower span:nth-child(3){top:13%;left:-10%;width:564px;width:29.38%;opacity:.4;}
.cricle_flower span:nth-child(4){top:27%;right:19%;width:249px;width:12.97%;opacity:.5;}
.cricle_flower span:nth-child(5){top:49%;left:35%;width:299px;width:15.58%;opacity:.46;}
.cricle_flower span:nth-child(6){bottom:-10%;left:-12%;width:560px;width:29.17%;opacity:.5;}
.cricle_flower span:nth-child(7){right:-15%;bottom:-15%;width:603px;width:31.4%;opacity:.6;}
.cricle_flower span img{width: 100%;max-width: 100%; border: none;vertical-align: middle;}
.cricle_flower span img{animation: myMove1 15s linear infinite;-webkit-animation: myMove1 15s linear infinite;}

.z_index_9{position: relative;z-index: 9;}

.iMore2{position:relative;display:table;margin-top:45px;color:#2d2d2d;text-transform:uppercase;font-weight:400;font-size:18px;font-family:Roboto-Regular;line-height:36px;}
.iMore2 i{position:relative;display:inline-block;margin-left:16px;width:44px;height:44px;border:1px solid rgba(255,255,255,0.3);border-radius:50%;background-image:linear-gradient(235deg,#eb6ea5 0,#f4b3c2 100%);vertical-align:middle;}
	.iMore2 i:before {
		position: absolute;
		top: -6px;
		right: -6px;
		bottom: -6px;
		left: -6px;
		border-radius: 50%;
		background: #f4b3c27d;
		content: "";
		z-index: -1;
	}
.iMore2 i:before{transform: scale(1);-webkit-animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;}
.iMore2 i:after{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/19.png);background-position:center;background-repeat:no-repeat;content:"";}
.iMore2.white i:before{background:#fff;}



.index2{width: 100%;padding-top: 92px;overflow: hidden;position: relative;}
.i2Tit span {
	display: inline-block;
	border-bottom: 2px solid #e85298;
	padding: 5px 0;
	color:#e85298
}
.i2List{width: 100%;overflow: hidden;}

.i2List .part{display: block;position: relative;width: 100%;height: 100%;}
.i2List .part .top{position: relative;;}
.i2List .part .img{position:relative;overflow:hidden;border:2px solid #fff;border-radius:11px;background:#333;}
.i2List .part .img img{position:relative;-webkit-transition:all ease-in-out .35s;transition:all ease-in-out .35s;}
.i2List .part .imgTop{position:absolute;top:35%;left:0;width:100%;opacity:0;-webkit-transition:all ease-in-out .35s;transition:all ease-in-out .35s;-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transform:translateY(-50%) scale(.69);transform:translateY(-50%) scale(.69);-webkit-transform-origin:center;transform-origin:center;}
.i2List .part .desc{}
.i2List .info{color:#666;text-align:center;font-weight:400;font-size:14px;font-family:Poppins-Regular;line-height:26px;opacity:.8;text-align: justify;text-align-last: center;}
.i2List .part .more{margin-top: 35px;}

.i2List .part .btm{position:relative;}
.i2List .part .tit{position:absolute;top:40%;left:0;display:block;width:100%;color:#e85298;text-align:center;font-weight:400;font-size:24px;font-family:Poppins-Regular;line-height:1;}
.i2List .part .num{display:block;color:#fff;text-align:center;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:104px;font-family:Montserrat-SemiBold;line-height:1;opacity:.1;}

.more_btn2{display: block;width: 56px;height: 56px;margin: 0 auto;position: relative;}
.more_btn2 i{position:absolute;top:0;left:0;z-index:9;width:100%;height:100%;background-image:url(../images/21.png);background-position:center;background-repeat:no-repeat;}
.more_btn2::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background-image:url(../images/5.png);background-position:center;background-size:cover;background-repeat:no-repeat;content:"";}
.more_btn2::before{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;background-color:rgba(255,255,255,0.6);content:"";}
.more_btn2::before{transform: scale(1);-webkit-animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;}

.i2Swiper{position: relative;}
.i2Swiper .i2Item{padding:100px 0;-webkit-transform:scale(.8);transform:scale(.8);}
.i2Swiper .i2Item{position:relative;z-index:9999;-webkit-transition:all ease-in-out .35s;transition:all ease-in-out .35s;}
.i2Swiper .swiper-slide{background: transparent;}
.i2Swiper .i2Item.swiper-slide-active{-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-transform-origin:center center;transform-origin:center center;}
.i2Swiper .i2Item.swiper-slide .part .img img{opacity: 0.3;}
.i2Swiper .i2Item.swiper-slide-active .part .img img{opacity: 1;}

.i2Swiper .i2Item.swiper-slide-active .part .tit{font-size:26px;-webkit-transform:scale(.69);transform:scale(.69);}
.i2Swiper .i2Item.swiper-slide-active .part .num{font-size:44px;}
.i2Swiper .i2Item.swiper-slide-active .part .imgTop{top:50%;opacity:1;}

.i2List .i2PageBtn{margin-top:-75px;width:50px;background-color:#eb6ea5;color:#fff;opacity:1;opacity:0;-webkit-transition:all ease-in-out .35s;transition:all ease-in-out .35s;height: 50px;}
.i2List .i2PageBtn.swiper-button-prev{left:26.8%;}
.i2List .i2PageBtn.swiper-button-next{right:26.8%;}
.i2List .i2PageBtn:hover{border-radius:50%;}
.i2List:hover .i2PageBtn{opacity:1;}

/*-------------------------------------------*/
.index3{position: relative;overflow: hidden;padding-left: 90px;width: 100%;}


.i3Swiper{padding-right:110px;}
.i3Swiper .swiper-slide{overflow:visible!important;-webkit-transition:all ease-in-out .35s;transition:all ease-in-out .35s;background: transparent;}
.i3Item .part{position:relative;width: 100%;}
.i3Item .img{position:relative;margin-left:38%;width:41.67%;box-sizing: border-box;}
.i3Item .img img{width: 100%;max-width: 100%;vertical-align: middle;}
.i3Item .desc{position:absolute;top:50%;left:8%;z-index:9;padding:74px 50px;width:25.6%;background-color:#f7f7f7;-webkit-box-shadow:-11px 11px 9px 0 rgba(17,17,17,.08);box-shadow:-11px 11px 9px 0 rgba(17,17,17,.08);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.i3Item .desc::before{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/flower.png);background-position:center;background-repeat:no-repeat;content:"";opacity:.08;-webkit-transition:all ease-in-out .35s;transition:all ease-in-out .35s;}
.i3Item .desc .tags{position:relative;display:block;margin-bottom:10px;color:#2d2d2d;text-transform:uppercase;font-weight:400;line-height:1;}
.i3Item .desc .title{position:relative;margin-bottom:21px;}
.i3Item .desc .title a{position:relative;display:block;color:#2d2d2d;text-transform:uppercase;font-weight:400;font-size:28px;}
.i3Item .desc .info{position:relative;color:#575757;font-weight:400;line-height:26px;}
.i3Item .desc .i3More{margin-top:45px;}

.i3Item.swiper-slide
.i3Item.swiper-slide-next{z-index:999;-webkit-transform:translateX(-90px);transform:translateX(-90px);}
.i3Item.swiper-slide-active .desc{background-image:url(../images/pdbg.png);background-position:bottom right;}
.i3Item.swiper-slide-active .desc::before{opacity:0;}
.i3_btn{position:absolute;top:50%;z-index:999;margin-top:-40px;width:81px;height:81px;background-color:#eb6ea5;background-position:center;background-repeat:no-repeat;cursor:pointer;-webkit-transition:all ease-in-out .35s;transition:all ease-in-out .35s;}

.i3_btn.i3_prev{opacity:0;}
.i3_btn.i3_next{right:140px;background-image:url(../images/22.png);}
.i3Swiper:hover .i3_btn{border-radius:50%;}

.index3 .i3_buttons{position:absolute;bottom:50px;left:110px;display:table;text-align:left!important;}
.index3 .i3_bullet{position:relative;z-index:999;display:inline-block;margin-right:13px;background-color:transparent!important;color:rgba(14,15,13,.5);font-weight:400;font-size:14px;font-family:Roboto-Regular;line-height:36px;cursor:pointer;}
.index3 .i3_bullet::before{position:relative;display:block;width:89px;height:2px;background-color:rgba(14,15,13,.3);content:"";}
.index3 .i3_bullet.swiper-pagination-bullet-active{color:#fff;}
.index3 .i3_bullet.swiper-pagination-bullet-active::before{background-color:#fff;}

.index4{width: 100%;padding: 110px 0;}
.i4Swiper{width: 100%;}
.i4Swiper .img{width: 100%;height: 110px;border-radius: 10px;background: #fff;overflow: hidden;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.i4Swiper .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

/*---------------*/

.footer,.footer a{position:relative;/*display:block;*/color: #3F3F3F;font-weight:400;font-size:16px;font-family:Poppins-Regular;line-height:48px;}
.fTop{position: relative;padding: 100px 0 82px 0;border-bottom: 1px solid rgba(255,255,255,.5);}

.footer .inquery_btn{display:block;margin:auto;margin-top:10px;padding:0 20px;color:#eb6ea5;text-align:center;text-transform:uppercase;font-weight:400;font-size:20px;line-height:48px;cursor:pointer;-webkit-transition:all ease-in-out .35s;transition:all ease-in-out .35s;position: relative;overflow: hidden;width: 200px;box-sizing: border-box;}
.footer .inquery_btn:before {
	position: absolute;
	background-color: #fff;
	content: '';
	top: 50%;
	left: 50%;
	width: 101%;
	padding-bottom: 20%;
	transform: translate3d(-50%, -50%, 0) scale(1);
	transition: inherit;
	pointer-events: none;
	z-index: -1;
}
.inquery_btn:hover:before{transform: translate3d(-50%, -50%, 0) scale(.3);opacity:0;filter: alpha(opacity=0);}
.inquery_btn:hover{background-color:#eb6ea5;color:#fff;}
.inquery_btn:after{margin-left:12px;content:"\f1d8";font-family:FontAwesome;}

.fWarp{padding: 80px 0 100px 0;}
.fLogo img{width: auto;max-height: 80px;}
.fEwm{margin-left: 20px;}
.fEwm img{width: 80px;}

.fLinks dd{margin-left: 15px;}
.fLinks dd img{width: 30px;transition: 0.3s;vertical-align: middle;}
.fLinks dd img:hover{transform: rotate(360deg);}

.fMenu .tit,
.fCont .tit{margin-bottom: 10px;}
.fMenu dl dd,
.fCont dl dd{margin: 5px 0;}
.fCont a{display: inline-block;}

.toTop {
	position: fixed;
	right: 6%;
	bottom: 200px;
	z-index: 99999;
	visibility: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 79px;
	height: 79px;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	line-height: 79px;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-ms-transform: translateY(100%);
}
.toTop.active{display: block;}
.toTop:hover,
.toTop.active:hover {}

.toTop.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-ms-transform: none;
}


.toTop i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/22.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.toTop img {width: 100%;height: 100%;}

/*-------------------------------------------*/

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;height: 100%;overflow: hidden;}
.tongtu .img img{width: 100%;height: 100%;object-fit: cover;}
.tongtu .imgTop{position: absolute;top: 60%;left: 0;width: 100%;text-align: center;}
.current{display: flex;justify-content: center;}
.current .icon img{width: 35px;margin-right: 20px;vertical-align: middle;}
.current a{color: #fff;position: relative;}
.current a:after{content: ">";padding: 0 15px;}
.current a:last-child:after{display: none;}

.proTongtu{width: 100%;position: relative;overflow: hidden;}
.proTongtu .img{width: 100%;height: 100%;overflow: hidden;}
.proTongtu .img img{width: 100%;height: 100%;object-fit: cover;}
.proTongtu .imgTop{position: absolute;top: 40%;left: 0;width: 100%;text-align: center;}

.about1{width: 100%;padding: 110px 0 30px 0;background-color: #fff;}
.about1 .img{width: 50%;padding: 50px 0;position: relative;}
.about1 .img img{width: 100%;height: 100%;object-fit: cover;position: relative;z-index: 1;}
.about1 .img:after{position: absolute;top: 0;right: 0;width: 20%;height: 100%;background: #f4f4f4;content: "";z-index: 0;}
.about1 .desc{width: 50%;padding: 50px;position: relative;box-sizing: border-box;background: #f4f4f4;}
.about1 .box{padding-right: 20%;width: 100%;box-sizing: border-box;position: relative;}
.about1 .desc .t1{color: #eb6ea5;}
.about1 .desc .t2{color: #333;}
.about1 .desc .info{color: #2d2d2d;}
.aboTitBg{position:absolute;top:50%;right:0;color:#2d2d2d;text-transform:uppercase;font-weight:400;font-size:6vw;line-height:1;opacity:.1;-webkit-transform:translate(33%,-50%) rotate(90deg);transform:translate(33%,-50%) rotate(90deg);-ms-transform:translate(33%,-50%) rotate(90deg);}

.about2{width: 100%;padding: 50px 0;}
.abo2List{width: 100%;}
.abo2List ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.abo2List .part{display: block;width: 100%;height: 100%;background: #f4f4f4;padding: 43px 15px 35px 15px;box-sizing: border-box;text-align: center;overflow: hidden;}
.abo2List .part .icon img{width: 60px;transition: 0.3s;}
.abo2List .part .t1{color: #2d2d2d;margin: 20px 0;}
.abo2List .part .info{color: #2d2d2d;font-weight: 400;}
.abo2List .part:hover{background: #eb6ea5;}
.abo2List .part:hover .icon img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);transform: scale(1);}
.abo2List .part:hover .t1,
.abo2List .part:hover .info{color: #fff;}


.about3{width: 100%;padding: 80px 0;overflow: hidden;}
.abo3List{padding: 100px 0;}

/********历史***********/

.abo3Swiper{overflow:visible !important;background:url(../images/ico04.png) repeat-x left center; }
.abo3Swiper .swiper-wrapper{ }
.swiper-slide.abo3Item{ position:relative; width:350px; text-align:center; overflow:visible  !important;}
.abo3Item .item_inner{ position:relative;justify-content:center;}
.abo3Item:nth-child(2n+1) .item_inner{flex-direction:column-reverse;}

.abo3Item .item_inner .time {
	position: relative;
	width: 100%;
	height: 193px;
	font-size: 30px;
	color: #595757;
	justify-content: center;
	align-items: flex-end;
	padding: 42px 35px 42px 110px;
	box-sizing: border-box;
}
.abo3Item:nth-child(2n+1) .item_inner .time{align-items:flex-start;}
.abo3Item .item_inner .info{height:193px;align-items:flex-end;}
.abo3Item:nth-child(2n+1) .item_inner .info{align-items: stretch;}

.abo3Item .item_inner .desc{position: relative;
    display: inline-block;
    text-align: center;
    box-shadow: 3px 3px 8px rgb(0 0 0 / 15%);
    width: 430px;
    margin-left: 60px;
    height: auto;
    padding: 15px 15px;
    margin-top: 80px;
    background: #fff;
    color: #646464;
    line-height: 30px;
    font-size: 18px;box-sizing: border-box;}
.abo3Item:nth-child(2n+1) .item_inner .desc{margin-left: 60px;margin-top: -35px;margin-bottom: 75px;}
.about3 .abo3Item .item_inner .info{height:150px;}
.about3 .abo3Item:nth-child(2n+1) .item_inner .desc{margin-top:0;}
.abo3Item .item_inner .desc .txt{ position:relative; z-index:1; overflow:hidden;line-height: 22px;}

.abo3Item .item_inner .desc .bg{position:absolute; left:50%; top:3px; margin-left:40px; width:58px; height:58px; background:#FFF;box-shadow:-2px 0 4px rgba(0,0,0,.1);transform-origin:left top;transform:rotate(135deg);  }
.abo3Item .item_inner .desc .bg:after{ content:""; position:absolute; left:-5px; top:-3px; width:100%; height:170%;  transform:rotate(-45deg); background:#fff;transform-origin:left top;}
.abo3Item:nth-child(2n+1) .item_inner .desc .bg{
top:auto; bottom:-56px;margin-left:-40px;box-shadow:2px 0 6px rgba(0,0,0,.15);transform:rotate(-45deg);
}

.abo3Item .item_inner .desc,
.abo3Item .item_inner .desc .bg,
.abo3Item .item_inner .desc .bg:after{-moz-transition-duration:.3s;-webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s;transition-duration:.3s;}
.abo3Item .item_inner .desc:hover,
.abo3Item .item_inner .desc:hover .bg,
.abo3Item .item_inner .desc:hover .bg:after{ background:#eb6ea5;color:#fff;}

.about4{width: 100%;padding: 80px 0;overflow: hidden;}
.abo4List{width: 100%;margin-top: 20px;}
.abo4List .img{width: 100%;}
.abo4List .img img{width: 100%;}


.inno1{width: 100%;padding: 75px 0;overflow: hidden;}
.inno1Tit{color: #2d2d2d;}
.inno1 .f_left{width: 50%;}
.inno1 .f_right{width: 46%;position: relative;padding: 20px;padding-bottom: 50px;box-sizing: border-box;}
.inno1Swiper .img{width: 100%;padding-left: 20px;box-sizing: border-box;}
.inno1Swiper .img img{width: 100%;}
.inno1Swiper .inno1Btn.inno1Prev{display: none;}
.inno1Swiper .inno1Btn{width: 80px;height: 80px;background: #eb6ea5 url(../images/22.png) center center no-repeat;position: absolute;left: 20px;bottom: 0;top: auto;transition: 0.3s;}
.inno1Swiper .inno1Btn:after{opacity: 0;}
.inno1Swiper .inno1Btn:hover{left: 0;}
.inno1 .swiper-pagination-bullet{width: 15px;height: 15px;border-radius: 50%;background: #eb6ea5;opacity: 0.5;}
.inno1 .swiper-pagination-bullet-active{opacity: 1;background: #eb6ea5}

.inno2{width: 100%;padding: 50px 0;background: #f4f4f4;}
.inno2 .abo2List .part{background: #fff;}
.inno2 .abo2List .part:hover{background: #eb6ea5;}

.inno3{width: 100%;padding: 80px 0;}
.inno3List{width: 100%;}
.inno3List ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.inno3List .part{display: block;width: 100%;position: relative;overflow: hidden;height: 100%;}
.inno3List .part .img{width: 100%;height: 100%;overflow: hidden;position: relative;}
.inno3List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.inno3List .part .img::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgb(235 110 165 / 50%);content:"";opacity:0;-webkit-transition:all ease-in-out .35s;-o-transition:all ease-in-out .35s;transition:all ease-in-out .35s;}
.inno3List .part .tit{position:absolute;top:30%;left:0;padding:0 15px;width:100%;color:#fff;text-align:center;font-weight:400;font-size:30px;font-family:Poppins;line-height:1;opacity:0;-webkit-transition:all ease-in-out .35s;-o-transition:all ease-in-out .35s;transition:all ease-in-out .35s;-webkit-transform:translateY(-50%);transform:translateY(-50%);-ms-transform:translateY(-50%);}

.inno3List .part:hover .img::before{opacity: 1;}
.inno3List .part:hover .tit{top: 45%;opacity: 1;}

.inno4{width: 100%;padding: 50px 0;background: #f4f4f4;}
.inno4List{width: 100%;}
.inno4List ul li{float: left;width: 16.66%;}
.inno4List .part{display: block;width: 100%;position: relative;overflow: hidden;height: 100%;}
.inno4List .part .img{width: 100%;height: 100%;overflow: hidden;position: relative;}
.inno4List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.inno4List .part .img::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgb(235 110 165 / 50%);content:"";opacity:0;-webkit-transition:all ease-in-out .35s;-o-transition:all ease-in-out .35s;transition:all ease-in-out .35s;}
.inno4List .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.inno4List .part .imgTop .desc{opacity: 0;visibility: hidden;transition: 0.3s;width: 100%;padding:0 15px;box-sizing: border-box;position: relative;top: -30px;}

.inno4List .part .tit{width:100%;color:#fff;font-weight:400;font-size:18px;text-align: center;}
.inno4List .part .info{color: #fff;font-size: 16px;margin-top: 45px;}

.inno4List .part:hover .img img{opacity:.3; transform:scale(1.1)}
.inno4List .part:hover .img::before{opacity:1;}
.inno4List .part:hover .desc{opacity: 1;visibility: visible;top: 0;}

.zhizao1{width: 100%;padding: 72px 0 30px 0;}
.zhizao1 .f_left{background-color: #ffffff;padding: 20px;box-shadow: 0px 15px 20px 0px rgb(209 218 235 / 50%);width: 33%;box-sizing: border-box;}
.zhizao1 .f_left .img{width: 100%;}
.zhizao1 .f_left .img img{width: 100%;}
.zhizao1 .f_left ul li{width: 33.3%;padding: 5px;box-sizing: border-box;}

.zhizao1 .f_right{background-color: #ffffff;padding: 20px;box-shadow: 0px 15px 20px 0px rgb(209 218 235 / 50%);width: 65%;box-sizing: border-box;border-top: 8px solid #eb6ea5;}
.zhizao1Tit{font-weight: bold;color: #eb6ea5;}
.zhizao1 .iInfo{font-size: 16px;line-height:1.8em;}

.zhizao2{width: 100%;background: #f4f4f4;padding: 60px 0;}
.zhizao2 .f_left{width: 49%;}
.zhizao2 .f_right{width: 49%;}
.zhizao2List1{width: 100%;}
.zhizao2List1 ul li{width: 32%;}
	.zhizao2List1 ul li p {
		text-align: center;
		font-size: 16px;
	}
.zhizao2List1 .part{display: block;width: 100%;}
.zhizao2List1 .part .img{width: 100%;}
.zhizao2List1 .part .img img{width: 100%;}

.zhizao2List2 .tit{font-size: 14px;color: #0a0a0a;}

.zhizao3{width: 100%;padding: 140px 0;}

.news{width: 100%;padding: 72px 0 30px 0;}
.newTit{color: #242424;border-bottom: 1px solid #d9d9d9;padding-bottom: 19px;line-height: 1;font-weight: 400;}
.newList{width: 100%;}
.newList ul li{position: relative;overflow: hidden;padding: 35px 20px;width: 100%;box-sizing: border-box;display: flex;justify-content: space-between;flex-wrap: wrap;}
.newList ul li:before{position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;content: "";}
.newList ul li:after {position: absolute;bottom: 0;left: 0;display: block;width: 0;height: 3px;background-color: #eb6ea5;content: '';opacity: 0;filter: alpha(opacity=0);}
.newList ul li:nth-child(2n+1){background: #f9f9f9;}
.newList .img{position: relative;display: inline-block;margin: 0 20px 0 0;padding: 5px; width: 200px;border: 1px solid #eee;background-color: #fff;box-sizing: border-box;}
.newList .img img{position: relative;width: 100%;border-radius: 5px;}
.newList .desc{width: calc(100% - 220px);}
.newList .t1{font-size: 20px;color: #000;}
.newList .t1:hover{color: #eb6ea5;}
.newList .time{margin: 8px 0;font-size: 16px;}
.newList .info{font-size: 14px;color: #666;}
.newList .more{text-align: right;}
.newList .more a{display: inline-block;padding: 3px 10px;font-size: 14px;color: #eb6ea5;text-transform: uppercase;line-height: 1.8;position: relative;overflow: hidden;}
.newList .more a:after{position: absolute;display: block;width: 100%;height: 2px;background-color: #eb6ea5;content: '';-webkit-transition: all .4s ease;transition: all .4s ease;right: 0;bottom: 0;}
.newList ul li:hover:after{width: 100%;opacity: 1;-webkit-transition: all 1s ease-in-out;transition: all 1s ease-in-out;filter: alpha(opacity=100);}
.newList ul li .more a:hover{background-color: #eb6ea5;color: #fff;-webkit-transition-delay: .3s; transition-delay: .3s;}
.newList ul li .more a:hover:after{width: 0;opacity: 0;}

.pagebar{width: 100%;margin: 0 auto;padding: 15px 0 10px;text-align: center;}
.pagebar a{margin: 2px;padding: 5px 10px; font-size: 14px;color: #777;font-weight: 400;border: 1px solid #e2e2e2; border-radius: 2px; background: #fff;display: inline-block;} 
.pagebar .now-page{font-size: 14px;color: #fff; font-weight: 400;padding: 5px 10px;margin: 0 5px 5px;border: 1px solid #eb6ea5; border-radius: 2px; background: #eb6ea5;display: inline-block;}
.pagebar a:hover{color: #fff; border: 1px solid #eb6ea5; background: #eb6ea5;}

.career{width: 100%;padding: 72px 0 30px 0;}
.careerList{width: 100%;}
.careerList ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.careerList .img{width: 100%;overflow: hidden;}
.careerList .img img{width: 100%;object-fit: cover;}
.careerList .desc{width: 100%;border-top: 4px solid #eb6ea5;border-bottom: 4px solid #eb6ea5;padding: 30px;box-sizing: border-box;background: #ffffff;box-shadow: 0px 15px 20px 0px rgb(209 218 235 / 50%);border-radius: 10px;overflow: hidden;}
.careerList .info{font-size: 16px;color: #666;}

.careerList2{width: 100%;}
.careerList2 ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.careerList2 .part{display: block;width: 100%;height: 100%;background: #fff;padding: 20px;box-shadow: 0px 15px 20px 0px rgb(209 218 235 / 50%);box-sizing: border-box;font-size: 16px;color: #666;font-weight: 400;}
.careerList2 .part span{padding-right: 5px;}
.careerList2 .part:hover{background: #eb6ea5;color: #fff;}
.careerList2 .part:hover span{color: #fff !important;}

.job{width: 100%;padding: 72px 0 30px 0;}
.jobList{width: 100%;}
.jobList ul li{width: 100%;border: 1px solid #eb6ea5;box-sizing: border-box;margin-bottom: 10px;}
.jobTop{display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;cursor: pointer;box-sizing: border-box;}
.jobTop .tit{color: #000;font-size: 20px;}
.jobTop .icon{color: #666;font-size: 20px;}
.jobTop.active .icon i:before{content: "\f068";}
.jobPanel{display: none;}
.jobPanel .info{padding: 0 40px 15px 20px;box-sizing: border-box;font-size: 15px;color: #666;}

.contact{width: 100%;position: relative;}
.contBg{width: 100%;font-size: 0px;overflow: hidden;}
.contBg img{width: 100%;}
.contList ul li{position: absolute;z-index: 9;}

.contList .contBtn{width: 21px;height: 33px;}
.contList .contBtn img{width: 100%;-webkit-animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;}

.contList .contPanel{position:absolute;bottom:100px;left:50%;display:none;padding:20px 40px;width:530px;background:#eb6ea5;-webkit-box-shadow:0 5px 12px 1px rgba(10,52,74,.3);box-shadow:0 5px 12px 1px rgba(10,52,74,.3);color:#fff;cursor:pointer;-webkit-transform:translateX(-50%);transform:translateX(-50%);-ms-transform:translateX(-50%); z-index:9;}
.contList .contPanel::after{position:absolute;bottom:-100px;left:50%;margin-left:-50px;border:50px solid transparent;content:"";border-top-color:#eb6ea5;}

.contList .desc{padding: 15px 15px 15px 20px;box-sizing: border-box;height: 175px;position: relative;overflow: hidden;font-weight: 400;font-size: 18px;line-height: 24px;}
.contList .desc dl{margin-top: 15px;}
.contList .desc dl dd{margin: 10px 0;}
.contList .desc a{color: #fff;}

.contList ul li:nth-child(1){top: 51%;right: 25%;}
.contList ul li:nth-child(2){top: 47%;right: 24%;}
.contList ul li:nth-child(3){top: 41%;right: 26%;}
.contList ul li:nth-child(4){top: 55%;right: 33.3%;}
.contList ul li:nth-child(5){top: 58%;right: 46%;}
.contList ul li:nth-child(6){top: 38%;right: 48%;}
.contList ul li:nth-child(7){top: 40%;left: 23%;}
.contList ul li:nth-child(8){top: 60%;left: 71.5%;}
.contList ul li:nth-child(9){top: 69%;left: 34%;}

.contList ul li:hover{z-index: 91;}
.contList ul li:hover .contPanel{display: block;}

.proclass1{width: 100%;position: relative;}
.proclass1 .img{width: 100%;}
.proclass1 .img img{width: 100%;height: 800px;object-fit: cover;}
.proclass1 .imgTop{position: absolute;top: 220px;left: 0;width: 100%;z-index: 9;}
.proclass1 .warp{justify-content: space-around;}
.proc1Img{position: relative;width: 38.6%;-webkit-box-flex: 0; -ms-flex: 0 0 38.6%;flex: 0 0 38.6%;}
.proc1Img .out_img{position: relative;display: block;}
.proc1Img .out_img img{animation: rotation 20s infinite linear;}
.proc1Img .abso_img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.proc1Img .ins_img img {animation: myMove1 10s linear infinite; -webkit-animation: myMove1 10s linear infinite;}
.proc1Img .min_img {overflow: hidden;border-radius: 50%;-webkit-transform: scale(.65);transform: scale(.65);-webkit-transform-origin: center;transform-origin: center;}
.proc1Img .more {position: absolute;top: 40%;right: 5%;}
.proc1Img .more:before {position: absolute;top: -6px;right: -6px;bottom: -6px;left: -6px;border-radius: 50%;background-color: #fff;content: "";}
.proc1Img .more:before {-webkit-animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;}
.proc1Img .more img{position: relative;z-index: 9;}
.proc1Img img {width: 100%;max-width: 100%;border: none;vertical-align: middle;}
.proc1Desc {
	position: relative;
	padding: 70px 25px 40px 95px;
	max-width: 610px;
	min-width: 400px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .65);
	-webkit-box-shadow: -1px 1px 1px 0 rgb(38 49 2 / 65%);
	box-shadow: -1px 1px 1px 0 rgb(38 49 2 / 65%);
	box-sizing: border-box;
}
.proc1Desc::before {position: absolute;top: 60px;left: 30px;width: 41px;height: 63px;background-image: url(../images/listicon.png);content: "";}
.proc1Desc .tit {margin-bottom: 37px;color: #eb6ea5;letter-spacing: 0;font-weight: 400;font-stretch: normal;font-size: 36px;line-height: 21px;}

@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}

.proclass2{width: 100%;padding: 110px 0;overflow: hidden;position: relative;}
.proc2Bg{width: 50%;height: 100%;position: absolute;top: 0;right: 0;overflow: hidden;font-size: 0px;}
.proc2Bg img{width: 100%;height: 100%;object-fit: cover;}
.proc2List{width: 100%;position: relative;}
.proc2List .part{position: relative;width: 100%;}
.proc2List .part .img{max-width: 63%;}
.proc2List .part .img img{width: auto;max-width: 100%;vertical-align: middle;}
.proc2List .part .desc {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 70px 25px 40px 95px;
	width: 608px;
	max-width: 610px;
	min-width: 400px;
	border-radius: 10px;
	background-image: linear-gradient(-87deg, #eb6ea5 0, #6fb55f 100%), linear-gradient(#fff, #fff);
	opacity: .8;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.proc2List .part .desc:before,
.proclass3 .part .desc:before {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 41px;
	height: 63px;
	background-image: url(../images/listicon01.png);
	content: "";
}

.proc2List .part .desc .tit,
.proclass3 .part .desc .tit {
	position: relative;
	display: block;
	margin-bottom: 18px;
	color: #fff;
	letter-spacing: 0;
	font-weight: 400;
	font-stretch: normal;
	font-size: 36px;
	line-height: 35px;
}

.proc2List .proc2Next{width: 80px;height: 80px;background: #eb6ea5 url(../images/22.png) center center no-repeat;position: absolute;right: auto;left: -35px;}
.proc2List .proc2Next:after{display: none !important;}

.proclass3{width: 100%;position: relative;padding-right: 8%;box-sizing: border-box;}
.proclass3 .warp{width: 100%;position: relative;}
.proclass3 .proc3Next{width: 80px;height: 80px;background: #eb6ea5 url(../images/22.png) center center no-repeat;position: absolute;right: auto;right: -35px;}
.proclass3 .proc3Next:after{display: none !important;}
.proclass3 .part{display: block;width: 100%;position: relative;}
.proclass3 .part .img{width: 100%;height: 100%;overflow: hidden;}
.proclass3 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.proclass3 .part .desc {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 70px 25px 40px 95px;
	width: 608px;
	max-width: 610px;
	min-width: 400px;
	border-radius: 10px;
	background-image: linear-gradient(-87deg, #eb6ea5 0, #6fb55f 100%), linear-gradient(#fff, #fff);
	opacity: .8;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-blend-mode: normal, normal;
	-ms-transform: translateY(-50%);
	box-sizing: border-box;
}



.proclass4{width: 100%;padding: 125px 0;position: relative;overflow: hidden;}
.proclass4 .item{width: 50%;}
.proclass4 .part{width: 100%;height: 100%;display: block;position: relative;overflow: hidden;}
.proclass4 .part .img{width: 100%;height: 100%;overflow: hidden;}
.proclass4 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.proclass4 .part:hover .img img{transform: scale(1.15);}
.proclass4 .part .imgTop{position: absolute;left: 0;bottom: 0%;padding: 5%;box-sizing: border-box;z-index: 9;}
.proclass4 .part .desc{padding-left: 60px;background: url(../images/listicon01.png) left top no-repeat;}

.proclass4 .f_right .part .imgTop{left: auto;right: 0;text-align: right;}
.proclass4 .f_right .part .desc{padding-left: 0;padding-right: 60px;background: url(../images/listicon01.png) right top no-repeat;}
.proclass4 .f_right .part .i3More{margin-right: 0;margin-left: auto;}

.proMenu{width: 100%;}
.proMenu ul li.swiper-slide{ width:232px !important;}
.proMenu a{display: block;text-align: center;line-height: 38px;background: rgba(255,255,255,0.6);font-size: 18px;color: #242424; width:100%; min-width:100px;}
.proMenu a i{color: #fff;position: relative;transition: .3s;opacity: 0;}
.proMenu a:hover{background: #eb6ea5;color: #fff;}
.proMenu a:hover i{opacity: 1;transform: translateX(20px);}

.proMenu ul li.cur a{background: #eb6ea5;color: #fff;}
.proMenu ul li.cur a i{opacity: 1;transform: translateX(20px);}

.ttBtm{position: absolute;bottom: 30px;left: 0;width: 100%;}
.proSearch {
	width: 370px;
	height: 40px;
	border: 1px solid #f19ec2;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
	.proSearch input {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0 40px 0 10px;
		box-sizing: border-box;
		outline: none;
		background: transparent;
		font-size: 16px;
		color: #f19ec2;
	}
.proSearch button{width: 45px;height: 40px;border-left: 1px solid #fff;background: transparent;border: none;position: absolute;top: 0;right: 0;}
.proSearch button i{display: block;width: 40px;height: 40px;}
.proSearch button img{width: 100%;height: 100%;object-fit: cover;}

	.proSearch input::-webkit-input-placeholder {
		color: #f19ec2;
	}
	.proSearch input::-moz-placeholder {
		color: #f19ec2;
	}
	.proSearch input:-moz-placeholder {
		color: #f19ec2;
	}
	.proSearch input:-ms-input-placeholder {
		color: #f19ec2;
	}

.product{width: 100%;padding: 72px 0 30px 0;}
.proList{width: 100%;margin-top: 20px;}
.proList ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.proList .part{display: block;width: 100%;position: relative;overflow: hidden;height: 100%;}
.proList .part .img{width: 100%;height: 100%;position: relative;overflow: hidden;}
.proList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.proList .part .tit{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;padding: 5px;box-sizing: border-box;text-align: center;}
.proList .part .tit a{color: #fff;font-size: 20px;font-weight: bold;}
.proList .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgb(235 110 165 / 50%);padding: 10px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;opacity: 0;transition: 0.3s;visibility: hidden;}
.proList .part .desc{transition: 0.3s;text-align: center;color: #fff;opacity: 0;visibility: hidden;transform: translateY(-20px);}
.proList .part .t1{font-size: 24px;}
.proList .part .t1 a{color: #fff;}
.proList .part .info{font-size: 14px;margin: 10px 0;}
.proList .part .info p{padding: 0;}
.proList .part .more{text-align: center;margin-top: 20px;}
.proList .part .more a{display: inline-block;margin: 0 5px;padding: 5px 20px;border: 1px solid #fff;border-radius: 5px;font-size: 14px;color: #fff;}

	.proList .part .more a:first-child {
		background: linear-gradient(-87deg,#eb6ea5 0,#f4b3c2 100%),linear-gradient(#fff,#fff);
		background-blend-mode: normal,normal;
	}

.proList .part:hover .tit{opacity: 0;}
.proList .part:hover .imgTop{opacity: 1;visibility: visible;}
.proList .part:hover .desc{opacity: 1;visibility: visible;transform: translateY(0);}

.mainFull{width: 100%;padding: 72px 0 30px 0;}
.mainFull>.wapper>.disFlex>.f_left{width: 300px;margin-right: 40px;}
.mainFull>.wapper>.disFlex>.f_right{width: calc(100% - 340px);}
.mlTit{width: 100%;height: 55px;line-height: 55px;background: #eb6ea5;padding: 0 10px;box-sizing: border-box;overflow: hidden;font-size: 18px;color: #fff;}

.ml_list{width: 100%;margin-top: 5px;}
.ml_list ul>li span{display: block;line-height: 50px;background: #f4f4f4;position: relative;padding: 0 20px;box-sizing: border-box;border-bottom: 1px solid #ddd;}
.ml_list ul>li a{font-size: 15px;color: #333;}
.ml_list ul>li .icon{position: absolute;top: 0;right: 0;height: 50px;line-height: 50px;width: 50px;text-align: center}

.ml_list ul>li dl{display: none;}
.ml_list ul>li dl dd{line-height: 40px;padding: 0 15px;}
.ml_list ul>li dl dd a{position: relative;}
.ml_list ul>li dl dd a:before{content: "■";margin-right: 5px;color: #e0e0e0;}

.ml_list ul>li a:hover{color: #eb6ea5;}

.relPro{width: 100%;padding: 50px 0;}
.relProList{width: 100%;padding-bottom: 40px;position: relative;}
.relProList .part{display: block;width: 100%;position: relative;overflow: hidden;height: 100%;}
.relProList .part .img{width: 100%;height: 100%;position: relative;overflow: hidden;}
.relProList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.relProList .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgb(14 118 160 / 60%);padding: 10px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;opacity: 0;transition: 0.3s;visibility: hidden;}
.relProList .part .desc{transition: 0.3s;text-align: center;color: #fff;opacity: 0;visibility: hidden;transform: translateY(-20px);}
.relProList .part .t1{font-size: 24px;color: #fff;}

.relProList .part:hover .img img{transform: scale(1.2);}
.relProList .part:hover .imgTop{opacity: 1;visibility: visible;}
.relProList .part:hover .desc{opacity: 1;visibility: visible;transform: translateY(0);}
.relProList .swiper-pagination-bullet{width: 20px;height: 5px;background: #bcbcbc;border-radius: 0;opacity: 1;}
.relProList .swiper-pagination-bullet-active{background: #eb6ea5;}

.prod1 .f_left{width: 45%;}
.prod1 .f_right{width: 50%;}
.prod1 .title{padding-bottom: 19px;border-bottom: 1px solid #d9d9d9;color: #353333;text-decoration: underline;font-weight: 400;font-size: 22px;line-height: 24px;}
.prod1 .info{margin-top: 27px;margin-bottom: 25px; color: #353333;font-weight: 400; font-size: 15px;line-height: 27px;}
.sendEmail{margin-top: 100px;}
.sendEmail a{display: inline-block;padding: 12px 35px;background: #eb6ea5;color: #fff;text-align: center;font-size: 14px;border: 1px solid #eb6ea5;}
.sendEmail a:hover{background: #fff;color: #eb6ea5;}
.sendEmail a i{padding-right: 10px;}

.prod2{width: 100%;margin-top: 50px;}
.prod2Top{margin-bottom: -1px;background-color: #eaedf0;border: 1px solid #ccd3d9;}
.prod2Top h2 {
	background: #fff;
	color: #010101;
	padding-bottom: 2px;
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
	padding: 1px 35px;
	font-size: 18px;
	font-weight: bold;
	border-left: 1px solid #ccd3d9;
	border-right: 1px solid #ccd3d9;
	margin-left: -1px;
}

.prod2Panel{padding: 40px;background-color: #fff; border: 1px solid #ccd3d9; margin-bottom: 60px;box-sizing: border-box;}
.prod2Panel .item{width: 100%;padding: 15px;box-sizing: border-box;margin-bottom: 25px;background: #f4f4f4;}
.prod2Panel .title{position: relative;padding-left: 20px;font-size: 22px;color: #eb6ea5;font-weight: bold;}
.prod2Panel .title:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);height: 33px;width: 3px;background: #eb6ea5;content: "";}
.prod2Panel .info{font-size: 16px;color: #666;margin-top: 20px;}

.prod2Btm{padding: 20px 0;margin: 20px 0;border-top: 1px dashed #c1c1c1;border-bottom: 1px dashed #c1c1c1;font-size: 14px;color: #666;}
.prod2Btm a{color: #0030FF;}

.prod1Warp{width: 100%;margin-top: 20px;padding: 0 30px;box-sizing: border-box;position: relative;}

.prod1Warp .swiper-button-next,.prod1Warp .swiper-button-prev{color: #666;display: block !important;}
.prod1Warp .swiper-button-next{right: 0 !important;}
.prod1Warp .swiper-button-prev{left: 0 !important;}
.prod1Warp .swiper-button-next:after,.prod1Warp .swiper-button-prev:after{font-size:30px;}
.prodtSwiper .swiper-slide img{opacity: 0.6;border: 1px solid #666;box-sizing: border-box;}
.prodtSwiper .swiper-slide-thumb-active img{opacity: 1;border: 1px solid #eb6ea5;}
.prodpSwiper{z-index: 98 !important;}
.prodpSwiper img{cursor: grab;}

.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.3);display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tanchuang .box{width: 100%;max-width: 550px;height: auto;min-height: 300px;background: #fff;color: #333;padding: 20px;box-sizing: border-box;border-radius: 3px;overflow: hidden;}
.tcTop{display: flex;justify-content: space-between;align-items: center;padding-bottom: 20px;margin-bottom: 20px;}
.tcTop .t1{font-size: 18px;}
.tcClose{font-size: 20px;cursor: pointer;}
.tcForm{width: 100%;}
.tcForm ul li{width: 100%;margin-bottom: 25px;position: relative;}
.tcForm input,
.tcForm textarea{width: 100%;height: 40px;padding: 0 10px;box-sizing: border-box;border: 1px solid #dcdfe6;outline: none;color: #606266;background: #fff;border-left: 3px solid #eb6ea5;}
.tcForm input:focus,
.tcForm textarea:focus{border-color: #409eff;}
.tcForm textarea{padding: 10px;height: 120px;}
.tcForm button{width: 100%;height: 38px;text-align: center;background: #eb6ea5;font-size: 16px;color: #fff;border: none;margin: 0 auto;display: block;font-weight: bold;}
.tcForm button:hover{background: #eb6ea5;}

.inside{width: 100%;padding: 72px 0 30px 0;}




@media only screen and (max-width: 1400px) {
.wapper{ width:1200px;margin: 0 auto;}
.menu ul li{padding: 0 25px;}

.fnt_77{font-size: 70px;}
.fnt_48{font-size: 48px;}
.fnt_36{font-size: 36px;}
.fnt_30{font-size: 30px;}
.fnt_26{font-size: 26px;}
.fnt_24{font-size: 24px;}
.fnt_20{font-size: 20px;}
.fnt_18{font-size: 16px;}
.fnt_16{font-size: 16px;}
.fnt_14{font-size: 14px;}

.banTop{padding-top: 10%;}
.i2List .part .info{font-size: 14px;}
.i3Item .desc{padding: 25px 15px;}
.i3Item .desc .tags{font-size: 14px;}
.i3Item .desc .title{font-size: 28px;}
.i3Item .desc .info{font-size: 12px;}
.i3Item .desc .i3More{margin-top: 25px;}
.iMore2{font-size: 14px;line-height: 2;}
.iMore2 i{margin-left: 15px;width: 30px;height: 30px;}
.index3{padding-left: 5%;}
.index3 .i3_bullet::before{width: 45px;}
.fTop .title{font-size: 38px;}
.fTop .info{font-size: 16px;}
.proc1Desc{padding: 35px 15px 25px 75px;}
.proc1Desc .tit{font-size: 32px;}
.iInfo{font-size: 16px;}
.proc1Img{width: 30%;flex: 0 0 30%;}
.proc2List .part .desc,
.proc3List .part .desc{padding: 35px 15px 25px 75px;}
.proc2List .part .desc .tit, .proclass3 .part .desc .tit{font-size: 32px;}
.proclass1 .img img{height: 680px;}
.proMenu ul{justify-content: center;}
.proMenu ul li{width: auto;margin: 5px;}
.proMenu a{padding: 0 25px;font-size: 14px;}
.proMenu ul li.cur a i{transform: translateX(5px);}
.ttBtm{bottom: 15px;}
.contList .contPanel{padding: 10px 20px;width: 380px;bottom: 50px;}
.contList .desc{font-size: 16px;padding: 0;height: 130px;}
.contList .desc dl{margin-top: 5px;}
.contList .desc dl dd{margin: 5px 0;}
.contList .contPanel::after{position:absolute;bottom: -17px;left:50%;margin-left: -10px;border: 10px solid transparent;content:"";border-top-color:#eb6ea5;}


}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 10px;box-sizing: border-box;}
.hTop{height: 80px;}
.language{line-height: 80px;}
.lanPanel{top: 80px;}
.menu ul li{padding: 020px;}

.fnt_77{font-size: 52px;}
.fnt_48{font-size: 38px;}
.fnt_36{font-size: 28px;}
.fnt_30{font-size: 26px;}
.fnt_26{font-size: 24px;}
.fnt_24{font-size: 22px;}
.fnt_20{font-size: 18px;}
.fnt_18{font-size: 14px;}
.fnt_16{font-size: 14px;}

.iMore{width: 100px;height: 100px;}
.i1Btn{width: 100px;height: 100px;}
.i2List .i2PageBtn.swiper-button-prev{left:25%;}
.i2List .i2PageBtn.swiper-button-next{right:25%;}
.i2List .i2PageBtn{width: 35px;height: 35px;}
.index3{padding-left: 10px;}
.inno4List .part .tit{font-size: 18px;}
.inno4List .part .info{font-size: 14px;margin-top: 15px;}
.proc1Desc .tit{font-size: 28px;}
.iInfo{font-size: 14px;}
.proc2List .part .desc .tit, .proclass3 .part .desc .tit{font-size: 28px;}
.proc1Desc{width: 60%;}
.proclass1 .imgTop{top: 180px;}
.proList .part .t1{font-size: 18px;}
.proList .part .info{font-size: 12px;}








}

@media only screen and (max-width: 980px) {
.header{background: #eb6ea5;position: relative;margin-top: 25px;}
.menu{display: none;}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.language{display: none;}
.banner{height: auto;position: relative;}
.iInfo{font-size: 14px;}
.fnt_77{font-size: 30px;}
.fnt_48{font-size: 26px;}
.fnt_36{font-size: 24px;}
.fnt_30{font-size: 22px;}
.fnt_26{font-size: 20px;}
.fnt_24{font-size: 18px;}
.fnt_20{font-size: 16px;}
.fnt_18{font-size: 14px;}
.fnt_16{font-size: 14px;}
.banTop{padding: 10% 0;}
.banTop .f_left{display: block;width: 100%;}
.banTop .f_right{display: none;}
.fullPage{margin-top: 0;}
.index1{height: auto;padding: 15% 0;}
.i1Btn{width: 60px;height: 60px;}
.tcVideo .panel{max-width: 520px;}
.i3Item .desc{width: 50%;}
.abo3Item .item_inner .desc .txt{font-size: 16px;}
.inno3List .part .tit{font-size: 20px;}
.proclass1 .imgTop{top: 50px;}
.proclass1 .img img{height: 480px;}
.proTongtu .imgTop{top: 20%;}
.proList .part .tit{display: none;}
.proList .part .imgTop{opacity: 1;visibility: visible;}
.proList .part .desc{opacity: 1;visibility: visible;transform: translateY(0);}
.proList .part .info{display: none;}
.mainFull>.wapper>.disFlex>.f_left{display: none;}
.mainFull>.wapper>.disFlex>.f_right{width: 100%;}



}

@media only screen and (max-width: 780px) {
.iMore{width: 60px;height: 60px;font-size: 12px;}
.more_btn i{width: 10px;height: 10px;}
.more_btn i{background-size: 10px;}
.i1Warp .f_left{width: 70%;}
.i1Warp .f_right{width: 30%;}
.i1Btn{width: 45px;height: 45px;}
.tcVideo .panel{width: 100%;}
.i2List{margin-top: 0;padding: 0 10px;box-sizing: border-box;}
.i2List .i2PageBtn.swiper-button-prev{left:2%;}
.i2List .i2PageBtn.swiper-button-next{right:2%;}
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after{font-size: 20px}
.more_btn2{width: 50px;height: 50px;}
.index3{padding: 10px;box-sizing: border-box;}
.i3Item .part{padding-bottom: 80px;}
.i3Item .img{width: 100%;height: 280px;}
.i3Item .desc{position: relative;width: 100%;top: auto;left: auto;box-sizing: border-box;transform: none;}
.i3_btn{width: 40px;height: 40px;}
.i3_btn.i3_next{right: 10px;}
.index3 .i3_buttons{text-align: center !important;}
.index4{padding: 60px 0;}
.fWarp .left,
.fWarp .cet,
.fWarp .right{width: 100%;}
.about1 .img{width: 100%;padding: 0;}
.about1 .desc{width: 100%;padding: 15px;}
.aboTitBg{display: none;}
.about1 .box{padding: 0;}
.about1 .desc .info{margin-top: 10px;}
.abo2List ul li{width: 100%;padding: 0;}
.abo3Swiper{background-size: 70% !important;}
.swiper-slide.abo3Item{width: 230px;}
.current .icon img{width: 25px;margin-right: 5px;}
.inno1 .f_left{width: 100%;}
.inno1 .f_right{width: 100%;padding: 20px 0;padding-bottom: 45px;}
.inno1Swiper .img{padding: 0;}
.inno1Swiper .inno1Btn{width: 40px;height: 40px;left: 0;}
.inno3List ul li{width: 100%;padding: 0;}
.inno3List .part .img::before{display: none;}
.inno3List .part .tit{font-size: 16px;bottom: 0;top: auto;width: 100%;padding: 15px;box-sizing: border-box;text-align: center;background: rgba(116,192,102,.6);opacity: 1;visibility: visible;display: block;transform: none;}
.inno4List ul li{width: 50%;padding: 0 3px;box-sizing: border-box;margin-bottom: 6px;}
.inno4List .part .img::before{display: none;}
.inno4List .part .imgTop{position: absolute;bottom: 0;top: auto;height: auto;}
.inno4List .part .imgTop .desc{top: auto;opacity: 1;visibility: visible;background: rgba(116,192,102,.6);padding: 15px;box-sizing: border-box;}
.inno4List .part .info{display: none;}
.zhizao1 .f_left{width: 100%;padding: 10px;}
.zhizao1 .f_right{width: 100%;padding: 10px;}
.zhizao2 .f_left{width: 100%;}
.zhizao2 .f_right{width: 100%;}
.inner-therm span{padding: 0 !important;}
.zhizao3{padding: 90px 0;}
.proc1Img{display: none;}
.proc1Desc{width: 100%;padding: 20px;padding-left: 55px;box-sizing: border-box;}
.proc1Desc::before{left: 10px;top: 10px;width: 30px;height: 40px;background-size: contain;background-repeat: no-repeat;}
.proc1Desc .tit{font-size: 26px;margin-bottom: 20px;}
.iMore2{margin-top: 20px;}
.proSearch{width: 100%;margin-top: 20px;}
.proclass1 .img img{min-height: 480px;}
.proclass2{padding-top: 0;}
.proc2Bg{position: relative;width: 100%;}
.proc2List .part .img{width: 100%;height: 280px;max-width: none;}
.proc2List .part .img img{width: 100%;}
.proc2List .part .desc,.proclass3 .part .desc{position: relative;padding: 20px;padding-left: 55px;box-sizing: border-box;width: 100%;top: auto;left: auto;bottom: auto;right: auto;box-sizing: border-box;transform: none;max-width: unset;min-width: unset;}
.proc2List .part .desc:before, .proclass3 .part .desc:before{left: 10px;top: 10px;width: 30px;height: 40px;background-size: contain;background-repeat: no-repeat;}
.proc2List .part .desc .tit, .proclass3 .part .desc .tit{font-size: 26px;margin-bottom: 20px;}
.proc2List .proc2Next{width: 40px;height: 40px;left: 0;}
.proclass3{width: 100%;padding: 0 10px;}
.proclass3 .proc3Next{width: 40px;height: 40px;right: 0;}
.proclass4{padding: 90px 0;}
.proclass4 .item{width: 100%;}
.proTongtu .img img{min-height: 240px;}
.proTongtu .imgTop{top: 15px;}
.proMenu ul li{width: 50%;margin: 0;padding: 5px;box-sizing: border-box;}
.proMenu a{font-size: 12px;box-sizing: border-box;padding: 0 10px;line-height: 25px;}
.proList ul li{width: 33.3%;padding: 0 5px;margin-bottom: 10px;}
.prod1 .f_left{width: 100%;}
.prod1 .f_right{width: 100%;margin-top: 20px;}
.prod1 .title{font-size: 18px;}
.prod1 .info{margin: 15px 0;font-size: 14px;}
.prod2Top h2{font-size: 18px;padding: 0 20px;}
.prod2Panel{padding: 15px;}
.prod2Panel .title{font-size: 18px;}
.prod2Panel .title:before{height: 20px;}
.prod2Panel .info{font-size: 14px;margin-top: 10px;}
.newList .desc{width: 100%;margin-top: 20px;}
.careerList ul li{width: 100%;margin: 20px 0;padding: 0;}
.careerList2 ul li{width: 100%;margin: 20px 0;padding: 0;}
.jobTop{padding: 15px;}
.jobTop .tit{font-size: 16px;}
.jobTop .icon{font-size: 16px;}
.jobPanel .info{font-size: 13px;}
.contBg{display: none;}
.contList{padding: 60px 0;}
.contList ul{display: flex;flex-wrap: wrap;}
.contList ul li{position: relative !important;top: auto !important;left: auto !important;bottom: auto !important;right: auto !important;width: 50%;padding: 0 2px;box-sizing: border-box;margin-bottom: 4px;}
.contList .contBtn{display: none;}
.contList .contPanel{padding: 20px 10px;box-sizing: border-box;position: relative;left: auto;top: auto;bottom: auto;right: auto;transform: none;background: #eb6ea5;transform: none;display: block;box-sizing: border-box;width: 100%;}
.contList .contPanel:after{display: none;}
.contList .desc{font-size: 14px;height: auto;}


}

@media only screen and (max-width: 620px) {
.proc2List .part .desc .tit, .proclass3 .part .desc .tit{font-size: 20px;margin-bottom: 10px;}
.toTop.active{display: none;}
.proList ul li{width: 50%;padding: 0 3px;margin-bottom: 6px;}
.proList .part .t1{font-size: 14px;}
.proList .part .more a{padding:3px 12px;}
.proList .part .more a:first-child{margin-bottom: 5px;}
.contList ul li{width: 100%;padding: 0;}
.proMenu ul li.swiper-slide{ width:133px !important;}





}