@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #000;}
div,form,img,ul,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:0;}
ul,li { list-style:none;}
i,em { font-style: normal;}
h3,h4 { font-weight: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;} .fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover,
a:focus {
  color: #f60;
  text-decoration: none;
}
.p50 { padding: 50px 0px;}
h6, .h6 {font-size: 16px;}
body { padding-top: 128px;}
.bgf6 { background: #f6f6ff;}

/*头部导航*/
header.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: #fff;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	box-shadow: 0 0px 8px rgba(25,24,40,.35);
	}
header.header .logo {line-height: 80px;}
header.header .logo img {height: 100%;}
header.header>.c-flex {justify-content: space-between;}
.underline {position: relative;}
.underline::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	}
.header-tel {
	margin: 0 1.5rem;
	padding-left: 18px;
	background: url(../images/ico02.png) no-repeat left center;
	background-size: 12px;
	float: left;
	color: #fff;
	}

img {vertical-align: middle;}
.header-ewm {
	width: 20px;
	height: 20px;
	background: url(../images/ico01.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;
	position: relative;
	z-index: 9;
	}
.header-ewm img {
	position: absolute;
	bottom: 7px;
	right: -26px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	display: none;
	}

.header-nav {height: inherit;}
.header-nav li {
	margin-left: 1.23rem;
	height: 5.5rem;
	display: flex;
	align-items: center;
	position: relative;
	}
.header-nav li:first-of-type {margin-left: 0;}
.header-nav li::after {
	content: '';
	position: absolute;
	left: 45%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #2e48d4;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	}
.header-nav li.active::after {
	width: 100%;
	bottom: 22px;
	}
.header-nav li.active .h6 {color: #2e48d4;}
.header-nav li:hover .h6 {color: #2e48d4;}
.header-nav li.ready-hover:hover::after {
	width: 120px;
	bottom: 0;
	}
.header-nav .h6 {
	color: #2e48d4;
	color: #474747;
	display: block;
	font-size: 16px;
	}
.header-nav nav {
	position: absolute;
	left: -30px;
	bottom: 0;
	width: 125px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 2;
	display: none;
	background: #fff;
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
	}
.header-nav nav a {
	background: #fff;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #888;
	line-height: 40px;
	height: 40px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	}
.header-nav nav a:hover {
	color: #2e48d4;
	background-color: #f8f8f8;
	}
/*顶部*/
.topbar {
	position: relative;
	z-index: 99;
	height: 39px;
	border-bottom: 1px solid #e6ebf0;
	background-color: #2e48d4;
	font-size: 14px;
	}
.wel {
	height: 39px;
	float: left;
	line-height: 39px;
	color: #fff;
	}
.wel strong { color: #fff}
.top-contact {
	height: 39px;
	float: right;
	}
.top-contact>li {
	position: relative;
	float: left;
	height: 39px;
	line-height: 39px;
	color: #fff;
	}
.top-contact>li.line {
	margin: 0 20px;
	width: 1px;
	height: 39px;
	}
.top-contact>li>a {color: #fff;}
.top-contact li.wx-menu img {
	display: none;
	position: absolute;
	top: 98%;
	left: 50%;
	margin-left: -80px;
	max-width: 160px;
	width: 160px;
	height: 160px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}
.top-contact li.wx-menu:hover img {display: block;}
.top-contact li .iconfont {
	display: inline-block;
	vertical-align: middle
	}
.top-contact li .zx-ppbox {
	top: 100%;
	right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background-image: url(../images/zx1.png)
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
.qq-item:hover .zx-ppbox {display: block;}
.header-main {
	position: relative;
	z-index: 8;
	padding: 30px 0;
	height: 70px;
	}
.zx-ppbox {
	position: absolute;
	width: 320px;
	height: 166px;
	padding: 0 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/zx1.png);
	display: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	}
.item-zixun .zx-ppbox {
	right: 90px;
	top: 0;
	}
.zx-cell {
	position: relative;
	color: #000;
	padding: 20px 0;
	}
.zx-cell:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 230px;
	border-top: 1px dashed rgba(255, 255, 255, .4);
	content: '　';
	}
.zx-cell:last-child:after {display: none;}
.zx-hd span, .zx-hd strong {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	}
.zx-hd {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1;
	}
.zx-hd .iconfont {font-size: 22px;}
.zx-link {
	width: 280px;
	height: 66px;
	margin-top: 16px;
	overflow: hidden;
	}
.zx-link a {
	display: block;
	width: 125px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	border: 1px solid #000;
	border-radius: 26px;
	text-align: center;
	color: #000;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.zx-link a:hover {
	background-color: #000;
	color: #f49329;
	}
.zx-bd .text {
	opacity: .8;
	font-size: 13px;
	line-height: 1.4;
	}
.maxwidth {
	width: 1200px;
	margin: 0 auto;
	}
.c-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}
/*头部导航*/

.banner {
	width: 100%;
	height: 650px;
	background: url(../images/banner.jpg) top center no-repeat;
	padding-top: 150px;
	}
.banner h2 {
	font-size: 80px;
	color: #8600ff;
	font-weight: bold;
	text-shadow:5px 5px 0px #d6a9ff;
	padding-left: 80px;
	line-height: 120px;
	}
.banner h3 {
	font-size: 35px;
	color: #8700ff;
	padding-left: 80px;
	margin-top: 30px;
	margin-bottom: 50px;
	}
.banner p { padding-left: 50px;}
.banner a {
	display: inline-block;
	padding: 0px 40px;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	background: #ffdd49;
	border-radius: 30px;
	margin-left: 50px;
	}
.banner .dd1 { color: #fff; background:linear-gradient(to right,#5d66ed,#0f4bcd);}
.banner .dd2 { color: #fff; background:linear-gradient(to right,#8500ff,#b100fe);}

/*******标签*******/
.title {text-align: center; padding-bottom: 30px;}
.title label {
	font-size: 40px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
	}
.title label font { color:#7f00ff;}
.title p {
	font-size: 18px;
	color: #858585;
	}
	
.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 26px;
	color: #fff;
	background:linear-gradient(to right,#5d66ed,#0f4bcd);
	border-radius: 30px;
	padding: 0px 50px;
	line-height: 54px;
	margin-top: 50px;
	margin: 50px 20px 0px;
	}
.more a:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 0px 15px rgba(215,65,55,.9);
	}
.more a:last-child {background:linear-gradient(to right,#8500ff,#b100fe);}

/*******优势******/
.ys_box {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	margin-bottom: 0px;
	}
.ys_box li{
	padding: 25px 20px;
	border-radius: 15px 15px;
	background: #fff;
	box-shadow: 0 4px 30px rgba(86, 45, 231, .18);
	margin: 0px 15px;
	width: calc(50% - 30px);
	}
.ys_box img {
	width: 145px;
	height: 175px;
	float: left;
	margin-right: 15px;
	}
.ys_box strong {
	font-size: 22px; 
	margin-bottom: 15px; 
	display: block; 
	color: midnightblue;
	max-height: 62px;
	overflow: hidden;
	}
.ys_box p {
	line-height: 24px; 
	font-size: 16px; 
	color: #1c0c3d; 
	}
.ys_box .p_a a{
	display: inline-block;
	line-height: 40px;
	padding: 0px 25px;
	font-size: 16px;
	background:linear-gradient(to right,#8500ff,#b100fe);
	border-radius: 20px;
	color: #fff;
	margin-top: 15px;
	}
	
/*******申请条件*****/
.tj_bg {
	width: 100%;
	background: url(../images/bg1.jpg) top center no-repeat;
	background-size: auto;
	padding: 50px 0px;
	}
.tj_bg .title label { color: #fff;}
.tj_bg .title label font { color: #FFDC72;}
.tj_bg .title p { color: #fff;}
.tj_box {
	padding: 30px 0px;
	position: relative;
	}
.tj_box:before {
	content:"";
	position: absolute;
	display: block;
	width: 268px;
	height: 342px;
	background: url(../images/tj.png) center center no-repeat;
	left: 50%;
	top: 50%;
	margin-left: -134px;
	margin-top: -205px;
	z-index: 2;
	}
.tj_box:after { content:""; clear: both; display:block; overflow: hidden; height: 0px;}
.tj_box li{
	border-radius: 10px 10px;
	background: #faf9ff;
	margin: 4px 0px;
	float: left;
	width: 409px;
	height: 153px;
	margin-left: 80px;
	padding-left: 10px;
	}
.tj_box li:nth-child(2n+2) { float: right; margin-right: 78px; padding-right: 10px;}
.tj_box .tj_01 { background: url(../images/xmtpt1one.png) 0 0 no-repeat;}
.tj_box .tj_02 { background: url(../images/xmtptthree.png) 0 0 no-repeat;}
.tj_box .tj_03 { background: url(../images/xmtpt1two.png) 0 0 no-repeat;}
.tj_box .tj_04 { background: url(../images/xmtpt1four.png) 0 0 no-repeat;}
.tj_box img {
	width: 100%;
	height: 120px;
	border-radius: 5px 5px 0px 0px;
	}
.tj_box strong {
	display: block;
	margin: 10px 0px;
	text-align: center;
	font-size: 18px;
	color: #8600ff;
	}
.tj_box p {
	padding: 0px 55px 0px 15px;
	margin: 0px 0px 2px;
	line-height: 18px;
	}
.tj_box p font { color: #f60; font-size: 20px; float: left; margin-right: 5px;}
.tj_box li:nth-child(2n+2) p { padding: 0px 15px 0px 50px;}
.tj_bg .more a { margin-top: 0px;}

.ywjd { height: 300px; position: relative; padding-top: 20px; margin-bottom: 50px;}
.ywjd div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 253px;
    height: 253px;
    background: url(../images/gv_bg.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 30px;
	text-align: center;
	}
.ywjd p {
  	width: 267px;
  	height: 81px;
  	text-align: center;
  	line-height: 59px;
  	background: url(../images/gl1.png) no-repeat center center;
  	background-size: 100% 100%;
  	position: absolute;
  	color: #000000;
  	font-size: 26px;
	}
.ywjd p a { display: block; color: #fff;}
.ywjd p a:hover { text-decoration: none;}

@keyframes ywjd_move {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(5px, 0);
  }

  50% {
    transform: translate(0, 0);
  }

  75% {
    transform: translate(-5px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.ywjd .tip1 {
  top: 40px;
  left: 15%;
  animation: ywjd_move 4s linear infinite reverse;
}

.ywjd .tip2 {
  background: url(../images/gl2.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: 0;
  left: 6%;
  animation: ywjd_move 5s linear infinite reverse;
}

.ywjd .tip3 {
  top: 40px;
  right: 15%;
  background: url(../images/gl3.png) no-repeat center center;
  background-size: 100% 100%;
  animation: ywjd_move 4s linear infinite reverse;
}

.ywjd .tip4 {
  background: url(../images/gl4.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: 0;
  right: 6%;
  animation: ywjd_move 3s linear infinite reverse;
}



/*********申请材料*********/
.sqcl{ overflow: hidden;}
.sq_tit {
	height:400px; 
	font-size:20px; 
	width: 15%; 
	float: left; 
	background: #a166fe;
	border-radius: 30px 0px 0px 30px;
	padding-top: 50px;
	}
.sq_tit span{
	color: #fff; 
	display:inline-block; 
	text-align:center; 
	cursor:pointer;
	width: 100%;
	height: 80px;
	line-height: 80px;
	}
.sq_tit span a {color: #fff;}
.sq_tit span a:hover { text-decoration: none;}
.sq_tit .act_s a {
	width: 115%;
	line-height: 50px;
	display: block; 
	color:#fff; 
	background:linear-gradient(to right,#ff5997,#ffb224);
	margin-top: 15px;
	border-radius: 0px 30px 30px 0px;
	/*box-shadow: 3px 3px 5px rgba(56,41,146,.7);*/
	position: relative;
	z-index: 1;
	}
.sqsub{width:85%; float: right;}
.sq_box {
	height: 390px;
	position: relative;
	margin-top: 5px;
	margin-right: 10px;
	/*box-shadow: 0px 0px 7px rgba(0,0,0,.3);*/
	border: 1px solid #7f00ff;
	}
.sq_box:after { content:""; clear: both; overflow: hidden; display: block; height: 0px;}
.sq_box span {
	position: absolute;
	width:300px;
	height: 300px;
	left: 50px;
	top: 50%;
	z-index: 1;
	margin-top: -150px;
	}
.sq_box span img { width: 100%; height: 100%;}
.sq_box dl {
	float: right;
	margin-bottom: 0px;
	padding: 20px 25px;
	font-size: 18px;
	height: 370px;
	margin-top: 15px;
	width: 600px;
	border-left: 1px dashed #999;
	}
.sq_box dl dt { font-weight: normal; margin-bottom: 15px;}
.sq_box dl dd { margin-bottom: 30px;}
/*.sq_col1 { background: rgba(46,172,252,.2);}
.sq_col2 { background: rgba(249,98,60,.2);}
.sq_col3 { background: rgba(229,202,19,.2);}*/


/*********如何选择********/
.rhxz_bg {
	width: 100%;
	background: url(../images/bg2.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0px;
	}
.rhxz_bg .title { padding-bottom: 0px;}
.rhxz_bg .title label { padding-bottom: 0px;}
.rhxz_bg .title, .rhxz_bg .title p { color: #fff;}
.rhlef{margin-top: 50px; background: url(../images/zy_bg.png) bottom center no-repeat; padding-bottom: 46px;}
.rhsub {
	margin: 0px 80px;
	padding: 30px 30px;
	background: #000;
	border-radius: 20px 20px 0px 0px;
	}
.rh_box { background-color: #fff;}
.rh_box h3 {
	line-height: 55px;
	display: block;
	background-color: #8200ff;
	color: #fff;
	text-align: center;
	margin: 0px 0px;
	}
.ystj{
	padding: 0px 10px 0px;
	margin-bottom: 0px;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	}
.ystj li{
	margin: 8px 15px;
	width: calc(50% - 30px);
	display: flex;
	justify-content: center;
	align-items: center;
	}
.ystj li h4 {
	width: 20%;
	height: 80px;
	padding: 0px 15px;
	border-radius: 10px 0px 0px 10px;
	background:linear-gradient(to right,#fe7007,#fea96a);
	font-weight: 600;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	position: relative;
	}
.ystj li h4:before {
	content:"";
	position: absolute; 
    width:0;height:0;  
    line-height:0;  
    border-width:10px;  
    border-style:solid; 
    border-color:transparent transparent transparent #fea96a; 
	right: -20px;
	} 
.ystj li:last-child h4 {background:linear-gradient(to right,#d12464,#ff5997);}
.ystj li:last-child h4:before {border-color:transparent transparent transparent #ff5997;}
.ystj li p {
	border: 1px solid #aaa;
	border-left: none;
	height: 80px;
	width: 80%;
	display: flex;
	align-items: center;
	margin: 0px 0px;
	padding: 0px 20px;
	}
	
.rh_cont { padding: 0px 25px 25px;}

.sk_list { width: 100%;}
.sk_list table {
	border: 1px solid #ddd;
	border-spacing: 0;
    border-collapse: collapse;
	text-align: center;
	width: 100%;
	}
.sk_list table th {
    vertical-align: middle;
    font-size: 20px;
	padding: 5px 8px;
	border: 1px solid #ddd;
	text-align: center;
	}
.sk_1 { width: 15%;}
.sk_2 { width: 40%;}
.sk_3 { width: 30%;}
.sk_4 { width: 15%;}
.sk_list table td {
    vertical-align: middle;
    font-size: 15px;
	padding: 5px 5px;
	border: 1px solid #ddd;
	}
.sk_list table td a{ color: #fd9b00;}

/***********顺利录取**********/
.sl_bg {
	width: 100%;
	background: url(../images/bg3.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 50px 0px;
	}
.sl_bg .title,.sl_bg .title p{
	color: #fff;
}
.sllq {
	padding: 0px 30px;
	}
.sllq li{ margin-bottom: 20px;	}
.sllq li span {
	display: inline-block;
	width: 105px;
	height: 105px;
	border-radius: 50% 50%;
	float: left;
	overflow: hidden;
	}
.sllq li span img { width: 100%;}
.sllq li dl {
	height: 105px;
	background-color: #fff;
	position: relative;
	width: 86%;
	float: left;
	margin-left: 30px;
	border-radius: 0px 20px 20px 0px;
	margin-bottom: 0px;
	}
.sllq li dl:before {
	content:"";
	position: absolute;
	width: 30px;
	height: 105px;
	background: url(../images/sl-2.png) left center no-repeat;
	left: -30px;
	top: 0px;
	}
.sllq li dt {
	font-size: 30px; 
	text-align: left; 
	color: #8200ff;
	line-height: 50px;
	padding-top: 10px;
	    padding-left: 30px;
	}
.sllq li.risyy dt{
	text-align: right;
    padding-right: 30px;
}
.sllq li dd {
	padding: 0px 15px;
	margin: 0px 0px;
	font-size: 18px;
	text-align: center;
	}
.sllq li:nth-child(2) dl { border-radius: 20px 0px 0px 20px; margin-right: 30px; margin-left: 0px;}
.sllq li:nth-child(2) dl:before { background: url(../images/sl-3.png) right center no-repeat; left: auto; right: -30px;}
.sllq .kysj h3 { color: #f73907;}
.sllq .lwjc h3 { color: #2f68e7;}
.sllq .tjx h3 { color: #02a3ff;}


/*********成功案例*********/
.al_zs {
	height: 400px;
	margin-left: 10px;
	margin-right: 10px;
	}
.al_zs img { width: 100%; height: 100%; border: 1px solid #eee; padding: 2px 2px;}

/*******灯塔*****/
.qh_bg {
	width: 100%;
	background: url(../images/box2.png) center center no-repeat;
	background-size: cover;
	}
.qh_bg label { color: #fff;}
.dt_box {
	background: url(../images/box01_bg.png) center center no-repeat;
	height: 333px;
	position: relative;
	}
.dt_box:before {
	content:"";
	position: absolute;
	display: block;
	width: 193px;
	height: 211px;
	background: url(../images/qh_ico.png) 0 0 no-repeat;
	right: 30px;
	bottom: 30px;
	z-index: 2;
	}
.qhdt {
	width: 45%;
	float: left;
	margin: 0px 5%;
	padding-top: 15px;
	}
.qhdt ul {}
.qhdt ul li {
	float: left;
	width: 150px;
	margin: 0px 10px;
	}
.qh_tit {
	/*background: #fff;
	box-shadow: 3px 3px 5px rgba(56,41,146,.7);*/
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50% 50%;
	margin: 5px 5px;
	height: 90px;
	}
.qh_tit p { text-align: center; padding: 0px 15px; font-weight: 700; font-size: 16px;}
.qh_tit strong {
	font-size: 30px;
	color: #f60;
	display: block;
	line-height: 30px;
	}
	
.qh_rt {
	margin-left: 2%;
	margin-top: 20px;
	width: 24%;
	height: 290px;
	float: left;
	padding-top: 30px;
	/*background: url(../images/qh_rt.png) left center no-repeat;*/
	}
.qh_rt li {
	text-align: center;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.qh_rt li strong {
	width: 80px;
	height: 80px;
	background: #b100fe;
	border-radius: 50%;
	padding: 0px 10px;
	display: block;
	font-size: 22px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto;
	color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
	}
.qh_rt li span {
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	padding: 0px 10px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
	}
.bg_f7 { background: #f7f7f7;}


/********攻略指南******/
.glzn { padding: 0px 15px;}
.gl_pic {
	float: left;
	width: 30%;
	}
.gl_pic img { width: 100%; height: 265px;}
.gl_text {
	float: left;
	width: 66%;
	margin-left: 4%;
	}
.gl_text dl {
	padding-bottom: 15px;
	border-bottom: 1px dashed #a5a5a5;
	}
.gl_text dl dt {
	font-size: 24px;
	line-height: 40px;
	}
.gl_text dl dt a{ color:#faaa1f;}
.gl_text dl dt a:hover, .gl_text dl dt a:focus, .gl_text dl dd a:hover, .gl_text dl dd a:focus { text-decoration: none; color: #f60;}
.gl_text dl dd a{
	color: #858585;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.gl_text ul { margin-bottom: 0px;}
.gl_text ul li {
	float: left;
	width: 48%;
	line-height: 30px;
	}
.gl_text ul li:nth-child(odd) {margin-right: 4%;}
.gl_text ul li a {
    float: left;
    width: 80%;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	}
.gl_text ul li a:hover { color: #f60;}
.gl_text ul li span {
    float: right;
    font-size: 16px;
    color: #999;
	}
	

.footer {
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	color: #fff;
	background-color: #333;
	line-height: 24px;
	}
.footer p { margin-bottom: 0px;}




@media screen and (max-width: 1024px){
	body { padding-top: 0px;}
	.banner { height: 500px; padding-top: 60px; background-position: center center;}
	.banner h2, .banner h3, .banner p { padding-left: 0px;}
	.header { display: none}
	.ys_box strong { margin-bottom: 10px;}
	.ys_box p { margin-bottom: 0px; max-height: 48px; overflow: hidden;}
	.ys_box .p_a a { margin-top: 10px; padding: 0px 20px;}
	.tj_bg { background-size:auto;}
	.tj_box li { margin: 8px 8px;}
	.tj_box li:nth-child(2n+2) { margin-right: 0px;}
	.tj_box:before { background-size: 90%;}
	.tj_box img { height: 100px;}
	.tj_box p { padding: 0px 10px;}
	.tj_box .tj_03 p { padding-right: 40px;}
	.ywjd { padding-top: 0px;}
	.ywjd .tip1 { left: 5%;}
	.ywjd .tip3 { right: 5%;}
	.sq_box span { width: 240px; height: 240px; margin-top: -120px;}
	.sq_box dl { width: 500px;}
	.sq_box dl dt { margin-bottom: 5px;}
	
	.rhlef { background-size: contain; padding-bottom: 40px;}
	.ystj li h4 { height: 110px; width: 18%;}
	.ystj li p { height: 110px; padding: 0px 10px;}
	.sllq { padding: 0px 0px;}
	.dt_box { background-size: contain;}
	.qhdt { width: 50%; margin: 0px 0px 0px 1%; padding-top: 30px;}
	.qhdt ul li { width: 140px;}
	.qh_rt { margin-left: 6%;}
	.qh_tit { height: 80px;}
	.qh_tit p { margin-bottom: 0px;}
	}
@media screen and (max-width: 768px){
	.banner { padding-top: 20px; height: 350px; background-size: 200%;}
	.banner h2 { font-size: 65px; padding-left: 0px; line-height: 90px;}
	.banner h3 { padding-left: 0px;}
	.banner a { margin-left: 25px;}
	.ys_box li { padding: 15px 15px;}
	.ys_box img { width: 120px; height: 135px;}
	.ys_box strong { font-size: 18px;}
	.tj_box img { height: 75px;}
	.title { padding-bottom: 15px;}
	.more a { margin-top: 30px; font-size: 20px;}
	.ask_box li div { font-size: 16px;}
	.ask_box li div strong { padding: 20px 10px;}
	.sq_box span { width: 330px; height: 300px; margin-top: -150px;}
	.sq_box dl { width: 420px; font-size: 18px;}
	.sq_box dl dt { margin-top: 20px;}
	.sllq { width: 100%;}
	.qh_tit { height: 120px; padding: 20px 10px;}
	.qh_rt { width: 50%; margin-left: 0%;}
	.qhdt { width: 46%;}
	}
@media screen and (max-width: 640px){
	.banner { height: 200px; padding-top: 0px; background-size: 180%;}
	.banner h2 { font-size: 35px; padding-left: 0px; line-height: normal; text-shadow: 2px 2px 0px #302a6d;}
	.banner h3 { font-size: 20px; padding-left: 0px; margin-bottom: 20px;}
	.banner a { font-size: 14px; padding: 0px 20px; line-height: 34px; margin-left: 10px;}
	.title { padding: 0px 15px;}
	.title label { font-size: 22px; margin-bottom: 0px; padding-bottom: 0px; line-height: 30px;}
	.title p { font-size: 14px; padding: 0px 20px;}
	.p50 { padding: 20px 0px;}
	.more a { font-size: 16px; margin-top: 20px; padding: 0px 15px; margin: 20px 5px 0px; line-height: 40px;}
	.ys_box li { margin: 8px 15px;width: calc(100% - 30px);}
	.ys_box img { width: 90px; height: 90px;}
	.ys_box strong { font-size: 16px; margin-bottom: 0px;}
	.ys_box p { font-size: 14px; line-height: 20px; max-height: 40px;}
	.ys_box .p_a a { line-height: 30px; font-size: 13px;}
	.tj_bg { padding: 20px 0px;}
	.rh_box { padding: 5px;}
	.ystj li {width: calc(100% - 0px); margin: 4px 0px;}
	.ystj li h4 { margin-top: 0px; margin-bottom: 0px; height: 90px;}
	.ystj li p { height: 90px;}
	.sk_list table th { font-size: 14px; padding: 8px 5px;}
	.sk_list table td { font-size: 13px; padding: 8px 5px;}
	.sk_2 { width: 35%;}
	.sk_4 { width: 18%;}
	.sllq li h3 { font-size: 20px; margin-top: -85px;}
	.sllq li h3 span { display: none;}
	.sllq li { height: 140px;}
	.sllq li img { height: 140px;}
	.sllq li p { top: 40px; padding: 0px 10px; font-size: 13px;}
	.sllq { margin: 0px 0px;}
	.qhdt { width: 100%; padding-top: 20px;}
	.qh_rt { width: 100%; background-position: center center;}
	.tj_box li { margin: 10px 10px; width: calc(50% - 20px);}
	.ts_box strong { font-size: 18px;}
	.ts_box p { padding: 0px 10px;}
	.ask_bg { padding: 20px 0px;}
	.ask_box li { width: 50%;}
	.ask_box li div { margin: 5px 10px; font-size: 14px;}
	.ask_box li div strong { padding: 5px 10px; min-height: 50px;}
	.sq_tit { width: 90%; font-size: 16px; height: 40px; line-height: 40px;}
	.sq_box { padding: 0px 0px;}
	.sq_box dl { width: auto; float: none; padding: 180px 20px 30px; font-size: 16px;}
	.sq_box span { width: 240px; height: 160px; top: 20px; margin-top: 0px; left: 50%; margin-left: -120px;}
	.rhxz_bg { padding: 20px 0px;}
	.gl_pic { display: none;}
	.gl_text { width: 100%; margin-left: 0px;}
	.gl_text dl dt { font-size: 18px;}
	.gl_text ul li { width: 100%;}
	.gl_text ul li a { font-size: 15px;}
	.glzn { padding-top: 10px;}
	}
@media screen and (max-width: 375px){
	.banner { height: 185px;}
	.banner a { margin-left: 5px;}
	.sllq li p { font-size: 12px; padding: 0px 5px;}
	.sllq { padding: 10px;}
	.sllq li{box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);}
	.more a { font-size: 14px; line-height: 34px; padding: 0px 12px;}
	.qh_rt { background-size: 75%; height: 260px;} 
	.ts_box { padding: 15px 10px;}
	.ts_box strong { font-size: 16px;}
	.ts_box img { height: 40px; max-width: 100%;}
	.ts_box p { font-size: 14px; line-height: 20px;}
	.ys_box img { height: 60px; width: 75px;}
	.ys_box strong { font-size: 15px;}
	.ys_box p { font-size: 14px; line-height: 20px;}
	.title label { font-size: 24px;}
	.tj_box p { font-size: 13px;}
	.tj_box p font { margin-top: -5px;}
	.ask_box li div strong {width: 75%;}
	.ask_box li div span { width: 25%;}
	.sq_tit { font-size: 15px;}
	.sq_box dl { font-size: 14px; padding: 150px 20px 30px;}
	.sq_box dl dt { margin-top: 8px;}
	.sq_box dl dd { margin-top: 0px;}
	.sq_box span { height: 120px; top: 15px;}
	.gl_text dl { margin-bottom: 15px;}
	.gl_text dl dt { font-size: 16px; line-height: 34px;}
	}
@media screen and (max-width: 320px){
	.qh_rt { background-size: 90%;}
	.qh_tit { height: 96px;}
	.more a { font-size: 12px; margin: 20px 3px 0px; padding: 0px 10px;}
	.w50 { width: 100%;}
	.banner { height: 145px;}
	.banner h2 { margin-top:10px; font-size: 28px;}
	.banner h3 { margin-bottom: 10px; margin-top: 10px; font-size: 16px;}
	.banner a { font-size: 12px;}
	.sub_rhtit span { font-size: 12px;}
	.sk_2 { width: 30%;}
	.sk_4 { width: 25%;}
	.rh_cont { margin: 10px 0px;}
	.ystj li {width: calc(100% - 0px); margin: 4px 0px;}
	.title label { font-size: 20px;}
	.ys_box li { margin: 8px 8px;width: calc(100% - 16px);}
	.tj_box li { margin: 10px 5px; width: calc(50% - 10px);}
	.tj_box p { font-size: 12px;}
	.ask_box li div { margin: 5px 5px;}
	.ask_box li div strong { padding: 5px 5px;}
	.sq_tit { font-size: 14px;}
	}



/*新添加*/
.youshi{
	padding: 70px 0;
}
.gls-2018-posible { width: 1200px; margin: 0 auto; overflow: hidden; }
.gls-2018-posible .wrap { margin-left: -50px; overflow: hidden; }
.gls-2018-posible .box { width: 270px; height: 253px; margin-left: 20px; float: left; color: #FFFFFF; text-align: center; }
.gls-2018-posible .box .tit h2 { padding-top: 20px; font-size: 26px; font-weight: bold; }
.gls-2018-posible .box .tit p { font-size: 17px; background: url(../images/posible-tit.png) no-repeat center; }
.gls-2018-posible .box .txt { margin-top: 15px; }
.gls-2018-posible .box .txt p { font-size: 17px; }
.gls-2018-posible .box .more { margin-top: 20px; }
.gls-2018-posible .box .more a {background: none; padding: 0; width: 174px; line-height: 40px; margin: 0 auto; border: 1px solid #FFFFFF; display: block; text-align: center; color: #FFFFFF; font-size: 17px; border-radius: 20px; }
.gls-2018-posible .box .more a:hover { background: #FFFFFF; }
.gls-2018-posible .box.box01 { background: url(../images/posible1.png) no-repeat center; }
.gls-2018-posible .box.box01 .more a:hover { color: #ff9438; }
.gls-2018-posible .box.box02 { background: url(../images/posible2.png) no-repeat center; }
.gls-2018-posible .box.box02 .more a:hover { color: #26ae62; }
.gls-2018-posible .box.box03 { background: url(../images/posible3.png) no-repeat center; }
.gls-2018-posible .box.box03 .more a:hover { color: #1cadd9; }
.gls-2018-posible .box.box04 { background: url(../images/posible4.png) no-repeat center; }
.gls-2018-posible .box.box04 .more a:hover { color: #7a59ff; }
.gls-2018-advantage {background-size: 100% 100%; min-height: 448px; margin-top: 80px; background: url(../images/advantage-bg.png) no-repeat center bottom; }
.gls-2018-advantage .tit { text-align: center; }
.gls-2018-advantage .tit h2 { font-size: 32px; font-weight: bold; color: #8200ff; }
.gls-2018-advantage .tit p { font-size: 17px; color: #3e3a39; }
.gls-2018-advantage .advantage {margin:0 auto; width: 1200px; padding: 50px 45px 0 45px; overflow: hidden; }
.gls-2018-advantage .advantage .box { width: 215px; height: 115px; margin-bottom: 30px; float: left; overflow: hidden; }
.gls-2018-advantage .advantage .box h2 { line-height: 35px; margin-bottom: 10px; color: #FFFFFF; text-align: center; font-size: 20px; font-weight: bold; background: url(../images/advantage-tit.png) no-repeat center; }
.gls-2018-advantage .advantage .box p { line-height: 23px; font-size: 16px; color: #3e3a39; }
.gls-2018-advantage .advantage .box02, .gls-2018-advantage .advantage .box05 { margin-left: 405px; }
.gls-2018-advantage .advantage .box03, .gls-2018-advantage .advantage .box06 { margin-left: 60px; }


/*流程*/
.lc {
    background: #f6f6ff;
    background-size: 100% 100%;
    padding-bottom: 20px;
    padding: 70px 0;
}
.lc ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 38px;
  text-align: center;
  width: 13%;
}
.lc ul li img {
  width: 121px;
  height: 96px;
}
.lc ul li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  top: -10px;
  position: relative;
}
.lc ul li p {
  font-size: 14px;
  color: #777777;
  line-height: 1.6;
}
.lc .link {
  padding: 30px 0;
}
.lc .link {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
  overflow: hidden;
}



/*优势一*/
.high_study>li{
	float:left;
	width:30%;
	margin:0 32px 0 0;
	overflow:hidden;
	border-radius: 30px;
}
.high_study>li img{
	width: 100%;
}
.line_box{
	height:165px;
	border:1px solid #8200ff;
	margin-top:-1px;
}
.line_box>h6{
	font-size:18px;
	color:#000;
	text-align:center;
	margin-top:18px;
}
.line_box>span{
	display:block;
	width: 80px;
	height: 2px;
	border-top:2px dashed #feb221;
	margin:16px auto;
}
.high_button{
	width: 160px;
	margin:18px auto 0;
}
.line_box>p{
	font-size:14px;
	color:#000;
	margin:0 22px;
	line-height:24px;
}
#master_box a{
    font-family: 'Microsoft Yahei';
    list-style: none;
    text-decoration: none;
}
.high_button {
    width: 160px;
    border-radius: 30px;
    margin: 18px auto 0;
}
.common {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to right,#8500ff,#b100fe);
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.common:hover {
	color: #fff;
}

.gl_pic dl dt a{
    font-size: 18px;
    line-height: 40px;
    color: #333;
}
.gl_pic dl dd a{
	  color: #858585;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.gl_pic dl dt a:hover, .gl_pic dl dt a:focus, .gl_pic dl dd a:hover, .gl_pic dl dd a:focus {
    text-decoration: none;
    color: #f60;
}



.wel{
	margin-bottom: 0;
}
.top-contact,.lcw-header-main .lcw-headerRight .lcwTel p,.lcw-header-main .lcw-headerRight .lcwtalk p,.header-nav{
	margin-bottom: 0;
}
.lcw-header-main .lcw-logo h1,.ban_float_nav h3{
	margin-top: 0;
	margin-bottom: 0;
}
html{
	font-size: inherit!important;
}



	

