/*----the author is doreen 借鉴注明出处--*/

@charset "utf-8";
body {
	color: #000000;
	font-size: 14px;
	background-color: #fff;
	overflow-x: auto;
	font-family: "Microsoft YaHei", "Tahoma", "宋体";
	*font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

img {
	display: inline-block;
	border: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

li {
	list-style: none;
}

input {
	border: none;
}

.mainNav {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	margin-top: -35px;
	position: absolute;
}

.mainNav .mainNav_wrap {
	width: 1000px;
	margin: 0 auto;
	height: 100px;
	background: url(../img/nav_bg.png) no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

.mainNav .nav_bg {
	height: 26px;
	background: #000;
	width: 100%;
	margin-top: -65px;
	position: relative;
	z-index: -1;
}

.mainNav.fixedTop {
	position: fixed;
	z-index: 999;
	top: 30px;
}

.mainNav ul {
	width: 900px;
	margin: 0 auto;
	color: #fbfbfb;
	height: 50px;
	margin-top: 21px;
	line-height: 23px;
}

.mainNav ul li {
	width: auto;
	padding: 0 5px;
	text-align: center;
	float: left;
	font-size: 16px;
	cursor: pointer;
}

.mainNav ul li:hover {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.mainNav ul a:hover {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.mainNav ul .activeNav a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.mainNav a {
	float: left;
	text-align: center;
	font-size: 16px;
	width: 80px;
	cursor: pointer;
	color: #fff;
}

.mainNav a.last {
	position: relative;
	top: 0px;
}

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

.clearfix {
	zoom: 1;
}

.wrapper {
	width: 1000px !important;
	margin: 0 auto;
}

.btn_list {
	width: 600px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 70px;
}

.a_btn {
	display: block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	background: #5d92ff;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

.a_btn:hover {
	background: #419b15 !important;
	color: #fff;
}

.a_btn_hollow {
	display: block;
	width: 270px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 50px;
	font-size: 18px;
	text-align: center;
	color: #5d92ff;
	cursor: pointer;
	border: 1px solid #5d92ff;
	margin-top: 30px;
	margin-left: 30px;
	box-sizing: border-box;
}

.a_btn_hollow:hover {
	background: #5d92ff !important;
	color: #fff;
}

.a_list {
	display: block;
	width: 680px;
	margin: 0 auto;
}

.a_list a:nth-child(1) {
	float: left;
}

.a_list a:nth-child(2) {
	float: right;
	margin-top: 30px;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 550px;
	background: url(../img/banner.jpg) no-repeat center top;
}

.header .headbtn_list {
	position: relative;
	width: 190px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	top: 440px;
	left: -410px;
}

.header .headbtn_list a.button {
	width: 190px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	background: transparent;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
}

.header .headbtn_list a.button:hover {
	background: #5da78e;
	color: #dbece8;
	cursor: pointer;
}

.dyform {
	width: 100%;
	height: 360px;
	background: #f5f5f5;
}

.dyform h3 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	padding: 10px 0px 30px 30px;
	background: url(../img/line.png) no-repeat;
	background-position: left;
}

.dybox {
	width: 510px;
	line-height: 35px;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	padding: 40px 0 0 20px;
}

.biaodan {
	width: 435px;
	height: 355px;
	padding-top: 40px;
	background: url(../img/form_bg.png) no-repeat;
	position: relative;
	top: -115px;
}

.biaodan h2 {
	line-height: 30px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	display: block;
	width: 265px;
	color: #666666;
}

.biaodan form .mobile,
.biaodan form .name,
.biaodan form .professional,
.biaodan form .Mschool {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 36px;
	margin-bottom: 10px;
}

.biaodan form .mobile {
	background: url(../img/phone_box.jpg) no-repeat center;
}

.biaodan form .name {
	background: url(../img/name_box.jpg) no-repeat center;
}

.biaodan form .professional {
	background: url(../img/pro_box.jpg) no-repeat center;
}

.biaodan form .Mschool {
	background: url(../img/school_box.jpg) no-repeat center;
}

.biaodan form .from_submit {
	width: 301px;
	margin: 0 auto;
}

.from_submit #submit {
	display: block;
	background: #5d92ff !important;
	margin-bottom: 0;
	width: 300px;
	height: 48px;
	line-height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #5d92ff;
}

.from_submit #submit:hover {
	background: #79a3f9 !important;
	border: 1px solid #79a3f9;
	color: #fff;
}

.from_submit a.submit {
	background: #fff !important;
	margin-bottom: 0;
	margin-top: -49px;
	width: 141px;
	height: 46px;
	line-height: 46px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	color: #51c21a;
	cursor: pointer;
	border: 1px solid #51c21a;
}

.from_submit a.submit:hover {
	background: #51c21a !important;
	color: #fff;
}

.img_semicircle {
	position: relative;
	top: 60px;
}


/*--------begin section-----------*/

.sections {
	margin-top: 60px;
}

.sections .title_p {
	font-size: 30px;
	color: #333;
	padding: 20px;
	font-weight: normal;
}

.sections .section {
	width: 100%;
	/*padding-top: 56px;*/
	font-family: "微软雅黑";
}

.sections .titleh2 {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	padding: 30px 0;
	background: url(../img/title_line.png) no-repeat center bottom;
}

.sections .box-title {
	font-size: 16px;
	top: 27px;
	font-weight: bold;
	position: relative;
}

.section {
	padding: 40px 0 10px;
}


/*--模块开始--*/

.bg_gary {
	background: #f5f5f5;
}

.martop30 {
	margin-top: 30px;
}

.div_l {
	float: left;
}

.div_r {
	float: right;
}


/*-----------了解英国预科本科类型--------------*/

.ul_type {
	margin-top: 40px;
}

.ul_type li {
	width: 320px;
	height: 440px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	border: 1px solid #53c7fd;
	border-top: 10px solid #53c7fd;
	padding: 30px 40px;
	position: relative;
	box-sizing: border-box;
}

.ul_type li h3 {
	font-size: 18px;
	font-weight: bold;
	color: #53c7fd;
	padding: 20px 0;
}

.ul_type li p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.ul_type li p:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 11px;
	height: 11px;
	background: url(../img/list-before.png) no-repeat;
	margin-right: 20px;
}

.ul_type li:nth-child(3n) {
	margin: 0;
}


/*---六大游学优势--------*/

.sec_adva {
	background: #f3f4f7;
}

.sec_adva .box {
	background: #fff;
	margin-bottom: 20px;
	width: 1000px;
	float: left;
	height: 277px;
}

.sec_adva .box:nth-child(1) .div_l {
	background: url(../img/bg_blue.jpg) no-repeat;
}

.sec_adva .box:nth-child(2) .div_l {
	background: url(../img/bg_green.jpg) no-repeat;
}

.sec_adva .div_l {
	float: left;
	width: 170px;
	height: 100%;
}

.sec_adva .div_l h3 {
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	display: block;
	top: 50%;
	margin-top: -25%;
	position: relative;
}

.sec_adva .div_r {
	float: right;
	width: 760px;
	padding: 30px;
}

.sec_adva .div_r .inter_sec {
	margin-bottom: 30px;
	padding-left: 50px;
	position: relative;
}

.sec_adva .div_r .inter_sec:before {
	content: '';
	position: absolute;
	top: 10%;
	left: 0px;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.sec_adva .div_r .inter_sec:nth-child(1):before {
	background: url(../img/adva_1.png) no-repeat;
}

.sec_adva .div_r .inter_sec:nth-child(2):before {
	background: url(../img/adva_2.png) no-repeat;
}

.sec_adva .div_r .inter_sec:nth-child(3):before {
	background: url(../img/adva_3.png) no-repeat;
}

.sec_adva .div_r .inter_sec1:nth-child(1):before {
	background: url(../img/adva_4.png) no-repeat;
}

.sec_adva .div_r .inter_sec1:nth-child(2):before {
	background: url(../img/adva_5.png) no-repeat;
}

.sec_adva .div_r .inter_sec1:nth-child(3):before {
	background: url(../img/adva_6.png) no-repeat;
}

.sec_adva .h1_c {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.sec_adva .h1_b {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-left: 15px;
}

.sec_adva p {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin-top: 5px;
}

.sec_adva .box a {
	color: #51c21a;
	position: relative;
	top: 5px;
}


/*-----------适合申请人群--------------*/

.ul_crowd {
	margin-top: 40px;
}

.ul_crowd li {
	width: 320px;
	height: 310px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	border: 5px solid #ededed;
	padding: 30px 40px;
	position: relative;
	box-sizing: border-box;
}

.ul_crowd li h3 {
	font-size: 18px;
	font-weight: bold;
	color: #299f5f;
	padding: 20px 0;
}

.ul_crowd li p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.ul_crowd li:nth-child(3n) {
	margin: 0;
}


/*－－－－－－－留学费用知多少－－－－－－－－－－*/

.sec_cost {
	background: #3fb429;
	background: -webkit-linear-gradient(left, #01835f, #3fb429);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #01835f, #3fb429);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #01835f, #3fb429);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #01835f, #3fb429);
	/* 标准的语法 */
	height: 550px;
}

.sec_cost .titleh2,
.sec_service .titleh2 {
	color: #fff;
	background: url(../img/title_line_w.png) no-repeat center bottom;
}

.sec_cost .title_p,
.sec_service .title_p {
	color: #fff;
}

.ul_cost {
	margin-top: 30px;
}

.ul_cost li {
	width: 480px;
	float: left;
	height: 410px;
	margin-right: 30px;
	background: #f5f5f5;
}

.ul_cost li:nth-child(2) {
	margin-right: 0;
}

.ul_cost li h1 {
	font-size: 24px;
	color: #fff;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	background: #333;
	text-align: center;
}

.ul_cost li img {
	margin-top: 15px;
	margin-right: 15px;
}

.ul_cost .inter {
	padding: 20px 40px 0px 40px;
}

.ul_cost p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 20px 0;
	border-bottom: 1px solid #333;
}

.ul_cost p:nth-child(3) {
	border-bottom: 0;
}

.ul_cost span {
	font-size: 16px;
	color: #fff;
	background: #333;
	padding: 10px 10px 10px 15px;
	text-align: center;
	margin-right: 10px;
}

.ul_cost strong {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.ul_cost .placeholder {
	width: 48px;
	display: -webkit-inline-box;
	background: none !important;
}

.ul_cost .placeholder_L {
	width: 62px;
	display: -webkit-inline-box;
	background: none !important;
}


/*-----时间轴－－－－－*/

.sec_timeline {
	margin-top: 150px;
}

.tab_timeline {
	width: 352px;
	margin: 0 auto;
	margin-top: 30px;
}

.tab_timeline li {
	float: left;
	padding: 20px 30px;
	background: #999;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
}

.tab_timeline li:nth-child(2) {
	margin-right: 0;
}

.tab_timeline li:hover,
.tab_timeline li.active {
	background: #3fb429;
	background: -webkit-linear-gradient(left, #01835f, #3fb429);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #01835f, #3fb429);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #01835f, #3fb429);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #01835f, #3fb429);
	/* 标准的语法 */
}

.contents .content {
	display: none;
}

.contents .content:nth-child(1) {
	background: url(../img/timeline_1.png) no-repeat;
	background-position: center bottom;
	height: 480px;
	margin-top: 30px;
}

.contents .content:nth-child(2) {
	background: url(../img/timeline_2.png) no-repeat;
	background-position: center bottom;
}

.contents .content.current {
	display: block;
	margin: 40px 0 30px 0;
}

.content li span {
	display: block;
	color: #53c7fd;
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0;
	top: -5px;
	position: relative;
}

.content ul {
	width: 950px;
	margin: 0 auto;
}

.content li {
	height: 75px;
	/*margin-top: 100px;*/
}

.content li:nth-child(1) {
	margin-top: 30px;
}

.content li:nth-child(2) {
	margin-top: 0px;
}

.content li:nth-child(even) div {
	float: left;
	width: 390px;
	text-align: right;
}

.content li:nth-child(even) span {
	text-align: right;
	position: relative;
	left: -70px;
	top: -5px;
}

.content li:nth-child(odd) div {
	float: right;
	width: 320px;
}

.content li:nth-child(odd) p {
	position: relative;
	left: -70px;
}

.content li:nth-child(odd) span {
	text-align: left;
}

.content li p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}


/*----- 服务六大优势－－－－－－－*/

.sec_service {
	background: url(../img/service_bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.service_box .left {
	background: url(../img/bg_ser_left.jpg) no-repeat;
	padding: 250px 80px 100px 30px;
}

.service_box .left .inter {
	background: #fff;
	padding: 30px 100px;
}

.service_box .left .inter h1 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 24px;
	background: -webkit-linear-gradient(left, #008260, #51c21a);
	/* 背景色渐变 */
	-webkit-background-clip: text;
	/* 规定背景的划分区域 */
	-webkit-text-fill-color: transparent;
	/* 防止字体颜色覆盖 */
}

.sec_service .inter p {
	font-size: 18px;
	color: #333;
	line-height: 50px;
}

.sec_service .inter strong {
	font-size: 24px;
}

.sec_service .left .inter img {
	margin-top: 20px;
	margin-right: 5px;
}

.sec_service .right {
	background: url(../img/bg_ser_ri.jpg) no-repeat;
	padding: 0px 60px 250px 100px;
	background-position: bottom;
	margin-top: -710px;
}

.sec_service .right .inter {
	background: #fff;
	padding: 30px 50px;
}

.sec_service .right .inter img {
	margin-top: 20px;
	margin-right: 5px;
}

.sec_service .right .inter h1 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 24px;
	background: -webkit-linear-gradient(left, #2630a8, #0086f8);
	/* 背景色渐变 */
	-webkit-background-clip: text;
	/* 规定背景的划分区域 */
	-webkit-text-fill-color: transparent;
	/* 防止字体颜色覆盖 */
}

.sec_service .a_btn_hollow {
	color: #fff !important;
	border: 1px solid #fff !important;
}

.a_btn_hollow:hover {
	border: 1px solid #5d92ff !important;
}

.sec_hotsch .title_p {
	font-weight: bold;
	font-size: 30px;
	background: -webkit-linear-gradient(left, #008260, #51c21a);
	/* 背景色渐变 */
	-webkit-background-clip: text;
	/* 规定背景的划分区域 */
	-webkit-text-fill-color: transparent;
	/* 防止字体颜色覆盖 */
}

.ul_sctype {
	background: #e9e9e9;
	border-radius: 100px;
	height: 85px;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 0 355px;
}

.ul_sctype li {
	width: 80px;
	height: 130px;
	float: left;
	cursor: pointer;
	margin-right: 120px;
	text-align: center;
}

.ul_sctype li:nth-child(2) {
	margin-right: 0;
}

.ul_sctype li div {
	height: 85px;
	width: 85px;
	background: #999;
	border-radius: 50%;
	text-align: center;
	line-height: 90px;
	padding-top: 23px;
	box-sizing: border-box;
}

.ul_sctype li p {
	font-size: 20px;
	font-weight: bold;
	color: #999;
	margin-top: 10px;
}

.ul_sctype li.active div,
.ul_sctype li:hover div {
	background: #3fb429;
	background: -webkit-linear-gradient(left, #01835f, #3fb429);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #01835f, #3fb429);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #01835f, #3fb429);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #01835f, #3fb429);
	/* 标准的语法 */
}

.ul_sctype li.active p,
.ul_sctype li:hover p {
	background: -webkit-linear-gradient(left, #008260, #51c21a);
	/* 背景色渐变 */
	-webkit-background-clip: text;
	/* 规定背景的划分区域 */
	-webkit-text-fill-color: transparent;
	/* 防止字体颜色覆盖 */
}

.ul_content {
	margin-top: 80px;
}

.ul_content li {
	position: relative;
	float: left;
	border: 1px solid #333;
	width: 318px;
	height: 420px;
	margin-right: 20px;
}

.ul_content li:nth-child(3) {
	margin-right: 0;
}

.ul_content li .inter {
	padding: 30px 45px;
}

.ul_content .inter h1 {
	font-weight: bold;
	font-size: 18px;
	color: #299f5f;
	margin-top: 10px;
}

.ul_content .inter h5 {
	font-size: 14px;
	color: #299f5f;
	margin-bottom: 20px;
}

.ul_content .inter p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-bottom: 10px;
}

.ul_content .inter strong {
	color: #333;
}

.ul_content .inter a {
	border: 1px solid #333;
	color: #333;
	border-radius: 30px;
	padding: 8px 20px;
	margin-left: 55px;
}

.ul_content .inter a:hover {
	background: #333;
	color: #fff;
}

.ul_content .inter .div_a {
	position: absolute;
	bottom: 30px;
}

.sc_contents {
	margin-bottom: 30px;
}

.sc_content {
	display: none;
}

.current {
	display: block;
}

.ul_long {
	padding: 0 135px;
}

.ul_long li {
	width: 145px;
	margin-right: 50px;
}

.ul_long li:nth-child(2) {
	margin-right: 50px;
}

.ul_long li:nth-child(4) {
	margin-right: 0;
}

.ul_long li div {
	margin: 0 auto;
}

.ul_content_botm {
	margin-top: 90px;
}

.ul_content_botm li {
	width: 320px;
	float: left;
	margin-right: 20px;
}

.ul_content_botm li:nth-child(3) {
	margin-right: 0;
}

.ul_content_botm .left {
	width: 70px;
	float: left;
}

.ul_content_botm .right {
	width: 230px;
	float: right;
}

.ul_content_botm .right span {
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 5px 35px;
	border-radius: 30px;
	margin-bottom: 15px;
	display: block;
	width: 90px;
}

.ul_content_botm .right p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.sc_content_botm {
	display: none;
}

.current {
	display: block;
}

.marbtom30 {
	margin-bottom: 30px;
}

.w135 {
	width: 135px !important;
}

.icon {
	position: absolute;
	margin-left: 900px;
	margin-top: -20px;
}


/*切换*/

.picScroll-left {
	position: relative;
}

.picScroll-left .hd .prev {
	position: absolute;
	top: 40%;
	left: 10px;
	width: 27px;
	height: 46px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/prev.png) no-repeat;
}

.picScroll-left .hd .next {
	position: absolute;
	top: 40%;
	right: 1px;
	width: 27px;
	height: 46px;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/next.png) no-repeat;
}

.picScroll-left .bd {
	margin: 0px 42px 50px;
	overflow: hidden;
}

.picScroll-left .bd {
	width: 790px;
	margin: 0 auto;
	margin-bottom: 65px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 30px !important;
}

.picScroll-left .bd ul li {
	width: 900px;
	float: left;
	_display: inline;
	overflow: hidden;
	/*text-align: center;*/
}

.picScroll-left .bd ul li a {
	display: block;
}

.picScroll-left .bd ul li .pic {
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0 15px;
}

.picScroll-left .bd ul li .pic img {
	width: 263px;
	height: 388px;
	border: 1px solid #c9c9c9;
	display: block;
}

.picScroll-left .bd ul li .title {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-align: center;
	padding-top: 25px;
	color: #666;
}

.picScroll-left .hd ul {
	position: absolute;
	bottom: 30px;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 10px;
	font-size: 1px;
	z-index: 1000;
}

.picScroll-left .hd ul li {
	display: inline-block;
	cursor: pointer;
	color: transparent;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: 1px solid #4d5361;
	border-radius: 50px;
}

.picScroll-left .hd ul li.on {
	background-color: #4d5361;
	color: #4d5361;
}

.picList li {
	background: url(../img/success_left_bg.jpg) no-repeat;
	background-position: left top;
	padding: 30px 0px 30px 290px;
}

.picList .inter {
	background: #fff;
	height: 390px;
	width: 500px;
	padding: 35px;
	box-sizing: border-box;
}

.picList .inter h1 {
	font-size: 18px;
	font-weight: bold;
	background: -webkit-linear-gradient(left, #008260, #51c21a);
	/* 背景色渐变 */
	-webkit-background-clip: text;
	/* 规定背景的划分区域 */
	-webkit-text-fill-color: transparent;
	/* 防止字体颜色覆盖 */
	margin-bottom: 20px;
}

.picList .inter img {
	margin-bottom: 40px;
}

.picList .inter a {
	padding: 5px 15px;
	color: #5d92ff;
	border: 1px solid #5d92ff;
	border-radius: 30px;
	font-size: 14px;
}

.picList .inter a:hover {
	color: #fff;
	background: #5d92ff;
}

.picList .inter p {
	margin-bottom: 10px;
	color: #666;
	line-height: 28px;
}

.picList .inter span {
	color: #fff;
	background: #333;
	padding: 5px 15px;
	font-weight: bold;
	margin-right: 20px;
}

.picList .right {
	width: 300px;
}

.ul_service {
	margin-top: 50px;
}

.ul_service li {
	float: left;
	margin-right: 20px;
}

.ul_service li:nth-child(1) {
	width: 480px;
	border: 1px solid #53c7fd;
	border-top: 10px solid #53c7fd;
	padding: 30px 50px;
	box-sizing: border-box;
}

.ul_service li:nth-child(2) {
	width: 480px;
	border: 1px solid #78ba96;
	border-top: 10px solid #78ba96;
	padding: 30px 20px;
	box-sizing: border-box;
	margin-right: 0;
}

.ul_service li:nth-child(1) h1 {
	color: #53c7fd;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.ul_service li:nth-child(2) h1 {
	color: #78ba96;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.ul_service li h1:nth-child(2) {
	margin-bottom: 20px;
}

.ul_service li:nth-child(2) .box {
	background: #78ba96 !important;
}

.ul_service .box a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 339px;
	display: block;
	padding: 20px;
}

.ul_service .box img {
	margin: 0 20px;
}

.ul_service .box img:nth-child(2) {
	float: right;
}

.ul_service .box {
	background: #53c7fd;
	color: #fff;
	margin-bottom: 10px;
	line-height: 35px;
	cursor: pointer;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	
}

.ul_service .box:hover {

	box-shadow: 0px 0px 20px 6px #e2e6e8;
}

.boxs {
	padding: 0px 30px;
}

.sec_service_more .btn_list {
	margin-bottom: 0 !important;
}
.Validform_checktip
{
	display: none !important;
}
