

@font-face{
	font-family: 'beb';
	src : url('../font/BEBASNEUE.OTF');
}
@font-face{
	font-family: 'qtf';
	src : url('../font/QuantifyBold.ttf');
}


input::-webkit-outer-spin-button,input::-webkit-inner-spin-button,select{ -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="number"]{ -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; }
textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.swiper-button-next,.swiper-button-prev{ outline:0; }

.com_bg{ background-position: center center; background-repeat: no-repeat; background-size: cover;}

.com_ani,.header_box .nav li a,.inews .list .item,.news .list .item,.pro .list .item,.support .item,.pro .item .img img,.iwindow .img .item{ 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.com_ani:hover,.pro .item:hover .img img,.iwindow .img .item:hover{ 
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1); 
}
.inews .list .item:hover{ 
	-webkit-transform: translateX(20px); 
	-moz-transform: translateX(20px); 
	-ms-transform: translateX(20px); 
	-o-transform: translateX(20px); 
	transform: translateX(20px); 
}
.news .list .item:hover,.pro .list .item:hover,.support .item:hover{ 
	-webkit-transform: translateY(-10px); 
	-moz-transform: translateY(-10px); 
	-ms-transform: translateY(-10px); 
	-o-transform: translateY(-10px); 
	transform: translateY(-10px); 
}


/* 移动端 */
#dowebok {background-color:rgba(21,189,169,.6);}
#dowebok .nav {margin-top:80px;list-style-type:none;color:#fff;}
#dowebok .nav li {display:block;line-height:55px;font-size:18px;position:relative;}
#dowebok .nav li a {display:block;padding:0 20px;height:100%;border-bottom:1px solid #15bda9;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:35px;height:60px;display:inline-block;position:absolute;right:0;top:0;background:url(http://www.shengmilan.com/Public/Home/about1s/more-ico.png) no-repeat left center;background-size:auto 24px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:16px;}
#dowebok .nav li .nav2 li a {padding-left:50px;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}

/* 页头 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.header_box {
	display: flex;
	justify-content: space-between;
	height: 30px;
	padding:23px 0;
	color:#000;
}
.header_box h1 {
	width:186px;
	height:30px;
	background-image:url(../about1/logow.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:100%;
}
.header_box.change h1 { background-image:url(../about1/logo.png);}
.header_box h1 a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
.header_box .btn_box{ width: 95px; height: 100%; }
.header_box .btn_box .idown{ float: left; display: block; width: 25px; height: 25px; padding-right: 30px; border-right: 1px solid #787879; background: url(http://www.shengmilan.com/Public/Home/about1s/down.png) center center no-repeat;  }
.header_box .btn_box .search_btn{
	display:inline-block;
	margin-right: 25px;
	width:30px;
	height:30px;
	background-image:url(../about1/searchw.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 24px;
	float: left;
	cursor:pointer;
	position: relative;
}
.header_box.change .btn_box .search_btn{ background-image:url(../about1/search.png); }
.header_box .btn_box .menu{ width:40px; height:30px; display:inline-block; float:right; cursor:pointer; background-image:url(../about1/menuw.png); background-repeat:no-repeat; background-position:center; background-size: auto 22px; position: relative; }
.header_box.change .btn_box .menu{ background-image:url(../about1/menu.png); }
.header_box .nav{  }
.header_box .nav ul{ height: 30px; display: flex; justify-content: space-around; align-items: center; }
.header_box .nav ul li{ display:inline-block; float:left; font-size:16px; height:30px; line-height:30px; margin: 0 40px; position:relative; overflow: hidden; }
.header_box .nav li a{display:block;width:100%; height: 60px; line-height: 30px; text-align: center; font-size: 16px; color: #fff; }
.header_box.change .nav li a{ color: #666; }
.header_box .nav li a:hover{ 
-webkit-transform: translateY(-30px); 
	-moz-transform: translateY(-30px); 
	-ms-transform: translateY(-30px); 
	-o-transform: translateY(-30px); 
	transform: translateY(-30px); 
}
.header .header_form {position:absolute;left:0;bottom:-170px;background:rgba(255,255,255,.8);z-index:666;padding:60px 0;text-align:center;width:100%;height:50px;overflow:hidden;display:none;}
.header .header_form form {height:50px;line-height:50px;display:inline-block;max-width:500px;width:100%;position:relative;}
.header .header_form form input.text {display:inline-block;position:absolute;left:0;top:0;width:78%;height:100%;background-color:#fff;border:none;text-indent:15px;color:#adb5c5;font-size:14px;border:none;border-radius:4px;}
.header .header_form form input.submit {display:inline-block;position:absolute;right:0;top:0;width:20%;height:100%;background-color:#15bda9;border:none;border-radius:4px;color:#fff;font-size:14px;}

@media (max-width:1600px){
	.header {padding:0 15px; }
	.header_box .nav ul li{ margin: 0 25px;}
}
@media (max-width:1200px){
	.header_box .nav ul li{ margin: 0 10px;}
}
@media (max-width:991px){
	.header_box{ padding:16px 0; }
	.header_box .btn_box .idown{ margin-top: 6px;}
	.header .header_form{ bottom:-100px; padding:30px 0; height: 40px; }
	.header .header_form form{
		height:40px;
		line-height:40px;
	}
}
@media (max-width:768px){
	.header_box{ padding:12px 0; }
	.header_box h1{ width: 162px; background-size: auto 26px; }
	.header_box .btn_box .search_btn{ background-size: auto 22px; }
	.header_box .btn_box .menu{ background-size: auto 20px; }
}
@media (max-width:480px){
	#dowebok .nav {margin-top:50px;}
	.header_box{
		padding:8px 0;
	}
	.header_box h1{ background-size: auto 22px; }
	.header .header_form{
		padding:25px 0;
		bottom:-90px;
	}

	.header .header_form form {
		width:85%;
		height: 36px;
		line-height: 36px;
	}
}




/* fbanner */
.fbanner{font-size:0; line-height: 0;}
.fbanner img{width:100%;}
.fbanner img.pc{ display: block; }
.fbanner img.ph{ display: none; }

.banner.pc{ display: block; }
.banner.ph{ display: none; }
@media (max-width:768px){
	.fbanner img.pc{ display: none; }
	.fbanner img.ph{ display: block; }
	.banner.pc{ display: none; }
	.banner.ph{ display: block; }
}


/* footer */
.footer{ position: relative; bottom: 0; z-index: 999; width: 100%; padding: 30px 0; height: auto; color: #fff; background-color: #15bda9; box-sizing: border-box;}
.footer.change{ color: #545151; position: absolute; background-color: transparent; }
.footer .foot_l{ float: left; line-height: 30px; font-size: 14px; }
.footer .foot_l span{ display: inline-block; }
.footer .foot_r{ float: right; display: flex; align-items: center; font-size: 14px; }
.footer .foot_r .share{ display: inline-block; }
.footer .share .bshare-custom.icon-medium a{ display: inline-block; width: 27px; height: 27px; padding-left: 3px!important; }
.footer .share .bshare-custom.icon-medium .bshare-weixin{ background: url(../about1/share_wx.png) center center no-repeat; }
.footer .share .bshare-custom.icon-medium .bshare-sinaminiblog{ background: url(../about1/share_wb.png) center center no-repeat; }
.footer.change .share .bshare-custom.icon-medium .bshare-weixin{ background: url(../about1/share_wx2.png) center center no-repeat; }
.footer.change .share .bshare-custom.icon-medium .bshare-sinaminiblog{ background: url(../about1/share_wb2.png) center center no-repeat; }

@media (max-width:1600px){
	.footer{ padding: 25px 15px; }
}
@media (max-width:1200px){
	
}
@media (max-width:991px){
	.footer .foot_l{ margin-left: 0px; }
	.footer .foot_r{ margin-right: 0px }
}
@media (max-width:768px){
	.footer .foot_l{ float: none;text-align: center; font-size: 12px; line-height: 20px; margin-left: 0;}
	.footer .foot_r{ display: none; }
}
@media (max-width:480px){
	.footer{ padding: 15px 15px;}
	.footer .foot_l{ font-size: 10px; line-height: 16px;}
}


/* footnav */
.footnav{ background: url(../about1/footnav-bg.jpg) center center no-repeat; background-size: cover; }
.footnav .main{ padding: 45px 15px 70px; box-sizing: border-box; }
.fnav{ float: left; }
.fnav dl{ float:left; width:auto; font-size:14px; margin-right: 100px; text-align:left; }
.fnav dl:last-child{ margin-right:0; }
.fnav dl dt{ margin-bottom: 10px; padding-bottom: 16px; border-bottom: 1px solid #d0d0d0; font-style: 16px; color:#666;  }
.fnav dl dt i{ display: none; }
.fnav dl dd{ line-height:34px; color: #888; }
.fnav dl dd a:hover{ color: #15bda9; }

.footnav .ewm{ float: right; height: auto; }
.footnav .fewm{ display: inline-block; margin-left: 20px; }
.footnav .fewm img{ max-width: 110px; max-height: 110px; }
.footnav .fewm p{ margin-top: 8px; font-size: 14px; text-align: center; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }

@media (max-width:1600px){
	.footnav .main{ padding: 40px 15px 60px; }
	.fnav dl dd{ line-height: 32px; }
}
@media (max-width:1400px){
	.footnav .main{ padding: 35px 15px 53px; }
	.fnav dl{ margin-right: 80px; }
}
@media (max-width:1200px){
	.footnav .main{ padding: 30px 15px 46px; }
	.fnav dl{ margin-right: 60px; }
	.fnav dl dd{ line-height: 30px; }
}
@media (max-width:991px){
	.footnav .main{ padding: 30px 15px 35px; }
	.fnav dl{ margin-right: 26px; }
	.fnav dl dd{ line-height: 28px; }
	.footnav .fewm{ margin-left: 6px; }
}
@media (max-width:768px){
	.footnav .main{ padding: 0 8px; }
	.footnav .fnav{ width: 100%; margin-left: 0px;}
	.footnav .fnav dl{ display: block; width: 100%; padding: 8px 4px; margin: 0px; box-sizing: border-box; border-bottom: 1px solid #dcdcdc;}
	.footnav .fnav dl dt{ line-height: 34px; font-size: 16px; color: #525252; border-bottom:0; margin-bottom: 0px; padding-bottom: 0px;}
	.footnav .fnav dl dt i{ display: inline-block; float: right; color: #888; font-size: 16px;}
	.footnav .fnav dl dd{ font-size: 14px; line-height: 30px; display: none;}
	.footnav .ewm{ padding: 30px 0; width: 100%; text-align: center; }
	.footnav .fewm{ margin: 0 10px; }
}
@media (max-width:480px){
	.footnav .fnav dl{ display: block; width: 100%; padding: 6px 2px;}
	.footnav .ewm{ padding: 20px 0; }
	.footnav .fewm{ margin: 0 6px; }
}


/* section */


.index_swiper{
	width:100%;
	height:100%;
	display: block;
	color: color: #545151;
}
.index_swiper .swiper-slide{
	text-align: center;
    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;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.index_swiper .index_num{
	position: absolute;
	left:5%;
	top:60%;
	z-index: 111;
	width:20px;
	height:135px;
}
.index_snext, 
.index_sprev{
    width: 10px;
    height: 10px;
	display: block;
	margin:0 auto;
    cursor: pointer;
    outline: none;
	opacity: .6;
}
.index_sprev{
    background: url(http://www.shengmilan.com/Public/Home/about1s/top.png) no-repeat center;
}
.index_snext{
    background: url(http://www.shengmilan.com/Public/Home/about1s/bottom.png) no-repeat center;
}

.index_num .indexpage{
	position: static;
	margin:5px auto;
}
.index_num .indexpage .swiper-pagination-bullet{
	width:2px;
	height:2px;
	background:#377ec6;
	border-radius:0;
	opacity: .6;
	display: block;
	margin:5px auto;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.index_num .indexpage .swiper-pagination-bullet-active{
	background:#377ec6;
	width:2px;
	height:60px;
	border-radius:0;
	opacity: .6;
}

.section h2{ font-size: 83px; font-weight: bold; font-family: "微软雅黑"; }
.imore{  }
.imore a{ display: inline-block; margin-right: 14px; font-weight: bold; line-height: 26px; }
.imore a:last-of-type{ margin-right: 0px; }
.imore a em{ font-weight: normal; }
.imore a:hover{ color: #15bda9; }
@media (max-width:1600px){
	.section h2{ font-size: 75px; }
}
@media (max-width:1200px){
	.section h2{ font-size: 62px; }
}
@media (max-width:991px){
	.section h2{ font-size: 50px; }
}
@media (max-width:768px){
	.section h2{ font-size: 40px; }
	.imore a{ font-size: 15px; }
}
@media (max-width:480px){
	.section h2{ font-size: 30px; }
	
}
/* section1 */
.section.section1{  }
.banner{ width: 100%; height: 100%; }
.banner.swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banne .swiper-pagination-fraction{ bottom: 50px; }
.banner .swiper-pagination-bullet{ width: 40px; height: 4px; border-radius: 0; opacity: 1; background-color: #fff; }
.banner .swiper-pagination-bullet-active{ background-color: #15bda9; }
.swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banne .swiper-pagination-fraction{ bottom: 34px; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 6px; }
.swiper-pagination-bullet{ width: 10px; height: 10px; opacity: 1; background-color: #fff; }
.swiper-pagination-bullet-active{ background-color: #15bda9; }

@media (max-width:1600px){
	
}
@media (max-width:1200px){
	
}
@media (max-width:991px){
	
}
@media (max-width:768px){
	.swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banne .swiper-pagination-fraction{ bottom: 24px; }
	.banner .swiper-pagination-bullet{ width: 30px; height: 3px; }
	.swiper-pagination-bullet{ width: 8px; height: 8px; }
}
@media (max-width:480px){
	
}


/* section2 */
.section.section2{ background-color: #e1e3e1; }
.iabout{ width: 100%; height: 100%!important; color: #545151; }
.iabout .main{ width: 100%; height: 100%; display: flex; justify-content: space-around; align-items: center; }
.iabout .text{ width: 450px; }
.iabout .en{ padding-left: 75px; font-size: 24px; letter-spacing: 2px; text-align: left; }
.iabout h2{ padding-left: 70px; margin-bottom: 3%; line-height: 80px; text-align: left;}
.iabout h2 em{ font-weight: normal;}
.iabout .img{ width: 55%;}


@media (max-width:1600px){
	.iabout .main{ padding: 0 15px; box-sizing: border-box; }
	.iabout h2{ line-height: 70px}
	.iabout .img{ width: 50%;}
}
@media (max-width:1200px){
	.iabout h2{ line-height: 64px;}
}
@media (max-width:991px){
	.iabout .text{ width: 48%; text-align: center;}
	.iabout .en{ padding-left: 0px; text-align: center; }
	.iabout h2{ padding-left: 0px; text-align: center;}
}
@media (max-width:768px){
	.iabout h2{ line-height: 40px; }
}
@media (max-width:600px){
	.iabout .main{ flex-wrap: wrap; align-content: center; }
	.iabout .text{ margin-bottom: 30px; width: 100%; text-align: center; }
	.iabout h2{ margin-bottom: 10px; }
	.iabout .img{ width: auto; height: 300px;}
}
@media (max-width:480px){
	.iabout h2{ margin-bottom: 5px; }
	.iabout .text{ margin-bottom: 20px;}
	.iabout .img{ height: 250px;}
}



/* section3 */
.section.section3{ background-color: #e0dfda; }
.ipro{ width: 100%; height: 100%; max-width: 1920px; color: #545151; display: flex; justify-content: flex-end; align-items: center; }
.ipro .text{ width: 456px; margin-right: 55px; text-align: left; }
.ipro .text p{ line-height: 30px; font-weight: bold; }
.ipro .text p.other{ line-height: 40px; font-weight: normal; color: #999; }
.ipro h2{ font-family: "beb"; font-size: 130px;}
.ipro .img{ width: 62.5%;}
.ipro .img a{ display: block; width: 100%; height: 0; padding-top: 61%; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.ipro .img img{ width: 100%; height: 100%;}
.ipro .img .swiper-container{ width: 100%; height: 100%; }

@media (max-width:1600px){
	.ipro .main{ padding: 0 15px; box-sizing: border-box; }
	.ipro .text{ width: 456px; margin-right: 15px; margin-left: 15px; }
	.ipro .text p.other{ line-height: 30px; }
	.ipro h2{ font-size: 110px;}
}
@media (max-width:1200px){
	.ipro h2{ font-size: 90px;}
}
@media (max-width:991px){
	.ipro .text{ width: 48%; text-align: center;}
	.ipro .en{ padding-left: 0px; text-align: center; }
	.ipro h2{ padding-left: 0px; text-align: center; font-size: 70px;}
	.ipro .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banne .swiper-pagination-fraction{ bottom: 23px; }
}
@media (max-width:768px){
	.ipro h2{ font-size: 55px;}
}
@media (max-width:600px){
	.ipro{ flex-wrap: wrap; align-content: center; justify-content: center; }
	.ipro .text{ margin-bottom: 30px; width: 100%; text-align: center; }
	.ipro .img{ width: 90%;}
	.tp1{ display: none;}
	.ipro .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banne .swiper-pagination-fraction{ bottom: 13px; }
}
@media (max-width:480px){
	.ipro h2{ margin-bottom: 5px; font-size: 40px; }
	.ipro .text{ margin-bottom: 20px;}
}


/* section4,iwindows */
.section.section4{ background-color: #e1e3e1; color: #545151; }
.iwindow{ width: 100%; height: 100%; max-width: 1600px; margin: 0 auto; display: flex; justify-content: space-around; align-items: center; }
.iwindow .text{ width: 34.4%; text-align: left; }
.iwindow .text .swiper-slide{ border-top: 1px solid #000; text-align: left; }
.iwindow .text .swiper-slide:last-of-type{ border-bottom: 1px solid #000; }
.iwindow .text .item{ padding: 25px 0 28px; width: 100%; cursor: pointer; }
.iwindow .text .item h3{ font-size: 30px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.iwindow .text .item:hover h3,.iwindow .text .swiper-slide.swiper-slide-thumb-active .item h3{ color: #15bda9; }
.iwindow .text .item h3 em{ font-weight: bold; }
.iwindow .text .item .en{ margin: 5px 0 15px; color: #999; font-size: 12px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.iwindow .text .item p{ margin-top: 15px; font-size: 14px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.iwindow .img{ width: 34.4%; height: auto; }
.iwindow .img .item{ display: block; width: 100%; height: 0; padding-top: 112%; }

.iwindow_mo{ display: none; width: 100%; height: 80%; }


@media (max-width:1600px){
	.iwindow .text{ width: 36%;}
	.iwindow .text .item{ padding: 20px 0 23px;}
	.iwindow .text .item h3{ font-size: 26px;}
}
@media (max-width:1400px){
	.iwindow .text .item{ padding: 14px 0 18px;}
	.iwindow .text .item h3{ font-size: 24px;}
	.iwindow .text .item .en{ margin: 5px 0 10px;}
	.iwindow .text .item p{ margin-top: 10px;}
}
@media (max-width:1200px){
	.iwindow .text .item h3{ font-size: 22px;}
	.iwindow .text .item img{ display: none; }
}
@media (max-width:991px){
	.iwindow .text{ width: 40%;}
	.iwindow .text .item{ padding: 10px 0 13px;}
	.iwindow .text .item h3{ font-size: 20px;}
	.iwindow .text .item .en{ margin: 5px 0 0;}
	.iwindow .text .item p{ margin-top: 8px;}
}
@media (max-width:768px){
	.iwindow .text .item h3{ font-size: 19px;}
}
@media (max-width:600px){
	.iwindow{ display: none; }
	.iwindow_mo{ display: flex; padding: 0 15px; box-sizing: border-box; }
	.iwindow_mo{  }
	.iwindow_mo .item{ width: 100%; height: 100%; }
	.iwindow_mo .item .text{ width: 100%; height: 25%; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; }
	.iwindow_mo .item h3{ width: 100%; font-size: 20px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
	.iwindow_mo .item h3 em{ font-weight: bold; }
	.iwindow_mo .item .en{ width: 100%; margin: 5px 0 10px; color: #999; font-size: 12px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
	.iwindow_mo .item p{ width: 100%; font-size: 14px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
	.iwindow_mo .img{ height: 70%; }
}
@media (max-width:480px){
	
}


/* section5 */
.section.section5{ background-color: #d7dada; }
.icase{ width: 100%; height: 100%; max-width: 1920px; color: #545151; display: flex; align-items: center; }
.icase .img{ width: 64%;}
.icase .text{ margin-left: 45px; text-align: left; }
.icase h2{ margin-bottom: 3%;}
.icase .img a{ display: block; width: 100%;  }


@media (max-width:1600px){
	.icase .main{ padding: 0 15px; box-sizing: border-box; }
	.icase .img{ width: 58%;}
	.icase .text{ margin-left:25px; }
}
@media (max-width:1200px){
	
}
@media (max-width:991px){
	.icase .text{ width: 48%; text-align: center;}
	.icase .en{ padding-left: 0px; text-align: center; }
	.icase h2{ padding-left: 0px; text-align: center;}
	.icase .text{ margin-left:15px; padding-right: 15px; }
}
@media (max-width:768px){
	
}
@media (max-width:600px){
	.icase{ flex-wrap: wrap; align-content: center; justify-content: center; }
	.icase .text{ order: -1; margin-bottom: 30px; width: 100%; text-align: center; }
	.icase h2{ margin-bottom: 10px; }
	.icase .img{ width: 90%;}
}
@media (max-width:480px){
	.icase h2{ margin-bottom: 5px; }
	.icase .text{ margin-bottom: 20px;}
}


/* section6 */
.section.section6{ background-color: #d7dada; }
.inews{ width: 100%; color: #545151; }
.inews .main{ width: 100%; height: 100%; display: flex; justify-content: space-around; align-content: center; }
.inews .list{ width: 58%; max-width: 926px; height: auto; }
.inews .list .item{ margin-bottom: 25px; }
.inews .list .item:last-of-type{ margin-bottom: 0; }
.inews .list .item a{ display: flex; justify-content: flex-end; align-items: center; }
.inews .item .text{ width: 50%; margin-right: 40px; text-align: right; overflow: hidden; }
.inews .item .text h3{ padding: 35px 0; font-size: 24px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.inews .item:hover .text h3{ color: #15bda9; }
.inews .item .text p{ height: 48px; line-height: 24px; font-size: 14px; color: #666; overflow: hidden; }
.inews .item .text .date{ margin-top: 42px; font-family: "宋体"; color: #999; }
.inews .item .img{ width: 49%; height: 0; padding-top: 33%; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.inews .title{ width: 22.5%; max-width: 360px; height: auto; display: flex; align-content: center; flex-wrap: wrap; }
.inews .title h2{ width: 100%; margin-bottom: 40px; }
.inews .title .imore{ padding: 30px 0 56px; width: 100%; border-top: 1px solid #000; text-indent: 20px; text-align: left; }
.inews .title .imore:last-of-type{ border-bottom: 1px solid #000; }


@media (max-width:1600px){
	.inews .item .text{ margin-right: 30px; }
	.inews .item .text h3{ padding: 26px 0; font-size: 22px; }
	.inews .item .text .date{ margin-top: 32px; }
	.inews .title h2{ margin-bottom: 30px; }
	.inews .title .imore{ padding: 24px 0 40px;}
}
@media (max-width:1400px){
	.inews .item .text h3{ padding: 20px 0; font-size: 20px; }
	.inews .item .text .date{ margin-top: 24px; }
	.inews .title h2{ margin-bottom: 20px; }
	.inews .title .imore{ padding: 20px 0 30px;}
}
@media (max-width:1200px){
	.inews .item .text h3{ padding: 14px 0; font-size: 19px; }
	.inews .item .text .date{ margin-top: 16px; }
	.inews .title h2{ margin-bottom: 14px; }
	.inews .title .imore{ padding: 14px 0 20px;}
}
@media (max-width:991px){
	.inews .item .text{ margin-right: 20px; }
	.inews .item .text h3{ padding: 10px 0; font-size: 18px; }
	.inews .item .text .date{ margin-top: 10px; }
	.inews .title{ width: 26%; text-align: center; }
	.inews .title h2{ margin-bottom: 10px; }
	.inews .title .imore{ padding: 12px 0 20px; text-indent: 0px; text-align: center; }
}
@media (max-width:768px){
	.inews .main{ flex-wrap: wrap; }
	.inews .title{ order: -1; margin-bottom: 20px; width: 100%; display: initial; }
	.inews .title .imore{ display: inline-block; padding: 0; margin: 0 5px; width: auto; border-width: 0; }
	.inews .title .imore:last-of-type{ border-width: 0; }
	.inews .list{ width: 100%; padding: 0 15px; box-sizing: border-box; }
	.inews .item .text{ margin-right: 15px; }
	.inews .item .text h3{ padding-top: 0; font-size: 17px; }
	.inews .list .item:hover{ 
		-webkit-transform: translateY(-10px); 
		-moz-transform: translateY(-10px); 
		-ms-transform: translateY(-10px); 
		-o-transform: translateY(-10px); 
		transform: translateY(-10px); 
	}
}
@media (max-width:480px){
	.inews .item .text p{ height: 24px; }
}
@media (max-width:374px){
	
}


/* ijoin */
.section.section7{ position: relative; background-image:url(../about1/i_bg7.jpg); }
.ijoin{ width: 100%; padding: 0 15px; box-sizing: border-box; color: #545151; text-align: left; }
.ijoin .main{ padding-left: 25px; }
.ijoin .en{ font-size: 24px; letter-spacing: 5px; margin-bottom: 3%; }
.ijoin h2{ margin-bottom: 1%; }

@media (max-width:991px){
	.ijoin{ text-align: center; }
	.ijoin .main{ padding-left: 0px; }
}
@media (max-width:768px){
	.ijoin .en{ font-size: 20px; letter-spacing: 3px; margin-bottom: 2%; }
}
@media (max-width:480px){
	
}





/* contact */
.section.contact1{ background-color: #e1e3e0; }
.cont_us{ width: 100%; height: 74%; padding: 0 15px 2%; box-sizing: border-box; color: #545151; text-align: left; }
.cont_us .main{ height: 100%; display: flex; justify-content: space-between; align-items: center; }
.cont_us .ctent{ width: 45%; max-width: 720px; height: 82%; display: flex; align-content: space-between; flex-wrap: wrap; }
.cont_us .ctent .ctop{ width: 100%; }
.cont_us .ctent h2{ font-size: 60px; color: #545151; }
.cont_us .ctent .cbtm{ padding-bottom: 20px; width: 100%; border-bottom: 1px solid #545151; }
.cont_us .ctent p{ line-height: 30px; color: #5c5c5c; }

.cont_us .map{ width: 43%; height: 100%; }
.cont_us .map img{ width: 100%; height: 100%; object-fit: cover; }

.message{ color:#1caa99; }

@media (max-width:1600px){
	.cont_us{ padding: 0 15px 2%; }
	.cont_us .ctent{ width: 47%;}
	.cont_us .ctent h2{ font-size: 55px; }
	.cont_us .map{ width: 47%; height: 100%; }
}
@media (max-width:1400px){
	
}
@media (max-width:1200px){
	.cont_us .ctent h2{ font-size: 50px; }
}
@media (max-width:991px){
	.cont_us{  }
	.cont_us .main{ padding-left: 0px; }
	.cont_us .ctent h2{ font-size: 45px; }
	.cont_us .ctent p{ line-height: 26px; font-size: 15px; }
}
@media (max-width:768px){
	.cont_us .ctent h2{ font-size: 38px; }
	.cont_us .ctent p{ font-size: 14px; }
}
@media (max-width:600px){
	.cont_us{ height: auto;}
	.cont_us .main{ flex-wrap: wrap; }
	.cont_us .ctent{ width: 100%; height: auto; text-align: center;}
	.cont_us .ctent h2{ font-size: 30px; }
	.cont_us .ctent .cbtm{ border-bottom: 0; }
	.cont_us .ctent p{ line-height: 24px; }
	.cont_us .imore a:first-of-type{ display: none; }
	.cont_us .map{ width: 100%; height: 300px; }
}
@media (max-width:480px){
	.cont_us .ctent h2{ font-size: 26px; }
}
@media (max-width:360px){
	.cont_us .ctent h2{ font-size: 24px; }
	.cont_us .map{ height: 200px; }
}



.section.contact2{ background-color: #e1e3e0; }
.mess{ width: 100%; height: 74%; padding: 0 15px 2%; box-sizing: border-box; color: #545151; text-align: left; }
.mess .main{ height: 100%; display: flex; justify-content: space-between; align-items: center; }
.mess .ctent{ width: 45%; max-width: 720px; height: 70%; display: flex; align-content: space-between; flex-wrap: wrap; }
.mess .ctent .ctop{ width: 100%; }
.mess .ctent h2{ font-size: 60px; }
.mess .ctent .imore{ margin-bottom: 70px; }
.mess .ctent p{ line-height: 40px; letter-spacing: 2px; font-size: 20px; font-family: "cambria";  }

.mess{ position: relative; }
.mess .word{ width: 600px; margin: 0 auto; box-sizing: border-box;}
.mess .word form{ width: 100%;}
.mess .word p{ margin-bottom: 22px; }
.mess input,.mess textarea{ width: 100%; color: #545151; border-bottom: 1px solid #545151; box-sizing: border-box; background-color: transparent; font-size: 16px;}
.mess input{ height: 50px; padding-left: 5px;}
.mess textarea{ font-family: "微软雅黑"; width: 100%; height: 140px; padding: 10px 5px 0;}
.mess p.btn{ margin-top: 50px; margin-bottom: 0px; display: flex; justify-content: space-between; }
.mess input.f5,.mess span.pic,.mess input.submit{ float: left; width: 30%; height: 46px;}
.mess input.f5{ background-color: #fff; border-bottom: 0; color: #333; text-align: center;}
.mess span.pic{ width: auto; display: inline-block; background-color: #fff; overflow: hidden;}
.mess input.submit{ background-color: #15bda9; font-size: 18px; color: #fff; border-bottom: 0;}

.mess input:focus,.mess textarea:focus{ border-bottom-color: #15bda9; }

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance: none; }
input[type="number"]{ -moz-appearance: textfield; }


.mess input.f5::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}
.mess input.f5:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}
.mess input.f5::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}
.mess input.f5:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}


@media (max-width:1600px){
	.mess{ padding: 0 15px 2%; }
	.mess .ctent{ width: 47%;}
	.mess .ctent h2{ font-size: 55px; }
	.mess .ctent .imore{ margin-bottom: 50px; }
	.mess .ctent p{ line-height: 36px; font-size: 18px; }
	.mess .word{ width: 550px; }
	.mess p.btn{ margin-top: 40px; }
	.mess .word p{ margin-bottom: 20px; }
	.mess input{ height: 46px; }
	.mess textarea{ height: 120px; }
}
@media (max-width:1200px){
	.mess .ctent h2{ font-size: 50px; }
	.mess .ctent .imore{ margin-bottom: 40px; }
	.mess .ctent p{ line-height: 30px; }
	.mess .word{ width: 500px; }
	.mess p.btn{ margin-top: 30px; }
	.mess .word p{ margin-bottom: 10px; }
	.mess input{ height: 42px; }
	.mess textarea{ height: 100px; }
	.mess input.f5, .mess span.pic, .mess input.submit{ height: 42px; }
}
@media (max-width:991px){
	.mess .main{ padding-left: 0px; }
	.mess .ctent h2{ font-size: 42px; }
	.mess .ctent p{ line-height: 26px; font-size: 15px; }
	.mess .word{ width: 420px; }
	.mess input,.mess textarea{ font-size: 15px; }
	.mess .word p{ margin-bottom: 6px; }
	.mess p.btn{ margin-top: 25px; }
	.mess textarea{ height: 80px; }
}
@media (max-width:768px){
	.mess{ height: auto;}
	.mess .main{ flex-wrap: wrap; }
	.mess .ctent{ width: 100%; height: auto; text-align: center;}
	.mess .ctent h2{ font-size: 38px; }
	.mess .ctent .imore{ margin-bottom: 30px; }
	.cont_us.mess .imore a:first-of-type{ display: block; }
	.mess .imore a:last-of-type{ display: none; }
	.mess .ctent p{ display: none; }
	.mess input{ height: 38px; }
	.mess input.f5, .mess span.pic, .mess input.submit{ height: 38px; }
}
@media (max-width:600px){

}
@media (max-width:480px){
	.mess .ctent h2{ font-size: 26px; }
	.mess p.btn{ margin-top: 20px; }
}
@media (max-width:374px){
	.mess .ctent h2{ font-size: 24px; }
	.mess .ctent .imore{ margin-bottom: 20px; }
	.mess p.btn{ flex-wrap: wrap; }
	.mess input.f5{ width: 46%; }
	.mess input.submit{ margin-top: 15px; width: 100%; }
}


/* comm snav */
.comm_snav{ padding: 33px 0; border-bottom: 1px solid #dcdcdc; box-sizing: border-box; }
.breadcrumb{
	float: left;
	display:inline-block;
	color: #666;
	font-size: 14px;
}
.breadcrumb li{
	display:inline-block;
	float:left;
	height:30px;
	line-height:30px;
	position: relative;
	padding:0 5px 0 20px;
}
.breadcrumb li::after{
	display:inline-block;
	content: '>';
	height:30px;
	width:20px;
	position: absolute;
	left:0;
	top:0;
	text-align:center;
	line-height:30px;
	color:#666;
}
.breadcrumb li:nth-child(1){
	padding-left:0;
}
.breadcrumb li:nth-child(1)::after{
	display:none;
}
.breadcrumb li a{
	display:block;
	color:inherit;
}
.breadcrumb li a:hover{
	text-decoration: underline;
	color:#15bda9;
}

.snav{ float: right; display: inline-block; }
.snav li{ position: relative; float: left; display: inline-block; margin-left: 70px; line-height:30px; font-size: 14px; color: #545151; font-weight: bold; text-align: center;}
.snav li.on::after,.snav li:hover::after{ content: ""; position: absolute; left: 50%; bottom: -10px; margin-left: -10px; width: 20px; height: 2px; background-color: #15bda9; }
.snav li em{ font-weight: normal; }



/*  */


@media (max-width:1600px){
	.comm_snav{ padding: 30px 15px; }
}
@media (max-width:1200px){
	.comm_snav{ padding: 26px 15px; }
}
@media (max-width:991px){
	.comm_snav{ padding: 22px 15px; }
}
@media (max-width:768px){
	.comm_snav{ padding: 17px 15px; }
	.breadcrumb{ display: none; }
	.snav{ float: none; display: block; text-align: center; font-size: 0; }
	.snav ul{ display: inline-block; }
	.snav li{ float: none; margin: 0 10px; line-height: 26px; }
	.snav li.on,.snav li:hover{ color: #15bda9; }
	.snav li.on::after,.snav li:hover::after{ display: none; }
}
@media (max-width:480px){
	.comm_snav{ padding: 15px 15px; }
}


/* page */
.page{
	text-align:center;
	padding:50px 0;
	font-size: 0;
}
.page div{
	display:inline-block;
}
.page a{
	display:inline-block;
	height:36px;
	line-height:36px;
	padding:0 14px;
	margin:0 8px;
	font-size:15px;
	border-radius: 50%;
	color:#666;
	background:transparent;
	float:left;
}
.page a:active,
.page a.on{
	background-color:#15bda9;
	color:#fff;
}
.page a.prev,
.page a.next{
	padding:0;
	width:36px;
	
}

.page a.prev{
	background: url(../about1/l_bg2.png) center center no-repeat;
	background-size: 25%;
}
.page a.next{
	background: url(../about1/r_bg2.png) center center no-repeat;
	background-size: 25%;
}

@media (max-width:1600px){
	.page{padding:44px 0; }
}
@media (max-width:1200px){
	.page{padding:40px 0; }
}
@media (max-width:991px){
	.page{padding:30px 0; }
}
@media (max-width:768px){
	.page{padding:25px 0; }
	.page a{ height:30px; line-height:30px; padding:0 11px; margin: 3px; font-size:14px; }
}
@media (max-width:480px){
	.page{padding:15px 8px; }
}


/* news */
.news{ padding: 85px 15px 5px; box-sizing: border-box; background-color: #f8f8f8; }
.news .list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.news .list::after{ content: ""; width: 510px; }
.news .list .item{ width: 510px; margin-bottom: 60px; background-color: #fff; color: #545151; }
.news .list .item:hover{ background-color: #15bda9; color: #fff; }
.news .list .item .img{ position: relative; width: 100%; padding-bottom: 63%; overflow: hidden; }

.news .item .text{ padding: 40px 25px; box-sizing: border-box; }
.news .item h4{ font-size: 24px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.news .item .textp{ margin: 35px 0 40px; height: 48px; line-height: 24px; font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.news .item .date{ font-size: 16px; color: #999; font-family: "宋体"; }
.news .item:hover .date{ color: #fff; }


@media (max-width:1600px){
	.news{ padding-top: 70px; }
	.news .list::after{ width: 32%; }
	.news .list .item{ width: 32%; }
	.news .item .text{ padding: 30px 25px; }
	.news .item h4{ font-size: 22px; }
	.news .item .textp{ margin: 30px 0 32px; }
}
@media (max-width:1200px){
	.news{ padding-top: 50px; }
	.news .list .item{ margin-bottom: 40px; }
	.news .item .text{ padding: 20px; }
	.news .item h4{ font-size: 20px; }
	.news .item .textp{ margin: 24px 0; }
}
@media (max-width:991px){
	.news .list::after{ width: 48%; }
	.news .list .item{ width: 48%; margin-bottom: 40px; }
	.news .item .text{ padding: 15px; }
	.news .item h4{ font-size: 18px; }
	.news .item .textp{ margin: 18px 0; }
}
@media (max-width:768px){
	.news{ padding-top: 40px; }
	.news .list .item{ margin-bottom: 30px; }
	.news .item .text{ padding: 12px; }
	.news .item h4{ font-size: 17px; }
	.news .item .textp{ margin: 12px 0 16px; }
}
@media (max-width:480px){
	.news{ padding-top: 30px; }
	.news .list{ justify-content: center; }
	.news .list::after{ display: none; }
	.news .list .item{ width: 90%; }
}
@media (max-width:375px){
	.news .list .item{ width: 100%; }
}


/* newslist */
.newsdet{ padding: 20px 15px 0; box-sizing: border-box; background-color: #f4f4f4; }
.newsdet .cleft .title{ padding: 40px 0 45px; text-align: center;}
.newsdet .title h3{ font-size: 30px; color: #000; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.newsdet .title .seenum{ margin-top: 2%; }
.newsdet .title .seenum>div{ display: inline-block; margin: 0 10px; font-size: 14px; color: #999;}
.newsdet .title .seenum>div i{ margin-right: 10px; }
.newsdet .text_box{ padding: 40px 0; border-top: 1px solid #d9d9d9; color: #666; font-size: 16px; line-height: 30px;}
.newsdet .text_box video,.newsdet .text_box iframe{ display: block; width: 90%; margin: 0 auto; }


.otherpage{ padding: 48px 0; }
.otherpage .main{ display: flex; justify-content: space-between; }
.otherpage a{ display: inline-block; height: 50px; line-height: 50px; font-size: 16px; }
.otherpage a:hover{ color: #15bda9; }
.otherpage .prev,.otherpage .next{ position: relative; width: 29%; max-width: 450px; color: #666; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.otherpage .prev{ padding-left: 78px; text-align: left; }
.otherpage .return{ width: 140px; color: #fff; border-radius: 25px; text-align: center; background-color: #15bda9; }
.otherpage .return:hover{ color: #fff; }
.otherpage .next{ padding-right: 78px; text-align: right; }
.otherpage .prev::before,.otherpage .next::before{ position: absolute; content: ""; left: 0; width: 48px; height: 48px; border: 1px solid #e5e5e5; border-radius: 50%; background-image: url(../about1/det_prev.png); background-position: center center; background-repeat: no-repeat; background-size: auto 12px; }
.otherpage .prev::before{}
.otherpage .next::before{ left: auto; right: 0; transform: rotate(180deg); }
.otherpage .prev:hover::before,.otherpage .next:hover::before{ background-color: #15bda9; border-color: #15bda9; background-image: url(../about1/det_prevh.png);}


@media (max-width:1600px){
	.newsdet .cleft .title{ padding: 35px 0; }
	.otherpage{ padding: 40px 0; }
	.otherpage .main{ padding: 0 15px; box-sizing: border-box; }
	.otherpage .prev{ padding-left: 60px; }
	.otherpage .next{ padding-right: 60px; }
}
@media (max-width:1200px){
	.newsdet .cleft .title{ padding: 30px 0; }
	.newsdet .title h3{  font-size: 26px; }
	.otherpage{ padding: 30px 0; }
	.otherpage a{ height: 40px; line-height: 40px; }
	.otherpage .prev{ padding-left: 50px; }
	.otherpage .next{ padding-right: 50px; }
	.otherpage .prev::before,.otherpage .next::before{ width: 38px; height: 38px; background-size: auto 10px;}
}
@media (max-width:991px){
	.newsdet .title h3{ font-size: 24px; }
	.otherpage{ padding: 25px 0; }
}
@media (max-width:768px){
	.newsdet .cleft .title{ padding: 10px 0 30px; }
	.newsdet .title h3{ font-size: 20px; }
	.newsdet .title .seenum{ margin-top: 4%; }
	.otherpage{ padding: 20px 0; }
	.otherpage a{ height: 30px; line-height: 30px; font-size: 15px; }
	.otherpage .prev{ padding-left: 35px; }
	.otherpage .next{ padding-right: 35px; }
	.otherpage .return{ width: 100px; }
	.otherpage .prev::before,.otherpage .next::before{ width: 28px; height: 28px; background-size: auto 8px;}
}
@media (max-width:600px){
	.otherpage a{ font-size: 14px; }
}
@media (max-width:480px){
	.newsdet .title h3{ font-size: 18px; }
	.newsdet .text_box{ padding: 30px 0; border-top: 1px solid #d9d9d9; color: #666; font-size: 16px; line-height: 30px;}
	.newsdet .text_box video{ display: block; width: 100%; margin: 0 auto; }
	.otherpage .main{ flex-wrap: wrap; }
	.otherpage a{ margin: 5px 0; }
	.otherpage .prev{ width: 100%; }
	.otherpage .next{ width: 100%; }
}


/* case */
.case{ padding: 90px 0; }
.case .list{ display: flex; }
.case .list1{ margin-bottom: 100px; }
.case .list .img{ position: relative; width: 65%; }
.case .list .img ul{ width: 100%; }
.case .list .img li{ position: absolute; left: 0; top: 0; width: 100%; height: 0; padding-top: 57%; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.case .list .text{ width: 35%; display: flex; justify-content: center; align-items: center; }
.case .text .middle{ display: inline-block; text-align: left; }
.case .text h3{ font-size: 30px; color: #000; background: url(../about1/caseh_bg.png) left top no-repeat; background-size: auto 95px; }
.case .text h3 em{ display: block; font-size: 42px; font-weight: bold; text-transform: uppercase; }
.case .text ul{ padding: 40px 0 30px; }
.case .text li{  line-height: 36px; font-size: 18px; color: #999; cursor: pointer; }
.case .text li:hover,.case .text li.on{ color: #15bda9; }
.case .text .more{ display: inline-block; line-height: 44px; font-size: 16px; border-bottom: 1px solid #000; font-weight: bold; font-family: "微软雅黑"; letter-spacing: 1px; color: #000; }
.case .text .more i{ padding-left: 20px; font-size: 24px; vertical-align: -4px; }
.case .text .more:hover{ color: #15bda9; border-bottom: 1px solid #15bda9; }

.case .list2 .img{ order: 1;}

@media (max-width:1600px){
	.case{ padding: 80px 15px; box-sizing: border-box; }
	.case .list1{ margin-bottom: 80px; }
	.case .text h3{ font-size: 28px; background-size: auto 80px; }
	.case .text h3 em{ font-size: 38px; }
	.case .text ul{ padding: 30px 0 20px; }
	.case .text li{ line-height: 32px; }
}
@media (max-width:1400px){
	.case .text h3{ font-size: 26px; background-size: auto 75px; }
	.case .text h3 em{ font-size: 34px; }
	.case .text li{ line-height: 30px; }
}
@media (max-width:1200px){
	.case{ padding: 65px 15px; }
	.case .list1{ margin-bottom: 65px; }
	.case .text h3{ font-size: 24px; background-size: auto 65px; }
	.case .text h3 em{ font-size: 30px; }
	.case .text ul{ padding: 24px 0 14px; }
	.case .text .more{ line-height: 36px; }
}
@media (max-width:991px){
	.case{ padding: 50px 15px; }
	.case .list1{ margin-bottom: 50px; }
	.case .text h3{ font-size: 22px; background-size: auto 60px; }
	.case .text h3 em{ font-size: 26px; }
	.case .text ul{ padding: 18px 0 10px; }
	.case .text li{ line-height: 28px; font-size: 15px; }
}
@media (max-width:768px){
	.case{ padding: 40px 15px; }
	.case .main{ max-width: 550px; }
	.case .list{flex-wrap: wrap; }
	.case .list1{ margin-bottom: 45px; }
	.case .list .img{ width: 100%;}
	.case .text h3{ font-size: 20px; background: none; }
	.case .text h3 em{ display: inline; padding-right: 8px; font-size: inherit; }
	.case .text ul{ padding: 8px 0 5px; }
	.case .list .text{ margin-top: 20px; width: 100%; justify-content: left; }
	.case .list2 .img{ order: -1;}
}
@media (max-width:480px){
	.case{ padding: 30px 15px; }
	.case .text h3{ font-size: 18px; }
	.case .list1{ margin-bottom: 35px; }
	.case .text .more{ line-height: 30px; font-size: 15px; }
	.case .text .more i{padding-left: 15px;}
}


/* casein */
.casein{ padding: 75px 15px 5px; box-sizing: border-box; background-color: #f8f8f8; }
.casein .list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.casein .list::after{ content: ""; width: 510px; }
.casein .list .item{ width: 510px; margin-bottom: 40px; }
.casein .list .item .img{ position: relative; width: 100%; padding-bottom: 63%; overflow: hidden; }
.casein .list .item:hover .img{ animation: pulse .8s; }
.casein .item .text{ box-sizing: border-box; }
.casein .item h4{ padding: 24px 0 12px; font-size: 18px; color: #333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.casein .item:hover h4{ color: #333; }
.casein .item p{ font-size: 12px; color: #999; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }


@media (max-width:1600px){
	.casein{ padding-top: 60px; }
	.casein .list::after{ width: 32%; }
	.casein .list .item{ width: 32%; }
	.casein .item h4{ padding: 20px 0 10px; }
}
@media (max-width:1200px){
	.casein{ padding-top: 50px; }
	.casein .list .item{ margin-bottom: 30px; }
	.casein .item h4{ padding: 16px 0 8px; }
}
@media (max-width:991px){
	.casein .list::after{ width: 48%; }
	.casein .list .item{ width: 48%; margin-bottom: 40px; }
	.casein .item h4{ padding: 13px 0 6px; }
}
@media (max-width:768px){
	.casein{ padding-top: 40px; }
	.casein .list .item{ margin-bottom: 25px; }
	.casein .item h4{ font-size: 17px; }
}
@media (max-width:480px){
	.casein{ padding-top: 30px; }
	.casein .list{ justify-content: center; }
	.casein .list::after{ display: none; }
	.casein .list .item{ width: 90%; }
}
@media (max-width:375px){
	.casein .list .item{ width: 100%; }
}


/* pro */
.pronav{ padding: 40px 0; overflow: hidden; }
.pronav h3{ margin-bottom: 45px; letter-spacing: 10px; font-size: 30px; color: #545151; font-family: "qtf"; text-align: center; }
.pronav ul{ font-size: 0; text-align: center; }
.pronav li{ position: relative; padding: 0 170px; display: inline-block; }
.pronav li:last-of-type:after{ display: none; }
.pronav li img{ max-height: 110px; }
.pronav li p{ margin-top: 15px; font-size: 16px; color: #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.pronav li::after{ position: absolute; content: ""; right: 0; top: 50%; width: 1px; height: 120px; background-color: #cfcfcf; transform: translateY(-50%); }

@media (max-width:1600px){
	.pronav{ padding: 35px 0;  }
	.pronav h3{ margin-bottom: 35px; font-size: 26px; }
	.pronav li{ padding: 0 140px; }
	.pronav li img{ max-height: 100px; }
	.pronav li::after{ height: 110px;}
}
@media (max-width:1400px){
	.pronav li{ padding: 0 120px; }
}
@media (max-width:1200px){
	.pronav{ padding: 30px 0;  }
	.pronav h3{ margin-bottom: 30px; font-size: 24px; }
	.pronav li{ padding: 0 90px; }
	.pronav li img{ max-height: 80px; }
	.pronav li::after{ height: 90px;}
}
@media (max-width:991px){
	.pronav h3{ font-size: 22px; }
	.pronav li{ padding: 0 70px; }
	.pronav li img{ max-height: 70px; }
	.pronav li::after{ height: 80px;}
}
@media (max-width:768px){
	.pronav{ padding: 25px 0;  }
	.pronav h3{ margin-bottom: 25px; font-size: 20px; }
	.pronav li{ padding: 0 40px; }
	.pronav li img{ max-height: 50px; }
	.pronav li p{ margin-top: 10px; }
	.pronav li::after{ height: 60px;}
}
@media (max-width:480px){
	.pronav{ padding: 20px 0;  }
	.pronav h3{ margin-bottom: 20px; font-size: 19px; letter-spacing: 6px; }
	.pronav li{ padding: 0 25px; }
	.pronav li img{ max-height: 40px; }
	.pronav li::after{ display: none;}
}
@media (max-width:375px){
	.pronav{ padding: 15px 0;  }
	.pronav h3{ margin-bottom: 15px; font-size: 18px; }
	.pronav li{ padding: 0 18px; }
	.pronav li img{ max-height: 30px; }
}


/* pro */
.pro{ padding: 70px 15px 0; box-sizing: border-box; background-color: #f8f8f8; }
.pro .list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.pro .list .item{ margin-bottom: 70px; width: 48%; background-color: #fff; }
.pro .item .img{ width: 100%; height: 485px; padding: 25px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; background-color: #e2e2e2; background-image: linear-gradient(#8adccc, transparent);; }
.pro .item .text{ padding: 35px 15px; box-sizing: border-box; text-align: center; }
.pro .item .text h4{ margin-bottom: 24px; font-size: 18px; color: #333; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.pro .item:hover .text h4{ color: #15bda9; }
.pro .item .text .det{ display: inline-block; width: 148px; height: 44px; line-height: 44px; border: 1px solid #eee; border-radius: 22px; }
.pro .item:hover .text .det{ border: 1px solid #15bda9; color: #15bda9; }




@media (max-width:1600px){
	.pro{ padding-top: 60px;}
	.pro .list .item{ margin-bottom: 60px; }
	.pro .item .img{ height: 445px;}
	.pro .item .text{ padding: 30px 15px;}
}
@media (max-width:1400px){
	.pro .item .img{ height: 400px;}
}
@media (max-width:1200px){
	.pro{ padding-top: 50px;}
	.pro .list .item{ margin-bottom: 50px; }
	.pro .item .img{ height: 320px;}
	.pro .item .text .det{ height: 38px; line-height: 38px;}
}
@media (max-width:991px){
	.pro{ padding-top: 42px;}
	.pro .list .item{ margin-bottom: 42px; }
	.pro .item .img{ height: 260px;}
	.pro .item .text{ padding: 22px 15px;}
	.pro .item .text h4{ margin-bottom: 16px; font-size: 17px; }
	.pro .item .text .det{ width: 120px; height: 34px; line-height: 34px; font-size: 15px;}
}
@media (max-width:768px){
	.pro{ padding-top: 30px;}
	.pro .list .item{ margin-bottom: 30px; }
	.pro .item .img{ height: 200px;}
	.pro .item .text h4{ margin-bottom: 12px; font-size: 16px; }
}
@media (max-width:480px){
	.pro .list .item{width: 100%;}
}


/* pro-det */
.fillbox{ height: 76px; }
.pcont{ padding-bottom: 56px; background-color: #f8f8f8; }
.jump{ padding: 36px 0px; box-sizing: border-box; }
.jump .breadcrumb{ padding: 0 40px; border-radius: 23px; background-color: #fff; }
.jump .breadcrumb li{ height: 46px;line-height: 46px; }
.jump .breadcrumb li::after{ line-height: 46px; }

.jump .return{ float: right; display: inline-block; padding: 0 40px;line-height: 46px; border-radius: 23px; background-color: #fff; }
.jump .return:hover{ background-color: #15bda9; color: #fff; }
.jump .return i{ display: inline-block; margin-right: 18px; width: 15px; height: 13px; background: url(../about1/preturn.png) left center no-repeat; background-size: auto 13px; }
.jump .return:hover i{ background-image: url(../about1/preturnh.png); }


@media (max-width:1600px){
	.jump{ padding: 30px 15px; }
}
@media (max-width:1400px){
	
}
@media (max-width:1200px){
	.jump{ padding: 26px 15px; }
}
@media (max-width:991px){
	.fillbox{ height: 62px; }
	.jump{ padding: 22px 15px; }
}
@media (max-width:768px){
	.pcont{ padding-bottom: 40px;}
	.fillbox{ height: 54px; }
	.jump{ padding: 18px 15px; }
	.jump .breadcrumb{ display: none; }
	.jump .return{ padding: 0 20px; line-height: 40px; font-size: 15px; }
	.jump .return i{ margin-right: 12px; }
}
@media (max-width:480px){
	.jump{ padding: 10px 15px; }
	.fillbox{ height: 46px; }
}
@media (max-width:375px){
	.jump .return{ padding: 0 12px; line-height: 36px; font-size: 14px; }
}


.info{ padding: 80px 90px; width: 100%; max-height: 730px; box-sizing: border-box; background-color: #fff; display: flex; justify-content: space-between; }
.showImg{ width: 42%; max-height: 570px; display: flex; justify-content: center; align-items: center; }
.showImg li{ display: none; }
.showImg li:first-of-type{ display: list-item; }
.showImg .swiper-wrapper,.showImg .swiper-slide{ width: 100%; height: 100%; display: flex; align-items: center; }
.showImg a{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.showImg .swiper-button-prev{ background-image: url(../about1/apowerh_left.png); }
.showImg .swiper-button-next{ background-image: url(../about1/apowerh_right.png); }
.proText{ width: 40%; max-width: 600px; }
.proText>div{ padding: 24px 0; border-bottom: 1px solid #e6e8e8; }
.proText em{ display: inline-block; font-size: 20px; color: #333; }
.proText>div.pname{ padding-top: 0; }
.pname h4{ margin-bottom: 5px; font-size: 30px; color: #15bda9; }
.pname span{ color: #999; }
.apply{ color: #666; }
.apply em{ margin-right: 20px; }
.apply.open p{ display:inline; height:auto; }
.openway em,.pcolor em{ margin-bottom: 26px; }
.openImg{ height: 100px; }
.openImg p{ height: 100px; }
.openImg p img{ margin-right: 3px; }
.proText>div.pcolor{ padding-bottom: 50px; }
.proText .colors{ position: relative; height: 90px; }
.colors ul{ position: absolute; width: 450px; height: 120px; overflow: hidden; transition: all .9s;}
.colors ul.on{ height: 440px; background-color: #fff; }
.colors li{ position: relative; float: left;  margin-right: 20px; margin-bottom: 45px; width: 84px; height: 84px; font-size: 14px; border-radius: 50%; border: 3px solid transparent; display: flex; align-items: center; justify-content: center; color: #333; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-size: 120% 120%; }
.colors li.on{ border: 3px solid #15bda9; }
.colors li:nth-of-type(4n){ margin-right: 0; }
.colors li span{ position: absolute; bottom: -30px; white-space:nowrap; }
.btnMore{ position: absolute; left: 470px; top: 30px; width: 30px; height: 30px; background: url(../about1/pijt.png) center center no-repeat; background-size: auto 8px; cursor: pointer; }

.ph_show{ display: none; }

.openway.ph_show .openImg p{ height:auto; }

@media (max-width:1600px){
	.info{ padding: 70px 70px; }
	.showImg{ width: 46%; }
	.proText{ width: 46%; }
}
@media (max-width:1400px){
	.info{ padding: 60px; }
	.proText>div{ padding: 18px 0;}
	.proText em{ font-size: 18px; }
	.pname h4{ margin-bottom: 0; font-size: 26px; }
	.pname span{ font-size: 15px; }
	.openway em, .pcolor em{ margin-bottom: 18px; }
	.openImg,.openImg p{ height: 70px; }
	.proText>div.pcolor{ padding-bottom: 30px; }
	.colors ul{ width: 360px; }
	.colors ul.on{ height: 330px; }
	.colors ul,.proText .colors{ height: 98px; }
	.colors li{ width: 64px; height: 64px; }
	.btnMore{ left: 360px; top: 25px;}
}
@media (max-width:1200px){
	.info{ padding: 50px; }
}
@media (max-width:991px){
	.info{ padding: 40px; flex-wrap: wrap; max-height: none; justify-content: center; }
	.showImg{ margin-bottom: 20px; width: 60%; }
	.showImg a{ display: block; height: 280px; display: flex; align-items: center; }
	.proText{ width: 100%; }
	.proText>div{ padding: 13px 0; }
	.pname h4{ font-size: 23px; }
	.openway em, .pcolor em{ margin-bottom: 13px; }
	.openImg,.openImg p{ height:auto; }
	.colors li{ width: 54px; height: 54px; font-size: 10px; }
	.btnMore{ left: 320px; top: 20px; }
	.pname span{ display: none; }
	.apply.open{display: none;  }
	/*.pc_show{ display: none; }*/
	.ph_show{ display: block; }
}
@media (max-width:768px){
	.info{ padding: 40px 15px; }
	.showImg .swiper-button-next,.showImg .swiper-button-prev{ background-size:auto 30px; }
	.pname h4{ font-size: 20px; }
	.proText>div{ padding: 10px 0; font-size: 14px; }
}
@media (max-width:480px){
	.info{ padding: 30px 15px; }
	.showImg{ width: 100%; }
	.showImg a{ height: 210px; }
	.proText em{ font-size: 16px; }
	.proText>div.pcolor{ padding-bottom: 15px; }
	.colors ul, .proText .colors{ height: 80px; }
	.colors ul{ width: 240px; }
	.colors ul.on{ height: 200px; }
	.btnMore{ left: 250px; top: 15px; }
	.colors li{ margin-right: 12px; width: 44px; height: 44px; font-size: 10px; }
}


.performance{ margin: 44px 0 76px; padding: 36px 40px; background-color: #fff; overflow: hidden; }
.performance ul{ text-align: center; }
.performance li{ display: inline-block; width: 16%; }

@media (max-width:1600px){
	.performance{ margin: 40px 0 66px; }
}
@media (max-width:1200px){
	.performance{ margin: 36px 0 56px; }
}
@media (max-width:991px){
	.performance{ margin: 32px 0 48px; padding: 26px 15px; }
}
@media (max-width:768px){
	.performance{ margin: 30px 0 44px; padding: 12px 0px; }
	.performance li{ width: 30%; margin-top: 22px; }
}
@media (max-width:480px){
	.performance{ margin: 30px 0 40px; padding: 10px 0; }
	.performance li{ width: 30%; margin-top: 20px; }
}
@media (max-width:374px){
	.performance li{ width: 36%; }
}


.pdetail{ padding: 50px 135px 86px; background-color: #fff; }
.pdetail h4{ margin-bottom: 42px; font-size: 18px; text-align: center; color: #545151; }
.pdetail h4 em{ margin-bottom: 4px; display: block; font-size: 30px; letter-spacing: 8px; font-family: "qtf"; }
.pdetail .text_box{ line-height: 28px; }

@media (max-width:1600px){
	.pdetail{ padding: 45px 115px 75px;}
}
@media (max-width:1200px){
	.pdetail{ padding: 40px 85px 65px;}
}
@media (max-width:991px){
	.pdetail{ padding: 35px 60px 55px;}
	.pdetail h4{ margin-bottom: 32px;}
}
@media (max-width:768px){
	.pdetail{ padding: 30px 30px 45px;}
	.pdetail h4{ margin-bottom: 25px;}
	.pdetail h4 em{ font-size: 24px; letter-spacing: 6px; }
}
@media (max-width:480px){
	.pdetail{ padding: 25px 15px 30px;}
	.pdetail h4{ margin-bottom: 18px;}
}


/* join,comm */
.joinh{ font-size: 36px; font-weight: bold; color: #000; text-align: center; }
.joinp{ line-height: 24px; text-align: center; color: #666; }
.joinp span{ display: inline-block; }

@media (max-width:1600px){
	.joinh{ font-size: 32px;}
}
@media (max-width:1200px){
	.joinh{ font-size: 28px;}
}
@media (max-width:991px){
	.joinh{ font-size: 26px;}
	.joinp{ font-size: 15px; }
}
@media (max-width:768px){
	.joinh{ font-size: 24px;}
	.joinp{ line-height: 22px; font-size: 14px; }
}
@media (max-width:480px){
	.joinh{ font-size: 22px;}
}

/* join */
.support{ padding: 66px 0 74px; background: url(../about1/joinbg1.jpg) center center no-repeat; background-size: cover; }
.support .list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.support .item{ padding: 66px 25px 25px; margin-top: 48px; width: 24.1%; max-width: 386px; min-height: 320px; border-radius: 10px; box-sizing: border-box; background-color: #fff; cursor: pointer; }
.support .item h4{ margin: 26px 0 15px; font-size: 24px; font-weight: bold; color: #333; }
.support .item p{ line-height: 24px; }



@media (max-width:1600px){
	.support{ padding: 60px 15px 66px; box-sizing: border-box;}
}
@media (max-width:1200px){
	.support{ padding: 54px 15px 58px;}
	.support .item{ padding: 50px 20px 25px;}
	.support .item h4{ margin: 22px 0 12px; font-size: 22px;}
}
@media (max-width:991px){
	.support{ padding: 48px 15px 52px;}
	.support .list::after{ content: ""; width: 32%; }
	.support .item{ margin-top: 36px; padding: 50px 20px 25px; width: 32%;}
}
@media (max-width:768px){
	.support{ padding: 42px 15px;}
	.support .item{ margin-top: 32px; padding: 40px 15px 25px; min-height: 280px;}
	.support .item i{ display: inline-block; height: 30px; }
	.support .item h4{ margin: 18px 0 10px; font-size: 20px;}
	.support .item p{ font-size: 15px; line-height: 22px; }
}
@media (max-width:600px){
	.support .item{ width: 48%;}
}
@media (max-width:480px){
	.support{ padding: 36px 15px;}
	.support .item{ margin-top: 28px; padding-top: 30px;}
	.support .item h4{ font-size: 18px;}
	.support .item p{ font-size: 14px; }
}
@media (max-width:400px){
	.support .item{ margin-top: 26px; padding: 20px 15px;}
	.support .item{ width: 100%; min-height: 200px;}
}



.join2{ padding: 100px 0; box-sizing: border-box; background-color: #1e1e1e; }
.join2 .joinh,.join2 .joinp{ color: #fff; }
.join2 .joinh{ margin-bottom: 45px; }
.join2 .bigpic{ margin-top: 50px; }
.join2 .spic{ width: 100%; max-height: 329px; display: flex; justify-content: space-between; }
.join2 .spic a{ width: 32.5%; max-height: 329px; }

@media (max-width:1600px){
	.join2{ padding: 80px 15px; }
}
@media (max-width:1200px){
	.join2{ padding: 65px 15px; }
	.join2 .joinh{ margin-bottom: 38px; }
	.join2 .bigpic{ margin-top: 40px; }
}
@media (max-width:991px){
	.join2{ padding: 50px 15px; }
	.join2 .joinh{ margin-bottom: 33px; }
	.join2 .bigpic{ margin-top: 35px; }
}
@media (max-width:768px){
	.join2{ padding: 40px 15px; }
	.join2 .joinh{ margin-bottom: 28px; }
	.join2 .bigpic{ margin-top: 28px; }
}
@media (max-width:480px){
	.join2{ padding: 32px 15px; }
	.join2 .joinh{ margin-bottom: 20px; }
	.join2 .bigpic{ margin-top: 23px; }
}



.join3{ padding: 120px 15px 0; box-sizing: border-box; background-color: #f8f8f8; }
.join3 .joinh{ margin-bottom: 45px; }
.join3 .bigpic{ margin-top: 50px; text-align: center; }
.jslide{  }
.jslide .swiper-container{ padding-bottom: 100px; }
.jslide .swiper-pagination-bullet{ background: #c1c1c1; }
.jslide .swiper-pagination-bullet-active{ background-color: #15bda9; }
.jslide .item{ background-color: #fff; text-align: center; }
.jslide .item .img{ width: 100%; height: 0; padding-top: 56%; background-position: center center; background-repeat: no-repeat; background-size: 100%; transition: all .3s ease-in-out; }
.jslide .item .img:hover{ background-size: 110%; }
.jslide .item .text{ line-height: 80px; color: #000; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }


@media (max-width:1600px){
	.join3{ padding-top: 100px; }
	.jslide .swiper-container{ padding-bottom: 80px; }
	.jslide .item .text{ line-height: 60px; }
}
@media (max-width:1200px){
	.join3{ padding-top: 80px; }
	.join3 .joinh{ margin-bottom: 38px; }
	.join3 .bigpic{ margin-top: 40px; }
}
@media (max-width:991px){
	.join3{ padding-top: 60px; }
	.join3 .joinh{ margin-bottom: 33px; }
	.join3 .bigpic{ margin-top: 35px; }
	.jslide .swiper-container{ padding-bottom: 70px; }
}
@media (max-width:768px){
	.join3{ padding-top: 50px; }
	.join3 .joinh{ margin-bottom: 28px; }
	.join3 .bigpic{ margin-top: 28px; }
	.jslide .swiper-container{ padding-bottom: 60px; }
}
@media (max-width:480px){
	.join3{ padding-top: 35px; }
	.join3 .joinh{ margin-bottom: 20px; }
	.join3 .bigpic{ margin-top: 23px; }
}


.join4{ padding: 107px 15px; box-sizing: border-box; background: url(../about1/joinbg4.jpg) center center no-repeat; background-size: cover; }
.join4 .left{ padding-top: 10px; float: left; width: 31%; }
.join4 .left .joinh{ text-align: left; color: #fff; }
.join4 .left .textp{ margin-top: 70px; line-height: 30px; color: #fff; }
.joinform{ float: right; width: 59%; max-width: 940px; color: #fff; }
.joinform h4{ line-height: 56px; font-size: 24px; border-bottom: 1px solid #f1f1f1; }
.joinform form>div{ margin-top: 38px; }

.joinform input{ width: 100%; height: 50px; color: #15bda9; font-size: 16px; border-bottom: 1px solid #f1f1f1;  background-color: transparent;}
.joinform input:focus{ border-block-color: #15bda9; }
.joinform label{ display: block; }

.joinform input.f3{ width: 100px; text-align: center; margin-right: 30px; }
.joinform .pic{ display: inline-block; height:50px; }

.joinform .jsubmit{ margin-top: 30px; width: 180px; height: 55px; border-bottom: 0; background-color: #15bda9; color: #fff; }



@media (max-width:1600px){
	.join4{ padding: 90px 15px;}
	.joinform form>div{ margin-top: 28px; }
	.joinform input{ height: 46px;}
	.joinform .pic{ height:46px; }
	.joinform .jsubmit{ margin-top: 20px; width: 160px; height: 50px;}
}
@media (max-width:1400px){
	.joinform form>div{ margin-top: 24px; }
}
@media (max-width:1200px){
	.join4{ padding: 70px 15px;}
	.joinform h4{ font-size: 22px; }
	.joinform form>div{ margin-top: 15px; }
	.joinform input{ height: 40px;}
	.joinform .pic{ height:40px; }
	.joinform .jsubmit{ height: 45px;}
}
@media (max-width:991px){
	.join4{ padding: 50px 15px;}
	.join4 .left .textp{ margin-top: 40px; }
	.joinform h4{ font-size: 20px; }
	.joinform form>div{ margin-top: 10px; }
}
@media (max-width:768px){
	.join4{ padding: 40px 15px;}
	.join4 .left .textp{ line-height: 28px; font-size: 15px; }
	.joinform h4{ line-height: 44px; font-size: 18px; }
	.joinform input{ height: 36px;}
	.joinform input.f3{ margin-right: 20px; }
	.joinform .pic{ height:36px; }
	.joinform .jsubmit{width: 120px; height: 40px;}
}
@media (max-width:480px){
	.join4 .left{ float: none; margin-bottom: 10px; padding-top: 0px; width:100%; }
	.join4 .left .textp{ margin-top: 20px; line-height: 24px; font-size: 14px; }
	.joinform{ float: none; width: 100%;}
}


/* about */
.anchor{ padding: 100px 15px; color: #000; }
.anchor h2{ font-size: 58px; font-weight: bold; text-align: center; }
.anchor .main{ text-align: center;}
.anchor .list{ width: 72%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.anchor .list::after{ content: ""; width: 345px; }
.anchor .item{ display: inline-block; margin-top: 60px; padding-bottom: 20px; width: 345px; border-bottom: 1px solid #000; }
.anchor .item a{ padding: 0 15px; display: flex; align-items: center; justify-content: space-between; }
.anchor .item div{ line-height: 20px; font-size: 14px; text-align: left; }
.anchor .item em{ display: block; text-transform: uppercase; font-size: 12px; }
.anchor .item i{ width: 20px; font-size: 20px; }
.anchor .item:hover{ color: #15bda9; border-bottom-color: #15bda9; }

@media (max-width:1600px){
	.anchor{ padding: 80px 15px; }
	.anchor h2{ font-size: 52px;}
	.anchor .list{ width: 80%;}
	.anchor .item{ margin-top: 50px; padding-bottom: 15px; width: 31%; }
	.anchor .list::after{ width: 30%; }
}
@media (max-width:1400px){
	.anchor{ padding: 70px 15px; }
	.anchor h2{ font-size: 48px;}
	.anchor .item{ margin-top: 45px; }
}
@media (max-width:1200px){
	.anchor{ padding: 60px 15px; }
	.anchor h2{ font-size: 42px;}
	.anchor .list{ width: 90%;}
	.anchor .item{ margin-top: 35px; }
}
@media (max-width:991px){
	.anchor{ padding:50px 15px; }
	.anchor h2{ font-size: 36px;}
	.anchor .list{ width: 94%;}
	.anchor .item{ margin-top: 25px; padding-bottom: 10px; }
	.anchor .item a{ padding: 0 10px;}
}
@media (max-width:768px){
	.anchor{ padding:40px 15px; }
	.anchor h2{ font-size: 30px;}
	.anchor .list{ width: 100%;}
	.anchor .item a{ padding: 0 4px;}
	.anchor .item div{ line-height: 18px; }
}
@media (max-width:480px){
	.anchor{ padding:30px 15px; }
	.anchor h2{ font-size: 24px;}
	.anchor .item{ margin-top: 15px; width: 48%; }
	.anchor .list::after{ display: none; }
}


.abo1{ max-width: 1920px; margin: 0 auto; background-color: #f8f8f8; display: flex; justify-content: center; align-items: center; }
.abo1 .text{ float: left; width: 50%; display: flex; justify-content: center; }
.abo1 .midbox{ max-width: 655px; padding-left: 20px; }
.abo1 .text h2{ margin-bottom: 80px; position: relative; font-size: 40px; color: #15bda9; font-weight: bold; }
.abo1 .text h2::after{ margin-top: 25px; content: ""; display: block; width: 40px; height: 2px; background-color: #15bda9; }
.abo1 .text .textp{ line-height: 24px; color: #666; }
.abo1 .img{ float: right; width: 50%; text-align: center; }


@media (max-width:1600px){
	.abo1 .text h2{ margin-bottom: 60px; font-size: 36px;}
	.abo1 .text h2::after{ margin-top: 20px;}
	.abo1 .midbox{ padding: 0 15px; box-sizing: border-box; }
}
@media (max-width:1400px){
	.abo1 .text h2{ margin-bottom: 40px; font-size: 32px;}
	.abo1 .text h2::after{ margin-top: 15px;}
	.abo1 .text .textp{ font-size: 15px; }
}
@media (max-width:1200px){
	.abo1 .text h2{ margin-bottom: 25px; font-size: 26px;}
	.abo1 .text h2::after{ margin-top: 10px;}
	.abo1 .text .textp{ line-height: 21px; font-size: 14px; }
}
@media (max-width:991px){
	.abo1{ padding-bottom: 30px; flex-wrap: wrap; justify-content: center; align-items: center; }
	.abo1 .text{ padding: 30px 0; width: 80%; }
	.abo1 .text h2{ font-size: 24px;}
	.abo1 .img{ width: 100%; height: 400px;}
}
@media (max-width:768px){
	.abo1 .text{ width: 100%; }
	.abo1 .text h2{ font-size: 22px;}
	.abo1 .img{ padding: 0 15px; height: 300px; box-sizing: border-box;}
}
@media (max-width:480px){
	.abo1 .text h2{ font-size: 20px;}
	.abo1 .img{ height: auto; }
}


.abo2{ width: 100%; padding: 120px 0 106px; border-bottom: 1px solid #dcdcdc; box-sizing: border-box; }
.abo2 .data{ display: flex; justify-content: space-around; }
.abo2 .item{ display: inline-block; color: #333; text-align: left; }
.abo2 .item .num{ font-weight: bold; }
.abo2 .item .num span{ font-family: "微软雅黑"; font-size: 60px; color: #15bda9;}
.abo2 .item .num sub{  vertical-align: 5px; font-size: 16px; color: #999; }
.abo2 .item p{ font-size: 16px; color: #999; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }


@media (max-width:1600px){
	.abo2{ padding: 90px 0 80px; }
	.abo2 .item .num span{ font-size: 52px;}
}
@media (max-width:1200px){
	.abo2{ padding: 70px 0 65px; }
	.abo2 .item .num span{ font-size: 48px;}
	.abo2 .item p{ font-size: 15px; }
}
@media (max-width:991px){
	.abo2{ padding: 52px 0; }
	.abo2 .item .num span{ font-size: 40px;}
}
@media (max-width:768px){
	.abo2{ padding: 44px 0; }
	.abo2 .data{ flex-wrap: wrap; justify-content: space-around; }
	.abo2 .item{ width: 46%; margin-top: 30px; text-align: center; }
	.abo2 .item:nth-of-type(-n+2){ margin-top: 0px; }
	.abo2 .item .num{ justify-content: center;}
	.abo2 .item .num span{ font-size: 36px;}
	.abo2 .item p{ font-size: 14px; }
}
@media (max-width:480px){
	.abo2{ padding: 35px 0; }
	.abo2 .item .num span{ font-size: 32px;}
}
@media (max-width:375px){
	.abo2 .item .num span{ font-size: 30px;}
}


.abo3{ height: 825px; background: url(../about1/abobg3.jpg) center center no-repeat; background-size: cover; }
.abo3 .main{ position: relative; height: 100%; }
.abo3 .gallery-top{ height: 100%; }
.abo3 .gallery-top .swiper-wrapper{ height: 100%; }
.abo3 .gallery-top .swiper-slide{ display: flex; justify-content: center; align-items: center; }

.full_line{ position: absolute; left: 0; bottom: 50px;  width: 100%; height: auto; box-sizing: border-box; background: url(../about1/dot.jpg) 0 3px repeat-x; color: #fff; }
.full_line .swiper-container{ width: 100%; height: 45px;overflow:visible }
.full_line .swiper-slide{ display: flex; justify-content: flex-end; align-items: center;width: 18%; }
.full_line .dot{ float: right; position: relative; margin-right: 29px; width: 8px; height: 8px; border-radius: 50%; background-color: #fff; }
.full_line .dot span{ position: absolute;  right: -12px;top: 34px;font-size: 18px; transform: translateY(-33%); }
.full_line .swiper-slide-thumb-active .dot{ box-shadow: 0px 0px 0px 2px #fff; }
.full_line .swiper-slide-thumb-active .dot span{ font-size: 40px; font-weight: bold; right:-36px} 
.full_line .swiper-button-next{ right: 12px; top: auto; bottom: 24%; width: 42px; height: 42px; border-radius: 50%; transform: rotate(90deg); background: #15bda9 url(../about1/det_nexth.png) center center no-repeat; background-size: auto 12px; box-shadow: 0px 0px 0px 10px rgba(21,189,169,.35);display:none; }

.abo3 .text{ text-align: center; color: #fff; }
.abo3 .text h5{ margin-bottom:40px; font-size: 48px; }
.abo3 .text p{ font-size: 18px; line-height: 40px;}

@media (max-width:1600px){
	.abo3{ height: 700px;}
	.full_line{ padding-top: 0px; }
	.full_line .swiper-button-next{ bottom: 16%;}
	.abo3 .text h5{ font-size: 42px; margin-bottom: 34px; }
	.full_line .swiper-slide-thumb-active .dot span{ font-size: 36px; }
}
@media (max-width:1400px){
	.abo3{ height: 600px;}
	.full_line{ padding-top:0px; }
	.full_line .swiper-button-next{ bottom: 13%;}
}
@media (max-width:1200px){
	.abo3{ height: 500px;}
	.full_line{ padding-top: 30px; }
	.full_line .swiper-container{ height: 360px; }
	.full_line .swiper-button-next{ bottom: 10%;}
	.abo3 .text h5{ font-size: 38px; margin-bottom: 30px; }
	.full_line .swiper-slide-thumb-active .dot span{ font-size: 32px; }
}
@media (max-width:991px){
	.abo3{ height: 450px;}
	.full_line{ padding-top: 30px; }
	.full_line .swiper-container{ height: 320px; }
	.abo3 .text h5{ font-size: 32px; margin-bottom: 26px; }
	.full_line .swiper-slide-thumb-active .dot span{ font-size: 28px; }
}
@media (max-width:768px){
	.abo3{ height: 420px;}
	.full_line{ padding-top: 30px; width: 110px; }
	.full_line .swiper-container{ height: 280px; }
	.abo3 .text h5{ font-size: 26px; margin-bottom: 18px; }
	.full_line .swiper-slide-thumb-active .dot span{ font-size: 24px; }
	.full_line .dot span,.abo3 .text p{ font-size: 16px; }
	.abo3 .text{ max-width: 320px; }
}
@media (max-width:480px){
	.abo3{ height: 380px;}
	.full_line{ padding-top: 30px; width: 92px; }
	.full_line .swiper-container{ height: 240px; }
	.full_line .swiper-button-next{ bottom: 10%;}
	.abo3 .text h5{ font-size: 22px; margin-bottom: 10px; }
	.full_line .swiper-slide-thumb-active .dot span{ font-size: 18px; }
	.full_line .dot span,.abo3 .text p{ font-size: 15px; }
	.abo3 .text{ max-width: 260px; }
	.full_line .swiper-button-next{ right: 18px; width: 30px; height: 30px; background-size: auto 8px; box-shadow: 0px 0px 0px 6px rgb(21 189 169 / 35%); }
}
@media (max-width:375px){
	.abo3 .text{ max-width: 200px; }
}



.abo4{ max-width: 1920px; height: 850px; overflow: hidden; margin: 0 auto; background-color: #f8f8f8; display: flex; justify-content: center; align-items: center; }
.abo4 .text{ position: relative; width: 50%; height: 100%; background: url(../about1/abobg4.jpg) center center no-repeat; background-size: cover; }
.abo4 .text .title{ position: absolute; bottom: 0; width: 100%; height: 170px; display: flex; justify-content: flex-end; align-items: center; background-color: rgba(0,189,169,.7); color: #fff; }
.abo4 .text .rl{ width: 800px; }
.abo4 .title .en{ display: inline-block; width: 206px; font-size: 31px; font-weight: bold; }
.abo4 .title .en em{ display: block; font-size: 52px; }
.abo4 .title h3{ display: inline-block; font-size: 30px; }

.abo4 .text .textp{ margin-top: 25%; line-height: 30px; color: #666; text-align: center; }

.abo4 .img{ width: 50%; height: 100%; text-align: center; background: url(../about1/about4.jpg) center center no-repeat; background-size: cover; }
.abo4 .img img{ display: none; }

@media (max-width:1600px){
	.abo4{ height: 700px;}
	.abo4 .text .title{ height: 150px; }
	.abo4 .text .rl{ padding-left: 15px; width: 100%; }
	.abo4 .title .en,.abo4 .title h3{ font-size: 28px; }
	.abo4 .title .en em{ font-size: 46px; }
	.abo4 .text .textp{ margin-top: 18%; }
}
@media (max-width:1500px){
	.abo4{ height: 650px;}
}
@media (max-width:1400px){
	.abo4{ height: 600px;}
	.abo4 .text .title{ height: 120px; }
	.abo4 .title .en,.abo4 .title h3{ font-size: 26px; }
	.abo4 .title .en{ width: 160px; }
	.abo4 .title .en em{ font-size: 42px; }
	.abo4 .text .textp{ margin-top: 16%; }
}
@media (max-width:1300px){
	.abo4{ height: 550px;}
}
@media (max-width:1200px){
	.abo4{ height: 500px;}
	.abo4 .text .title{ height: 100px; }
	.abo4 .title .en,.abo4 .title h3{ font-size: 24px; }
	.abo4 .title .en{ width: 140px; }
	.abo4 .title .en em{ font-size: 36px; }
}
@media (max-width:991px){
	.abo4{ height: 450px;}
	.abo4 .text .title{ height: 80px; }
	.abo4 .title .en,.abo4 .title h3{ font-size: 20px; }
	.abo4 .title .en{ width: 120px; }
	.abo4 .title .en em{ font-size: 28px; }
	.abo4 .text .textp{ margin-top: 12%; line-height: 26px; font-size: 15px; }
}
@media (max-width:880px){
	.abo4{ height: 400px;}
}
@media (max-width:768px){
	.abo4{ height: 350px;}
	.abo4 .text .textp{ line-height: 26px; font-size: 14px; }
	.abo4 .text .title{ height: 70px; }
	.abo4 .title .en,.abo4 .title h3{ font-size: 20px; }
	.abo4 .title .en{ width: 100px; }
	.abo4 .title .en em{ font-size: 26px; }
	.abo4 .text .textp{ line-height: 24px; font-size: 14px; }
}
@media (max-width:640px){
	.abo4{ height: auto; flex-wrap: wrap; }
	.abo4 .text{ width: 100%; padding-bottom: 100px; }
	.abo4 .img{ width: 100%; }
	.abo4 .img img{ display: block; }
}
@media (max-width:480px){
	.abo4 .title .en{ font-size: 16px; }
	.abo4 .title .en em{ font-size: 22px; }
	.abo4 .title h3{ font-size: 18px; }
}


.abo5{ padding: 115px 15px; box-sizing: border-box; }
.abo5 h2{ position: relative; font-size: 40px; color: #000; font-weight: bold; text-transform: uppercase; }
.abo5 h2::after { margin-top: 25px; content: ""; display: block; width: 40px; height: 2px; background-color: #15bda9; }

.vslide{ position: relative; height: 540px; display: flex; align-items: center; }
.vslide .swiper-container{ padding-top: 50px; width: 81.2%; max-width: 1300px; margin-left: 0; }
.vslide .swiper-slide{ font-size: 0; }
.vslide .swiper-slide a{ position: relative; display: inline-block; width: 100%; height: 0; padding-top: 62%; border-radius: 8px; font-size: 0; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.vslide .cover{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../about1/play.png) center center no-repeat; background-size: auto 87px; }
.vslide .btnbox{ position: absolute; right: 0; top: 0; width: 480px; height: 100%; background: url(../about1/abobg5.jpg) right center no-repeat; background-size: auto 540px; }
.vslide .swiper-pagination{ text-align: right; padding-right: 60px; box-sizing: border-box; font-size: 60px; color: #fff; font-weight: bold; }
.vslide .swiper-pagination-total{ font-size: 36px; }
.vslide .swiper-container-horizontal>.swiper-pagination-bullets,.vslide .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 40%; }
.lrbox{ float: right; position: relative; margin: 60px 60px 0 0; width: 100px; height: 32px; }
.vline{ position: absolute; left: 50%; top: 2px; width: 2px; height: 28px; box-sizing: border-box; background-color: #f2f2f3; }
.vslide .swiper-button-next,.vslide .swiper-button-prev{ width: 27px; height: 32px; top: 0; margin-top: 0; background-size: auto 32px; }
.vslide .swiper-button-prev{ left: 0; }
.vslide .swiper-button-next{ right: 0; }


@media (max-width:1600px){
	.abo5{ padding: 100px 15px;}
	.abo5 h2{ font-size: 36px; }
	.abo5 h2::after{ margin-top: 20px;}
	.vslide{ height: 480px; }
	.vslide .btnbox{ width: 440px; }
}
@media (max-width:1400px){
	.abo5 h2::after{ margin-top: 15px;}
	.vslide{ height: 440px; }
}
@media (max-width:1200px){
	.abo5{ padding: 85px 15px;}
	.abo5 h2{ font-size: 32px; }
	.abo5 h2::after{ margin-top: 10px;}
	.vslide{ height: 400px; }
	.vslide .btnbox{ width: 400px; }
	.lrbox{ margin: 30px 30px 0 0; }
	.vslide .swiper-pagination{ padding-right: 30px; font-size: 40px; }
}
@media (max-width:991px){
	.abo5{ padding: 70px 15px;}
	.abo5 h2{ font-size: 28px; }
	.vslide{ height: 330px; }
	.vslide .cover{ background-size: auto 50px; }
	.vslide .btnbox{ width: 300px; }
	.lrbox{ margin: 20px 20px 0 0; }
	.vslide .swiper-pagination{ padding-right: 20px; font-size: 34px; }
	.vslide .swiper-pagination-total{ font-size: 28px; }
}
@media (max-width:768px){
	.abo5{ padding: 50px 15px 30px;}
	.abo5 h2{ font-size: 24px; }
	.vslide{ height: auto; margin-top: 20px; }
	.vslide .swiper-container{ width: 100%; padding-top: 0px; padding-bottom: 50px;  }
	.vslide .swiper-pagination{ padding-right: 0px; font-size: 26px; color: #333; text-align: center; }
	.vslide .swiper-pagination-total{ font-size: inherit; }
	.vslide .swiper-container-horizontal>.swiper-pagination-bullets,.vslide .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 0px; }
	.lrbox{ display: none; }
	.vslide .btnbox{  width: 100%; background:none; }
}
@media (max-width:480px){
	.abo5{ padding: 35px 15px 15px;}
	.abo5 h2{ font-size: 20px; }
	.vslide .swiper-container{ padding-bottom: 40px;  }
	.vslide .swiper-pagination{ font-size: 18px;}
}


.abo6{ padding: 126px 15px 168px; box-sizing: border-box; text-align: center; background: url(../about1/abobg6.jpg) center center no-repeat; /*background-size: cover; */}
/*.abo6:hover{ background-size: cover; }*/
.tbbox{ display: inline-block; padding: 32px; width: 370px; line-height: 52px; box-sizing: border-box; border: 5px solid #fff; font-size: 50px; font-family: "beb"; color: #fff; }


@media (max-width:1600px){
	.abo6{ padding: 110px 15px 140px;} 
	.tbbox{ padding: 28px 28px 24px; width: 350px; line-height: 48px; font-size: 46px; border-width: 4px; }
}
@media (max-width:1200px){
	.abo6{ padding: 90px 15px 110px;} 
}
@media (max-width:991px){
	.abo6{ padding: 75px 15px 90px;} 
	.tbbox{ padding: 25px 25px 20px; width: 320px; line-height: 40px; font-size: 38px; border-width: 3px; }
}
@media (max-width:768px){
	.abo6{ padding: 60px 15px 70px;} 
	.tbbox{ padding: 20px 20px 16px; width: 280px; line-height: 34px; font-size: 32px; }
}
@media (max-width:480px){
	.abo6{ padding: 50px 15px;} 
	.tbbox{ width: 230px; line-height: 30px; font-size: 28px; }
}


