p{
	max-width:100%;
	word-break: break-all;
}
/* header style */
.header {
	position: fixed;
	height: 8.51vh;
	background: transparent;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	color: #fff;
}

.header .logo-normal {
	/* height: 100%; */
	width: auto;
}

.header .logo-normal img {
	height: 7.25vh;
	width: auto;
}

.header .logo-normal img.logo-white {
	display: block;
}

.header .logo-normal img.logo-blue {
	display: none;
}

.header .logo-normal .logo-txt {
	margin-left: 10px;
	color: #fff;
	width: 100%;
}

.header .logo-normal .logo-txt>span {
	font-size: 1.04vw;
	line-height: 1.5;
	text-align: justify;
	display: block;
	width: 100%;
	height: 3.2vh;
	overflow: hidden;
}

.header .logo-normal .logo-txt>span:after {
	content: "";
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

.header .logo-normal .logo-txt>font {
	font-size: 0.625vw;
	height: 2.13vh;
}

.header .navbox {
	width: auto;
	height: 8.51vh;
}

.header .navbox .nav-ul {
	font-size: 0;
	color: #fff;
	height: 100%;
}

.header .navbox .nav-ul li.nav-li {
	padding: 0 20px;
	height: 100%;
	position: relative;
	text-align: center;
}



.header .navbox .nav-ul li.nav-li .nav-a {
	/* display: inline-block; */
	height: 100%;
	color: #fff;
	font-size: 16px;
	/* padding: 0 15px; */
}

.header .navbox .nav-ul li.nav-li ol{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	text-align: left;
}

.header .navbox .nav-ul li.nav-li:nth-child(3) ol{
	text-align: left;
	width: 205px;
}
.header .navbox .nav-ul li.nav-li:nth-child(4) ol{
	text-align: left;
	width: 240px;
}

.header .navbox .nav-ul li.nav-li .nav-a>font {
	font-size: 0.625vw;
}

.header .navbox .nav-ul li.nav-li.current-page .nav-a,
.header .navbox .nav-ul li.nav-li:hover .nav-a {
	color: #2760ad;
}

.header .navbox .nav-ul li.nav-li.highlight .nav-a,
.header .navbox .nav-ul li.nav-li.highlight:hover .nav-a,
.header .navbox .nav-ul li.nav-li.highlight.current-page .nav-a {
	color: #ffd743 !important;
}

.header .navbox .button-ul {
	height: 100%;
	margin-left: 1.875vw;
}

.header .navbox .button-ul .lang-btn a {
	width: 1.4583vw;
	height: 1.914vh;
}

.header .navbox .button-ul .lang-btn a.cn {
	background: url(../images/cn.png) center center no-repeat;
	background-size: cover;
	margin-right: 0.625vw;
}

.header .navbox .button-ul .lang-btn a.en {
	background: url(../images/en.png) center center no-repeat;
	background-size: cover;
	margin-left: 0.625vw;
}

.header .navbox .button-ul .user-btn {
	width: 100%;
}

.header .navbox .button-ul .user-btn a {
	display: block;
	text-align: center;
	height: 3.4vh;
	line-height: 3.4vh;
	font-size: 0.72vw;
	color: #fff;
	padding: 0 0.625vw;
}

.header .navbox .button-ul .user-btn a.reg {
	color: #FFD743;
}

.header .menu-btn {
	display: none;
}

/* nav2 style */
.header .navbox .nav-ul li.nav-li .trip {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.header .navbox .nav-ul li.nav-li ol.nav2-ul {
	position: fixed;
	width: 100%;
	background: #FFFFFF;
	top: 8.51vh;
	left: 0;
	z-index: 9999;
	animation-name: pulldown;
	-webkit-animation-name: pulldown;
	animation-duration: .5s;
	-webkit-animation-duration: .5s;
	padding: 5vh 0 ;
	display: none;
}

.header .navbox .nav-ul li.nav-li ol.nav2-ul>li.nav2-li {
	padding: 0 3.125vw;
	border-right: 1px solid #eee;
}

.header .navbox .nav-ul li.nav-li ol.nav2-ul>li.nav2-li:last-child {
	border-right: none;
}

.header .navbox .nav-ul li.nav-li ol.nav2-ul>li.nav2-li>a {
	font-size:0.9375vw;
	color: #000;
}

.header .navbox .nav-ul li.nav-li ol.nav2-ul>li.nav2-li>a font {
	font-size:0.72vw;
	color: #666;
}

.header .navbox .nav-ul li.nav-li:hover .trip {
	display: block;
}
/* .header .navbox .nav-ul li.nav-li:hover ol.nav2-ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
} */
.inditem{
	display: none;
}
.header .navbox .nav-ul li.nav-li:hover div.inditem {
	display: block;
}

/* header scroll style */
.header.scroll {
	background: rgba(255, 255, 255);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);

}

.header.scroll .logo-normal img.logo-white {
	display: none;
}

.header.scroll .logo-normal img.logo-blue {
	display: block;
}

.header.scroll .logo-normal .logo-txt {
	color: #2760AD;
}

.header.scroll .navbox .nav-ul li a.nav-a,
.header.scroll .navbox .button-ul .lang-btn,
.header.scroll .navbox .button-ul .user-btn,
.header.scroll .navbox .button-ul .user-btn a {
	color: #000;
}

.header.scroll .navbox .nav-ul li.nav-li .trip {
	border-color: transparent transparent #2760AD transparent;
}

.header.scroll .navbox .nav-ul li.nav-li ol.nav2-ul {
	border-top: 1px solid #2760AD;
}

/* banner style */
.fSection {
	width: 100%;
	height: 100vh;
}

.fSection.banner .indexSwiper {
	width: 100%;
	height: 100%;
}

.fSection.banner .indexSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.fSection.banner .indexSwiper .swiper-slide>img {
	position: absolute;
	width: auto;
	min-height: 100%;
	max-width: none;
	min-width: 100%;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.fSection.banner .indexSwiper .swiper-slide .banner-con {
	position: relative;
	z-index: 30;
}

.fSection.banner .indexSwiper .swiper-slide .banner-con h1 {
	font-size: 3.75vw;
	font-weight: bold;
	color: #fff;
	margin-bottom: 6.3829vh;
}

.banner-con a.banner-btn {
	width: 18.23vw;
	height: 8.51vh;
	border-radius: 40px;
	font-size: 1.875vw;
	border: 1px solid #ffd743;
	color: #FFD743;
	cursor: pointer;
}

.fSection.banner .indexSwiper .swiper-pagination {
	bottom: 4.25vh;
}

/* .fSection.banner .indexSwiper .swiper-pagination-bullet {
	background: #fff;
	margin: 0 8px;
	width: 36px;
	height: 8px;
	border-radius: 4px;
	cursor: pointer;
} */
.fSection.banner .indexSwiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	cursor: pointer;
}

/* index-s1 style */
.index-s1 {
	position: relative;
	padding: 1.5625vw 0;
}

.index-s1 h2 {
	font-size:1.5625vw;
	color: #fff;
	padding-top: 2.6vw;
	background: url(../images/print.png) center center no-repeat;
	background-size: auto 3.3vw;
	position: relative;
	z-index: 20;

}

.index-s1 h2:before,
.index-s1 h2:after {
	content: "";
	width: 96px;
	height: 20px;
	background: url(../images/t-label.png) center center no-repeat;
	background-size: auto 100%;
}

.index-s1 h3 {
	font-weight: 300;
	font-size:0.9375vw;
	color: #fff;
	position: relative;
	z-index: 20;
}

.index-s1 .s1-bg {
	height: 100%;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
}

.index-s1 .s1-bg img {
	display: none;
	height: 100%;
	min-width: 100vw;
	min-height: 100vh;
	width: auto;
	max-width: none;
}

.index-s1 .s1-bg img.show {
	display: block;
}

.index-s1 .s1-flex {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.index-s1 .s1-flex .s1-flex-item {
	width: 15.625vw;
	height: auto;
	font-size:0.9375vw;
	color: #fff;
}

.index-s1 .s1-flex .s1-flex-item .more-btn {
	display: none;
	font-size:0.9375vw;
	color: #fff;
}

.index-s1 .s1-flex .s1-flex-item .item-pic {
	width: 8.3vw;
	height: 8.3vw;
	background: url(../images/pic-frame.png) center center no-repeat;
	background-size: cover;
	padding: 3.4574vh 0;
}

.index-s1 .s1-flex .s1-flex-item .item-pic img {
	height: 100%;
	width: auto;
	max-width: none;
}

.index-s1 .s1-flex .s1-flex-item .item-txt {
	text-align: center;
	margin-top: 1.9vh;
}

.index-s1 .s1-flex .s1-flex-item .item-txt p {
	font-size:0.72vw;
}

.index-s1 .s1-flex-on {
	display: none;
}

.index-s1 .s1-flex .s1-flex-item:hover {
	height: 100%;
	background: rgba(8, 118, 214, .6);
	position: relative;
}

.index-s1 .s1-flex .s1-flex-item:hover .item-txt {
	font-size:1.25vw;
	position: absolute;
	top: 15.95vh;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
}

.index-s1 .s1-flex .s1-flex-item:hover .item-txt p {
	font-size:0.9375vw;
}

.index-s1 .s1-flex .s1-flex-item:hover .more-btn {
	position: absolute;
	bottom: 15.95vh;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
}

.index-s1 .s1-flex .s1-flex-item:hover .item-pic {
	width: 14.5vw;
	height: 14.5vw;
}

/* footer style */
.fSection.footer {
	height: auto;
}

.fSection.footer .footer-s1 {
	background: url(../images/bg-footer.png) center top no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding: 40px 0 40px 0;
}

.fSection.footer .footer-s1 .footer-logo {
	position: absolute;
	width: 112px;
	height: 112px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border-radius: 61px;
	z-index: 90;
}

.fSection.footer .footer-s1 .footer-l {
	width: auto;
	margin-right: 20px;
}

.fSection.footer .footer-s1 .footer-l .contact-ul {
	width: 190px;
	height: auto;
	margin-bottom: 1.7vh;
}

.fSection.footer .footer-s1 .footer-l .contact-ul li {
	width: 33.3%;
	height: 45px;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	position: relative;
}

.fSection.footer .footer-s1 .footer-l .contact-ul li:nth-child(3n) {
	border-right: none;
}

.fSection.footer .footer-s1 .footer-l .contact-ul li:nth-child(4),
.fSection.footer .footer-s1 .footer-l .contact-ul li:nth-child(5),
.fSection.footer .footer-s1 .footer-l .contact-ul li:nth-child(6) {
	border-bottom: none;
}

.fSection.footer .footer-s1 .footer-l .contact-ul li .contact-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	width: 160px;
	height: 171px;
	background: url(../images/bg-code.png) transparent center top no-repeat;
	background-size: 100% 100%;
	font-size: 12px;
	line-height: 2;
	color: #333;
	z-index: 90;
}

.fSection.footer .footer-s1 .footer-l .contact-ul li .contact-hover>img {
	width: 120px;
	height: 120px;
}

.fSection.footer .footer-s1 .footer-l .contact-ul li:hover .contact-hover {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.fSection.footer .footer-s1 .footer-l p {
	font-size:0.72vw;
	color: #333;
	line-height: 2.5;
}

.fSection.footer .footer-s1 .footer-r {
	width: auto;
}

.fSection.footer .footer-s1 .footer-r ul li {
	padding: 0 8px;
	width: auto;
}

.fSection.footer .footer-s1 .footer-r ul li a {
	/* text-align: center; */
	font-size: 12px;
	font-weight: 300;
	line-height: 2.5;
	color: #2a3848;
}

.fSection.footer .footer-s1 .footer-r ul li a.nav1-a {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 1.06vh;
}

.fSection.footer .footer-s2 {
	height: 50px;
	background: #2a3848;
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	font-weight: 300;
}

.toTop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 146px;
	right: 20px;
	background: url(../images/toTop.png) center center no-repeat;
	background-size: cover;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	z-index: 999;
}

.m-section {
	display: none;
}

/* 内页Style */

.tab-con {
	display: none;
}

.tab-con.onshow {
	display: block;
}

/* .tab-ul {
	width: 220px;
	position: fixed;
	display: none;
	height: auto;
	z-index: 9999;
	bottom: 2.13vh;
	top: 50%;
	left: 10px;
}

.tab-ul.onflex {
	display: block;
} */
.tab-ul {
	width: 1200px;
	position: fixed;
	display: none;
	height: auto;
	z-index: 9999;
	bottom: 2.13vh;
	left: 50%;
	transform: translateX(-50%);
}

.tab-ul.tab-aside.onflex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tab-ul .tab-li {
	font-size:1.5625vw;
	line-height: 2.2;
	color: #fff;
	opacity: 60%;
	font-weight: normal;
	position: relative;
	cursor: pointer;

	padding: 5px 10px;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* .tab-li-bg0{
	background-image: url('../images/gyyy.png');
}
.tab-li-bg0-in{
	background-image: url('../images/gyyy-in.png');
}
.tab-li-bg1{
	background-image: url('../images/rwcj.png');
}
.tab-li-bg1-in{
	background-image: url('../images/rwcj-in.png');
} */
.tab-ul .tab-li.onthis {
	opacity: 1;
	font-weight: bold;
}

.tab-ul .tab-li.onthis:after {
	content: "";
	width: 100%;
	height: 0.64vh;
	background: #2760AD;
	position: absolute;
	bottom: 0;
	right: 0;
}

.tab-ul .tab-li:first-child.onthis:after {
	content: "";
	width: 100%;
	height: 0.64vh;
	background: #2760AD;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-banner {
	position: relative;
}

.banner-bg {
	position: absolute;
	width: auto;
	min-height: 100%;
	height: 100%;
	min-width: 100%;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.page-banner .banner-con {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.3);
}

.page-banner .banner-con h1 {
	font-size: 3.125vw;
	font-weight: bold;
	line-height: normal;
	color: #fff;
	text-align: center;
}

.page-banner .banner-con h2 {
	font-size:1.0416vw;
	color: #fff;
	font-weight: 300;
	text-align: center;
	opacity: .6;
	line-height: normal;
	padding: 1.276vh 0;
}

.page-banner .banner-con h3 {
	font-size:1.5625vw;
	color: #fff;
	font-weight: 300;
	text-align: center;
	line-height: normal;
}

.v-sec .tab-con {
	padding: 10.63vh 0;
	height: 100%;
	position: relative;
	z-index: 20;
}

.sec-title,
.section-con {
	position: relative;
	z-index: 20;
}

.sec-title h4 {
	font-size:1.5625vw;
	color: #fff;
	line-height: 1.5;
	font-weight: bolder;
	text-align: center;
}

.sec-title p {
	font-size:1.0416vw;
	font-weight: 300;
	color: #fff;
	text-align: center;
	opacity: .6;
}

.v-sec .section-con {
	padding: 3.2vh 3.125vw;	
	width: 62.5vw;
	height: 56.25vw;
}

.v-sec .section-con .v-box {
	width:100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	display: block;
}

.v-sec .section-con .v-box .video-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #fff;
	border-radius: 20px;
}

.v-sec .section-con .v-box .video-item img {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	max-width: none;
	position: relative;
}

.v-sec .section-con .v-box .video-item .play-btn {
	width: 4.16vw;
	height: 4.16vw;
	background: url(../images/play-btn.png) center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: 25;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.profile-sec .section-con {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 90;
	background: rgba(0, 0, 0, .5);
	padding: 3.2vh 2.6vw;
}

.profile-sec .section-con.left-con {
	left: 0;
	top: 0;
}

.profile-sec .section-con .sec-title {
	width: 26.02vw;
	text-align: left;
	margin-bottom: 3.2vh;
}

.profile-sec .section-con p {
	width: 35vw;
	font-size:0.9375vw;
	line-height: 2;
	color: #fff;
	text-align: justify;
}

.videos {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 99995;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.videos video {
	width: 960px;
	height: 540px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.videos img.vclose {
	width: 2.5vw;
	height: 2.5vw;
	position: absolute;
	left: 50%;
	bottom: 2.12vh;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	cursor: pointer;
}


.page-s1 .s1-flex-item {
	position: relative;
	z-index: 20;
	width: 23.75%;
	height: auto;
	border: 1px solid #fff;
	cursor: pointer;
	transition: all .3s;
}

.page-s1 .s1-flex-item:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.page-s1 .s1-flex-item .item-pic {
	width: 100%;
	height: auto;

}

.page-s1 .s1-flex-item .item-txt {
	width: 100%;
	font-size: 0.625vw;
	color: #fff;
	padding: 2.12vh 1.5625vw;
	line-height: 1.8;
}

.page-s1 .s1-flex-item .item-txt h4 {
	font-size:0.9375vw;
	text-align: center;
	width: 100%;
	line-height: 2;
}

.page-s1 .s1-flex-item .item-txt p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: block;
	padding-top: 10px;
}

.page-s1 .s1-flex-item .line{
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.6);
}

.page-s1 .s1-flex-item .line:after{
	content:"";
	width: 64px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.page-banner .banner-btn{
	margin-top: 7.66vh;
}

.yj-sec .section-con{
	padding: 10.63vh 0;
}

.yj-sec .section-con .context{	
	margin-top: 3.83vh;
	position: relative;
	width: 62.5vw;
	height: 65.95vh;
}

@media screen and (max-width:1440px){
	.yj-sec .section-con .context > img.style-a{
		height: 55%;
		width: auto;
	}
	
	.yj-sec .section-con .context > img.style-b{
		height:72%;
		width: auto;
	}
}

.yj-sec .section-con .context .txtbox{
	width: 64%;
	height: 55.3vh;
	background: rgba(25,41,62,.7);
	border: 1px solid #fff;	
	position: absolute;
	left: 0;
	top:10.64vh;
	padding: 3.2vh 1.5625vw;
	font-size:0.9375vw;
	color: #fff;
	line-height: 1.8;
}

.yj-sec .section-con .context .pro-txt{
	font-size:0.9375vw;
	line-height: 1.8;
	color: #fff;
	padding-top: 3.2vh;
}

.end-pro{
	padding-bottom: 5.21vw;
	padding-right: 5.21vw;
	padding-left: 5.21vw;
}

.tab-aside{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;	
	width: auto;
	top: 50%;
	right: 20px;
	left: auto;
	bottom: auto;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);	
}

.tab-ul.tab-aside .tab-li:first-child.onthis:after {
    content: "";
    width: 100%;
    height: 6px;
    background: #2760AD;
    position: absolute;
    bottom: 0;
    right: 0;
	left: auto;
}

.tab-ul.tab-aside .tab-li{
	margin: 5px 0;
}

.client-sec .section-con{	
	height: 100%;
	padding: 0;
}

.sortTab-ul{
	width: 30%;
	height: 100%;
	padding: 10.63vh 0;
	
}

.conSlide{
	width: 70%;
	height: 100%;
}

.sortTab-ul li{
	width: 100%;
	height: auto;
	/* flex: none; */
	flex: 1;	
}

.sortTab-ul li .img-circle{
	width: 5vw;
	height: 5vw;
	border-radius: 60px;
	overflow: hidden;
	cursor: pointer;
}

.sortTab-ul li .img-circle img{
	height: 100%;
	width: auto;
}

.sortTab-ul li.onflex,
.sortTab-ul li:hover{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: rgba(0,0,0,.6);
	border-left: 10px solid #2760AD;
}

.sortTab-ul li.onflex .img-circle,
.sortTab-ul li:hover .img-circle{
	width: 6.25vw;
	height: 6.25vw;
	border-radius: 90px;
}

.conSlide .con-main{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	padding: 0 2.6vw;
}

.conSlide .con-main h4{
	font-size:1.25vw;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1.06vh;
	width: 100%;
	text-align: left;
}

.conSlide .con-main h5{
	font-size: 0.83vw;
	color: #fff;
	font-weight: normal;
	margin-bottom: 3.2vh;
	width: 100%;
	text-align: left;
}

.conSlide .con-main p{
	font-size: 0.83vw;
	color: #fff;
	font-weight: normal;
	margin-bottom: 1.7vh;
	text-align: justify;
}

.conSlide .con-main.onshow{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}



.client-sec2 .sortTab-ul{
	width: 16%;
}

.client-sec2 .conSlide{
	width: 83%;
}

.client-sec2 .sortTab-ul .sortTab-li{
	height: 25%;
	width: 100%;
	font-size:1.25vw;
	color: #fff;
	font-weight: bold;
	position: relative;
	flex: none;
}
.client-sec2 .sortTab-ul .sortTab-li{
	cursor: pointer;
}
.client-sec2 .sortTab-ul .sortTab-li img{
	margin-bottom: 1.6vh;
}

.client-sec2 .sortTab-ul .sortTab-li.onflex,
.client-sec2 .sortTab-ul .sortTab-li:hover{
	border-left: none;
	background: transparent;
}

.client-sec2 .sortTab-ul .sortTab-li.onflex:after,
.client-sec2 .sortTab-ul .sortTab-li:hover:after{
	content: "";
	width:2.3475vw;
	height: 5px;
	background: #2760AD;
	margin-top: 1.06vh;
	position: absolute;
	left: 50%;
	bottom: 12%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}

.client-sec2 .con-main{
	background: transparent;
	width: 100%;
	padding: 10vh 4.6875vw;
}

.conSlide .con-main .parterSwiper .swiper-pagination-bullets{
	bottom: 0;
}

.conSlide .con-main .parterSwiper .swiper-pagination-bullets .swiper-pagination-bullet {  
    background: #fff;
    opacity: .5;
}

.conSlide .con-main .parterSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background: #2760AD;
	opacity: 1;
}

.client-sec2 .con-main .con-item{
	width:19.2vw;
	height: auto;
}

.client-sec2 .con-main .con-item h4{
	text-align: center;
	font-size:0.9375vw;
	line-height: 3.829vh;
	color: #fff;
	font-weight: 500;
}

.client-sec2 .con-main .con-item .item-img{
	width: 100%;
	height: 10.416vw;
	border: 1px solid #fff;
	background: rgba(255,255,255,.2);
	padding: 1.0416vw;
}

@media screen and (max-width: 1365px) {
	.tab-ul {
		width: 94%;
	}

	.profile-sec .section-con .sec-title {
		width: 100%;
	}

	.profile-sec .section-con p {
		width: 100%;
	}
	
	.tab-aside{
		-webkit-box-orient: row;
		-webkit-box-direction: row;
		-ms-flex-flow: row;
		flex-flow: row;	
		-webkit-box-align: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: justify;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 94%;
		top: auto;
		right:auto;
		left: 3%;
		bottom: 20px;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);	
	}
	
	.tab-ul.tab-aside .tab-li:first-child.onthis:after {
	    content: "";
	    width: 100%;
	    height: 6px;
	    background: #2760AD;
	    position: absolute;
	    bottom: 0;
	    right: 0;
		left: auto;
	}
	
	.tab-ul.tab-aside .tab-li{
		margin: 5px 0;
	}
	
	.client-sec2 .sortTab-ul{
		width: 15%;
	}
	
	.client-sec2 .conSlide{
		width: 85%;
	}
	
	.client-sec2 .conSlide .con-main{
		width: 100%;
		padding: 0 20px;
	}
}
