/* CSS Document */
@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0rem;
	padding: 0rem;
}

body {
	/* background: #fff; */
	/* color: #333333; */
	font-weight: 400;
	-webkit-text-size-adjust: none;
	overdata-x: hidden;
	/* font-size: 12rem; */
	padding-top: 0rem;
	_padding-top: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	text-decoration: none;
	/* color: #666; */
	/*transition: all 0.5s ease;*/
	outline: none;-moz-outline-style: none;
}

a:hover {
	text-decoration: none;
	/* color: #ffc001; */
}

img {
	border: 0rem;
	/*max-width: 100%*/
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

ul,
li,
dl,
dt,
dd,
ol {
	display: block;
	list-style: none;
}

fieldset,
img {
	border: 0;
}

iframe {
	background-image: none;
}

input,
textarea {
	outline: none;
}

.clear {
	clear: both;
	height: 0rem;
}


.red {
	color: #ffc001
}

.w100 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}


html {
	-webkit-text-size-adjust: none;
	overdata-x: hidden;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

center {
	text-align: center;
	line-height: 60rem;
}

em {
	font-style: normal;
}

i,
em {
	font-style: normal;
}










/* tab切换 start */
.tab-type-title {cursor: pointer;}
.tab-type-item.cur .tab-type-title {}
.tab-body-item {display: none;}
.tab-body-item.cur {display: block;}
@media(max-width: 768px) {
}
/* tab切换 end */



/* 栏目标题2 start */
.typename-box2 {
	margin-bottom: 50rem;
}
.type-name2 {
	font-size: 36rem;
}

.type-desc-en2 {
	font-size: 22rem;
}

.type-desc-en2 {
	line-height: 40rem;
}
.desc-en2-line {
	font-size: 18rem;
}
.desc-en2-info {
	margin: 0 15rem;
}


@media (min-width: 1201px) {
	.type-name2 {
		font-size: 1.875vw;
	}
	.type-desc-en2 {
		font-size: 1.145833vw;
	}
	.type-desc-en2 {
		line-height: 2.083333vw;
	}
	.desc-en2-line {
		font-size: 0.9375vw;
	}
	.desc-en2-info {
		margin: 0 0.78125vw;
	}
}


@media (max-width: 1200px) {
	.typename-box2 {margin-bottom: 40rem;}
	.type-name2 {font-size: 28rem;}
	.type-desc-en2 {font-size: 20rem;}
	.desc-en2-line {font-size: 16rem; }
}
@media (max-width: 992px) {
	.typename-box2 {margin-bottom: 30rem;}
	.type-name2 {font-size: 25rem; line-height: 1.6;}
	.type-desc-en2 {font-size: 18rem; line-height: 1.6;}
	.desc-en2-line {font-size: 14rem;}
}
@media (max-width: 768px) {
	.typename-box2 {margin-bottom: 20rem;}
	.type-name2 {font-size: 22rem;}
	.type-desc-en2 {font-size: 16rem;}
	.desc-en2-line {display: none;}
}
@media (max-width: 480px) {
	.typename-box2 {margin-bottom: 10rem;}
	/* .type-name2 {font-size: 20rem;} */
	.type-desc-en2 {font-size: 14rem;}
}
/* 栏目标题2 end */






/* 留言 start */
.msg-form-box-bg {
	padding: 10rem 0;
}
.form-box {
	
}
.form-title {
	margin-bottom: 10rem;
}
.form-row {
	position:relative; 
	margin: 15rem 0;
}
.form-label {
	float: left;
	line-height: 40rem;
	margin-right: 10rem;
	font-weight: bold;
	font-size: 14rem;
}

.form-input-bg {
	line-height: 20rem; 
	overflow: hidden;
}

.form-input, .form-textarea, .form-select {
	background-color: transparent;
	display: block;
	padding: 0 5rem;
	height: 40rem;
	border: 1rem solid #DEDEDE;
	box-sizing: border-box;
	width: 100%;
	line-height: 25rem;
	font-size: 12rem;
	border-radius: 2rem;
}

.form-textarea { 
	height: 100rem;
}


.form-tips-bg {
	padding-top: 10rem;
	/* font-size: 16rem; */
}
.form-tips-start {position: relative; top:3rem; color: #E00;}

.cfff .form-tips-start {
	color: #fff;
}

.form-tips-title {
	font-size: inherit;
}

.form-tips-info {
	font-size: inherit;
	margin-top: 20rem;
	line-height: 2;
	color: #666;
}

.form-btn-box {
	text-align:center; 
	margin-top: 30rem;
}
.form-btn {
	display:inline-block; 
	width: 120rem;
	text-align:center;
	background-color: #2B5DA9;
	color:#fff;
	line-height: 40rem;
	border: 0;
	cursor: pointer;
}

.form-btn:hover {opacity: .9;}

.team-search-form-box .form-label {
	line-height: 23rem;
}
.team-search-form-box .form-input, .team-search-form-box .form-textarea, .team-search-form-box .form-select {
	border: 0;
	height: 23rem;
	box-shadow: none;
}
.team-search-form-box .form-select {
	height: 22rem;
}
@media (max-width: 768px) {
	.form-tips-bg {
		padding-top: 20rem;
	}
	.form-label {
		line-height: 33rem;
	}
	.form-input, .form-select {
		height: 34rem;
		line-height: 20rem;
	}
	.form-textarea {
		line-height: 20rem;
	}
	.form-btn-box {
		margin-top: 20rem;
	}
}
@media (max-width: 560px) {
	.form-box {
		margin-top: 20rem;
	}
}
@media (max-width: 480px) {
	.form-box {
		margin-top: 15rem;
	}
	.form-label {
		font-size: 14rem;
	}
	.form-tips-bg {
		font-size: 14rem;
		padding: 0;
	}
	.form-tips-info {margin-top: 10rem; line-height: 1.5}
	.form-input, .form-textarea {box-shadow: none;}
	.form-btn-box {
		margin-top: 15rem;
	}
	.form-btn {
		line-height: 36rem;
	}
}
/* 留言 end */
/* 留言表单 start */
.msg-page-box {
}
.msg-page-bg {
	padding: 80rem 30rem;
}

.msg-right-bg {
	margin-top: 38rem;
}
.msg-listarc-link {
	border-bottom-style: dashed;
}


.msg-form-row {
	margin: 15rem 0;
}
.msg-form-row-item {
	width: 33.333333%;
	float: left;
}
.msg-form-row-bg {
	margin: 5rem 0;
}
.msg-form-label {
	width: 60rem;
	text-align: right;
	display: none;
}

.msg-form-input, .msg-form-textarea, .msg-form-select {
	background-color: #f8f8f8;
	border-radius: 5rem;
	border: 0;
	padding: 15rem;
	font-size: 14rem;
}

.msg-form-btn-box {
	/* text-align: left; */
}
.msg-form-btn {width: 100%; display: block; border-radius: 8rem; text-align: center; line-height: 45rem;}

@media (max-width: 768px) {
	.msg-right-bg {
		margin-top: 0;
	}
	.msg-page-bg {
		padding: 30rem 10rem;
	}
	.msg-form-row-item {
		float: none;
		width: auto;
		margin: 8rem 0;
	}
}
@media (max-width: 480px) {
	.msg-form-row {
		margin: 0;
	}
	.msg-form-label {
		width: 40rem;
		font-size: 14rem;
	}
}
/* 留言表单 end */


/* 列表页banner start */
.list-banner-image-box {
	/* padding-bottom: 41.6666666667%; */
	padding-bottom: 28%;
}
.list-banner-image {
	display: block; width: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	.banner-page-box {}
	.list-banner-image-box {
		padding-bottom: 48%;
	}
}
/* 列表页banner end */


/* 板块标题 start */
.type-entitle, .type-subtitle {font-size: 32rem; color: #333333; line-height: 1.6;}
.type-subtitle {font-weight: normal; margin-bottom: 30rem;}
.cfff .type-entitle {color: #fff;}
.cfff .type-subtitle {color: #fff;}

.type-subtitle .type-desc {margin-top: 20rem;}
.type-subtitle .type-more {font-size: 22rem; font-weight: bold;}
@media (max-width: 1200px) {
	.type-entitle, .type-subtitle {font-size: 28rem;}
	.type-subtitle {margin-bottom: 25rem;}
}
@media (max-width: 768px) {
	.type-entitle, .type-subtitle {font-size: 22rem; text-align: center;}
	.type-subtitle {margin-bottom: 20rem;}
	.type-subtitle .type-desc {float: none; margin-top: 0;}
	.type-subtitle .type-more {display: none;}
}
@media (max-width: 480px) {
	.type-entitle, .type-subtitle {font-size: 20rem;}
	.type-subtitle {margin-bottom: 15rem;}
}
@media (max-width: 414px) {
	.type-entitle, .type-subtitle {font-size: 18rem;}
	.type-subtitle {margin-bottom: 10rem;}
}
@media (max-width: 380px) {
	.type-entitle, .type-subtitle {font-size: 16rem;}
	.type-subtitle {margin-bottom: 8rem;}
}
/* 板块标题 end */


/***** 首页 *****/


/* 包含的业务 start */
.yewu-page-left {width: 38.75%; float: left; margin-right: 5%;}
.yewu-page-right {overflow: hidden;}

.yewu-list-image-box-border {border-radius: 50%; padding: 40rem 40rem 0 0; border-color: #dedede;}
.yewu-list-image-box {border-radius: 50%; padding-bottom: 100%;}

.yewu-right-bg {padding: 0 20rem;}
.yewu-type-ul-box {position: absolute; left: 0; bottom: 0; max-width: 70%; border: 1rem solid #dedede; padding: 8rem; border-radius: 40rem; background-color: #fff;}
.yewu-type-ul {border-radius: 30rem; background-color: #000; color: #fff;}
.yewu-type-li {width: 50%; float: left; padding: 6rem; box-sizing: border-box;}
.yewu-type-title {padding: 5rem 25rem; line-height: 30rem; border-radius: 20rem; text-align: center; cursor: pointer;}
.cur .yewu-type-title {background-color: #2B5DA9;}

.yewu-list-ul {margin: 0 -20rem;}
.yewu-list-li {width: 33.33333333%; float: left;}
.yewu-list-link {display: block; margin: 0 20rem;}
.yewu-list-title {background-color: #2B5DA9; color: #fff; border-radius: 23rem; text-align: center; line-height: 30rem; padding: 8rem 10rem;}

.yewu-list-desc {margin-top: 30rem; border-radius: 10rem; background-color: #F5F5F5; padding: 20rem; line-height: 30rem; height: 150rem; overflow: hidden;}

.yewu-page-more-box {}
.yewu-page-more {display: block; padding: 15rem; background-color: #2B5DA9; color: #fff;}
.yewu-page-more-txt {font-size: 16rem; line-height: 24rem;}
.yewu-page-more-icon {height:24rem;}


@media (min-width: 1201px) {
	.yewu-list-image-box-border {padding: 2.083333vw 2.083333vw 0 0;}

	.yewu-right-bg {padding: 0 1.041666vw;}
	.yewu-type-ul-box {padding: 0.4166666vw; border-radius: 2.0833333vw}
	.yewu-type-ul {border-radius: 1.5625vw;}
	.yewu-type-li {padding: 0.3125vw;}
	.yewu-type-title {padding: 0.2604166vw 1.3020833vw; line-height: 1.5625vw; border-radius: 1.041666vw;}
	
	.yewu-list-ul {margin: 0 -1.041666vw;}
	.yewu-list-link {margin: 0 1.041666vw;}
	.yewu-list-title {border-radius: 1.1979166vw; text-align: center; line-height: 1.5625vw; padding: 0.416666vw 0.520833vw; margin-right: 1.5625vw;}
	
	.yewu-page-more {padding: 0.78125vw;}
	.yewu-page-more-txt {font-size: 0.833333vw;}
}


.yewu-list-desc:hover {background-color: #efefef;}
.yewu-page-more:hover {opacity: .9;}


@media (max-width: 1200px) {
	.yewu-page-left {margin-right: 2%;}
	.yewu-right-bg {padding: 0 10rem;}
	.yewu-list-ul {margin: 0 -10rem;}
	.yewu-list-link {margin: 0 10rem;}
	.yewu-list-desc {padding: 15rem; font-size: 13px;}
}
@media (max-width: 992px) {
	.yewu-page-left {width: auto; float: none; margin-right: 0;}
	.yewu-list-image-box-border {display: none;}
	.yewu-type-ul-box {position: static; width: auto; max-width: 320rem; margin: 0 auto;}
	.yewu-type-title {min-width: 80rem;}
	.yewu-right-bg {padding: 10rem 0 0;}
}
@media (max-width: 768px) {
	.yewu-list-ul {margin: 0 -3px;}
	.yewu-list-link {margin: 0 3px;}
	.yewu-list-desc {margin-top: 10px; padding: 10px; font-size: 12px; line-height: 25px; height: 150px;}
	.yewu-page-more-box {margin-top: 15px;}
	.yewu-page-more {padding: 12px}
}
/* 包含的业务 end */


/* 战绩榜 start */
.zhanji-page-body-bg {
	padding-top: 300rem;
}
.zhanji-page-left {}
.zhanji-page-left-bg {padding: 50rem; background-color: #2B5DA9; border-radius: 30rem;}

.zhanji-page-right {}
@media (min-width: 769px) {
	.zhanji-page-right {
		position: absolute;
		top: 0;
		right: 10%;
		bottom: 0;
		width: 480rem;
	}
}
.zhanji-page-right-bg {
	padding: 80rem 45rem 15rem;
	height: 100%; 
	box-sizing: border-box;
}
.zhanji-type-name-box, .zhanji-type-ul-box, .pro-page-right {width: 100%;}
.zhanji-type-name-box {
	background-color: #2B5DA9;
    border-radius: 6rem;
    border-bottom: 6rem solid #000;
	position: relative;
	padding: 20rem 0;
}
.zhanji-type-name {font-size: 28rem;}
.zhanji-type-name-spot {
    width: 6rem;
    height: 6rem;
    background: #1C3C6D;
    border-radius: 50%;
    position: absolute
}
.zhanji-type-name-spot.top-left {
    top: 7rem;
    left: 7rem
}
.zhanji-type-name-spot.top-right {
    top: 7rem;
    right: 7rem
}
.zhanji-type-name-spot.bottom-left {
    bottom: 7rem;
    left: 7rem
}
.zhanji-type-name-spot.bottom-right {
    bottom: 7rem;
    right: 7rem
}

.zhanji-page-ul {}
.zhanji-type-li {width:25%; float: left;}
.zhanji-type-title {margin: 0 10rem; border-radius: 5rem 5rem 0 0; background-color: #f5f5f5; line-height: 36rem; text-align: center;}
.cur .zhanji-type-title {background-color: #2B5DA9; color: #fff;}

.pro-page-right {height: calc(100% - 158rem);}
.pro-right-bg {height: 100%; box-sizing: border-box; padding: 15rem; box-shadow: 0 0 10rem rgba(0,0,0,.16);}
.zhanji-list-swiper {height: 100%;}
.zhanji-list-ul {height: 100%;}
.zhanji-list-title {background-color: #f5f5f5; border-radius: 20rem; line-height: 20rem; padding: 5rem 20rem;}
.zhanji-list-info {color: #002967; line-height: 1.2;}
.zhanji-list-attr-item {}
.zhanji-list-attr-item1 {width: 30%;}
.zhanji-list-attr-item-bg {padding: 15rem 20rem;}
.zhanji-list-attr-title {}
.zhanji-list-attr-value {margin-top: 3rem;}



.data-list-ul {max-width: 50%; display: block;}
.data-list-li {padding: 15rem; background-color: #fff; border-radius: 20rem;}
.data-list-li+.data-list-li {margin-top: 30rem;}
.data-list-bg {padding-left: 15rem; /* border-left: 4rem solid #FFC042; */ position: relative;}
.data-list-bg:before {content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; border-left: 5rem solid #FFC042; border-radius: 3rem;}
.data-list-title-box {display: block;}
.data-list-title {font-size: 20rem; line-height: 40rem;}
.data-list-short-box {border-radius: 5rem; line-height: 20rem; padding: 10rem 0; width: 90rem; text-align: center; background-color: #000; color: #fff; margin-left: 20rem;}



.zhanji-list-info:hover {color: #000;}

.data-list-li:hover {-webkit-transform: scale(1.01); -moz-transform: scale(1.01); -ms-transform: scale(1.01); -o-transform: scale(1.01); transform: scale(1.01);}
.data-list-li:hover .data-list-short-box {background-color: #2B5DA9;}


@media (max-width: 1200px) {
	.zhanji-page-left-bg {padding: 4%}
	.zhanji-page-right {right: 2%; max-width: 48%;}
	
	.data-list-title {font-size: 18rem;}
}
@media (max-width: 992px) {
	.zhanji-page-body-bg {padding-top: 0;}
	.zhanji-page-left {position: static;}
	.zhanji-page-left-bg {padding: 3%}
	.data-list-ul {max-width: 500px; margin: 0 auto; float: none;}
	.zhanji-page-right {position: static; max-width: 500px; height: 650px; margin: 5px auto 0;}
	.zhanji-page-content {padding: 0; line-height: 1.6; /* height: 154rem; */}
}

@media (max-width: 768px) {
	.zhanji-page-left {float: none; width: auto;}
	.zhanji-page-left-bg {padding: 20px; border-radius: 15px;}
	.data-list-ul {}
	.data-list-li {padding: 10px; border-radius: 10px;}
	.data-list-li+.data-list-li {margin-top: 10px;}
	.data-list-short-box {font-size: 12px; padding: 5px 10px;}
	.data-list-title {line-height: 30px;}

	.zhanji-page-right {margin-right: 0; padding: 10rem 0; max-width: 360px; margin: 0 auto;}
	.pro-page-right {height: calc(100% - 150rem);}
}

@media (max-width:620px) {
	.zhanji-page-body {font-size:12rem;line-height:20rem;}
}

@media (max-width: 480px) {
	.zhanji-page-content  {padding: 5rem 0;}

	.data-list-title {font-size: 16rem;}
	.data-list-desc {font-size: 13rem; }
	
	.zhanji-type-title {margin: 0 5px;}
	
	.zhanji-page-right {max-width: 320px;}
	.zhanji-type-name {font-size: 22px;}
	.zhanji-page-right-bg {padding: 60rem 35rem 15rem;}
}
@media (max-width: 414px) {
	.zhanji-page-right {padding-bottom: 0;}

	.data-list-title {font-size: 14rem;}
	.data-list-desc {font-size: 12rem; }
}

@media (max-width: 360px) {
	.data-list-desc {height: 34rem; line-height: 17rem; }
	
}
/* 战绩榜 end */

/* 学员案例 start */
.anli-page-box {border-bottom: 1rem solid #E6EBEF;}
.anli-page-body-bg {
}
.anli-tuijian-link, .anli-list-link {cursor: pointer;}
.anli-tuijian-image-box {padding-bottom: 50%;}
.anli-tuijian-info {padding-top: 50rem;}
.anli-tuijian-left {width: 30%;}
.anli-tuijian-title {font-size: 50rem; margin-right: 20rem;}

.anli-tuijian-right-bg {padding-top: 20rem;}
.anli-tuijian-line {width: 60rem; height: 3rem;background-color: #2B5DA9;}
.anli-tuijian-desc {margin-top: 20rem; font-size: 16rem; line-height: 30rem; /* height: 75rem; */ color: #666;}


.anli-tuijian-desc:hover {color: #2B5DA9;}

.anli-page-right {height: 485px;}

@media (min-width: 769px) {
	.anli-page-left {width: 70%;}
	.anli-page-left-bg {padding-right: 30rem;}
	.anli-page-right {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30%;
		height: auto;
	}
}
.anli-page-right-bg {padding: 20rem; background-color: #f8f8f8; overflow: auto; height: 100%; box-sizing: border-box;}
.anli-list-ul {padding: 15rem;}
.anli-list-li+.anli-list-li {margin-top: 20rem;}
.anli-list-image-box {padding-bottom: 40%;}

@media (max-width: 768px) {
	.anli-tuijian-info {padding-top: 20px;}
	.anli-tuijian-left {width: auto; float: none; margin: 0;}
	.anli-tuijian-right-bg {padding-top: 15px;}
	.anli-tuijian-title {font-size: 20px; white-space: nowrap; height: auto; line-height: initial; overflow: hidden; text-overflow: ellipsis;}
}
/* 学员案例 end */


/* 页面弹窗 start */
.pupop-page-bg {
	/* position: absolute; */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 999;
	/* padding: 60rem 0; */
	background-color: rgba(0,0,0,.85);
}
.pupop-page-body {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popop-close-box {
	width: 40rem;
	height: 40rem;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/videoClose.png);
	background-size: 15rem;
	cursor: pointer;
	position: absolute;
	/* right: 0rem;
	top: 0rem; */
	right: -10rem;
	top: -10rem;
	border-radius: 50%;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	box-shadow: 0 0 10rem #dedede;
}

.popop-close-box:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


.video-popop-body {
	width: 1200rem;
	max-width: 100%;
	max-height: 96%;
	box-sizing: border-box;
	border-radius: 20rem;
	padding: 10rem;
	background-color: #fff;
}
.popup-video {
	height: 100%;
	max-width: 100%;
	display: block;
	border-radius: 20rem;
}


.pupop-page-info {background-color: #fff; display: none;}
.pupop-page-info1 {padding: 10rem;}
.pupop-ewm-image {height: 200rem;}
.pupop-ewm-title {font-size: 16rem;}
.pupop-page-info2 {min-width: 300rem;}
.pupop-tel-title {background-color: #2B5DA9; color: #fff; padding: 20rem; font-size: 22rem; line-height: 30rem;}
.pupop-tel-icon {height: 26rem; margin-top: 2rem; margin-right: 5rem;}
.pupop-tel-value {padding: 20rem; font-size: 30rem;}



@media (max-width: 1259px) {
	.pupop-page-bg {
		padding: 50rem 0;
	}
	.video-pupop-body {
		width: 92%;
		height: auto;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.pupop-page-bg {
		padding: 40rem 0;
	}
	.pupop-page-body {
		/* padding: 30rem; */
	}

	.popup-video {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 768px) {
	.pupop-page-bg {
		padding: 30rem 0;
	}
}
@media (max-width: 600px) {
	.pupop-page-bg {
		padding: 20rem 0 30rem;
	}
}
@media (max-width: 480px) {
	.pupop-page-body {
		/* width: 96%; */
	}
}
@media (max-width: 414px) {
	.pupop-page-body {
		/* padding: 6rem; */
	}
}
/* 页面弹窗 end */



/* 导师团队 start */

.daoshi-type-desc-en {color: #999; margin-top: 0;}
.daoshi-type-ul-box {margin-top: 60rem;}
.daoshi-type-ul {float: right;  border-radius: 40rem; background-color: #2B5DA9; color: #fff; padding: 8rem; }
.daoshi-type-li {width: 33.33333333%; float: left; box-sizing: border-box;}
.daoshi-type-title {padding: 10rem 25rem; line-height: 30rem; border-radius: 30rem; font-size: 16rem; text-align: center; cursor: pointer; white-space: nowrap;}
.daoshi-type-li.cur .daoshi-type-title {background-color: #fff; color: #2B5DA9;}

.daoshi-list-bd {position: relative;}
.daoshi-list-bd:before, .daoshi-list-bd:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .5);
	z-index: 2;
}
.daoshi-list-bd:before {
	left: -100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
}
.daoshi-list-bd:after {
	right: -100%;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
}

.daoshi-list-ul {
	padding: 10rem 0;
}
.daoshi-list-li {width: 33.333333333%; float: left;}
.daoshi-list-li-bg {
	display: block;
	margin: 25rem;
	padding: 30rem;
	border-radius: 15rem;
	background-color: #F6F6F6;
	/* cursor: pointer; */
}
.daoshi-list-row+.daoshi-list-row {margin-top: 20rem;}

.daoshi-list-li-bg1 {
	border-top: 0;
}
.daoshi-list-left {
	float: left;
	margin-right: 20rem;
}
.daoshi-list-icon {
	width: 60rem;
	height: 60rem;
	display: block;
	border-radius: 50%;
	object-fit: cover;
}

.daoshi-list-title-box {margin-top: 3rem;}
.daoshi-list-title {font-size: 22rem;}
.daoshi-list-tages {margin-top: 6rem; color: #999;}

.list-daoshi-star {}
.list-daoshi-star-icon {float: left; height: 20rem; margin-right: 5rem;}

.daoshi-list-desc {
	color: #777;
	line-height: 22rem;
	height: 66rem;
}

.daoshi-list-short {font-size: 22rem;}


.daoshi-not-bg {
	padding: 80rem 0;
}

.daoshi-not-title {
	margin-top: 15rem;
    display: inline-block;
    font-size: 14rem;
    color: #999;
}


.daoshi-list-li-bg:hover {-webkit-transform: scale(1.01); -moz-transform: scale(1.01); -ms-transform: scale(1.01); -o-transform: scale(1.01); transform: scale(1.01); box-shadow: 0 0 10rem #dedede;}


.daoshi-pingjia-type-ul {float: none;}
.daoshi-pingjia-list-ul-box {margin-top: 30rem;}


.daoshi-swiper-pagination {text-align: center; min-height: 16px;}
.daoshi-swiper-pagination .swiper-pagination-bullet {width: 16rem; height: 16rem; background-color: #DCE9E8;}
.daoshi-swiper-pagination .swiper-pagination-bullet-active {background-color: #2B5DA9;}

@media (max-width: 768px) {
	.pinglun-type-name-box {
		padding-top: 10rem;
	}
	.daoshi-not-bg {
		padding: 50rem 0;
	}

	.daoshi-type-ul-box {margin-top: 20px;}
	.daoshi-type-ul {float: none;}
	.daoshi-type-title {padding: 5rem 0; line-height: 30rem; font-size: 14rem;}
	
	.daoshi-list-li {width: 50%;}
	.daoshi-list-row+.daoshi-list-row {margin-top: 15px;}
	.daoshi-list-li-bg {margin: 15px; padding: 20px;}
	.daoshi-list-title {font-size: 20px;}
}
@media (max-width: 480px) {
	.daoshi-not-bg {
		padding: 38rem 0;
	}
	
	.daoshi-list-row+.daoshi-list-row {margin-top: 10px;}
	.daoshi-list-li-bg {margin: 3px; padding: 15px;}
	.daoshi-list-title {font-size: 16px;}
}
/* 导师团队 end */


/* 层层把关 start */
.baguan-page-box {background-color: #EAF2FE;}
.baguan-page-body-bg {padding: 60rem 0;}

.baguan-page-right {}
@media (min-width: 769px) {
	.baguan-page-left {width: 70%;}
	.baguan-page-right {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30%;
	}
}
.baguan-page-left-bg {max-width: 380rem; padding-right: 30rem;}
@media (min-width: 769px) {
	.baguan-type-name {font-size: 56rem;}
}
.baguan-type-name-en {color: #2B5DA9;}
.baguan-type-desc {margin-top: 80rem; font-size: 16rem; line-height: 2.2; color: #777;}

.overflow-auto {}

.baguan-page-right-bg {height: 100%; box-sizing: border-box;}
.baguan-list-ul {padding: 0 40rem;}
.baguan-list-li+.baguan-list-li {margin-top: 20rem;}
.baguan-list-link {background-color: #fff; padding: 35rem; border-radius: 5rem; box-sizing: border-box; box-shadow: 0 0 10rem #e0edfe;}
.baguan-list-title {font-size: 22rem;}
.baguan-list-desc {margin-top: 10rem;line-height: 25rem; color: #666;}


.list-baguan-li {width: 25%; float: left;}
.list-baguan-link {margin: 10px;}

.baguan-list-link:hover {background-color: #2B5DA9;}
.baguan-list-link:hover * {color: #fff;}
@media (max-width: 768px) {
	.baguan-page-body-bg {padding-top: 0;}
	.baguan-page-left-bg {padding-right: 0;}
	.baguan-type-name {display: inline-block;}
	.baguan-type-desc {margin-top: 20px; font-size: 14rem; line-height: 1.8;}
	
	.baguan-page-right {height: 320px;}
	.baguan-list-ul {padding: 0 20px;}
	.baguan-list-link {padding: 25px;}
	.baguan-list-title {font-size: 18px;}
}
@media (max-width: 480px) {
	.baguan-type-desc {margin-top: 10px;}
}
/* 层层把关 end */


/* 服务特点 start */
.tedian-page-bg {position: absolute; top: 30%; right: 0; bottom: 0; left: 100rem; margin-right: -500rem; background-color: #EAF2FE;}
.tedian-page-body-bg {padding-bottom: 50rem;}
.tedian-page-left {float: left; margin-right: 80rem;}
.tedian-page-left-bg {padding-top: 60rem;}
.tedian-type-name {width: 50rem; text-align: center;}
.tedian-page-right {overflow: hidden;}
.tedian-list-li {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.tedian-list-link {
	margin: 0 35rem;
	display: block;
	overflow: hidden;
}
.tedian-list-image-box {padding-bottom: 150%;}
.tedian-list-info {padding-top: 20rem;}
.tedian-list-row+.tedian-list-row {margin-top: 20rem;}
.tedian-list-title {font-size: 18rem; font-weight: normal;}
.tedian-list-more-btn {margin-right: 15rem;}
.tedian-list-more{border-radius: 10rem;}
.tedian-list-more-text {text-decoration: underline; color: #2B5DA9; line-height: 40rem;}


.tedian-list-link:hover {/* box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2); border-color: transparent; */}
.tedian-list-link:hover .tedian-list-title {color: #333;}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
	.tedian-page-left {float: none; width: auto; margin: 0;}
	.tedian-page-left-bg {padding-top: 0;}
	.tedian-type-name {width: auto;}
	
	.tedian-page-bg {left: 10%;}
	.tedian-page-body-bg{padding-bottom: 20px;}
	.tedian-list-link {margin: 10rem;}
	.tedian-list-title {line-height: 30rem; height: auto; font-size: 14rem;}
}

@media (max-width: 666px) {
}
@media (max-width: 560px) {
}
@media (max-width: 480px) {
	.tedian-list-li {
		width: 50%;
	}
	.tedian-list-link {margin: 5rem;}
}
/* 服务特点 end */


/* 战绩图片 start */
.zhanji-pic-type-ul {margin-top: -20rem;}
.zhanji-pic-type-li {margin: 0 10rem; float: left;}
.zhanji-pic-type-title {border-radius: 10rem; width: 130rem; text-align: center; font-size: 16rem; background-color: #EEEEEE; line-height: 20rem; padding: 15rem;}
.cur .zhanji-pic-type-title {background-color: #2B5DA9; color: #fff;}


.zhanji-pic-body-bg {padding: 100rem 0; max-width: 626rem;}
.zhanji-pic-type-info {font-size: 38rem; }
@media (min-width: 739px) {
	.zhanji-pic-page-right {
		position: absolute;
		top: 0;
		right: 0;
		left: 62%;
		bottom: 120rem;
	}
	.zhanji-pic-right-bg {height: 100%;}
	.zhanji-pic-page-image-box {padding-bottom: 0; height: 100%;}
}
@media (max-width:1200px) {
}

@media (max-width:992px) {
	.zhanji-pic-page-content {padding: 0; line-height: 1.6; /* height: 154rem; */}
}

@media (max-width: 768px) {
	.zhanji-pic-page-left {float: none; width: auto; }
	.zhanji-pic-type-ul {display: flex; justify-content: center;}
	.zhanji-pic-type-title {font-size: 14px; padding: 10px;}
	/* .type-more-box { text-align: center;} */
	.zhanji-pic-page-right {margin-top: 10px;}
	.zhanji-pic-page-image-box {
		padding-bottom: 56%;
		/* border-radius: 5rem; */
	}
	.zhanji-pic-body-bg {padding: 10px 0;}
	.zhanji-pic-type-info {font-size: 18px;}
	.zhanji-pic-page-content  {line-height: 1.6; height: auto;}
	
	
}

@media (max-width:620px) {
	.zhanji-pic-page-body {font-size:12rem;line-height:20rem;}
}

@media (max-width: 480px) {
	.zhanji-pic-page-content  {padding: 5rem 0;}

}
@media (max-width: 414px) {
	.zhanji-pic-page-right {padding-bottom: 0;}

}
@media (max-width: 380px) {
}
@media (max-width: 360px) {
	
}
/* 战绩图片 end */
/* 战绩数据 start */
.zhanji-data-page-bg {background-color: #2B5DA9;}
.zhanji-data-list-ul-box {max-width: 62%;}
.zhanji-data-list-ul {padding: 50rem 90rem;}
.zhanji-data-list-li {float: left; width: 33.33333333%;}
.zhanji-data-list-bg {padding: 0 30rem; color: #fff;}
.zhanji-data-list-title-box {display: block; font-size: 56rem;text-align: center;}
.zhanji-data-list-title {}
.zhanji-data-list-desc {margin-top:10rem; color: #83a7d8; font-size: 18rem;}


@media (max-width:1200px) {
	.zhanji-data-list-ul {padding: 20rem 30rem;}
	.zhanji-data-list-title {font-size: 40rem;}
	.zhanji-data-list-title-box {font-size: inherit;}
}

@media (max-width:992px) {
}

@media (max-width: 768px) {
	.zhanji-data-list-ul-box {max-width: none;}
	.zhanji-data-list-ul {padding: 15rem 0;}
	.zhanji-data-list-bg {padding: 0 10px;}
}

@media (max-width:620px) {
}

@media (max-width: 480px) {
	.zhanji-data-list-li {float: left;}
	.zhanji-data-list-title {font-size: 30rem;}
	.zhanji-data-list-desc {font-size: 12rem; }
}
@media (max-width: 414px) {
	.zhanji-data-list-ul {margin: 0;}
	.zhanji-data-list-bg {padding: 0 5px;}
	.zhanji-data-list-title {font-size: 25rem;}
}
/* 战绩数据 end */


/* 子栏目标题 start */
.page-nav-box {
	text-align: center;
}
.page-nav-ul {
	display: block;
	overflow: hidden;
	font-size: 0;
	/* border: 2rem solid #2B5DA9; */
	margin: 0 -10rem;
}
.page-nav-li {
	overflow: hidden;
	float: left;
	width: 14.28%;
}
.page-nav-link {
	display: block;
	overflow: hidden;
	margin: 0 10rem;
	padding: 0 10rem;
	text-align: center;
	line-height: 44rem;
	font-size: 16rem;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 8rem;
	background-color: #f5f5f5;
}

.cur .page-nav-link, .page-nav-li:hover .page-nav-link {
	color: #fff;
    background-color: #2B5DA9;
}
@media (max-width: 768px) {
	.page-nav-ul {
	}
	.page-nav-li {
		width: 33.33333333%;
		float: left;
	}
	.page-nav-link {
		margin: 5px;
		width: auto;
		background-size: 100% 100%;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		font-size: 13rem;
		height: 32rem;
		line-height: 16rem;
		padding-left: 20rem;
		padding-right: 20rem;
	}
}
@media (max-width: 480px) {
	.page-nav-li {width: 50%;}
	.page-nav-ul {padding: 0; }
	.page-nav-link {
		margin: 3px;
		font-size: 12rem;
	}
}
/* 子栏目标题 end */
/* 首页新闻 start */
.news-page-box .type-desc-en {
	color: #575757;
}


.news-page-body-bg {
	padding-top: 40rem;
}
.home-news-page-left {
	width: 70%;
	float: left;
}
@media (min-width: 768px) {
	.home-news-page-left {
		margin-right: 5%;
	}
}

.news-tuijian-li {margin-bottom: 40rem;}
.news-tuijian-link {
	background-color: #fff;
	display: block;
}

.news-tuijian-bg {}
.news-tuijian-left {width: 220rem;}
.news-tuijian-image-box {
	/* padding-bottom: 336rem; */
	border-radius: 10rem;
}
.news-tuijian-info {
	padding: 20rem 20rem 0;
	
	transition: all .6s;
	padding-top: 20rem;
}
.news-tuijian-title {}
.home-news-desc {margin-top: 10rem; color: #999;}
.home-news-time-row {margin-top: 10rem; color: #999;}


.home-news-ul-item {}
.home-news-ul {padding: 0 15px;}
.home-news-li {}
.home-news-link {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10rem 0;
}
.home-news-title {
	display: block;
	font-size: 20rem;
	font-weight: normal;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	padding-left: 15rem;
	position: relative;
}
.home-news-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
	background-color: #333;
	border-radius: 50%;
}
.home-news-info-row {
	margin-top: 10rem;
}
/* .home-news-link:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 0;
    height: 2rem;
    background: #2B5DA9;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
} */


.home-news-search-box {border-radius: 10rem; overflow: hidden;}

.news-right-type-box {margin-top: 20rem;}

.news-right-type-li+.news-right-type-li {margin-top: 10rem;}
.news-right-type-link {overflow: hidden; border-radius: 10rem; position: relative;}
.news-right-type-image-box {position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding-bottom: 0; border-radius: 10rem;}
.news-right-type-title-box {position: relative; color: #fff; border-radius: 10rem; /* background-color: rgba(0,0,0,.7); */}
.news-right-type-title {font-size: 20rem; line-height: 40rem; padding: 15rem; text-align: center;}


.show-news-link {border-bottom: 1rem solid #888; float: left; max-width: 100%;}
.show-news-title {color: #888;}
.show-news-title:before {
	width: 4rem;
	height: 4rem;
	background-color: #888;
}

.home-news-link:hover, .home-news-title:hover {color: #2B5DA9;}
.news-right-type-title-box:hover {background-color: rgba(0,0,0,.3);}

@media (min-width: 769px) {
	.news-tuijian-link:hover, .home-news-link:hover {
		color: #2B5DA9;
	}
	/* .home-news-link:hover:after  {
		width: 100%;
	} */
}
@media (max-width: 1200px) {
	/* .w1200 {padding:0 10rem;width:auto;} */
	.news-list-ul {
		padding: 0;
		box-shadow: none;
	}
	.home-news-num {
		font-size: 90rem;
		line-height: 100rem;
	}
	.home-news-title {font-size: 20rem;}
}
@media (max-width: 992px) {
	.home-news-num {
		font-size: 4.5vw;
	}
	.home-news-title-box {}
	.home-news-title {font-size: 18rem;}
	.home-news-desc {font-size: 15rem; }
	
}
@media (max-width: 768px) {
	.news-page-body-bg {
		padding-top: 10rem;
	}
	.home-news-page-left {
		float: none;
		width: auto;
	}
	.news-tuijian-ul {
		margin: 10rem 0;
	}
	.news-tuijian-left {width: 200px;}
	.news-tuijian-image-box {
		padding-bottom: 62.5%;
	}
	.news-tuijian-info {
		padding: 15px 15px 0;
	}
	.home-news-ul-item {width: auto; float: none;}
	.home-news-ul {padding: 0 8rem;}
	.news-tuijian-li {margin-bottom: 0;}
	
	.news-right-ul {
		margin-top: 0;
		padding-left: 0;
	}
	.home-news-num {
		font-size: 60rem;
		line-height: 4.5vw;
	}
	.home-news-info {
		padding-top: 0;
	}
	.home-news-title-box {
		
	}
	.home-news-title {font-size: 16rem;}
	.home-news-time {font-size: 12rem;}
	.home-news-left {font-size: 1.146vw;}
	.home-news-info-row {
		margin:0; 
	}
	.home-news-desc {margin-top: 5px;  font-size:14rem; }
	
	.home-news-search-box {margin-top: 20px;}
	
}
@media (max-width: 666px) {
	.home-news-title-box {}
	.home-news-image {height: 100rem; width: 160rem;}
	/* .home-news-info {margin-left: 170rem;} */
	.home-news-desc {font-size:13rem; line-height: 18rem; height: 51rem;}
}
@media (max-width: 560px) {
	.home-news-image {height: 4.5vw; width: 120rem;}
	/* .home-news-info {margin-left: 130rem;} */
	.home-news-desc { }
}

@media (max-width: 480px) {
	.news-page-body-bg {
		padding-top: 0;
	}
	.news-tuijian-li {margin-bottom: 0;}
	.news-tuijian-left {width: 175px;}
	.news-tuijian-image-box {
		padding-bottom: 56%;
	}
	.news-tuijian-info {
		padding: 5px 0 0 10px;
	}

	.home-news-link {padding: 8rem 0;}
	.home-news-image {width: 100rem; height: 66rem; }
	.home-news-left {
		margin-right: 10rem;
	}
	.home-news-num {
		font-size: 40rem;
		line-height: 3.542vw;
	}
	.home-news-time-bg {padding: 0 8rem;}
	/* .home-news-info {margin-left: 83rem;} */
	.home-news-title {font-size: 15rem;}
	.home-news-date-bg {width: 75rem; height: 4.5vw;}
	.home-news-year {font-size: 13rem; }
	.home-news-moon-day {font-size: 1.146vw;}
	.home-news-desc { font-size:12rem; height: 34rem; }
}
/* 首页新闻 end */


/* 留言表单 start */
.msg-page-body-bg {padding: 50rem; background-color: #2B5DA9; border-radius: 30rem; background-position: right center;}

.msg-page-right-info {background-color: #fff; box-sizing: border-box; border-radius: 10rem; padding: 30rem; }
.msg-page-ul {}
.msg-type-li {}
.msg-type-title {}


@media (min-width: 769px) {
	.msg-page-right-bg {padding-left: 5%;}
}
@media (min-width: 1201px) {
	.msg-page-left {position: absolute; top: 0; bottom: 0; left: 0; width: 60%;}
	.msg-page-left-bg {height: 100%;}
	.msg-typename-box { margin-bottom: 60rem;}

	.msg-left-item1-image {position: absolute; right: 0; bottom: 0; max-width: 299rem; max-height: 256rem;}
	
	.msg-page-right {overflow: hidden; width: 40%; float: right;}
	.msg-page-right-bg {padding-left: 5%; padding-right: 13%;}
}


@media (max-width: 1200px) {
	.msg-left-item1-image {width: 200px;}
}

@media (max-width: 992px) {
	.msg-page-right-bg {padding-top: 30px; padding-left: 0;}
	.msg-left-item1-bg {text-align: center;}
	.msg-left-item1-image {width: auto;}
}

@media (max-width: 768px) {
	.msg-left-item1-image {max-height: 200px;}
	.msg-left-item {float: none; width: auto;}

	.msg-page-image-box {
		padding-bottom: 56%;
		/* border-radius: 5rem; */
	}
	.msg-page-right-info {padding: 20px;}
	.msg-page-content  {line-height: 1.6; height: auto;}
	
}

@media (max-width:620px) {
	.msg-page-body {font-size:12rem;line-height:20rem;}
}

@media (max-width: 480px) {
	.msg-left-item1-image {max-height: 160px;}
	
	.msg-page-right-bg {padding-top: 20px;}
	.msg-page-right-info {padding: 15px;}
	.msg-page-content  {padding: 5rem 0;}

}
@media (max-width: 414px) {
	.msg-page-right {padding-bottom: 0;}

}
@media (max-width: 380px) {
}
@media (max-width: 360px) {
	
}
/* 留言表单 end */
/* 表单数据 start */
.msg-data-list-ul {}
.msg-yuji-li {display: inline-block;}
.msg-yuji-bg {margin-bottom: 50rem; border-radius: 25rem; background-color: #fff; padding: 15rem 40rem; white-space: nowrap; text-align: center; font-size: 22rem}
.msg-yuji-left{margin-right: 20rem;}
.msg-yuji-right-bg {color: #2B5DA9;}

.msg-data-list-li {}
.msg-data-list-li+.msg-data-list-li {margin-top: 30rem;}
.msg-data-list-bg { font-size: 22rem;}
.msg-data-list-left{margin-right: 20rem;}
.msg-data-list-left-bg {padding: 12rem 40rem; white-space: nowrap; text-align: center; background-color: #fff; border-radius: 10rem;}
.msg-data-list-title {font-size: 22rem; color: #2B5DA9;}
.msg-data-list-right-bg {padding: 12rem 0;}
.msg-data-list-desc {color: #fff;}


.msg-yuji-bg:hover, .msg-data-list-left-bg:hover {background-color: #000;}
.msg-yuji-bg:hover *, .msg-data-list-left-bg:hover * {color: #fff;}
@media (max-width: 1200px) {
	.msg-data-list-ul {}
	.msg-data-list-title {}
	.msg-yuji-bg {margin-bottom: 30px; padding: 10px 30px;}
}
@media (max-width: 768px) {
	.msg-page-body-bg {padding: 30px;}
	.msg-data-list-ul {padding-top: 20px;}
	/* .msg-yuji-li {display: block;}
	.msg-yuji-bg {max-width: 100px; margin: 0 auto;} */
	
	.msg-yuji-bg {margin-bottom: 20px; padding: 10px 30px; font-size: 18px;}
}

@media (max-width:620px) {
}

@media (max-width: 480px) {
	.msg-page-body-bg {padding: 20px;}
	.msg-data-list-li {float: left;}
	.msg-data-list-li+.msg-data-list-li {margin-top: 20px;}
	.msg-data-list-title {font-size: 16px;}
	.msg-data-list-desc {font-size: 16px;}
}

/* 表单数据 end */

/****** 首页 end ******/


/* 关于我们 start */
.about-page-box {background-color: #22252E; position: relative;}
.about-page-before, .about-page-after {position: absolute; left: 0; right: 0; border: 7.8125vw solid #fff; border-right-width: 50vw; border-left-width: 50vw; border-top-width: 7.8125vw; border-bottom-width: 7.8125vw;}
.about-page-before {top: 0; border-right-color: transparent;  border-bottom-color: transparent;}
.about-page-after {bottom: 0; border-top-color: transparent;  border-left-color: transparent;}
.about-page-icon {position: absolute; top: 5%; left: 10%; right: 0; /* z-index: -1; */ max-width: none; height: 10.416666666667vw;}
.about-page-before-bg {position: absolute; top: 0; left: 0; right: 0; border: 7.8125vw solid #22252E; border-right-width: 50vw; border-left-width: 50vw; border-top-color: transparent;  border-left-color: transparent;}

@media (min-width: 769px) {
	.about-page-left {
		position: absolute;
		bottom: 0;
		left: 0;
	    width: 50%;
	}
}

.about-page-body-bg {margin-top: 100rem; position: relative;}
.about-page-image-box {
}
.about-page-image {
    background-size: contain;
}
.about-page-right {
	width: 50%;
	float: right;
	position: relative;
}
.about-page-right-bg {padding: 13% 5% 25%;}
.about-page-content {
	/* padding: 20rem 0; */
	/* line-height: 30rem; */
	line-height: 30rem;
	overflow: hidden;
	color: #666666;
	/* height: 300rem; */
}
.cfff .about-page-content {
	color: #9896A3;
}
.about-page-content img {
	max-width: 100%;
}
.about-page-ul {}
.about-page-li {
	width:46%;
	margin:15rem 2%;
	float:left;
	padding:30rem 0;
}
.about-page-li3 {width: 96%; padding-top: 70rem; border-top:1rem dashed #E6E6E6;}
.about-page-link {display: block;position: relative;overflow: hidden;}


.about-page-btn {padding: 10rem 50rem; border-radius: 40rem; margin: 0 15rem; background-color: #000000; color: #fff; cursor: pointer;}
.about-btn-icon {height: 30rem; margin-top: 5rem; margin-right: 5rem;}



@media (max-width: 1200px) {
	.about-page-icon {top: 3%;}
	.about-page-image-box {
		padding-bottom: 460rem;
	}
	.about-page-right {}
	
	.about-page-content {font-size: 14px; line-height: 1.8;}
	
	.about-page-btn {padding: .5vw 3vw; border-radius: 5vw; margin: 0 .3vw; font-size: 16px; min-width: auto;}
	.about-btn-icon {height: 26px ;}
}

@media (max-width: 992px) {
	.about-page-body-bg {margin: 10% 0;}
	.about-page-left {position: absolute; top: 0; left: 0; float: none; width: auto;}
	.about-page-image {opacity: .1;}
	.about-page-right {width: auto; float: none;}
	.about-page-right-bg {padding: 0 10px;}
}

@media (max-width: 768px) {
	.about-page-icon {top: 2.5%;}
	.about-page-right {margin-right: 0; padding: 10rem 0;}
	/* .type-more-box { text-align: center;} */

	.about-page-image-box {
		padding-bottom: 56%;
		/* border-radius: 5rem; */
	}
	.about-page-content  {height: auto; line-height: 2;}
	.cfff .about-page-content {color: #ccc;}
	
	.about-page-btn {padding: 5px 20px}
}

@media (max-width:620px) {
	.about-page-body {font-size:12rem;line-height:20rem;}
}

@media (max-width: 480px) {
	.about-page-icon {top: 1%;}
	.about-page-content {}

}
@media (max-width: 414px) {
	.about-page-right {padding-bottom: 0;}

}
@media (max-width: 380px) {
}
@media (max-width: 360px) {
	
}
/* 关于我们 end */


/* 智友动态 start */
.about-listarc-ul {
	padding: 10rem 0;
}

.about-listarc-li {
	float: left;
	width: 25%;
}

.about-listarc-li.last {
	
}

.about-listarc-link {
	display: block;
	margin: 0 10rem;
	overflow: hidden;
}
.about-listarc-image-width {max-width: 220rem; margin: 0 auto;}
.about-listarc-image-box-border {border-radius: 50%;}
.about-listarc-image-box-bg {padding: 20% 10% 0;}
.about-listarc-image-box {
	padding-bottom: 100%;
	border-radius: 50%;
}
.about-listarc-image {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.about-listarc-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.about-listarc-info {
	padding-top: 30rem;
}
.about-listarc-title {
	font-size: 22rem;
	color: #233;
	text-align: center;
	font-weight: normal;
}

.about-listarc-desc {
	margin-top: 20rem;
	font-size: 16rem;
	line-height: 25rem;
	height: 50rem;
	overflow: hidden;
	color: #687A79;
}


.about-listarc-link:hover .about-listarc-title {
	color: #2B5DA9;
}


@media (max-width: 1200px) {
	.about-listarc-link {margin: 10rem; }
}
@media (max-width: 992px) {
	/* .about-listarc-li {width: 50%; } */
	.about-listarc-info {padding: 10rem;}
}
@media (max-width: 768px) {
	.about-listarc-box {
		margin-top: -20rem;
	}
	.about-listarc-li {
		width: auto;
		float: none;
	}
	/* .about-listarc-li {width: 50%;} */
	.about-listarc-info {padding: 8rem;}
	.about-listarc-title {font-size: 16rem;}
	.about-listarc-desc {margin-top: 10rem; line-height: 22rem; height: 63rem; font-size: 14rem;}
}

@media (max-width: 480px) {
	.tuijian-case-type {padding-bottom: 5rem;}
	.about-listarc-box {
		margin-top: -10rem;
	}
	.about-listarc-link {padding: 0; margin: 5rem;}
	.about-listarc-info {
		/* padding: 5rem; */
	}
	.about-listarc-title {}
}
/* 智友动态 end */


/* 企业愿景 start */
.yuanjing-page-box {
	/* padding-top: 0; */
}
.yuanjing-page-body {
	background-color: #444;
	position: relative;
}
.yuanjing-page-left {
	float: left;
	width: 50%;
}
.yuanjing-page-image-box {
	padding-bottom: 62.5%;
}

.yuanjing-page-right {
	position: absolute;
	right: 0;
	width: 50%;
	bottom: 0;
	top: 0;
}
.yuanjing-page-right-bg {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	padding: 50rem;
	color: #fff;
}
.yuanjing-page-right-desc {
	height: 100%;
	overflow: auto;
	line-height: 30rem;
	font-size: 15rem;
}

@media (max-width: 1200px) {
	.yuanjing-page-right-bg {
		padding: 30rem;
	}
	.yuanjing-page-right-desc {
		font-size: 15rem;
		line-height: 1.6;
	}
}
@media (max-width: 992px) {
	.yuanjing-page-right-bg {
		padding: 20rem;
	}
	.yuanjing-page-right-desc {
		font-size: 14rem;
	}
}
@media (max-width: 888px) {
	.yuanjing-page-right-bg {
		padding: 15rem;
	}
	.yuanjing-page-right-desc {
		font-size: 14rem;
		line-height: 1.5;
	}
}
@media (max-width: 768px) {
	.yuanjing-page-left {
		float: none;
		width: auto;
	}
	.yuanjing-page-right {
		position: static;
		width: auto;
	}
	.yuanjing-page-right-bg {
		position: static;
	}
	.yuanjing-page-right-bg {
		
	}
}
/* 企业愿景 end */


/* 当前位置 start */
.nav-position-bg {
	height: 48rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #333;
	background-color: #f6f6f6;
	font-size: 15rem;
	border-bottom: 1px solid #e5e5e5;
}
.position-home-icon {
	margin-top: 1rem;
    width: 18rem;
	height: 18rem;
}
.nav-position-bg a {
	margin: 0 5rem;
	line-height: 21rem;
}
@media (max-width: 1200px) {
	.nav-position-bg .wrap {width: 100%;}
}
@media (max-width: 768px) {
	.nav-position-bg {font-size: 14rem; height: 44rem;}
}
/* 当前位置 end */


/* 列表页面子导航1 start */
/* .nav-child-box {
	background-color: #F6F6F6;
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110rem;
	left: 0;
	z-index: 88;
}

.nav-child-box.fixed .wrap {
	padding: 0;
}

.nav-child-box.fixed .nav-child-link {
	margin: 0;
	border-right: 1rem solid #f1f1f1;
	border-bottom: 1rem solid #f1f1f1;
}

.nav-child-box.fixed .nav-child-li:first-child a {
	border-left: 1rem solid #f1f1f1;
}

.nav-child-ul {
	overflow: hidden;
}

.nav-child-li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}

.nav-child-link {
	display: block;
	color: #373737;
	font-size: 15rem;
	padding: 15rem 0;
	line-height: 30rem;
}

.nav-child-link:hover,
.nav-child-li.cur a {
	background-color: #2B5DA9;
	color: #fff;
}

@media (max-width:800px) {
	.nav-child-li {
		line-height: 50rem;
	}
}

@media (max-width:768px) {
	.nav-child-li {
		width: 33.33333%;
	}

	.nav-child-link {
		font-size: 14rem;
		padding: 10rem 0;
	}
}

@media (max-width: 480px) {
	.nav-child-box .wrap {
		padding: 0;
	}
	.nav-child-li {
		width: 50%;
	}
	.nav-child-link {
		padding: 4rem 0;
	}
} */
/* 列表页面子导航1 end */


/* 列表页面子导航 start */
.nav-child-box {
	background-color: #fff;
	border-bottom: 1rem solid #eee;
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110rem;
	left: 0;
	z-index: 88;
	/* background-color: #fff; */
}

.nav-child-box.fixed .wrap {
	padding: 0;
}

.nav-child-box.fixed .nav-child-link {
	margin: 0;
	border-right: 1rem solid #f1f1f1;
	border-bottom: 1rem solid #f1f1f1;
}

.nav-child-box.fixed .nav-child-li:first-child a {
	border-left: 1rem solid #f1f1f1;
}

.nav-child-ul {
	overflow: hidden;
	/* padding:5rem; */
	margin: 0 -30rem;
}

.nav-child-li {
	float: left;
	/* width: 25%; */
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}

.nav-child-link {
	/* background-color: #fff; */
	/* margin: 0 1rem; */
	display: block;
	color: #373737;
	font-size: 18rem;
	padding: 15rem 0;
	line-height: 30rem;
	margin: 0 30rem;
	position: relative;
}

@media (min-width: 769px) {
	.nav-child-link:before {
		content: '';
	    background-color: #2B5DA9;
	    height: 2rem;
	    position: absolute;
	    left: 0;
	    bottom: -1rem;
	    width: 0;
	    opacity: 0;
	    transition: all 0.36s;
	}

	.nav-child-link:hover,
	.nav-child-li.cur .nav-child-link {
		/* background-color: #2B5DA9; */
		color: #2B5DA9;
	}
	.nav-child-link:hover:before,
	.nav-child-li.cur .nav-child-link:before {
		width: 100%;
	    opacity: 1;
	}
}

@media (max-width:800px) {
	.nav-child-li {
		line-height: 50rem;
	}
}
@media (max-width:768px) {
	.nav-child-box {
		background-color: #f5f5f5;
		border-bottom: 0;
	}
	.nav-child-box .wrap, .nav-child-box .w1400 {padding: 8rem;}
	.nav-child-ul {margin: -3rem;}
	.nav-child-li {
		width: 33.3333333333%;
	}
	.nav-child-link {
		margin: 3rem;
		border: 0;
		font-size: 14rem;
		padding: 10rem 5rem;
		border-radius: 3rem;
		background-color: #fff;
	}
	.nav-child-link:hover,
	.nav-child-li.cur .nav-child-link {
		background-color: #2B5DA9;
		color: #fff;
	}
}
@media (max-width: 480px) {
	.nav-child-ul {margin:  -3rem;}
	.nav-child-li {
		width: 50%;
	}
	.nav-child-link {
		margin: 3rem;
		border: 0;
		font-size: 12rem;
		padding: 5rem;
		border-radius: 3rem;
		background-color: #fff;
	}
}
/* 列表页面子导航 end */


/* 翻页 start */
.pagesize {
	text-align: center;
	padding: 30rem 0;
}

.pagesize li {
	display: inline-block;
}

.pagesize a,
.pagesize select {
	display: inline-block;
	padding: 0 12rem;
	margin-right: 5rem;
	margin-bottom: 5rem;
	color: #707070;
	font-size: 14rem;
	line-height: 32rem;
	/* background-color: #dedede; */
	border: 1rem solid #dedede;
	border-radius: 3rem;
	text-align: center;
}

.pagesize a:hover,
.pageBox a:active,
.pagesize .cur {
	background: #ffc001;
	color: #FFFFFF;
	border-color: #ffc001;
	text-decoration: none;
}

.pagesize a.cur {
	color: #fff;
}

@media (max-width: 768px) {
	.pagesize {
		padding: 10rem 0;
	}
}

@media (max-width: 480px) {
	.pagesize {
		padding: 5rem 0 0;
	}

	.pagesize a {
		padding: 0 9rem;
		line-height: 24rem;
		height: auto;
		font-size: 12rem;
		margin-bottom: 5rem;
	}
}

/* 翻页 end */


/* 合作伙伴 start */
/* .partner-list-ul {
	padding: 30rem 10rem 0;
} */

.partner-list-li {
	float: left;
	width: 16.66666666667%;
}

.partner-list-link {
	margin: 10rem;
	cursor: unset;
	display: block;
	box-shadow: 0 0 2rem #dedede;
}

.partner-list-image-box {
	position: relative;
	padding-bottom: 50%;
	background-color: #fff;
}

.partner-list-image {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.partner-list-more-box {
	margin-top: 30rem;
}

.partner-list-more {
	display: block;
	width: 160rem;
	line-height: 40rem;
	color: #fff;
	background: #2B5DA9;
	border-radius: 5rem;
	margin: 0 auto;
	text-align: center
}

.partner-list-more:hover {
	color: #fff;
}

@media (max-width: 992px) {
	.partner-list-li {
		/* width: 25%; */
	}
	.partner-list-link {
		margin: 12rem ;
	}
}

@media (max-width: 768px) {
	.partner-list-ul {
		padding: 0;
	}
	.partner-list-li {
		width: 33.33333333%;
	}

	.partner-list-more {
		width: 120rem;
		height: 36rem;
		font-size: 14rem;
		line-height: 36rem;
	}

	.partner-list-link {
		margin: 10rem;
	}
}

@media (max-width: 480px) {
	.partner-list-li {
		width: 50%;
	}

	.partner-list-link {
		margin: 5rem;
	}
	.partner-list-more-box {
		margin-top: 10rem;
	}
}

/* 合作伙伴 end */


/* 联系方式 start */
.contac-page-box {background-color: #000;}
.contact-type-left {width: 50%;}
.contact-type-name {font-size: 65rem; line-height: 1;}
.contact-type-name+.contact-type-name {margin-top: 30rem;}
.contact-type-desc {line-height: 2.2; font-size: 20rem; color: #fff;}
.contact-page-body {
	/* padding: 20rem 0; */
}

.contact-page-left {float: left; width: 45%;}

.contact-page-right {overflow: hidden;}

.contact-list-ul {padding-top: 60rem;}
.contact-list-li+.contact-list-li {margin-top: 60rem;}
.contact-list-left {width: 30%; margin-right: 5%;}
.contact-list-num {font-size: 18rem;}
.contact-list-title-row {margin-top: 20rem; line-height: 1;}
.contact-list-title {font-size: 55rem; }
.contact-list-icon {height: 55rem; margin-left: 20rem;}
.contact-list-desc {margin-top: 20rem; color: #aaa;}
.contact-list-right {width: 65%;}
.contact-list-image-box {border-radius: 115rem; padding-bottom: 230rem;}

.contact-list-image-zhezhao {/* bottom: 0; */}
.contact-list-image-zhezhao-bg {}
.list-image-zhezhao-short {text-align: center; font-size: 44rem;}

@media (max-width: 1200px) {
	.contact-type-left {width: 45%;}
	.contact-type-name {font-size: 55px;}
	.contact-type-desc {margin-top: 20px; font-size: 18px; line-height: 2;}
	
	.contacnt-list-image {height: 70rem;}
	.contacnt-list-desc {line-height: 20rem; }
	
	.contact-list-title {font-size: 45px;}
	.contact-list-icon {height: 45px; margin-left: 15px;}
}
@media (max-width: 992px) {
	.contact-type-left {width: 40%;}
	.contact-page-left-bg {padding: 0 20rem 0 0;}
	.contact-type-name {font-size: 45px;}
	.contact-type-desc {margin-top: 10px; font-size: 16px;}
	
	.contact-list-title {font-size: 35px;}
	.contact-list-icon {height: 35px;}
	
	.contact-list-image-box {padding-bottom: 180px;}
	.list-image-zhezhao-short {font-size: 30px;}
}
@media (max-width: 768px) {
	.contact-type-left {float: none; width: auto;}
	.contact-type-name {font-size: 22px; display: inline-block}
	.contact-type-desc {font-size: 14px;}
	
	.contact-list-ul {padding-top: 20px;}
	.contact-list-li+.contact-list-li {margin-top: 30px;}
	.contact-list-title {font-size: 25px;}
	.contact-list-title-row {margin-top: 10px;}
	.contact-list-icon {height: 25px; margin-left: 10px;}
	.contact-list-desc {margin-top: 10px; font-size: 2vw; line-height: 1.8;}
	.contact-list-image-box {padding-bottom: 150px;}
	.list-image-zhezhao-short {font-size: 25px;}
}
@media (max-width: 480px) {
	.contacnt-info-bg {padding: 5rem;}
	.contacnt-info {line-height: 25rem;}
	
	.contact-list-title {font-size: 20px;}
	.contact-list-icon {height: 20px; margin-left: 5px;}
	
	.contact-list-image-box {padding-bottom: 100px;}
	.list-image-zhezhao-short {font-size: 20px;}
}
@media (max-width: 380px) {
	.list-image-zhezhao-short {font-size: 18px;}
}
/* 联系方式 end */


/* 社交平台 start */
.shejiao-page-left, .shejiao-page-right {position: relative;  z-index: 1;}
.shejiao-page-right {width: 800rem; margin-left: 200rem;}

.shejiao-type-name {font-size: 65rem; line-height: 1;}
.shejiao-type-name+.shejiao-type-name {margin-top: 30rem;}
.shejiao-type-name-icon {height: 100rem; margin-right: 20rem;}
.shejiao-page-right-bg {padding-top: 220rem;}
.shejiao-type-content {font-size: 30rem;}
.shejiao-page-rgiht-image {position: absolute; bottom: 0; right: 0;}
.shejiao-page-image2 {height: 300rem;}
@media(max-width: 1200px) {
	.shejiao-page-right {width: 70%; margin-left: 5%;}
	.shejiao-page-right-bg {padding-top: 5%;}
}
@media(max-width: 992px) {
	.shejiao-type-name-icon {height: 80px;}
	
	.shejiao-type-content {font-size: 22rem;}
}
@media(max-width: 768px) {
	.shejiao-page-right {float: none; width: auto; margin-left: 0; margin-bottom: 10px;}
	.shejiao-type-name {font-size: 30px; text-align: left;}
	.shejiao-type-name+.shejiao-type-name {margin-top: 20rem;}
	.shejiao-type-name-icon {height: 60px;}
	.shejiao-type-content {font-size: 20rem;}
	
	.shejiao-page-left {float: left; width: 48%;}
	.shejiao-page-rgiht-image {width: 48%;}
	.shejiao-page-image2 {height: auto;}
}
@media(max-width: 480px) {
	.shejiao-type-name {font-size: 30px;}
	.shejiao-type-name+.shejiao-type-name {margin-top: 15rem;}
	.shejiao-type-name-icon {height: 50px;}
	.shejiao-type-content {font-size: 18rem;}
	
}
/* 社交平台 end */


/* 地图 start */
.map-box {
	/* margin-top: 30rem; */
	/* height: 500rem; */
	height: 330rem;
}

.map-box img {
	max-width: none;
}

.home-map-box {
	height: 532rem;
}

#dituContent {
	width: 100%;
	height: 100%;
	border: #ccc solid 0;
}

@media (max-width: 1200px) {
	.map-box {
		height: 300rem;
	}
}

@media (max-width: 992px) {
	.map-box {
		height: 260rem;
	}
}

@media (max-width: 768px) {
	.map-box {
		margin-top: 25rem;
		height: 220rem;
	}
	.BMap_bubble_content {font-size: 14rem;}
}

@media (max-width: 480px) {
	.map-box {
		margin-top: 15rem;
		height: 200rem;
	}
	.BMap_bubble_content {font-size: 13rem;}
}

/* 地图 end */


/* 联系地址 start */
.contact-address-bg {
	margin-top: 60rem;
	background-color: #f6f6f6;
	color: #000;
	padding: 30rem 0;
	font-size: 0;
	text-align: center;
}

.contact-item {
	/* width: 33.3333%;
	float: left; */
	display: inline-block;
	font-size: 14rem;
}

.contact-item-bg {
	padding: 0 20rem 50rem;
	width: 260rem;
	margin: 41rem 15rem 0;
	text-align: center;
	/* background-image: url(../images/contactItemBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	position: relative;
	/* background-color: #fff;
	border: #e6e6e6 solid 1rem;
	box-shadow: 0rem 5rem 20rem #E6E6E6; */
	background-image: url(../images/contactItemBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.contact-item-icon {
	margin-top: -41rem;
}

.contact-item-info {
	line-height: 25rem;
	margin: 20rem 0 0 0;
}

.contact-item-title {
	margin-top: 10rem;
	font-size: 18rem;
}

.contact-item-desc {
	margin: 30rem 0 10rem;
	height: 50rem;
	overflow: hidden;
}

.contact-item-btn {
	background: #ffb82a;
	border-radius: 1rem 1rem 1rem 1rem;
	width: 100rem;
    height: 34rem;
    line-height: 34rem;
	color: #fff;
	margin: 0 auto;
}
.contact-btn-Contact {
	background: #91bb4f;
}
.contact-btn-Mailbox {
	background: #4accd9;
}

.page-body-image {
	display: block;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.contact-item-bg {width: 220rem;}

	.contact-item-title {
		font-size: 16rem;
	}
}

@media (max-width: 992px) {
	.contac-page-body-bg {padding: 30rem 10rem;}
	.contact-item { width: 33.33333%;}
	.contact-item-bg {width: auto;}
	.contact-item-info {
		font-size: 13rem;
	}
}

@media (max-width:768px) {
	.contact-address-bg {
		margin-top: 30rem;
	}
	.contact-item {
		width: 48%;
	}
	.contact-item-bg {
		margin-top: 60rem;
		padding-bottom: 60rem;
	}
	.contact-item-desc {margin-top: 10rem; /* height: auto; */}
}

@media (max-width: 480px) {
	.contact-address-bg {
		margin-top: 15rem;
	}
	.contac-page-body-bg  {padding: 0;}
	.contact-item {
		width: 96%;
	}
	.contact-item-bg {
		padding-bottom: 60rem;
	}

	.contact-item-info {
		height: auto;
		font-size: 14rem;
	}
	.contact-item-desc {height: auto;}
	.contact-item-btn {
		margin-top: 20rem;
	}
}
/* 联系地址 end */


/* 美国本科 start */
.usbenke-page-box {background-color: #12141D;}
.shuobo-page-box {padding-bottom: 99rem;}
.usbenke-page-body-bg {padding-top: 60rem;}
.usbenke-page-left {width: 40%; margin-right: 10%;}
.usbenke-page-right-bg {padding-top: 15%;}
.usbenke-page-right-row {margin-top: 50rem;}
.usbenke-page-info {color: #aaa; line-height: 2; font-size: 18rem;}
.usbenke-page-btn-box {}
.usbenke-page-more {padding: 10rem 40rem;}


@media (min-width: 1201px) {
	.usbenke-page-image {height: 31.770833vw;}
}

@media (max-width: 992px) {
	.usbenke-page-right-bg {padding-top: 10%;}
	.usbenke-page-info {font-size: 16px;}

	.usbenke-page-right-row {margin-top: 0;}
}
@media (max-width: 768px) {
	.shuobo-page-box {padding-bottom: 50px;}
	.usbenke-page-body-bg {padding: 50px 0;}
	.usbenke-page-left {position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: auto; margin: 0;}
	.usbenke-page-image {opacity: .3;}
	.usbenke-page-right-bg {padding-top: 0;}
	.usbenke-page-info {font-size: 14px; color: #fff;}
	
	.usbenke-page-more {padding: 0 20px;}
}
/* 美国本科 end */


/* 美国申请的重要指标点 start */
.benke-zhibiao-page-body-bg {margin: 60rem 30rem 0;}
.benke-zhibiao-page-left {width: 30%; position: absolute; top:0; bottom: 0; left: 0;}
.benke-zhibiao-page-image-box {padding-bottom: 0; height: 100%;}
.benke-zhibiao-page-right {width: 70%; float: right;}
.benke-zhibiao-page-right-bg {padding: 10%;}

.benke-zhibiao-type-ul-box {max-width: 730rem; margin-top: 60rem;}
.benke-zhibiao-type-ul {border-radius: 30rem; border: 5rem solid #2B5DA9;}
.benke-zhibiao-type-li {width: 33.33333333%; float: left; padding: 6rem; box-sizing: border-box;}
.benke-zhibiao-type-title {padding: 10rem 25rem; line-height: 30rem; color: #aaa; font-size: 18rem; border-radius: 20rem; text-align: center; cursor: pointer; white-space: nowrap;}
.benke-zhibiao-type-li.cur .benke-zhibiao-type-title {background-color: #2B5DA9; color: #fff;}

.benke-zhibiao-type-list-title { line-height: 35rem; color: #777;}
.benke-zhibiao-type-list-sport {color: #007DC7;}

.benke-zhibiao-youshi-list-row {margin-top: 30rem;}

.benke-zhibiao-type-name {border-left: 4rem solid #007DC7; padding-left: 10rem; font-size: 20rem; color: #2b2b2b; line-height: 1;}
.benke-zhibiao-list-li  {width: 50%; float: left;}
.benke-zhibiao-list-bg {margin-top: 60rem;}
.benke-zhibiao-list-icon {height: 45rem; margin-bottom: 30rem;}
.benke-zhibiao-list-title {font-size: 22rem;}
.benke-zhibiao-list-desc {margin-top: 20rem; color: #777; line-height: 2;}

@media (max-width: 768px) {
	.benke-zhibiao-page-body-bg {margin: 30rem 0 0;}
	.benke-zhibiao-page-left {width: auto; position: static;}
	.benke-zhibiao-page-image-box {padding-bottom: 56%; height: auto;}
	.benke-zhibiao-page-right {width: auto; float: none;}
	.benke-zhibiao-page-right-bg {padding: 30rem;}
	.home-fangan2-page-right-bg {margin-top: 5rem;}
	
	.benke-zhibiao-type-ul {padding: 6px;}
	.benke-zhibiao-type-li {padding: 0;}
	.benke-zhibiao-type-title {padding: 5px; font-size: 14px;}
	.benke-zhibiao-type-list-title {line-height: 32rem;}
	
	.benke-zhibiao-list-bg {margin-top: 25rem;}
	.benke-zhibiao-list-icon {margin-bottom: 12rem;}
	.benke-zhibiao-list-title {font-size: 15rem;}
	.benke-zhibiao-list-desc {margin-top: 12rem;  font-size: 13rem;}
}
@media (max-width: 480px) {
	.benke-zhibiao-page-body-bg {margin-top: 20rem;}
	.benke-zhibiao-page-right-bg {padding: 15rem;}
	.product-type-list-title {line-height: 28rem;}
	
	.product-youshi-list-row {margin-top: 20rem;}
	.benke-zhibiao-list-ul {
		margin-top: 10rem;
		display: flex;
		flex-wrap: wrap;
	}
	.benke-zhibiao-list-bg {margin: 10rem;}
	.benke-zhibiao-list-icon { margin-bottom: 10rem;}
	.benke-zhibiao-list-title {font-size: 14rem;}
	.benke-zhibiao-list-desc {margin-top: 8rem; font-size: 12rem;}
}
@media (max-width: 380px) {
	.benke-zhibiao-list-icon {height: 40rem; margin-bottom: 8rem;}
	.benke-zhibiao-list-desc {margin-top: 5rem;}
}
/* 美国申请的重要指标点 end */


/* 美国申请申请方案  start */
.benke-fangan-page-box {background-color: #12141D;}
.benke-fangan-type-desc {margin-top: 30rem;}
.benke-fangan-page-image {position: absolute; right: 20rem; bottom: 20rem;}
.benke-fangan-page-body-bg {max-width: 1000rem; margin: 0 auto;}
.benke-fangan-type-row, .benke-fangan-info-row {margin-top: 100rem;}
.benke-fangan-type-ul {border-bottom: 1rem solid #fff;}
.benke-fangan-type-li {width: 33.33333333%; float: left; text-align: center;}
.benke-fangan-type-title {color: #fff; font-size: 24rem; line-height: 60rem;}
.benke-fangan-type-title:after {content: ""; display: block; margin: 0 auto; width: 60rem; height: 6rem;}
.benke-fangan-type-title:hover:after, .cur .benke-fangan-type-title:after {background-color: #fff;}

.benke-fangan-info {color: #ccc; line-height: 2.2; font-size: 22rem; max-width: 800rem; margin: 0 auto;}

.benke-fangan-page-more-box {margin-top: 120rem;}

@media(max-width: 768px) {
	.benke-fangan-type-desc {margin-top: 10px;}
	.benke-fangan-type-row, .benke-fangan-info-row {margin-top: 20px;}
	
	.benke-fangan-type-title {font-size: 16px; line-height: 40px;}
	.benke-fangan-type-title:after {height: 3px;}
	.benke-fangan-info {font-size: 14px;}
	.page-body-bg {position: relative;}
	.benke-fangan-page-image {opacity: .3;}
	
	.benke-fangan-page-more-box {margin-top: 20px;}
}
/* 美国申请申请方案  end */


/* TOP30 start */
.school-top30-type-name-box {padding: 60rem 0; padding-bottom: 60rem;}
.school-top30-type-icon {position: absolute; right: 0; bottom: 0; height: 130px;}

.school-top30-page-vody-bg {}
.school-top30-table {
	width:100%;text-align:center;
}
.school-top30-th, .school-top30-td {
	padding: 20rem 5rem;
	color: #000;
}
.school-top30-td-desc {width: 25%;}
.school-top30-th {
	font-size: 22rem;
	white-space: nowrap;
	border-bottom:1rem solid #E6E6E9;
}

.school-top30-td {
	font-size: 16rem;
	border-bottom:1rem solid #E6E6E9;
}
.school-top30-table .school-top30-td {
	padding: 25rem 5rem;
}

.school-top30-td-text {
}

.school-top30-td-link {color: #2B5DA9;}
.school-top30-td-more:hover {
	color: #0867AB;
}
@media (max-width: 768px) {
	.school-top30-type-name-box {padding-top: 0;}
	.school-top30-type-icon {height: 90px;}
	.school-top30-th, .school-top30-table .school-top30-td {
		padding: 10rem 5rem;
	}
	.school-top30-th {
		font-size: 18rem;
	}
	.school-top30-td {
		font-size: 15rem;
	}
}
@media (max-width: 480px) {
	.school-top30-th, .school-top30-table .school-top30-td {
		/* padding: 8rem 5rem; */
	}
	.school-top30-th {
		font-size: 16rem;
	}
	.school-top30-td {
		font-size: 14rem;
	}
}
/* TOP30 end */


/* 这些Offer本就该填上你的名字 end */
.benkei-offer-list-ul {padding-top: 30rem;}
.benkei-offer-list-li {width: 20%; float: left;}
.benkei-offer-list-link {margin: 0 20rem; box-shadow: 0 0 5rem #dedede;}
.benkei-offer-list-image-box {padding-bottom: 161.3475177305%;}
@media (max-width: 992px) {
	.benkei-offer-list-li {width: 25%;}
	.benkei-offer-list-link {margin: 10px;}
}
@media (max-width: 768px) {
	.benkei-offer-list-ul {padding-top: 0;}
	.benkei-offer-list-li {width: 33.333333333%;}
}
@media (max-width: 480px) {
	.benkei-offer-list-li {width: 50%;}
	.benkei-offer-list-link {margin: 5px;}
}
/* 这些Offer本就该填上你的名字 end */


/* 智能选校系统 start */
.xuanxiao-page-body-bg {/* box-shadow: 0 0 5rem rgba(0,0,0,.16); */ border-radius: 30rem;}
.xuanxiao-type-ul {padding: 35rem;}
.xuanxiao-type-li {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webokit-box-sizing: border-box; box-sizing: border-box;}
.xuanxiao-type-li+.xuanxiao-type-li {margin-top: 20rem;}
.xuanxiao-type-title {border: 0; padding: 30rem; text-align: center; font-size: 25rem; color: #999; font-size: 26rem; line-height: 4.896vw; padding: 0 1.71875vw; background-color: #f8f8f8;}
.tab-type-item.cur .xuanxiao-type-title {background-color: #2B5DA9; color: #fff; 
	/* -webkit-background: linear-gradient(90deg, #124074 0%, #1b5eaa 34%, #1b5eaa 63%, #0E3057 100%);
	-moz-background: linear-gradient(90deg, #124074 0%, #1b5eaa 34%, #1b5eaa 63%, #0E3057 100%);
	-ms-background: linear-gradient(90deg, #124074 0%, #1b5eaa 34%, #1b5eaa 63%, #0E3057 100%);
	-o-background: linear-gradient(90deg, #124074 0%, #1b5eaa 34%, #1b5eaa 63%, #0E3057 100%);
	background: linear-gradient(90deg, #124074 0%, #1b5eaa 34%, #1b5eaa 63%, #0E3057 100%); */
}
.xuanxiao-type-icon-box {}
.xuanxiao-type-icon {width: 36rem; height: 36rem; margin-right: 15rem;}

.tab-type-item.cur .display-block {display: none;}
.tab-type-item.cur .display-none {display: block;}

.xuanxiao-page-right-bg {border-radius: 30rem; overflow: hidden;}
.xuanxiao-typename-box {margin-bottom: 50rem; text-align: left;}

.xuanxiao-list-image-zhezhao {bottom: 0; background-color: rgba(0,0,0,.3);}
.xuanxiao-list-image-zhezhao-bg {max-width: 75%;}
.xuanxiao-list-image-desc {line-height: 3; font-size: 26rem;}

@media (min-width: 769px) {
	.xuanxiao-page-left {width: 530rem; float: left; margin-right: 20rem;}
	.xuanxiao-page-right {overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 530rem;}
	.xuanxiao-page-right-bg {height: 100%;}
	.xuanxiao-image-box {padding-bottom: 0; height: 100%;}
}
@media (min-width: 1921px) {
	.xuanxiao-type-icon {
		width: 1.875vw;
	    height: 1.875vw;
	    margin-right: 1.25vw;
	}
	.xuanxiao-typename-line {margin-top: 1.09375vw; width: 1.09375vw;}
}

@media (max-width: 992px) {
	.xuanxiao-list-image-desc {line-height: 2.5; font-size: 18px;}
}
@media (max-width: 768px) {
	.xuanxiao-page-box, .xuanxiao-page-box .wrap {padding: 0;}
	.xuanxiao-page-body {margin: 0;}
	.xuanxiao-page-left {width: auto; float: none; margin-right: 0;}
	.xuanxiao-type-ul {padding: 0;}
	.xuanxiao-type-li {width: 33.333333333333%; float: left; border-bottom: 1px solid #fff;}
	.xuanxiao-type-li+.xuanxiao-type-li {margin-top: 0; border-left: 1rem solid #fff;}
	.xuanxiao-type-title {line-height: 16rem; padding: 10rem 5rem; height: auto; font-size: 14rem; display: block; text-align: center;}
	.xuanxiao-type-icon-box {float: none; width: auto; margin-right: 0; }
	.xuanxiao-type-icon {margin: 0 auto;}
	.xuanxiao-type-text {margin-top: 5rem; height: 30rem; display: flex; align-items: center; justify-content: center;}
	.xuanxiao-more-text {font-size: 18rem; width: 60rem; height: 60rem; line-height: 60rem;}
	
	.xuanxiao-page-right-bg {padding: 30rem;}
	.xuanxiao-typename-box {margin-bottom: 20rem;}
	.xuanxiao-image-box {padding-bottom: 56%}
	.xuanxiao-list-image-desc {line-height: 2; font-size: 16px;}
}
@media (max-width: 480px) {
	.xuanxiao-type-title {padding: 8rem 5rem; font-size: 14rem; border-radius: 0;}
	.xuanxiao-type-icon {width: 25rem; height: 25rem;}
	.xuanxiao-more-text {font-size: 14rem; width: 50rem; height: 50rem; line-height: 50rem;}

	.xuanxiao-page-right-bg {padding: 15rem;}
	.xuanxiao-typename-box {margin-bottom: 15rem;}
}
/* 智能选校系统 end */


/* 美国硕博申请留学条件 start */
.shuobo-tiaojian-page-box {margin-top: -100rem; }
.shuobo-tiaojian-wrap {max-width: 1300rem;}
.shuobo-tiaojian-page-body-bg {border-radius: 30rem; padding: 80rem;}
.shuobo-tiaojian-page-desc {color: #999;}
@media (min-width: 769px) {
	.shuobo-tiaojian-page-desc {font-size: 16rem; line-height: 1.8;}
}

.shuobo-tiaojian-list-ul {margin-top: 60rem;}
.shuobo-tiaojian-list-li {width: 33.33333333%; float: left;}
.shuobo-tiaojian-list-link {margin: 0 10rem;}
.shuobo-tiaojian-list-icon-bg {width: 27rem; height: 27rem; padding: 20rem; border-radius: 10rem; background-color: #f8f8f8;}
.shuobo-tiaojian-list-icon {width: 100%; height: 100%;}

.shuobo-tiaojian-list-info {margin-top: 30rem;  font-size: 16rem;}
.shuobo-tiaojian-list-title {font-size: 20rem;}
.shuobo-tiaojian-list-desc {margin-top: 10rem; color: #999; height: 120rem; line-height: 30rem;}
.shuobo-tiaojian-list-more {margin-top: 20rem; display: block; color: #3C75F2;}
@media (min-width: 1201px) {
	.shuobo-tiaojian-wrap {max-width: 1300rem;}
}


@media (max-width: 1200px) {
	.shuobo-tiaojian-list-ul {margin-top: 40px;}
}
@media (max-width: 992px) {
	.shuobo-tiaojian-list-ul {margin-top: 30px;}
	.shuobo-tiaojian-list-title {font-size: 18px;}
	.shuobo-tiaojian-list-desc {height: auto; font-size: 14px; line-height: 1.8;}
}
@media (max-width: 768px) {
	.shuobo-tiaojian-page-box {margin-top: -50px;}
	.shuobo-tiaojian-page-body-bg {padding: 40px;}
	.shuobo-tiaojian-list-ul {margin-top: 20px;}
	.shuobo-tiaojian-list-info {margin-top: 20px;}
	.shuobo-tiaojian-list-title {font-size: 16px;}
	.shuobo-tiaojian-list-desc {font-size: 13px; line-height: 1.6;}
	.shuobo-tiaojian-list-more {font-size: 15px;}
}
@media (max-width: 480px) {
	.shuobo-tiaojian-page-body-bg {padding: 20px; border-radius: 10px;}
	.shuobo-tiaojian-list-desc {font-size: 12px;}
	.shuobo-tiaojian-list-more {margin-top: 15px; font-size: 13px;}
}
@media (max-width: 414px) {
	.shuobo-tiaojian-page-body-bg {padding: 20px 15px; border-radius: 10px;}
	.shuobo-tiaojian-list-more {font-size: 12px;}
}
/* 美国硕博申请留学条件 end */


/* 美国硕博申请方案  start */
.shuobo-fangan-page-box {}
.shuobo-fangan-type-desc {margin-top: 30rem;}
.shuobo-fangan-page-body-bg {padding: 80rem; border-radius: 30rem;}
.shuobo-fangan-page-item-bg {padding: 0 50rem;}
.shuobo-fangan-type-ul {border-bottom: 1rem solid #fff;}
.shuobo-fangan-type-li {width: 50%; float: left; text-align: center;}
.shuobo-fangan-type-link {max-width: 165rem;}
.shuobo-fangan-type-image-box, .shuobo-fangan-type-image {border-radius: 50%;}
.cur .display-block {display: none;}
.cur .display-none {display: block;}

/* .shuobo-fangan-type-image.display-none {display: none;} */
.shuobo-fangan-type-zhezhao {background-color: transparent; bottom: 0; color: initial;}
.shuobo-fangan-type-zhezhao-bg {}
.shuobo-fangan-type-title {font-size: 20rem; line-height: 35rem; padding: 30rem 0; width: 95rem; text-align: center; margin: 0 auto; background-color: #fff; border-radius: 50%;}

.shuobo-fangan-info-box {padding-top: 30rem;}
.shuobo-fangan-info {font-size: 16rem; line-height: 28rem;}
.shuobo-fangan-info-row {margin-top: 20rem; padding-left: 30rem; position: relative;}
.shuobo-fangan-info-row:after {content: ""; display: block; position: absolute; top: 5rem; left: 0; width: 16rem; height: 16rem; border-radius: 50%; border: 1rem solid #666;}

.page-more-left-text {font-size: 22rem; color: #000;}

@media(max-width: 992px) {
	.shuobo-fangan-page-body-bg {padding: 60px;}
	
	.page-more-left-text {font-size: 18px;}
}
@media(max-width: 768px) {
	.shuobo-fangan-page-body-bg {padding: 40px;}
	.shuobo-fangan-page-item {width: auto; float: none;}
	.shuobo-fangan-page-item+.shuobo-fangan-page-item {margin-top: 20px;}
	.shuobo-fangan-page-item-bg {padding: 0;}
	.shuobo-fangan-type-link {max-width: 150px;}
	.shuobo-fangan-type-title {font-size: 16px;}
	
	.shuobo-fangan-info-box {padding-top: 20px;}
	.shuobo-fangan-info {font-size: 14px; line-height: 20px;}
	.shuobo-fangan-info-row:after {top: 4px; width: 12px; height: 12px;}
	.shuobo-fangan-info-row {margin-top: 10px; padding-left: 25px;}
	
	.page-more-left-text {font-size: 16px;}
}
@media(max-width: 480px) {
	.shuobo-fangan-page-body-bg {padding: 20px; border-radius: 10px;}
	.shuobo-fangan-type-link {max-width: 130px;}
}
/* 美国硕博申请方案  end */


/* 美国院校热门专业推荐 start */
.remen-zhuanye-page-body-bg {/* box-shadow: 0 0 5rem rgba(0,0,0,.16); */ margin-top: 60rem; overflow: hidden;}
.remen-zhuanye-type-ul {}
.remen-zhuanye-type-li {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webokit-box-sizing: border-box; box-sizing: border-box; position: relative;}
.remen-zhuanye-type-li+.remen-zhuanye-type-li {}
.remen-zhuanye-type-image-box {position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.remen-zhuanye-type-title {border: 0; padding: 30rem; text-align: center; font-size: 25rem; color: #fff; font-size: 26rem; line-height: 40rem; padding: 40rem 0;  background-color: rgba(0,0,0,.3); cursor: pointer;}
.tab-type-item.cur .remen-zhuanye-type-title {
	/* background-color: #2B5DA9; */
	background-color: rgba(43,93,169,.3);
	 color: #fff; 
	/* -webkit-background: linear-gradient(90deg, #124074 0%, #1b5eaa 34%, #1b5eaa 63%, #0E3057 100%);
	-moz-background: linear-gradient(90deg, #124074 0%, #1b5eaa 34%, #1b5eaa 63%, #0E3057 100%);
	-ms-background: linear-gradient(90deg, #124074 0%, #1b5eaa 34%, #1b5eaa 63%, #0E3057 100%);
	-o-background: linear-gradient(90deg, #124074 0%, #1b5eaa 34%, #1b5eaa 63%, #0E3057 100%);
	background: linear-gradient(90deg, #124074 0%, #1b5eaa 34%, #1b5eaa 63%, #0E3057 100%); */
}

.remen-zhuanye-page-right-bg {padding: 90rem 70rem 0;}
.remen-right-type-ul {margin-bottom: 60rem;}
.remen-right-type-li {width: 12.5%; float: left;}
.remen-right-type-title {line-height: 30rem; text-align: center; font-size: 16rem; padding: 15rem 0; border-radius: 8rem; cursor: pointer;}
.remen-right-type-li.cur .remen-right-type-title {background-color: #2B5DA9; color: #fff;}

.remen-right-body-border {border: 1rem solid #dedede;}
.remen-right-title-box {float: left; display: flex; width: 140rem; padding: 85rem 0; border-right: 1rem solid #dedede; }
.remen-right-title {width: 30rem; text-align: center; margin: auto; font-size: 30rem;}
.remen-right-list-box {width: calc(100% - 141rem);}
.remen-right-list-li {width: 50%; float: left;}
.remen-right-list-link {line-height: 30rem; padding: 25rem 0; font-size: 20rem; text-align: center; border-top: 1rem solid #dedede; border-right: 1rem solid #dedede;}
.remen-right-list-link1, .remen-right-list-link2 {border-top: 0;}

.remen-right-body-border, .remen-right-title-box, .remen-right-list-link {border-color: #EEEEEE;}


@media (min-width: 769px) {
	.remen-zhuanye-page-left {width: 300rem; float: left;}
	.remen-zhuanye-page-right {overflow: hidden;}
}
@media (min-width: 1921px) {
	.remen-zhuanye-type-icon {
		width: 1.875vw;
	    height: 1.875vw;
	    margin-right: 1.25vw;
	}
	.remen-zhuanye-typename-line {margin-top: 1.09375vw; width: 1.09375vw;}
}

@media (max-width: 992px) {
	.remen-zhuanye-page-body-bg {margin-top: 30px;}
}
@media (max-width: 768px) {
	.remen-zhuanye-page-body-bg {margin-top: 0;}
	.remen-zhuanye-page-box, .remen-zhuanye-page-box .wrap {padding: 0;}
	.remen-zhuanye-page-body {margin: 0;}
	.remen-zhuanye-page-left {width: auto; float: none; margin-right: 0;}
	.remen-zhuanye-type-li {width: 33.3333333%; float: left; border-bottom: 1rem solid #fff;}
	.remen-zhuanye-type-li+.remen-zhuanye-type-li {margin-top: 0; border-left: 1rem solid #fff;}
	.remen-zhuanye-type-title {line-height: 16rem; padding: 10rem 5rem; height: auto; font-size: 16rem; display: block; text-align: center;}
	.remen-zhuanye-type-icon-box {float: none; width: auto; margin-right: 0; }
	.remen-zhuanye-type-icon {margin: 0 auto;}
	.remen-zhuanye-type-text {margin-top: 0; line-height: 30rem;}
	.remen-zhuanye-more-text {font-size: 18rem; width: 60rem; height: 60rem; line-height: 60rem;}
	
	.remen-zhuanye-page-right-bg {padding: 20px 10px;}
	
	.remen-right-type-ul {margin-bottom: 20px;}
	.remen-right-type-li {width: 25%;}
	.remen-right-type-title {padding: 5px 0; line-height: 26px; font-size: 14px; margin: 2px; background-color: #f8f8f8;}

	.remen-right-body-border {display: block;}
	.remen-right-title-box {float: none; padding: 20px 0; width: auto; border: 0; border-bottom: 1px solid #eee;}
	.remen-right-title {width: auto; font-size: 18px;}
	
	.remen-right-list-box {width: 100%;}
	.remen-right-list-link {padding: 10px 0; font-size: 16px;}
}
@media (max-width: 480px) {
	.remen-zhuanye-type-title {padding: 8rem 5rem; font-size: 14rem; border-radius: 0;}
	.remen-right-type-li {width: 50%;}
	.remen-zhuanye-type-icon {width: 25rem; height: 25rem;}
	.remen-zhuanye-more-text {font-size: 14rem; width: 50rem; height: 50rem; line-height: 50rem;}

	.remen-zhuanye-page-right-bg {padding: 15px 10px;}
	.remen-right-type-ul {margin-bottom: 10px;}
	.remen-right-title-box {padding: 10px 0;}
	.remen-right-list-link {padding: 5px 0; font-size: 15px;}
}
/* 美国院校热门专业推荐 end */


/* 常春藤申请 start */
.changchunteng-page-box {background-color: #12141D;}
.changchunteng-page-body-bg {/* padding-top: 60rem; */}
.changchunteng-page-left {width: 40%; margin-right: 10%;}
.changchunteng-page-right-bg {padding-top: 25%;}
.changchunteng-page-right-row {margin-top: 50rem;}
.changchunteng-page-info {color: #aaa; line-height: 2; font-size: 18rem;}
.changchunteng-page-btn-box {background-color: #6D6F75; border-radius: 30rem; display: inline-block; padding: 8rem;}
.page-more-text {margin: 0 60rem;}
.changchunteng-page-more {padding: 5rem 30rem; line-height: 30rem; border-radius: 20rem; font-size: 16rem;}
@media(max-width: 768px) {
	.changchunteng-page-right-bg{padding: 50px 0;}
	.changchunteng-page-left {width: auto; position: absolute; top: 0; right: 0; left: 0;}
	.changchunteng-page-image {opacity: .3;}
	
	.changchunteng-page-info {font-size: 16px; line-height: 1.8;}
	.changchunteng-page-right-row {margin-top: 0; text-align: center;}
	.changchunteng-page-btn-box {padding: 6px;}
	.page-more-text {margin: 0 15px;}
	.changchunteng-page-more {padding: 5px  20px; line-height: 25px; font-size: 14px;}
}
/* 常春藤申请 end */


/* 全美最好的私立大学联盟，常春藤八大盟校介绍 start */
.mengxiao-page-box {position: relative; padding-top: 120rem; margin-top: -120rem;}
.mengxiao-page-box:before {content: ""; display: block; position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 160%; height: 100%; border-radius: 50% 50% 0 0; background-color: #fafafa;}

.mengxiao-type-desc {color: #aaa; margin-top: 20rem; line-height: 1.8;}

.mengxiao-list-ul {
	overflow: hidden;
}
.mengxiao-list-li {
	width: 25%;
	float: left;
}
.mengxiao-list-link {
	cursor: unset;
	margin: 0 20rem;
	padding: 30rem 40rem;
	border-radius: 10rem;
	background-color: #fff;
	box-shadow: 0 0 5rem #dedede;
	margin-top: 60rem;
}
.mengxiao-list-li-bg {
	padding: 0 10rem;
	text-align: center;
}
.mengxiao-list-icon-width {
	width: 120rem;
	margin: -90rem auto 0;
}
.mengxiao-list-icon {
	display: block;
	border-radius: 50%;
}
.mengxiao-list-info {padding-top: 20rem;}
.mengxiao-list-title {font-size: 26rem;}
.mengxiao-list-short {margin-top: 10rem; font-size: 22rem;}
.mengxiao-list-desc {
	margin-top: 20rem;
	line-height: 25rem;
	height: 175rem;
	color: #666;
}

.mengxiao-list-more {margin-top: 10rem; color: #5091F4; text-decoration: underline; font-size: 16rem; text-align: center; display: block;}

@media (max-width: 1200px) {
	.mengxiao-list-link {margin: 60px 10px 0; padding: 20px;}
	.mengxiao-list-icon-width {margin-top: -80px;}
	.mengxiao-list-title {font-size: 22px;}
	.mengxiao-list-short {font-size: 18px;}
}
@media (max-width: 992px) {
	.mengxiao-list-link {margin: 50px 5px 0; padding: 15px;}
	.mengxiao-list-icon-width {width: 100px; margin-top: -70px;}
	.mengxiao-list-title {font-size: 20px;}
	.mengxiao-list-short {font-size: 16px;}
}
@media (max-width: 768px) {
	.mengxiao-page-box {padding-top: 35px; margin-top: -35px;}
	.mengxiao-page-box:before {width: 300%;}
	
	.mengxiao-list-li {
		width: 50%;
		text-align: center;
	}
	.mengxiao-list-link {margin-top: 70px; padding: 30px;}
	.mengxiao-list-icon-width {width: 120px; margin-top: -90px;}
	.mengxiao-list-desc {
		font-size: 13rem;
		line-height: 22rem;
		height: 176rem;
	}
	.mengxiao-list-title {font-size: 18px;}
	.mengxiao-list-short {margin-top: 8px; font-size: 15px;}
	.mengxiao-list-desc {margin-top: 15px;}
	.mengxiao-list-more {font-size: 14px;}
	
	.mengxiao-page-more {padding: 5px 30px;}
}

@media (max-width: 480px) {
	.mengxiao-page-box:before {width: 400%;}
	.mengxiao-list-li {
		width: auto;
		float: none;
	}
	.mengxiao-list-link {
		padding: 30px;
	}
	.mengxiao-list-icon {
		margin: 0 auto;
		height: 50rem;
	}
	.mengxiao-list-title {font-size: 16px;}
	.mengxiao-list-short {margin-top: 5px; font-size: 14px;}
	.mengxiao-list-desc {margin-top: 10px; height: auto;}

	.mengxiao-list-more {
	}

	.mengxiao-list-li em {
		display: none;
	}
}
/* 全美最好的私立大学联盟，常春藤八大盟校介绍 end */


/* 想进常春藤名校，除了好成绩还需要具备这些条件！ end */
.changchunteng-tiaojian-page-more {background-color: #fff; color: #000;}
.changchunteng-tiaojian-type-ul {padding-top: 30rem;}
.changchunteng-tiaojian-li {border-bottom: 1rem solid #fff;}
.changchunteng-tiaojian-link {padding: 30rem 0; font-size: 18rem; line-height: 30rem; }
.changchunteng-tiaojian-page-middle {position: absolute; top: 0; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.changchunteng-tiaojian-title {color: #CAEC51; width: 10%; padding:0 5%; text-align: center;}
.changchunteng-tiaojian-desc {width: 40%;}
.changchunteng-tiaojian-desc1 {text-align: right;}

.changchunteng-tiaojian-page-more:hover {color: #000;}

@media(max-width: 768px) {
	.changchunteng-tiaojian-type-ul {padding-top: 20px;}
	.changchunteng-tiaojian-link {padding: 20px 0; font-size: 16px; line-height: 25px;}
}
@media(max-width: 768px) {
	.changchunteng-tiaojian-type-ul {padding-top: 10px;}
	.changchunteng-tiaojian-link {padding: 10px 0; font-size: 14px; line-height: 22px;}
}
/* 想进常春藤名校，除了好成绩还需要具备这些条件！ end */


/* 如何提高常春藤大学申请成功率?三大申请法则必看 start */
.faze-page-box {background-color: #22252E;}
.faze-page-image {position: absolute; left: 20rem; bottom: 20rem; max-height: 330rem;}
.faze-list-ul {padding-top: 60rem;}
.faze-list-li {width: 33.33333333%; float: left;}
.faze-list-link-bg {padding: 25rem; height: 100%; box-sizing: border-box;}
.faze-list-li-2 {padding-top: 50rem;}
.faze-list-link {background-color: #6D6F75; padding: 35rem; height: 100%; box-sizing: border-box;}
.faze-list-icon {height: 34rem; margin-bottom: 20rem;}
.faze-list-title {font-size: 22rem;}
.faze-list-desc {margin-top: 10rem; font-size: 15rem; opacity: .8; line-height: 30rem;}
.faze-list-more {margin-top: 10rem; display: block; font-size: 16rem; color: #CAEC51;}

@media(max-width: 1200px) {
	.faze-list-link-bg {padding: 20px;}
	.faze-list-link {padding: 30px;}
}
@media(max-width: 992px) {
	.faze-list-link-bg {padding: 15px;}
	.faze-list-link {padding: 25px;}
}
@media(max-width: 768px) {
	.faze-list-ul {padding-top: 20px;}
	.faze-list-li {width: 50%;}
	.faze-list-li-2 {padding-top: 0;}
	.faze-list-link-bg {padding: 10px;}
	.faze-list-link {padding: 20px;}
	
	.faze-list-title {font-size: 18px;}
	.faze-list-desc {font-size: 14px; line-height: 25px;}
}
@media(max-width: 480px) {
	.faze-list-ul {padding-top: 0;}
	.faze-list-li {width: 96%; margin: 8px auto; float: none;}
	.faze-list-link-bg {padding: 5px;}
	.faze-list-link {padding: 30px;}
	
}
/* 如何提高常春藤大学申请成功率?三大申请法则必看 end */


/* 拿下常春藤名校offer的他们，也曾遇到各种各样的难题 start */
.nanti-page-box {border-top: 1rem solid #E6EBEF;}

.nanti-page-body-bg {
	padding-top: 30rem;
	max-width: 1000rem;
	margin: 0 auto;
}
.nanti-list-ul {
}
.nanti-list-li {/* width: 33.333333333%; float: left; */}
.nanti-list-li-bg {
	display: block;
	margin: 25rem;
	padding: 35rem;
	border-radius: 15rem;
	background-color: #F6F6F6;
}

.nanti-list-li-bg1 {
	border-top: 0;
}
.nanti-list-left {
	float: left;
	margin-right: 50rem;
}
.nanti-list-icon {
	width: 300rem;
	height: 300rem;
	display: block;
	border-radius: 50%;
	object-fit: cover;
}

.nanti-list-row+.nanti-list-row {margin-top: 30rem;}
.nanti-list-title-box {margin-top: 20rem;}
.nanti-list-title {font-size: 22rem;}
.list-nanti-star {}
.list-nanti-star-icon {float: left; height: 20rem; margin-right: 5rem;}

.nanti-list-desc {
	color: #777;
	font-size: 18rem;
	line-height: 30rem;
	height: 150rem;
}


.nanti-not-bg {
	padding: 80rem 0;
}

.nanti-not-title {
	margin-top: 15rem;
    display: inline-block;
    font-size: 14rem;
    color: #999;
}
@media (max-width: 768px) {
	.nanti-page-body-bg {padding-top: 0;}
	.nanti-list-left {margin-right: 30px;}
	.nanti-list-icon {width: 200px; height: 200px;}
	.nanti-list-title-box {margin-top: 10px;}
	.nanti-list-row+.nanti-list-row {margin-top: 10px;}
	.nanti-list-title {font-size: 20px;}
	.nanti-list-desc {font-size: 14px; line-height: 25px;}
}
@media (max-width: 560px) {
	.nanti-list-left {width: auto; float: none; margin-right: 0;}
	.nanti-list-icon {margin: 0 auto;}
	.nanti-list-title-box {margin-top: 20px;}
}
@media (max-width: 480px) {
	.nanti-list-li-bg {margin: 0 15px;}
	.nanti-list-icon {width: 160px; height: 160px;}
	.nanti-list-title {font-size: 18px;}
	.list-nanti-star-icon {height: 16px;}
}
@media (max-width: 414px) {
	.nanti-list-icon {width: 120px; height: 120px;}
}
/* 拿下常春藤名校offer的他们，也曾遇到各种各样的难题 end */


/* 新加坡留学申请时间规划表 start */
.guihua-right-bg {padding: 0 20rem;}
.guihua-type-ul-box {border: 5rem solid #2B5DA9; padding: 10rem; border-radius: 35rem; background-color: #fff;}
.guihua-type-ul {border-radius: 30rem; color: #999; }
.guihua-type-li {width: 50%; float: left; box-sizing: border-box;}
.guihua-type-title {padding: 10rem 25rem; line-height: 30rem; font-size: 18rem; border-radius: 20rem; text-align: center; cursor: pointer;}
.cur .guihua-type-title {background-color: #2B5DA9; color: #fff;}

.guihua-page-row {margin-top: 10px;}
.guihua-list-li {width: 25%; float: left;}
.guihua-list-link-bg {padding: 20rem; height: 100%; box-sizing: border-box;}
.guihua-list-link { background-color: #fff; padding: 30rem; height: 100%; box-sizing: border-box;}
.guihua-list-row+.guihua-list-row {margin-top: 15rem;}
.guihua-list-title {font-size: 50rem; color: #aaa; line-height: 1.2;}
.guihua-list-short {font-size: 18rem;}
.guihua-list-desc {color: #999; line-height: 1.8;}

@media(max-width: 1200px) {
	.guihua-list-link-bg {padding: 15px;}
	.guihua-list-title {font-size: 40rem;}
}
@media(max-width: 992px) {
	.guihua-list-li {width: 33.33333333333%;}
	.guihua-list-link-bg {padding: 10px;}
	.guihua-list-link {padding: 25px;}
	.guihua-list-title {font-size: 30rem;}
}
@media(max-width: 768px) {
	.guihua-type-ul-box {padding: 8px;}
	.guihua-type-title {font-size: 16px; padding: 5px 20px;}
	
	.guihua-list-link {padding: 20px;}
	.guihua-list-link-bg {padding: 5px;}
	.guihua-list-title {font-size: 25rem;}
	.guihua-list-short {font-size: 16rem;}
}
@media(max-width: 480px) {
	.guihua-type-ul-box {padding: 5px;}
	.guihua-type-title {font-size: 14px; padding: 5px 20px;}
	
	.guihua-list-li {width: 50%;}
}
/* 新加坡留学申请时间规划表 end */


/* 背景提升 start */
.beijing-page-body-bg {max-width: 800rem; margin: 0 auto; padding: 60rem 0;}
.beijing-page-row {margin-top: 60rem;}
.beijing-page-info {font-size: 18rem; line-height: 2; text-align: center;}
.beijing-page-more {border: 5rem solid #fff; border-radius: 35rem;}
@media (max-width: 768px) {
	.beijing-page-body-bg {padding: 50px 0;}
}
@media (max-width: 768px) {
	.beijing-page-body-bg {padding: 20px 0;}
	
	.beijing-page-row {margin-top: 20px;}
	.beijing-page-info {font-size: 16px; line-height: 1.8;}
}
/* 背景提升 end */


/* 名校到底想要什么样的学生 start */
.xiangyao-page-row {margin-top: 60rem;}
.xiangyao-page-row-bg {padding: 60rem;}
.xiangyao-page-info-desc {margin-top: 60rem; font-size: 22rem; line-height: 2;}

.xiangyao-list-li {width: 33.3333333%;}
.xiangyao-list-link {max-width: 300rem; margin: 0 auto;}
.xiangyao-list-num {margin: 0 auto; padding: 10rem; width: 30rem; height: 30rem; line-height: 30rem; font-size: 30rem; background-color: #2B5DA9; color: #fff; text-align: center; border-radius: 50%;}
.xiangyao-list-desc {margin-top: 30rem; line-height: 1.75; font-size: 16rem; color: #666; height: 180rem; line-height: 30rem; overflow: hidden;}
.xiangyao-list-more {margin-top: 10rem; display: block; font-size: 16rem; text-decoration: underline; color: #007DC7;}
.xiangyao-page-more {margin: 0 20rem;}

.xiangyao-page-row {margin-top: 60rem;}

@media (max-width: 768px) {
	.xiangyao-page-row {margin-top: 20px;}
	.xiangyao-page-row-bg {padding: 15px; display: block;}
	.xiangyao-page-image-box {text-align: center; margin-bottom: 20px;}
	.xiangyao-page-image {max-height: 160px;}
	
	.xiangyao-page-info {text-align: left;}
	.xiangyao-page-info-desc {margin-top: 10px; font-size: 14px; line-height: 1.8;}
	
	.xiangyao-list-num {font-size: 16px; padding: 5px;}
	.xiangyao-list-desc {margin-top: 15px; height: 198px; font-size: 12px; line-height: 18px;}
	
	.xiangyao-page-row {margin-top: 0;}
	.xiangyao-list-more {font-size: 14px;}
	
	.xiangyao-page-more {margin: 0 0.1vw;}
}
/* 名校到底想要什么样的学生 end */


/* 如何选择自己的背景提升项目 start */
.xuanze-page-row {margin-top: 60rem;}
.xuanze-page-row-bg {}
.xuanze-page-info-desc {margin-top: 60rem; font-size: 22rem; line-height: 2;}

.xuanze-list-li {width: 20%;}
.xuanze-list-link {margin: 0 10rem; overflow: hidden;}
.xuanze-list-title {padding: 20rem; line-height: 30rem; font-size: 22rem; background-color: #2B5DA9;}
.xuanze-list-info {padding: 0 10rem;}
.xuanze-list-info-row {padding: 5rem 20rem; height: 50rem; border-bottom: 1rem solid #efefef;}
.xuanze-list-desc {margin-top: 30rem; line-height: 1.75; font-size: 16rem; color: #666; height: 180rem; line-height: 30rem;}
.xuanze-list-more {margin-top: 10rem; font-size: 16rem; text-decoration: underline; color: #007DC7;}
.xuanze-page-more {margin: 0 20rem;}


.baokuo-page-row-bg {max-width: 1200rem; margin: 0 auto;}
.baokuo-list-li {width: 25%;}
.baokuo-list-link {}
.baokuo-list-info-row {padding: 40rem 5rem;}
.baokuo-list-more {margin: 0;}

@media (max-width: 1200px) {
	.xuanze-page-info-desc {margin-top: 50px; font-size: 20px;}
	
}
@media (max-width: 992px) {
	.xuanze-page-info-desc {margin-top: 40px; font-size: 18px;}
	.xuanze-page-row {margin-top: 40px;}
	
	.xuanze-list-info-row {font-size: 12px; line-height: 16px;}
}
@media (max-width: 768px) {
	.xuanze-page-info-desc {margin-top: 30px; font-size: 16px;}
	
	.xuanze-page-row {margin-top: 20px;}
	
	.xuanze-list-li {width: 33.33333333%;}
	.xuanze-list-link {margin: 5rem;}
	.xuanze-list-info-row {font-size: 14px; line-height: 18px;}
	
	.xuanze-list-title {font-size: 18px; padding: 15px;}
	.baokuo-list-info-row {padding: 30px 0;}
	.xuanze-list-more {font-size: 14px;}
	
	.baokuo-list-li {width: 50%;}
}
@media (max-width: 480px) {
	.xuanze-page-info-desc {margin-top: 10px; font-size: 14px;}
	
	.xuanze-page-row {margin-top: 0;}
	
	.xuanze-list-li {width: 50%;}
	.xuanze-list-li:nth-of-type(5) {width: 100%;}
	
	.xuanze-list-title {font-size: 16px; padding: 10px;}
	.baokuo-list-info-row {padding: 20px 0;}
}
/* 如何选择自己的背景提升项目 end */


/* 听听学哥学姐怎么说 start */
.shuofa-type-desc-en {color: #FF8B14; margin: 0 auto 10rem;}
.shuofa-page-body-bg {padding-top: 60rem;}
.shuofa-list-li {width: 25%; float: left;}
.shuofa-list-li+.shuofa-list-li .shuofa-list-link {border-left: 1rem solid #efefef;}
.shuofa-list-link {padding: 0 40rem;}
.shuofa-list-yinhao {font-size: 60rem; line-height: 1; width: 60rem; margin-left: -30rem; color: #007DC7; font-family: "黑体";}
.shuofa-list-desc {font-size: 13rem; line-height: 20rem; height: 160rem; text-align: justify;}
.shuofa-list-info-row {margin-top: 30rem;}
.shuofa-list-info-left {margin-right: 20rem;}
.daoshi-list-icon {width: 60rem; height: 60rem; border-radius: 50%;}
.shuofa-list-title {padding-top: 5rem; font-size: 22rem;}
.shuofa-list-jieshao {color: #999; font-size: 12rem; line-height: 25rem; height: 125rem;}
@media(max-width: 992px) {
	.shuofa-list-link {padding: 0 30px;}
	.shuofa-list-yinhao {font-size: 50px; height: 50px; line-height: 50px; margin-bottom: -10px;}
	.shuofa-list-info-row {margin-top: 10px;}
	.shuofa-list-info-left {width: auto; float: none; margin: 0;}
	.shuofa-list-title {padding-top: 10px;}
	.shuofa-list-jieshao {margin-top: 5px; line-height: 18px; -webkit-line-clamp: 7; height: 126px;}
}
@media(max-width: 768px) {
	.shuofa-list-li {width: 50%; margin-bottom: 20px;}
	.shuofa-list-link {padding: 0 20px;}
	.shuofa-list-desc {height: 80px; -webkit-line-clamp: 4;}
	
	.shuofa-list-li:nth-of-type(3) .shuofa-list-link {border: 0;}
}
/* 听听学哥学姐怎么说 end */

/* 全套申请 start */
.list-quantao-li {
	width: 33.33333333%;
	float: left;
}
.list-quantao-link {
	position: relative;
	margin: 20rem;
	display: block;
	padding: 50rem;
	box-shadow: 0 0 5rem rgba(0,0,0,.08);
	text-align: center;
}
.list-quantao-image-width {max-width: 260rem; margin: 0 auto;}
.list-quantao-image-box {padding-bottom: 100%;}


.list-quantao-row {margin-top: 20rem;}
.list-quantao-title {
	font-size: 22rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-quantao-short {font-size: 18rem;}
.list-quantao-desc {font-size: 16rem; line-height: 30rem; height: 120rem; color: #666;}
.list-quantao-tips {font-size: 16rem;}

@media (max-width: 1200px) {
	.list-quantao-image {
		/* height: 230rem; */
	}
}
@media (max-width: 992px) {
		.list-quantao-link {margin: 10rem;}
}
@media (max-width: 768px) {
	.list-quantao-li {
		width: 50%;
	}
	.list-quantao-link {padding: 20px;}
	.list-quantao-image-width {max-width: 220px;}
	.list-quantao-row {margin-top: 15px;}
	/* .list-quantao-image-box {padding: 5rem;} */
	.list-quantao-image {
		/* height: 195rem; */
	}
	.list-quantao-title {
		font-size: 18rem;
	}
	.list-quantao-short {font-size: 16px;}
	.list-quantao-desc {line-height: 25px; font-size: 14px; height: 125px; -webkit-line-clamp: 5;}
	.list-quantao-tips {font-size: 14px;}
	
	.list-quantao-li-5 {width: 100%;}
	.list-quantao-desc-5 {height: auto; -webkit-line-clamp: none; line-height: 28px;}
}

@media (max-width: 480px) {
	.list-quantao-link {margin: 8rem; padding: 10px;}
	.list-quantao-image-width {max-width: 160px;}
	.list-quantao-row {margin-top: 10px;}
	.list-quantao-image {
		/* height: 150rem; */
	}
}

@media (max-width: 380px) {
	.list-quantao-link {margin: 5rem;}
	.list-quantao-image {
		/* height: 120rem; */
	}
}
/* 全套申请 end */


/* 服务流程 start */
.flow-page-left {width: 45%; }
.flow-page-left-bg {margin: 0 10%;}
.flow-page-image {object-fit: contain;}
.flow-page-desc {margin-top: 30rem; font-size: 22rem; line-height: 2;}

.flow-list-ul {margin-top: 60rem;}
.flow-list-li {
	width: 25%;
	float: left;
}
.flow-list-link {
	position: relative;
	margin: 10rem;
	display: block;
	padding: 30rem;
	box-shadow: 0 0 5rem rgba(0,0,0,.08);
	text-align: center;
}
.flow-list-image-width {max-width: 290rem; margin: 0 auto;}
.flow-list-image-box {padding-bottom: 89.6551724138%;}
.flow-list-info {}
.flow-list-row {margin-top: 20rem;}
.flow-list-title {
	font-size: 22rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flow-list-short {font-size: 18rem;}
.flow-list-desc {font-size: 16rem; line-height: 30rem; height: 90rem; color: #666;}
.flow-list-tips {font-size: 16rem;}

@media (max-width: 1200px) {
	.flow-list-image {
		/* height: 230rem; */
	}
}
@media (max-width: 992px) {
	.flow-list-link {margin: 10rem; padding: 20px;}
}
@media (max-width: 768px) {
	.flow-page-left {width: auto; float: none;}
	.flow-page-right {margin-top: 20px;}
	.flow-page-name {text-align: center;}
	.flow-page-desc {margin-top: 20px; font-size: 18px; line-height: 2;}
	
	.flow-list-ul {margin-top: 20px;}
	.flow-list-li {
		width: 50%;
	}
	.flow-list-link {padding: 15px;}
	/* .flow-list-image-box {padding: 5rem;} */
	.flow-list-image {
		/* height: 195rem; */
	}
	.flow-list-info {}
	.flow-list-title {
		font-size: 18rem;
	}
	.flow-list-desc {font-size: 14rem; line-height: 25px; height: 100px;}
}

@media (max-width: 480px) {
	.flow-page-desc {margin-top: 10px; font-size: 16px;}
	
	.flow-list-ul {margin-top: 10px;}
	.flow-list-link {margin: 8rem; padding: 10px;}
	.flow-list-image {
		/* height: 150rem; */
	}
}

@media (max-width: 380px) {
	.flow-list-link {margin: 5rem;}
	.flow-list-image {
		/* height: 120rem; */
	}
	
	.flow-list-title {
		font-size: 16rem;
	}
}
/* 服务流程 end */


/* 马上了解智友文书服务报价! start */
.baojia-page-left {float: right; width: 440rem;}
.baojia-page-left-bg {}
.baojia-type-desc-en {margin-bottom: 60rem;}
.baojia-type-desc {margin-top: 60rem; font-size: 36rem; line-height: 2.2;}

.page-more-icon-box {margin-right: 15rem;}

.baojia-page-more {width: 100%; line-height: 30rem; font-size: 30rem; padding: 30rem; border-radius: 30rem; display: flex; box-sizing: border-box;}

.baojia-form-row-item {width: 50%; float: left;}
.baojia-form-row {margin: 100rem -15rem 0;}
.baojia-form-row-item {width: 33.333333%; float: left;}
.baojia-form-row-w50 {width: 50%; float: left;}
.baojia-form-row-bg {
	margin: 0 15rem;
	background-color: #fff;
	line-height: 50rem;
}
.baojia-form-input-bg {border: 3rem solid #dedede; border-radius: 10rem;}

.baojia-form-label {display: block; float: none; width: auto; font-size: 36rem; font-weight: normal; margin: 0 0 30rem;}

.baojia-form-input,
.baojia-form-textarea,
.baojia-form-select {
	padding: 7rem 8rem;
	border: 0;
	color: #808080;
	height: 50rem;
	font-size: 18rem;
	line-height: inherit;
}

.baojia-form-btn-box {
}
.baojia-form-btn {
	background-color: #A67E3D;
	border-radius: 5rem;
	width: auto;
	padding: 0 20rem;
	font-size: 16rem;
}
.baojia-form-btn:hover {
	color: #fff;
}
.baojia-form-btn-icon {
	float: left;
	height: 20rem;
	margin-top: 10rem;
	margin-right: 5rem;
}


@media (max-width: 1200px) {
	.baojia-page-left {width: 380px;}
	.baojia-type-desc {font-size: 26px;}
	.baojia-form-label {font-size: 26px; margin-bottom: 20px;}
	.baojia-form-row {margin-top: 40px;}
	.baojia-page-more {font-size: 22px; padding: 20px;}
}
@media (max-width: 992px) {
	.baojia-page-left {width: 320px;}
	.baojia-type-desc-en {margin-bottom: 30px;}
	.baojia-type-desc {margin-top: 30px; font-size: 22px;}
	.baojia-form-label {font-size: 22px; margin-bottom: 15px;}
	.baojia-form-row {margin-top: 15px;}
	.baojia-page-more {font-size: 20px;}
	
	.baojia-type-desc {font-size: 22px;}
}
@media (max-width: 768px) {
	.baojia-page-left {
		float: none;
		margin: 0;
		width: auto;
		display: none;
	}
	.baojia-type-desc-en {margin-bottom: 10px;}
	.baojia-type-desc {margin-top: 10px; font-size: 18px; text-align: left;}
	.baojia-form-label {font-size: 18px; margin-bottom: 10px;}
	.baojia-form-row {margin-top: 10px;}
	.baojia-page-more {font-size: 16px; padding: 15px;}

	.baojia-form-row-bg {margin: 0;}

	.baojia-page-right {
		width: auto;
		float: none;
		margin-right: 0;
	}

	.baojia-right-bg {
		margin-top: 0;
	}

	.baojia-page-bg {
		padding: 30rem 10rem;
	}

	.baojia-form-row-item {
		float: none;
		width: auto;
		margin: 8rem 0;
	}
	.baojia-form-btn {
		font-size: 15rem;
	}
}

@media (max-width: 480px) {
	.baojia-page-box {
		background-position: left center;
	}
	.baojia-type-desc-en {margin-bottom: 5px;}
	.baojia-type-desc {font-size: 16px; line-height: 1.8;}
	.baojia-form-label {font-size: 16px;}
	.baojia-form-row {margin: 0;}
	.baojia-page-more {font-size: 13px; padding: 12px;}
	.baojia-form-label {
		/* width: 40rem; */
		font-size: 16rem;
		margin-bottom: 5px;
	}
	.baojia-form-input-bg {border-radius: 5px; border-width: 2px;}
	.baojia-form-input, .baojia-form-textarea, .baojia-form-select {
		padding: 8px;
		height: 38px;
		line-height: 22px;
		font-size: 14px;
		
	}
	.baojia-form-btn {
		font-size: 14rem;
	}
	.baojia-form-btn-icon {
		margin-top: 9rem;
	}
}
/* 马上了解智友文书服务报价! end */

/* 智友文书服务 start */
.wenshu-fuwu-page-box {position: relative;}

.wenshu-fuwu-type-desc {color: #aaa; margin-top: 20rem; line-height: 1.8;}
/* .wenshu-page-body-bg {max-width: 1200rem; margin: 0 auto;} */
.wenshu-fuwu-list-ul {
	padding-top: 30rem;
}
.wenshu-fuwu-list-li {
	width: 33.33333333333%;
	float: left;
}
.wenshu-fuwu-list-link-bg {padding: 25rem; height: 100%;	box-sizing: border-box;}
.wenshu-fuwu-list-link {
	cursor: unset;
	padding: 40rem;
	border-radius: 10rem;
	background-color: #fff;
	box-shadow: 0 0 5rem rgba(0,0,0,.05);
	height: 100%;
	box-sizing: border-box;
}
.wenshu-fuwu-list-link-1 {background-color: #F6F6F6;}
.wenshu-fuwu-list-link-2 {}
.wenshu-fuwu-list-li-bg {
	padding: 0 10rem;
	text-align: center;
}
.wenshu-fuwu-list-icon-width {width: 120rem; margin: -90rem auto 0;}
.wenshu-fuwu-list-icon {display: block; border-radius: 50%;}
.wenshu-fuwu-list-info {padding-top: 20rem;}
.wenshu-fuwu-list-title {font-size: 26rem;}
.wenshu-fuwu-list-short {margin-top: 45rem; font-size: 45rem;}
.wenshu-fuwu-list-units {margin-top: 20rem; font-size: 16rem; color: #999;}
.wenshu-fuwu-list-jieshao {margin-top: 50rem; font-size: 20rem; color: #999;}
.wenshu-fuwu-list-desc {margin-top: 30rem;line-height: 25rem; padding: 5rem 0; font-size: 20rem;}
.wenshu-fuwu-list-desc p {margin-bottom: 50rem; padding-left: 60rem; position: relative;}
.wenshu-fuwu-list-desc p:after {content: ""; display: block; background-image: url(../images/wenshufuwuicon.png); width: 34rem; height: 34rem; background-size: 100%; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}

.wenshu-fuwu-list-more {border: 1rem solid #3865F3; background-color: transparent; color: #3865F3;}
.wenshu-fuwu-list-more:hover {background-color: #3865F3; color: #fff;}

@media (max-width: 768px) {
	.wenshu-fuwu-list-li {
		/* width: 48%;
		margin: 1%; */
		width: 100%;
		float: none;
	}
	
	.wenshu-fuwu-list-ul {padding: 0;}
	.wenshu-fuwu-list-info {padding-top: 15px;}
	.wenshu-fuwu-list-title {font-size: 20rem;}
	.wenshu-fuwu-list-short {margin-top: 30px; font-size: 35px;}
	.wenshu-fuwu-list-units {font-size: 14px;}
	.wenshu-fuwu-list-jieshao {margin-top: 30px; font-size: 18px;}
	.wenshu-fuwu-list-desc {font-size: 16px;}
	.wenshu-fuwu-list-desc p {padding-left: 40px; margin-bottom: 20px;}
	.wenshu-fuwu-list-desc p:after {width: 30px; height: 30px;}

}

@media (max-width: 480px) {
	.wenshu-fuwu-list-link-bg {padding: 10px 20px;}
	.wenshu-fuwu-list-link {padding: 30px 25px;}
	.wenshu-fuwu-list-info {}
	.wenshu-fuwu-list-title {font-size: 16rem;}
	.wenshu-fuwu-list-short {margin-top: 10px; font-size: 20px;}
	.wenshu-fuwu-list-jieshao {margin-top: 10px; font-size: 16px;}
	.wenshu-fuwu-list-desc {margin-top: 10px; font-size: 14px; line-height: 22px;}
	.wenshu-fuwu-list-desc p {padding-left: 35px; margin-bottom: 15px;}
	.wenshu-fuwu-list-desc p:after {width: 25px; height: 25px;}
}
/* 智友文书服务 end */

/* 导师数据 start */
.daoshi-data-list-ul {
	padding: 60rem;
	max-width: 1000rem;
	margin: 60rem auto 0;
	box-shadow: 0 0 10rem #dedede;
	border-radius: 60rem;
}
.daoshi-data-list-li {width: 33.33333%; float: left;}

.daoshi-data-list-bg {
	padding: 30rem 5rem;
	text-align: center;
}

.daoshi-data-list-li:first-child .daoshi-data-list-bg {
	border: 0;
}

.daoshi-data-list-num-row {
	font-size: 38rem;
	color: #2B5DA9;
}
.daoshi-data-list-icon {width: 32rem; height: 32rem;}
.daoshi-data-list-num {
}
.daoshi-data-list-title {
	margin-top: 10rem;
	color: #999999;
	font-size: 20rem;
	font-weight: normal;
}

.daoshi-data-list-desc {
	font-size: 14rem;
	color: #666;
}



@media (max-width: 1200px) {
	
}
@media (max-width: 992px) {
	
}
@media (max-width: 768px) {
	.daoshi-data-list-ul {margin-top: 30px;border-radius: 15px; padding: 20px 0;}
	.daoshi-data-list-num-row {font-size: 25px;}
	.daoshi-data-list-icon {width: 20px; height: 20px;}
	.daoshi-data-list-num {font-size: inherit;}
	.daoshi-data-list-title {font-size: 16px;}
}

@media (max-width: 666px) {
	.daoshi-data-list-ul {display: none;}
}

@media (max-width: 480px) {
	.daoshi-data-list-ul {margin-top: 0; border-radius: 10px; padding: 0;}
	.daoshi-data-list-li {
		float: left;
	}

	.daoshi-data-list-num {
		font-size: 30rem;
	}

	.daoshi-data-list-desc {
		font-size: 13rem;
	}
}
/* 导师数据 end */


/* 文书团队 start */
.wenshu-team-type-ul {float: left; background-color: #fff; padding: 10rem; border-radius: 30rem; box-shadow: 0 0 10rem rgba(0,0,0,.05);}
.wenshu-team-type-li {float: left;}
.wenshu-team-type-li+.wenshu-team-type-li {margin-left: 10rem;}
.wenshu-team-type-title {width: 130rem; text-align: center;  border-radius: 20rem; font-size: 16rem; line-height: 20rem; padding: 15rem; cursor: pointer;}
.cur .wenshu-team-type-title {background-color: #2B5DA9; color: #fff;}

.wenshu-team-body-bg {margin-top: 20rem;}

@media (min-width: 769px) {
	.wenshu-team-page-left {width: 50%;}
	.wenshu-team-page-right {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 50%;
	}
	.wenshu-team-right-bg {height: 100%;}
	.wenshu-team-page-image-box {padding-bottom: 0; height: 100%;}
}


.wenshu-team-list-ul-box {}
.wenshu-team-list-ul {width: 600rem; max-width: 96%;}
.wenshu-team-list-li+.wenshu-team-list-li {margin-top: 20rem;}
.wenshu-team-list-bg {padding: 25rem; border-radius: 20rem; box-shadow: 0 0 10rem rgba(0,0,0,.05);}
.wenshu-team-list-left {width: 120rem; margin-right: 20rem;}
.wenshu-team-list-right-bg {padding-top: 10rem;}
.wenshu-team-list-title {font-size: 22rem;}
.wenshu-team-list-desc {margin-top: 10rem; color: #888; font-size: 16rem;}

.wenshu-team-list-image-info {position: absolute; padding: 6%; position: absolute; bottom: 0; left: 0; width: 66%; box-shadow: 0 0 10rem rgba(0,0,0,.05);}
.wenshu-team-list-image-title {font-size: 26rem;}
.wenshu-team-list-image-desc {margin-top: 20rem; font-size: 18rem; line-height: 1.5; color: #888;}

@media (max-width:1200px) {
}

@media (max-width: 992px) {
	.wenshu-team-page-content {padding: 0; line-height: 1.6; /* height: 154rem; */}
}

@media (max-width: 888px) {
	.wenshu-team-page-left {float: none; width: auto;}
	.wenshu-team-page-image-box {
		padding-bottom: 56%;
		/* border-radius: 5rem; */
	}
	.wenshu-team-page-right {display: none;}
	.wenshu-team-list-image-info {width: auto; top: 0; right: 0;}
	.wenshu-team-page-content  {line-height: 1.6; height: auto;}
	
}

@media (max-width: 620px) {
	.wenshu-team-page-body {font-size:12rem;line-height:20rem;}
}

@media (max-width: 480px) {
	.wenshu-team-type-ul {float: none;}
	.wenshu-team-page-content  {padding: 5rem 0;}

}
@media (max-width: 414px) {
	.wenshu-team-page-right {padding-bottom: 0;}

}
@media (max-width: 380px) {
}
@media (max-width: 360px) {
	
}




@media (max-width:1200px) {
	.wenshu-team-list-ul {}
	.wenshu-team-list-title {font-size: 40rem;}
}

@media (max-width:992px) {
}

@media (max-width: 888px) {
	.wenshu-team-list-ul {margin-right: 0; margin-top: 20rem;}
	
	/* .type-more-box { text-align: center;} */
}

@media (max-width:768px) {
	.wenshu-team-list-ul {margin: 0; width: auto; max-width: none;}
}

@media (max-width:620px) {
}

@media (max-width: 480px) {
	.wenshu-team-list-li {float: left;}
	.wenshu-team-list-title {font-size: 30rem;}
	.wenshu-team-list-desc {font-size: 13rem; }
}
@media (max-width: 414px) {
	.wenshu-team-list-title {font-size: 25rem;}
	.wenshu-team-list-desc {font-size: 12rem; }
}
@media (max-width: 380px) {
}
@media (max-width: 360px) {
	.wenshu-team-list-desc {height: 34rem; line-height: 17rem; }
	
}
/* 文书团队 end */


/* 美国Offer榜 start */
.usoffer-list-ul-box {padding: 80rem; /* background-color: #FFC501; */ background-color: rgba(255,255,255,.4); border-radius: 20rem;}

.usoffer-list-li {width: 25%; float: left;}
.usoffer-list-link {padding: 8%;}
.usoffer-list-left {width: 80rem; margin-right: 8%;}
.usoffer-list-image-box, .usoffer-list-image {border-radius: 50%;}
.usoffer-list-image {object-fit: contain; }
.usoffer-list-info {padding-top: 8%;}
.usoffer-list-title {font-size: 22rem;}
.usoffer-list-tips {margin-top: 5rem; color: #fff; font-size: 18rem;}
.usoffer-list-short {font-size: 38rem; color: #e00; font-weight: bold; -webkit-text-stroke: 2rem #fff; text-align: center; }
.usoffer-list-ul-icon {width: 80rem; height: 80rem; border-radius: 50%; position: absolute;}
.usoffer-list-ul-icon1 {top: -40rem; left: -40rem; background-color: #e00;}
.usoffer-list-ul-icon2 {top: 100rem; right: -40rem;}

.zhanjibang-page-row-bg {padding-top: 100rem; max-width: 1200rem; margin: 0 auto;}
.zhanjibang-page-left {margin-right: 100rem;}
.zhanjibang-page-type-name {margin-right: 30rem;}
.zhanjibang-page-info {font-size: 20rem; line-height: 2;}


.swiper-button-row {text-align: right;}
.usoffer-swiper-button-prev, .usoffer-swiper-button-next {
	display: inline-block;
	position: static;
	/* background-image: none; */
	margin-top: 0;
	padding: 10rem;
	width: 20rem;
	height: 20rem;
	line-height: 20rem;
	font-size: 18rem;
	background-color: rgba(0, 0 , 0, 1);
	color: #fff;
	text-align: center;
	border-radius: 50%;
	opacity: .7;
}
.usoffer-swiper-button-prev:hover, .usoffer-swiper-button-next:hover {opacity: 1;}

@media (min-width: 1201px) {
	
}

@media (max-width: 1200px) {
	.usoffer-list-ul-box {padding: 30px;}
	.usoffer-list-li {width: 33.33333333333333%;}
	.usoffer-list-link {padding: 5%;}
	.usoffer-list-title {font-size: 20px;}
	.usoffer-list-tips {font-size: 16px;}
	.usoffer-list-short {font-size: 34px;}
	
	.usoffer-list-ul-icon1 {width: 60px; height: 60px; top: -30px; left: -30px;}
	.usoffer-list-ul-icon2 {width: 60px; height: 60px; right: -30px;}
}
@media (max-width: 992px) {
	.usoffer-list-left {width: 60px;}
	.usoffer-list-info{padding-top: 4%;}
	.usoffer-list-title {font-size: 18px;}
	.usoffer-list-tips {font-size: 15px;}
	.usoffer-list-short {font-size: 30px;}
	
	.zhanjibang-page-row-bg {padding-top: 70px;}
	.zhanjibang-page-left {margin-right: 70px;}
	.zhanjibang-page-type-name {margin-right: 30px;}
	.zhanjibang-page-info {font-size: 18px;}
}
@media (max-width: 768px) {
	.usoffer-list-ul-box {padding: 20px;}
	.usoffer-list-left {width: 50px;}
	.usoffer-list-info{padding-top: 2%;}
	.usoffer-list-title {font-size: 16px;}
	.usoffer-list-tips {font-size: 14px;}
	.usoffer-list-short {font-size: 26px;}
	
	.usoffer-list-ul-icon1 {width: 40px; height: 40px; top: -20px; left: -20px;}
	.usoffer-list-ul-icon2 {width: 40px; height: 40px; right: -20px;}
	
	.usoffer-swiper-button-prev, .usoffer-swiper-button-next {padding: 5rem;}
	
	.zhanjibang-page-row-bg {padding-top: 40px;}
	.zhanjibang-page-left {width: auto; float: none;}
	.zhanjibang-page-left>.justify-between {-webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center;}
	.zhanjibang-page-left {margin-right: 0;}
	.zhanjibang-page-type-name {margin-right: 20px;}
	.zhanjibang-type-name-icon {height: 30px;}
	.zhanjibang-page-info {margin-top: 10px; font-size: 16px; line-height: 1.8;}
}
@media (max-width: 666px) {
	.usoffer-list-li {width: 50%;}
}
@media (max-width: 480px) {
	.usoffer-list-ul-box {padding: 15px;}
	.usoffer-list-link {padding: 5px;}
	.usoffer-list-left {width: 40px; margin-right: 5px;}
	.usoffer-list-info {padding-top: 0;}
	.usoffer-list-title {font-size: 15px;}
	.usoffer-list-tips {margin-top: 3px; font-size: 13px;}
	.usoffer-list-short {font-size: 22px; -webkit-text-stroke: 1px #fff;}

	.usoffer-list-ul-icon1 {width: 30px; height: 30px; top: -15px; left: -15px;}
	.usoffer-list-ul-icon2 {width: 30px; height: 30px; right: -15px;}
	
	.zhanjibang-page-row-bg {padding-top: 20px;}
}
/* 美国Offer榜 end */


/* 战绩榜子栏目列表 start */
.zhanji-child-page-type-row {margin-bottom: 50rem;}
.zhanji-child-page-body-row {overflow: hidden;}

.zhanji-child-list-image-box-border {border-radius: 50%; padding: 40rem 40rem 0 0; border-color: #dedede;}
.zhanji-child-list-image-box {border-radius: 50%; padding-bottom: 100%;}

.zhanji-child-body-bg {padding: 0 20rem;}
.zhanji-child-type-ul {border-radius: 30rem; text-align: center;}
.zhanji-child-type-li {display: inline-block; box-sizing: border-box;}
.zhanji-child-type-title {margin: 0 20rem; padding: 15rem 30rem; line-height: 34rem; border-radius: 20rem; text-align: center; cursor: pointer; font-size: 22rem; border: 2rem solid #dedede;}
.zhanji-child-type-icon-box {margin-right: 10rem;}
.zhanji-child-type-icon {height: 34rem;}
.cur .zhanji-child-type-title {border-color: #2B5DA9; background-color: #2B5DA9; color: #fff;}

.zhanji-child-list-ul {margin: 0 -20rem;}
.zhanji-child-list-li {width: 33.33333333%; float: left;}
.zhanji-child-list-link { display: block; margin: 0 20rem;}
.zhanji-child-list-title {background-color: #2B5DA9; color: #fff; border-radius: 23rem; text-align: center; line-height: 30rem; padding: 8rem 10rem; margin-right: 20rem;}

.zhanji-child-list-desc {margin-top: 30rem; border-radius: 10rem; background-color: #F5F5F5; padding: 20rem; line-height: 30rem; height: 150rem; overflow: hidden;}

.zhanji-child-page-more-box {}
.zhanji-child-page-more {display: block; padding: 15rem; background-color: #2B5DA9; color: #fff;}

@media (max-width: 992px) {
	.zhanji-child-type-title {font-size: 20px; line-height: 28rem; margin: 0 10px; padding: 10px 20px;}
	.zhanji-child-type-icon {height: 28px;}
}
@media (max-width: 768px) {
	.zhanji-child-page-type-row {margin-bottom: 20px;}
	.zhanji-child-type-li {width: 33.3333333333%; float: left;}
	.zhanji-child-type-title {font-size: 18px; line-height: 25rem; margin: 0 1px; padding: 8px 0; border-radius: 8px; display: flex; justify-content: center;}
	.zhanji-child-type-icon {height: 25rem;}
	
	.zhanji-child-body-bg {padding: 0;}
}
@media (max-width: 480px) {
	.zhanji-child-type-title {font-size: 15px; line-height: 20rem; border-radius: 5px; text-align: center;}
	.zhanji-child-type-icon-box {margin-right: 3px;}
	.zhanji-child-type-icon {height: 20rem;}
}
/* 战绩榜子栏目列表 end */


/* 捷报榜 start */
.jiebao-type-name-box {padding: 60rem 0; padding-bottom: 60rem;}
.jiebao-type-icon {position: absolute; right: 0; bottom: 0;}

.jiebao-page-vody-bg {}
.jiebao-table {
	width:100%;text-align:center;
}
.jiebao-th, .jiebao-td {
	color: #000;
}
.jiebao-td-desc {width: 25%;}
.jiebao-th {
	padding: 20rem;
	font-size: 20rem;
	font-weight: normal;
	white-space: nowrap;
	/* border-bottom:1rem solid #E6E6E9; */
}
.jiebao-tr {overflow: hidden; border-radius: 20rem;}
.jiebao-td {
	font-size: 16rem;
	background-color: #F3F6FA;
	border-bottom: 20px solid #fff;
}
.table-box .jiebao-td {padding: 20rem 10rem;}

.jiebao-td-text {

	line-height: 22rem;
}

.jiebao-td-more {color: #2B5DA9;}
.jiebao-td-more:hover {
	color: #0867AB;
}
@media (max-width: 768px) {
	.jiebao-th, .jiebao-td {
		padding: 10rem 5rem;
	}
	.jiebao-th {
		font-size: 18rem;
	}
	.jiebao-td {
		font-size: 15rem;
	}
	.jiebao-td {border-bottom: 10px solid #fff;}
	.table-box .jiebao-td {padding: 10px 0;}
	.jiebao-td-text {height: auto; padding: 0 10px;}
}
@media (max-width: 480px) {
	.jiebao-th, .jiebao-td {
		padding: 8rem 5rem;
	}
	.jiebao-th {
		font-size: 16rem;
	}
	.jiebao-td {
		font-size: 14rem;
	}
}
/* 捷报榜 end */


/* Offer展示 start */
.offer-list-ul {}
.offer-list-li {width: 20%; float: left;}
.offer-list-link {margin: 15rem; box-shadow: 0 0 5rem #dedede;}
.offer-list-image-box {padding-bottom: 161.3475177305%;}

@media (max-width: 992px) {
	.offer-list-link  {margin: 10px;}
}
@media (max-width: 768px) {
	.offer-list-link  {margin: 5px;}
}
@media (max-width: 666px) {
	.offer-list-li {width: 50%;}
}
/* Offer展示 end */



/* 筛选条件 start */
.classify-screen {margin-bottom: 30rem;}
.classify-page-body-bg {}
.classify-page-item {position: relative; line-height: 30rem; float: left;}
.classify-page-item+.classify-page-item {margin-left: 30rem;}
.classify-page-item-bg {padding: 5rem; border: 2rem solid #dedede;}
.classify-choose-li {float: left;}
.classify-choose-li+.classify-choose-li {margin-left: 10rem;}
.classify-choose-link {display: block; vertical-align: top; font-size: 18rem; padding: 8rem 20rem;}
.classify-choose-title {}

.classify-choose-link.cur {background-color: #000; color: #fff;}
@media (max-width: 1200px) {
	.classify-choose-li {
		width: auto;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.classify-choose-link {
		margin-right: 5rem;
	}
}
@media (max-width: 992px) {
	.classify-screen {
		margin-bottom: 20rem;
	}
}
@media (max-width: 768px) {
	.classify-type-name {
		padding: 10rem;
		text-align: center;
	}
	.classify-screen {
		padding: 0;
		margin-bottom: 15rem;
	}
	.classify-page-body-bg {
		padding: 15rem;
		border-radius: 8rem;
	}
	.classify-page-item {
		/* padding: 5rem 0; */
	}

	.classify-name, .classify-choose-title {
		font-size: 12rem;
		margin: 2rem 0;
		line-height: 24rem;
		font-size: inherit;
	}
	.classify-name {
		display: block;
		/* margin-top: 0;
		float: none; */
		font-weight: normal;
		color: #000;
		width: 60rem;
	}
	.classify-page-item-bg {
		/* margin-top: 5rem; */
		padding: 5rem;
	}
	.classify-choose-link {
		padding: 0 10rem;
	}
	.classify-choose-title {
		display: block;
		/* padding: 3rem 0; */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width: 480px) {
	.classify-screen {
		margin-bottom: 10rem;
	}
	.classify-choose-link {
		padding: 0 8rem;
	}
	.classify-choose-title {
	}
}
/* 筛选条件 end */
/* 学员案例 start */
.case-list-li {width: 25%; float: left;}
.case-list-link {margin: 15rem; padding: 35rem;}
.case-list-row+.case-list-row {margin-top: 15rem;}
.case-list-short {text-align: right;}
.case-list-title {font-size: 22rem;}
.case-list-attr {float: left; padding: 2rem 5rem; background-color: #f5f5f5; color: #aaa;}
.case-list-attr+.case-list-attr {margin-left: 5rem;}
.case-list-line {border-bottom: 1rem solid #efefef;}
.case-list-desc {line-height: 25rem; color: #999; font-size: 16rem;}
.case-list-school {position: relative; padding-left: 30rem; line-height: 28rem; color: #999;}
.case-list-school-spot {position: absolute; top: 50%; left: 0; width: 20rem; height: 20rem; border-radius: 50%; background-color: #FFC501; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}

@media (max-width: 992px) {
	.case-list-li {width: 50%;}
	.case-list-link {padding: 25px;}
	.case-list-title {font-size: 20px;}
}
@media (max-width: 768px) {
	.case-list-link {margin: 10px; padding: 20px;}
	.case-list-row+.case-list-row {margin-top: 10px;}
	.case-list-title {font-size: 18px;}
	.case-list-desc {font-size: 14px;}
	.case-list-school {line-height: 24px;}
}
@media (max-width: 480px) {
	.case-list-link {margin: 5px; padding: 12px;}
	.case-list-school {line-height: 20px;}
}
/* 学员案例 end */


/* 图片列表 start */
.pro-type-ul {}

.pro-type-li {
	float: left;
	position: relative;
}
.pro-type-li::before {
	content: "";
	display: block;
	width: 1rem;
	height: 16rem;
	position: absolute;
	background-color: #9b9b9b;
	top: 12rem;
	left: 0;
}

.pro-type-li1::before {
	display: none;
}

.pro-type-title {
	padding: 0 10rem;
	margin: 0 15rem;
	line-height: 40rem;
	font-size: 16rem;
	display: block;
}
.listimg-li {
	width: 25%;
	float: left;
	text-align: center;
}

.listimg-link {
	margin: 10rem;
	display: block;
	position: relative;
}

.listimg-image-box {
	overflow: hidden;
	/* padding: 10rem;
	background-color: #dedede; */
	padding-bottom: 100%;
	position: relative;
}

.listimg-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listimg-info {
	padding: 8rem;
	/* background-color: #f5f5f5; */
	background-color: rgba(0,0,0,.7);
	color: #fff;
}

.listimg-link:hover .listimg-info {
	/* background-color: rgba(196,0,0,.7); */
	/* background-color: rgba(179,141,84,.7); */
	background-color: rgba(0,0,0,.5);
	color: #fff;
}

.listimg-title {
	font-size: 16rem;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1200px) {
	.listimg-image {
		/* height: 230rem; */
	}
}
@media (max-width: 992px) {
		.listimg-link {margin: 10rem;}
}
@media (max-width: 768px) {
	.listimg-li {
		width: 50%;
	}
	/* .listimg-image-box {padding: 5rem;} */
	.listimg-image {
		/* height: 195rem; */
	}
	.listimg-info {
		padding: 5rem;
	}
	.listimg-title {
		font-size: 14rem;
	}
}

@media (max-width: 480px) {
	.listimg-link {margin: 8rem;}
	.listimg-image {
		/* height: 150rem; */
	}
}

@media (max-width: 380px) {
	.listimg-link {margin: 5rem;}
	.listimg-image {
		/* height: 120rem; */
	}
}
/* 图片列表 end */


/* 案例展示 start */
.listcase-li {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.listcase-link {
	margin: 10rem 15rem;
	padding: 20rem;
	border: 1rem solid #dedede;
	display: block;
	overflow: hidden;
}
.listcase-info {padding: 20rem 0;}
.listcase-row+.listcase-row {margin-top: 15rem;}
.listcase-short {font-weight: bold; font-size: 16rem;}
.listcase-short-1 {color: #7B61FF;}
.listcase-short-2 {color: #FFC042;}
.listcase-short-3 {color: #33C390;}
.listcase-short-4 {color: #ff57a3;}
.listcase-title {font-size: 18rem; }
.listcase-desc {color: #999;}

.listcase-link:hover {box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2); border-color: transparent;}
.listcase-link:hover .listcase-title {color: #333;}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
	.listcase-row+.listcase-row {margin-top: 10px;}
	.listcase-link {margin: 10rem;}
	.listcase-title {line-height: 30rem; height: auto; font-size: 16rem;}
}

@media (max-width: 666px) {
}
@media (max-width: 560px) {
}
@media (max-width: 480px) {
	.listcase-li {width: 50%;}
	.listcase-info {padding: 10px 0;}
	.listcase-row+.listcase-row {margin-top: 5px;}
	.listcase-link {padding: 10px;}
}
@media (max-width: 414px) {
	/* .listcase-li {width: 100%;} */
	.listcase-link {margin: 5px;}
}
/* 案例展示 end */


/* 产品列表-列表 start */
.listpro-ul {
	/* padding: 0 10rem; */
}

.listpro-li {
	width: 33.33333333%;
	position: relative;
	float: left;
}

/* .listpro-li:nth-of-type(2n+1) {
	margin-right: 4%;
} */

.listpro-link {
	margin: 22rem;
	border: 1rem solid #e5e5e5;
}

.listpro-left {
	width: 100%;
	/* float: left; */
	position: relative;
	overflow: hidden;
}


.listpro-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260rem;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listpro-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.listpro-right {
	/* position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 56%; */
	/* padding: 20rem; */
	/* background-color: rgba(0, 0, 0, .7); */
	position: relative;
	padding: 10rem 40rem 10rem 10rem;
	background-color: #fff;
}

.listpro-link:hover .listpro-right {
	background-color: rgba(199,0,0, 1);
	color: #fff;
}

.listpro-title {
	font-size: 16rem;
	line-height:40rem;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

.listpro-title-line {
	width: 30rem;
	height: 3rem;
	margin-bottom: 15rem;
}

.listpro-attr {
	padding: 5rem 0;
}

.attr-item {
	display: inline-block;
	margin-right: 20rem;
}

.attr-title {
	color: inherit;
}

.listpro-info {
	margin: 25rem 0;
	line-height: 23rem;
	display: none;
}

.listpro-button-box {
	/* margin-top: 10rem; */
	text-align: center;
	width: 60rem;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/plus.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.listpro-button {
	display: inline-block;
	padding: 2rem 2rem 2rem 4rem;
	line-height: 28rem;
	width: 28rem;
	height: 30rem;
	font-size: 25rem;
	color: #B8914E;
	text-align: center;
	/* background-color: #fff;
	border-radius: 50%; */
	margin: 0 auto;
	font-size: 0;
	display: none;
}

@media (max-width: 1200px) {
	.listpro-image {height: 190rem;}
}

@media (max-width: 992px) {
	.listpro-info {
		line-height: 22rem;
		font-size: 13rem;
		margin: 10rem 0;
	}
}

@media (max-width: 768px) {

	.listpro-ul {
		padding: 0;
	}

	.listpro-li {
		width: 50%;
	}

	.listpro-right {
		/* position: static;
		left: 0;
		background: none; */
		padding: 8rem 20rem 8rem 8rem;
		color: #666;
	}

	.listpro-link:hover .listpro-right {
		background-color: rgba(184, 145, 78, .75);
		color: #fff;
	}

	.listpro-image {
		height: 220rem;
	}

	.listpro-title {
		font-size: 14rem;
		margin-bottom: 0;
		line-height: 30rem;
	}

	.listpro-title-line {
		margin-bottom: 5rem;
	}

	.listpro-info {
		margin: 5rem 0;
		font-size: 12rem;
		line-height: 17rem;
		height: 51rem;
		overflow: hidden;
	}

	.listpro-button-box {
		width: 36rem;
	}

	/* .listpro-button {
		background-color: #B8914E;
		color: #fff;
	} */

	.listpro-link:hover .listpro-button {
		background-color: #fff;
		color: #B8914E;
	}
}

@media (max-width: 560px) {
	.listpro-left {}

	.listpro-image {
		height: 160rem;
	}
	.listpro-right {
		padding: 5rem;
	}
	.listpro-info {
		height: 68rem;
		margin-top: 0;
	}

	.listpro-button-box {
		display: none;
	}
	.listpro-button {
		margin-bottom: 3rem;
	}
}

@media (max-width: 480px) {
	.listpro-link {
		margin: 5rem;
	}
	.listpro-title {
		line-height: 25rem;
		font-size: 13rem;
	}
	.listpro-button {
		width: 25rem;
		height: 25rem;
		font-size: 18rem;
		line-height: 23rem;
		padding: 0;
	}

	.listpro-image {
		height: 150rem;
	}
}

@media (max-width: 380px) {

	.listpro-image {
		height: 130rem;
	}
}

/* 产品列表-列表 end */


/* 资讯列表 start */
.news-type-name-box {margin-bottom: 60rem;}
.news-type-desc-en {margin-top: 10rem; margin-bottom: 0;}
.news-page-search-submit {margin-left: 10rem; border-radius: 10rem;}
.news-page-search-key {border-radius: 10rem;}
@media(max-width: 768px) {
	.news-type-name-box {margin-bottom: 20px;}
	
	.news-page-search-key {border-radius: 8px;}
}
@media(max-width: 480px) {
	.news-type-name-box {}
	.news-type-desc-en {margin-top: 5rem;}
	
	.news-page-search-key {border-radius: 5px;}
}
/* 资讯列表 end */


/* 资讯详情 start */
.show-news-search-page-body {max-width: 800rem; margin: 0 auto;}


.list-page-left {width: calc(100% - 400rem);}
.detail-page-left {}
.list-page-left.fl {margin-right: 100rem;}
.list-page-right {width: 300rem;}
.detail-title-box {
    position: relative;
}
.detail-news-title {
    font-size: 30rem;
    font-weight: normal;
    margin-bottom: 20rem;
}
.detail-title-time {
	color: #adadad;
	font-size: 16rem;
	margin-bottom: 20rem;
}
.detail-title-line {
    border: 1rem solid #efefef;
    border-bottom: none;
    margin: 20rem 0;
}

.arc-detail-image-box {margin: 50rem 0;}
.arc-detail-image {}

.detail-page-info {
	margin-top: 20rem;
	font-size: 16rem;
    line-height: 2.2;
	color: #333;
	min-height: 380rem;
}
.detail-page-info img {max-width: 100%;}

.detail-page-info ul, .about-info-content ul, .page-content ul {
	padding-left: 40rem;
}
.detail-page-info li, .about-info-content li, .page-content li {
	display: list-item;
	list-style: disc;
}

.detail-page-info video {
	width: 800rem;
	height: 500rem;
	max-width: 100%;
	background-color: #000;
}


@media (min-width: 769px) {
	.news-right-row+.news-right-row {margin-top: 40rem;}
}

.news-right-name-box {margin-bottom: 20rem;}
.news-right-name {font-size: 22rem; line-height: 40rem;}
.news-right-box {
	box-shadow: 0 0 10px #dedede;
	margin: 0 5px;
}
.list-right-attr {float: left; padding: 5rem 15rem; border: 1rem solid #dedede; color: #333; line-height: 20rem; border-radius: 16rem; margin-bottom: 10rem;}
.list-right-attr+.list-right-attr {margin-left: 10rem;}

@media (max-width: 1200px) {
	.detail-page-info video {
		height: auto;
	}
}
@media (max-width: 992px) {
	.list-page-left {width: 66%;}
	.list-page-left.fl {margin-right: 20px;}
	.list-page-right {width: auto; overflow: hidden;}
}
@media (max-width: 768px) {
	.list-page-left {width: auto; float: none;}
	.list-page-left.fl {margin-right: 0;}
	.detail-news-title { font-size: 18rem; margin-bottom: 12rem; line-height: 25rem; }
	.detail-title-box {text-align: center;}
	.arc-detail-image-box {margin-top: 0; margin-bottom: 0;}
	.detail-page-info {margin-top: 10px; font-size: 14px; line-height: 2; min-height: 100px;}
	
	.news-right-name-box {margin-bottom: 15px;}
	.news-right-name {font-size: 20px;}
	.news-right-row {margin-top: 30px;}
	.news-right-box {max-width: 160px; margin: 0 auto;}
}
@media (max-width: 480px) {
	.detail-news-title { font-size: 16rem; margin-bottom: 8rem; }
	.detail-title-time { margin-bottom: 8rem; }
	.detail-title-line {margin: 8rem 0;}
	.detail-time {padding: 5rem 0; display: none;}
	.detail-page-info { line-height: 25rem; font-size: 13rem;}
	
	.news-right-name-box {margin-bottom: 10px;}
	.news-right-name {font-size: 18px;}
	.news-right-row {margin-top: 10px;}
}
/* 资讯详情 end */


/* 图片详情 start */
.img-typename-box {border-bottom:1rem solid #dedede;}
.img-typename {line-height:40rem;font-weight:normal;margin-bottom:-1rem;border-bottom:1rem solid #333;display:inline-block;font-size:16rem;}

.img-desc-box {padding:15rem 0 30rem; overflow: hidden;}
.desc-left {float:left;width:450rem;}
.desc-image-box {border: 1rem solid #dedede;}
.desc-image {width:100%; height:300rem; background-position: center; background-repeat: no-repeat; background-size: cover;}

.desc-right {margin-left:500rem; margin-top: 10rem;}

.desc-title {font-weight:normal;color:#585858;margin-bottom:30rem;}
.desc-bd {color:#666;min-height:90rem;line-height:30rem; font-size: 16rem; }

@media (min-width:1200px) {
	.desc-bd {min-height:90rem;}
}

.desc-button-box {margin-top:20rem;}
.desc-icon {margin-right: 3rem;margin-top: 9rem;height:20rem;}
.desc-button {
	border:1rem solid #233;
	border-radius:5rem;
	color:#233;
	line-height: 38rem;
	font-size: 16rem;
    cursor: pointer;
    padding: 0 20rem;
    border-radius: 3rem;
    display: inline-block;
    margin-right: 10rem;
    margin-bottom: 5rem;
}
.image-bshare {overflow: hidden;}
.img-detail {padding:20rem 0; overflow: hidden;}
.detail-image-ul {padding:20rem 0;}
.detail-image-li {text-align:center;}
.detail-image-li img {max-width:100%;margin:5rem 0;display:block;}


.arc-typename-box {border-bottom:1rem solid #2B5DA9;}
.arc-typename {line-height:40rem;font-weight:normal;margin-bottom:-1rem;border-bottom:1rem solid #2B5DA9;display:inline-block;font-size:18rem;}

.detail-bd {padding:20rem 0; line-height: 2;
 color: #333;
 font-size: 18rem;}
.detail-bd img {max-width: 100%;}
@media (max-width:1200px) {
	.desc-left {width: 380rem;}
	.desc-right {margin-left:410rem;}
}
@media (max-width:992px) {
	.desc-left {width:360rem;}
	.desc-image {height: 260rem;}
	.desc-right {margin-left:390rem;}
	.desc-title {margin-bottom: 15rem;}
}
@media (max-width:920px) {
	.desc-left {width:320rem;}
	.desc-right {margin-left:340rem;}
	.desc-title {font-size: 18rem;}
}
@media (max-width:888px) {
	.desc-left {width:auto; float: none;}
	.desc-image { height: 320rem;}
	.desc-right {margin-left:0;}
}
@media (max-width:768px) {
	.desc-left {width:320rem;}
	.desc-right {margin-left:350rem;}
}
@media (max-width:768px) {
	.img-desc-box {padding:0;}
	.desc-left {width:auto;float:none;}
	.desc-image { height: 360rem;}
	.desc-right {margin-left:0;
		/* display: none; */
	}
	.desc-title {padding:5rem 0;margin:0;font-size:14rem; font-weight: bold;}
	.desc-bd {line-height:1.5;font-size:12rem;min-height:auto;}
	.desc-button-box {margin-top:10rem;}
	.desc-button {line-height:30rem;padding:0 10rem;font-size:14rem;}
	.desc-icon {height:18rem;margin:6rem 0;}
	
	.image-bshare {display: none;}
	
	.img-detail {padding:10rem 0 0;}
	.arc-typename {line-height:30rem;font-size:14rem;}
	.detail-image-ul {padding:8rem 0;}
	.detail-image-li img {margin:3rem 0;}
	.detail-bd {padding:10rem 5rem; line-height: 1.6; font-size: 14rem;}
}
@media (max-width: 480px) {
	.desc-image { height: 240rem;}
	.desc-right {margin-top: 0;}
	
}
/* 图片详情 end */





/* 业务领域 start */
.bus-list-entitle, .bus-list-subtitle { color: #333333; }
.bus-list-entitle { font-size: 28rem; margin-bottom: 10rem; }
.bus-list-subtitle {font-weight: normal; font-size: 24rem; margin-bottom: 30rem; }
.bus-list-link {display: block; margin: 50rem 0;}
.bus-list-left { width: 870rem; max-width: 100%;}
.bus-list-left.odd  {float: right;}
.bus-list-left.even  {float: left;}
.bus-list-image { width: 100%; /* height: 582rem; */}
.bus-list-info {position: relative; /* overflow: hidden; */}
.bus-list-info-bg { 
	position: absolute; top: 50%; background-color: #fff; padding: 60rem 35rem; box-shadow: 0 0 10rem #dedede;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bus-list-info-bg.odd {
	left: 0;
	margin-left: 10rem;
}
.bus-list-info-bg.even {
	right: 0;
	margin-right: 10rem;
}
.bus-list-content {
 max-width: 390rem;
}
.bus-list-desc {
	font-size: 14rem;
	line-height: 30rem;
	display: inline-block;
	color: #8c8c8c;
}
.bus-list-more-row {
	margin-top: 50rem;
}
.bus-list-more {
	display: block;
	width: 128rem;
    line-height: 43rem;
	background: #ffc001;
	color: #fff;
	text-align: center;
}
@media (max-width: 768px) {
	.bus-list-link {margin: 30rem 0;}
	.bus-list-left.odd, .bus-list-left.even { float: none;}
	.bus-list-info-bg {position: static; transform: none; padding: 30rem;}
	.bus-list-info-bg.odd, .bus-list-info-bg.even {margin: 0;}
	.bus-list-entitle {font-size: 20rem;}
	.bus-list-subtitle {font-size: 18rem; margin-bottom: 10rem;}
	.bus-list-more-row {margin-top: 20rem;}
}
@media (max-width: 560px) {
	.bus-list-link {margin: 0 0 20rem;}
	.bus-list-info-bg {padding: 20rem;}
	.bus-list-entitle {font-size: 18rem;}
	.bus-list-subtitle {font-size: 16rem; }
	.bus-list-desc {line-height: 25rem;}
	.bus-list-more-row {margin-top: 10rem;}
	.bus-list-more { width: 100rem; line-height: 32rem; font-size: 13rem;}
}
/* 业务领域 end */


/* 团队精英 start */
.team-list-ul {
	padding-top: 30rem;
}
.team-list-li {
	width: 25%;
	float: left;
}
.team-list-link {
	display: block;
	margin: 15rem;
	padding: 0 40rem 40rem;
	border: 1rem solid #333;
	margin-top: 120rem;
}
.team-list-image-width { margin: -105rem auto 0; width: 210rem; max-width: 100%;}
.team-list-image-box {
	padding-bottom: 100%;
	border-radius: 50%;
}
.team-list-image {
	
}

.team-list-info {
	padding-top: 20rem;
	text-align: center;
	font-size: 16rem;
	
}
.team-list-title {
	font-size: 22rem;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team-list-short {
	margin-top: 15rem;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}
.team-list-desc {
	margin-top: 20rem;
	line-height: 25rem;
	height: 75rem;
	
}
@media (max-width: 1200px) {
	.team-list-link {padding: 0 30px 30px; margin: 70px 10px 10px;}
	.team-list-image-width {width: 120px; margin-top: -60px;}
}
@media (max-width: 992px) {
	.team-list-link {padding: 0 20px 20px; margin-top: 55px;}
	.team-list-image-width {width: 90px; margin-top: -45px;}
	.team-list-short {margin-top: 15px;}
	.team-list-desc {margin-top: 15px;}
}
@media (max-width: 888px) {
}
@media (max-width: 768px) {
	.team-list-ul {
		padding-top: 20rem;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: box;
		display: flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.team-list-li {width: 50%; }
	.team-list-link {margin-top: 70px;}
	.team-list-image-width {width: 120px; margin-top: -60px;}
	.team-list-info {padding-top: 10px;}
	.team-list-short {margin-top: 10rem;}
	.team-list-desc {margin-top: 10rem; line-height: 25rem; height: 75rem;}
}
@media (max-width: 480px) {
	.team-list-ul {
		padding-top: 10rem;
	}
	.team-list-link {margin: 55px 5px 5px; padding: 0 10px 15px;}
	.team-list-image-width {width: 100rem; margin-top: -50px;}
	.team-list-title {font-size: 16rem;}
	.team-list-short {}
	.team-list-desc { font-size: 13px; line-height: 20px; height: 57px;}
}

/* 团队精英 end */


/* 团队列表 start */
.list-team-ul {
	
}
.list-team-ul {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-team-li {
	width: 33.3333333333%;
	float: left;
	transition: .5s;
}
.list-team-li-bg {
	/* border-radius: 8rem; */
	overflow: hidden;
	margin: 15rem 30rem;
	box-sizing: border-box;
	/* background-color: #fff; */
	border-radius: 15rem;
	/* height: 100%; */
	/* background-color: #f8f8f8;
	box-shadow: 0 0 3rem #dedede; */
}
.list-team-link {
	display: block;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	background-color: #abd9e4;
	border-radius: 15rem;
	overflow: hidden;
}
.list-team-link-4 {background-color: #f9c03c;}
.list-team-image-box {
	/* padding-bottom: 180%; */
	/* padding-bottom: 62.5%; */
}
.list-team-image {max-width: 43%; max-height: 89%; position: absolute; right: 0; bottom: 0;}
.list-team-info {
	position: absolute; right: 0; bottom: 0; left: 0;
	color: #fff;
}
.list-team-title-box {padding: 25rem; font-size: 22rem; margin-bottom: 30rem; }
.list-team-title {}
.list-team-short {}
.list-team-desc-row {padding: 15rem; background-color: rgba(0,0,0,.4);}
.list-team-desc {line-height: 22rem; height: 66rem;}

@media (min-width: 1201px) {
	.list-team-desc-row {padding: 0.78125vw;}
	.list-team-title-box {
		padding: 1.302083vw;
		font-size: 1.14583vw;
		margin-bottom: 1.5625vw;
	}
	.list-team-desc {
		line-height: 1.145833333333vw;
		height: 3.4375vw;
		font-size: 0.72916vw;
	}
}

@media (max-width: 1500px) {
	.list-team-li {
		/* width: 25%; */
	}
}
@media (max-width: 1200px) {
	.list-team-li {
		/* width: 25%; */
	}
	.list-team-li-bg {margin: 15px;}
}
@media (max-width: 992px) {
	.list-team-li-bg {margin: 10px;}
	.list-team-title-box {padding: 5%; margin-bottom: 5%; font-size: 18px;}
	.list-team-desc {font-size: 13px; line-height: 20px; height: 37px; -webkit-line-clamp: 2;}
	
	.list-team-image {width: 40%;}
}
@media (max-width: 768px) {
	.list-team-li {
		width: 33.33333333%;
	}
	.list-team-li-bg {
		margin: 4px;
	}
	.home-list-team-li-bg {margin: 0;}
	.list-team-desc-row {padding: 10px;}
	.list-team-desc {
		font-size: 13rem;
	}
	.list-team-ul {
		padding: 0;
	}
	.list-team-icon {height: 65rem;}
	.list-team-title {
		font-size: 16rem;
	}
	.team-more {font-size: 12px;}
}
@media (max-width: 480px) {
	.list-team-li {
		width: 50%;
	}
	.list-team-link {padding: 0;}
	.list-team-info {}
	.list-team-title {margin: 0;}
	.list-team-desc {
		line-height: 18rem;
		font-size: 12rem;
		height: 33px;
	}
	.list-team-attr {font-size: 12rem;}
	.list-team-company {margin-top: 5rem;}
	.list-team-more {
		width: 35rem;
		height: 35rem;
		margin-top: 5rem;
	}
}
/* 团队列表 end */

/* 团队详情 start */
.page-detaile-bg {
	padding: 40rem;
    box-shadow: 0rem 0rem 10rem 0rem rgb(90 90 90 / 0.24);
    border-radius: 30rem;
    margin-bottom: 30rem;
}
.page-detaile-bg1 {
	background: url(../images/teamdetailbg.png) no-repeat center center;
	background-size: cover;
	min-height: 280rem;
	box-sizing: border-box;
	background-color: #fff;
	padding: 80rem;
}
.team-detaile-right {
	float: right;
	margin-left: 50rem;
}
.team-detaile-right-box {
	width: 230rem;
   /* border: 1rem solid #eeeeee;
    box-shadow: 10rem 10rem 5rem #888888;
    box-shadow: 0 0 16rem 0 rgb(0 0 0 / 8%); */
}
.team-detaile-right-box::before {
    content: '';
    position: absolute;
    bottom: -10rem;
    left: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/teamrighttitleico.png);
    width: 230rem;
    height: 102rem;
}
.team-detaile-right-image {
	display: block;
    margin: 0 auto;
	width: 160rem;
}
.team-detaile-right-title {
	font-size: 16rem;
    color: #6e4e2a;
    position: absolute;
    bottom: -2rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 40rem;
    cursor: pointer;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/teamrighttitlebg.png);
    width: 180rem;
    height: 40rem;
}
.team-detaile-right-title:hover {
	background-image: url(../images/teamrighttitlebg2.png);
}

.team-desc-image-box, .team-desc-image {border-radius: 50%;}
.team-desc-left {
	float: left;
	width: 180rem;
	margin-right: 50rem;
}

.team-desc-image-box {
	/* padding-bottom: 133.333333333333%; */
	padding-bottom: 100%;
}

.team-desc-image {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: cover; */
}


.team-desc-title-box {
	/* background-image: url(../images/titleBg.jpg);
	background-position: right center;
	background-size: auto 100%; */
}
.team-desc-title {
	font-weight: bold;
	font-size: 22rem;
	display: inline-block;
	/* padding-right: 8rem;
	background-color: #fff; */
}

.team-desc-bd {
	margin-top: 20rem;
	font-size: 16rem;
    color: #333333;
	line-height: 25rem;
	min-height: 50rem;
}


.team-more-row {/* padding: 20rem 0; margin: 0; */ margin-top: 30rem}
.team-more {margin: 0 0.52083vw;}
.team-more2 {border:1rem solid #2B5DA9; background-color: transparent; color: #2B5DA9;}

.team-more:hover {background-color: #2B5DA9; color: #fff;}


.detail-typename-box {
	background-color: #f2f2f2;
}
.detail-type-name {
	font-size: 22rem;
    /* background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/detailtypebg.png); */
    line-height: 50rem;
    padding: 0 50rem;
    color: #fff;
	text-align: left;
	background-color: #2B5DA9;
	float: left;
}
.team-detail-info-row+.team-detail-info-row {padding-top: 30rem;}
.team-detail-bd {
	line-height: 30rem;
	font-size: 16rem;
	color: #333;
	padding: 0 20rem; 
	min-height: 90rem;
}
.team-detail-bd-more-row {margin-top: 20rem; text-align: right;}
.team-detail-bd-more {color: #2B5DA9; cursor: pointer;}

.wenti-list-swiper {height: 600rem;}
.wenti-list-ul {
	
}
.wenti-list-li {
}
.wenti-list-link {
	padding: 10rem 0;
	display: block;
	line-height: 30rem;
}
.wenti-list-row+.wenti-list-row {
	margin-top: 10rem;
}
.wenti-list-icon {
	margin-top: 2rem;
	height: 28rem;
	margin-right: 10rem;
}
.wenti-list-title {
	font-size: 16rem;
}
.wenti-list-desc {
	color: #888;
	line-height: 30rem;
	height: 60rem;
}



.home-news-page-more-icon:hover {border-color: #009aff;}
.home-news-page-more-icon:hover:before, .home-news-page-more-icon:hover:after {background-color: #009aff;}

@media (min-width: 769px) {
	.wenti-list-link:hover {
		color: #009aff;
	}
	.team-typename-box {margin-bottom: 20rem;}
}
@media (min-width: 1921px) {
	.team-detail-info-row+.team-detail-info-row {padding-top: 1.5625vw;}
	.detail-typename-box {line-height: none;}
	.detail-type-name {
		font-size: 1.354166vw;
		width: 10.729166vw;
		line-height: 2.604166vw;
		padding-left: 1.5625vw;
	}
	.team-detail-bd {
		line-height: 1.5625vw;
		font-size: 0.83333vw;
		padding: 0 0.520833vw;
		min-height: 5.20833vw;
	}
}


@media (max-width: 1200px) {
	.team-desc-left {
		/* width: 380rem; */
	}

	.team-desc-right {
	}
	.team-more-row {margin-top: 20px;}
}

@media (max-width: 992px) {
	.team-desc-left {
		/* width: 360rem; */
	}

	.team-desc-image {
	}

	.team-desc-right {
	}

	.team-desc-title {
		margin-bottom: 15rem;
	}
	
	.team-more-row {margin-top: 15px; text-align: center;}
}

@media (max-width: 768px) {
	.page-detaile-bg1 {padding: 50px;}
	.team-detaile-right {
		width: auto;
		float: none;
		display: none;
	}
	.team-desc-left {
		float: none;
		width: auto;
		max-width: 280px;
		margin: 0 auto;
	}
	.team-desc-image {
	}
	
	.team-desc-btn {
		margin-top: 10rem;
		width: 180rem;
		font-size: 14rem;
		line-height: 38rem;
		height: auto;
		margin: 10rem auto;
	}
	.team-image-desc-box {
		padding: 0;
	}
	.team-desc-image {
	}
	.team-desc-right {
		/* display: none; */
	}
	.team-desc-title {
		padding: 5rem 0;
		margin: 0;
		/* font-size: 14rem; */
		font-weight: bold;
	}
	.team-desc-bd {
		margin-top: 15px;
		line-height: 1.8;
		font-size: 15px;
		min-height: auto;
	}

	.team-desc-button-box {
		margin-top: 10rem;
	}

	.team-desc-button {
		line-height: 30rem;
		padding: 0 10rem;
		font-size: 14rem;
	}

	.team-desc-icon {
		height: 18rem;
		margin: 6rem 0;
	}
	.team-desc-btn-row {
	}
	.team-desc-btn {
		width: 180rem;
		font-size: 13rem;
		line-height: 38rem;
		height: auto;
	}
	
	
	.team-more-row {margin-top: 10px;}
	.team-more {margin: 0 0.05vw;}
	
	.detail-type-name {
		width: auto;
		padding: 0 30px;
		line-height: 40px;
		font-size: 16px;
	}
	.team-detail-bd {padding: 0; font-size: 15px; line-height: 23px;}
	
	.wenti-list-title {font-size: 14px;}
	.wenti-list-desc {font-size: 13px; line-height: 20px;}
}

@media (max-width: 480px) {
	.page-detaile-bg {padding: 20px; border-radius: 10px;}
	.page-detaile-bg1 {margin-bottom: 10px;}
	.team-desc-image {
	}
	.team-desc-left {
		max-width: 140px;
		margin: 0 auto;
	}
	.team-desc-right {
	}
	.team-desc-btn {
		width: 150rem;
		font-size: 12rem;
		line-height: 34rem;
		height: auto;
	}
}
/* 团队详情 end */


/* 我们的优势 start */
.youshi-list-ul {
	overflow: hidden;
	padding-top: 30rem;
}
.youshi-list-li {
	width: 25%;
	float: left;
	transition: .5s;
}
.list-youshi-list-li {
	width: 33.3333333%;
}
.youshi-list-link {
	cursor: unset;
}
.youshi-list-li-bg {
	padding: 0 10rem;
	text-align: center;
}
.youshi-list-icon-width {
	width: 125rem;
	margin: 0 auto;
}
.youshi-list-icon {
	display: block;
	border-radius: 50%;
}
.youshi-list-info {padding-top: 20rem;}
.youshi-list-title {font-size: 24rem;}
.youshi-list-short {margin-top: 10rem; font-size: 20rem;}
/* .youshi-list-desc {
	margin-top: 15rem;
	font-size: 14rem;
	height: 72rem;
	overflow: hidden;
	color: #666;
	display: block;
	line-height: 24rem;
} */


@media (min-width: 1201px) {
	.youshi-list-title {font-size: 1.25vw;}
	.youshi-list-short {margin-top: 0.520833vw; font-size: 1.041666vw;}
}


.youshi-list-link:hover {transform: translateY(-30rem);}


@media (max-width: 768px) {

	.youshi-list-li {
		width: 48%;
		margin: 1%;
	}
	
	.youshi-list-li-bg {
		padding: 10rem;
	}

	.youshi-list-desc {
		height: 60rem;
		font-size: 13rem;
		line-height: 20rem;
	}

	.youshi-list-icon-width {width: 80rem;}
	.youshi-list-info {padding-top: 10px;}
	.youshi-list-title {font-size: 18rem;}
	.youshi-list-short {margin-top: 5rem; font-size: 14rem;}
	

}

@media (max-width: 480px) {
	.youshi-list-ul {padding-top: 0;}
	.youshi-list-icon-width {width: 60rem;}
	.youshi-list-title {font-size: 16rem;}
	.youshi-list-short {font-size: 13rem;}
	.youshi-list-desc {
		line-height: 18rem;
		font-size: 12rem;
	}
	.youshi-list-more {
		width: 35rem;
		height: 35rem;
		margin-top: 5rem;
	}
	.youshi-list-li em {
		display: none;
	}

}
/* 我们的优势 end */


/* 新闻资讯 start */
.news-page-item-box {margin:0 -15rem;}
.news-page-item-bg {padding: 0 15rem; padding: 15rem;}
.news-page-item-type-box {border-bottom: 1px solid #efefef; margin-bottom: 15px; font-size: 18px;}
.news-page-item-type-name {line-height: 40px; border-bottom: 2px solid #2B5DA9; margin-bottom: -1px; color: #2B5DA9;}

.news-list-ul {height: 210rem;}
.news-list-li {}
.news-list-link {
	display: block;
	padding: 5rem 0;
	line-height: 25rem;
	transition: all 0.2s linear 0s;
}
.news-list-title {
	font-size: 16rem;
	vertical-align: top;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-info {
	overflow: hidden;
}

.news-list-desc {
	font-size: 14rem;
	margin-top: 5rem;
	line-height: 25rem;
	height: 50rem;
	color: #999;
	text-align: justify;
}

.news-list-time {
	display: block;
	width: 75rem;
	height: 90rem;
	padding-right: 15rem;
	border-right: 1rem solid #ddd;
	line-height: 20rem;
	margin-right: 30rem;
	color: #666;
}
.news-list-time-up {
	margin-top: 13rem;
	color: #666;
	display: block;
	font-size: 48rem;
	line-height: 48rem;
}


.news-list-li:hover .news-list-title {
	color: #0195df;
}


@media (max-width: 1200px) {
	.news-list-link {}
}

@media (max-width: 768px) {
	.news-page-item {width: 50%;}
	.news-list-item {
		float: none;
		width: auto;
	}
}
@media (max-width: 480px) {
	.news-page-item-box {margin: 0;}
	.news-page-item {width: 100%;}
	.news-page-item-bg {padding: 5px 0px;}
	.news-list-li {margin-right: 0; float: none; width: auto; padding-right: 0;}
	.news-list-link {}
	.news-list-time {
		width: 60rem;
		height: 75rem;
		padding-right: 10rem;
		margin-right: 10rem;
	}
	.news-list-time-up {margin-top: 3rem;}
	.news-list-title {font-size: 15rem;}
	.news-list-desc {font-size: 13rem; line-height: 17rem; height: 49rem;}
	
}
/* 新闻资讯 end */


/* 新闻列表  start */
.news-page-item-type-box {border-bottom: 1px solid #efefef; margin-bottom: 15px; font-size: 18px;}
.news-page-item-type-name {line-height: 40px; border-bottom: 2px solid #2B5DA9; margin-bottom: -1px; color: #2B5DA9;}

.news-list-ul {height: 210rem;}
.list-news-li {}
.list-news-link {
	display: block;
	padding: 10rem 0;
	line-height: 30rem;
	transition: all 0.2s linear 0s;
	padding-left: 35rem;
	position: relative;
	border-bottom: 1px solid #dedede;
}
.list-news-link:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25rem;
	height: 25rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/wenhao.png);
	background-size: 100%;
}
.list-news-title {
	font-size: 16rem;
	vertical-align: top;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-news-info {
	overflow: hidden;
}

.list-news-desc {
	font-size: 14rem;
	margin-top: 5rem;
	line-height: 25rem;
	height: 50rem;
	color: #999;
	text-align: justify;
}

.list-news-time {
	display: block;
	width: 75rem;
	height: 90rem;
	padding-right: 15rem;
	border-right: 1rem solid #ddd;
	line-height: 20rem;
	margin-right: 30rem;
	color: #666;
}
.list-news-time-up {
	margin-top: 13rem;
	color: #666;
	display: block;
	font-size: 48rem;
	line-height: 48rem;
}


.list-news-li:hover .list-news-title {
	color: #0195df;
}


@media (max-width: 1200px) {
	.list-news-link {padding: 15rem;}
}

@media (max-width: 768px) {
	.list-news-item {
		float: none;
		width: auto;
	}
}
@media (max-width: 480px) {
	.news-page-item-type-box {margin-bottom: 10px;}
	.news-page-item-type-name {font-size: 16px;;}
	
	.list-news-li {margin-right: 0; float: none; width: auto; padding-right: 0;}
	.list-news-link {margin: 5rem; padding-top: 10rem; padding-bottom: 10rem; height: auto;}
	.list-news-time {
		width: 60rem;
		height: 75rem;
		padding-right: 10rem;
		margin-right: 10rem;
	}
	.list-news-time-up {margin-top: 3rem;}
	.list-news-title {font-size: 15rem;}
	.list-news-desc {font-size: 13rem; line-height: 17rem; height: 49rem;}
	
}
/* 新闻列表  end */



/* 列表左侧 start */
.listimg-left {paddding:20rem 0;}
.listimg-left-ul {
	display: block;
	overflow: hidden;
	padding: 20rem 0;
	text-align: center;
}
.listimg-left-li {
	display: inline-block;
	overflow: hidden;
	margin: 0 10rem;
}
.listimg-left-link {
	display: block;
	overflow: hidden;
	line-height: 36rem;
	text-align: left;
	font-size: 16rem;
	color: #666;
	transition: all 0.4s;
	padding: 0 25rem;
	border-radius: 20rem;
}
.cur .listimg-left-link, .listimg-left-li:hover .listimg-left-link {
	color: #fff;
	background-color: #ffc001;
}
/* 列表左侧 end */



/* 服务商风采 start */
.fengcai-list-li {
	/* width: 33.33333333%; */
	width: 47%;
	float: left;
}
.fengcai-list-link {
	display: block;
	cursor: unset;
	margin: 10rem;
}
/* .fengcai-list-image-box {
	padding-bottom: 125%;
} */
/* 服务商风采 end */



/* 资质证书 start */

/* .honor-list-ul {
	padding: 30rem 10rem 0;
} */


.honor-list-li {
	float: left;
	width: 25%;
	/* margin-right: 4.4%; */
}

.honor-list-li.swiper-slide {
	margin-bottom: 0;
}

.honor-list-link {
	margin: 10rem;
	border: 1rem solid #dedede;
	cursor: unset;
}

.honor-list-image-bg {
	padding: 17rem;
	background-image: url(../images/kuang.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.honor-list-image-box {
	padding-bottom: 70.75%;
	position: relative;
}


.honor-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.honor-list-more {
	display: block;
	width: 200rem;
	height: 50rem;
	font-size: 16rem;
	line-height: 50rem;
	color: #fff;
	background: #253569;
	border-radius: 5rem;
	margin: 0 auto;
	text-align: center;
}

.honor-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.honor-list-page-body {
		margin: 0 -40rem;
	}
}

@media (max-width: 992px) {
	.honor-list-li {
		width: 25%;
	}

	.honor-list-link {
		margin: 10rem;
	}
}

@media (max-width: 768px) {
	.honor-list-page-box {
		background-color: #f8f8f8;
		padding: 20rem 0;
	}

	.honor-list-page-body {
		padding: 30rem;
	}

	.honor-list-ul {
		padding: 0;
	}

	.honor-list-more {
		width: 120rem;
		height: 36rem;
		font-size: 14rem;
		line-height: 36rem;
	}

	.honor-list-link {
		margin: 8rem;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.honor-list-page-body {
		padding: 0 30rem 10rem;
	}

	.honor-list-li {
		width: 50%;
	}

	.honor-list-link {
		margin: 5rem;
	}
}




.zizhi-page-bg {
	padding-top: 50rem;
}

.zizhi-list-li {
	float: left;
	width: 25%;
	/* margin-right: 4.4%; */
}

.zizhi-list-li.swiper-slide {
	margin-bottom: 0;
}

.zizhi-list-link {
	margin: 10rem;
	border: 1rem solid #dedede;
	cursor: unset;
}

.zizhi-list-image-bg {
	padding: 25rem 17rem;
	background-image: url(../images/kuang.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.zizhi-list-image-box{
	padding-bottom: 136.5%;
}


.zizhi-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.zizhi-list-more {
	display: block;
	width: 200rem;
	height: 50rem;
	font-size: 16rem;
	line-height: 50rem;
	color: #fff;
	background: #253569;
	border-radius: 5rem;
	margin: 0 auto;
	text-align: center;
}

.zizhi-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.zizhi-list-page-body {
		margin: 0 -40rem;
	}
}

@media (max-width: 992px) {
	.zizhi-list-li {
		width: 25%;
	}

	.zizhi-list-link {
		margin: 10rem;
	}
}

@media (max-width: 768px) {
	.zizhi-list-page-box {
		background-color: #f8f8f8;
		padding: 20rem 0;
	}

	.zizhi-list-page-body {
		padding: 30rem;
	}

	.zizhi-page-bg {
		padding-top: 15rem;
	}
	.zizhi-list-li {
		width: 33.33333333%;
	}


	.zizhi-list-more {
		width: 120rem;
		height: 36rem;
		font-size: 14rem;
		line-height: 36rem;
	}

	.zizhi-list-link {
		margin: 8rem;
	}
	.zizhi-list-image-bg {
		padding: 19rem 12rem;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.zizhi-list-page-body {
		padding: 0 30rem 10rem;
	}
	.zizhi-page-bg {
		padding-top: 10rem;
	}
	.zizhi-list-li {
		/* width: 50%; */
		width: 33.33333333%;
	}

	.zizhi-list-link {
		margin: 5rem;
	}
}
@media (max-width: 380px) {
	.zizhi-list-image-bg {
		padding: 19rem 10rem;
	}
}

/* 资质证书 end */


/* 发展历程 start */
.history-page-box {
	
}
.history-list-ul {
	padding-top: 30rem;
	/* max-width: 1000rem; */
	margin: 0 auto;
}
.history-list-li {
	overflow: hidden;
}

.history-list-link {
	display: block;
	cursor: unset;
}

.history-list-left {
	width: 110rem;
}

.history-list-right {
	margin-left: 110rem;
	overflow: hidden;
	padding-bottom: 40rem;
}


.history-list-info-box {
	margin-left: 70rem;
}
.history-list-time-box {
	padding: 5rem 0 20rem;
	text-align: right;
	color: #666;
	font-weight: bold;
}

.history-list-year {
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	font-size: 26rem;
	line-height: 25rem;
	margin-bottom: 10rem;
	display: inline;
}

.history-list-moon-day {
	font-size: 18rem;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	line-height: 36rem;
	display: inline;
}


.history-list-line-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #f2f2f2;
	
}
.history-list-line {
    position: absolute;
    width: 2rem;
    background: #dedede;
    height: 1000rem;
    top: 0;
    left: 50%;
    margin-left: -1rem;
    display: inline-block;
}
.history-list-line-bg {
    margin: 0 22rem;
    display: inline-block;
    vertical-align: middle;
}
.line-circle-out {
    position: absolute;
    left: 50%;
    border-radius: 50%;
	top: 0;
    margin-left: -50rem;
    line-height: 15rem;
    text-align: center;
    position: absolute;
    left: 50%;
	border: 5rem solid #B9A769;
	background-color: #fff;
	margin-left: -12rem;
	border: 2rem solid #EBEBEB;
}

.line-circle-in {
	position: relative;
    width: 90rem;
    height: 90rem;
    width: 20rem;
    height: 20rem;
    /* opacity: .3; */
    border-radius: 50%;
}

.history-list-link:hover .history-list-time-box, .history-list-li.cur .history-list-time-box {
	color: rgba(7,108,224,1);
}
.history-list-link:hover .line-circle-out, .history-list-li.cur .line-circle-out {
	border-color: rgba(7,108,224,.3);
}
.history-list-link:hover .line-circle-in, .history-list-li.cur .line-circle-in {
	background-color: rgba(7,108,224,.9);
}
.history-list-link:hover .history-list-info, .history-list-li.cur .history-list-info {
	color: rgba(7,108,224,1);
}

.history-image {
	width: 100%;
	height: 100%;
    border-radius: 50%;
}

.history-list-info {
	margin-left: 100rem;
}

.history-title-box {
	padding: 10rem;
	background-color: #f5f5f5;
}



.history-list-title {
	font-size: 18rem;
	margin-bottom: 15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.history-list-desc {
	font-size: 16rem;
	line-height: 30rem;
	height: 60rem;
	overflow: hidden;
}


@media (max-width: 768px) {
	.history-list-left {width: 100rem;}
	/* .history-image {height: 85rem;} */
	.history-list-right {margin-left: 70rem;}
	.history-list-moon-day {font-size: 20rem;}
	.history-list-info-box {margin-left: 20rem;}
	.history-list-line-bg {margin: 0 10rem;}
	.history-list-info {margin-left: 50rem;}
	.history-list-title { font-size: 15rem; margin-bottom: 8rem;}
	.history-list-desc {line-height: 20rem; font-size: 13rem;}
}

@media (max-width: 480px) {
	.history-list-left {width: auto;}
	.history-list-year {margin-bottom: 0; font-size: 14rem; line-height: 1.5;}
	.history-list-moon-day {line-height: 1.5;}
	
	.history-list-right {margin-left: 50rem;}
	.line-circle-out {border-width: 3rem; margin-left: -31rem;}
	.line-circle-in { width: 15rem; height: 15rem;}
	.history-list-line {left: -10rem;}
	.history-list-info-box {margin-left: 30rem;}
	.history-list-info {margin-left: 16rem;}
	.history-list-title {line-height: 1.5; margin-bottom: 0; font-size: 14rem;}
	.history-list-desc { font-size: 12rem;height: auto;}
	.history-list-right {padding-bottom: 20rem;}
}

/* 发展历程 end */


/* 推荐文章 start */
.listarc-tuijian-ul {
	margin: 0 -25rem;
}

.listarc-tuijian-li {
	float: left;
	width: 33.33333333%;
}
.listarc-tuijian-li-1 {width: 50%;}
.listarc-tuijian-li.last {

}


.listarc-tuijian-link {
	display: block;
	margin: 0 25rem;
}

/* .listarc-tuijian-link:hover {
	box-shadow: 0 0 10rem #dedede;
} */

.listarc-tuijian-image-box {
	overflow: hidden;
	padding-bottom: 62.5%;
}
.listarc-tuijian-info {
	padding: 30rem;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-background-image: linear-gradient(transparent, rgba(0,0,0,.9));
	-moz-background-image: linear-gradient(transparent, rgba(0,0,0,.9));
	-ms-background-image: linear-gradient(transparent, rgba(0,0,0,.9));
	-o-background-image: linear-gradient(transparent, rgba(0,0,0,.9));
	background-image: linear-gradient(transparent, rgba(0,0,0,.9));
	color: #fff;
}
.listarc-tuijian-title {
	font-size: 18rem;
	line-height: 20rem;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.listarc-tuijian-time {
	margin-top: 5rem;
	color: #999;
}
.listarc-tuijian-desc {
	margin-top: 15rem;
	line-height: 25rem;
	height: 46rem;
	overflow: hidden;
}


.listarc-tuijian-li-2 {width: 33.33333333%;}
.listarc-tuijian-info-2 {padding: 20rem;}

.listarc-tuijian-link:hover .listarc-tuijian-info {
	/* color: #2B5DA9; */
}


@media (max-width: 1200px) {
	.listarc-tuijian-link {margin: 10rem; }
}
@media (max-width: 992px) {
	/* .listarc-tuijian-li {width: 50%; } */
	.listarc-tuijian-info {padding: 15rem;}
}
@media (max-width: 768px) {
	.listarc-tuijian-box {
		/* margin-top: -20rem; */
	}
	.listarc-tuijian-ul {margin: 0;}
	.listarc-tuijian-li {
		width: auto;
		float: none;
	}
	/* .listarc-tuijian-li {width: 50%;} */
	.listarc-tuijian-info {padding: 10rem;}
	.listarc-tuijian-title {font-size: 16rem;}
	.listarc-tuijian-desc {margin-top: 5rem; line-height: 18rem; height: 51rem; font-size: 13rem;}
}

@media (max-width: 480px) {
	.tuijian-case-type {padding-bottom: 5rem;}
	.listarc-tuijian-box {
		margin-top: -10rem;
	}
	.listarc-tuijian-link {padding: 0; margin: 8rem;}
	.listarc-tuijian-info {
		/* padding: 5rem; */
	}
	.listarc-tuijian-title {/* font-size: 15rem; */}
}
/* 推荐文章 end */


/* 文章列表 start */
.listarc-ul {}
.home-listarc-ul {
	padding: 10rem 0;
}
.listarc-li+.listarc-li {margin-top: 50rem;}
.listarc-link {
	display: block;
	position: relative;overflow: hidden;
	/* border-bottom:1rem dashed #e5e5e5; */
}
.listarc-left {
	width: 280rem;
	float: left;
	margin-right: 30rem;
}
.listarc-image-box {
	/* padding-bottom: 56.25%; */
}
.listarc-right-bg {
	padding-top: 50rem;
}
.listarc-info {
	/* margin-left: 100rem; */
	overflow: hidden;
	font-size: 16rem;
    color: #999;
}
.listarc-title {
	font-size: 24rem;
	font-weight:normal;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    color: #333;
}
.listarc-desc {
	margin-top: 15rem;
	overflow:hidden;
	line-height: 20rem;
}
.listarc-time {
	margin-top: 15rem;
}
.listarc-time.fr {margin-top: 0; line-height: 31px;}


.listarc-title:hover {
	color:#0b2a5a;
}


@media (max-width:1200px) {
	.listarc-li+.listarc-li {margin-top: 40rem;}
	.listarc-left {
		width: 300rem;
	}
	.listarc-right-bg {
		padding-top: 40rem;
	}
}

@media (max-width:992px) {
	.listarc-li+.listarc-li {margin-top: 30rem;}
	.listarc-left {
		width: 260rem;
	}
	.listarc-right-bg {
		padding-top: 30rem;
	}
	.listarc-title-box {padding: 5rem 0;}
	.listarc-title {font-size: 18rem;}
}

@media (max-width: 768px) {
	.listarc-ul {padding:0 8rem;}
	.listarc-li+.listarc-li {margin-top: 20rem;}
	.listarc-left {
		width: 220rem;
		margin-right: 0;
	}
	.listarc-right-bg {
		padding-top: 20rem;
	}
	.listarc-title-box {}
	.listarc-title {padding: 0;font-size: 16rem;}
	.listarc-time {font-size:12rem;}
	.listarc-day {font-size: 22rem;}

}
@media (max-width: 666px) {
	.listarc-left {
		width: 180rem;
	}
	.listarc-right-bg {
		padding-top: 15rem;
	}
	.listarc-title-box {padding: 2rem 0 3rem;}
	.listarc-image {height: 100rem; width: 160rem;}
}
@media (max-width:560px) {
	.listarc-left {
		width: 160rem;
	}
	.listarc-right-bg {
		padding-top: 10rem;
	}
	.listarc-image {height: 80rem; width: 120rem;}
}

@media (max-width: 480px) {
	.listarc-li+.listarc-li {margin-top: 10rem;}
	.listarc-left {
		width: 130rem;
	}
	.listarc-right-bg {
		padding-top: 5rem;
	}
	.listarc-image {width: 100rem; height: 66rem; }
	.listarc-date-box {
		margin-right: 12rem;
	}
	.listarc-date-bg {
		padding: 5rem 10rem;
	}
	.listarc-date-up {
		font-size: 21rem;
	}
	.listarc-info {margin-left: 83rem;}
	.listarc-day {padding-top: 15rem;}
	.listarc-year-moon {font-size: 13rem; margin-top: 5rem;}
	.listarc-info {
		margin-top: 5rem;
	}
	.listarc-title {
	}
	.listarc-desc {
		margin-top: 10rem;
	}
}
/* 文章列表 end */