@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #fafafa;
	overflow-x: hidden;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.Validform_checktip {
	display: none !important;
}

a {
	cursor: pointer;
}


/* header */

.header {
	width: 100%;
	height: 564px;
	background: url(../img/banner.jpg) no-repeat center top;
	position: relative;
	padding-bottom: 50px;
}

.headCon {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 390px;
}

.headCon h1 * {
	position: absolute;
	left: 0;
}

.headCon b {
	font-size: 60px;
	top: 120px;
	color: #333399;
	background: -webkit-linear-gradient(left, #333399, #0099FF);
	background: -moz-linear-gradient(left, #333399, #0099FF);
	background: linear-gradient(left, #333399, #0099FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.headCon span {
	font-size: 24px;
	top: 80px;
	font-weight: normal;
	color: #333399;
	background: -webkit-linear-gradient(left, #333399, #0099FF);
	background: -moz-linear-gradient(left, #333399, #0099FF);
	background: linear-gradient(left, #333399, #0099FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.headCon i {
	font-size: 22px;
	top: 300px;
	font-style: normal;
}

.headCon i em {
	font-size: 20px;
	position: static;
}

.headCon a {
	display: inline-block;
	width: 177px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 5px;
	border-radius: 4px;
	font-size: 18px;
	color: #fafafa;
	background-color: #51C21A;
	margin-right: 30px;
}

.headCon a:hover {
	background-color: #419B15;
}

.headCon p {
	display: inline-block;
	font-size: 18px;
	color: #333;
}


/* header */


/* nav */

.mainNav {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	background-color: #666666;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #fafafa;
	line-height: 24px;
	position: relative;
	height: 50px;
	text-align: center;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li,
.mainNav a {
	cursor: pointer;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	margin: 0 22px;
	float: left;
}

.mainNav a {
	margin: 0 28px;
}

.mainNav li.activeNav,
.mainNav li:hover,
.mainNav a:hover {
	color: #4cdfcc;
}


/* nav */


/* form */

.leadFrom {
	background-color: #F3F4F8;
}

.lbCon {
	padding: 40px 20px 80px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.biaodan {
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #fafafa;
	padding: 30px 50px 40px;
	border-bottom: 5px solid #EEEDEB;
}

.biaodan .registerform {
	margin: 0 auto;
}

.lead {
	color: #666666;
}

.lead p {
	line-height: 32px;
}

.lead b {
	color: #333333;
	text-align: left;
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}

.biaodan h2 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form div.noMR {
	margin-right: 0;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	width: 264px;
	color: #aab2bd;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
	position: relative;
	top: 1px;
}

.mobile,
.name,
.guojia,
.Mschool,
.Nstep {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
	height: 40px;
}

.biaodan form div.mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.biaodan form div.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.biaodan form div.guojia {
	background: url(../img/countryBox.jpg) no-repeat center;
}

.biaodan form div.Mschool,
.biaodan form div.Nstep {
	background: url(../img/targetBox.jpg) no-repeat center;
}

#submit {
	display: block;
	width: 300px;
	height: 50px;
	font-size: 18px;
	color: #fafafa;
	cursor: pointer;
	margin: 0 auto;
	background-color: #51C21A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
}

#submit:hover {
	background-color: #419B15;
}


/*-------------------表单--------------------*/

.botm-form {
	background: url(../img/form-bg.jpg) no-repeat center;
	padding: 54px 0;
	position: static;
	border-bottom: 0;
}

.fm-botm {
	width: 640px;
	margin: 0 auto;
	padding: 0 180px;
}

.fm-botm h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #fafafa;
}


/* form */


/** common style **/

.section {
	width: 100%;
	padding: 70px 0;
	background-color: #fafafa;
}

.section.pbnone {
	padding-bottom: 0;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content.pbt70 {
	padding-bottom: 70px;
}

.section.grayBg {
	background-color: #F3F4F8;
}

.section-content.connect,
.section-content.connect_r {
	position: relative;
}

.section-content.connect:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -125px;
	left: 20px;
	background: url(../img/ic_connect_1.png) no-repeat center;
}

.section-content.connect_r:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -125px;
	right: 20px;
	background: url(../img/ic_connect_r.png) no-repeat center;
}

.section-content h2 {
	margin-bottom: 40px;
	text-align: center;
	padding-top: 25px;
	background: url(../img/titTop.png) no-repeat center top;
}

.section-content h2 b {
	font-size: 36px;
	display: block;
}

.section-content h2 span {
	font-size: 24px;
	color: #666666;
	display: block;
	margin-top: 10px;
}

p.abs {
	text-align: center;
	line-height: 26px;
	color: #666666;
	margin-bottom: 40px;
}

.ly_links {
	width: 640px;
	margin: 0 auto;
}

.ly_links .ly-link:nth-child(2n) {
	margin-right: 0;
}

.ly_links .ly-link {
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 40px auto 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #51C21A;
	border: 1px solid #51C21A;
	text-align: center;
	margin-left: 15px;
}

.ly-link {
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 40px auto 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #51C21A;
	border: 1px solid #51C21A;
	text-align: center;
}

.ly-link:hover {
	color: #fafafa;
	background-color: #51c21a;
}

.linkOther {
	margin: 0 auto;
	display: block;
	margin-top: 50px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.linkOther:hover {
	filter: brightness(0.9);
}

.content {
	display: none;
}

.content.current {
	display: block;
}


/** common style **/


/*<!--factor-->*/

.ul_factor {
	width: 960px;
	margin: 0 auto 30px auto;
}

.ul_factor li {
	float: left;
	cursor: pointer;
	margin-right: 106px;
	text-align: center;
	position: relative;
}

.ul_factor li:after {
	content: '';
	position: absolute;
	width: 118px;
	height: 15px;
	background: #e0f1ff;
	top: 73px;
	right: -108px;
}

.ul_factor li.four:after {
	width: 0;
	height: 0;
}

.ul_factor li span {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.ul_factor li b {
	color: #999;
	font-size: 17px;
	font-weight: bold;
}

.ul_factor li.one div {
	background: url(../img/ic_factors_1.png) no-repeat center;
	background-size: contain;
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}

.ul_factor li.two div {
	background: url(../img/ic_factors_2.png) no-repeat center;
	background-size: contain;
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}

.ul_factor li.three div {
	background: url(../img/ic_factors_3.png) no-repeat center;
	background-size: contain;
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}

.ul_factor li.four div {
	background: url(../img/ic_factors_4.png) no-repeat center;
	background-size: contain;
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}

.ul_factor li.four {
	margin-right: 0;
}

.ul_factor li.active span,
.ul_factor li:hover span {
	color: #333;
}

.ul_factor li:hover b,
.ul_factor li.active b {
	color: #0086f9;
}

.ul_factor li.one.active div,
.ul_factor li.one:hover div {
	background: url(../img/ic_factors_hover1.png) no-repeat center;
}

.ul_factor li.two.active div,
.ul_factor li.two:hover div {
	background: url(../img/ic_factors_hover2.png) no-repeat center;
}

.ul_factor li.three.active div,
.ul_factor li.three:hover div {
	background: url(../img/ic_factors_hover3.png) no-repeat center;
}

.ul_factor li.four.active div,
.ul_factor li.four:hover div {
	background: url(../img/ic_factors_hover4.png) no-repeat center;
}

.css_factor .left {
	width: 326px;
	height: 420px;
	padding: 45px;
	background: #e0f1ff;
	box-sizing: border-box;
	position: relative;
}

.css_factor .left b {
	font-size: 60px;
	color: #0086f9;
}

.css_factor .left h3 {
	color: #0086f9;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}

.css_factor .left p {
	color: #666;
	font-size: 14px;
	line-height: 25px;
}

.css_factor .a_link {
	display: block;
	width: 100px;
	height: 36px;
	color: #fafafa;
	text-align: center;
	line-height: 36px;
	background: #51c21a;
	border-radius: 5px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.css_factor .a_link:hover {
	background: #49b316;
}

.css_factor .right {
	width: 674px;
	height: 420px;
	padding: 20px 0 0 40px;
	box-sizing: border-box;
	border: 2px solid #e0f1ff;
	background: #fff;
	position: relative;
}

.css_factor .right .div_ps {
	position: absolute;
	color: #999;
	background: #e5e5e5;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	right: 0;
	bottom: 0px;
	padding: 0 20px;
}

.css_factor .fonts {
	position: absolute;
	right: 20px;
	bottom: 100px;
}

.css_factor .fonts p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.css_factor .fonts b {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.css_factor .fonts .red {
	color: #e16a70;
}

.css_factor .fonts .green {
	color: #004e4a;
}

.css_factor .onlyimg {
	padding: 70px 0 0 55px;
}


/*<!--factor-->*/


/*<!--advan-->*/

.advan {
	height: 250px;
	margin-bottom: 530px;
}

.advan .ly-link {
	margin-top: 20px;
}

.advanList li {
	float: left;
	width: 250px;
	height: 249px;
	padding-top: 30px;
	background: url(../img/advanBg.png) no-repeat center;
}

.advanList img {
	margin-left: 25px;
}

.advanList h3 {
	text-align: center;
	width: 218px;
	height: 43px;
	color: #fafafa;
	line-height: 43px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	background: url(../img/titBg.png) no-repeat center;
	margin: 2px 0 0 22px;
}

.advanList p {
	color: #666666;
	line-height: 26px;
	padding: 15px 30px 0;
}

.advanList li:nth-child(5) {
	margin-left: 125px;
}


/*<!--advan-->*/


/*<!--adva-->*/

.small-tit {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 60px 0 30px;
}

.adva .left,
.adva .right {
	width: 230px;
}

.adva .center {
	float: left;
	width: 480px;
	margin: 0 30px;
}

.adva-ul li {
	color: #fff;
	width: 230px;
	height: 86px;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.adva-ul li b {
	font-size: 22px;
}

.adva-ul li:nth-child(1) {
	background: #2630a9;
}

.adva-ul li:nth-child(2) {
	background: #0086f9;
}

.adva-ul li:nth-child(3) {
	margin-bottom: 0;
	background: #4cdfcc;
}

.adva-ser-ul li {
	position: relative;
	float: left;
	width: 320px;
	height: 450px;
	background: #fff;
	padding: 20px;
	margin-top: 30px;
	margin-right: 20px;
	box-sizing: border-box;
}

.adva-ser-ul li:last-child {
	margin-right: 0;
}

.adva-ser-ul h5 {
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	padding: 7px 20px;
	top: -23px;
	left: 60px;
	width: 200px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	background: #2630a9;
	background: -webkit-linear-gradient(left, #2630a9, #0086f9);
	background: -o-linear-gradient(right, #2630a9, #0086f9);
	background: -moz-linear-gradient(right, #2630a9, #0086f9);
	background: -ms-linear-gradient(right, #2630a9, #0086f9);
	background: linear-gradient(to right, #2630a9, #0086f9);
}

.adva-ser-ul p {
	color: #666;
	padding: 10px;
	line-height: 25px;
	border-bottom: 1px solid #0387f4;
}

.adva-ser-ul li p:last-child {
	border: 0;
}


/*<!--adva-->*/


/*<!--recom-->*/

.ul_recom li,
.ul_cost li {
	cursor: pointer;
	width: 182px;
	height: 60px;
	line-height: 60px;
	color: #999;
	font-size: 18px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	border: 1px solid #0086f9;
}

.ul_recom li:nth-child(5n) {
	margin-right: 0;
}

.ul_recom li:hover,
.ul_recom li.active,
.ul_cost li:hover,
.ul_cost li.active {
	color: #fafafa;
	background: #0086f9;
}

.css_recom,
.css_cost {
	width: 960px;
	margin: 10px auto 0 auto;
}

.css_recom h3,
.css_cost h3 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	border-left: 6px solid #0086f9;
	padding-left: 8px;
	margin-bottom: 30px;
}

.css_recom h3 span,
.css_cost h3 span {
	font-size: 16px;
}

.css_recom .left,
.css_cost .left {
	width: 505px;
}

.css_recom p,
.css_cost p {
	color: #666;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 10px;
}

.css_recom p b,
.css_cost p b {
	display: block;
	color: #0086f9;
}

.css_recom a.a_link,
.condition_info a.a_link,
.css_cost a.a_link {
	width: 150px;
	height: 35px;
	line-height: 35px;
	background: #51c21a;
	color: #fafafa;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin-top: 20px;
	margin-right: 10px;
}

.css_recom a.a_link:hover,
.condition_info a.a_link:hover,
.css_cost a.a_link:hover
{
	background: #42a711;
}


.css_recom .sp_ps,
.css_cost .sp_ps {
	font-size: 12px;
    color: #999;
    right: -328px;
    top: -20px;
    position: relative;
    width: 267px;
    display: inline-block;
}

.css_recom .right,
.css_cost .right {
	position: relative;
	width: 400px;
	height: 425px;
}

.css_recom .right img,
.css_cost .right img {
	position: absolute;
	bottom: 10px;
	width: 400px;
	height: 260px;
}


/*<!--recom-->*/


/*<!--condition-->*/

.condition .banner_botom {
	width: 1000px;
	margin: 0 auto 60px auto;
}

.ul_condition {
	margin-bottom: 30px;
}

.ul_condition li {
	cursor: pointer;
	float: left;
	width: 90px;
	height: 390px;
	vertical-align: middle;
	padding: 90px 30px 0 30px;
	background: #8ec0f1;
	box-sizing: border-box;
	margin-right: 10px;
	border-radius: 5px;
	position: relative;
}

.ul_condition li span {
	color: #fafafa;
	font-weight: bold;
	font-size: 24px;
}

.ul_condition li:hover,
.ul_condition li.active {
	background: #0087ce;
}

.ul_condition li:hover:before {
	content: '';
	position: absolute;
	background: url(../img/ic_arrow_close.png) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 24px;
	top: 40px;
}

.ul_condition li.active:before {
	content: '';
	position: absolute;
	background: url(../img/ic_arrow_tor.png) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 24px;
	top: 40px;
}

.ul_condition li.js_toL.active:before {
	content: '';
	position: absolute;
	background: url(../img/ic_arrow_tol.png) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 24px;
	top: 40px;
}

.condition_info {
	display: none;
	position: absolute;
	width: 400px;
	height: 390px;
	background: #e4eefd;
	top: 0;
	left: 90px;
	z-index: 100;
	padding: 30px;
	box-sizing: border-box;
}

.js_toL .condition_info {
	left: inherit;
	right: 90px;
}

.ul_condition li.active .condition_info {
	display: block;
}

.condition_info p {
	color: #666;
	line-height: 25px;
}

.condition_info b {
	display: block;
	color: #0087ce;
	font-size: 14px;
	font-weight: bold;
}


/*<!--condition-->*/


/*<!--timeline-->*/

.timeline .left {
	width: 650px;
	height: 510px;
	background: #fafafa;
	box-sizing: border-box;
}

.timeline .tab_ul li {
	width: 325px;
	height: 60px;
	float: left;
	color: #999;
	cursor: pointer;
	line-height: 60px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background: #e1e0e0;
}

.timeline .tab_ul .active {
	color: #fafafa;
	background: #0086f9;
}

.css_cont_timeline {
	padding: 33px;
	line-height: 25px;
	box-sizing: border-box;
}

.css_cont_timeline h3 {
	font-size: 17px;
	color: #333;
	font-weight: bold;
}

.css_cont_timeline span {
	color: #0086f9;
}

.css_cont_timeline p {
	color: #666;
}

.css_cont_timeline .box {
	margin-bottom: 10px;
}

.timeline .right {
	width: 325px;
	height: 510px;
	background: #fafafa;
	box-sizing: border-box;
}

.timeline .right h3 {
	color: #fafafa;
	height: 60px;
	line-height: 60px;
	background: #ff8202;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.ul_timeline {
	margin: 30px 20px;
	height: 390px;
	overflow-y: scroll;
	position: relative;
}

.ul_timeline li {
	position: relative;
	padding: 0 10px 0 40px;
	padding-bottom: 30px;
}

.ul_timeline li span {
	color: #ff8202;
	font-size: 16px;
	font-weight: bold;
}

.ul_timeline li p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}

.ul_timeline li:before {
	content: '';
	background: url(../img/ic_clock.png) no-repeat center;
	background-size: 30px;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0px;
	z-index: 1;
}

.ul_timeline li:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 100%;
	left: 13px;
	top: 0;
	border-left: 2px solid #e5e5e5;
	z-index: 0;
}


/*<!--timeline-->*/


/*<!--cost-->*/

.section .part-tit {
	background: #0086f9;
	background: -webkit-linear-gradient(left, #0086f9, #4cdfcc);
	background: -o-linear-gradient(right, #0086f9, #4cdfcc);
	background: -moz-linear-gradient(right, #0086f9, #4cdfcc);
	background: -ms-linear-gradient(right, #0086f9, #4cdfcc);
	background: linear-gradient(to right, #0086f9, #4cdfcc);
	width: 502px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto 50px;
	border-radius: 50px;
}

.cost .sp_h4 {
	color: #333;
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
	border-left: 4px solid #0086f9;
	display: inline-block;
	vertical-align: top;
}

.cost .div_fonts {
	display: inline-block;
	margin-left: 20px;
}

.cost .bg_right {
	background: url(../img/cost_1.jpg) no-repeat right;
	padding: 50px 0 50px 130px;
	line-height: 25px;
	color: #666;
}

.cost .bg_left {
	background: url(../img/cost_2.jpg) no-repeat left;
	padding: 40px 0 36px 550px;
	line-height: 25px;
	color: #666;
}

.innter_content {
	margin-top: 60px;
}

.ul_cost li {
	width: 235px;
	margin-right: 17px;
}

.ul_cost li:nth-child(4) {
	margin-right: 0;
}

.css_cost .right img {
	width: 390px;
	height: 310px;
}

.css_cost .left {
	width: 530px;
}

.ser_ul li {
	color: #999;
	width: 250px;
	height: 104px;
	padding: 20px 0;
	cursor: pointer;
	border: 2px solid #0087ce;
	margin-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
}

.ser_ul .ser_li1 {
	background: url(../img/num1.png) no-repeat center;
	background-size: 55px 60px;
	background-position-y: 10px;
}

.ser_ul .ser_li2 {
	background: url(../img/num2.png) no-repeat center;
	background-size: 55px 60px;
	background-position-y: 10px;
}

.ser_ul .ser_li3 {
	background: url(../img/num3.png) no-repeat center;
	background-size: 55px 60px;
	background-position-y: 10px;
}

.ser_ul .ser_li1:hover,
.ser_ul .ser_li1.active {
	background: url(../img/num1_hover.png) #0087ce no-repeat center;
	background-size: 55px 60px;
	background-position-y: 10px;
}

.ser_ul .ser_li2:hover,
.ser_ul .ser_li2.active {
	background: url(../img/num2_hover.png) #0087ce no-repeat center;
	background-size: 55px 60px;
	background-position-y: 10px;
}

.ser_ul .ser_li3:hover,
.ser_ul .ser_li3.active {
	background: url(../img/num3_hover.png) #0087ce no-repeat center;
	background-size: 55px 60px;
	background-position-y: 10px;
}

.sec_service .active {
	color: #fafafa;
	background: #0087ce;
}

.sec_service h4 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	padding-top: 40px;
}

.sec_service .right {
	width: 710px;
	height: 332px;
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
}

.js_cons_3 p {
	color: #666;
	line-height: 25px;
	margin-bottom: 20px;
}

.js_cons_3 li {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 0px;
	transition: all 0.25s ease;
}

.js_cons_3 li:nth-child(3n) {
	margin-right: 0;
}

.js_cons_3 li:hover {
	top: -10px;
	box-shadow: 0px 0px 20px #ccc;
	border-radius: 5px;
}

.js_cons_3 .content:nth-child(3) li:nth-child(1) {
	margin-left: 115px;
}

.sec_service h3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	border-left: 4px solid #0086f9;
	padding-left: 8px;
	margin-bottom: 10px;
}

.sec_service .box {
	margin-bottom: 25px;
}

.sec_service a
{
	display: inline-block;
	float: left;
	margin-right: 20px;
	position: relative;
	top:0;
}

.sec_service .box a:last-child
{
	margin-right: 0;
}

.sec_service .box a:hover
{
    transition: 0.3s ease;
    top: -5px;
    box-shadow: 0px 5px 10px #e4eaec;
    border-radius: 10px;
}

/*<!--cost-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.ab-advan-ul {
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
	text-align: center;
}

.ab-advan-ul li {
	display: inline-block;
	color: #666666;
	font-size: 20px;
	line-height: 25px;
	width: 120px;
}

.ab-advan-ul p {
	margin-top: 10px;
}

.ab-advan-ul .ab-advan-img {
	height: 33px;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}

.ab-advan-ul .ab-advan-img img {
	margin: 0 auto;
}

.ab-advan-ul .ab-advan-img {
	height: 34px;
}

.ab-advan-ul li.lastAdvan {
	margin-right: 0;
}


/*<!--idpAdvan-->*/


/*template style*/


/*.serviceLis .service_txt h6 {
	color: #ff8202 !important;
}*/

.advantage dt {
	border-color: #CCCCCC !important;
}

.foot {
	line-height: 28px;
}


/*template style*/