@charset "utf-8";
a, img { vertical-align: top; }
.container { width: 85%;  margin: auto; }
/*@media(max-width: 1600px){*/
/*	.container { width: 86%; }*/
/*}*/
@media(max-width: 1500px){
	.container { width: 90%; }
}
@media(max-width: 1100px){
	.container { width: 94%; }
}

body { position: relative; background: #fff;  }
.topFixIcon { transition: all 3s; position: absolute; left: 15vw; top:0; height: 0; overflow: hidden; width: 0;background: url(../images/topbg.png) no-repeat left top #fff; background-size: 31vw auto; z-index: -1; }
.topFixIcon.active { height: 50vw; width: 31vw; }

.loadingA.active .mbA {
	-webkit-animation: mbA 3s forwards;
	animation: mbA 3s forwards;
	box-sizing: border-box;
}
@-webkit-keyframes mbA {
	0% { left:50%; }
	33.333333% { left:50%; }
	100% { left:200%; }
}
@keyframes mbA {
	0% { left:50%; }
	33.333333% {left:50%;}
	100% {left:200%;}
}
.loadingA.active { 
	-webkit-animation: fadeOut 5s forwards;
	animation: fadeOut 5s forwards;
	box-sizing: border-box;
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; z-index:500; }
	60% { opacity:1; z-index:500; }
	100% { opacity:0; z-index:-5; }
}
@keyframes fadeOut {
	0% { opacity:1; z-index:500; }
	60% { opacity:1; z-index:500; }
	100% { opacity:0; z-index:-5; }
}


.topHeader { width: 100%; position: fixed; z-index: 1000; left:0; top:0; border-bottom:1px solid rgba(255,255,255,0.1); }
.fixed-head { background: #fff; }
.header { position: relative; }
.header .logo { float: left;  padding: 10px 0 10px 40px; }
.header .logo span.navBtn { display: none; width: 40px; height: 70px; position: absolute; right:40px; top:50%; transform: translateY(-50%); background: url(../images/navBtn.png) no-repeat center; cursor: pointer; }
.header .logo img{ height: 50px; width: auto; }
.header .lang { float: right; margin-right:20px; position: relative; line-height: 70px; cursor: pointer; }
.header .lang p { font-size: 14px;color:#333333; position: relative; padding: 0 15px 0 25px; background: url(../images/lang.png) no-repeat left center; }
.header .lang p:after { content:''; width: 15px; height: 20px; position: absolute; right:0; top:50%; transform: translateY(-50%); background: url(../images/lanjt.png) no-repeat right center; }
.langSub {display: none; top: 62px; position: absolute; left:0; width: 100%; padding: 10px; background: #fff; box-shadow: 0 0 5px 2px rgba(120,120,120,0.1); }
.langSub a { display: block; line-height: 30px; font-size: 16px;color:#333; padding-left:10px; }
.header .lang:hover .langSub { display: block; }
.header .search { float: right; width: 40px; margin-right: 40px; position: relative; height: 70px; background: url(../images/searchBtn.png) no-repeat center; cursor: pointer; }
.header .search .subsearch {position: absolute;top: 5px;right: -2px;padding-top: 36px;display: none;z-index: 9;}
.header .search .subsearch,
.header .search .subsearch {top: 40px;padding-top: 40px;}
.header .search .subsearch .subsearcha { box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2); background: #fff;border-radius: 3px;position: relative;width: 524px;height: 57px;}
.header .search .subsearch .subsearcha .inp {width: 90%;height: 100%;border: 0;margin-top: 20px;font-size: 14px;color: #666666;padding-left: 18px;}
.header .search .subsearch .subsearcha .sub {border: none;outline: none;position: absolute;right: 20px;top: 50%;height: 15px;background: url(../images/searchx.png) no-repeat center;font-size: 0;width: 26px;transform: translateY(-50%);}
.header .search:hover .subsearch {display: block;}
.nav { float: right; margin-right:10px; }
.nav ul li { position: relative; float: left; }
.nav ul li a { display: block; line-height: 70px; font-size: 16px; font-weight: normal; color:#333333;padding: 0 20px; }
.nav ul li.cur>a,.nav ul li:hover>a { color:#0055ff; }
.nav ul li .sub { text-align: center; background: #fff; padding:  10px 0; display: none; width: 140px; line-height: 2; position: absolute; left: 50%; transform: translateX(-50%); top:62px; z-index: 10000;}
.nav ul li .sub a { line-height: 2; font-size: 15px; padding: 0 10px; }
.nav ul li:hover .sub { display: block; }
.nav ul li .sub a:hover { color:#0055ff; }
@media(max-width:  1580px){
	.nav ul li a { padding: 0 10px;}
}

@media(max-width:  1480px){
	.header .logo { padding: 10px 0 10px 20px; }
	.header .logo span.navBtn { right: 15px; }
	.nav ul li a { line-height: 60px; }
	.header .search { height: 60px; margin-right:15px; }
	.header .lang { margin-right:20px; line-height: 60px; }
	.langSub { top:60px; }
	.nav ul li .sub { top:60px; }
}

@media(max-width:  1380px){
	.nav ul li a { padding: 0 6px;}
}
@media(max-width:  1280px){
	/*.header .logo { width: 180px; }*/
	.header .logo span.navBtn { right: 10px; }
	.nav ul li a { padding: 0 10px; }
	.header .search { margin-right:15px; }
	.nav ul li a { font-size: 15px; font-weight: normal;}
}
@media(max-width:  1200px){
	.nav ul li a { padding: 0 5px; }
}
@media(max-width:  1100px){

	.header .logo { padding: 10px 0 10px 4%; }
	.nav {display:  none;}
	.header .search { height: 60px; margin-right:0px; }
	.header .lang { margin-right:0px; }
	.header .lang p span {display: none;}
	.header .lang p { padding-right:0; }
	.header .logo img { height: 40px; }
	.header .lang { line-height: 60px; }
	.langSub { top:50px; }
	.header .logo span.navBtn { display: inline-block; }
	.header .search .subsearch .subsearcha { width: 270px; }
}
@media(max-width:500px){
	.header .logo { padding:14px 0 14px 3%; }
	.header .logo img { height: 32px; }
}

/*.bannerIndex .swiper-wrapper .swiper-slide { background: #ddd; transition:all 0.6s; }
.bannerIndex .swiper-wrapper .swiper-slide-active { background: #fff; }*/
.bannerIndex .swiper-wrapper .swiper-slide .con { opacity:0!important; }
.bannerIndex .swiper-wrapper .swiper-slide .img { opacity:0!important; }
.bannerIndex .swiper-wrapper .swiper-slide-active .con { opacity:1!important; }
.bannerIndex .swiper-wrapper .swiper-slide-active .img { opacity:1!important; }

.banner { padding: 70px 50px 0 0; }
.bannerA .img { position:relative; overflow: hidden; border-radius: 10px; transition: all 0.5s; float: right; width: 59.5vw; overflow: hidden; }
/*.bannerA .img:before { content:''; width: 100%; height: 100%; position: absolute; left:0; top:0; background:#fff; transition: all 0.5s;transition-delay: 0.8s; opacity: 0.6; }*/
/*.bannerA .img:after { content:''; width: 100%; height: 100%; position: absolute; left:0; top:0; background:#fff; transition: all 0.5s;transition-delay: 0.3s; }*/
/*.bannerIndex .swiper-wrapper .swiper-slide-active .img:before { left: 110%; }*/
/*.bannerIndex .swiper-wrapper .swiper-slide-active .img:after { left: 110%; }*/


.bannerA .img:before { /*opacity: 6;*/ opacity: 0.8; content:''; width: 0%; height: 0%; border:1000px solid #fff; position: absolute; left:50%; top:50%; transform:translate(-50%, -50%);  transition: all 2s;transition-delay: 0.3s; border-radius: 9000px; }
.bannerIndex .swiper-wrapper .swiper-slide-active .img:before { width:2000px; height: 2000px; /*opacity: 0;*/ }
.bannerA .img:after { content:''; width: 80px; height: 54px; background: url(../images/bgwjt.png) no-repeat center/cover; position: absolute; left:0; top:50%; transform: translateY(-50%); }
.bannerA .img .line { width: 1px; height: 100%; left: 80px; position: absolute; top:0; background: rgba(255,255,255,0.18); }
/*.bannerA .swiper-slide { background: #fff; }*/
.bannerA .img .scroll { position: absolute; left: 33px; bottom:54px; }
.bannerA .img .scrollA { position: relative; padding-bottom: 20px; }
.bannerA .img .scrollA:after {  content:''; width: 14px; height: 14px; background: url(../images/scrolla.png) no-repeat center/cover; position: absolute; left:50%; margin-left: -7px; bottom:0; }


.bannerA .img .scrollA:after {
	-webkit-animation: godown 1.5s infinite;
	animation: godown 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes godown {
	0% {-webkit-transform: translate(0, 0);opacity: 0;}
	50% {opacity: 1;}
	100% {-webkit-transform: translate(0, 20px);opacity: 0;}
}
@keyframes godown {
	0% {transform: translate(0, 0);opacity: 0;}
	50% {opacity: 1;}
	100% {transform: translate(0, 20px);opacity: 0;}
}


.bannerA .img:hover { border-radius: 10px 12vw 10px 10px; }
.bannerA .img:hover:before { opacity: 1; }

.bannerA .img:hover:before { opacity: 1; }


.bannerA .con { width: 36%; position: absolute; left:0; top:50%; transform: translateY(-50%); padding: 0 0 0 7.5vw; }
.bannerA .con .et { font-size: 16px; margin-bottom:10px; text-transform: uppercase; }
.bannerA .con .t { font-size: 2.7vw; color:#000000;line-height: 1.4; }
.bannerA .con .mainMoreS { margin-top:35px; }
.banner .swiper-pagination {bottom: 0;opacity: 0;position: absolute;}
@media(max-width: 1500px){
	.bannerA .con .mainMoreS { margin-top:25px; }
	.banner { padding: 70px 30px 0 0; }
	.bannerA .con { padding-left: 5vw; }
}
@media(max-width: 1100px){
	.bannerA .img { border-radius: 0; width: 100%;  }
	.bannerA .con .mainMoreS { margin-top:20px; }
	.banner { padding: 60px 0 0 0; }
	.bannerA .con { z-index: 5; padding:0 3vw; width: 100%; }
	.bannerA .con .t { color:#fff; font-size: 24px; }
	.bannerA .img { position: relative; }
	.bannerA .img .line { display: none; }
	.bannerA .img .scroll { left:auto; right: 20px; bottom: 30px; }
	.bannerA .img:after { transform: translateY(0); content:''; width: 100%; height: 100%; position: absolute; left:0; top:0; background: rgba(0,0,0,0.3); }
}
@media(max-width: 500px){
	.bannerA .con .t { font-size: 22px; }
}
@media(max-width: 400px){
	.bannerA .con .t { font-size: 20px; }
}
.footer { background: #081c3f; padding:4vw 0 0 0; position: relative; z-index: 5; }
.footerA { padding: 0 50px 7vw;}
.fNavA { width: 400px; margin-right:5vw; }
.fNav .t { font-size: 16px; color:#fff; text-transform: uppercase; }
.fNavA ul li { float: left; width: 220px; margin-top:10px; }
.fNavA ul li a { display: block; font-size: 18px;color:#fff; margin: 10px 0; }
.fNavA ul li:nth-child(2) { width: 180px; }
.footCon .t1 { font-size: 2vw; color:#fff; margin: 15px 0 10px; }
.footCon .con { font-size: 16px; color:#fff; line-height: 2; }
.footCon .lgewm { margin-top: 20px;}
.footCon .lgewm .wml{ cursor: pointer; position: relative;float: left;margin-right: 16px;}
.footCon .lgewm .wml .ewm2 { padding:5px; border-radius: 6px; border:1px solid #fff; margin-bottom:10px; }
.footCon .lgewm .wml .ewm2 img{width: 105px; }
 
.footCon .lgewm .wml:last-child{margin-right: 0;}
.footCon .lgewm .wml .ewm{position: absolute;left: 50%;top: -140px;width: 130px;height: 130px;background: #000;z-index: 1;display: none;transform: translateX(-50%);}
.footCon .lgewm .wml:hover .ewm{display: block;}
.footerB { padding:30px 50px 25px; text-align: right; border-top:1px solid rgba(255,255,255,0.2); }
.footerB p,.footerB p a { font-size: 12px;color:#999999;  }

@media(max-width: 1500px){
	.footerB { padding:20px 30px 15px; }
	.footerA { padding: 0 30px 7vw;}
	.fNavA { width: 300px; margin-right:5vw; }
	.fNavA ul li { width: 180px; }
	.fNavA ul li:nth-child(2) { width: 120px; }
}
@media(max-width: 1100px){
	.footer { padding:30px 0 0; }
	.footerA .fLogo img { height: 40px; }
	.fNavA { display: none; }
	.footerB { padding:15px 4%; text-align: center; }
	.footerA { padding: 0 4% 40px;}
	.footCon { width: 100%; }
	.footCon .t1 { font-size: 24px; margin:15px 0 8px; }
	.footCon .lgewm .wml .ewm { left:0; transform: translateX(0); }
}
@media(max-width: 600px){
	.footCon { width: 100%;  }
}
@media(max-width: 500px){
	.footCon .con { font-size: 15px; }
	.contactA-b { padding: 20px 0!important; }
}
@media(max-width: 360px){
	.footCon .con { font-size: 14px; }
}



.colorBlue { color:#0055ff!important }
.indexA { margin-top: 60px; padding:10vw 0 13vw; background: url(../images/indexabg.jpg) no-repeat center/cover; }
.indexA2 { position: relative; height: 760px; }
.indexA2 .mainTit { position: absolute; right:0; top:0; }
.indexA3 { transition: all 0.6s; width: 310px; border-radius: 10px; overflow: hidden; position: absolute; }
.indexA3 a { display: block; padding:30px 30px 38px; width: 100%; background: #fff; }
.indexA3 .t { font-size: 26px;color:#000000; }
.indexA3 .et { margin: 8px 0 22px; font-size: 16px;color:#d9d9d9; text-transform: uppercase; }
.indexA3 .icon {  }
.indexA3 .tit { position: relative; }
.indexA3 .tit .more { position: absolute; top:50%; right:0; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: url(../images/morea.png) no-repeat center #f1eeec; transition: all 0.6s; }
.indexA3:hover .tit .more { background: url(../images/moreb.png) no-repeat center #0055ff; }
.indexA21 { top:0; right:480px; }
.indexA22 { top:265px; right:90px; }
.indexA23 { bottom:0; right:480px; }
.indexA3:hover {  border-top-right-radius: 80px; }
@media(max-width: 1920px){
	.indexA3 { width: 16vw; }
	.indexA21 { top:0; right:24vw; }
	.indexA22 { top:13.6vw; right:4.5vw;  }
    .indexA23 { bottom:0; right:24vw; }
    .indexA2 { height:38vw; }
    .indexA3 a { padding:1.5vw 1.5vw 2vw; }
    .indexA3 .et { margin: 0.5vw 0 1.1vw;}
    .indexA3 .icon img { height: 3.5vw; }
    .indexA3:hover {  border-top-right-radius: 4vw; }
}
@media(max-width: 1700px){
	.indexA { margin-top:50px; }
	.indexA3 .t { font-size: 22px; }
	.indexA22 { right:2.5vw; }
	.indexA3 { width: 18vw; }
}
@media(max-width: 1500px){
	.indexA { margin-top:40px; }
	.indexA3 .t { font-size: 20px; }
	.indexA3 .et { font-size: 14px; }
	.indexA3 { width: 20vw; }
	.indexA22 { right:0.5vw; }
}

@media(max-width: 1100px){
	.indexA { margin-top:30px; }
	.indexA2 { height: auto; }
	.indexA2 .mainTit { position: relative; left:0; right:auto; }
	.indexA3 { width: 100%; margin-top: 20px; position: relative; top:0; right:0; left:0; border-radius: 10px; }
	.indexA22,.indexA23 { margin-top:16px; }
	.indexA3 a { padding: 20px 16px 30px; }
    .indexA3 .icon img { height: 60px; }
    .indexA3 .et { margin: 8px 0 16px;}
	.indexA { padding:40px 0 50px; }
	.indexA3:hover {  border-top-right-radius: 30px; }
}

.bgH { background: #f4f4f4; }
.indexB1 { display: flex; flex-wrap: wrap; }
.indexB1 { border-radius: 10px; transition: all 0.6s; overflow: hidden; position: relative; margin-top:-6vw; }
.indexB2 { transition: all 0.6s; background: url(../images/wyj.png) no-repeat calc(100% - 2vw) calc(100% - 2vw) #fff; background-size: 60% auto; padding: 76px 50px 0; width: 490px; float: left; }
.indexB2:hover { background-color: #0055fe; }
.indexB3 { transition: all 0.6s; position: relative; width: calc(100% - 490px); float: left; overflow: hidden; }
.indexB4 { position: absolute; left:0; bottom: 0; width: 100%; padding: 0 3.5vw 3.5vw; }
.indexB2 .smallMore { margin-top:36px; }
.indexB4 .smallMore { margin-top:28px; }
.smallMore { transition: all 0.6s; display: inline-block; font-size: 17px; padding-right: 20px; background: url(../images/more3.png) no-repeat right center; }
.smallMore2 { background: url(../images/more4.png) no-repeat right center; }
.indexB4:hover .smallMore,.indexB2:hover .smallMore { padding-right: 30px; }

.indexB3:hover { border-top-right-radius: 7vw; }
.indexB2:hover .mainTit .t,.indexB2:hover .mainTit .et,.indexB2:hover .smallMore { color:#fff!important; }
.indexB1:hover .indexB2 .smallMore { background: url(../images/more4.png) no-repeat right center; }

@media(max-width: 1600px){
	.indexB2 { background: url(../images/wyj.png) no-repeat calc(100% - 2vw) calc(100% - 2vw) #fff; background-size: 50% auto; padding: 3vw 2vw 0; width: 31%; }
	.indexB3 { width: 69%; }
	.indexB4 { padding: 0 3.5vw 3.5vw; }
}
@media(max-width: 1100px){
	.indexB { padding-top: 40px; }
	.indexB1 { margin-top:0; }
	.indexB2 { width: 100%; background: url(../images/wyj.png) no-repeat calc(100% - 2vw) calc(100% - 2vw) #fff; background-size: auto 100px; padding: 20px 16px 40px; }
	.indexB3 { width: 100%; }
	.indexB4 { padding: 0 16px 20px; }
	.indexB2 .smallMore { margin-top:25px; }
	.indexB4 .smallMore { margin-top:15px; }
}
@media(max-width: 400px){
	.indexB4 { padding: 0 16px 10px; }
	.indexB2 .smallMore { margin-top:2px; }
	.indexB4 .smallMore { margin-top:10px; }
}


.indexC { padding:7vw 0 7.5vw; }
.indexC2 { margin-top:3vw; }
.indexC3 { position: relative; transition: all 0.6s; background: #fff; padding:30px;  }
.indexC2 ul li { float: left; width: calc(33.3333% - 15px); margin-right: 20px; }
.indexC2 ul li:nth-child(3) { margin-right:0; }
.indexC2 ul li a { border-radius: 10px; overflow: hidden; transition: all 0.5s; display: block; }
.indexC2 ul li .img { transition: all 0.5s; border-radius: 5px;overflow: hidden; }
.indexC3 .fixD { position: absolute; left:30px; top:30px; opacity: 0; }
.indexC3 .mainD .md { font-size: 28px; color:rgba(0,0,0,0.4); }
.indexC3 .mainD .y { font-size: 16px; color:rgba(0,0,0,0.4); }
.indexC3 .tit { margin:30px 0 0; position: relative; }
.indexC3 .tit .mainD { position: absolute; left: 0; top: 0; float: left; width:100px; }
.indexC3 .con { float: right; width:calc(100% - 100px); }
.indexC3 .con .t { font-size: 22px;color:#000; line-height: 35px; height: 105px; overflow: hidden;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; }
.indexC3 .con .c { margin: 20px 0 4.5vw; font-size: 14px;color:#666666; line-height: 20px; height: 60px; overflow: hidden;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; }
.indexC3 .con .more { border-top:1px solid rgba(0,0,0,0.2); padding-top:20px; font-size: 16px; }
.indexC3 .con .more .tt { padding-right: 20px; background: url(../images/morea.png) no-repeat right center; }


.indexC2 ul li:hover .indexC3 { background: rgba(255,255,255,0); }
.indexC2 ul li:hover .indexC3 .mainD { opacity: 0; }
.indexC2 ul li:hover .indexC3 .con { width: 100%; }
.indexC2 ul li:hover .indexC3 { background: none; }
.indexC2 ul li:hover .img { opacity: 0; }
.indexC2 ul li:hover a { border-top-right-radius: 7vw; }
.indexC2 ul li:hover .indexC3 .fixD { opacity: 1; }
.indexC2 ul li:hover .indexC3 .mainD .md,.indexC2 ul li:hover .indexC3 .mainD .y { transition: all 0.6s; color:rgba(255,255,255,0.3); }
.indexC2 ul li:hover .indexC3 .con .t,.indexC2 ul li:hover .indexC3 .con .c,.indexC2 ul li:hover .indexC3 .con .more { transition: all 0.6s; color:#fff; }
.indexC2 ul li:hover .indexC3 .con .more { border-color:rgba(255,255,255,0.3); }

@media(max-width: 1600px){
	.indexC3 .mainD .md { font-size: 26px; }
	.indexC3 .con .t {font-size: 20px; line-height: 32px; height: 96px;}
}
@media(max-width: 1400px){
	.indexC3 .tit { margin-top: 20px;}
	.indexC3 .mainD .md { font-size: 24px; }
	.indexC3 { padding: 20px; }
	.indexC3 .fixD { left:20px; top:20px; opacity: 0; }
	.indexC3 .con .t {font-size: 20px; line-height: 32px; height: 96px;}
}
@media(max-width: 1100px){
	.indexC2 { margin-top:30px; }
	.indexC2 ul li { width: 100%; margin-right:0; }
	.indexC2 ul li:nth-child(n+2) { margin-top:15px; }
	.indexC3 { padding: 16px; }
	.indexC3 .con .t {font-size: 18px; line-height: 1.6; height: auto;}
	.indexC3 .con .c {font-size: 15px; line-height: 1.6; height: auto; margin: 15px 0 24px;}
	.indexC3 .tit .mainD { position: relative; left:0; top:0; float: left; width: 100%; margin-bottom: 10px; }
	.indexC2 ul li:hover .indexC3 { background: rgba(255,255,255,0); }
	.indexC2 ul li:hover .indexC3 .mainD { opacity: 1; }
	.indexC2 ul li:hover .indexC3 .con { width: 100%; }
	.indexC2 ul li .indexC3 .con { width: 100%; }
	.indexC2 ul li:hover .indexC3 { background: none; }
	.indexC2 ul li:hover .img { opacity: 1; }
	.indexC2 ul li:hover a { border-top-right-radius: 10px; }
	.indexC2 ul li:hover .indexC3 .fixD { opacity: 0; }
	.indexC2 ul li:hover .indexC3 .mainD .md,.indexC2 ul li:hover .indexC3 .mainD .y { transition: all 0.6s; color:rgba(255,255,255,0.3); }
	.indexC2 ul li:hover .indexC3 .con .t,.indexC2 ul li:hover .indexC3 .con .c,.indexC2 ul li:hover .indexC3 .con .more { transition: all 0.6s; color:#fff; }
	.indexC2 ul li:hover .indexC3 .con .more { border-color:rgba(255,255,255,0.3); }


}


/**/
.location { line-height: 70px; background: #fff; }
.location a,.location span { font-size: 14px;color:#666666; }
.location a.home { display: inline-block; padding-left: 26px; background: url(../images/home.png) no-repeat left center; }

.nYnav { float: right; }
.nYnav a { border-bottom: 2px solid rgba(0,0,0,0); display: inline-block; margin-left: 30px; }
.nYnav a .pic2 { display: none; }
.nYnav a .icon { display: inline-block; padding: 21px 0; height: 70px; }
.nYnav a span { vertical-align: top; }
.nYnav a span.t { font-size: 16px;color:#071953; }
.nYnav a.cur .pic1 { display: none; }
.nYnav a.cur .pic2 { display: inline-block; }
.nYnav a.cur .t { color:#0055ff; }
.nYnav a.cur { border-color:#0055ff; }

@media(max-width: 1100px){
	.location { line-height: 40px; }
	.nYnav { display: none; }
}



.solutionsA1 { margin-bottom:50px; border-bottom:1px solid #dedede; }
.solutionsA1 a { margin-right: 40px; padding: 0 20px 0 10px; transition: all 0.6s; display: inline-block; font-size: 30px;color:#333333; margin-bottom: -1px; border-bottom: 1px solid rgba(0,0,0,0); padding-bottom: 20px; line-height: 60px;  }
.solutionsA1 a.cur { color:#0055ff; font-size: 40px; border-bottom:1px solid #0055ff;  }

.solutionsA { padding: 6vw 0 6vw; background: #f1f2f6; }
.solutionsA ul { display:flex; flex-wrap:wrap; }
.solutionsA ul li { background:#fff; border-left: 2px solid #fff; float:left; width: calc(25% - 15px); margin-right:20px; border-radius:5px; overflow: hidden; }
.solutionsA ul li:nth-child(4n) { margin-right:0; }
.solutionsA ul li:nth-child(n+5) { margin-top:20px; }
.solutionsA ul li a { display:block; padding: 30px 0 50px; position: relative; background: #fff; }    
.solutionsA .con {  font-size:18px; color:#333; padding: 0 20px; bottom: 30px; }
.solutionsA ul li .t2 { display:inline-block;padding-right: 20px; background: url(images/jtmore2.png) no-repeat right center; }


.solutionsA-a .t1 { height: 60px; padding: 0 25px; text-align: left; }
.solutionsA-a .t1 span { display: inline-block; padding:12px 30px; background: #0055ff; border-radius: 60px; font-size: 20px;color:#fff; }
.solutionsA-a .moreT { display: inline-block; padding:14px 35px; font-size: 16px;color: #666666; border:1px solid #666666; border-radius: 50px; }
.solutionsA-a .moreT i { font-style: normal; display: inline-block; padding-right: 22px; background: url(../images/more5.png) no-repeat right center; }
.solutionsA-a .moreT em { font-style: normal; display: inline-block; padding-right: 22px; background: url(../images/more5.png) no-repeat right center; }
.solutionsA-a:hover .moreT { background: #666666; }
.solutionsA-a:hover .moreT em { color: #fff; background: url(../images/moreb.png) no-repeat right center; }
.solutionsA ul li:hover { border-color: #0055ff; }
.solutionsA ul li .t2 { margin-bottom: 16px; height: auto; }
@media(max-width:1920px){
	.solutionsA1 { margin-bottom:2.5vw; }
	.solutionsA1 a { margin-right: 2vw; padding: 0 1.5vw 0 1vw; font-size: 30px; line-height: 60px;  }
	.solutionsA1 a.cur { font-size: 40px; }
}
@media(max-width:1700px){
	.solutionsA-a .t1 { height: 50px; }
	.solutionsA ul li .t2 { height: auto; padding:0!important; }
	.solutionsA1 a { padding:10px 30px; font-size:18px; }
	.solutionsA-a .t1 span { font-size: 18px; }
	.solutionsA1 { margin-bottom:2.5vw; }
	.solutionsA1 a { margin-right: 2vw; padding: 0 1.5vw 20px 1vw; font-size: 28px; line-height: 50px;  }
	.solutionsA1 a.cur { font-size: 36px; }
	.solutionsA-a .moreT { padding: 12px 35px; }
}
@media(max-width:1300px){
	.solutionsA-a .t1 { padding: 0 15px; }
	.solutionsA-a .t1 span { font-size: 16px; }
	.solutionsA1 a { padding:10px 30px; font-size:16px; }
	.solutionsA1 { margin-bottom:2.5vw; }
	.solutionsA1 a { margin-right: 2vw; padding: 0 1.5vw 10px 1vw; font-size: 24px; line-height: 52px;  }
	.solutionsA1 a.cur { font-size: 32px; }
    .solutionsA .con { font-size:16px; padding: 0 15px; bottom: 20px; }
    .solutionsA ul li a { padding: 20px 0 30px; }
}
@media(max-width:1100px){
	.solutionsA1 { margin-bottom: 25px; }
	.solutionsA1 a { margin-right: 20px; padding: 0 15px 10px 10px; font-size: 20px; line-height: 40px;  }
	.solutionsA1 a.cur { font-size: 28px; }
    .solutionsA { padding: 40px 0 50px; }
    .solutionsA ul li { width: calc(50% - 15px); margin-right:30px; }
    .solutionsA ul li:nth-child(4n) { margin-right:30px; }
    .solutionsA ul li:nth-child(2n) { margin-right:0px; }
    .solutionsA ul li:nth-child(n+3) { margin-top:30px; }
}
@media(max-width: 600px){
    .solutionsA ul li { width: calc(50% - 6px); margin-right:12px; }
    .solutionsA ul li:nth-child(4n) { margin-right:12px; }
    .solutionsA ul li:nth-child(2n) { margin-right:0px; }
    .solutionsA ul li:nth-child(n+3) { margin-top:12px; }
    .solutionsA-a .moreT { display: none; }
	.solutionsA ul li .t2 { height: auto; margin-bottom:0; }
	    
	
	
}
@media(max-width: 500px){
	.solutionsA-a .t1 span { padding:8px 20px; font-size: 14px; }
}


/**分页器**/
.fyq {	text-align: center;	margin-top: 2vw; }
.page {	line-height: 24px;	text-align: center;}
.page a { transition: all 0.5s; display: inline-block;margin: 0 5px; border-radius: 3px 10px 3px 3px; padding: 10px 18px;border: 1px solid #e8e8e8;color: #666666;vertical-align: top;font-size: 16px;}
.page a:hover,.page .current,.page .cur {border-color: #0055ff;background: #0055ff;	color: #fff;}
.page span {margin-right: 6px;}
@media(max-width: 1024px){
	.fyq { margin-top: 20px;  }
	.page a { padding: 6px 12px; }
}




/*2023 新增投资者关系样式*/
/* 投资者关系综合页 */
.tzzgxA { background: #f1f2f6; }
.tzzgxB { padding:110px 0 50px; }
.tzzgxB-a { position: relative; }
.tzzgxA-a { background-size: auto 80%; position: relative;z-index: 10; border-radius: 12px; overflow: hidden;}
.tzzgxA-b .cje { font-size: 16px;color:#666;}
.tzzgxA-b .t {font-size: 42px;color: #0055ff;}
.tzzgxA-b .t span { display:inline-block; font-size: 18px;color: #333;}
.tzzgxA-b .c {font-size: 60px;color: #0055ff;margin: 10px 0 16px; line-height: 1; font-weight: bold;}
.tzzgxA-b .c em { font-style: normal; vertical-align: bottom; font-size: 0; }
.tzzgxA-b .cc span {display: inline-block; text-align: center; font-size: 20px;line-height: 1; color: #333; vertical-align: bottom;padding-top: 16px; padding-bottom: 6px; width: 40px; position: relative;}
.tzzgxA-b .cc span i {text-align: center; position: absolute;width: 20px;height: 30px;position: absolute;top: 0; left: 50%; transform: translateX(-50%); }
.tzzgxA-b .cc span i.zhang {background: url(../images/tzzgxa.png) no-repeat top center/cover;  }
.tzzgxA-b .cc span i.die {background: url(../images/die.png) no-repeat top center/cover; }
.tzzgxA-b .change {line-height: 34px;font-size: 22px;margin-top: 15px;}
.tzzgxA-b .change span {display: inline-block;width: 12px;height: 24px;vertical-align: top;}
.tzzgxA-b .c .cc { float: left; margin-right: 20px; }
.tzzgxA-b .c .change { float: left; }
.tzzgxA-b .change i { font-style:normal; display:inline-block; padding-left: 5px; vertical-align:top; line-height: 24px; }
.tzzgxA-b .up { line-height: 24px; color: #e60112;}
.tzzgxA-b .down { line-height: 24px; color: #ff0000;}
.tzzgxA-b .up span { display: inline-block; vertical-align:top;  background: url(../images/top.png) no-repeat center; }
.tzzgxA-b .down span { display: inline-block; vertical-align:top;  background: url(../images/down.png) no-repeat center; }
.tzzgxA-c { margin-top: 2vw; }
.tzzgxA-c ul li {float: left;margin-right: 3vw; padding-left: 18px; border-left:2px solid #d8e3ee; }
.tzzgxA-c ul li:last-child { margin-right:0; }
.tzzgxA-c ul li .t {font-size: 18px;color: #333333;}
.tzzgxA-c ul li .c {font-size: 36px;color: #0055ff;margin-top: 6px; }
.tzzgxA-c ul li .c span {font-size: 20px;}
.tzzgxA-d {margin-top: 40px;}
.tzzgxA-d p {font-size: 16px;color: #666666;line-height: 1.6;}
.tzzgxA-a1 { float:left; width: 56%; }
.tzzgxA-a2 { float:right; width: 40%; border-radius:10px; overflow: hidden; }
@media(max-width:1780px) {
	.tzzgxB { padding:90px 0 40px; }
	.tzzgxA-b .t {font-size: 32px;}
	.tzzgxA-b .c {font-size: 46px;}
	.tzzgxA-b .cc span { font-size: 18px; }
	.tzzgxA-d {margin-top: 30px;}
	.tzzgxA-c ul li .c {font-size: 32px;}
}
@media(max-width:1500px) {
	.tzzgxB { padding:70px 0 30px; }
	.tzzgxA-b .t {font-size: 24px;}
	.tzzgxA-b .c {font-size: 42px;}
	.tzzgxA-b .c span { font-size: 16px; }
	.tzzgxA-c ul li .c {font-size: 28px;}
	.tzzgxA-c ul li .c span {font-size: 16px;}
	.tzzgxA-d p {font-size: 14px;line-height: 1.8;}
}
@media(max-width:1300px) {
	.tzzgxB { padding:50px 0 20px; }
	.tzzgxA-b .t {font-size: 20px;}
	.tzzgxA-b .c {font-size: 32px;}
	.tzzgxA-b .c span { height: 34px; }
	.tzzgxA-c ul li .c {font-size: 28px;}
	.tzzgxA-c ul li .c span {font-size: 16px;}
	.tzzgxA-d {margin-top: 10px;}
	.tzzgxA-d p {font-size: 14px;line-height: 1.8;}
	.tzzgxA-c ul li .t {font-size: 16px;}
}
@media(max-width:1100px) {
	.tzzgxB { padding:30px 0 30px; }
	.tzzgxA-a1 { width: 100%; }
	.tzzgxA-a2 { width: 100%; margin-top: 20px; border-radius:10px; overflow: hidden; }
	.tzzgxA-b .t {font-size: 24px;}
	.tzzgxA-b .c {font-size: 40px;}
	.tzzgxA-b:after {width: 100%;height: 1px;left: 0;bottom: 0;top: auto;}
	.tzzgxA-c ul li .c {font-size: 28px;}
	.tzzgxA-c ul li .c span {font-size: 16px;}
	.tzzgxA-d {margin-top: 10px;}
	.tzzgxA-d p {font-size: 14px;line-height: 1.8;}
	.tzzgxA-c ul li .t {font-size: 16px;}
	.tzzgxA-a {margin-top: 0; }
	.investorD {padding-top: 30px;}
	.tzzgxA-c { margin-top:20px; }
}
@media(max-width:750px) {
	.tzzgxA-c ul li .c { font-size:24px; }
	.tzzgxA-c ul li {width: 50%;margin: 10px 0;}
}

.tzzgxC ul li { padding: 4vw 0; background: #fff; }
.tzzgxC ul li:nth-child(2n) { background: #f2f2f2;  }
.tzzgxC-a { position: relative; }
.tzzgxC-a .con { position: absolute; left:0; top:50%; transform:translateY(-50%); width: 45%; }
.tzzgxC-a .img { border-radius:12px; overflow: hidden; float:right; width: 48%; }
.tzzgxC-a .t { font-size:2vw; color:#333; }
.tzzgxC-a .c { margin: 10px 0 30px; font-size:16px; color:#666; line-height: 1.6; }
.tzzgxC ul li:nth-child(2n-1) .img { float:left; }
.tzzgxC ul li:nth-child(2n-1) .con { left: auto; right:0; }


/*.tzzgxC .more { transition: all 0.6s; display: inline-block; line-height: 42px; padding-right:  55px; position: relative; font-size: 17px;color:#071953; }
.tzzgxC .more span { position: relative; z-index: 10; line-height: 42px; display: inline-block; }
.tzzgxC .more:hover { padding-left: 10px;  }
.tzzgxC .more:hover i { width: 100%; }
.tzzgxC .more:hover span { color:#fff; }*/

.tzzgxC .more i,.moreM .moreA i { border-radius: 50%; background: url(../images/more4.png) no-repeat calc(100% - 13px) center #0055ff; }
.tzzgxC .more:hover,.moreM .moreA:hover { padding-left:24px; padding-right:6px; }


@media(max-width:1100px){
	.tzzgxC ul li { padding: 40px 0; }
	.tzzgxC-a .con { margin-top:20px; position: relative; left:0; top:0; transform:translateY(0); width: 100%; }
	.tzzgxC-a .img { width: 100%; float:none; }
	.tzzgxC-a .t { font-size:20px; color:#333; }
	.tzzgxC-a .c { margin: 8px 0 20px; }
	.tzzgxC ul li:nth-child(2n) .img { float:none; }
	.tzzgxC ul li:nth-child(2n) .con { left: auto; right:0; }
}

.rlzy-dlk{background: #ffffff;padding: 5vw 0;}
.rlzy-dlk .dlk-a{ position: relative;margin-bottom: 40px; overflow: hidden;}
.rlzy-dlk .dlk-b .dlk-aws{ background: blue;font-size: 18px; color: #ffffff; line-height: 66px;}
.rlzy-dlk .dlk-b .dlk-be { background: #ffffff;  }
.rlzy-dlk .dlk-b .dlk-be .dlk-c .dlk-c1 {   }
.rlzy-dlk .dlk-b .dlk-be .dlk-c .dlk-c1 a { display: block; font-size: 16px;color:#666666; }
.rlzy-dlk .dlk-b .dlk-be .dlk-c .dlk-c1 a .clearfix { display:flex; flex-wrap:wrap; }
.rlzy-dlk .dlk-b .dlk-be .dlk-c .dlk-c1 a .zfdo{float: left;color: #666666;}
.rlzy-dlk .dlk-b .dlk-be .dlk-c .dlk-c1 span { display:inline-block; padding-right: 20px; background: url(../images/more5.png) no-repeat right center; }
.rlzy-dlk .dlk-b .dlk-be .dlk-c .dlk-c1:nth-child(2n-1) { background: #f2f2f2; }
.rlzy-dlk .dlk-b .dlk-aws .zh16{float: left;color: #fff;}
.rlzy-dlk .dlk-b { border-radius:6px; overflow: hidden; margin-bottom: 50px; }
.rlzy-dlk .dlk-b .dlk-aws .ddpc .suub { display: none; position: absolute; left:0; top: 20px; width: 100%; padding-top: 20px;}
.rlzy-dlk .dlk-b .dlk-aws .ddpc .sub { padding: 10px; background: #efefef;}
.rlzy-dlk .dlk-b .dlk-aws .ddpc .suub a { display: block; font-size: 16px; padding: 10px 0; text-align: center;}
.rlzy-dlk .dlk-b .dlk-aws .ddpc:hover .suub { display: block;}
.rlzy-dlk .tt{width: 25%; border-right:1px solid rgba(200,200,200,0.3); line-height: 70px; }
.rlzy-dlk .tt:last-child { border:none; }
.rlzy-dlk .tentc{text-align: center;}
.rlzy-dlk .dlk-b .dlk-be .dlk-c .dlk-c1:hover a .zfdo { color:#0055ff; }
.rlzy-dlk .dlk-b .dlk-be .dlk-c .dlk-c1:hover span { background: url(../images/more3.png) no-repeat right center; }
@media(max-width: 1622px) {
	.rlzy-dlk .dlk-b .dlk-be { margin-bottom: 40px; }
}
@media(max-width: 1600px) {
	.rlzy-dlk .dlk-b .dlk-aws .ddpc:before {right: -13px;}
	.rlzy-dlk .dlk-b .dlk-aws .zh16 { font-size: 16px; }
}
@media(max-width: 1450px) {
	.rlzy-dlk .dlk-b .dlk-aws { line-height: 54px; }
	.rlzy-dlk .dlk-a { margin-bottom: 30px; }
	.rlzy-dyk .dyk-left .dyk-leftc {margin: 36px 0 31px;}
	.rlzy-dyk .dyk-left .dyk-leftd p {margin-bottom: 20px;}
	.rlzy-dyk .dyk-left .dyk-leftc {margin: 30px 0 25px;}
	.rlzy-dlk .dlk-b .dlk-be { margin-bottom: 30px; }
}
@media(max-width: 1350px) {
	.rlzy-dlk .dlk-b .dlk-aws .ddpc:before{right: -17px;}
}
@media(max-width: 1100px) {
	.rlzy-dyk .dyk-left{width: 100%;}
	.rlzy-dyk .dyk-right{width: 100%;margin-top: 20px;}
	.rlzy-dyk .dyk-left .dyk-leftc{font-size: 20px;margin: 10px 0 15px;}
	.rlzy-dyk .dyk-left .dyk-leftd p{font-size: 16px;}
	.rlzy-dlk .t2,.rlzy-dlk .t3 { display: none; } 
	.rlzy-dlk .tt {width: 33.3333%;}
}
@media(max-width: 750px) {
	.rlzy-dyk .dyk-left .dyk-leftd p{font-size: 14px;}
	.rlzy-dsk .dsk-b .swiper-zfra .swiper-slide .slide-zi{padding: 15px;font-size: 14px;}
	.rlzy-dlk .t2,.rlzy-dlk .t3,.rlzy-dlk .t5 { display: none; } 
	.rlzy-dlk .tt {width: 50%;}
	.rlzy-dlk .t4 { border:none; }
	.rlzy-dlk .dlk-b .dlk-be .dlk-c .dlk-c1 a .zfdo{font-size: 14px;}
	.rlzy-dlk .dlk-a .dlk-left { width: 100%; }
	.rlzy-dlk .dlk-a .dlk-right { width: 100%; position: relative; left:0; bottom:0; float: left; margin-top: 15px; }
}
@media(max-width: 416px) {
	.rlzy-dlk .dlk-a .dlk-right .more:after { width: 40px; height: 40px; }
	.rlzy-dlk .dlk-a .dlk-right .more { font-size: 12px; padding-left:50px; }
	.rlzy-dlk .dlk-a .dlk-right .more a { font-size: 12px; }
	.rlzy-dlk .t1{overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
}


/*职业发展*/
.talentA { padding: 5vw 0 6vw; background: #f6f3f3; }
.talentA-b { margin-top: 2vw; }
.talentA-b ul { display:flex; flex-wrap:wrap; }
.talentA-b ul li { transition: all 0.6s; border-radius: 8px; width: calc(33.33333% - 10px); background: #fff; padding: 60px 30px 50px; margin-right:15px; }
.talentA-b ul li:nth-child(3n) { margin-right: 0; }
.talentA-b ul li .pic2 { display: none; }
.talentA-b ul li:hover .pic1 { display: none; }
.talentA-b ul li:hover .pic2 { display: inline-block; }
.talentA-b .t { font-size:26px; color:#000; opacity: 0.5; margin:15px 0 25px; padding-bottom: 15px; position: relative; }
.talentA-b .t:after { content:''; width: calc(100% + 75px); position: absolute; left:0; bottom:0; height: 1px; background: #ddd; }
.talentA-b .t:before { content:''; width: 15px; height: 15px; position: absolute; left:0; bottom: -8px; z-index: 1; background: #ddd; border-radius:50%; }
.talentA-b ul li:nth-child(3) .t:after { width: 100%; }
.talentA-b ul li:hover .t:before { background: #0055ff; }
.talentA-b ul li:hover .t { color: #0055ff; opacity: 1; }
.talentA-b ul li:hover { border-top-right-radius: 5vw; }
.talentA-b .c { font-size:16px;color:#999; line-height: 1.6;  }
.talentA-b ul li:hover .c { color:#333; }
@media(max-width: 1500px){
	.talentA-b ul li { padding: 3.5vw 1.5vw 3vw; }
	.talentA-b .t:after { content:''; width: calc(100% + 3vw + 15px); }
	.talentA-b .t { font-size:18px; }
}
@media(max-width: 1100px){
	.talentA { padding: 40px 0 50px; }
	.talentA-b { margin-top: 20px; }
	.talentA-b ul li { width: 100%; margin-right:0; }
	.talentA-b ul li:nth-child(n+2) { margin-top: 15px; }
	.talentA-b ul li { padding: 20px 16px 30px; }
	.talentA-b .t:after { width: 100%; }
	.talentA-b ul li img { height: 60px; }
}


.talentB {background: #fff;}
.talentB-b { margin-top:2vw; }
.talentB-b ul { display:flex; flex-wrap:wrap; }
.talentB-b ul li { transition: all 0.6s; border-left: 2px solid #f2f2f2; border-radius: 8px; width: calc(25% - 12px); background: #f6f6f7; padding: 40px 30px 50px; margin-right:16px; }
.talentB-b ul li:nth-child(4n) { margin-right: 0; }
.talentB-b ul li:hover { border-color: blue;border-top-right-radius: 5vw; }
.talentB-b .num { font-size:3.5vw; color:rgba(8,28,63,0.5); }
.talentB-b ul li:hover .num { color:#0055ff; }
.talentB-b .t { font-size:24px; color:#000000; margin: 16px 0 25px; }
.talentB-b .c { font-size:16px; color:#666; line-height: 1.6; }
@media(max-width:1500px){
	.talentB-b .t { font-size:22px; }
	.talentB-b ul li { padding: 2.5vw 1.5vw 3vw; }
}
@media(max-width:1100px){
	.talentB-b .num { font-size: 36px; }
	.talentB-b { margin-top:20px; }
	.talentB-b .t { font-size:20px; margin:10px 0 15px; }
	.talentB-b ul li { width: 100%; margin-right:0; }
	.talentB-b ul li:nth-child(n+2) { margin-top: 15px; }
	.talentB-b ul li { padding: 20px 16px 30px; }
}

.talentC { background: #f1f2f6; position: relative; padding:6.5vw 0; }
.talentC:before {content:''; width: 35%; height: 100%; background: #fff; left:0; top:0; position: absolute; box-shadow: 10px 0px 15px 0 #f1f2f6; background:#fff; }
.aboutCA:before { content:''; width: 35%; height: 100%; background: #fff; background: url(../images/addbg5.jpg) no-repeat center/cover; left:0; top:0; position: absolute; box-shadow: 10px 0px 15px 0 #f1f2f6; }
.talentC1 { display: flex; flex-wrap: wrap; position: relative; z-index: 5; }
/*.talentC2 { float: left; width: 38%; background: url(../images/wyj.png) no-repeat left calc(100% - 20px); }*/
.talentC2 { float: left; width: 38%; }
.talentC2 .mainTit .c { font-size: 16px;color:#000000; line-height: 1.6; }
.talentC2 .mainTit { max-width: 355px; }
.aboutCA .talentC2 .mainTit .t  { color:#fff; }
.talentC3 { float: right; width: 62%; max-width: 990px; }
.talentC3 .img { width: 320px; border-radius: 6px; overflow: hidden; float: left; }
.talentC3 a { display: block; border-radius:10px 4vw 10px 10px; overflow: hidden; padding: 26px; }
.talentC3 ul li:nth-child(2) { margin-top:10px; }
.talentC3 .con { width: calc(100% - 360px); float: right; padding-top:30px; }
.talentC3 .t { font-size: 28px;color:#000000; }
.talentC3 .c { font-size: 18px;color:#000000; line-height: 1.6; margin:10px 0 30px; }
.talentC3 .smallMore { color:#0055ff;margin-top: 20px; }
.talentC3 ul li:hover a { background: #0055ff; }
.talentC3 ul li:hover .t,.talentC3 ul li:hover .c { color:#fff; }


@media(max-width: 1500px){
	.talentC3 .img { width: 250px; }
	.talentC3 .con { width: calc(100% - 280px); padding-top:10px; }
	.talentC3 .t { font-size: 22px; }
	.talentC3 .c { margin: 10px 0 20px; }
	.talentC2 .mainTit .c { font-size: 16px; }
}

@media(max-width: 1100px){
	.talentC .container { width: 100%; }
	.talentC2 .mainTit { max-width: 100%; }
	.talentC2 { width: 100%; padding: 20px 4% 30px; background: #fff; box-shadow: 10px 0px 15px 0 #f1f2f6;  }
	.talentC3 { width: 100%; padding: 30px 4% 60px; max-width: 100%;}
	.talentC { padding:0 0 50px; }
	.talentC:before { display: none; }
	.talentC3 .img { width: 250px; }
	.talentC3 .con { width: calc(100% - 280px); padding-top:10px; }
	.talentC3 .t { font-size: 22px; }
	.talentC3 .c { margin: 10px 0 20px; }
    
    .aboutCA .talentC2 .mainTit .t  { color:#000; }
    
}

@media(max-width: 750px){
	.talentC3 a { padding:12px; border-radius: 10px; }
	.talentC3 { width: 100%; padding: 30px 4% 50px; max-width: 100%;}
	/*.talentC { padding:0 0 50px; }*/
	.talentC:before { display: none; }
	.talentC3 .img { width: 100%; }
	.talentC3 .img img { width: 100%; }
	.talentC3 .con { width: 100%; padding-top:10px; }
	.talentC3 .t { font-size: 22px; }
	.talentC3 .c { margin: 10px 0 20px; }
}















.constitutionA,.newsA { padding:5vw 0 6vw; }
.constitution-a ul li { margin-bottom:  12px; background: #fff; border-radius: 6px; overflow: hidden; }
.constitution-a ul li a { background: url(../images/consb.png) no-repeat 40px center; padding:30px 100px;  font-size: 18px;color:#333333; position: relative; display: block;}
.constitution-a ul li:hover a { color:#0055ff; background: url(../images/consb.png) no-repeat 40px center; }
.constitution-a ul li a span.more { position: absolute; right:40px; top:50%; transform: translateY(-50%); width: 30px; height: 30px; background: url(../images/consc.png) no-repeat center; }
.constitution-a ul li a span.d { font-size: 16px;color:#666666; position: absolute; right:100px; top:50%; transform: translateY(-50%); }
/*.constitution-a ul li:hover a span.more { background: url(../images/consd.png) no-repeat center #ff0000; }*/
/*.constitution-a ul li:hover { background: #fbfbfc; }*/
.constitution-a ul li a span.t { max-width: 60%; display: block; }
.constitutionA1 { border-bottom:1px solid #dedede; margin-bottom:50px; }
.constitutionA1 .mainTit { position: relative; padding-bottom :20px; }
.constitutionA1 .mainTit:after { content:''; width: 5vw; height: 3px; background: #0055ff; position: absolute; left:0; bottom:-2px; }

@media(max-width: 1480px){
    .constitution-a ul li a { padding: 30px;background: url(../images/consa.png) no-repeat 10px center; }
    .constitution-a ul li a span.more { right:20px; }
    .constitution-a ul li a span.d { right:70px; }
    .constitutionA1 { border-bottom:1px solid #dedede; margin-bottom: 40px; }
}
@media(max-width: 750px){
	.constitutionA1 .mainTit { padding-bottom :10px; }
	.constitutionA,.newsA { padding: 40px 0 50px; }
    .constitution { padding:30px 0 50px; }
    .constitution-a ul li a span.t { max-width: calc(100% - 40px); }
    .constitution-a ul li a { padding: 15px 20px 15px 15px; font-size: 16px; }
    .constitution-a ul li a span.more { right:20px; }
    .constitution-a ul li a span.d { right:60px; font-size: 14px; }
    .constitutionA1 { margin-bottom:30px; }
}
@media(max-width: 550px){
    .constitution-a ul li a { font-size: 14px; }
    .constitution-a ul li a span.more { right:12px; }
    .constitution-a ul li a span.d { right:56px; font-size: 14px; }
}
@media(max-width: 450px){
    .constitution-a ul li a span.d { display: none; }
}



.newsA-a { position: relative; }
.newsA-b ul li { border-left: 2px solid rgba(0,0,0,0); margin-bottom:20px; border-radius:5px; overflow: hidden; }
.newsA-b ul li a { display:block; padding: 20px; background: #ffffff; }
.newsA-b ul li .img { border-radius:5px; overflow: hidden; float:left; width:300px; }
.newsA-b ul li .con { width: calc(100% - 380px); position: absolute; left: 340px; top:50%; transform:translateY(-50%); }
.newsA-b .d { font-size:14px; color:#999; }
.newsA-b .t { font-size:24px; color:#000000; margin: 6px 0 15px; }
.newsA-b .c { font-size:16px; color:#666; line-height: 1.6; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; }

.newsA-b .smallMore { display:inline-block; margin-top: 20px; font-size:16px; color:#666; padding-right: 20px; background: url(../images/jtmore2.png) no-repeat right center; }
.newsA-b .smallMoreA { display:inline-block; margin-top: 20px; font-size:16px; color:#333; padding-right: 20px;  background: url(../images/more3.png) no-repeat right center; }
.newsA-b ul li:hover { border-left: 2px solid #0055ff; }
.newsA-b ul li:hover .t { color:#0055ff; text-decoration: underline; }

@media(max-width:1600px){
	.newsA-b .t { font-size: 22px; }
}
@media(max-width:1300px){
	.newsA-b .t { font-size: 20px; }
    .newsA-b ul li a { padding: 15px; }
    .newsA-b ul li .img { width: 260px; }
    .newsA-b ul li .con { width: calc(100% - 300px); position: absolute; left: 280px; }
    .newsA-b .t { font-size:16px; margin: 5px 0 12px; }
    .newsA-b .c { font-size:15px; line-height: 1.5; }
    .newsA-b .smallMore,.newsA-b .smallMoreA { font-size:14px; margin-top: 15px; }
}
@media(max-width:1100px){
    .newsA-b ul li a { padding: 12px; }
    .newsA-b ul li .img { width: 140px; }
    .newsA-b .smallMore,.newsA-b .smallMoreA { display:none; }
    .newsA-b .t { font-size:16px; margin: 4px 0 6px; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; }
    .newsA-b .c { font-size:15px; line-height: 1.5; -webkit-line-clamp: 1; }
    .newsA-b ul li .con { width: calc(100% - 150px); left: 150px;}
    .newsA-b ul li { margin-bottom:15px;}
}



/* 新闻详情页 */
.newA { padding:4.5vw 0 5vw; }
.newA-a { background: #fff; padding: 2vw 1.6vw; border-radius: 12px; float: left; width: 68%; }
.newA-a.w100 { width: 100%; }
.newA-b .topTit .d { font-size: 16px;color:#0055ff; }
.newA-b .topTit .t { line-height: 1.1; font-size: 1.5vw;color:#333333; margin-top:10px; }
.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: 1.4; color:#666666; }
/* .newA-c p:nth-child(n+2) { margin-top: 16px; } */

@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; }
}
@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; }
}
@media(max-width: 400px){
	.newA-e { width: 100%; height: 38px; }
}
.newB { width: 30%; float: right; }
.newB-a { background: #fff; padding: 2vw 1.5vw; border-radius: 12px; overflow: hidden; }
.newB-a .topTit {  padding-bottom: 1vw; border-bottom: 1px solid #dedede; }
.newB-a .topTit .t { padding-left: 32px; background: url(../images/titbg.png) no-repeat 3px center; font-size: 1.5vw; color:#333333; }
.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/lanmubg.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:#0055ff;}
.newB-b { margin-top: 30px;}
.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: 16px;color:#0055ff; }
.newB-a dl dd .t { background: url(../images/more5.png) no-repeat right center;  margin-top:5px; line-height: 1.4; font-size: 24px; font-weight: normal; color:#333333; }
.newB-a dl dd .c { font-size: 16px; display: block; margin-top:6px; }
@media(max-width: 1500px){
	.newB-a dl dd .t { font-size: 20px; }
}
@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;}
	.newB-a dl dd .t { font-size: 16px; }
	.newB-a dl dd .d { font-size: 14px; }
}
@media(max-width: 1024px){
	.newB-b { display: none;}
	.newB { width: 100%; margin-bottom: 15px; }
	.newB-a { padding: 20px 12px; }
}
.newA-f { width: calc(100% - 150px); }
.newA-f .tt { font-size: 18px;color:#0055ff; padding-left: 34px; background: url(../images/tougao.png) no-repeat left center; }
.newA-f .cc { font-size: 16px;color:#333333; margin-top:8px; }
.newA-f .tt a { color:#0055ff; }

.newA-d .sxp{position: relative;margin-top: 36px;padding-top: 36px;border-top:1px solid #eeeeee;}
.newA-d .sxp .left1{float: left;width: 50%;}
.newA-d .sxp .left1 .za{color: #666666;font-size: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom: 10px;padding-bottom: 5px;position: relative;}
.newA-d .sxp .right1{position: absolute;right: 0; top: 50%;transform: translateY(-50%);}
.newA-d .sxp .left1 .za:before{bottom: 0;position: absolute;left: 0;width: 0;height: 1px;background: #0055ff;content: "";transition: all 0.4s;}
.newA-d .sxp .left1 .za:hover{color: #0055ff;}
.newA-d .sxp .left1 .za:hover:before{width: 100%;}
.newA-d .sxp a.more,.more{font-size: 16px;color: #666666;display: inline-block;transition: all 0.3s;}
.newA-d .sxp a.more i,.more i{width: 43px;height: 42px;background: url(../images/more_icon.png) center center/cover;display: inline-block;margin-right: 8px;position: relative;/*top: 15px;*/vertical-align: middle;}
.newA-d .sxp a.more:hover,.more:hover{ height: 42px; overflow: hidden; background: #0055ff;color: #fff;padding-right:24px;padding-left: 6px;border-radius: 50px; }
.mainTit .c { font-size: 16px;color:#333; line-height: 1.8; margin-top:10px; }
.newA-d .sxp2 {  margin-top: 20px; padding-top:20px; }
.newA-d .sxp .right2 { position:relative; top:0; transform: translateY(0); }

@media(max-width: 600px){
	.newA-f { width: 100%; }
	.newA-d .sxp .right1 { float: left; position: relative; top:0; transform: translateY(0); margin-top: 20px; }
}

.newA-b .topTit .t2 { font-size: 14px;color:#666666; line-height: 1.8; margin-top: 15px; }
.newA-b .topTit .t2 span i { color:#0055ff; }

.newA-b .topTit .t2 span { margin-right:  30px; display: inline-block; padding-left: 20px; }
.newA-b .topTit .t2 span.time { background: url(../images/time.png) no-repeat left center; }
.newA-b .topTit .t2 span.type { background: url(../images/type.png) no-repeat left center; }
.newA-b .topTit .t2 span.add { background: url(../images/add.png) no-repeat left center; }
.newA-b .topTit .t2 span.bumen { background: url(../images/bumen.png) no-repeat left center; }
.newA-b.jobDetA .topTit { width: 100%; }
/*.jobDetA { border:none; margin-bottom:0; }*/
.jobDetA-a span { font-size: 24px;color:#c30d22; padding-right: 20px; position: relative; z-index: 10; background:#f6f6f6; }
.jobDetA-a { position: relative; overflow: hidden;}
.jobDetA-a:after { content:''; width: 100%; height: 1px; background: #d3d3d3; position: absolute; left:0; top:54%;}
.newA-c .tit { margin-top: 3vw; font-size: 24px; color:#333333; margin-bottom: 20px; }
.newA-c .cc { font-size: 16px; color:#333333; line-height: 1.6; margin-bottom: 20px; }
.newA-c .cc p { margin-top: 10px; }
@media(max-width: 1640px){
	.newA-c .tit { font-size: 22px; }
}
@media(max-width: 640px){
	.jobDetA-a span { font-size: 20px; }
	.newA-c .tit { font-size: 18px; margin:20px 0 16px; }
	.newA-c .cc p { margin-top:10px;  }
	.newA-d.jobDetA-b a span { width: 150px; }
}
.jobDetB { background: url(../images/jobdea.jpg) no-repeat center/cover; }
.jobDetB .tt { font-size: 1.5vw; color:#fff; }
.jobDetB .cc { font-size: 16px; line-height: 2; margin:15px 0 50px; color:#fff; }
.jobDetB a { display: inline-block; font-size: 15px;color:#fff; padding-right:36px; background: url(../images/aboutdbg.png) no-repeat right center; line-height: 1; border-bottom: 1px solid #fff; }
@media(max-width: 1480px){
	.jobDetB .tt { font-size: 20px; }
	.jobDetB .cc { margin: 10px 0 30px; line-height: 1.5; }
}

@media(max-width: 1024px){
	.jobDetC { display: none; }
}


/*联系我们*/
.contactA { padding:7vw 0 5vw; }
.contactA1 .layui-form-select .layui-input { width: 180px; height: 60px; border:1px solid #dedede; border-radius: 50px; background: none; padding: 0 20px; font-size: 17px;color:#000000; }
.layui-form-select .layui-edge { right:20px; }


.contactA-a { position: relative; border-radius: 20px; border:1px solid #dedede; overflow: hidden; }
/*.contactA-a .img img { position: relative; left:50%; transform: translateX(-50%); height: 618px; width: auto; max-width: 10000px; }*/
.contactA-a .img { height: 620px; }
.contactA-a { position: relative; }
.contactA-b { display:none; padding:  45px 0; width: 430px; background: rgba(0,85,255,0.95); padding: ; border-radius: 15px; position: absolute; right:2.5vw; top:50%; transform: translateY(-50%); }
.contactA-b ul li:last-child { border:none; }
.contactA-b ul li { padding: 20px 35px; border-bottom:1px solid rgba(255,255,255,0.51); }
.contactA-b .t { font-size: 22px; color:#fff; position: absolute; left:0; top:0;  }
.contactA-b .c { font-size: 22px; color:#fff; }

.contactA-b .con { margin-top: 6px; position: relative; padding-left: 70px; }
.contactA-b .footCon { padding: 0 20px; }

@media(max-width: 1700px){
	.contactA1 .layui-form-select .layui-input { height: 60px; }
	.contactA-b { width: 400px; }
	.contactA-a .img img { height: 500px; }
	.contactA-b .t,.contactA-b .c { font-size: 20px; }
	.contactA-b .con { padding-left: 65px; }
	.contactA-b ul li { padding:15px 25px; }
}
@media(max-width: 1500px){
	.contactA1 .layui-form-select .layui-input { height: 50px; }
	/*.contactA-b { width: 350px; }*/
	.contactA-a .img img { height: 400px; }
	.contactA-b .t,.contactA-b .c { font-size: 18px; }
	.contactA-b ul li { padding: 10px 20px; }
	.contactA-b .con { padding-left: 56px; }
}
@media(max-width: 1100px){
	.contactA1 .layui-form-select .layui-input { height:40px; width: 120px; font-size: 14px; padding: 0 10px; }
	.contactA1 .mainTit { width: calc(100% - 130px); }
	.contactA-b { width: 100%; right: 0; position: relative; top:0; transform: translateY(0); }
	.contactA-a .img img { height: 50vw; }
	.contactA-b .t,.contactA-b .c { font-size: 18px; }
	.contactA-b ul li { padding: 10px 20px; }
	.contactA-b .con { padding-left: 50px; }
}

@media(max-width: 600px){
	.contactA-a .img img { height: 70vw; }
	.contactA-b .t,.contactA-b .c { font-size: 16px; }
	.contactA-b ul li { padding: 10px 20px; }
	.contactA-b .con { padding-left: 45px; }
	.contactA-b .footCon { padding: 0 15px; }
}
@media(max-width: 400px){
	.footCon .lgewm .wml { margin-right: 6px; }
	.footCon .lgewm .wml .ewm2 { padding: 3px; }
}


.contactB { padding:6vw 0 7vw; background: #fff; }
.contactB-b .algyr{ margin-top:2vw; }
.contactB-b .algyr ul li{ float: left;margin-right: 20px; width: calc(50% - 10px);margin-bottom: 20px;position: relative;}
.contactB-b .algyr ul li span{display: inline-block;position: absolute;right: 12px;color: #c02424;font-size: 16px;z-index: 1;top: 57%;transform: translateY(-50%);}
.contactB-b .algyr ul li input{ background: #f1f2f6; border: 1px solid #f1f2f6;height: 55px;font-size: 15px;color: #333;border-radius: 5px;padding-left: 47px;}
.contactB-b .algyr ul li input::-webkit-input-placeholder {color: #aaaaaa;}
.contactB-b .algyr ul li input::-moz-placeholder {color: #aaaaaa;}
.contactB-b .algyr ul li input:-moz-placeholder {color: #aaaaaa;}
.contactB-b .algyr ul li input:-ms-input-placeholder {color: #aaaaaa;}
.contactB-b .algyr ul li input:hover{border: 1px solid #0055ff !important;}
.contactB-b .algyr ul li .icon{position: absolute;left: 15px;top: 50%;z-index: 1;transform: translateY(-50%);}
.contactB-b .algyr ul li .icon .dj{display: none;}
.contactB-b .algyr ul li:hover .icon .dj{display: block;}
.contactB-b .algyr ul li:hover .icon .mr{display: none;}
.contactB-b .algyr ul li:last-child .icon{top: 21%;}
.contactB-b .algyr ul li:nth-child(2n){margin-right: 0;}
.contactB-b .algyr ul li:last-child{width: 100%;margin-bottom: 0;}
.contactB-b .algyr ul li textarea{ background: #f1f2f6; border: 1px solid #f1f2f6 !importnt;border-radius: 5px;font-size: 15px;padding: 12px 0 0 47px;color: #333;height: 110px;resize:none;}
.contactB-b .algyr ul li textarea:hover{border: 1px solid #0055ff !important;}
.contactB-b .algyr ul li textarea::-webkit-input-placeholder {color: #aaaaaa;}
.contactB-b .algyr ul li textarea::-moz-placeholder {color: #aaaaaa;}
.contactB-b .algyr ul li textarea:-moz-placeholder {color: #aaaaaa;}
.contactB-b .algyr ul li textarea:-ms-input-placeholder {color: #aaaaaa;}
.contactB-b .algyr .tjanmo{margin-top: 20px;}
.contactB-b .algyr .tjanmo button{width: 200px;height: 55px;color: #fff;font-size: 16px;background: #0055ff; margin-top: 2vw; border-radius: 6px;}
.contactB-b .algyr .tjanmo button:hover{color: #fff !important;background: #0f2159 !important;}
.contactB-b .algyl .ylxq{font-size:16px;line-height: 1.6; margin-top: 20px;}


.wofnmoa .moalgy .algyr ul li.w50 { margin-right:1.14%; width: 49.43%; }
.wofnmoa .moalgy .algyr ul li.w502 { margin-right:1.14%!important; width: 49.43%; }
.wofnmoa .moalgy .algyr ul li.marginRight0 { margin-right:0!important; }



@media(max-width: 1100px){
	.contactB { padding: 40px 0 50px; }
	.contactB-b .algyr{ margin-top:20px; }
	.contactB-b .algyr .tjanmo button { margin-top:0; }
	.contactB-b .algyr ul li { width: 100%; margin-bottom: 15px; margin-right:0; }
}





.productA { padding: 6.5vw 0 27vw; background: #f1f2f6; }
.productA-a { position: relative; }
.productA-e { position: relative; width: 100%; height: 100%; }
.productA-a .mainTit { width: calc(100% - 350px); }
.productA-b { width: 120px; position: absolute; bottom:0; right:0; }
.productA-b .mainQh { width: 50px; height: 50px; top:auto; transform:translateY(0); margin-top:0; bottom:0; border-radius:50%; background: #fff; }
.productA-b .swiper-button-next { right:0; background: url(../images/qhn.png) no-repeat center #fff; }
.productA-b .swiper-button-prev { left:0; background: url(../images/qhp.png) no-repeat center #fff; }
.productA-b .swiper-button-next:hover { background: url(../images/qhnbg.png) no-repeat center #0055ff; }
.productA-b .swiper-button-prev:hover { background: url(../images/qhpbg.png) no-repeat center #0055ff; }
.productA-b .mainQh:after { font-size:0px; display: none; color:#666; }
.productA-c { margin-top:2vw; }
/*.productA-b .mainQh:hover { background: #0055ff; }*/
/*.productA-b .mainQh:hover:after { color:#fff; }*/
.productA-c .swiper-slide { position: relative; }
.productA-c .t { font-size:16px;color:#fff; position: absolute; left:0; bottom: 0; width: 100%; padding: 0 30px 26px; }
.productA-c .img { border-radius: 10px; overflow: hidden; }
@media(max-width:1100px){
	.productA-c { margin-top:20px; }
	.productA-c .t { padding: 0 20px 18px; }
}
@media(max-width:600px){
	.productA-c .t { padding: 0 15px 16px; }
	.productA-a .mainTit { width: 100%; }
	.productA-b { width: 100px; position: relative; float:right; height: 50px; }
	.productA-b .mainQh { width: 40px; height: 40px; }
	.productA-b .mainQh:after { font-size:16px; }
}
.productB { position: relative; z-index: 2; }
.productB-a {background: url(../images/proabg1.png) no-repeat right top #fff;    box-shadow: 10px 10px 30px 0 rgba(169, 169, 169, 0.09); border-radius:6px; overflow: hidden; margin-top:-19vw; }
.productB-b .img { border-radius: 10px; overflow: hidden; float:left; width: 36%; }
.productB-b .con { width: 64%; float:left; padding: 3vw 5vw 0 3vw; }
.productB-b .mainTit .c { line-height: 1.8; margin-top:18px; font-size: 18px; min-height:8vw; margin-bottom:20px; }
.productB-b { box-shadow: 2.828px 2.828px 24.57px 2.43px rgba(169, 169, 169, 0.09);  }
@media(max-width:1100px){
	.productB-a { margin-top:-10vw; }
	.productB-b .img { float:left; width: 100%; }
	.productB-b .con { width: 100%; padding: 20px 15px 30px; }
	.productB-b .mainTit .c { font-size: 16px; margin-top:18px; min-height:10px; margin-bottom:20px; }
	.productB-b .icon img { width: 60px; height: auto; }
}

.productC { padding: 6vw 0 7vw; background: #fff; }
.productC-a { position: relative; }
.productC-b { float:left; position: absolute; left:0; top:50%; transform:translateY(-50%);width: 26%; }
.productC-c { float:right; width: 70%; }
.productC-b .c { margin-top:2.5vw; }
@media(max-width:1100px){
	.productC { padding: 40px 0 50px; }
	.productC-b { float:left; position: relative; left:0; top:0%; transform:translateY(0%);width: 100%; }
	.productC-c { margin-top:20px; width: 100%; }
}


/*患者关爱*/
.patientcareA { padding:6vw 0 7.6vw; background: #f1f2f6; }
.patiencareA-b { position: relative; margin-top:2vw; background: #fff; border-radius: 10px; overflow: hidden; }
.patiencareA-c { float: left; width: 56%; padding:3vw 2vw; }
.patiencareA-d { position: absolute; right:0; top:0; width: 44%; height: 100%; }
.patiencareA-d ul,.patiencareA-d ul li { border-radius: 10px; overflow: hidden; position: relative; width: 100%; height: 100%; }
.patiencareA-c ul li { padding:20px 0; padding-bottom: 40px; border-bottom:1px solid #dedede; }
.patiencareA-c .t { font-size: 20px;color:#000000; padding-right:30px; background: url(../images/adda.png) no-repeat right top; line-height: 21px; }
.patiencareA-c .c { display: none; padding-top:12px; font-size: 16px;color:#333333; line-height: 1.6; padding-right: 30px; }
.patiencareA-c ul li.cur .t { color:#0055ff;background: url(../images/minus.png) no-repeat right top; }
.patiencareA-c ul li { position: relative; }
.patiencareA-c ul li a { display:none; position: absolute; right:0;bottom:10px; width: 30px; height: 30px; background: url(../images/addmore.svg) no-repeat center/cover; }
.patiencareA-c ul li.cur a { display: block; }
@media(max-width: 1700px){
	.patiencareA-c .t { font-size: 18px; }
	.patiencareA-c ul li { padding: 16px 0; }
	.patiencareA-c { padding: 2.5vw 2vw; }
}
@media(max-width: 1100px){
	.patiencareA-b { margin-top:20px; }
	.patientcareA { padding: 40px 0 50px; }
	.patiencareA-c .t { font-size: 18px; }
	.patiencareA-c ul li { padding: 16px 0; }
	.patiencareA-c { width: 100%; padding: 20px 16px; width: 100%; }
	.patiencareA-d { position: relative; top:0; right:0; float: left; width: 100%; }
	.patiencareA-d ul li { width: 100%; height: 73vw; }
}
@media(max-width: 600px){
	.patiencareA-c .t { font-size: 16px; }
	.patiencareA-c ul li { padding: 12px 0; }
	.patiencareA-c .c { padding-top:10px; font-size: 14px; }
	.patiencareA-c { padding: 15px 12px; }
}

.patientcareB { padding:20vw 0 7vw; }
.patientcareB-b { transition: all 0.6s; float: right; width: 700px; border-radius: 10px; overflow: hidden; background: rgba(255,255,255,0.9); padding:3vw 3.5vw 3.5vw; }
.patientcareB-b .moreM { margin-top:36px; }
.patientcareB-b:hover { border-top-right-radius: 5vw; }
@media(max-width: 1300px){
	.patientcareB-b { width: 600px; padding: 2.5vw 3vw 3vw; }
	.patientcareB-b .moreM { margin-top:30px; }
}
@media(max-width: 1100px){
	.patientcareB-b .moreM { margin-top:25px; }
	.patientcareB-b { width: 100%; padding: 20px 16px 30px; }
}


.patientcareC { padding:8vw 0 7vw; background: #fff; }
.borderRadius10 { border-radius: 10px; overflow: hidden; }

.patientcareC .img { transition: all 0.6s; width: 56%; }
.patientcareC .img:hover { border-top-right-radius: 5vw; }
.patientcareC-a { position: relative; }
.patientcareC-b { width: 39%; float: right; position: absolute; right:0; top:50%; transform: translateY(-50%); }


.patientcareC-c ul li { position: relative; padding-left:100px; }
.patientcareC-c .icon { position: absolute; left:0; top:50%; transform: translateY(-50%); }
.patientcareC-c .con .t { font-size: 24px;color:#000000; }
.patientcareC-c .con .c { font-size: 18px;color:#666666; margin-top:10px; line-height: 1.6; }
.patientcareC-c ul li:nth-child(n+2) { margin-top:4vw; }

@media(max-width: 1700px){
	.patientcareC-c .con .t { font-size: 22px; }
	.patientcareC-c .con .c { font-size: 16px; }
	.patientcareC-c ul li:nth-child(n+2) { margin-top:3.5vw; }
}
@media(max-width: 1500px){
	.patientcareC-c .con .t { font-size: 20px; }
	.patientcareC-c .con .c { font-size: 16px; }
	.patientcareC-c ul li:nth-child(n+2) { margin-top:3vw; }
}
@media(max-width: 1300px){
	.patientcareC-c .con .t { font-size: 18px; }
	.patientcareC-c .con .c { font-size: 14px; margin-top:6px; }
	.patientcareC-c ul li:nth-child(n+2) { margin-top:2vw; }
}
@media(max-width: 1100px){
	.constitutionA1 .mainTit:after { width: 50px; }
	.patientcareC { padding: 40px 0 50px; } 
	.patientcareC .img { width: 100%; }
	.patientcareC-b { width: 100%; position: relative; float: left; top:0; transform: translateY(0); margin-top:12px; }
	.patientcareC-c .con .t { font-size: 18px; }
	.patientcareC-c .con .c { font-size: 14px; margin-top:6px; }
	.patientcareC-c ul li:nth-child(n+2) { margin-top:30px; }
	.patientcareC-c ul li { padding-left: 74px;  }
	.patientcareC-c ul li img { height: 60px; }
}



/*关于我们*/
.aboutA { padding:5vw 0 6vw; }
.aboutA-b { margin-top:2vw; }
.aboutA-b .swiper-container .swiper-slide { transition: all 0.6s; padding: 2vw 2vw 3vw; border-radius: 10px; overflow: hidden; background: url(../images/addaboutabg1.jpg) no-repeat center/cover #fff; border-left:3px solid #fff; }
/*.aboutA-c { position: relative; background: url(../images/aboutabg1.png) no-repeat left bottom; }*/
.aboutA-c .t { font-size: 20px; color:#000000; line-height: 1.4; margin:35px 0 24px; }
.aboutA-c .c { opacity: 0; font-size: 15px; color:#666666; line-height: 1.8; min-height: 210px; }
.aboutA-b .swiper-container .swiper-slide:hover { border-top-right-radius:4vw; border-color:#0055ff; }
.aboutA-b .swiper-container .swiper-slide:hover .c { opacity: 1; }

.aboutA-c .icon .pic2 { display:none; }


.aboutA-b .swiper-container .swiper-slide:hover { background: url(../images/addaboutabg2.jpg) no-repeat center/cover #0055ff; }
.aboutA-b .swiper-container .swiper-slide:hover .t,.aboutA-b .swiper-container .swiper-slide:hover .c { color:#fff; }
.aboutA-b .swiper-container .swiper-slide:hover .aboutA-c .icon .pic1 { display: none; }
.aboutA-b .swiper-container .swiper-slide:hover .aboutA-c .icon .pic2 { display: block; }


@media(max-width: 1500px){
	.aboutA-c img { height: 60px; }
	.aboutA-c .t { font-size: 18px; margin:25px 0 15px; }
}

@media(max-width: 1100px){
	.aboutA { padding:40px 0 50px; }
	.aboutA-b { margin-top:20px; }
}
@media(max-width: 500px){
	.aboutA-c .t { margin:15px 0 10px; }
	.aboutA-b .swiper-container .swiper-slide .c { opacity: 1; }
}








.aboutBox2 {background: url(../images/glaboutbg2.png) no-repeat center bottom/cover;padding: 120px 0 100px;}
.dtimg-slick .box { position: relative; }
.dtimg-slick .box .img {float: right;width: 52%;line-height: 0; border-radius: 10px 5vw 10px 10px; overflow: hidden;}
.addVideo .img {float: right;width: 52%;line-height: 0; border-radius: 10px 5vw 10px 10px; overflow: hidden;}
.addVideo { position: relative; }
.addVideo1 {float: left;width: 45%;margin-top: 20px; position: absolute; top: 50%; transform: translateY(-50%);left: 0;}
.dtimg-slick .box .text { width: 100%; }
.dtimg-slick .box .text .num { line-height: 1; font-size: 6vw;color: #0256ff;font-family:"arial";}
.dtimg-slick .box .text .txt { color: #333333;font-size: 20px;line-height: 1.8; margin-top: 20px;}


.dtimg-slick .box .text .txt ul { list-style: disc; margin-left: 20px; }

.dtimg-slick .box .text .txt p {position: relative; padding-left:16px; }
.dtimg-slick .box .text .txt p:before { content:''; width: 6px; height: 6px; background: #666667; position: absolute; left:0; top:16px; border-radius: 50%; }
.dtimg-slick .box .text .txt p:nth-child(n+2) { margin-top:20px; }
.xtimg-slick {margin-top: 70px;text-align: center;padding: 0 40px;position: relative;}
.xtimg-slick::before {content: "";position: absolute;left: 41px;top: 10px;width: calc(100% - 82px);height: 1px;background: #a5a7ac;}
.xtimg-slick .box {cursor: pointer;}
.xtimg-slick span {background: url(../images/gly1.png) no-repeat center center/cover;width: 20px;height: 20px;margin: 0 auto 10px;display: block;}
.xtimg-slick p {color: #333333;font-size: 20px;font-family: arial;}
.xtimg-slick .slick-current .box span {background: url(../images/gly2.png) no-repeat center center/cover;}
.xtimg-slick .slick-prev,
.xtimg-slick .slick-next {width: 41px;height: 41px;top: -9px;margin-top: 0;border: none;}
.xtimg-slick .slick-prev {background: url(../images/glprev.png) no-repeat center center/cover;left: 0;}
.xtimg-slick .slick-next {background: url(../images/glnext.png) no-repeat center center/cover;right: 0;}
.xtimg-slick .slick-prev:hover {background: url(../images/glprevbg.png) no-repeat center center/cover; }
.xtimg-slick .slick-next:hover {background: url(../images/glnextbg.png) no-repeat center center/cover; }
.xtimg-slick { padding: 0 41px; }

@media(max-width:  1780px){
	.aboutBox2 { padding: 100px 0; }
	.dtimg-slick .box .text { margin-top: 10px; }
	.dtimg-slick .box .text .num { margin-top: 20px; font-size: 80px; }
	.dtimg-slick .box .text .txt p:before { top:13px; }
	.dtimg-slick .box .text .txt { line-height: 32px; font-size: 18px; max-height: 240px; overflow-y: scroll; }
}

@media(max-width:  1580px){
	.aboutBox2 { padding: 80px 0; }
	.dtimg-slick .box .text { margin-top: 0px; width: 75%; }
	.dtimg-slick .box .text .num { margin-top: 10px; font-size: 60px; }
	.dtimg-slick .box .text .txt { line-height: 32px; }
	.xtimg-slick { margin-top: 50px; }
	.dtimg-slick .box .text .txt p:nth-child(n+2) { margin-top:12px; }
}
@media(max-width:  1480px){
	.aboutBox2 { padding: 60px 0; }
	.dtimg-slick .box .text .mainTit .t { margin: 0!important; }
	.dtimg-slick .box .text .num { margin-top: 10px; font-size: 50px; }
	.dtimg-slick .box .text .txt { line-height: 28px; }
	.xtimg-slick { margin-top: 40px; }
}
@media(max-width:  1280px){
	.aboutBox2 { padding: 40px 0 50px; }
	.dtimg-slick .box .text .num { margin-top: 10px; font-size: 40px; }
	.dtimg-slick .box .text .txt { line-height: 28px; }
	.dtimg-slick .box .text .txt p:before { top:11px; }
	.xtimg-slick { margin-top: 30px; }
}
@media(max-width:  1100px){
	.aboutBox2 { padding: 40px 0 50px; }
	.dtimg-slick .box .text,.dtimg-slick .box .img { width: 100%; }
	.dtimg-slick .box .text { margin-bottom: 20px; }
	.xtimg-slick { margin-top: 30px; }
	.dtimg-slick .box .text .txt p:before { top:11px; }
	.dtimg-slick .box .text,.addVideo1 { position: relative; top:0; transform: translateY(0); float: left; width: 100%;margin-top:0px; }
	
	.addVideo .img { width: 100%; margin-top:30px; }
}


.talentC3 a .icon .pic1 { display: none; }
.talentC3 a .icon { margin-bottom: 20px; }
.talentC3.aboutC .con { padding-top:0; }
.talentC3.aboutC ul li:hover .icon .pic2 { display: none; }
.talentC3.aboutC ul li:hover .icon .pic1 { display: inline-block; }

@media(max-width: 1500px){
	.talentC3 a .icon { margin-bottom: 16px; }
	.talentC3 a .icon img { height: 60px; }
}
@media(max-width: 1100px){
	.talentC3 a .icon { margin-bottom: 12px; }
	.talentC3 a .icon img { height: 50px; }
}
@media(max-width: 750px){
	.talentC3 a .icon { margin-top: 16px; margin-bottom: 12px; }
	.talentC3 a .icon img { height: 50px; }
}

.aboutD { background: #f1f2f6; position: relative; margin-top:-5px; }
.aboutD:before { content:''; width: 100%; height: 4.5vw; background: #fff; position: absolute; left:0; top:0; }
.aboutD:after { content:''; width: 50%; height: 4.5vw; background: #f1f2f6; position: absolute; right:0; top:0; }
.aboutD-a .img { float: left; width: 460px; }
.aboutCA:before { box-shadow: none; }
.aboutD .container { position: relative; z-index: 5; }
.aboutD-a { position: relative; background: #fff; }
.aboutD-a .con { position: absolute; left:580px; top:50%; transform: translateY(-50%); width: 840px; }
.aboutD-a .alignR { text-align: right; margin-top: 30px; }
@media(max-width: 1920px){
	.aboutD-a .img { float: left; width: 27vw; }
	.aboutD-a .con { position: absolute; left:32vw; top:50%; transform: translateY(-50%); width: 48vw; }
}
@media(max-width: 1600px){
	.aboutD-a .img { float: left; width: 28vw; }
	.aboutD-a .con { position: absolute; left:32vw; top:50%; transform: translateY(-50%); width: 50vw; }
}
@media(max-width: 1300px){
	.aboutD-a .img { float: left; width: 30vw; }
	.aboutD-a .con { position: absolute; left:35vw; top:50%; transform: translateY(-50%); width: 50vw; }
}

@media(max-width: 1100px){
	.aboutD:before,.aboutD { background: #fff; }
	.aboutD:after {background: #fff;}
	.aboutD { padding: 30px 0 50px; }
	.aboutD-a { background: #f1f2f6; }
	.aboutD-a .img { width:100%; }
	.aboutD-a .con { left:0; top:0; transform: translateY(0); width: 100%; position: relative; float: left; padding:20px 16px 30px; }
}

.aboutE { padding:6vw 0 7.5vw; background: #f1f2f5; }
.aboutE-b { margin-top:2vw; }
.aboutE-b ul li { background: #fff; float: left; width: calc(23.5%); margin-right:15px; transition: all 0.6s; }
.aboutE-b ul li:nth-child(5n) { margin-right:0; }
.aboutE-c { position: relative; }
.aboutE-c .con { position: absolute; left:0; top:50%; transform: translateY(-50%); text-align: center; width: 100%; }
.aboutE-c .img img { opacity: 0; }
.aboutE-c .icon .pic2 {display: none;}
.aboutE-c .t { font-size: 20px; color:#000000; margin-top:20px; }
.aboutE-c .t .tt2 { font-size: 18px; }
.aboutE-c .t2 { display:none; font-size: 16px;padding-right: 3px;padding-left: 3px;}
.aboutE-c:hover .img img { opacity: 1; }
.aboutE-c:hover .icon .pic1 { display: none; }
.aboutE-c:hover .icon .pic2 { display: inline-block; }
.aboutE-c:hover .t { color:#fff; }
.aboutE-c:hover .t1 { display: none; }
.aboutE-c:hover .t2 { display: block; }
.aboutE-c:hover:before { content:''; width: 3px; height: 100%; background: #0055ff; position: absolute; left:0; top:0; }
.aboutE-b ul li:hover { border-top-right-radius: 3vw; }

@media(max-width: 1600px){
	.aboutE-c .t { font-size: 18px; }
	.aboutE-c .t .tt2 { font-size: 16px; }
	.aboutE-c .icon img { height: 75px; width: auto; }
	.aboutE-c:hover .t2 {font-size: 15px;}
}
@media(max-width: 1300px){
	.aboutE-c .t { font-size: 15px; margin-top:10px; }
	.aboutE-c .t2  { font-size: 14px; }
	.aboutE-c .icon img { height: 65px; width: auto; }
}
@media(max-width: 1100px){
	.aboutE { padding: 40px 0 50px; }
	.aboutE-c .t { font-size: 18px; }
	.aboutE-c .t .tt2 { font-size: 16px; }
	.aboutE-b { margin-top:20px; }
	.aboutE-c .icon img { height: 55px; width: auto; }
}
@media(max-width: 1100px){
	.aboutE-b ul li { width: 100%; margin-right:0; }
	.aboutE-b ul li:nth-child(n+2) { margin-top:12px; }
}



/*产品详情*/
.proDetA,.proDetC { padding:6vw 0 7vw; background: #f1f2f6; }


.proDetA1 { background: #ededed; position: relative; }

.proDetA2 { width: 50%; background: #fff; padding: 120px 70px 80px; }

.proDetA2 .et { font-size: 20px;color:#666666; min-height: 140px; margin-top: 2vw; }
.proDetA2 .t { padding-right:  100px; font-size: 30px;color:#000000; padding-bottom:12px; border-bottom:1px solid #ededed; position: relative; }
.proDetA2 .t .icon { width: 100px; height: 100px; border-radius: 50%; border:1px solid #ededed; position: absolute; right:0; bottom: 15px; }
.proDetA2 .moreM a { padding: 0 15px 0 50px; display: inline-block; margin-right: 50px; line-height: 42px; height: 42px; font-size: 17px;color:#071953; position: relative; }
.proDetA2 .moreM a span { position: relative; z-index: 5; }
.proDetA2 .moreM a i { position: absolute; left:0; top:0; width: 42px; height: 42px; border-radius: 50px; transition: all 0.6s; }
.proDetA2 .moreM a.pdf i { background: url(../images/pdf.png) no-repeat 11px center #0055ff; }
.proDetA2 .moreM a.back i { background: url(../images/back.png) no-repeat 15px center #0055ff; }
.proDetA2 .moreM a:hover span { color:#fff; }
.proDetA2 .moreM a:hover i { width: 100%; }
.proDetA2 .moreM a.back { margin-right:0; }
.proDetA3 { text-align: center; width: 50%; text-align: center; position: absolute; top:50%; transform: translateY(-50%); right:0; max-width: 90%; }

@media(max-width: 1700px){
	.proDetA2 .t { font-size: 28px; }
	.proDetA2 .t .icon { width: 90px; height: 90px; }
	.proDetA2 { padding: 110px 60px 70px; }
}
@media(max-width: 1500px){
	.proDetA2 .et { font-size: 18px; min-height: 120px; margin-top: 2vw; }
	.proDetA2 .t { font-size: 26px; }
	.proDetA2 .t .icon { width: 80px; height: 80px; }
	.proDetA2 { padding: 100px 50px 60px; }
	.proDetA2 .moreM a { font-size: 16px; margin-right: 30px; }
}
@media(max-width: 1300px){
	.proDetA2 .t { font-size: 24px; }
	.proDetA2 .t .icon { width: 70px; height: 70px; }
	.proDetA2 { padding: 80px 40px 50px; }
}
@media(max-width: 1100px){
	.proDetA,.proDetC { padding: 40px 0 50px; }
	.proDetA2 { width: 100%; }
	.proDetA3 { max-width: 100%; width: 100%; position: relative; left:0; top:0; transform: translateY(0); float: left; }
	.proDetA3 img { width: 100%; }
	.proDetA2 .t { font-size: 20px; padding-right: 60px; }
	.proDetA2 .t .icon { width: 40px; height: 40px; }
	.proDetA2 { padding: 30px 16px 30px; }
	.proDetA2 .et { font-size: 16px; min-height: 10px; margin: 18px 0 20px; }
}
@media(max-width: 400px){
	.proDetA2 .moreM a { margin-right: 20px; }
}


.proDetB { padding:6.5vw 0 7vw; background: #fff; }
.proDetB2 { float: left; width: 50%; }
.proDetB1 { position: relative; }
.proDetB3 { position: absolute; right:0; top:50%; transform: translateY(-50%); width: 50%; padding: 0 0px 0 2.5vw; }

.proDetB3 .con { margin-top: 20px; font-size: 18px;color: #666666; line-height: 1.6; height: 250px; padding-right:2vw; overflow-y: scroll; }
.proDetB3 .con{
	scrollbar-color:  #c2c2c2 #f2f2f2;  /* 绗竴涓柟鍧楅鑹诧紝绗簩涓建閬撻鑹�(鐢ㄤ簬鏇存敼鐏嫄娴忚鍣ㄦ牱寮�) */
	scrollbar-width: thin;  /* 鐏嫄婊氬姩鏉℃棤娉曡嚜瀹氫箟瀹藉害锛屽彧鑳介€氳繃姝ゅ睘鎬т娇婊氬姩鏉″搴﹀彉缁� */
	-ms-overflow-style:none;  /* 闅愯棌婊氬姩鏉★紙鍦↖E鍜孍dge涓や釜娴忚鍣ㄤ腑寰堥毦鏇存敼鏍峰紡锛屽浐閲囧彇闅愯棌鏂瑰紡锛� */
}
.proDetB3 .con::-webkit-scrollbar {/*婊氬姩鏉℃暣浣撴牱寮�*/
	width: 3px;     /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
	height: 1px;
}
.proDetB3 .con::-webkit-scrollbar-thumb {/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px #f2f2f2;
	background: #c2c2c2;
}
.proDetB3 .con::-webkit-scrollbar-track {/*婊氬姩鏉￠噷闈㈣建閬�*/
	-webkit-box-shadow: inset 0 0 1px #f2f2f2;
	border-radius: 3px;
	background: #f2f2f2;
}


@media(max-width: 1700px){
	.proDetB3 .con { height: 15vw; }
}
@media(max-width: 1500px){
	.proDetB3 .con { font-size: 16px; height: 15vw; }
}
@media(max-width: 1100px){
	.proDetB { padding: 30px 0 50px; }
	.proDetB2 { width: 100%; }
	.proDetB3 { position: relative; width: 100%; float: left; top:0; transform: translateY(0); padding: 18px 0 0px; }
	.proDetB3 .con { font-size: 16px; height: auto; overflow-y: hidden; padding-right:0; }
}

.proDetD { padding: 6vw 0 7vw; background: #fff; }
.proDetD-b { margin-top:2vw; }
.proDetD-b table { border:none; }
.proDetD-b table tr:nth-child(1) td { padding: 16px 0; font-size: 20px; }
.proDetD-b table tr:nth-child(n+2) td:nth-child(2) { padding: 16px 4vw 16px; font-size: 16px;color:#666666; }
.proDetD-b table tr td:nth-child(1) {min-width: 120px; }
.proDetD-b table tr { background: #f9fafc; }
.proDetD-b table tr:nth-child(2n-1) { background: #f1f2f6; }
.proDetD-b table tr td { font-size: 16px;color:#666; }
@media(max-width: 1100px){
	.proDetD-b { margin-top:20px; }
	.proDetD { padding: 40px 0 50px; }
	.proDetD-b table tr:nth-child(1) td { padding: 16px 0; font-size: 18px; }
}
@media(max-width: 500px){
	.proDetD-b table tr:nth-child(1) td { padding: 12px 0; }
	.proDetD-b table tr:nth-child(n+2) td:nth-child(2) { padding: 12px 12px 12px; }
}



.prodetC { padding: 6vw 0 7vw; background: #f6f6f7; }
.prodetC-a,.prodetD-a { margin-top:2vw; }
.prodetC-a .swiper-slide,.prodetD-a .swiper-slide { background: #fff; border-radius:10px; overflow: hidden; }
.prodetC-b { padding: 2.5vw 1.8vw 2vw; }
.prodetC-b .t { font-size:26px; color:#000; }
.prodetC-b .c { font-size:16px; color:#666666; line-height: 1.6; margin: 20px 0 30px; min-height:240px; }
.prodetC-b .num { font-size:50px; color:#ddd; }

.prodetC-b:hover { background: #0055ff; }
.prodetC-b:hover .t,.prodetC-b:hover .c,.prodetC-b:hover .num { color:#fff; }
.prodetC-b:hover .num { opacity: 0.3; }
@media(max-width:1820px){
	.prodetC-b .t { font-size:22px; }
	.prodetC-b .c { font-size:15px; }
	.prodetC-b .num { font-size: 42px; }
}
@media(max-width:1680px){
	.prodetC-b .t { font-size:20px; }
	.prodetC-b .c { font-size:14px; margin: 16px 0 24px; }
	.prodetC-b .num { font-size: 36px; }
}

@media(max-width:1100px){
	.prodetC { padding: 40px 0 50px; }
	.prodetC-a,.prodetD-a { margin-top:20px; }
	.prodetC-b { padding: 20px 15px 25px; }
	.prodetC-b .num { font-size: 30px; }
	.prodetC-b .c { min-height: 140px; }
}
.prodetD { background: #f6f6f7; }
.prodetD-b { padding: 30px 30px 40px; }
.prodetD-b .topT { position: relative; }
.prodetD-b .topT .img { float:left; width:100px; height:100px; border-radius:50%; overflow: hidden; }
.prodetD-b .topT .con { position: absolute; left: 120px; top:50%; transform:translateY(-50%); }
.prodetD-b .topT .t { font-size:20px; color:#0055ff; }
.prodetD-b .topT .c { font-size:16px; margin-top:6px; color:#666666; }
.prodetD-b .intro { padding-top:30px; margin-top:20px; border-top:1px solid #dedede; }
.prodetD-b .intro .cc { max-height: 120px; font-size:16px; color:#666; line-height: 1.8; padding-right: 18px; overflow-y:scroll; }

.prodetD-b .intro .cc{scrollbar-color:  #999 rgba(0,0,0,0.2);scrollbar-width: thin;-ms-overflow-style:none;}
.prodetD-b .intro .cc::-webkit-scrollbar {width: 3px;height: 1px;}
.prodetD-b .intro .cc::-webkit-scrollbar-thumb {border-radius: 3px;-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);background: #999;}
.prodetD-b .intro .cc::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);border-radius: 3px;background: rgba(0,0,0,0);}

@media(max-width:1500px){
	.prodetD-b { padding: 20px 20px 30px; }
	.prodetD-b .topT .t { font-size:18px; }
}
@media(max-width:1300px){
	.prodetD-b { padding: 20px 16px 26px; }
	.prodetD-b .topT .img { float:left; width:80px; height:80px; }
	.prodetD-b .topT .con { left: 100px; }
	.prodetD-b .topT .t { font-size:18px; }
	.prodetD-b .topT .c { font-size:16px; }
	.prodetD-b .intro { padding-top:26px; margin-top:18px; }
	.prodetD-b .intro .cc { max-height: 120px; font-size:16px; }
}
@media(max-width:1100px){
	.prodetD-b { padding: 20px 16px 26px; }
	.prodetD-b .topT .img { float:left; width:70px; height:70px; }
	.prodetD-b .topT .con { left: 86px; }
	.prodetD-b .topT .t { font-size:16px; }
	.prodetD-b .topT .c { font-size:14px; }
	.prodetD-b .intro { padding-top:20px; margin-top:15px; }
	.prodetD-b .intro .cc { max-height: 120px; padding-right: 10px; font-size:16px; }
}

.mainMoreS { position: relative; overflow: hidden; cursor: pointer; position: relative; font-size:16px;color:#071953; overflow: hidden; display:inline-block; border-radius:3px 15px 3px 3px; transition: all 0.5s; }
.mainMoreS:before { transition: all 0.6s; content:''; width: 100%; height: 60px; position: absolute; left:-105%; top:-4px; background: #0055ff; }
.mainMoreS:hover { color:#fff; }
.mainMoreS:hover:before { left:0; }
.mainMoreS i { line-height: 1; position: relative; z-index: 2; display:inline-block; background: url(../images/mainmores.png) no-repeat right center #ededed;  transition: all 0.1s; padding: 16px 80px 16px 25px; }
.mainMoreS:hover i { background: url(../images/mainmores.png) no-repeat right center; background-color: #none; }


@media(max-width: 1400px){
	.mainMoreS { border-radius:3px 12px 3px 3px; }
	.mainMoreS i { padding: 12px 70px 12px 20px; }
}

.bannerS { height: calc(100vh - 140px); }
.bannerS img { display: none; }

@media(max-width: 1100px){
	.bannerS { height: auto; background: none!important; }
	.bannerS img { display: block; }
}

.bannerZ .bannerA .img:before { display: none; }


.fixSearchA { max-width: 600px; margin: 0 auto; padding:150px 0 50px; }

.fixSearchA-b .mainTit .et { text-transform:uppercase; margin-top:10px; letter-spacing:10px; }
.fixSearchA-b .mainTit .t { margin-top:0; line-height: 1; }
.fixSearchA-a form { margin-top: 30px; }
.fixSearchA-a .inp { color:#333; width: 100%; border-radius: 40px; height: 40px; border:none; padding-left:  30px; background: #F5F6FB; font-size:12px; }
.fixSearchA-a .sub { width: 120px; height: 40px; border:none; font-size:12px; color: #fff; position: absolute; right:0; top:0;cursor: pointer; background: #0050F3; border-radius: 40px; }
.newsD-c p { font-size: 14px;color:#333; margin:30px auto 40px; }
.newsD-c p span { font-weight: bold; }

.newsD ul li a { display: block; padding: 12px 40px 12px 0; font-size: 12px;color:#666; background: url(../images/searchmore.png) no-repeat right center; border-bottom:1px solid #ededed; }


@media(max-width: 1500px){
	.fixSearchA { padding:120px 0 50px; }
}
@media(max-width: 1300px){
	.fixSearchA { padding:100px 0 50px; }
}
@media(max-width: 1100px){
	.fixSearchA { padding:80px 0 50px; }
}


.newsD .page { margin-top: 3vw; }

@media(max-width: 1100px){
    .newsD .page { margin-top: 30px; }
}




.contactC { padding: 6vw 0 6.5vw; background: #fff; }
.contactC-a { margin-top:30px; }
.contactC-a ul li { padding: 46px; position: relative; float: left; width: calc(48.9% - 12px); margin-right:18px; background:#f1f2f6; border-radius: 6px; overflow: hidden;}
.contactC-a ul { display: flex; flex-wrap: wrap; }
.contactC-a ul li:nth-child(3n) { margin-right:0; }
.contactC-a .img { float: right; width: calc(100% - 200px); max-width: 150px; }
.contactC-b { position:absolute; left:45px; top:50%; transform: translateY(-50%); }
.contactC-b .icon,.contactC-b .con { display: inline-block; vertical-align: top; }
.contactC-b .con .t { font-size:22px;color:#000; line-height:1; }
.contactC-b .con .c { font-size:18px;color:#333333; margin-top:5px; }
.contactC-b .con { padding-left: 15px; }
.contactC-b1 .con { padding-top: 20px; }
.contactC-a .img .t { font-size:16px;color:#333333; margin-top:10px; }
@media(max-width: 1600px){
    .contactC-a ul li { padding:2vw; }
    .contactC-b .con .t { font-size:20px; }
    .contactC-b .con .c { font-size:16px; }
    .contactC-b { left:2vw; }
}
@media(max-width: 1400px){
    .contactC-a ul li { padding:2vw; }
    .contactC-b .con .t { font-size:18px; }
    .contactC-b .con .c { font-size:15px; }
    .contactC-b { left:2vw; }
    .contactC-b1 .con { padding-top: 24px; }
    .contactC-a .img img { width:120px; }
    .contactC-a .img .t { font-size:12px; margin-top:0;}
}
@media(max-width: 1100px){
    .contactC { padding: 30px 0 40px; }
    .contactC-a ul li { width:100%; margin-right:0; margin-bottom: 20px; padding:20px; }
    .contactC-b .con .t { font-size:16px; }
    .contactC-b .con .c { font-size:14px; }
    .contactC-b { left:20px; }
    .contactC-b1 .con { padding-top: 24px; }
    .contactC-a .img img { width:120px; }
    .contactC-a .img .t { font-size:12px; margin-top:0;}
}

@media(max-width: 500px){
	.contactC-b { text-align: center; position: relative; left: 0; top: 0; transform: translateY(0); float: left; width: 100%; }
	.contactC-b .icon { text-align: center; display: none; }
	.contactC-a .img { width: 100%; float: left; }
	.contactC-b .con,.contactC-b1 .con { padding:0; margin-bottom:  16px; display: block; }
}








.contactA .ggthA-c {width: 180px;background: none;height: 60px;line-height: 60px;border-radius: 50px;border: 1px solid #dedede;border-radius: 50px;background: none;padding: 0 20px;font-size: 17px;color: #000000;position: relative;}
.contactA .ggthA-c p { line-height: 58px; }
.contactA .ggthA-c:after {content:'';display: inline-block;width: 0;height: 0;border-width: 6px;border-style: dashed;border-color: transparent;overflow: hidden;position: absolute;right: 20px;top: 50%;margin-top: -3px;cursor: pointer;border-width: 6px;border-top-color: #c2c2c2;border-top-style: solid;transition: all .3s;-webkit-transition: all .3s;}
.investorB-a .ggthA-d {background: #fff;width: calc(65% - 30px);}
.ggthA-c .inp {cursor: pointer;position: relative;font-size: 16px;padding-left: 15px;width: 100%;}
.ggthA-c .inp p {line-height: 58px;font-size: 16px;color: #666666;}
.ggthA-c .inp:hover dl {display: block;}
.ggthA-c .inp dl {padding: 15px 12px;display: none;border: 1px solid #eee;z-index: 100;background: #fff;width: 100%;position: absolute;left: 0;top: 48px;}
.ggthA-c .inp dl dd {cursor: pointer;line-height: 2;font-size: 14px;color: #666;}
.ggthA-c .inp dl dd:hover {color: #f11053;}



.contactA1  .mainTit .t,.contactA-a dl { display:none; }
.contactA1  .mainTit .t.cur,.contactA-a dl.cur { display:block; }


@media(max-width:1500px){
	.contactA .ggthA-c p { line-height: 42px; }
	.contactA .ggthA-c { height: 44px; }
}
@media(max-width:1100px){
	/*.contactA1 .mainTit { width: 100%; }*/
	.contactA .ggthA-c { padding: 0 10px; width: 120px; margin:15px 0 30px; }
	.ggthA-c .inp { padding-left:0; }
}





.solutionsA1 { position: relative; }
.solutionsA12 { position: absolute; right:0; top: 50%; transform: translateY(-50%); }
.solutionsA12 a { padding: 0; margin: 0 0 0 20px; font-size: 16px; color:#333; }
.solutionsA12 a.cur,.solutionsA12 a:hover { font-size:16px; border:none; color:#0055ff; }



.contactA-a2 {  }
.contactA-a2 ul { display: flex; flex-wrap: wrap; }
.contactA-a2 ul li { float:left; width: 33.33333%; text-align:center; padding: 0 20px; }

.contactA-a2 ul li .t,.contactA-a2 ul li .c { max-width: 340px; margin: 0 auto; }
.contactA-a2 ul li .t { font-size: 26px; color:#333; }
.contactA-a2 ul li .c { font-size: 16px; color:#666; margin-top:10px; line-height: 1.6; }
.contactA1 .mainTit { width:100%; }
@media(max-width: 1500px){
    .contactA-a2 ul li .t { font-size: 24px; }
}
@media(max-width: 1300px){
    .contactA-a2 ul li .t { font-size: 22px; }
}
@media(max-width: 1100px){
    .contactA-a2 ul li { max-width: 100%; width: 100%; padding:0; text-align:left; }
    .contactA-a2 ul li .t { font-size: 20px; max-width: 100%; }
    .contactA-a2 ul li .c { font-size: 16px; max-width: 100%; text-align:left; margin-top:6px; }
    .contactA-a2 ul li:nth-child(n+2) { margin-top:20px; }
}

@media(max-width: 600px){
    .solutionsA12 { position: relative; top:0; transform: translateY(0); margin-top:20px; }
    .solutionsA12 a { margin: 0 20px 0 0; }
}

.contactA-a2 .xzzd{
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    
}






























