@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: 550px;
	position: relative;
	background: url(../img/banner.jpg) no-repeat center top;
}

.headCon {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 390px;
}

.headTxt {
	position: absolute;
	right: 0;
	top: 35px;
	width: 510px;
}

.headCon h1 * {
	position: absolute;
	left: 0;
}

.headCon b {
	font-size: 46px;
	top: 190px;
	color: #e11b36;
	background: -webkit-linear-gradient(left, #e11b36, #ff8201);
	background: -moz-linear-gradient(left, #e11b36, #ff8201);
	background: linear-gradient(left, #e11b36, #ff8201);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.headCon span {
	font-size: 43px;
	top: 130px;
	font-weight: normal;
	color: #e11b36;
	background: -webkit-linear-gradient(left, #e11b36, #ff8201);
	background: -moz-linear-gradient(left, #e11b36, #ff8201);
	background: linear-gradient(left, #e11b36, #ff8201);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.headCon i {
	font-size: 38px;
	color: #333;
	top: 70px;
	font-style: normal;
	font-weight: bold;
}

.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: 760px;
	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 {
	width: 515px;
	float: right;
	top: -110px;
	position: relative;
}

.lbCon {
	padding: 40px 0px 0px;
	width: 515px;
	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: 25px;
	font-size: 14px;
	color: #333;
	display: block !important;
	width: 434px;
	position: relative;
	left: 80px;
	top: -48px;
}

.lead b {
	color: #333333;
	text-align: left;
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
	background: none !important;
	-webkit-text-fill-color: #333;
}

.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,
.branch,
.professional {
	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: 16px;
	color: #fafafa;
	cursor: pointer;
	margin: 0 auto;
	background-color: #ff8202;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
}

#submit:hover {
	background-color: #e87a09;
}


/*-------------------表单--------------------*/

.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: 20px 0;
	background-color: #fafafa;
}

.section.pbnone {
	padding-bottom: 0;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content.pbt70 {
	padding-bottom: 70px;
}

.grayBg {
	background-color: #f0f0f0;
}

.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;
}

.section-content h2 b {
	font-size: 36px;
	display: block;
}

.section-content h2 span {
	font-size: 24px;
	color: #333;
	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: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fafafa;
	border: 1px solid #ff8202;
	text-align: center;
	margin-left: 15px;
}

.ly-link {
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	margin: 40px auto 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fafafa;
	border: 1px solid #0099ff;
	background: #0099ff;
	text-align: center;
	border-radius: 30px;
}

.ly-link:hover {
	color: #fafafa;
	background-color: #0792ef;
}

.ly-link-hollow {
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 40px auto 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ff8202;
	border: 2px solid #ff8202;
	text-align: center;
}

.ly-link-hollow:hover {
	color: #fafafa;
	background-color: #ff8202;
}

.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;
}


/*------------------轮播----------------*/

.success_carousel {
	/*overflow: hidden;*/
	position: relative;
	width: 1000px;
	margin-top: 30px;
}

.success_carousel .hd .prev,
.success_carousel .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -23px;
}

/*.success_carousel .hd .prev {
	left: 0;
	background: url(../img/prev.png) no-repeat center;
}

.success_carousel .hd .next {
	right: 0;
	background: url(../img/next.png) no-repeat center;
}

.success_carousel .hd .prev:hover {
	left: 0;
	background: url(../img/prev_hover.png) no-repeat center;
}

.success_carousel .hd .next:hover {
	right: 0;
	background: url(../img/next_hover.png) no-repeat center;
}*/

.success_carousel .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.success_carousel .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 13px;
	height: 13px;
	background: #ccc;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.success_carousel .hd ul li.on {
	width: 35px;
	height: 13px;
	background-color: #0066cc;
	border-radius: 20px;
}

.success_carousel .bd ul {
	padding-bottom: 35px !important;
}

.success_carousel .bd ul li {
	float: left;
	text-align: center;
}

.success_carousel .bd li>div {
	float: left;
	margin-right: 20px;
}

.success_carousel img {
	margin: 0 auto;
}

.success_carousel span {
	font-weight: bold;
	color: #333;
}

.success_carousel p {
	color: #666;
	line-height: 30px;
}

.success_carousel a {
	display: block;
	margin-top: 20px;
	margin: 20px auto 0;
	font-weight: bold;
	color: #66CC33;
	width: 90px;
}


/** common style **/


/*<!--reason-->*/

.reason {
	padding: 30px 0 0;
}

.ul_reason {}

.ul_reason li {
	cursor: pointer;
	float: left;
	width: 135px;
	height: 195px;
	margin-right: 5px;
	position: relative;
}

.ul_reason li .reason_tit {
	width: 135px;
	height: 195px;
	color: #666;
	vertical-align: middle;
	padding: 40px 54px 0 60px;
	box-sizing: border-box;
	/*margin-right: 10px;*/
	border-radius: 20px;
	position: relative;
	background: #fafafa;
	background: -webkit-linear-gradient(#fafafa, #ffe8ce);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#fafafa, #ffe8ce);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#fafafa, #ffe8ce);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#fafafa, #ffe8ce);
	/* 标准的语法 */
}

.ul_reason li .reason_tit:before {
	content: '';
	position: absolute;
	width: 68px;
	height: 45px;
	bottom: 0;
	opacity: 1;
	right: 0;
}

.ul_reason li:nth-child(1) .reason_tit:before {
	background: url(../img/ic_why_1.png) no-repeat;
	background-size: contain;
}

.ul_reason li:nth-child(2) .reason_tit:before {
	background: url(../img/ic_why_2.png) no-repeat;
	background-size: contain;
}

.ul_reason li:nth-child(3) .reason_tit:before {
	background: url(../img/ic_why_3.png) no-repeat;
	background-size: contain;
}

.ul_reason li:nth-child(4) .reason_tit:before {
	background: url(../img/ic_why_4.png) no-repeat;
	background-size: contain;
}

.ul_reason li:hover .reason_tit:before,
.ul_reason li.active .reason_tit:before {
	opacity: 0.5;
}

.ul_reason li:hover .reason_tit,
.ul_reason li.active .reason_tit {
	background: #ff8201;
	background: -webkit-linear-gradient(#ff8201, #e11b36);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ff8201, #e11b36);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#ff8201, #e11b36);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#ff8201, #e11b36);
	/* 标准的语法 */
}

.ul_reason li.active {
	width: 580px;
}

.ul_reason li span {
	color: #949391;
	font-weight: bold;
	font-size: 18px;
}

.ul_reason li:hover span,
.ul_reason li.active span {
	color: #fafafa;
}

.ul_reason li:last-child {
	margin-right: 0;
}

.reason_info {
	display: none;
	position: absolute;
	width: 455px;
	height: 195px;
	background: #fafafa;
	background: -webkit-linear-gradient(#fafafa, #ffe8ce);
	background: -o-linear-gradient(#fafafa, #ffe8ce);
	background: -moz-linear-gradient(#fafafa, #ffe8ce);
	background: linear-gradient(#fafafa, #ffe8ce);
	top: 0;
	left: 125px;
	z-index: 100;
	padding: 30px;
	box-sizing: border-box;
}

.js_toL .reason_info {
	left: inherit;
}

.js_toL .reason_tit {
	float: right;
}

.ul_reason li.active .reason_info {
	display: block;
}

.reason_info p {
	color: #666;
	line-height: 25px;
	font-size: 17px;
	margin-top: 20px;
}

.reason_info b {
	display: block;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}


/*<!--reason-->*/


/*<!--conditions-->*/

.conditions .box {
	background: #fff;
	width: 588px;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 1px 0px 23px #ccc;
}

.conditions .box h3 {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.conditions .box h3:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 20px;
	height: 36px;
	background: url(../img/arrow_r.png) no-repeat;
}

.conditions .box span {
	color: #666;
	font-weight: bold;
	line-height: 30px;
}

.conditions .box p {
	color: #666;
	line-height: 25px;
}

.conditions .box_one {
	left: 50px;
}

.conditions .box_two {
	left: 425px;
	top: -20px;
}

.conditions .box_three {
	top: -40px;
}

.conditions .box_banner {
	left: 280px;
	top: -60px;
	position: relative;
}

.conditions .box_equal {
	box-shadow: none !important;
	background: transparent;
	width: 335px;
	margin: 50px auto 0 auto;
}

.conditions .box_one:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 75px;
	background: url(../img/ic_add.png) no-repeat;
	right: -100px;
	bottom: 52px;
}

.conditions .box_two:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 75px;
	background: url(../img/ic_add.png) no-repeat;
	left: -100px;
	bottom: 52px;
}

.conditions .box_three:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 75px;
	background: url(../img/ic_add.png) no-repeat;
	right: -100px;
	bottom: 125px;
}

.conditions .box_banner:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 75px;
	background: url(../img/ic_equal.png) no-repeat;
	left: 200px;
	bottom: -125px;
}


/*<!--conditions-->*/


/*<!--rank -->*/

.rank h2 span {
	margin-top: 20px;
}

.rank_contents {
	padding: 30px 0;
	background: url(../img/bg_rank.png) no-repeat center;
	background-size: cover;
}

.ranks {
	width: 1000px;
	margin: 0 auto;
}

.ranks a {
	color: #000;
	font-size: 24px;
	display: inline-block;
	height: 115px;
	width: 330px;
	line-height: 115px;
	text-align: center;
}

.ranks a:hover {
	color: #fafafa;
	font-weight: bold;
}

.ranks p:nth-child(1) {
	margin-left: 150px;
}

.ranks p:nth-child(1) a:nth-child(1) {
	width: 500px;
}

.ranks p:nth-child(2) a:nth-child(1) {
	padding-left: 100px;
	width: 360px;
	box-sizing: border-box;
}

.ranks p:nth-child(2) a:nth-child(3) {
	width: 240px;
}

.ranks p:nth-child(3) a {
	margin-left: 220px;
}

.ranks p:nth-child(4) {
	margin-left: 300px;
}

.ranks p:nth-child(4) a:nth-child(1) {
	padding-left: 35px;
}


/*<!--rank -->*/


/*<!--recom -->*/

.recom p.p_info {
	border: 1px dashed #ccc;
	padding: 30px 60px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}

.recom .slide {
	width: 313px;
	height: 370px;
	margin-right: 30px !important;
}

.recom li .slide:nth-child(3) {
	margin-right: 0 !important;
}

.recom_top {
	background: #ff9966;
	padding: 20px 0 30px 0;
	text-align: center;
}

.recom_top span {
	color: #fafafa;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fafafa;
}

.recom_bottom {
	height: 210px;
	border: 1px solid #ccc;
	margin-top: 1px;
	padding: 20px 25px;
	text-align: left;
}


/*<!--recom -->*/


/*<!--background -->*/

.con_background {
	margin-top: 30px;
}

.con_background .a_banner {
	margin-top: 30px;
	display: block;
}


/*<!--background -->*/


/*<!--top10 -->*/

.top10 .left {
	width: 600px;
}

.top10 .right {
	width: 400px;
	padding-top: 60px;
	padding-left: 5px;
	box-sizing: border-box;
}

.topsch_ul {
	width: 600px;
	background: url(../img/ic_separated.png) no-repeat right;
	background-size: contain;
}

.topsch_ul li {
	position: relative;
	cursor: pointer;
	float: left;
	display: block;
	width: 180px;
	height: 78px;
	margin: 0 8px 8px 0;
}

.topsch_ul li:nth-child(4),
.topsch_ul li:nth-child(9) {
	cursor: default;
}

.topsch_ul li:nth-child(3n) {
	margin-right: 0;
}

.topsch_ul li img {
	width: 180px;
}

.mask_div {
	background: rgba(84, 84, 84, 0.5);
	width: 180px;
	height: 75px;
	position: absolute;
	top: 0;
}

.topsch_ul li:hover .mask_div,
.topsch_ul li.active .mask_div {
	background: transparent;
	border: 3px solid #ff9900;
	box-sizing: border-box;
}

.top10 .right h4 {
	color: #666;
	font-size: 24px;
	margin-bottom: 10px;
}

.top10 .right p {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}


/*<!--top10 -->*/


/*<!--chitchat -->*/

.chitchat {
	padding-bottom: 0;
}

.section .part-tit {
	background: #e11937;
	background: -webkit-linear-gradient(left, #e11937, #ff8300);
	background: -o-linear-gradient(right, #e11937, #ff8300);
	background: -moz-linear-gradient(right, #e11937, #ff8300);
	background: -ms-linear-gradient(right, #e11937, #ff8300);
	background: linear-gradient(to right, #e11937, #ff8300);
	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;
}

.chitchat .left {
	width: 590px;
	height: 279px;
	padding-left: 190px;
	box-sizing: border-box;
	background: url(../img/cjy_pic.jpg?v=1.0) #fafafa no-repeat left;
}

.chitchat .left_content {
	padding: 35px;
	color: #666;
	font-size: 14px;
	line-height: 26px;
	box-sizing: border-box;
}

.chitchat .left_content h4 {
	color: #333;
	width: 320px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	background: #f0f0f0;
	border-radius: 50px;
	font-weight: bold;
	margin-bottom: 10px;
}

.chitchat .right {
	width: 390px;
}

.chitchat .video_ul {
	margin-top: 5px;
}

.chitchat .video_ul li {
	line-height: 25px;
	cursor: pointer;
	padding-left: 5px;
}

.chitchat .video_ul li:hover,
.chitchat .video_ul li.active {
	background: #f8b978;
	font-weight: bold;
}

.chitchat .slide {
	width: 900px;
	height: 279px;
	padding-left: 190px;
	box-sizing: border-box;
}

.chitchat .success_carousel {
	position: relative;
	width: 920px;
	margin: 0 auto;
}
.chitchat li:nth-child(1) .slide {
	background: url(../img/Austin.jpg) #fafafa no-repeat left;
	background-size: 190px 280px;
}

.chitchat li:nth-child(2) .slide {
	background: url(../img/wdz_pic.jpg) #fafafa no-repeat left;
}

.chitchat li:nth-child(3) .slide {
	background: url(../img/zl_pic.jpg) #fafafa no-repeat left;
}

.chitchat li:nth-child(4) .slide {
	background: url(../img/qy_pic.jpg) #fafafa no-repeat left;
}

.chitchat .slide h4 {
	color: #333;
	width: 320px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	background: #f0f0f0;
	border-radius: 50px;
	font-weight: bold;
	margin: 10px 0;
}

.chitchat .slide h5 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
}

.slide_content {
	text-align: left;
	padding: 50px 30px 50px 30px;
}

.slide_content p {
	line-height: 25px;
}

.slide_content a {
	color: #0066cc;
	display: contents;
	font-weight: normal;
}

.chitchat .a_banner {
	display: block;
	height: 223px;
	margin-top: 20px;
}


/*<!--chitchat -->*/


/*<!--center -->*/

.center {
	padding-bottom: 80px;
}

.center .left {
	width: 415px;
	height: 600px;
	position: absolute;
	z-index: 0;
	background: url(../img/bg_dowhat.jpg) no-repeat left;
}

.center .div_ps {
	position: absolute;
	bottom: 80px;
}

.center .div_ps p {
	color: #fafafa;
	font-weight: bold;
	font-size: 18px;
	padding: 3px 10px;
	background: #365279;
	margin-bottom: 5px;
}

.center .right {
	width: 715px;
	height: 520px;
	padding: 20px 40px;
	position: relative;
	z-index: 1;
	top: 40px;
	box-sizing: border-box;
	background: rgba(51, 51, 51, 0.8);
}

.line_content ul {
	position: relative;
}

.line_content ul:before {
	content: '';
	position: absolute;
	height: 102%;
	left: 15px;
	top: -1%;
	border-left: 2px solid #ffe0a4;
}

.line_content ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	line-height: 30px;
}

.line_content li:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	background: url(../img/ic_line.png) no-repeat top left;
	background-size: contain;
}

.line_content {
	color: #fafafa;
}

.line_content span {
	width: 138px;
	height: 28px;
	color: #333;
	font-size: 14px;
	margin-right: 20px;
	text-align: center;
	background: #ffbf44;
	display: inline-block
}


/*<!--center -->*/


/*<!--case -->*/

.case .slide {
	width: 480px;
	margin-right: 30px !important;
}

.case .slide:nth-child(2n) {
	margin-right: 0 !important;
}

.case_content {
	height: 190px;
	text-align: left;
	padding: 20px 40px;
	box-sizing: border-box;
}

.case_top {
	background: url(../img/ic_p.png) no-repeat left;
	background-size: contain;
}

.case_bottom {
	color: #666;
	font-size: 14px;
	padding: 20px;
	height: 165px;
	text-align: left;
	background: #ffcc99;
	box-sizing: border-box;
	position: relative;
}

.case_bottom p {
	line-height: 25px;
}

.a_links {
	width: 280px;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -140px;
}

.ly_link {
	margin-right: 10px !important;
	border-radius: 30px !important;
	font-weight: normal !important;
	text-align: center !important;
	color: #fafafa !important;
	width: 120px !important;
	height: 30px !important;
	line-height: 30px !important;
	display: inline-block !important;
	background: #0066cc !important;
}

.ly_link:hover {
	background: #0661bb !important;
}

.case_top span {
	color: #fafafa;
	font-weight: bold;
	font-size: 18px;
	display: block;
	width: 380px;
	background: #ff825c;
	border-radius: 50px;
	padding: 5px 0;
	margin-left: 70px;
}
/*<!--case -->*/


/*<!--otherlink -->*/

.ul_otherlink {
	width: 820px;
	margin: 0 auto;
}

.ul_otherlink li {
	float: left;
	margin: 0 24px 20px 0;
	position: relative;
	top: 0;
}

.ul_otherlink li:hover {
	top: -10px;
	box-shadow: 0 10px 10px #ccc;
	transition: all 0.3s ease;
}

.ul_otherlink li:nth-child(2n) {
	margin-right: 0;
}


/*<!--otherlink -->*/


/*<!--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;
}

.serviceLis .service_txt h6 {
   
    color: #64b1fc !important;
    }
/*template style*/