@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;}

/*头部导航*/
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: 530px;
	background: url(../images/banner.jpg) top center no-repeat;
	padding-top: 60px;
	}
.banner h2 {
	font-size: 80px;
	color: #fff;
	font-weight: bold;
	text-shadow:5px 5px 0px #302a6d;
	padding-left: 50px;
	line-height: 120px;
	}
.banner h3 {
	font-size: 30px;
	color: #fff;
	padding-left: 50px;
	margin-bottom: 30px;
	}
.banner a {
	display: inline-block;
	padding: 0px 30px;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	background: #ffdd49;
	border-radius: 30px;
	margin-left: 50px;
	}
.banner .dd1 { color: #0e326e;}
.banner .dd2 { color: #d1181b;}

/*******标签*******/
.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: #5245ec;}
.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,#2eacfc,#5d66ed);
	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,#f9623c,#e53d32)}

/*******优势******/
.ys_box {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	margin-bottom: 0px;
	}
.ys_box li{
	padding: 25px 20px;
	border-radius: 5px 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	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 bottom,#6357f5,#5245ec);
	border-radius: 20px;
	color: #fff;
	margin-top: 15px;
	}
	
/*******申请条件*****/
.tj_bg {
	width: 100%;
	background: url(../images/rjdj-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0px;
	}
.tj_box {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	}
.tj_box li{
	border-radius: 5px 5px;
	background: #413e78;
	box-shadow: 10px 10px 0px rgba(65,62,120,.5);
	padding-bottom: 10px;
	margin: 8px 15px;
	width: calc(25% - 30px);
	}
.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: #f4edcb;
	}
.tj_box p {
	padding: 0px 15px;
	margin: 0px 0px 5px;
	color: #fff;
	}
.tj_box p font { color: #f60; font-size: 20px; float: left; margin-top: -3px; margin-right: 5px;}


/*********疑问解答*********/
.ask_bg {
	width: 100%;
	background: url(../images/bg_ask.png) center center no-repeat;
	padding: 50px 0px;
	}
.ask_bg .title { color: #fff;}
.ask_bg .title label font { color: #f60;}
.ask_box { padding-top: 10px;}
.ask_box ul { margin-bottom: 0px;}
.ask_box li {
	float: left;
	width: 33.3333334%;
	}
.ask_box li div {
	background: #5d66ed;
	margin: 15px 10px;
	border-radius: 10px;
	font-size: 20px;
	}
.ask_box li div a {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	}
.ask_box li div a:hover, .ask_box li div a:focus { text-decoration: none;}
.ask_box li div strong {
	width: 65%;
	color: #142655;
	background: #2eacfc;
	border-radius: 10px 0px 0px 10px;
	padding: 20px 20px;
	min-height: 96px;
	display: flex;
	align-items: center;
	}
.ask_box li div span {
	color: #fff;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	width: 35%;
	}

/*********申请材料*********/
.sqcl{ overflow: hidden;}
.sq_tit { height:60px; line-height:60px; font-size:20px; width: 80%; margin: 0px auto; font-weight: bold;}
.sq_tit span{ color: #fff; display:inline-block; width:33.3333333333334%; text-align:center; cursor:pointer; float:left; background:linear-gradient(to right,#f9623c,#e53d32);}
.sq_tit span:first-child {background:linear-gradient(to right,#2eacfc,#586def); border-radius: 10px 0px 0px 10px;}
.sq_tit span:last-child {background:linear-gradient(to right,#e5ca13,#eaa80a); border-radius: 0px 10px 10px 0px;}
.sq_tit span a {color: #fff;}
.sq_tit .act_s a { color:#fff;}
.sqsub{width:85%; margin:20px auto 0px;}
.sq_box {
	margin: 0px 10px;
	padding: 30px 0px;
	position: relative;
	}
.sq_box:after { content:""; clear: both; overflow: hidden; display: block; height: 0px;}
.sq_box span {
	position: absolute;
	width:450px;
	height: 360px;
	left: 0px;
	top: 50%;
	z-index: 1;
	margin-top: -180px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	}
.sq_box span img { width: 100%; height: 100%;}
.sq_box dl {
	width:550px;
	float: right;
	margin-bottom: 0px;
	padding: 10px 50px 50px;
	font-size: 20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	}
.sq_box dl dt { font-weight: normal; margin-top: 30px;}
.sq_box dl dd { margin-top: 10px;}
.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/zyx-bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0px;
	}
.rhxz_bg .title, .rhxz_bg .title p { color: #fff;}
.rhlef{ overflow: hidden;}
.sub_rhtit { height:60px; line-height:60px; font-size:20px; margin-left: 10px; margin-right: 10px; font-weight: bold;}
.sub_rhtit span{ color: #fff; display:inline-block; width:50%; text-align:center; cursor:pointer; float:left;}
.sub_rhtit span a {color: #fff;}
.sub_rhtit .act_s a { color:#fff;}
.sub_rhtit span:first-child { background: #fd9b00;}
.sub_rhtit span:last-child { background: #908adc;}
.rhsub{ margin-top:20px;}
.rh_box {
	margin: 0px 10px;
	background: rgba(0,0,0,.3);
	padding: 30px;
	}
.ystj{
	margin-bottom: 20px;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	}
.ystj li{
	margin: 8px 8px;
	width: calc(50% - 16px);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	}
.ystj li h4 {
	width: 20%;
	height: 80px;
	padding: 0px 15px;
	background: #908adc;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-align: center;
	
	}
.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 { margin: 10px; overflow: hidden;}


.sk_list { width: 100%;}
.sk_list table {
	border: 1px solid #ddd;
	color: #fff;
	border-spacing: 0;
    border-collapse: collapse;
	text-align: center;
	width: 100%;
	}
.sk_list table th {
    vertical-align: middle;
    font-size: 20px;
	padding: 15px 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: 13px 8px;
	border: 1px solid #ddd;
	}
.sk_list table td a{ color: #fd9b00;}

/***********顺利录取**********/
.sllq {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	width: 80%;
	margin: 0px auto 20px;
	padding: 20px;
	overflow: hidden;
	}
.sllq li{
	width: calc(33.33333333333334% - 0px);
	background: #fafafa;
	height: 220px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	}
.sllq li img {
	width: 100%;
	height: 220px;
	}
.sllq li h3 { font-size: 30px; text-align: center;}
.sllq li h3 span {
	color: #ccc;
	font-size: 14px;
	text-transform: uppercase;
	}
.sllq li p {
	position: absolute;
	padding: 0px 50px;
	margin: 0px 0px;
	font-size: 18px;
	height: 220px;
	top: 220px;
	left: 0px;
	background: url(../images/pic_14.jpg) no-repeat;
	background-size:cover;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	}
.sllq li:hover p{ top: 0px; opacity: 1;}
.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/qh_bg.jpg) center center no-repeat;
	background-size: cover;
	}
.qh_bg label { color: #fff;}
.qhdt {
	width: 55%;
	float: left;
	}
.qhdt ul li {
	float: left;
	width: 33.33333333%;
	}
.qh_tit {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	margin: 5px 5px;
	}
.qh_tit p { text-align: center;}
.qh_tit strong {
	font-size: 30px;
	color: #f60;
	display: block;
	line-height: 40px;
	}
	
.qh_rt {
	margin-left: 5%;
	width: 40%;
	height: 360px;
	float: left;
	background: url(../images/qh_rt.png) left center no-repeat;
	}

.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: #5245ec;}
.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;}
	.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_box li {box-shadow: 5px 5px 0px rgba(65,62,120,.5); margin: 8px 8px; width: calc(25% - 16px);}
	.tj_box img { height: 100px;}
	.tj_box p { padding: 0px 10px;}
	.sqsub { width: 100%;}
	.sq_box span { width: 430px;}
	
	.rh_box { padding: 20px;}
	.ystj li h4 { height: 110px; width: 18%;}
	.ystj li p { height: 110px; padding: 0px 10px;}
	.sllq { width: 85%;}
	.sllq li h3 { margin-top: -30px;}
	.sllq li p { height: auto; opacity: 1; top: 130px; background: none; color: #666; font-size: 14px; padding: 0px 20px;}
	}
@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;}
	}



/*添加修改*/
 ol ,h1,.lcw-header-main .lcw-headerRight .lcwTel p{
    margin: 0!important;
}
.lcw-header-main .lcw-headerRight .lcwtalk p{
	margin-bottom: 0;
}
html {
    font-size: inherit!important;
}
.ban_float_nav h3{
	  margin-top: 0;
    margin-bottom: 0;
}
.wel{
	margin-bottom: 0;
}
.header-nav{
	margin-bottom: 0;
}
.topbar{
	overflow: hidden;
}



/*头部自适应*/
.head_public,.tel_me,.foots,.footer_fixed_box{
	display: none;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.topdingbu,.footer{display: none;}
	.head_public,.tel_me,.foots,.footer_fixed_box{display: block;}
	.banner{margin-top: 0!important;}
}






	

