/** CSS Reset **/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
}

textarea,
input,
select {
	resize: none;
	outline: none;
	background: none;
	border: none;
}

button {
	overflow: visible;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
}

input {
	border: 0
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
	display: block;
}

html {
	width: 100%;
	height: auto;
}

body {
	color: #333;
	-webkit-text-size-adjust: none;
	font-size: 18px;
	line-height: 160%;
	font-family: "Microsoft YaHei";
	width: 100%;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mobile {
	display: none;
}

.m1000 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */

/* 背景图 */
body {
	background: url(../images/body_bg.png) top left;
	background-size: 39px 39px;
}

/* banner */
.header {
	margin-top: 24px;
	width: 100%;
	height: 620px;
	position: relative;
	background: url("../images/header_bg.png") no-repeat center top;
}

.header_t {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -201px;
}

.header_b {
	position: absolute;
	top: 414px;
	left: 50%;
	margin-left: -510px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	padding: 10px;
}

.header_b .dashed {
	border: 1px dashed #fff;
	border-radius: 10px;
	padding: 11px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	width: 978px;
}

/*part*/
.page {
	/* padding: 30px 0; */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.page .title {
	margin-bottom: 40px;
	text-align: center;
}

.page .title .chinese {
	font-size: 48px;
	font-weight: bold;
	color: #c30e23;
	line-height: 70px;
}

.page .title .english {
	font-size: 20px;
	font-weight: bold;
	color: #dc9aa0;
}

.page .title img {
	margin: 0 auto;
	display: block;
}


/*tab*/
.tab_wrap {
	width: 100%;
	margin-top: 41px;
}

.tab_wrap .tab {
	width: 100%;
	border-bottom: 2px solid #f15a25;
}

.tab_wrap .tab li {
	float: left;
	cursor: pointer;
	font-size: 24px;
	width: 29%;
	text-align: center;
	border: 1px solid #f15a25;
	line-height: 58px;
	height: 58px;
	margin-bottom: 10px;
	color: #f15a25;
}

.tab_wrap .tab li.mr5 {
	margin: 0 6.2%;
}

.tab_wrap .tab li.active {
	height: 68px;
	background: #f15a25;
	margin-bottom: 0;
	color: #fff;
	line-height: 68px;
	font-size: 26px;
}

.tab_wrap .item_wrap {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.tab_wrap .item_wrap .item {
	position: absolute;
	left: -1000px;
	width: 1000px;
	overflow: hidden;
}

/* 轮播图 */
.swiper-container {
	width: 100%;
	height: 100%;
	margin: 30px auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(1);
	height: 160px !important;
}

.swiper-slide img {
	width: 120px;
	height: 120px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1.35);
}

/* 轮播按钮 */
.swiper-container .swiper-button-next {
	background: url(../images/right.png) no-repeat right center;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	color: transparent;
	right: 0px;
	top: 55% !important;
	outline: none;
}

.swiper-container .swiper-button-prev {
	background: url(../images/left.png) no-repeat left center;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	left: 0 !important;
	top: 55% !important;
	color: transparent;
	outline: none;
}


/* page1 */
.page1 .item_wrap .main {
	margin-bottom: 60px;
}

/* page1 如果你 */
.page1 .item_wrap .main_1 ul li {
	background: url(../images/title/page1/icon.png) no-repeat left 15px;
	background-size: 6px 6px;
	padding-left: 20px;
	line-height: 36px;
	font-size: 16px;
}

/* page1 服务团队 */
.item_wrap .main_2 .item_content {
	padding: 30px 0;
}

.item_wrap .main_2 .item_content.item_1 {
	padding-top: 0;
}

.item_wrap .main_2 .item_content.item_3 {
	padding-bottom: 0;
}

.item_wrap .main_2 .item_content .name_info div {
	display: none;
}

.item_wrap .main_2 .item_content .name_info div p.align_left {
	text-align: left;
	padding: 15px;
}

.page1 .item_wrap .main_2 .item_content .sm_title,
.page1 .item_wrap .main_2 .item_content .name_info h4 {
	text-align: center;
	font-size: 24px;
	color: #2ba6e1;
	font-weight: bold;
	margin-bottom: 15px;
}

.page1 .item_wrap .main_2 .item_content .desc,
.item_wrap .main_2 .item_content .name_info p {
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.item_wrap .main_2 .item_content .name_info p strong {
	font-weight: bold;
}

.item_wrap .main_2 .item_2 {
	background-color: rgba(43, 166, 255, .1);
}

/* page1 我们能 */
.item_wrap .main_3 .we_win {
	margin-bottom: 20px;
}

.item_wrap .main_3 .we_win h4 {
	padding: 18px 0;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	color: #666666;
	background: #dff1fb;
	margin-bottom: 10px;
	font-weight: bold;
}

.item_wrap .main_3 .we_win .content {
	padding: 15px 10px;
	background: #dff1fb;

}

.item_wrap .main_3 .we_win .content .content_t {
	width: 49%;
}

.item_wrap .main_3 .we_win .content .content_t .txt {
	margin-bottom: 10px;
}

.item_wrap .main_3 .we_win .content .content_t h5 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

.item_wrap .main_3 .we_win .content .content_t ul li {
	background: url(../images/title/page1/icon.png) no-repeat left 12px;
	background-size: 6px 6px;
	padding-left: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}

.item_wrap .main_3 .we_win .content .content_t ul li table {
	border-right: 1px solid #2ba6e1;
	border-bottom: 1px solid #2ba6e1;
	font-size: 16px;
	color: #666666;
}

.item_wrap .main_3 .we_win .content .content_t ul li table td {
	border-left: 1px solid #2ba6e1;
	border-top: 1px solid #2ba6e1;
	padding: 8px 5px;
	text-align: center;
}

/* page1 你将会 */
.item_wrap .main_4 .u_will li {
	width: 48%;
	float: left;
	font-size: 18px;
	height: 90px;
	position: relative;
	color: #666666;
	margin-bottom: 30px;
}

.item_wrap .main_4 .u_will li.ml10 {
	margin-left: 2%;
}

.item_wrap .main_4 .u_will li.last {
	margin-bottom: 0;
}

.item_wrap .main_4 .u_will li img {
	vertical-align: middle;
	width: 90px;
	height: 90px;
}

.item_wrap .main_4 .u_will li span {
	vertical-align: middle;
	display: inline-block;
	width: 380px;
}


/* page2 */
.page2 {
	margin-bottom: 60px;
}

.page2 .main table {
	width: 998px;
	border-right: 1px solid #2ba6e1;
	border-bottom: 1px solid #2ba6e1;
	font-size: 16px;
	color: #333333;
}

.page2 .main table thead td {
	background: #2ba6e1;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.page2 .main table td {
	padding: 10px 8px;
	border-left: 1px solid #2ba6e1;
	border-top: 1px solid #2ba6e1;
	text-align: left;
	background: #effffe;

}



/* page3 */
.page3 {
	margin-bottom: 60px;
}

.page3 .swiper-container {
	margin-bottom: 0px;
}

.page3 .swiper-slide {
	background: url(../images/page3_bg.jpg) no-repeat center top;
	float: left;
	width: 49%;
	margin: 0 0.5%;
	text-align: center;
	padding-bottom: 165px;
	height: 769px !important;
	display: block;
}

.page3 .swiper-slide h4 {
	font-size: 32px;
	color: #fff;
	padding: 30px 0 50px !important;
}

.swiper-slide .block {
	color: #fff;
}

.page3 .swiper-slide .block p.tip {
	color: #333;
}

.page3 .swiper-slide .block h5 {
	font-size: 32px;
	color: #d71718;
	line-height: 120%;
	font-weight: bold;
}

.page3 .swiper-slide .block h6 {
	font-size: 40px;
	color: #d71718;
}

.page3 .swiper-slide .block h6 span {
	font-size: 80px;
	line-height: 120%;
}

.page3 .swiper-slide .block ul {
	height: 510px;
	overflow-y: auto;
	margin: 0 6%;
}

.page3 .swiper-slide .block ul li {
	float: left;
	width: 23%;
	margin: 4px 1%;
	background: #c00000;
	padding: 5px 0%;
}

.page3 .swiper-slide .block ul p {
	font-size: 14px;
	line-height: 120%;
}

.page3 .swiper-slide .block ul p.school {
	height: 32px;
}

.page3 .swiper-slide .block ul p b {
	font-size: 30px;
	line-height: 140%;
}


/* page4 */
.page4 {
	background: url(../images/page4_bg.jpg) top center no-repeat;
	padding-bottom: 20px;
}

.page4 .title {
	margin-top: 20px;
}

.page4 .form-wrap {
	margin-top: 35px;
}

.page4 .pc label {
	margin-bottom: 12px;
}

.page4 .btn-wrap {
	background: #f39800;
}

#reg form {
	margin-top: 22px;
}

#reg form label {
	margin: 0px 0;
}

@media screen and (max-width:1000px) {
	body {
		font-size: 1.4rem;
		line-height: 140%;
	}

	.m1000 {
		width: 98%;
		margin: 0 auto;
		overflow: visible;
	}

	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.page {
		padding: 2rem 3%;
	}

	/*banner*/
	.header {
		height: 49rem;
		background: url("../images/m_header_bg.png") no-repeat center top;
		margin-top: 0px;
	}

	.header .m1000 {
		width: 100%;
	}

	.header_t {
		margin-left: -35%;
		width: 70%;
		top: 3rem;
	}

	.header_t img {
		width: 100%;
	}

	.header_b {
		margin-left: -50%;
		width: 97.5%;
		top: 34rem;
	}

	.header_b .dashed {
		width: 96.6%
	}

	.header_b img {
		width: 100%;
	}

	.page1 .item_wrap .main {
		margin-bottom: 3rem;
	}

	.tab_wrap {
		margin-top: 0px;
	}

	.tab_wrap .tab {
		border-bottom: 0;
	}

	.tab_wrap .tab li {
		width: 33%;
		font-size: 22px;
	}

	.tab_wrap .tab li.mr5 {
		margin: 0;
	}

	.tab_wrap .tab li.active {
		height: 58px;
		line-height: 58px;
		font-size: 24px;
	}

	.tab_wrap .item_wrap .item {
		width: 100%;
	}

	.item_wrap .main_4 .u_will li {
		width: 100%;
	}

	.item_wrap .main_4 .u_will li.ml10 {
		margin-left: 0;
	}

	.item_wrap .main_4 .u_will li span {
		width: 82%;
		margin-left: 10px;
	}

	.item_wrap .main_3 .we_win .content .content_t {
		width: 100%;
	}

	.page4 {
		background: url(../images/m_page4_bg.jpg) top center no-repeat;
		background-size: 100% 675px;
	}

	.page4 .title {
		margin: 30px auto;
	}

	.tiaokuan img {
		margin-top: 4px;
	}

	.page.zxyy {
		padding-bottom: 0px;
		padding: 2rem 2% 8rem;
	}


	.header_b .dashed{
		font-size: 20px;
	}
	.page1 .item_wrap .main_1 ul li{
		font-size: 24px;
	}
	.page1 .item_wrap .main_2 .item_content .sm_title, .page1 .item_wrap .main_2 .item_content .name_info h4 {
		font-size: 28px;
	}
	.page1 .item_wrap .main_2 .item_content .desc, .item_wrap .main_2 .item_content .name_info p{
		font-size: 24px;
	}
	.item_wrap .main_3 .we_win h4{
		font-size: 28px;
	}
	.item_wrap .main_3 .we_win .content .content_t h5{
		font-size: 24px;
	}
	.item_wrap .main_3 .we_win .content .content_t ul li {
		font-size: 22px;
	}
	.item_wrap .main_3 .we_win .content .content_t ul li table {
		font-size: 20px;
	}
	.item_wrap .main_3 .we_win .content {
		font-size: 24px;
	}
	.item_wrap .main_4 .u_will li{
		font-size: 24px;
	}
}