@charset "utf-8";
body {
	width: 100%;
	overflow: hidden;  
}
* {
	box-sizing: border-box;
}
a, img {
	vertical-align: top;
}
i, em {
	font-style: normal;
}

@font-face{
    font-family: 'en_b';
    src: url('../fonts/HANKEN DESIGN BOLD.OTF');
}
@font-face {
    font-family: 'num_b';
    src: url('../fonts/DIN-MEDIUM.eot');
    src: url(../'fonts/DIN-MEDIUM.woff') format('woff'), url('../fonts/DIN-MEDIUM.ttf') format('truetype'), url('../fonts/DIN-MEDIUM.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.en_b {
    font-family: 'en_b';
}
.num_b {
    font-family: 'num_b';
}
.mainMore {
	position: relative;
	transition: all 0.6s;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	padding: 12px 20px;
	border-radius: 60px;
	line-height: 22px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.mainMoreC {
	border: 1px solid #00a5a1;
	background: #00a5a1;
}
.mainMore:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00a5a1;
	left: -100%;
	transition: all 0.3s;
}
@font-face {
    font-family: DIN1451-36breit;
    src: url(../Fonts/DIN1451-36breit.ttf);
}
@font-face {
	font-display: swap;
	font-family: bebas;
	font-style: normal;
	src: url(../fonts/bebas.woff2) format("woff2"), url(../fonts/bebas.woff) format("woff")
}


.mainMoreC:after {
	background: #00aca8;
	border-color: #00aca8;
}
.mainMore:hover:after {
	left: 0;
}
.mainMore span {
	position: relative;
	z-index: 5;
}
.mainMore span.icon {
	transition: all 0.6s;
	display: inline-block;
	width: 72px;
	height: 24px;
	background: url(../images/morebg.png) no-repeat right center;
	vertical-align: top;
}
.mainMoreB span.icon {
	background: url(../images/morebg2.png) no-repeat right center;
}
.mainMoreB {
	border-color: #a1a1a1;
	color: #666666;
}
.mainMoreA {
	background: rgba(255,255,255,0.1);
}
.mainMore:hover span.icon, .mainMoreB:hover span.icon {
	background: url(../images/morebg.png) no-repeat right center;
}
.mainMore:hover {
	color: #fff !important;
	border-color: #00a5a1;
}
.mainMoreC:hover {
	border-color: #00aca8;
}
.alignC {
	text-align: center;
}
.alignC .c {
	text-align: center!important;
}
.container {
	width: 73%;
	margin: 0 auto;
}
 @media(max-width: 1480px) {
.container {
	width: 80%;
}
.mainMore span.icon {
	width: 60px;
}
}
@media(max-width: 1280px) {
.mainMore {
	padding: 6px 12px;
}
.mainMore span.icon {
	width: 46px;
}
.container {
	width: 94%;
}
}
@media(max-width: 600px) {
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
 @media(max-width:  1024px) {
.absolute {
	top: 0;
	transform: translateY(0);
	position: relative;
}
}
/*banner*/
.banner img.pic1 {
	display: block;
	width: 100%;
}
.banner img.pic2 {
	display: none;
}
.ibannerImg {
	overflow: hidden;
}
.banner .swiper-slide {
	overflow: hidden;
}
.banner .swiper-slide-active .pcbg, .ibannerImg img {
	-webkit-animation: fa1 5s linear 1;
}
@-webkit-keyframes fa {
 0% {
-webkit-transform:scale(1.1);
}
 5% {
-webkit-transform:scale(1.09);
}
 10% {
-webkit-transform:scale(1.08);
}
 15% {
-webkit-transform:scale(1.07);
}
 20% {
-webkit-transform:scale(1.06);
}
 25% {
-webkit-transform:scale(1.05);
}
 30% {
-webkit-transform:scale(1.04);
}
 35% {
-webkit-transform:scale(1.03);
}
 40% {
-webkit-transform:scale(1.02);
}
 45% {
-webkit-transform:scale(1.01);
}
 50% {
-webkit-transform:scale(1.0);
}
 55% {
-webkit-transform:scale(1.01);
}
 60% {
-webkit-transform:scale(1.02);
}
 65% {
-webkit-transform:scale(1.03);
}
 70% {
-webkit-transform:scale(1.04);
}
 75% {
-webkit-transform:scale(1.05);
}
 80% {
-webkit-transform:scale(1.06);
}
 85% {
-webkit-transform:scale(1.07);
}
 90% {
-webkit-transform:scale(1.08);
}
 95% {
-webkit-transform:scale(1.09);
}
 100% {
-webkit-transform:scale(1.1);
}
}
@-webkit-keyframes fa1 {
 0% {
-webkit-transform:scale(1.1);
}
 10% {
-webkit-transform:scale(1.09);
}
 20% {
-webkit-transform:scale(1.08);
}
 30% {
-webkit-transform:scale(1.07);
}
 40% {
-webkit-transform:scale(1.06);
}
 50% {
-webkit-transform:scale(1.05);
}
 60% {
-webkit-transform:scale(1.04);
}
 70% {
-webkit-transform:scale(1.03);
}
 80% {
-webkit-transform:scale(1.02);
}
 90% {
-webkit-transform:scale(1.01);
}
 100% {
-webkit-transform:scale(1.0);
}
}
.banner .swiper-pagination {
	bottom: 0;
	opacity: 0;
	position: absolute;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide {
	position: relative;
	display: inline-block;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .z {
	position: absolute;
	right: 15%;
	top: 35%;
	left: auto;
	bottom: auto;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .z .za {
	color: #c30d22;
	font-size: 46px;
	margin-bottom: 15px;
	font-weight: bold;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .z .zb {
	font-size: 20px;
	color: #c30d22;
	text-transform: uppercase;
	margin-bottom: 33px;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .z a {
	border: 1px solid #c30d22;
	border-radius: 50px;
	padding: 18px 40px;
	display: inline-block;
	color: #c30d22;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .z a img {
	margin-left: 15px;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .za .za {
	color: #ffffff;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .za .zb {
	color: #ffffff;
}
.banner .swiper-container-top .swiper-wrapper .swiper-slide .za a {
	border: 1px solid #ffffff;
	color: #ffffff;
}
.banner .swiper-container-top {
	position: relative;
}
.banner .swiper-slide .con {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: left;
	top: 52%;
	transform: translateY(-50%);
}
.banner .swiper-slide .con .t {
	font-size: 2.86vw;
	line-height: 1.2;
	color: #ffffff;
	margin: 0px 0 10px;
}
.banner .swiper-slide .con .c {
	font-weight: bold;
	line-height: 1.2;
	display: block;
	font-size: 2.86vw;
	color: #ffffff;
	margin-bottom: 3vw;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	z-index: 100;
	position: absolute;
	left: auto;
	bottom: 8%;
	top: auto;
	right: auto;
	width: 52px;
	height: 52px;
	z-index: 1001;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.65);
	transition: all 0.6s; 
}
.banner .swiper-button-next:after,.banner  .swiper-button-prev:after{font-size:30px; line-height:52px; color:#fff;}
.banner .swiper-button-next {
	
}
.banner .swiper-button-prev {
	
}
.banner .swiper-button-next:hover { background:#00aca8; border:#00aca8
	
}
.banner .swiper-button-prev:hover {
background:#00aca8; border:#00aca8
	
}
.banner .swiper-button-next {
	left: calc(8.33333% + 70px);
}
.banner .swiper-button-prev {
	left: 8.3333%;
}
.ssss {
	z-index: 1000;
	position: absolute;
	bottom: 4vw;
	left: 0;
	width: 100%;
	text-align: right;
}
.sss {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
}
.ssss .sss:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.sss .circle {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.sss .circle i {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.sss .circle i::before {
	content: '';
	position: absolute;
	width: 200%;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	clip: rect(0, 40px, 40px, 20px);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.sss .circle i:first-child::before {
	left: 0;
	right: auto;
	clip: rect(0px, 20px, 40px, 0px);
}
.sss.sss-active::before {
	background: #ff5a2b;
}
.sss.sss-active .circle i::before {
	-webkit-animation: circleR 5000ms linear both;
	animation: circleR 5000ms linear both;
}
.sss.sss-active .circle i:first-child::before {
	-webkit-animation-name: circleL;
	animation-name: circleL;
}
@-webkit-keyframes circleL {
 0%,  50% {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @-webkit-keyframes circleR {
 0% {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}
 50%,  100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
@keyframes circleL {
 0%,  50% {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
@keyframes circleR {
 0% {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}
 50%,  100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
.bannerScroll {
	position: absolute;
	right: 60px;
	width: 20px;
	text-align: center;
	bottom: 0px;
	z-index: 10;
}
.bannerScroll p {
	font-size: 12px;
	color: #fff;
}
.bannerScroll span {
	display: block;
	width: 1px;
	height: 60px;
	background: rgba(255,255,255,0.15);
	margin: 12px auto 0;
	position: relative;
}
.bannerScroll span:after {
	content: '';
	width: 3px;
	height: 17px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top: 0;
	left: -1px;
}
.bannerScroll span:after {
	-webkit-animation: haha1 2s linear infinite;
}
@-webkit-keyframes haha1 {
 0% {
top:0;
opacity: 1;
}
 25% {
top:25%;
opacity: 0.75;
}
 50% {
top:50%;
opacity: 0.5;
}
 75% {
top:75%;
opacity: 0.25;
}
 100% {
top:100%;
opacity: 0;
}
}
.ibanner .pic2 {
	display: none;
}
.ibannerImgm {
	height: 30vw;
	overflow: hidden;
}
.ibanner {
	position: relative;
}
.ibannerCon {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}
.ibannerCon .t {
	font-size: 18px;
	color: #ffffff;
}
.ibannerCon .c {
	font-size: 2.86vw;
	color: #ffffff;
	line-height: 1.4;
}
.ibannerCon .c b {
	display: block;
}
 @media(max-width:  1480px) {
.banner .swiper-slide .con .c {
	margin-bottom: 20px;
}
}
@media(max-width:  1280px) {
.ibannerCon .t {
	font-size: 16px;
}
}
@media(max-width:  1100px) {
.bannerScroll {
	right: 3%;
}
}
@media(max-width:  1024px) {
.ibanner .pic1 {
	display: none;
}
.ibanner .pic2 {
	display: inline-block;
}
.ibannerImgm {
	height: auto;
	overflow: hidden;
}
.ibannerCon .t {
	font-size: 16px;
}
.ibannerCon .c {
	font-size: 32px;
}
.banner .swiper-slide .con .c {
	font-size: 24px;
}
.banner .swiper-slide .con .t {
	font-size: 24px;
}
.sss {
	width: 30px;
	height: 30px;
}
.sss .circle i::before {
	clip: rect(0, 30px, 30px, 15px);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.sss .circle i:first-child::before {
	left: 0;
	right: auto;
	clip: rect(0px, 15px, 30px, 0px);
}
}
@media(max-width:  600px) {
/*.ibannerCon { text-align: left; top:auto;transform: translateY(0); bottom: 20px; }*/
.ibannerCon .t {
	font-size: 18px;
}
.ibannerCon .c {
	font-size: 24px;
}
.banner .swiper-slide .con, .ssss {
	bottom: 30px;
}
}
@media(max-width:  450px) {
.ibannerCon .t {
	font-size: 16px;
}
.ibannerCon .c {
	font-size: 22px;
}
}
@media(max-width:  400px) {
.ibannerCon .c {
	font-size: 20px;
}
}
/*首页*/
.topHeader {
	padding: 0 60px;
	width: 100%;
	left: 0;
	position: fixed;
	transition: all 0.6s;
	top: 0;
	z-index: 1000000;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.fixed-head.topHeader, .fixed-headA.topHeader {
	position: fixed;
	left: 0;
	top: 0;
	background: #00aca8;
}
.header .logo img {
	height: 36px;
}
.header .logo img.pic2 {
	display: none;
}
.fixed-head .header .logo img.pic1, .fixed-headA .header .logo img.pic1 {
	display: none;
}
.fixed-head .header .logo img.pic2, .fixed-headA .header .logo img.pic2 {
	display: inline-block;
}
.fixed-head.topHeader .header, .fixed-headA.topHeader .header {
	padding: 0;
}
.topHeader .logo {
	padding-top: 29px;
	float: left;
}
.topNav-a {
	float: right;
	padding-left: 20px;
	padding-top: 19px;
	width: 124px;
	background: url(../images/global.png) no-repeat left center;
}
.topNav-a dl {
	position: relative;
}
.topNav-a dl dt {
	color: #333333;
	font-size: 15px;
	padding: 3px 0 23px 0;
}
.topNav-a dl dt:before {
	position: absolute;
	content: "";
	top: 28%;
	transform: translateY(-50%);
	right: 0;
	width: 10px;
	height: 5px;
	background: url(../images/dta.png) no-repeat right center;
}
.fixed-head .topNav-a dl dd, .fixed-headA .topNav-a dl dd, .nobannerNav .topNav-a dl dd {
	background: #f4f5f5;
}
.topNav-a dl dd {
	display: none;
	font-size: 16px;
	color: #000000;
	position: absolute;
	background: #ffffff;
	top: 31px;
	width: 144px;
	border-radius: 6px;
	padding: 15px 0 5px;
	text-align: center;
	left: -30px;
}
.topNav-a dl dd .eee {
	margin-bottom: 10px;
}
.topNav-a dl dd .eee a {
	font-size: 16px;
	color: #333333;
}
.topNav-a dl dd .eee.cur a {
	color: #182b57;
}
.topNav-a dl dd .eee a:hover {
	color: #1c9e3b;
}
.topNav-a dl:hover dd {
	display: block;
}
.headerA .nav {
	float: right;
}
.topSear {
	position: absolute;
	right: 60px;
	top: 30px;
	float: right;
}
.topSear form {
	position: relative;
}
.topSear form .inp {
	transition: all 0.6s;
	color: #fff;
	padding-left: 10px;
	width: 130px;
	border: none;
	background: rgba(255,255,255,0.3);
	border-radius: 50px;
	height: 40px;
}
.topSear form .sub {
	width: 40px;
	height: 40px;
	background: url(../images/seara.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	font-size: 0;
}
.topSear form:hover .inp {
	width: 200px;
}
.fixed-head .topSear form .inp, .fixed-headA .topSear form .inp {
	color: #333;
	background: rgba(0,0,0,0.1);
}
.fixed-head .topSear form .sub, .fixed-headA .topSear form .sub {
	background: url(../images/seara.png) no-repeat center;
}
.navL {
	float: left;
	margin-left: 60px;
}
.navR {
	display: none;
	float: left;
	cursor: pointer;
}
.navR .search, .navR .menu {
	float: left;
}
.navR .search a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/search.png) no-repeat center;
}
.navL ul li {
	float: left;
	padding: 0 30px; position:relative
}
.navL ul li .mdrop{
  
    position:fixed; background:#fff; display:none;
    
  
 
 
  
    z-index: 199;
   
 
    margin: 0;
    width:100%;
    left: 0;padding:10px 200px;-webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
    }
	
.navL ul	li:nth-child(2):hover .mdrop{ display: block; }
.navL ul li dl .m_btit{ margin-bottom:20px; border-bottom:1px solid #d9d9d9; padding-bottom:20px }
.navL ul li dl .m_btit h1{ color:#000; font-weight:bold; font-size:24px; margin-bottom:10px}
.navL ul li dl .m_btit p{ color:#000;  font-size:18px;}

.navL ul li dl{ }
.navL ul li .img{ width:40%; float:right}
.navL ul li dl dt{ width:100%; overflow:hidden }
.navL ul li dl dt a.dth{  color:#000; font-size:18px; padding:5px 0px !important; font-weight:bold }
.navL ul li dl dt:hover a{ color: #000 }
.navL ul li dl dt a{ text-transform:uppercase; line-height:40px !important; font-size:16px !important;}
.navL ul li dl dt .xmenu{ }
.navL ul li dl dt .xmenu a{ margin-right:10px; margin-bottom:10px;display:block; color:#333; text-transform:inherit !important; font-size:14px !important; line-height:30px !important ; padding:0px;border:1px solid #d9d9d9 ; float:left; background:#fff;   padding:0px 10px  }
.navL ul li dl dt .xmenu a:hover{ background:#00aca8; color:#fff; }

.navL>ul>li>a {
	position: relative;
	display: block;
	font-weight: bold;
	line-height: 100px;
	font-size: 16px;
	color: #fff;
}
.navL>ul>li>a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
.navL>ul>li:hover>a:after, .navL>ul>li.cur>a:after {
	width: 100%;
}
.navL>ul>li:hover>a, .navL>ul>li.cur>a {
	color: #fff;
}
.fixed-head .navL>ul>li>a {
	color: #fff;
}
.fixed-head .navL>ul>li>a:after {
	background: #a6ce66;
}
.fixed-head .navL>ul>li:hover>a, .fixed-head .navL>ul>li.cur>a {
	color: #fff;
}
.fixed-headA .navL>ul>li>a {
	color: #fff;
}
.fixed-headA .navL>ul>li>a:after {
	background: #a6ce66;
}
.fixed-headA .navL>ul>li:hover>a, .fixed-headA .navL>ul>li.cur>a {
	color: #fff;
}
 @media(max-width:  1480px) {
.navR {
	margin-left: 20px;
}
.topHeader {
	padding: 0 40px;
}
.navL {
	margin-left: 20px;
}
.topNav-a {
	padding-top: 15px;
}
.topNav-a dl dt {
	padding-bottom: 20px;
}
.topSear {
	right: 40px;
}
}
@media(max-width:  1280px) {
.topNav-a {
	margin-left: 0;
}
.topHeader {
	padding: 0 10px 0 20px;
}
}
@media(max-width:  1180px) {
}
@media(max-width:  1024px) {
.topSear {
	display: none;
}
.topCon {
	margin-right: 5px;
}
.topHeader {
	padding: 0 3%;
}
.navL, .topNav-a {
	display: none;
}
.topHeader .logo img {
	width: 100px;
	height: auto;
}
.topHeader .logo {
	padding: 10px 0;
}
.navR {
	float: right;
	font-size: 0;
	height: 48px;
}
.navR {
	display: block;
}
}
/*首页内容*/


/* wolf */
.mainTit .et {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
}
.mainTit .et span {
	display: inline-block;
	position: relative;
	padding-left: 75px;
}
.mainTit .t {
	font-weight: normal;
	font-size: 2.5vw;
	color: #222222;
	line-height: 1.2;
	font-weight: normal;
}
.mainTit .c {
	font-size: 18px;
	color: #666666;
	line-height: 1.5;
}
.mainTit .et span:after {
	content: '';
	width: 62px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	margin-top: -1px;
	top: 50%;
}
.alignC {
	text-align: center;
}
.colorBlack {
	color: #222222!important;
}
.colorYellow {
	color: #00aca8!important;
}
.colorWhite {
	color: #ffffff!important;
}
.mainTit .et.colorBlue span:after {
	background: #b2b8c7;
}
.mainTit .et.colorWhite span:after {
	background: rgba(255,255,255,0.3);
}
.smallMoreA i{
	font-size: 14px;
	color: #666;
	display: inline-block;
	padding-left: 20px;
	
	transition: all 0.5s;
}
.topNews a:hover .smallMoreA i {
	color: #fff;
	padding-left: 26px;
}
 @media(max-width: 1780px) {
}
@media(max-width: 1680px) {
.mainTit .et span {
	padding-left: 68px;
}
.mainTit .et span:after {
	width: 58px;
}
}
@media(max-width: 1480px) {
.mainTit .et span {
	padding-left: 60px;
}
.mainTit .et span:after {
	width: 50px;
}
}
@media(max-width: 1280px) {
.mainTit .et span {
	padding-left: 50px;
}
.mainTit .et span:after {
	width: 40px;
}
}
@media(max-width: 1024px) {
.mainTit .t {
	font-size: 28px;
}
.mainTit .et span {
	padding-left: 40px;
}
.mainTit .et span:after {
	width: 30px;
}
}
@media(max-width: 640px) {
.mainTit .t {
	font-size: 24px;
}
}
@media(max-width: 400px) {
.mainTit .t {
	font-size: 22px;
}
}
@media(max-width: 360px) {
.mainTit .t {
	font-size: 20px;
}
}
/*网站底部样式*/
.footer {
	background: #f8f8f8;
	padding: 4vw 0 0;
}
.footerA {
	padding: 0 0 4vw;
}
.footerA-a {
	padding-right: 30px;
	float: left;
	width: 32%;
}
.footer .flogo img {
}
.footerA-a .c {
	margin: 20px 0 40px;
	font-size: 13px;
	color: #666666;
	line-height: 1.5;
}
.footerA-a .c p {
	margin: 8px 0;
}
.footerA-a .con {
	margin-top: 20px;
	display: inline-block;
	max-width: 100%;
}
.footerA-a .con .tabTit {
	border-bottom: 1px solid #dddddd;
}
.footerA-a .con .tabTit span {
	position: relative;
	font-size: 14px;
	color: #555555;
	display: inline-block;
	margin-right: 30px;
	padding-bottom: 16px;
}
.footerA-a .con .tabTit span.cur:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.footerA-a .con .tabTit span.cur {
	color: #000;
}
.footerA-b .ttt {
	font-size: 13px;
	color: #999999;
}
.footerA-b dl dd {
	float: left;
	position: relative;
	margin-right: 15px;
}
.footerA-b dl dd .icon {
	background: rgba(200,200,200,0.1);
	border-radius: 50%;
}
.footerA-b dl .ewm {
	display: none;
	position: absolute;
	left: 50%;
	width: 200px;
	transform: translateX(-50%);
	bottom: 46px;
}
.footerA-b dl dd:hover .ewm {
	display: block;
}
.footerA-b dl {
	margin-top: 10px;
}
.footerA-b dl dd .icon:hover {
	background: rgba(200,200,200,0.5);
}
.footerA-c {
	padding-top: 60px;
	float: left;
	width: 27%;
}
.footerA-c ul {
	border-left: 1px solid #ccc;
}
.footerA-c ul li a {
	line-height: 2;
	margin: 0;
	padding: 0px 0 0px 24px;
}
.footerA-c ul li:nth-child(n+2) {
	margin-top: 16px;
}
.footerA-c ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #999999;
}
.footerA-c ul li a:after {
	content: '';
	width: 2px;
	height: 0;
	position: absolute;
	left: -1px;
	top: 0;
	background: #000;
	transition: all 0.6s;
}
.footerA-c ul li:hover a:after {
	height: 100%;
}
.footerA-c ul li:hover a {
	color: #333;
}
.footerA-d {
	position: relative;
	float: right;
	width: 34%;
	padding-top: 60px;
}
.footerA-d h1 {
	border-bottom: 2px solid #00aca8;
	padding-left: 20px; padding-bottom:10px;
	margin-bottom: 20px
}
.footerA-d p {
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 20px
}
.footerA-d p a{
	font-size: 18px; color:#484d67
	
}

.footerA-d p i {
	margin-right: 10px;
	font-size: 20px; float:left
}
@media(max-width: 1280px) {
.footerA-c ul li:nth-child(n+2) {
	margin-top: 20px;
}
}
@media(max-width: 1024px) {
.footerA-a {
	width: 100%;
	padding-right: 0;
}
.footerA-c {
	display: none;
}
.footerA-a .c {
	margin: 10px 0 20px;
}
.footerA-d {
	width: 100%;
}
.footerA-a .con .tabTit span {
	margin-right: 20px;
}
}
@media(max-width:  500px) {
.footerA-a .con .tabTit span {
	margin-right: 14px;
}
}
.footerB {
	background: #fff;
}
.footerB-a {
	padding: 20px 0;
}
.footerB-a .copyright {
	float: left;
}
.footerB-a p, .footerB-a, .footerB-a a {
	font-size: 14px;
	color: #999999;
}
.footerB-b {
	float: right;
}
 @media(max-width: 1280px) {
.footerB {
	padding: 0 3%;
}
}
 @media(max-width: 1024px) {
.footerB-a .copyright, .footerB-b {
	width: 100%;
	text-align: center;
}
.footerB-a .copyright {
	margin-bottom: 2px;
}
.footer {
	padding: 30px 0 0;
}
}
.bg {
	position: fixed;
	top: 0;
	z-index: 999999999;
	display: none;
	width: 100%;
	height: 100%;
	background: #28282a;
}
.bg .bga {
	padding: 30px 43px 0 41px;
}
.bg .bga .logo {
	width: 115px;
	height: auto;
	float: left;
}
.bg .bga .e {
	cursor: pointer;
	background: url(../images/x.png) no-repeat center;
	width: 19px;
	height: 19px;
	float: right;
	margin-top: 14px;
}
.bg .bgb {
	margin-top: 180px;
	width: 100%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.bg .bgb .indes {
	display: inline-block;
}
.bg .bgb dl {
	float: left;
	margin-right: 60px;
	text-align: left;
}
.bg .bgb dl:last-child {
	margin-right: 0;
}
.bg .bgb dl dt {
	margin-bottom: 19px;
}
.bg .bgb dl dt a {
	color: #fff;
}
.bg .bgb dl dd {
	margin-bottom: 12px;
}
.bg .bgb dl dd:last-child {
	margin-bottom: 0;
}
.bg .bgb dl dd a {
	color: #8f8f8f;
}
.bgc {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #3e3e40;
	padding: 0 28px 0 28px;
}
.bgc .bgca {
	float: left;
	padding: 28px 0 29px;
}
.bgc .bgca .bgca1 {
	float: left;
	position: relative;
	padding-left: 20px;
}
.bgc .bgca .bgca1:before {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	width: 13px;
	height: 16px;
	background: url(../images/dw.png) no-repeat center;
}
.bgc .bgca .bgca1a {
	margin-left: 38px;
}
.bgc .bgca .bgca1a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	width: 15px;
	background: url(../images/dha.png) no-repeat center;
}
.bgc .bgca .bgca1b {
	margin-left: 24px;
	padding-left: 25px;
}
.bgc .bgca .bgca1b:before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	width: 17px;
	height: 13px;
	background: url(../images/yxa.png) no-repeat center;
}
.bgc .bgcb {
	float: right;
	padding: 16px 0 18px;
}
.bgc .bgcb a {
	display: inline-block;
}
.bgc .bgcb a:last-child {
	margin-left: 8px;
}
.navLogo {
	width: 100px;
	height: auto;
	padding: 18px 0 18px 10px;
}
/*首页样式*/
.homeBoxA {
	padding: 5vw 0 7vw;
}
.homeBoxA-b {
	margin-top: 40px;
}
.homeBoxA-b ul li {
	float: left;
	width: calc(33.333% - 10px);
	margin-right: 15px;
}
.homeBoxA-b ul li a {
	transition: all 0.6s;
	background: #f9f9f9;
	overflow: hidden;
	border-radius: 12px;
	display: block;
}
.homeBoxA-c {
	padding: 2.4vw 18px 0 2.3vw;
	height: 28.4vw;
	position: relative;
	background: url(../images/pro_bg.png) right bottom/cover;
}
.homeBoxA-b ul li:nth-child(3n) {
	margin-right: 0;
}
.homeBoxA-b ul li:nth-child(1) a {
	border-bottom: 6px solid #00a5a1;
}
.homeBoxA-b ul li:nth-child(2) a {
	border-bottom: 6px solid #4db7cf;
}
.homeBoxA-b ul li:nth-child(3) a {
	border-bottom: 6px solid #9fc766;
}
/*.homeBoxA-b ul li:nth-child(1):hover a { background: #0d63af;  }
.homeBoxA-b ul li:nth-child(2):hover a { background: #00aca8;  }
.homeBoxA-b ul li:nth-child(3):hover a { background: #00aca8;  }*/


.homeBoxA-b ul li:nth-child(1) a {
	background: #00a5a1;
}
.homeBoxA-b ul li:nth-child(2) a {
	background: #4db7cf;
}
.homeBoxA-b ul li:nth-child(3) a {
	background: #9fc766;
}
.homeBoxA-b ul li:hover a {
	background: #f9f9f9;
}
.homeBoxA-c .topTit .t {
	font-size: 1.6vw;
	color: #333333;
}
.homeBoxA-c .topTit .et {
	font-size: 18px;
	color: #999;
}
.homeBoxA-c .icon {
	margin-top: 2vw;
	display: inline-block;
	border-radius: 50%;
	border: 4px solid rgba(51,51,51,0.1);
}
.homeBoxA-c .icon i {
	font-size: 70px;
	color: #fff;
	padding: 10px;
	display: block
}
.homeBoxA-c span {
	opacity: 0;
	transition: all 0.6s;
	padding-right: 20px;
	background: url(../images/hajt.png) no-repeat right center;
	position: absolute;
	left: 2.3vw;
	font-size: 18px;
	color: #ffffff;
	bottom: 2.4vw;
}
.homeBoxA-c .icon .pic1 {
	display: none;
}
.homeBoxA-b ul li .homeBoxA-c span {
	opacity: 1;
}
.homeBoxA-b ul li:hover .homeBoxA-c span {
	color: #999;
	transition: all 0.5s;
}
.homeBoxA-b ul li:hover .homeBoxA-c i {
	color: #00a5a1
}
.homeBoxA-b ul li:hover .homeBoxA-c .icon .pic1 {
	display: inline-block;
}
.homeBoxA-b ul li .homeBoxA-c .icon {
	border-color: rgba(255,255,255,0.1);
}
.homeBoxA-b ul li:hover .homeBoxA-c .icon {
	border-color: rgba(55,55,55,0.1);
}
.homeBoxA-b ul li .homeBoxA-c .topTit .t, .homeBoxA-b ul li .homeBoxA-c .topTit .et {
	color: #fff;
}
.homeBoxA-b ul li:hover .homeBoxA-c .topTit .t {
	color: #333333;
}
.homeBoxA-b ul li:hover .homeBoxA-c .topTit .et {
	color: #999;
}
.homeBoxA-b ul li:hover .homeBoxA-c .topTit .t, .homeBoxA-b ul li:hover .homeBoxA-c .topTit .et {
	transition: all 0.6s;
}
 @media(max-width: 1680px) {
.homeBoxA-c .icon img {
	width: 100px;
}
}
@media(max-width: 1480px) {
.homeBoxA-b {
	margin-top: 30px;
}
.homeBoxA-c .icon img {
	width: 80px;
}
.homeBoxA-c .icon {
	border: 3px solid rgba(51,51,51,0.1);
}
}
@media(max-width: 1280px) {
.homeBoxA-c .topTit .t {
	font-size: 24px;
}
.homeBoxA-c {
	height: 32vw;
}
}
@media(max-width: 800px) {
.homeBoxA-b {
	margin-top: 20px;
}
.homeBoxA-c .topTit .t {
	font-size: 20px;
}
.homeBoxA-c .topTit .et {
	font-size: 16px;
}
.homeBoxA-c {
	height: auto;
	padding: 24px 16px 70px;
}
.homeBoxA-c .icon {
	margin-top: 16px;
}
.homeBoxA-c span {
	bottom: 20px;
	left: 16px;
	color: #333;
	opacity: 1;
}
.homeBoxA-b ul li:hover .homeBoxA-c span {
	color: #fff;
}
.homeBoxA-b ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}
}
.homeBoxB {
	padding: 6vw 0 17.5vw;
	background: url(../images/hbbg.png) no-repeat bottom center/cover #f9f9f9;
}
.homeBoxB-a {
	position: relative;
}
.homeBoxB-a .mainTit {
	float: left;
}
.homeBoxB-a .mainMore {
	position: absolute;
	right: 0;
	bottom: 0;
	float: right;
}
.homeBoxB-b {
	margin-top: 60px;
	position: relative;
	z-index: 10;
}
.homeBoxB-b ul li {
	text-align: center;
	float: left;
	padding: 50px 70px 60px;
	background: #fff;
	border-radius: 8px;
	border-bottom: 5px solid #00aca8;
	margin-right: 16px;
}
.homeBoxB-b ul li:nth-child(2n) {
	border-bottom: 5px solid #00aca8;
}
.homeBoxB-b ul li .icon .pic2 {
	display: none;
}
.homeBoxB-b ul li:hover .icon .pic1 {
	display: none;
}
.homeBoxB-b ul li:hover .icon .pic2 {
	display: inline-block;
}
.homeBoxB-b ul li .icon {
	display: inline-block;
	border-radius: 50%;
	border: 4px solid rgba(51,51,51,0.1);
}
.homeBoxB-b ul li .t {
	font-size: 18px;
	color: #666;
	margin-top: 12px;
}
.homeBoxB-b ul li:hover {
	background: #00aca8;
}
.homeBoxB-b ul li:nth-child(2n):hover {
	background: #00aca8;
}
.homeBoxB-b ul li:hover .icon {
	border-color: rgba(255,255,255,0.1);
}
.homeBoxB-b ul li:hover .t {
	color: #fff;
}
 @media(max-width:1480px) {
.homeBoxB-b {
	margin-top: 40px;
}
.homeBoxB-b ul li {
	padding: 20px 30px 20px;
}
.homeBoxB-b ul li .icon img {
	width: 60px;
}
.homeBoxB-b ul li .t {
	font-size: 16px;
	margin-top: 5px;
}
}
@media(max-width:800px) {
.homeBoxB-b {
	margin-top: 20px;
}
.homeBoxB-b ul li {
	width: 49%;
	margin-right: 2%;
}
.homeBoxB-b ul li:nth-child(2n) {
	margin-right: 0;
}
.homeBoxB-b ul li:nth-child(n+3) {
	margin-top: 2%;
}
.homeBoxB-b ul li:nth-child(3) {
	border-bottom: 5px solid #00aca8;
}
.homeBoxB-b ul li:nth-child(4) {
	border-bottom: 5px solid #00aca8;
}
.homeBoxB-b ul li:nth-child(3):hover {
	background: #00aca8;
}
.homeBoxB-b ul li:nth-child(4):hover {
	background: #00aca8;
}
}
.homeBoxC {
	padding: 0 60px;
	margin-top: -17.5vw;
	margin-bottom: -5vw;
	position: relative;
}
.homeBoxC .img img {
	position: relative;
	top: -5vw;
}
 @media(max-width: 1480px) {
.homeBoxC {
	padding: 0 40px;
}
}
@media(max-width: 1280px) {
.homeBoxC {
	padding: 0 2%;
}
}
.homeBoxD {
	padding: 6vw 0;
	background: url(../images/hdbg.png) no-repeat center/cover #fff;
}
.homeBoxD-a {
	margin-top: 50px;
}
.homeBoxD-b {
	float: left;
	width: 63.5%;
}
.homeBoxD-b a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.homeBoxD-b .con {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	padding: 0 30px;
}
.homeBoxD-b .con .et, .homeBoxD-b .con .d {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
}
.homeBoxD-b .con .t {
	font-size: 22px;
	margin: 3px 0 8px;
	color: rgba(255,255,255,1);
}
.homeBoxD-b a, .homeBoxD-c {
	height: 29vw;
}
.homeBoxD-c {
	background: #00aca8;
	border-radius: 12px;
	overflow: hidden;
	width: 35.5%;
	float: right;
}
.homeBoxD-c .topTit {
	padding: 1.5vw 1.5vw 1vw;
}
.homeBoxD-c .topTit .et {
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}
.homeBoxD-c .topTit .t {
	font-size: 24px;
	color: #fff;
}
.homeBoxD-d ul li {
	height: 5vw;
	position: relative;
}
.homeBoxD-d ul li a {
	padding: 0 1.5vw;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.homeBoxD-d ul li .t {
	font-size: 16px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.homeBoxD-d ul li .d {
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	margin-top: 6px;
}
.homeBoxD-d ul li:hover {
	background: #1a6cb4;
}
.homeBoxD-c .smallMore {
	margin: 1vw 0 0 1.5vw;
}
 @media(max-width: 1920px) {
.homeBoxD-d ul li {
	height: 4.8vw;
}
}
@media(max-width: 1680px) {
.homeBoxD-d ul li {
	height: 4.7vw;
}
.homeBoxD-d ul li .d {
	margin-top: 2px;
}
.homeBoxD-c .topTit .t {
	font-size: 22px;
}
.homeBoxD-b .con .t {
	font-size: 20px;
}
.homeBoxD-a {
	margin-top: 40px;
}
}
@media(max-width: 1480px) {
.homeBoxD-d ul li {
	height: 5vw;
}
.homeBoxD-b a, .homeBoxD-c {
	height: 32vw;
}
.homeBoxD-a {
	margin-top: 30px;
}
}
 @media(max-width: 1280px) {
.homeBoxD-d ul li {
	height: 6vw;
}
.homeBoxD-b a, .homeBoxD-c {
	height: 38vw;
}
.homeBoxD-c .topTit .t {
	font-size: 20px;
}
.homeBoxD-b .con .t {
	font-size: 18px;
}
}
@media(max-width: 1024px) {
.homeBoxD {
	padding: 30px 0 50px;
}
.homeBoxD-b .con {
	bottom: 16px;
	padding: 0 16px;
}
.homeBoxD-d ul li {
	height: auto;
}
.homeBoxD-d ul li a {
	position: relative;
	top: 0;
	padding: 10px 16px;
	transform: translate(0);
}
.homeBoxD-b a, .homeBoxD-c {
	height: auto;
}
.homeBoxD-b, .homeBoxD-c {
	width: 100%;
}
.homeBoxD-c .topTit .t {
	font-size: 20px;
}
.homeBoxD-b .con .t {
	font-size: 18px;
}
.homeBoxD-c .topTit {
	padding: 15px 16px 12px;
}
.homeBoxD-c {
	padding-bottom: 20px;
	margin-top: 20px;
}
.homeBoxD-a {
	margin-top: 20px;
}
.homeBoxD-c .smallMore {
	margin: 12px 0 0 16px;
}
}
.homeBoxE {
	padding: 8vw 0 10vw;
	background: url(../images/hebg.jpg) no-repeat center/cover;
}
.homeBoxA-a .con {
	font-size: 18px;
	color: #666666;
	line-height: 1.8;
	margin: 1.6vw 0 4vw;
	max-width: 590px;
}
@media(max-width:1024px) {
.homeBoxA-a .con {
	font-size: 16px;
	margin: 16px 0 20px;
}
}
/*联系我们*/
.contactA {
	padding: 20px 0 40px;
}
#map {
	width: 1600px;
	height: 1100px;
}
.contactA-a {
	width: 475px;
	left: 0;
	z-index: 10;
}
.contactA-a .t img {
	display: inline-block;
	margin-top: 16px;
}
.contactA-b {
	float: right;
	margin-right: -150px;
}
.contactA-a .addSwip {
	padding-bottom: 30px;
}
.contactA-a .addSwip .swiper-slide {
	padding: 0 10px 10px;
}
.contactA-a .addSwip .swiper-pagination-bullet-active {
	background: #000;
	opacity: 1;
}
.addS .topTit .t {
	padding: 3vw 0 2vw;
	position: relative;
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
}
.addS .topTit .t:after {
	content: '';
	width: 34px;
	height: 1px;
	background: #c8003c;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.addS .con {
	padding-top: 1vw;
}
.addS .con li {
	line-height: 33px;
	font-size: 16px;
	color: #666666;
	margin: 18px 0;
	padding-left: 35px;
	position: relative;
}
.addS .con li .icon {
	position: absolute;
	left: 0;
	top: 0;
}
@media(max-width: 1920px) {
#map {
	width: 1200px;
	height: 800px;
}
}
@media(max-width: 1780px) {
#map {
	width: 1000px;
	height: 667px;
}
.addS .con li {
	font-size: 16px;
}
.addS .topTit .t {
	font-size: 22px;
}
}
@media(max-width: 1480px) {
.addS .con li {
	font-size: 14px;
}
.addS .topTit .t {
	font-size: 20px;
}
}
@media(max-width: 1280px) {
#map {
	width: 900px;
	height: 560px;
}
}
@media(max-width: 1180px) {
.contactA-a {
	width: 380px;
}
}
@media(max-width: 1024px) {
.addS .topTit .t {
	padding: 25px 0 20px;
}
.addS .con li {
	margin: 10px 0;
}
.contactA-a {
	width: 100%;
}
.contactA-b {
	float: none;
	margin: 0 auto;
	margin-right: 0;
}
#map {
	width: 100%;
	height: 500px;
	float: none;
	margin: 0 auto;
	margin-right: 0;
}
.contactA-a .t img {
	width: 160px;
	height: auto;
}
}
@media(max-width: 800px) {
#map {
	height: 400px;
}
}
@media(max-width: 600px) {
#map {
	height: 300px;
}
}
@media(max-width: 400px) {
#map {
	height: 200px;
}
}
.contactB {
	padding: 0 0 60px;
}
.contactB-a {
	position: relative;
	padding: 9vw 0 10vw;
}
.contactB-b {
	position: relative;
	z-index: 5;
}
.contactB-c {
	width: calc(100% - 120px);
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	left: 60px;
	top: 0;
	height: 100%;
	background: url(../images/contactbg.jpg) no-repeat right center/cover;
}
.contactB-b .con {
	max-width: 560px;
	font-size: 18px;
	color: #666666;
	line-height: 1.6;
	margin: 1.2vw 0 3.5vw;
}
.contactB-b .cc {
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
}
.contactB-b .cc p:nth-child(n+2) {
	margin-top: 10px;
}
 @media(max-width:  1480px) {
.contactB {
	padding: 0 0 40px;
}
.contactB-c {
	width: calc(100% - 80px);
	left: 40px;
}
.contactB-b .con {
	font-size: 16px;
	max-width: 500px;
}
.contactB-b .cc {
	font-size: 16px;
}
}
@media(max-width:  1280px) {
.contactB {
	padding: 0 0 0px;
}
.contactB-c {
	width: 100%;
	left: 0px;
}
.contactB-b .con {
	font-size: 16px;
	max-width: 500px;
}
.contactB-b .cc {
	font-size: 16px;
}
}
@media(max-width:  640px) {
.contactB {
	padding: 0 0 0px;
}
.contactB-a {
	padding: 40px 0 50px;
}
.contactB-c {
	width: 100%;
	left: 0px;
	background: url(../images/contactbg.jpg) no-repeat left center/cover;
}
.contactB-b .con {
	font-size: 16px;
	max-width: 100%;
	margin: 16px 0 20px;
}
.contactB-b .cc {
	font-size: 16px;
}
.contactB-b .cc p:nth-child(n+2) {
	margin-top: 8px;
}
}
/*新闻中心*/
.newsD-a .mainTit {
	float: left;
	width: 40vw;
}
.newsD-b {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.newsD-b ul li {
	float: left;
	margin-left: 18px;
}
.newsD-b ul li a {
	font-size: 16px;
	color: #666666;
	border: 2px solid #e0e0e0;
	border-radius: 60px;
	display: block;
	padding: 12px 50px;
	text-align: center;
}
.newsD-b ul li.cur a, .newsD-b ul li:hover a {
	color: #fff;
	background: #00aca8;
	border-color: #00aca8;
}
@media(max-width:  1480px) {
.newsD-b ul li a {
	padding: 8px 30px;
}
}
@media(max-width:  1024px) {
.newsD-a .mainTit {
	width: 100%;
}
.newsD-b {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: 15px;
	float: left;
}
.newsD-b ul li {
	margin: 0 10px 0 0;
}
.newsD-b ul li a {
	padding: 5px 18px;
}
}
/* 新闻中心 */
.newsA {
	padding: 5vw 0 5vw;
	background: url(../images/newsbg.png) no-repeat top center #ffffff;
	background-size: 100% auto;
}
.relative {
	width: 100%;
	height: 100%;
}
.newsA-a.homeBoxB-a .mainTit {
	width: auto;
	max-width: 28vw;
}
.topNews {
	margin-top: 46px;
	background: #fff;
	padding: 2vw;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 10px rgba(120,120,120,0.1);
}
.topNews a {
	position: relative;
	display: block;
}
.topNews .img {
	float: left;
	width: 49.5%;
	border-radius: 12px;
	overflow: hidden;
	;
}
.topNews .img img {
	width: 100%;
}
.topNews .con {
	position: absolute;
	width: 50%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.topNews .conA {
	padding: 0 1vw 0 2.5vw;
}
.smallMoreA {
	margin-top: 4.5vw;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	padding: 6px 12px 6px 0;
	border-bottom: 1px solid #dedede;
}
.topNews .conA .d {
	font-size: 14px;
	color: #666666;
}
.topNews .conA .c {
	margin-top: 16px;
	font-size: 14px;
	color: #666666;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.topNews .conA .c p:nth-child(n+2) {
	margin-top: 12px;
}
.topNews .conA .t {
	line-height: 1.5;
	font-size: 22px;
	margin: 5px 0 15px;
	color: #333333;
}
.topNews .tt {
	font-size: 16px;
	color: #666666;
}
.topNews:hover {
	background: #00aca8;
}
.topNews:hover .conA .d, .topNews:hover .conA .t, .topNews:hover .conA .c, .topNews:hover .conA .tt, .topNews:hover .conA .smallMoreA {
	color: #fff;
}
.topNews:hover .conA .smallMoreA {
	
}
 @media(max-width: 1680px) {
.topNews .conA .t {
	font-size: 20px;
}
.topNews .conA .c {
	-webkit-line-clamp: 4;
}
}
@media(max-width: 1480px) {
.topNews {
	margin-top: 30px;
}
.topNews .conA .t {
	font-size: 18px;
}
.topNews .conA .c {
	-webkit-line-clamp: 4;
}
.topNews .conA .smallMoreA {
	margin-top: 20px;
}
}
@media(max-width: 1480px) {
.topNews .conA {
	padding: 20px 16px;
}
.topNews {
	margin-top: 30px;
}
.topNews .conA .t {
	line-height: 1.2;
	font-size: 20px;
	margin: 6px 0 15px;
}
.topNews .conA .c {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
}
@media(max-width: 1024px) {
.newsA {
	padding: 30px 0 50px;
}
.topNews .img {
	width: 100%;
}
.newsA-a.homeBoxB-a .mainTit {
	max-width: 100%;
}
.topNews .con {
	position: relative;
	top: 0;
	transform: translateY(0);
	width: 100%;
	height: auto;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.topNews .conA {
	padding: 0px 0 20px;
}
.topNews {
	margin-top: 30px;
}
.topNews .conA .t {
	line-height: 1.2;
	font-size: 20px;
	margin: 6px 0 15px;
}
.topNews .conA .c {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
}
@media(max-width: 600px) {
.topNews .conA {
	padding: 0px 0 20px;
}
.topNews {
	margin-top: 20px;
}
.topNews .conA .t {
	font-size: 18px;
	margin: 3px 0 8px;
}
}
.newsB {
	margin-top: 30px;
}
.newsB ul li {
	margin-top: 20px;
}
.newsB ul li a {
	border-bottom: 5px solid #fff;
	display: block;
	padding: 2vw 1.6vw;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 10px rgba(120,120,120,0.1);
}
.newsB ul li a .d {
	font-size: 14px;
	color: #666666;
}
.newsB ul li a .c {
	margin: 6px 0 20px;
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newsB ul li a .t {
	line-height: 1.5;
	font-size: 22px;
	color: #333333;
}
.newsB ul li a:hover .d, .newsB ul li a:hover .t, .newsB ul li a:hover .c {
	transition: all 0.5s;
	color: #fff;
}
.newsB ul li a:hover {
	transition: all 0.5s;
	background: #00aca8;
}
.newsB ul li a:hover {
	border-color: #0084b6;
}
.newsB ul li a .smallMoreA {
	margin-top: 0;
}
.newsB ul li a .smallMoreA i{ font-size:12px}
.newsB ul li a:hover .smallMoreA{
	color: #fff;
	border-color: #fff;
	
}
.newsB ul li a:hover .smallMoreA i {
	color: #fff;
	border-color: #fff; padding-left:25px;
	
}
 @media(max-width: 1280px) {
.newsB ul li a .t {
	font-size: 18px;
}
}
@media(max-width: 1024px) {
.newsB ul li {
	margin-top: 12px;
}
.newsB ul li a {
	padding: 16px 12px;
}
}
/**分页器**/
.fyq {
	text-align: center;
	margin-top: 2vw;
}
.page {
	line-height: 24px;
	text-align: center;
}
.page li{ list-style:none; float:left}
.page li a {
	transition: all 0.5s;
	display: inline-block;
	margin: 0 5px;
	border-radius: 3px;
	padding: 10px 18px;
	border: 1px solid #e8e8e8;
	color: #666666;
	vertical-align: top;
	font-size: 16px;
}
.page a:hover, .page .current, .page .cur, .page .active a{
	border-color: #00aca8;
	background: #00aca8;
	color: #fff;
}
.page span {
	margin-right: 6px;
}
 @media(max-width: 1024px) {
.fyq {
	margin-top: 30px;
}
.page a {
	padding: 6px 12px;
}
}
/* 新闻详情页 */
.newA {
	background: #fff;
	padding: 4.5vw 0 5vw;
}
.newA-a {
	background: #ffffff;
	box-shadow: 0 0 10px 10px rgba(120,120,120,0.1);
	padding: 2vw 1.6vw;
	border-radius: 12px;
	float: left;
	width: 68%;
}
.newA-b .topTit .d {
	font-size: 14px;
	color: #666666;
}
.newA-b .topTit .t {
	line-height: 1.5;
	margin-top: 6px;
	font-size: 22px;
	color: #333333;
}
.newA-b .topTit {
	float: left;
	width: calc(100% - 260px);
}
.newA-b .share {
	position: absolute;
	right: 0;
	bottom: 2vw;
}
.newA-b {
	padding-bottom: 2vw;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5vw;
	position: relative;
}
.newA-c {
	font-size: 16px;
	line-height: 2;
	color: #555;
}
/* .newA-c p:nth-child(n+2) { margin-top: 16px; } */
.newA-d {
	padding-top: 2vw;
	margin-top: 1.8vw;
	border-top: 1px solid #ddd;
}
.newA-e {
	float: left;
	width: calc(100% - 260px);
}
.newA-d a {
	transition: all 0.5s;
	display: inline-block;
	padding: 12px 20px;
	background: #f0f0f0;
	border-radius: 8px;
	font-size: 15px;
	color: #333333;
}
.newA-d a span {
	transition: all 0.5s;
	
	display: inline-block;
	
}
.newA-e p:nth-child(2) {
	margin-top: 10px;
}
.newA-d a:hover {
	background: #00aca8;
}
.newA-d a:hover span {
	color: #fff;
	
}
.newA-d .backList a {
	background: #00aca8;
}
.newA-d .backList a span {
	color: #fff;
	background: url(../images/backlist.png) no-repeat right center;
}
.newA-d .backList a:hover {
	background: #00aca8;
}
@media(max-width: 1280px) {
.newA-b .topTit .t {
	font-size: 24px;
}
}
@media(max-width: 1024px) {
.newA-a {
	width: 100%;
}
.newA-b .topTit .t {
	font-size: 20px;
}
.newA-b .topTit {
	width: 100%;
}
.newA-b .share {
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	margin-top: 16px;
	float: left;
}
.social-share a {
	margin: 0 10px 0 0;
}
.newA {
	padding: 30px 0 50px;
}
.newA-a {
	padding: 20px 12px;
}
.newA-b {
	padding-bottom: 18px;
	margin-bottom: 20px;
}
.newA-d {
	padding-top: 18px;
	margin-top: 20px;
}
}
@media(max-width: 640px) {
.newA-e {
	width: 100%;
	height: 45px;
}
.newA-e p {
	margin: 0;
	float: left;
}
.newA-e p:nth-child(n+2) {
	margin: 0;
	float: right;
}
.newA-d .backList {
	width: 100%;
	float: left;
	margin-top: 15px;
}
}
@media(max-width: 500px) {
.newA-d a span {
	width: 120px;
}
}
@media(max-width: 400px) {
.newA-e {
	width: 100%;
	height: 38px;
}
.newA-d a {
	padding: 8px 14px;
}
.newA-d a span {
	width: 100px;
}
.newA-d .backList {
	margin-top: 10px;
}
}
.newB {
	width: 30%;
	float: right;
}
.newB-a {
	background: #ffffff;
	box-shadow: 0 0 10px 10px rgba(120,120,120,0.1);
	padding: 2vw 1.5vw;
	border-radius: 12px;
	overflow: hidden;
}
.newB-a .topTit .t {
	font-size: 1.5vw;
	color: #333333;
	padding-bottom: 1vw;
	border-bottom: 1px solid #dedede;
}
.newB-a ul {
	padding: 12px 0 20px;
}
.newB-a ul li {
	margin-top: 10px;
}
.newB-a ul li a {
	font-weight: normal;
	background: url(../images/jtgreen.png) no-repeat right center;
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	transition: all 0.5s;
	color: #333333;
	padding: 12px 0;
}
.newB-a ul li:hover a, .newB-a ul li.cur a {
	color: #00aca8;
	background: url(../images/bgyellow.png) no-repeat right center;
}
.newB-b {
	
}
.newB-a dl dd a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 16px 0;
	margin-top: 10px;
}
.newB-a dl dd .d {
	font-size: 14px;
	color: #00aca8;
}
.newB-a dl dd .t {
	margin-top: 5px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
@media(max-width: 1280px) {
.newB-a .topTit .t {
	font-size: 24px;
}
.newB-a ul {
	padding: 0 0 15px;
}
.newB-a ul li a {
	font-size: 16px;
}
}
@media(max-width: 1024px) {
.newB-b {
	display: none;
}
.newB {
	width: 100%;
	margin-bottom: 15px;
}
.newB-a {
	padding: 20px 12px;
}
}
/*关于海森*/
.aboutA {
	padding: 7vw 0 9vw;
	background: url(../images/aboutabg2.jpg) no-repeat bottom center;
	background-size: 100% auto;
}
.aboutA-a {
	position: relative;
}
.aboutA-b {
	float: left;
	width: 53.5%;
}
.aboutA-c {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 41.5%;
}
.aboutA-b .con {
	margin-top: 35px;
	font-size: 18px;
	color: #666666;
	line-height: 1.8;
}
.aboutA-b .con p:nth-child(n+2) {
	margin-top: 20px;
}
.aboutA-c .img {
	border-radius: 12px;
	overflow: hidden;
}
.aboutA-c .img img {
	width: 100%;
}
.aboutA-c .vidBtn {
	z-index: 5;
	position: absolute;
	width: 52px;
	height: 52px;
	background: url(../images/vidbtna.png) no-repeat center/cover;
	cursor: pointer;
	left: 50%;
	top: 50%;
	margin: -26px 0 0 -26px;
}
.aboutA-c .vidBtn:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}
.aboutA-b {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	width: 53.5%;
}
.aboutA-c {
	position: relative;
	float: right;
	right: 0;
	bottom: 0px;
	width: 41.5%;
}
 @media(max-width: 1920px) {
.aboutA-b {
	position: relative;
	top: 0;
	transform: translateY(0);
	float: left;
	width: 53.5%;
}
.aboutA-c {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 41.5%;
}
}
 @media(max-width:  1680px) {
.aboutA-b .con {
	margin-top: 25px;
	font-size: 16px;
}
.aboutA-b .con p:nth-child(n+2) {
	margin-top: 15px;
}
}
@media(max-width:  1024px) {
.aboutA {
	padding: 40px 0 40px;
}
.aboutA-b .con {
	margin-top: 15px;
	font-size: 16px;
}
.aboutA-c {
	width: 100%;
	float: left;
	margin-top: 16px;
	position: relative;
	left: 0;
	top: 0;
	transform: translate(0);
}
.aboutA-b {
	width: 100%;
}
}
.fixVideo {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.fixVideoA {
	width: 100%;
	height: 100%;
	position: relative;
}
.fixVideoB {
	position: absolute;
	width: 60%;
	max-width: 800px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}
.fixVideoB .close {
	position: absolute;
	right: -1px;
	top: -40px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	z-index: 10000;
	background: #000;
	color: #fff;
}
.privacyA {
	padding: 6vw 0 7vw;
}
.privacyA .mainTit .c {
	margin-top: 2vw;
}
 @media(max-width:  1024px) {
.privacyA {
	padding: 40px 0 50px;
}
.privacyA .mainTit .c {
	margin-top: 20px;
}
}
.aboutA-d {
	margin-top: 5.6vw;
}
.aboutA-d ul {
	display: flex;
	flex-wrap: wrap;
}
.aboutA-d ul li {
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	padding: 2.5vw 12px;
	text-align: center;
	background: url(../images/aboutabgc.png) no-repeat right top;
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
}
.aboutA-d ul li:last-child {
	margin-right: 0;
}
.aboutA-d ul li:nth-child(n) {
	background-color: #00aca8;
}
.aboutA-d ul li:nth-child(2n) {
	background-color: #00aca8;
	margin-right: 0;
}
.aboutA-d ul li:nth-child(3n) {
	background-color: #00aca8;
}
.aboutA-d ul li:nth-child(n+3) {
	margin-top: 20px;
}
.aboutA-d .t .num {
	position: relative;
	display: inline-block;
	line-height: 0.9;
	font-size: 4vw;
	position: relative;
	color: #fff;
}
.aboutA-d .t .num i {
	font-size: 30px;
	position: absolute;
	right: -16px;
	line-height: 1;
	top: 0;
}
.aboutA-d .tt {
	padding-bottom: 10px;
	font-size: 18px;
	color: #fff;
}
 @media(max-width:  1680px) {
.aboutA-d .t .num {
	font-size: 4.5vw;
}
.aboutA-d .t .num i {
	font-size: 20px;
}
.aboutA-d .tt {
	font-size: 16px;
}
}
@media(max-width:  1280px) {
.aboutA-d ul li {
	padding: 3.5vw 12px;
}
}
@media(max-width:  1024px) {
.aboutA-d ul li {
	width: 100%;
	margin-right: 0;
}
.aboutA-d ul li:nth-child(n+2) {
	margin-top: 15px;
}
.aboutA-d .t .num {
	font-size: 50px;
}
.aboutA-d .t .num i {
	font-size: 20px;
}
.aboutA-d .tt {
	font-size: 16px;
}
}
@media(max-width:  500px) {
.aboutA-d ul li {
	padding: 30px 12px;
}
.aboutA-d ul li:nth-child(n+2) {
	margin-top: 10px;
}
.aboutA-d .t .num {
	font-size: 40px;
}
.aboutA-d .t .num i {
	font-size: 20px;
}
.aboutA-d .tt {
	font-size: 16px;
}
}
.aboutB {
	padding-top: 2vw;
	background: url(../images/aboutbbg.jpg) no-repeat bottom right/cover;
}
.aboutB-c {
	float: right;
}
.aboutB-b {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 53%;
}
.aboutB-d {
	margin: 2vw 0 1.6vw;
}
.aboutB-d .t1 {
	font-size: 30px;
	color: #333333;
}
.aboutB-d .t2 {
	font-size: 20px;
	color: #333333;
}
.aboutB-b .con {
	max-height: 210px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 24px;
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}
.aboutB-b .con p:nth-child(n+2) {
	margin-top: 20px;
}
.aboutB-b .con {
	scrollbar-color: #c3c3c3 #ececec;
	scrollbar-width: thin;
	-ms-overflow-style: none;
}
.aboutB-b .con::-webkit-scrollbar {
 width: 6px;
 height: 1px;
}
.aboutB-b .con::-webkit-scrollbar-thumb {
 border-radius: 6px;
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
 background: #c3c3c3;
}
.aboutB-b .con::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
 border-radius: 6px;
 background: #ececec;
}
.aboutB-b .mainMore {
	margin-top: 2.5vw;
}
 @media(max-width: 1480px) {
.aboutB-d .t1 {
	font-size: 24px;
}
.aboutB-d .t2 {
	font-size: 18px;
}
.aboutB-c .img img {
	width: 26vw;
}
}
@media(max-width: 1280px) {
.aboutB-d .t1 {
	font-size: 22px;
}
.aboutB-d .t2 {
	font-size: 16px;
}
.aboutB-c .img img {
	width: 30vw;
}
}
@media(max-width: 1024px) {
.aboutB {
	padding: 20px 0 40px;
}
.aboutB-d .t1 {
	font-size: 22px;
}
.aboutB-d .t2 {
	font-size: 14px;
}
.aboutB-c .img img {
	width: 300px;
}
.aboutB-c {
	width: 100%;
	text-align: center;
}
.aboutB-b {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	transform: translateY(0);
	margin-top: 10px;
}
.aboutB-b .con {
	padding-right: 10px;
}
.aboutB-b .mainMore {
	margin-top: 20px;
}
}
.aboutC {
	padding: 6.5vw 0 8vw;
}
.aboutC-b {
	margin-top: 2.5vw;
}
.aboutC-b ul {
	display: flex;
	flex-wrap: wrap;
}
.aboutC-b ul li {
	float: left;
	overflow: hidden;
	border-radius: 10px;
	width: calc(50% - 10px);
	margin-right: 20px;
}
.aboutC-b ul li:nth-child(n+3) {
	margin-top: 20px;
}
.aboutC-b ul li:nth-child(2n) {
	margin-right: 0;
}
.aboutC-c {
	position: relative;
}
.aboutC-b .con {
	position: absolute;
	left: 0;
	top: 102%;
	transition: all .6s;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: #00aca8;
	padding: 0 1.6vw;
}
.aboutC-b ul li:hover .con {
	top: 0;
}
.aboutC-b .iconb {
	position: absolute;
	left: 1.5vw;
	bottom: 15px;
}
.aboutC-b .icond {
	padding: 36px 0 36px 105px;
	position: relative;
}
.aboutC-b .icona .icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.3);
}
.aboutC-b .icona .t {
	font-size: 20px;
	color: #fff;
}
.aboutC-b .con .ccc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.aboutC-b .iconc {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 10px;
}
.aboutC-b .con .c {
	margin-top: 25px;
	padding-right: 16px;
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	max-height: 6vw;
	overflow-y: scroll;
	overflow-x: hidden;
}
.aboutC-b .con .c p:nth-child(n+2) {
	margin-top: 5px;
}
.aboutC-b .con .c {
	scrollbar-color: #cadded rgba(255,255,255,0);
	scrollbar-width: thin;
	-ms-overflow-style: none;
}
.aboutC-b .con .c::-webkit-scrollbar {
 width: 4px;
 height: 1px;
}
.aboutC-b .con .c::-webkit-scrollbar-thumb {
 border-radius: 4px;
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
 background: #cadded;
}
.aboutC-b .con .c::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
 border-radius: 4px;
 background: rgba(255,255,255,0);
}
 @media(max-width:  1680px) {
.aboutC-b .icona .icon {
	width: 76px;
	height: 76px;
}
.aboutC-b .icond {
	padding: 28px 0 28px 85px;
}
.aboutC-b .icona .t {
	font-size: 18px;
}
}
@media(max-width:  1480px) {
.aboutC-b .icona .icon {
	width: 62px;
	height: 64px;
}
.aboutC-b .icond {
	padding: 20px 0 20px 74px;
}
.aboutC-b .icona .t {
	font-size: 18px;
}
.aboutC-b .con .c {
	max-height: 9vw;
}
}
@media(max-width:  1024px) {
.aboutC {
	padding: 40px 0 50px;
}
.aboutC-b {
	margin-top: 25px;
}
.aboutC-b .con {
	display: none;
}
.aboutC-b ul li {
	width: 100%;
	margin-right: 0px;
}
.aboutC-b ul li:nth-child(n+2) {
	margin-top: 10px;
}
.aboutC-b .icona .icon {
	width: 46px;
	height: 46px;
}
.aboutC-b .icond {
	padding: 13px 0 13px 52px;
}
.aboutC-b .iconb {
	left: 12px;
	bottom: 12px;
}
}
/* 管理团队 */
.teamsA {
	padding: 5.5vw 0 5vw;
	background: url(../images/teambg.jpg) no-repeat top center;
	background-size: 100% auto;
}
.teamsA-b {
	margin: 2.5vw 0 3vw;
}
.teamsA-b ul {
	display: flex;
	flex-wrap: wrap;
}
.teamsA-b ul li {
	overflow: hidden;
	float: left;
	width: calc(33.333% - 10px);
	margin-right: 15px;
}
.teamsA-b ul li:nth-child(3n) {
	margin-right: 0;
}
.teamsA-b ul li:nth-child(n+4) {
	margin-top: 15px;
}
.teamsA-b ul li img {
	transition: all 0.3s;
}
.teamsA-b ul li:hover .img img {
	transform: scale(1.05);
}
.teamsA-c .con {
	padding: 2vw 1.5vw;
	z-index: 10;
	background: rgba(0,90,170,0.9);
	border-radius: 6px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -70%;
	opacity: 1;
	transition: all 0.5s;
}
.teamsA-b ul li:hover .teamsA-c .con {
	bottom: 0;
}
.teamsA-b ul li:hover .titA {
	opacity: 0;
}
.teamsA-c .titA {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 30px;
	z-index: 5;
}
.teamsA-c:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url(../imgaes/teambg2.png) no-repeat bottom center;
	background-size: 100% auto;
}
.teamsA-c .tit {
	font-size: 20px;
	color: #fff;
}
.teamsA-c .tit .t2 {
	font-size: 16px;
	color: #fff;
}
.teamsA-c .titB {
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.teamsA-c .c {
	padding-right: 15px;
	max-height: 120px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.6;
}
.teamsA-c .c {
	scrollbar-color: #fff rgba(255,255,255,0.2);
	scrollbar-width: thin;
	-ms-overflow-style: none;
}
.teamsA-c .c::-webkit-scrollbar {
 width: 4px;
 height: 1px;
}
.teamsA-c .c::-webkit-scrollbar-thumb {
 border-radius: 4px;
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
 background: #fff;
}
.teamsA-c .c::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
 border-radius: 4px;
 background: rgba(255,255,255,0.2);
}
 @media(max-width: 1680px) {
.teamsA-c .c {
	max-height: 90px;
}
}
@media(max-width: 1480px) {
.teamsA-c .c {
	max-height: 60px;
	line-height: 20px;
}
}
@media(max-width: 1024px) {
.teamsA {
	padding: 40px 0 50px;
}
.teamsA-b {
	margin: 20px 0 30px;
}
.teamsA-b ul li {
	width: calc(50% - 8px);
	margin-right: 16px;
}
.teamsA-b ul li:nth-child(3n) {
	margin-right: 16px;
}
.teamsA-b ul li:nth-child(2n) {
	margin-right: 0;
}
.teamsA-b ul li:nth-child(n+3) {
	margin-top: 16px;
}
.teamsA-c .con {
	padding: 16px 12px 20px;
}
}
@media(max-width: 500px) {
.teamsA-b ul li {
	width: 100%;
	margin-right: 0;
}
.teamsA-b ul li:nth-child(3n) {
	margin-right: 0;
}
.teamsA-b ul li:nth-child(n+2) {
	margin-top: 16px;
}
.teamsA-c .c {
	max-height: 80px;
	line-height: 20px;
}
}
.productsA {
	padding: 6.5vw 0 7vw;
	background: url(../images/probg.png) no-repeat top center #f7f7f7;
	background-size: 100% auto;
}
.productsA-a .t1 {
	font-size: 20px;
	color: #333333;
}
.productsA-a .c {
	font-size: 16px;
	color: #666666;
	line-height: 1.6;
	margin-top: 1.5vw;
}
.productsA-a .c p:nth-child(n+2) {
	margin-top: 16px;
}
.productsA-b ul li {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}
.productsA-c {
	position: relative;
	height: 200px;
	border-radius: 12px;
	float: left;
	width: 32%;
	background: url(../images/probg2.png) no-repeat top center/cover;
	background-color: #00aca8;
}
.productsA-c .leftTit {
	position: absolute;
	left: 3.5vw;
	top: 50%;
	transform: translateY(-50%);
}
.productsA-c .leftTit .relative {
	padding-left: 120px;
}
.productsA-c .leftTit .icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	box-sizing: border-box;
	height: 100px;
	border: 3px solid rgba(255,255,255,0.3);
	border-radius: 50%;
}
.productsA-c .leftTit .icon img {
	vertical-align: top;
}
.productsA-c .leftTit .tit .t1 {
	font-size: 26px;
	color: #fff;
}
.productsA-c .leftTit .tit .t2 {
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
}
.productsA-d {
	float: right;
	width: 68%;
	height: 200px;
	position: relative;
}
.productsA-d .con {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}
.productsA-d .con a {
	background: #f5f5f5;
	border-radius: 5px;
	padding: 12px 20px;
	font-size: 18px;
	color: #333333;
	float: left;
	margin: 5px 0 5px 0;
	width: calc(33.333% - 10px);
	margin-right: 15px;
}
.productsA-d .con a:nth-child(3n) {
	margin-right: 0;
}
.productsA-d .con a span {
	display: block;
	background: url(../images/probg3.png) no-repeat right center;
}
.productsA-b ul li:last-child .productsA-d .con a span { /*background: url(../images/probg4.png)*/
no-repeat right center;
}
.productsA-b ul {
	margin-top: 3vw;
}
.productsA-b ul li:nth-child(n+2) {
	margin-top: 20px;
}
.productsA-b ul li:nth-child(3n-2) .productsA-c {
	background-color: #00aca8;
}
.productsA-b ul li:nth-child(3n-1) .productsA-c {
	background-color: #00aca8;
}
.productsA-b ul li:nth-child(3n) .productsA-c {
	background-color: #00aca8;
}
 @media(max-width: 1680px) {
.productsA-c, .productsA-d {
	height: 160px;
}
.productsA-c .leftTit .icon {
	width: 80px;
	height: 80px;
}
.productsA-c .leftTit .relative {
	padding-left: 90px;
}
.productsA-c .leftTit .tit .t1 {
	font-size: 24px;
}
.productsA-d .con a {
	font-size: 16px;
	padding: 10px 20px;
}
}
@media(max-width: 1480px) {
.productsA-c, .productsA-d {
	height: 140px;
}
.productsA-c .leftTit .icon {
	width: 60px;
	height: 60px;
}
.productsA-c .leftTit .relative {
	padding-left: 70px;
}
.productsA-c .leftTit .tit .t1 {
	font-size: 20px;
}
.productsA-d .con a {
	font-size: 16px;
	padding: 10px 20px;
}
}
@media(max-width: 1024px) {
.productsA-c, .productsA-d {
	width: 100%;
	height: auto;
	padding: 20px 12px;
}
.productsA-c .leftTit, .productsA-d .con {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	transform: translate(0);
}
.productsA-c .leftTit .icon {
	width: 60px;
	height: 60px;
}
.productsA-c .leftTit .relative {
	padding-left: 70px;
}
.productsA-c .leftTit .tit .t1 {
	font-size: 20px;
}
.productsA-d .con a {
	font-size: 16px;
	padding: 10px 20px;
}
}
@media(max-width: 640px) {
.productsA-d .con a {
	width: calc(50% - 6px);
	margin-right: 12px;
}
.productsA-d .con a:nth-child(3n) {
	margin-right: 12px;
}
.productsA-d .con a:nth-child(2n) {
	margin-right: 0;
}
}
.productsB {
	display: none;
	position: fixed;
	z-index: 1000;
	background: rgba(0,0,0,0.9);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.productsB-a {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 15px;
	transform: translate(-50%, -50%);
	width: 73%;
	background: #fff;
}
.productsB-b {
	padding: 4.5vw 4vw;
}
.productsB-a .close {
	position: absolute;
	right: 1vw;
	top: 1vw;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background: url(../images/closea.png) no-repeat center/cover;
}
.productsB-b .topTit {
	font-size: 30px;
	color: #222222;
	margin-bottom: 2.5vw;
}
.productsB-b ul li {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
}
.productsB-b ul li:nth-child(2) {
	margin-right: 0;
}
.productsB-c {
	padding: 3.5vw 2.5vw 4vw;
	background: url(../images/probg6.png) no-repeat right top/cover;
	background-color: #00aca8;
	color: #fff;
	border-radius: 8px;
}
.productsB-c .t {
	line-height: 2;
	font-size: 20px;
	color: #fff;
}
.productsB-c a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-top: 4vw;
}
.productsB-c a span {
	display: inline-block;
	padding-left: 12px;
}
.productsB-b ul li:nth-child(2) .productsB-c {
	background-color: #00aca8;
}
@media(max-width: 1680px) {
.productsB-b .topTit {
	font-size: 26px;
}
.productsB-c .t {
	font-size: 18px;
	line-height: 1.8;
}
}
@media(max-width: 1480px) {
.productsB-b .topTit {
	font-size: 24px;
}
.productsB-c .t {
	font-size: 16px;
	line-height: 1.8;
}
}
@media(max-width: 1024px) {
.productsB-b ul li {
	width: 100%;
	margin-right: 0;
}
.productsB-b ul li:nth-child(2) {
	margin-top: 12px;
}
.productsB-a .close {
	width: 20px;
	height: 20px;
	right: 10px;
	top: 10px;
}
.productsB-b .topTit {
	font-size: 22px;
}
.productsB-b {
	padding: 30px 16px;
}
.productsB-a {
	width: 94%;
}
.productsB-c {
	padding: 20px 12px;
}
.productsB-c a {
	margin-top: 20px;
}
}
@media(max-width: 500px) {
.productsB-b .topTit {
	font-size: 20px;
}
}
@media(max-width: 400px) {
.productsB-b .topTit {
	font-size: 18px;
}
}
.sousuo_jg {
	padding: 7vw 0 8vw;
	background: #ededed;
}
.sousuo_jg .sousuo_jg_top {
	position: relative;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a {
	float: left;
	width: 50%;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .bt {
	font-size: 40px;
	color: #222222;
	float: right;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .js {
	font-size: 18px;
	color: #444444;
	margin-top: 20px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .js span {
	color: #00aca8;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .js a {
	display: inline-block;
	color: #444444;
	border-bottom: 1px solid #444444;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b {
	float: right;
	width: 22%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li {
	float: right;
	width: 100%;
	margin-right: 4%;
	text-align: center;
	position: relative;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li:last-child {
	margin-right: 0;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .bt {
	font-size: 16px;
	color: #333;
	padding: 12px 16px;
	text-align: left;
	border: 1px solid #ededed;
	border-radius: 50px;
	background: #fff;
	position: relative;
	cursor: pointer;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .bt:before {
	position: absolute;
	width: 14px;
	height: 8px;
	background: url(../images/jiantou_0302.png);
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	content: "";
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li:hover .bt {
	border-bottom: none;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box {
	border-top: 1px solid #e5e5e5;
	padding: 10px 0 0;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	border-left: 1px solid #b6bbc1;
	border-bottom: 1px solid #b6bbc1;
	border-right: 1px solid #b6bbc1;
	border-top: none;
	background: #fff;
	display: none;
	overflow: hidden;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: #e5e5e5;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box p {
	color: #666666;
	font-size: 16px;
	float: left;
	cursor: pointer;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box .box_a {
	padding: 14px 20px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box .box_a:nth-child(2n) {
	background: #f2f2f2;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box span {
	color: #dd2226;
	font-size: 16px;
	float: right;
	cursor: pointer;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li:hover .box {
	display: block;
}
.sousuo_jg .sousuo_bottom {
	margin-top: 50px;
	padding: 2.5vw;
	background: #fff;
}
.searCro ul li {
	padding-bottom: 2vw;
	margin-bottom: 2vw;
	border-bottom: 1px solid #dedede;
}
.searCro ul li a {
	display: block;
}
.searCro .lanmT {
	font-size: 16px;
	color: #666666;
}
.searCro .selmT {
	font-size: 20px;
	color: #333333;
	margin: 6px 0;
}
.searCro .c {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}
.searCro ul li:last-child {
	margin-bottom: 0;
}
.sousuo_jg .container {
	padding-bottom: 80px;
}
@media(max-width: 1510px) {
.sousuo_jg .container {
	padding-bottom: 60px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .bt {
	font-size: 32px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .js {
	font-size: 15px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li:hover .bt {
	font-size: 14px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box p {
	font-size: 14px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .box .box_a {
	padding: 12px 20px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b ul li .bt {
	font-size: 14px;
}
}
@media(max-width: 1000px) {
.sousuo_jg {
	padding: 100px 0 40px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b {
	width: 40%;
}
.searCro .lanmT {
	font-size: 16px;
}
.searCro .selmT {
	font-size: 18px;
	margin: 6px 0;
}
.searCro .c {
	font-size: 14px;
	color: #666666;
	line-height: 1.8;
}
}
@media(max-width: 500px) {
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a {
	width: 100%;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_b {
	position: relative;
	left: 0;
	width: 100%;
	margin-top: 20px;
}
.sousuo_jg .container {
	padding-bottom: 40px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .bt {
	font-size: 24px;
}
.sousuo_jg .sousuo_bottom {
	padding: 20px 18px 30px;
	margin-top: 20px;
}
.sousuo_jg .sousuo_jg_top .sousuo_jg_top_a .js {
	margin-top: 14px;
}
}
.addFlsm {
	font-size: 16px;
	line-height: 2;
}
.addFlsm p:nth-child(n+2) {
	margin-top: 16px;
}
@media(max-width: 1024px) {
.addFlsm p:nth-child(n+2) {
	margin-top: 12px;
}
}
/**2022-9-29小慢到此一游**/

.topNava {
	float: left;
	line-height: 66px;
	padding: 0 18px;
}
.topNava .pd a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 66px;
	padding-left: 25px;
	position: relative;
}
.topNava .pd a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 19px;
	height: 19px;
	transform: translateY(-50%);
	background: url(../images/dt.png) no-repeat center center/cover;
}
.fixed-head .topNava .pd a {
	color: #333333;
}
.fixed-head .topNava .pd a:before {
	background: url(../images/dta.png) no-repeat center center/cover;
}
/**人才发展**/
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font16 {
	font-size: 16px;
}
.talentdevelopmentA {
	padding: 5.52083vw 0 6.66666vw;
	position: relative;
}
.talentdevelopmentA::before {
	position: absolute;
	content: "";
	right: 0;
	top: 5.88541vw;
	width: 5.41666vw;
	height: 6.45833vw;
	background: url(../images/opmentA.png)no-repeat center center/cover;
}
.talentdevelopmentA .opmenta {
	line-height: 1.55;
	color: #666666;
	margin: 24px 0 57px;
}
.talentC-b .swiper22 .swiper-slide {
	padding: 0 10px;
	opacity: 0.2;
	transition: all 0.5s; margin-bottom:50px
}
.talentC-b .swiper22 .swiper-slide-active {
	opacity: 1;
}
.talentC-b .swiper22 .swiper-slide .talentC-c {
	float: left;
	
	
	position: relative;
}
.talentC-b .swiper22 .swiper-slide .talentC-c:last-child {
	margin-right: 0;
}
.talentC-b .swiper22 .swiper-slide .talentC-c .img {
	line-height: 0;
	overflow: hidden;
	border-radius: 7px;
}
.talentC-b .swiper22 .swiper-slide .talentC-c .img img {
	transform: scale(1);
	transition: all .5s;
}
.talentC-b .swiper22 .swiper-slide .talentC-c:hover .img img {
	transform: scale(1.2);
}


.talentC-b .swiper22 .swiper-slide .talentC-c .tit {
	position: absolute;
	bottom: 15px;
	color: #fff;
	width: 100%;
	padding: 0 27px 0 27px;
}
.talentC-b .swiper22 .gong {
	width: 55px;
	height: 55px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	transition: all .3s;
}
.talentC-b .swiper22 .gong:after {
	opacity: 0;
}
.talentC-b .swiper22 .swiper-button-prev {
	background: url(../images/gong-p.png)no-repeat center center/cover;
	left: calc(10.6% - 27px);
}
.talentC-b .swiper22 .swiper-button-next {
	background: url(../images/gong-n.png)no-repeat center center/cover;
	right: calc(10.6% - 27px);
}
.talentC-b .swiper22 .swiper-button-prev:hover {
	background: url(../images/gong-pa.png)no-repeat center center/cover;
}
.talentC-b .swiper22 .swiper-button-next:hover {
	background: url(../images/gong-na.png)no-repeat center center/cover;
}
.talentdevelopmentB {
	background: url(../images/talentdevelopmentB.png)no-repeat left bottom #f7f7f7;
	padding: 6.51041vw 0 6.92708vw;
}
.talentdevelopmentB .pmentBl {
	float: left;
	margin-top: 6px;
	width: 44%;
}
.talentdevelopmentB .pmentBl .mainTit {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 22px;
}
.talentdevelopmentB .pmentBl .tblt .tba {
	color: #333333;
	margin: 35px 0 20px;
}
.talentdevelopmentB .pmentBl .tblt .tbb .bbt {
	margin-bottom: 15px;
}
.talentdevelopmentB .pmentBl .tblt .tbb .bbt:last-child {
	margin-bottom: 0;
}
.talentdevelopmentB .pmentBl .tblt .tbb .bbt .bt {
	padding-left: 15px;
	position: relative;
	color: #333333;
}
.talentdevelopmentB .pmentBl .tblt .tbb .bbt .bt::before {
	position: absolute;
	content: "";
	left: 2px;
	top: 10px;
	border-radius: 50px;
	width: 6px;
	height: 6px;
	background: #e99012;
}
.talentdevelopmentB .pmentBl .tblt .tbb .bbt .bta {
	color: #666666;
	line-height: 1.5;
	margin-top: 8px;
	padding-left: 15px;
}
.talentdevelopmentB .pmentBr {
	float: right;
	width: 50%;
	overflow: hidden;
	border-radius: 5px;
}
.talentdevelopmentC {
	padding: 5.78125vw 0 6.71875vw;
}
.talentdevelopmentC .pmentc-top .ntcl .nsmx {
	color: #333333;
	margin-top: 6px;
}
.talentdevelopmentC .pmentc-top .ntcr {
	position: absolute;
	right: 0;
	bottom: 35px;
}
.talentdevelopmentC .pmentc-top .ntcr .owpdl {
	float: left;
	position: initial;
	width: 55px;
	height: 55px;
	margin-top: 0;
}
.talentdevelopmentC .pmentc-top .ntcr .owpdl::after {
	opacity: 0;
}
.talentdevelopmentC .pmentc-top .ntcr .swiper-button-prev {
	background: url(../images/gong-p.png)no-repeat center center/cover;
	margin-right: 6px;
}
.talentdevelopmentC .pmentc-top .ntcr .swiper-button-next {
	background: url(../images/gong-n.png)no-repeat center center/cover;
}
.talentdevelopmentC .pmentc-top .ntcr .swiper-button-prev:hover {
	background: url(../images/gong-pa.png)no-repeat center center/cover;
}
.talentdevelopmentC .pmentc-top .ntcr .swiper-button-next:hover {
	background: url(../images/gong-na.png)no-repeat center center/cover;
}
.talentdevelopmentC .pmentc-bott {
	padding-left: 13.5%;
	margin-top: 35px;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide {
	background: #f7f7f7;
	transition: all .3s;
	
	padding: 30px;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide .dec {
	color: #222222;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide .dec1 {
	color: #666666;
	line-height: 1.5;
	margin-top: 15px;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide .deicon {
	position: absolute;
	transition: all .3s;
	bottom: 50px;
	left: 32px;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: #fff;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide .deicon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide .deicon .pi2 {
	display: none;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide:hover {
	background: #00aca8;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide:hover .dec {
	color: #fff;
	border-color: #14b4ed;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide:hover .dec1 {
	color: #fff;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide:hover .deicon {
	background: #33beef;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide:hover .deicon .pi1 {
	display: none;
}
.talentdevelopmentC .pmentc-bott .swiper23 .swiper-slide:hover .deicon .pi2 {
	display: block;
}
.talentdevelopmentD {
	background: #f7f7f7;
	padding: 5.72916vw 0 6.61458vw;
}
.talentdevelopmentD .mentdtop .opa {
	color: #333333;
	margin-top: 5px;
}
.talentdevelopmentD .mentdbtopt {
	margin-top: 32px;
}
.talentdevelopmentD .mentdbtopt ul {
	display: flex;
	flex-wrap: wrap;
}
.talentdevelopmentD .mentdbtopt ul li {
	float: left;
	width: 32.76%;
	margin-right: .86%;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.talentdevelopmentD .mentdbtopt ul li:last-child {
	margin-right: 0;
}
.talentdevelopmentD .mentdbtopt ul li .img {
	overflow: hidden;
	border-radius: 5px;
}
.talentdevelopmentD .mentdbtopt ul li .topt {
	padding: 30px 40px;
}
.talentdevelopmentD .mentdbtopt ul li .topt .p {
	color: #222222;
}
.talentdevelopmentD .mentdbtopt ul li .topt .t {
	color: #666666;
	line-height: 1.5;
	margin-top: 9px;
}
.talentdevelopmentD .mentdbtopt ul li .img img {
	transform: scale(1);
	transition: all .5s;
}
.talentdevelopmentD .mentdbtopt ul li:hover .img img {
	transform: scale(1.2);
}
.talentdevelopmentE {
	padding: 6.5625vw 0 6.97916vw;
}
.talentdevelopmentE .mentetop {
	margin-bottom: 43px;
}
.talentdevelopmentE .mentetop .tepotl {
	float: left;
}
.talentdevelopmentE .mentetop .tepotr {
	float: right;
	color: #333333;
	line-height: 1.5;
	position: absolute;
	bottom: 5px;
	right: 0;
}
.talentdevelopmentE .mentetop .tepotr a {
	color: #00aca8;
	display: inline-block;
	border-bottom: 1px solid #00aca8;
}
.talentdevelopmentE .mentebottom {
	text-align: center;
	padding: 55px 0;
	border-radius: 10px;
	overflow: hidden;
}
.talentdevelopmentE .mentebottom .kckc {
	width: 344px;
	height: 344px;
	display: inline-block;
	border-radius: 50%;
}
.talentdevelopmentE .mentebottom .kckc a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.talentdevelopmentE .mentebottom .kckc a .mshxbn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.talentdevelopmentE .mentebottom .kckc a .mshxbn .xba .ae {
	color: #fff;
	margin-top: 14px;
}
.talentdevelopmentE .mentebottom .kckc a .mshxbn .xba .aea {
	color: #eaebec;
	margin-top: 6px;
}
.talentdevelopmentE .mentebottom .kckc a .mshxbn .xba .aea i {
	display: inline-block;
	margin-left: 6px;
	width: 14px;
	height: 11px;
	vertical-align: middle;
	margin-top: -1px;
	background: url(../images/moslx.png)no-repeat center center/cover;
}
.talentdevelopmentE .mentebottom .kckc a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.1);
	top: 0%;
	left: 0%;
	background: rgba(0,0,0,0.2);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .2);
}
.talentdevelopmentE .mentebottom:hover .kckc a::before {
	animation: beat 1.5s infinite reverse;
}
@keyframes beat {
 0% {
-webkit-transform:scale(1.1);
}
 5% {
-webkit-transform:scale(1.09);
}
 10% {
-webkit-transform:scale(1.08);
}
 15% {
-webkit-transform:scale(1.07);
}
 20% {
-webkit-transform:scale(1.06);
}
 25% {
-webkit-transform:scale(1.05);
}
 30% {
-webkit-transform:scale(1.04);
}
 35% {
-webkit-transform:scale(1.03);
}
 40% {
-webkit-transform:scale(1.02);
}
 45% {
-webkit-transform:scale(1.01);
}
 50% {
-webkit-transform:scale(1.0);
}
 55% {
-webkit-transform:scale(1.01);
}
 60% {
-webkit-transform:scale(1.02);
}
 65% {
-webkit-transform:scale(1.03);
}
 70% {
-webkit-transform:scale(1.04);
}
 75% {
-webkit-transform:scale(1.05);
}
 80% {
-webkit-transform:scale(1.06);
}
 85% {
-webkit-transform:scale(1.07);
}
 90% {
-webkit-transform:scale(1.08);
}
 95% {
-webkit-transform:scale(1.09);
}
 100% {
-webkit-transform:scale(1.1);
}
}
 
 @media(max-width:1024px) {
.font20 {
	font-size: 18px;
}
.font18 {
	font-size: 16px;
}
.font16 {
	font-size: 14px;
}
.talentdevelopmentA .opmenta {
	margin: 15px 0 25px;
}
.talentC-b .swiper22 .swiper-slide {
	padding: 0 3%;
}
.talentC-b .swiper22 .swiper-slide .talentC-c .tit {
	padding: 0 11px;
	bottom: 10px;
}
.talentdevelopmentB .pmentBr {
	width: 100%;
}
.talentdevelopmentB .pmentBl {
	width: 100%;
	margin-top: 20px;
}
.talentdevelopmentB {
	background: #f7f7f7;
}
.talentdevelopmentB .pmentBl .mainTit {
	padding-bottom: 15px;
}
.talentdevelopmentB .pmentBl .tblt .tba {
	margin: 15px 0 20px;
}
.talentdevelopmentB .pmentBl .tblt .tbb .bbt {
	margin-bottom: 10px;
}
.talentdevelopmentC .pmentc-top .ntcr {
	display: none;
}
.talentdevelopmentC .pmentc-bott {
	margin-top: 20px;
}
.talentdevelopmentD .mentdbtopt ul li {
	width: 100%;
	margin-bottom: 20px;
}
.talentdevelopmentD .mentdbtopt ul li:last-child {
	margin-bottom: 0;
}
.talentdevelopmentD .mentdbtopt {
	margin-top: 20px;
}
.talentdevelopmentD .mentdbtopt ul li .topt {
	padding: 20px;
}
.talentdevelopmentE .mentetop .tepotr {
	position: initial;
	margin-top: 10px;
	width: 100%;
}
.talentdevelopmentE .mentetop {
	margin-bottom: 20px;
}
.talentdevelopmentE .mentebottom .kckc {
	width: 200px;
	height: 200px;
}
.talentdevelopmentE .mentebottom .kckc a .mshxbn .icon {
	width: 45px;
	display: inline-block;
}
}
.fnewscon {
	height: 750px;
}
.fnewsleft {
	float: left;
	width: 50%;
	height: 100%;
	background-color: #00a5a1;
}
.fnewspic-scroll {
	width: 600px;
	height: 550px;
	margin: 66px auto 0;
}
.fnewspic-scroll .flex-viewport {
	width: 100%;
	height: 100%;
}
.fnewspic-scroll .slides {
	overflow: hidden;
	height: 100%;
}
.fnewspic-scroll .slides li {
	height: 100%;
	-webkit-backface-visibility: hidden;
	position: relative;
}
.fnewspic-scroll .slides li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.fnewspic-scroll .flex-direction-nav a {
	width: 30px;
	height: 50px;
	display: block;
	font-size: 0;
	position: absolute;
	top: 135px;
	z-index: 4;
}
.fnewspic-scroll .flex-direction-nav a.flex-prev {
	left: 0;
	background: url('../images/lt3.png') center no-repeat;
}
.fnewspic-scroll .flex-direction-nav a.flex-next {
	right: 0;
	background: url('../images/gt3.png') center no-repeat;
}
.fnewspic-scroll .flex-direction-nav a:hover {
	background-color: #116bb4;
}
.fnewspic-scroll .flex-control-paging {
	height: 10px;
	font-size: 0;
	padding: 6px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.fnewspic-scroll .flex-control-paging li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	overflow: hidden;
	width: 10px;
	height: 10px;
	margin-left: 20px;
}
.fnewspic-scroll .flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	cursor: pointer;
	background-color: #c1c1c1;
	border-radius: 50%;
}
.fnewspic-scroll .flex-control-paging li a.flex-active {
	background-color: #116bb4;
}
.fnewsright {
	float: left;
	width: 50%;
	height: 100%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fnewslist2 {
	width: 100%;
	overflow: hidden;
}
.fnewslist2 li {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}
.fnewslist2 li a {
	display: block;
	position: relative;
	width: 75%;
	height: 100%;
	overflow: hidden;
	padding-left: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fnewslist2 li h3 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.fnewslist2 .date {
	font-size: 16px;
	color: #999;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-top: 4px;
}
.fnewslist2 li .txt {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 6px;
}
.fnewslist2 li:hover {
	background-color: #edf1f4;
}
.fnewslist2 li:hover h3 {
	color: #00a5a1;
}
.fnewslist2 li, .fnewslist2 h3 {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
@media screen and (max-width: 1320px) {
.fnewspic-scroll {
	width: 90%;
}
.fnitem h3 {
	letter-spacing: 0;
}
.fnewslist2 li a {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
a.seemore {
	margin-left: 20px;
}
}
@media screen and (max-width: 1023px) {
.fnewscon {
	height: auto;
}
.fnewsleft {
	float: none;
	width: 100%;
	height: auto;
	padding: 60px 0;
}
.fnewspic-scroll {
	margin-top: 0;
}
.fnewsright {
	float: none;
	width: 100%;
	height: auto;
	padding: 40px 5% 60px;
}
.fnewslist2 li {
	padding: 20px 0;
}
a.seemore {
	margin: 40px auto 0;
}
}
@media screen and (max-width: 600px) {
.fnewslist2 li:hover {
	background-color: #fff;
}
.fnewslist2 li a {
	padding-left: 0;
	padding-right: 0;
}
}
.fnitem .pic {
	width: 100%;
	height: 322px;
	overflow: hidden;
}
.fnitem img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.fnitem .wz {
	padding-top: 40px;
}
.fnitem h3 {
	font-size: 22px;
	color: #fff;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 3px;
}
.fnitem .txt {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-top: 12px;
}
.fnitem .date {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	height: 32px;
}
.fnitem label {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	height: 22px;
	text-transform: uppercase;
	display: block;
	margin-top: 30px;
}
.fnewscon .mainMore {
	border-color: #a1a1a1;
	color: #666666;
	margin-left: 20px;
	margin-top: 50px
}
.sProduct-list .item .txt .mainMore {
	border-color: #a1a1a1;
	color: #666666;
	margin-left: 0px;
	margin-top: 30px; position:absolute; right:0px; bottom:0px
}
.sProduct-list .item .txt .mainMore span.icon{ width:32px}
.sProduct-list .item:nth-child(1) .mainMore{ left:0px; right:auto; width:150px}

.mainMore {
	position: relative;
	transition: all 0.6s;
	font-size: 16px;
	border-color: #fff;
	color: #fff;
	padding: 12px 20px;
	border-radius: 60px;
	line-height: 22px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.mainMore span {
	position: relative;
	z-index: 5;
}
.mainMore span.icon {
	width: 60px;
}
.mainMore span.icon {
	transition: all 0.6s;
	display: inline-block;
	width: 72px;
	height: 24px;
	vertical-align: top;
	text-align: right
}
.indexPart1 {
	overflow: hidden;
	padding-bottom: 350px;
	position: relative;
}
.indexPart1:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	height: 100%;
	background: #f7f7fa;
}
.indexPart1 .leftDiv {
	width: 530px;
	padding-top: 140px;
	position: relative;
	z-index: 1;
}
.indexPart1 .txt {
	font-size: 24px;
	line-height: 24px;
	color: #8c94a3;
	position: relative;
	padding-left: 70px;
	font-weight: bold;
}
.indexPart1 .txt:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 50px;
	height: 3px;
	background: #00a5a1;
}
.indexPart1 .wen {
	padding-top: 35px;
	font-size: 32px;
	line-height: 60px;
	color: #191c22;
	font-weight: bold;
}
.indexPart1 .content {
	font-size: 16px;
	color: #3f4150;
	line-height: 30px;
	padding-bottom: 60px;
}
.indexPart1 .btnDiv {
	padding-top: 75px;
}
.indexPart1 .rightDiv {
	width: 50%;
	padding-top: 95px;
	position: relative;
	z-index: 1;
}
.indexPart1 .numList ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.indexPart1 .numList li p {
	font-size: 14px;
	color: #666;
	padding-bottom: 20px;
}
.indexPart1 .numList li .num {
	font-size: 24px;
	color: #222222;
}
.indexPart1 .numList li .numUp {
f font-size: 48px;
	line-height: 48px;
	padding-right: 10px;
}
.indexPart1 .botList {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 100px;
	margin-left: -768px;
	width: 1536px;
	height: 186px;
	background: #fff;
	box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.04);
}
.indexPart1 .botList li {
	float: left;
	width: 20%;
	height: 186px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.indexPart1 .botList li:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 126px;
	top: 50%;
	margin-top: 63px;
	background: #f1f2f5;
	z-index: 1;
}
.indexPart1 .botList li:last-child:after {
	display: none;
}
.indexPart1 .botList li .ico {
	padding-top: 32px;
	text-align: center;
}
.indexPart1 .botList li .ico i {
	font-size: 40px;
	color: #00a5a1
}
.indexPart1 .botList li .name {
	font-size: 30px;
	color: #222;
	line-height: 30px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}
.indexPart1 .botList li .after {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 42px 0 25px;
	box-sizing: border-box;
	background: #00a5a1;
	z-index: 2;
}
.indexPart1 .botList li .name2 {
	padding: 32px 0 15px;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
}
.indexPart1 .botList li .msg {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	color: #fff;
	position: relative;
}
.indexPart1 .botList li .msg:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 17px;
	height: 7px;
	background: url(../images/nimg17_1on.png) center no-repeat;
}
.indexPart1 .botList li:hover .before {
	opacity: 0;
}
.indexPart1 .botList li:hover .after {
	opacity: 1;
}
.indexPart1 .botList li:hover .name2 {
	opacity: 1;
	-webkit-animation: am_top 0.6s ease-in-out 0.3s backwards;
}
.indexPart1 .botList li:hover .msg {
	opacity: 1;
	-webkit-animation: am_top 0.8s ease-in-out 0.8s backwards;
}
.fl {
	float: left
}
.fr {
	float: right
}
@-webkit-keyframes am_top {
 0% {
-webkit-transform:translate(0, 50px);
opacity:0
}
 100% {
-webkit-transform:translate(0, 0px);
opacity:1
}
}
 @-webkit-keyframes am_left {
 0% {
-webkit-transform:translate(-50px, 0);
opacity:0
}
 100% {
-webkit-transform:translate(0, 0px);
opacity:1
}
}
.msgData .swiper-slide {
	background: #f7f7f7;
	height: 250px;
}
.msgData .swiper-slide .ico {
	padding: 45px 20px;
	text-align: center;
}
.msgData .swiper-slide .ico img {
	width: 86px;
}
.msgData .swiper-slide .name {
	font-size: 32px;
	line-height: 42px;
	color: #191c22;
	text-align: center;
}
.msgData .swiper-pagination {
	position: relative;
	bottom: 0;
	padding-top: 60px;
}
.msgData .swiper-pagination-bullet {
	position: relative;
	width: 20px;
	height: 20px;
	opacity: 1;
	box-sizing: border-box;
	background: #eee;
}
.msgData .swiper-pagination-bullet-active {
	background: #00a5a1;
}
/* 社会责任 */
.social_respon.channel_content {
	padding-bottom: 0;
}
.social_respon02 {
	background: #f0f0f0 url(../images/social_respon02_bg.jpg) no-repeat center bottom;
	padding: 5vw 0 0
}
.social_respon02 .infor {
	margin-bottom: 60px;
	text-align: center;
}
.social_respon02 .infor .tit {
	font-size: 46px;
	color: #0a0a0a;
	margin-bottom: 8px;
}
.social_respon02 .infor .con {
	font-size: 16px;
	color: #696969;
	line-height: 2;
}
.social_respon02 .content {
}
.social_respon02 .content ul li {
	width: 25%;
	float: left;
	height: 320px;
	position: relative;
	margin-bottom: 80px;transition: all 0.6s
}
.social_respon02 .content ul li .li_box {
	display: block;
	height: 100%;
	background: #fff;
	border: 1px solid #e2e4f5;
	border-left: none;
	text-align: center;
}
.social_respon02 .content ul li:first-child .li_box {
	border-left: 1px solid #e2e4f5;
}
.social_respon02 .content ul li .li_box .box {
	padding: 90px 50px 0;
}
.social_respon02 .content ul li .li_box>.tit {
	padding: 0 5%;
}
.social_respon02 .content ul li .li_box .tit {
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	white-space: inherit; line-height:2
}
.social_respon02 .content ul li .li_box .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.social_respon02 .content ul li .li_box .icon {
	width: 75px;
	height: 70px;
	font-size: 50px;
	display: inline-block;
	line-height: 60px
}
.social_respon02 .content ul li .li_box>.icon {
	margin: 70px 0 25px;
}
.social_respon02 .content ul .li01 .li_box>.icon {
	background-position: 0 0;
}
.social_respon02 .content ul .li02 .li_box>.icon {
	background-position: -75px 0;
}
.social_respon02 .content ul .li03 .li_box>.icon {
	background-position: -150px 0;
}
.social_respon02 .content ul .li04 .li_box>.icon {
	background-position: -225px 0;
}
.social_respon02 .content ul .li01 .li_box .cover .icon {
	background-position: 0 -70px;
}
.social_respon02 .content ul .li02 .li_box .cover .icon {
	background-position: -75px -70px;
}
.social_respon02 .content ul .li03 .li_box .cover .icon {
	background-position: -150px -70px;
}
.social_respon02 .content ul .li04 .li_box .cover .icon {
	background-position: -225px -70px;
}
.social_respon02 .content ul li:hover {
	top: -40px;
	height: 400px;
	box-shadow: 40px 40px 50px 0px rgba(0,0,0,0.5);
	z-index: 2;
	margin-bottom: 0px
}
.social_respon02 .content ul li:hover .li_box .box .tit {
	color: #fff;
	margin-top: 20px;
}
.social_respon02 .content ul li:hover .li_box>.icon {
	display: none;
}
.social_respon02 .content ul li:hover .li_box>.tit {
	display: none;
}
.social_respon02 .content ul li:hover .li_box {
	border: none;
}
.social_respon02 .content ul li:hover .li_box .cover {
	display: block;
}
.social_respon02 .content ul li:hover .box .icon {
	color: #fff;
}
.indexP5 {
	height: 802px;
	background: center no-repeat;
	background-size: cover;
}
.indexP5 .conDiv {
	padding-top: 150px;
}
.indexP5 .title {
	font-size: 48px;
	line-height: 48px;
	color: #333;
	font-weight: bold;
}
.indexP5 .wen {
	color: #00a5a1;
	font-size: 36px;
	line-height: 48px;
	padding-top: 35px;
}
.indexP5 .msg {
	padding-top: 25px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	width: 686px;
}
.indexP5 .btnDiv {
	padding-top: 48px;
}
.indexP5 .btnDiv .mainMore {
	border-color: #a1a1a1;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
}
.indexPart1 .btnDiv .mainMore {
	border-color: #a1a1a1;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
}
}
.sProduct-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.sProduct-list-wrapOut {
	position: relative;
	overflow: hidden;
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #f0f4f7
}
.sProduct-list:after {
	display: none
}
.sProduct-list .item {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #f9faff;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.sProduct-list .item .figure {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 42%;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	overflow: visible
}
.sProduct-list .item .figure .pic {
	position: absolute;

	overflow: visible
}
.sProduct-list .item .figure .pic._l {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 1;
	visibility: visible
}
.sProduct-list .item .figure .pic._p {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}
@media screen and (min-width:1025px) {
.sProduct-list .item .figure .pic._p img {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}
}
.sProduct-list .item:nth-child(1) .txt .en{font-size:20px}
.sProduct-list .item:nth-child(1) .txt .cn{font-size:40px;}

.sProduct-list .item .txt {
	position: relative;
	color: #262b38;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}
.sProduct-list .item .txt .en {
	opacity: .9;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	 text-transform:uppercase; font-weight:bold; font-family:bebas; word-spacing:8px; margin-top:10px
}
.sProduct-list .item .txt .cn {
	
	line-height: 2; font-size:18px
}
@media screen and (min-width:1025px) {
.sProduct-list .item:nth-child(1) {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	padding: 100px 80px
}
.sProduct-list .item:nth-child(1):after {
	display: none
}
.sProduct-list .item:nth-child(1):before {
	content: " ";
	position: absolute;
	left: 0;
	top: 200px;
	bottom: 200px;
width:12px;
	background-color: #00aca8;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}
.sProduct-list .item:nth-child(1) .figure {
	width: 49.33333333%;
	padding-bottom: 27.75%
}
.sProduct-list .item:nth-child(1) .txt .cn {
margin-top:40px
}
.sProduct-list .item:nth-child(1) .txt .btn-more {
	position: absolute;
	left: 0;
	bottom: 0
}
.sProduct-list .item:nth-child(1n+2) {
	width: 49%;
padding:60px 50px 40px;
margin-top:60px; float:left; margin-right:2%
}
.sProduct-list .item:nth-child(2n+1){  margin-right:0}
.sProduct-list .item:nth-child(1n+2) .txt {
	margin-top: 120px;
	padding-right: 260px
}
.sProduct-list .item:nth-child(1n+2) .txt .btn-more {
	position: absolute;
	right: 0;
	bottom: 0
}
.sProduct-list .item .txt {
	opacity: .4;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}
.sProduct-list .item:hover:before {
	-webkit-transform: none!important;
	transform: none!important;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 1;
	visibility: visible
}
.sProduct-list .item:hover .figure .pic._l {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}
.sProduct-list .item:hover .figure .pic._p {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 1;
	visibility: visible
}
.sProduct-list .item:hover .txt {
	opacity: 1
}
}
@media screen and (max-width:1024px) {
.sProduct-list .item {
	width: 100%;
	padding: 140px 100px
}
.sProduct-list .item .figure .pic._l {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}
.sProduct-list .item .figure .pic._p {
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	opacity: 1;
	visibility: visible
}
.sProduct-list .item .txt .en {
	font-size: 18px
}
.sProduct-list .item .txt .cn {
margin-top:40px
}
.sProduct-list .item .txt .cn .p1 {
	font-size: 14px
}
.sProduct-list .item .txt .cn .p2 {
	font-size: 32px
}
.sProduct-list .item .txt .btn-more {
	position: absolute;
	left: 0;
	bottom: 0
}
.sProduct-list .item:nth-child(1n+2) {
margin-top:80px
}
}
@media screen and (max-width:1024px) and (min-width:641px) {
.sProduct-list .item:nth-child(1n+1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}
.sProduct-list .item:nth-child(1n+1):after {
	display: none
}
.sProduct-list .item:nth-child(1n+1) .figure {
	width: 49.33333333%;
	padding-bottom: 27.75%
}
}
@media screen and (max-width:640px) {
.sProduct-list .item .txt {
	margin-top: 120px;
	text-align: center
}
.sProduct-list .item .txt .btn-more {
	position: relative;
margin-top:60px;
	margin-left: auto;
	margin-right: auto
}
}
.pageBanner{width: 100%;overflow: hidden;background-color: #ddd;}
.pageBanner ._box{width: 100%;height: 100%;}
.pageBanner ._box>div{width: 100%;height: 100%;position: relative;}
.pageBanner ._bg{width: 100%;height: 100%;transform: scale(1.15);transform-origin: 50% 100%;
transition:transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);}
.pageBanner ._bg>img{width: 100%;height: 100%;object-fit: cover;}
.pageBanner ._info{position: absolute;top: 50%;transform: translateY(-50%);
z-index: 5;padding:0 15.625vw;width: 100%;color: #fff;padding-top: 90px;}
.pageBanner ._info ._title{line-height: 1;}
.pageBanner ._info ._mouse{width: 88px;position: relative;margin-top: 5.208333333333334vw;height: 88px;}
.pageBanner ._info ._mouse .mouseCir{position:absolute;width: 100%;height: 100%;}
.pageBanner ._info ._mouse .mouseCir:before,
.pageBanner ._info ._mouse .mouseCir:after{content: '';position: absolute;width: 100%;height: 100%;border-radius: 50%;}
.pageBanner ._info ._mouse .mouseCir:before{border:1px dashed #fff;animation: rotateZ 20s linear infinite;}
.pageBanner ._info ._mouse .mouseCir:after{transform: scale(.7);background-color: #fff;}
.pageBanner ._info ._mouse .mouseOf{height:36px;width:24px;border-radius:24px;border:2px solid #1662b7;position:absolute;
top: 50%;left: 50%;transform: translate(-50%,-50%);}
.pageBanner ._info ._mouse .mouseOf:after{content: '';width:3px;height:11px;background-color: #1662b7;border-radius:2px;
animation: scroll-down 1.5s infinite ease-in-out;position:absolute;left:50%;transform:translateX(-50%);}
@keyframes scroll-down {
    0% {
        top:2px;
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
    	top:calc(100% - (2px + 11px));
        opacity: 0;
    }
}
.pageBanner.on ._bg{transform: none;}
.pageBanner ._info ._cir{text-align: center;margin-top: 80px;}
.pageBanner ._info ._cir span{width:8px;height: 8px;border-radius: 50%;
background-color: #fff;margin: 0 5px;display: inline-block;}

.pageBanner.style1{height: 45.833333333333336vw;}
.pageBanner.style1 ._info ._title .en{font-size: 56px;text-transform: uppercase;margin-bottom: 20px;     font-family: DIN1451-36breit;}
.pageBanner.style1 ._info ._title .cn{font-size: 48px;}
.pageBanner.style2{height: 34.895833333333336vw;}
.pageBanner.style2 ._info ._title{text-align: center;}
.pageBanner.style2 ._info ._title .cn{font-size: 56px;margin-bottom: 20px;}
.pageBanner.style2 ._info ._title .en{font-size: 30px;text-transform: uppercase;}
.pageBanner.style3{height: 31.25vw;}

.about-list1 {
  background: #f8f8f8 url(../images/about_bg.png) no-repeat bottom;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 450px 0 ;
      border-bottom: 1px solid #E6E6E6;
}
.about-list1 .contentbox {   
}
.about-list1 .title {
  width: 100%;
  padding-left: 30px;
  padding-bottom: 60px;
  position: relative;
  z-index: 4;
  color: #082E8B;
  margin-bottom: 225px;
  border-bottom: 1px solid #E6E6E6;
}
.about-list1 .title:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: .3200px;
  background: #082E8B;
}
.about-list1 .leftbox {
 
}
/*.about-list1 .leftbox img{
  margin-left:-3rem;
}*/
.about-list1 .leftbox .tit2 {
  color: #BCCAD7; font-size:40px; font-weight:bold; text-align:center
}
.about-list1 .leftbox .tit2 span {
  color: #082E8B;
}
.about-list1 .rightbox {
 
}
.about-list1 .rightbox .ul {
  border-bottom: 2px solid #DDDDDD;
  margin-bottom: 0px;    display: flex;
    flex-flow: row wrap;
}
.about-list1 .rightbox .li {
  width: 33.3%;
  padding-right: 5%;
  margin-bottom: 30px;
}
.about-list1 .rightbox .li .tit{font-size: 15px;}
.about-list1 .rightbox .li .tit3{font-size: 48px;    color: #000; font-weight:bold; font-family:bebas}
.about-list1 .rightbox .li .tit3 span{font-size: 14px; font-weight:normal} 
.about-list1 .rightbox .textbox {
  margin-top: 50px;
  position: relative;
}
.about-list1 .rightbox .textbox .tip {
  width: 100%;
  color: #082E8B;display: flex;
    flex-flow: row wrap;    font-size: 17px;
}
.about-list1 .rightbox .textbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5rem;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  display:none;
}
.about-list1 .rightbox .text {
  margin-top: 40px;
  
  

  position: relative; font-size:16px; color:#666; line-height:2
}

.about-list1 .rightbox .text p{ margin-bottom:10px}


.item-group { padding:20px 0 120px
    
}

.item-group .item {
    background: #fff;
    margin-top:100px;
}

.item-group .item:nth-of-type(odd) .pic:last-child,.item-group .item:nth-of-type(odd) .none:nth-of-type(4),
.RighInfo0030721 .item-group .item:nth-of-type(odd) .pic:last-child,.RighInfo0030721 .item-group .item:nth-of-type(odd) .none:nth-of-type(4){
	display: none;
}

.item-group .item:nth-of-type(even) .pic:first-child,.item-group .item:nth-of-type(even) .none:nth-of-type(2),
.RighInfo0030721 .item-group .item:nth-of-type(even) .pic:first-child,.RighInfo0030721 .item-group .item:nth-of-type(even) .none:nth-of-type(2){
	display: none;
}

.item-group .item .pic img {
    transition: all .8s; width:100%
}

.item-group .item:hover .pic img {
    transform: scale(1.05);
}

.item-group h3 {
    font-size: 48px;
    letter-spacing: 3px;
    color: #000;
    margin: 0;
}

.item-group h3 span {
    font-size: 58px;
    text-transform: uppercase;
    font-family: DIN1451-36breit;
    font-weight: normal;
}

.item-group h4 {
    font-size: 20px;
    color: #000;
    margin: 0;
    letter-spacing: 3px;  font-family: DIN1451-36breit;
}

.item-group .pre {
    line-height: 2em;
    font-size: 16px;
    margin: 2% 0 5% 0;
}

.item-group .pre.en {
    font-size: 12px;
    margin: 0;
}
.about_cen07{background:url(../images/about_cen07_1.jpg) no-repeat center; padding:130px 0;}
.about_cen07 .infor{width:41.5%; color:#fff;}
.about_cen07 .infor .tit{font-size:38px; line-height:38px; font-weight:bold;}
.about_cen07 .infor .con{font-size:42px; line-height:42px; font-weight:bold; margin:25px 0 40px;}
.about_cen07 .infor .txt{font-size:16px; line-height:28px; font-weight:lighter;}
.sProduct-show .p_top{ padding:70px 0px}
.sProduct-show .p_top .tit { text-align:center; margin-bottom:30px}
.sProduct-show .p_top .tit h1{ color:#262b38; opacity:0.5; font-family:bebas; font-size:30px}
.sProduct-show .p_top .tit h2{ color:#262b38;   font-size:40px; font-weight:normal}
.p_xq{ background:#f4f6f9; border-radius:15px; margin:0px auto 70px auto;padding:50px }
.p_xq table{ text-align:center }
.p_xq table tr:first-child{ background:linear-gradient(to right, #00a5a1,#0084b6)}
.p_xq table tr:first-child td{ color:#fff;height:70px; line-height:70px }
.p_xq table tr td{ font-size:16px; height:60px; line-height:60px}
.p_xq table tr td{ border:1px solid #ccc}

.plasticPart1{ padding-top: 70px; height: 650px; overflow: hidden; position: relative; background: url(../images/industrialPart5.jpg) center no-repeat; background-size: cover;}
.plasticPart1 .txt{ font-size: 24px; color: #8c94a3; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.plasticPart1 .wen{ text-align: center; font-size: 36px; line-height: 36px; position: relative; height: 80px; color: #fff; }
.plasticPart1 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #00aca8; margin-left: -25px; }
.plasticPart1 .list{ position: absolute; left: 0; bottom: 0; width: 100%; top:260px }
.plasticPart1 .list  ul{width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;}
.plasticPart1 .list:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.plasticPart1 .list .wal{overflow: hidden;}
.plasticPart1 .list li{ height: 406px; text-align: center; position: relative;}
.plasticPart1 .list li:before{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.plasticPart1 .list li:last-child:before{ display: none; }
.plasticPart1 .list li:after{ content: ''; opacity: 0; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(25,28,34,0.9);}
.plasticPart1 .list li .ico{ padding: 115px 0 45px; position: relative; z-index: 1; }
.plasticPart1 .list li .ico i{ font-size:60px; color:#fff}
.plasticPart1 .list li .name{ font-size: 24px; line-height: 24px; color: #fff; font-weight: bold; position: relative; z-index: 1; margin-bottom:20px }
.plasticPart1 .list li .msg{ position: relative; z-index: 1; height: 0; overflow: hidden; padding-left: 50px; padding-right: 50px; font-size: 14px; line-height: 24px; color: #cecfd3; transition: all .5s; }
.plasticPart1 .list li:hover:after{ opacity: 1; }
.plasticPart1 .list li:hover .ico{ padding: 65px 0 40px; }
.plasticPart1 .list li:hover .msg{ height: 120px; padding-top: 015px; overflow: hidden;}
.plasticPart1 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 60px; }
.plasticPart1 .swiper-pagination-bullet { position: relative; width: 020px; height: 020px; opacity: 1; box-sizing: border-box; background: #eee; } 
.plasticPart1 .swiper-pagination-bullet-active { background: #00aca8; } 
.plasticPart1 .swiper-button-prev{ left: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.2); z-index: 5; }
.plasticPart1 .swiper-button-prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; opacity: 0.6 }
.plasticPart1 .swiper-button-next{ right: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.2); z-index: 5; }
.plasticPart1 .swiper-button-next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; opacity: 0.6 }
.plasticPart1 .swiper-button-prev:hover, .plasticPart1 .swiper-button-next:hover{ background: #00aca8; }
.plasticPart1 .swiper-button-prev:hover:before, .plasticPart1 .swiper-button-next:hover:before{ opacity: 1; }
.plasticPart2 .toptop{ padding: 120px 0 70px;}
.plasticPart2 .txt{ font-size: 24px; color: #8c94a3; line-height: 24px; text-align: center; font-weight: bold; padding-bottom: 25px; }
.plasticPart2 .wen{ text-align: center; font-size: 36px; line-height: 36px; position: relative; height: 80px; color: #191c22; }
.plasticPart2 .wen:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #00aca8; margin-left: -25px; }
.hahaPic{ width: 100%; overflow: hidden; position: relative;}
.hahaPic .swiper-slide{ overflow: hidden; position:relative;}
.hahaPic .swiper-slide:after{ content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.4); z-index:1;}
.hahaPic li{ float: left; width: 50%; position: relative; overflow: hidden;}
.hahaPic .bg img{ width: 100%; }
.hahaPic .layer{ position: absolute; left: 20%; top: 20%; padding-right: 23%; color: #fff; z-index:2; }
.hahaPic .name{ font-size: 36px; line-height: 36px; font-weight: bold; padding-bottom: 35px;}
.hahaPic .content{ font-size: 020px; line-height: 36px; height: 144px; overflow: hidden; margin-bottom: 10px; width: 4.85rem;}
.hahaPic .msgList li{ float: none; width: auto; }
.hahaPic .msgList li a{ display: block; font-size: 16px; height:40px; line-height:40px; color: #fff; background: url(../images/ico1on.png) left center no-repeat; padding-left: 20px;}
.hahaPic .msgList li a:hover{ color: #00aca8; background: url(../images/ico1on2.png) left center no-repeat;}
.hahaPic .swiper-slide li:hover .bg img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.hahaPic .swiper-slide li:hover .layer{ left: 18%; }
.hahaPic .swiper-button-prev{ left: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.2); z-index: 5; }
.hahaPic .swiper-button-prev:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; opacity: 0.6 }
.hahaPic .swiper-button-next{ right: 0; top: 50%; width: 56px; height: 56px; margin-top: -28px; background: rgba(255,255,255,0.2); z-index: 5; }
.hahaPic .swiper-button-next:before{ content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; opacity: 0.6 }
.hahaPic .swiper-button-prev:hover, .hahaPic .swiper-button-next:hover{ background: #00aca8; }
.hahaPic .swiper-button-prev:hover:before, .hahaPic .swiper-button-next:hover:before{ opacity: 1; }
.plasticPart3{ padding: 110px 0; background:#f8f8f8 }
.plasticPart3 .numList li{ float: left; width: 20%; }
.plasticPart3 .numList li .num{ font-size: 20px; line-height: 48px; color: #191c22; padding-bottom: 10px;}
.plasticPart3 .numList li .num .numUp{font-family: bebas;font-size: 48px;}
.plasticPart3 .numList li p{ font-size: 18px; color: #3f4150; }
.solutionPart3{ padding-top: 80px; height: 250px; background: url(../images/solutionPart3.jpg) center no-repeat; background-size: cover; background-attachment: fixed; }
.solutionPart3 .txt{ text-align: center; font-size: 24px; line-height: 24px; color: #8c94a3; font-weight: bold;}
.solutionPart3 .wen{ text-align: center; padding-top: 35px; height: 95px; font-size: 36px; line-height: 36px; color: #fff; position: relative; }
.solutionPart3 .wen:after{ content: ''; position: absolute; left: 50%; margin-left: -25px; bottom: 0; width: 50px; height: 3px; background: #00aca8; }

.recruitPart5{ background: #f7f7fa; padding: 120px 0 70px; }
.recruitPart5-1{background: #fff;padding: 60px 0 50px;}
.recruitPart5 .txt{ font-size: 24px; line-height: 24px; color: #8c94a3; position: relative; padding-left: 70px; font-weight: bold;}
.recruitPart5 .txt:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 50px; height: 3px; background: #00aca8; }
.recruitPart5 .wen{ padding: 25px 0 65px; font-size: 36px; line-height: 36px; color: #191c22; font-weight: bold; }
.recruitPart5 .list{padding-top: 20px;}
.recruitPart5 .list li{ float: left; width: 33.33%; text-align: center; padding-bottom: 50px;}
.recruitPart5 .list li .name{ font-size: 24px; line-height: 24px; color: #191c22; font-weight: bold; padding: 15px 0 20px; }
.recruitPart5 .list li .ico i{ font-size:40px}
.recruitPart5 .list li .msg{ font-size: 14px; line-height: 24px; height: 48px; color: #8c94a3; padding: 0 50px; }
.recruitPart5 .list li .more{ padding-top: 25px; }
.recruitPart5 .list li .more a{ display: block; font-size: 16px; color: #00aca8;transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease; }
.recruitPart5 .list li .more i{ padding-left: 10px; font-size:14px;transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease; }
.recruitPart5 .list li:hover .more{ text-decoration: underline; }
.recruitPart5 .list li:hover .more i{ padding-left: 5px; }
.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    _display: inherit;
}

.abo_src2 {
    padding-top: 50px;
    padding-bottom:50px;
    position: relative; background: url(../images/i_gy_bg.jpg) no-repeat left bottom #f3f3f3;
    background-size: 100% auto;
}

.abo_src2 .abo_src2_t {
   
    align-items: center;
    justify-content: space-between;
    
}
.pub_img_box::before {
    content: '';
    display: block;
    margin-top: 100%;
}
.abo_src2 .abo_src2_t .abo_t_n {
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin-bottom: 30px;
}
.pub_img_box .pub_img {
    width: 100%;
    transition: all 1s ease;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.abo_src2 .abo_src2_t .abo_t_n i {
    font-size: 74px;
    color: rgba(35, 40, 48, 0.5);
}
.abo_src2{ padding-left:13.5%}
.syaboutleft {
    width: 40%; float:left
}
.syaboutright {
    width: 55%; float:right
}
.syaboutright img {
    border-bottom-left-radius: 250px;
    border-top-left-radius: 96px;
}
.abo_src2 .abo_src2_t .abo_t_n div {
    color: rgba(35, 40, 48, 0.8);
    font-size: 48px;
    margin-left: 20px;
}

.abo_src2 .abo_src2_t .abo_i {
    text-align: justify;
    color: #232830;
    font-size: 20px;
    font-weight: 300;
    line-height: 2; margin-bottom:40px
  
}

.abo_src2 .abo_src2_t .abo_i span {
    font-weight: 600;
}

.abo_src2 .abo_src2_b {
   
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

.abo_src2 .abo_src2_b .abo_src2_b_n {
    font-size: 0;
}

.abo_src2 .abo_src2_b .abo_src2_b_n > div {
    line-height: .85;background: linear-gradient(90deg, #2c8dcd 0%, #03f0bb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    white-space: nowrap;

}

.abo_src2 .abo_src2_b .abo_src2_b_n > div:nth-child(1) {
    font-size: 200px;
}

.abo_src2 .abo_src2_b .abo_src2_b_n > div:nth-child(3) {
    font-size:180px;
    margin-left: -77px;
}

.abo_src2 .abo_src2_b .abo_i {
    display: flex;
    align-items: center;
    justify-content: space-between; margin-top:50px
 
}

.abo_src2 .abo_src2_b .abo_i .num_r {
    color: #2c8dcd;
    font-size: 30px;
    line-height: .85;
    display: flex;
    align-items: baseline; font-weight: bold
}
.abo_src2 .abo_src2_b .abo_i .num_r span{  font-size:70px}
.abo_src2 .abo_src2_b .abo_i .num_n {
    margin-top: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
}

.abo_src2 .abo_font_sty {
    position: relative;
    z-index:1;
    font-size:500px;
    line-height: .75;
    color: #e9f3fb;
    margin-top: -100px;
    width: 100%;
    text-align: center;
    margin-top:-30px;
}

.abo_src2 .abo_font_sty::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 110%;
    top: -10%;
    width: 100%;
    background: linear-gradient(to bottom, white 5%, rgba(255, 255, 255, 0) 100%);
}

.abo_src2 .bg_img {
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 0;
    z-index: 3;
}

.abo_src2 .bg_img .pub_img_box::before {
    margin-top: 29%;
}

.abo_src8_case {
  padding-top: 90px;
  padding-bottom: 240px;
  background-size: cover; }
 .abo_src8_case .pub_det_title,.abo_src8_case .pub_det_title_en {
    text-align: center;
    color: #fff; }
 .abo_src8_case .abo_src8_con_box {
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
   .abo_src8_case .abo_src8_con_box .pro_img_box {
      width: 50%; }
     .abo_src8_case .abo_src8_con_box .pro_img_box::before {
        margin-top: 56.2857%; }
   .abo_src8_case .abo_src8_con_box .abo_h_text {
      width: 42.357%;
      padding-right: 100px;
      max-height: 370px;
      overflow-y: auto;
      position: relative; }
     .abo_src8_case .abo_src8_con_box .abo_h_text > div {
        margin-bottom: 50px;
        color: #fff; }
       .abo_src8_case .abo_src8_con_box .abo_h_text > div .abo_h_t {
         
          font-size: 90px;
          line-height:1.5;
          margin-bottom: 15px; }
       .abo_src8_case .abo_src8_con_box .abo_h_text > div .abo_h_t_sty {
          margin-bottom:50px;
          font-size:16px;
          line-height: 2; }
       .abo_src8_case .abo_src8_con_box .abo_h_text > div div {
          transition: opacity .5s ease-in-out;
          position: relative;
          opacity: .5; }
       .abo_src8_case .abo_src8_con_box .abo_h_text > div .vewN {
          opacity: 1; }
		  .abo_src6_case .hor_box {
    margin: 65px auto 10px;
}.abo_src6_case .pub_case {
    position: relative;
    z-index: 1;
	
}
.abo_body .abo_src6_case .hor_box .hor_page_box {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
    justify-content: center;
}
.abo_src6_case .hor_box .hor_page_box .swiper-button-prev,  .abo_src6_case .hor_box .hor_page_box .swiper-button-next {background: none;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    background-color: transparent;
    border: 2px solid #003abc;
    background-image: none !important;
    color: #003abc;
    transition: all .5s ease-in-out;
    border-radius: 100%;
    width:100px;
    height:100px;
    text-align: center;
    line-height:100px;
    font-size: 28px;
}
.abo_src6_case .hor_box .hor_page_box .swiper-pagination {
    display: flex;
    margin: 0 150px;
    align-items: center;
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    position: relative;
    left: auto;
    bottom: auto;
    justify-content: center;
    width: auto;
    min-width: 110px;
}
.abo_src6_case .hor_box .hor_page_box .swiper-pagination div {
    color: #003abc;
  
}
.abo_src6_case .hor_box .hor_page_box .swiper-pagination span {
    margin: 0 15px;
}
 .abo_src6_case .pub_det_title_en,  .abo_src6_case .pub_det_title {
    text-align: center;
}.abo_src6_case .pub_info {
    text-align: center;
    margin-top: 55px;
}	  .abo_src6_case .hor_box .swiper-container {
    overflow: visible;
    width: 23%;
}
  .abo_src6_case .hor_box .swiper-container .swiper-wrapper {
    align-items: center;
}
  .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide {
    overflow: visible;
    transition: all .5s ease-in-out;
    transform: scale(0.9);
    position: relative;
}
.abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide > img {
    width: 100%;
    display: block;
    box-shadow: 0 30px 100px -30px rgb(0 0 0 / 15%);
}
  .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide .hor_name {
    padding-left: 20px;
    padding-right: 20px; }
   .abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide.active .hor_name {
    font-size: 24px; }
	.abo_src6_case .hor_box .swiper-container .swiper-wrapper .swiper-slide .hor_name {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 58px;
    position: absolute;
    width: 160%;
    top: 100%;
    left: -30%;
    transition: font-size .5s ease-in-out;
    text-align: center;
}
.abo_src6_case {
    padding-top: 100px;
    padding-bottom: 60px; }

  .abo_src6_case .abo_hon_t {
    margin-top: 25px;
    display: none; }

  .abo_src6_case .abo_hon_t .pro_img_box {
    display: none; }

  .abo_src6_case .abo_hon_t .abo_hon {
    margin-top: 0;
    width: 100%; }
    .abo_src6_case .abo_hon_t .abo_hon .abo_hon_c {
      display: flex;
      justify-content: center; }
      .abo_src6_case .abo_hon_t .abo_hon .abo_hon_c .abo_hon_s, .abo_src6_case .abo_hon_t .abo_hon .abo_hon_c .abo_hon_tit {
        font-family: Futura-Light;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 10px;
        color: #000;
        margin-top: 0; }
      .abo_src6_case .abo_hon_t .abo_hon .abo_hon_c .abo_hon_s {
        margin-left: .4em; }

  .abo_src6_case .abo_hon_t .abo_hon_f {
    display: none; }

  .abo_src6_case .abo_hon_t .abo_hon .abo_hon_tit::after {
    display: none; }

  .abo_src6_case .abo_hon_b .abo_hont_s > div {
    padding: 15px 0; }

  .abo_src6_case .abo_hon_b {
    margin-top: 0;
    display: block;
    position: relative;
    padding: 110px 40px 130px;
    z-index: 0; }
    .abo_src6_case .abo_hon_b .pro_img_box {
      width: 100%;
      background-color: #000;
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1; }
      .abo_src6_case .abo_hon_b .pro_img_box .img_box {
        opacity: .8; }
      .abo_src6_case .abo_hon_b .pro_img_box::before {
        margin-top: 0; }
    .abo_src6_case .abo_hon_b .abo_hon_f {
      width: 100%;
      max-height: 85vh;
      position: relative;
      text-align: center;
      margin-top:55px;
      z-index: 3;
      color: #fff; }

  .abo_src6_case .abo_hon_b .abo_title_box {
    display: block;
    text-align: center;
    z-index: 3; }
    .abo_src6_case .abo_hon_b .abo_title_box .pub_det_title, .abo_src6_case .abo_hon_b .abo_title_box .pub_det_title_en {
      display: block;
      position: relative;
      z-index: 11;
      color: #fff; }
	  *::-webkit-scrollbar, *::-webkit-scrollbar {
    width: 4px;
    border-radius: 1.5px;
}
.pub_det_title {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}
.pub_det_title_en {
   
    font-size: 18px;
    margin-top: 25px;
    line-height: 1;
   
}
*::-webkit-scrollbar-button, *::-webkit-scrollbar-button {
    display: none;
}
*::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb {
    background-color: #003abc;
}

*::-webkit-scrollbar-track, *::-webkit-scrollbar-track {
    background-color: #eee;
}
  .abo_src6_case .abo_hon_b .abo_hont_s > div::before {
    background-color: rgba(255, 255, 255, 0.3);
    display: none; }

  .abo_src6_case .abo_hon_b .abo_hont_s > div br {
    display: none; }

  .abo_body .abo_src7_case .abo_hz_case a {
    width: 50%; }

  .abo_body .abo_src7_case .abo_hz_case {
    padding-top: 30px; }

  .abo_src6_case .abo_hon_b .abo_hont_s > div.abo_hon_hint {
    transform: translateX(9px) rotate(90deg); }

  .abo_body .abo_src5_case .abo_src5_con_box a .pro_img_box .img_box {
    opacity: .6; }
#main .photo.scroll-animate.fn1 .pic {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

#main .photo.scroll-animate .pic {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: transform 1.6s ease-in-out;
    -webkit-transition: transform 1.6s ease-in-out;
    -moz-transition: transform 1.6s ease-in-out;
    -o-transition: transform 1.6s ease-in-out;
    -ms-transition: transform 1.6s ease-in-out;
}
.pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.bx_grc {
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
}
#main .row-line {
  display: flex;
  height: 1px;
  clear: both;
  background-color: #fff;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#main .row-line > span {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
}
 
	#duty .row .title {
  text-align: center;
  margin-bottom: 4vw;
}
#main .row {
    position: relative;
    pointer-events: auto;
    padding: 2vw 0;
    background-color: #fff;
    padding-bottom: 5.2vw;
    padding-top: 5.2vw;
}	
#main .rowHei {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.rowMain {
    position: relative;
    z-index: 6;
	width: 100%;
    flex-grow: 1;
}	
#duty .row .title h3 {
  line-height: 1;
}
#duty .row .title small {
  text-transform: capitalize;
}
#duty .row .title .cir_btn {
  margin: 0 auto;
}
#duty #r1 {
  padding-top: 7.2vw;
  overflow: hidden;
  padding-bottom: calc(5.2vw + 0.2rem);
}
#duty #r1 .bg .add1 {
  position: absolute;
  right: 0;
  top: -12vw;
  width: 13.54vw;
  max-width: 260px;
}
#duty #r1 .con {
  position: relative;
  z-index: 10;
}
#duty #r1 .con .title {
  text-align: center;
}
#duty #r1 .con .title > i {
  display: block;
  margin-bottom: 2.8vw;
}
#duty #r1 .con .title h2 { font-size:60px;
  margin-bottom: 10px; color:#00aca8;
  line-height: 1;
}
#duty #r1 .con .title small {
  text-transform: capitalize; font-size:30px;
}
#duty #r1 .con .title p {
  margin-top: 30px; font-size:18px; color:
}
#duty #r1 .con .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#duty #r1 .con .box .photo {
  width: 32%;
}
#duty #r1 .con .box .photo .pic {
  width: 100%;
  padding-bottom: 65.58%;
}
#duty #r1 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  top: -4vw;
}
#duty #r1 .other .ad-bg {
  width: 100%;
  position: relative;
}
#duty #r1 .other .ad {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: calc(60px - 4vw);
  z-index: 2;
}
#duty #r1 .other .ad > span {
  text-transform: uppercase;
  font-size: 190px;
  line-height: 2;
  color: #fff;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.5);
}
#duty #r2 {
  padding-top: 0;
  padding-bottom: 7.2vw;
  overflow: hidden;
}
 .photo.scroll-animate {
    overflow: hidden;
}
.scroll-animate.animated {
    visibility: hidden;
}
#duty #r2 .bg .add1 {
  position: absolute;
  right: 0;
  bottom: -6vw;
  width: 24.68vw;
  max-width: 474px;
  z-index: 3;
}
#duty #r2 .bg .add2 {
  position: absolute;
  left: -2vw;
  bottom: -13vw;
  width: 37.5vw;
  max-width: 720px;
  z-index: 3;
}
#duty #r2 .con .items .box {
  width: 100%;
  margin-top: 6vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#duty #r2 .con .items .box .photo {
  width: 46%;
  overflow: hidden;
  position: relative;
}
#duty #r2 .con .items .box .photo .pic {
  width: 100%;
  height: 0;
  padding-bottom: 69.75%;
}
#duty #r2 .con .items .box .msg {
  width: 46%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#duty #r2 .con .items .box .msg > i {
  display: block;
  font-size: 50px;
}
#duty #r2 .con .items .box .msg .title {
  margin-bottom: 30px;
  margin-top: 30px;
}
#duty #r2 .con .items .box .msg .title h4 {
  text-align: left; font-size:50px; color:#00aca8
}
#duty #r2 .con .items .box .msg .title p {
  line-height: 1.5; font-size:22px;  color:#000
}
#duty #r2 .con .items .box .msg > p {
  line-height: 2;font-size: 16px;color: #37393d;
}
#duty #r2 .con .items .box .msg .num_ {
  font-size: 150px;
  line-height: 120px;
  text-align: center;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
	.soc_src3_case {
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom:110px;
  position: relative;
  z-index: 0;
  color: #fff;
  text-align: center; }
  .soc_src3_case::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .soc_src3_case .soc_src3_h {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10%; color:#fff; }
    @media screen and (orientation: landscape) {
      .soc_src3_case .soc_src3_h {
        font-weight: 300; }
        .soc_src3_case .soc_src3_h br {
          display: none; } }
  .soc_src3_case .iconfont {
    display: block;
    font-size: 90px;
    line-height: 1;
    text-align: center;
    margin-bottom: 3.8%; color:#fff; position:relative }
  .soc_src3_case .soc_src3_t {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.333; }
    .soc_src3_case .soc_src3_t span {
      position: relative; }
      .soc_src3_case .soc_src3_t span:before {
        content: '';
        display: block;
        height: 4px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff; }
  .soc_src3_case .soc_src3_b {
    margin-top: 9%;
    font-size: 18px;
    line-height: 1.6666; position:relative }
    @media screen and (orientation: landscape) {
      .soc_src3_case .soc_src3_b {
        font-weight: 300; } }
	@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
@keyframes fadeOfOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media(min-width:769px) {
    .item-group .pic {
        width: 54%;
    }
    .item-group .item .txt {
        width: 42%;
    }
    .item-group .none {
        width:4%;
    }
    .item-group .item:nth-child(2n-1) .pic {
        text-align: right;
    }
}

@media(max-width:768px) {
    .item-group .item {
        padding: 5vw 0;
    }
    .item-group .txt {
        padding-bottom: 4vw;
    }
}

@media(max-width:480px) {
    .item-group h3 {
        font-size: 6vw;
    }
    .item-group .pre {
        font-size: 3.5vw;
    }
}
.ytable {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 1024px) {
  .about-list1 .rightbox .li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .about-list1 {
    padding: 2.5rem 0 100px;
  }

  .about-list1 .leftbox {
    width: 100%;
    margin-bottom: 120px;
  }

  .about-list1 .rightbox {
    width: 100%;
  }

  .about-list1 .rightbox .text {
    max-height: none;
  }
}
@media (max-width: 1300px) {
.navL ul li{  padding:0 20px}

}
@media (max-width: 767px) {
  .about-list1 .leftbox .img{
    margin-left:0;
  }
  .about-list1 .leftbox .tit2 br {
    display: none;
  }

  .about-list1 .rightbox .textbox {
    margin-to.line-2 {
    line-height: 1.2;
}



  .about-list1 .rightbox .text {
    margin-top: .7rem;
    padding-right: 0;
  }
}

