body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
	overflow-x: hidden;
	background-color: #FFF;
}

div,
ul,
li,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
dl {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
}

a {
	text-decoration: none;
	color: #000;
	text-align: center
}

img {
	border: none;
	vertical-align: middle
}

ul,
li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fl {
	float: left
}

.fr {
	float: right
}

.cen {
	text-align: center;
}

table {
	border-collapse: collapse;
}

.wrap {
	width: 100%;
	height: auto;
}

.viewport {
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

@media only screen and (max-width:300px) {
	body {
		font-size: 8.33333px!important
	}
	.viewport {
		max-width: 300px
	}
}

@media only screen and (max-width:310px) and (min-width:300px) {
	body {
		font-size: 8.33333px!important
	}
	.viewport {
		max-width: 300px
	}
}

@media only screen and (max-width:320px) and (min-width:310px) {
	body {
		font-size: 8.88889px!important
	}
	.yl_tcxqhnr ul li {
		font-size: 8.88889px!important
	}
	.viewport {
		max-width: 320px
	}
}

@media only screen and (max-width:360px) and (min-width:320px) {
	body {
		font-size: 9px!important
	}
	.viewport {
		max-width: 360px
	}
}

@media only screen and (max-width:360px) and (min-width:350px) {
	body {
		font-size: 10px!important
	}
	.viewport {
		max-width: 360px
	}
}

@media only screen and (max-width:480px) and (min-width:360px) {
	body {
		font-size: 10px!important
	}
	.viewport {
		max-width: 480px
	}
}

@media only screen and (max-width:480px) and (min-width:470px) {
	body {
		font-size: 11px!important
	}
	.viewport {
		max-width: 480px
	}
}

@media only screen and (max-width:599px) and (min-width:480px) {
	body {
		font-size: 12px!important
	}
	.viewport {
		max-width: 560px
	}
}

@media only screen and (max-width:799px) and (min-width:600px) {
	body {
		font-size: 12px!important
	}
	.viewport {
		max-width: 570px
	}
}

@media only screen and (max-width:999px) and (min-width:800px) {
	body {
		font-size: 13px
	}
	.viewport {
		max-width: 640px
	}
}

@media only screen and (max-width:1200px) and (min-width:1000px) {
	body {
		font-size: 14px!important
	}
	.viewport {
		max-width: 640px
	}
}


/*logo*/

header>div {
	min-width: 1100px;
}

header img {
	width: 20%;
	float: left;
	margin: 10px 0;
}

header>div {
	width: 1180px;
	margin: 0 auto;
}

header p {
	font-size: 28px;
	padding-top: 35px;
	margin-left: 3%;
	color: #27aefc;
}

header .time {
	color: red;
}

header ul {
	width: 35%;
	font-size: 18px;
	margin-top: 42px;
}

header ul a {
	color: #27aefc;
}

header li {
	float: left;
	margin-right: 5%;
	color: #27aefc;
}

header>div::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

nav {
	background-color: #27aefc;
}

nav ul {
	width: 80%;
	margin: 0 auto;
	min-width: 1100px;
	padding: 10px 0;
	text-align: center;
}

nav li {
	display: inline-block;
}

.nav__list:not(:last-of-type) a {
	border-right: 1px solid #fff;
}

nav li a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 0 9px 0 5px;
	margin: 8px 0;
}

.banner img {
	width: 100%;
	height: 253px;
}

section>div>div {
	width: 1180px;
	margin: 0 auto;
}


/*协议*/

section .agreement h1 {
	font-size: 36px;
	color: #27aefc;
	margin: 20px 0;
	text-align: center;
}

section .agreement p {
	line-height: 40px;
}

section .agreement .font16 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #f50;
	font-weight: 600;
}


/*资讯*/

.banner-bgd {
	background: #fff;
}

.banner {
	padding: 10px 0;
	font-size: 0;
	text-align: center;
	min-width: 1100px;
}

.banner-left {
	display: inline-block;
	vertical-align: top;
	width: 28%;
}

.banner-center {
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	width: 33%;
}


/*改*/

.ceshi {
	width: 100%;
	background: #f3f5f7;
}

.ceshi h2 {
	text-align: center;
	font: 16px/36px "微软雅黑";
	color: #0991f1;
}

.cs_ul li {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 42px;
}

.cs_ul li::before,
.cs_ul li::after {
	content: '';
	display: block;
	clear: both;
}

.cs_ul li label {
	display: block;
	float: left;
	width: 30%;
	text-align: center;
}

.cs_ul li label span {
	color: red;
}

.cs_ul li input {
	display: block;
	float: left;
	width: 65%;
	height: 32px;
	background: white;
	color: #b7b7b7;
	outline: none;
	border: none;
	text-indent: 15px;
	border-radius: 5px;
	margin-top: 5px;
}

.ceshi p {
	text-align: center;
}

#btna {
	width: 128px;
	height: 33px;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	background: #0991f1;
	color: #fff;
	outline: none;
	border: none;
	margin: 4px 0;
	margin-bottom: 10px;
}


/*改*/

.banner-right {
	display: inline-block;
	vertical-align: top;
	width: 34%;
}

.banner-right h2 {
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: 600;
	margin-bottom: 12px;
}

.banner-list {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
}

.banner-right .gai {
	margin: 0 10px 0;
}

.banner-list a {
	display: block;
	width: 100px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.banner-list:nth-of-type(1) a,
.banner-list:nth-of-type(2) a,
.banner-list:nth-of-type(3) a {
	border-radius: 5px;
	background: #ff8f93;
}

.banner-list:nth-of-type(4) a,
.banner-list:nth-of-type(5) a,
.banner-list:nth-of-type(6) a {
	border-radius: 5px;
	background: #80beaf;
}

.banner-list:nth-of-type(7) a,
.banner-list:nth-of-type(8) a,
.banner-list:nth-of-type(9) a {
	border-radius: 5px;
	background: #6370c6;
}

.banner-list:nth-of-type(10) a,
.banner-list:nth-of-type(11) a,
.banner-list:nth-of-type(12) a {
	border-radius: 5px;
	background: #FFA250;
}

.bktj-bgd {
	background: #fff;
}

.bktj {
	padding: 10px 0;
	font-size: 0;
	text-align: center;
	min-width: 1100px;
}

.bktj-l {
	width: 28%;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.bktj-l>a {
	width: 100%;
	height: 188px;
	display: block;
	margin: 0 auto 20px;
}

.bktj-l img {
	display: block;
	width: 100%;
	height: 100%;
}

.bktj-l__content {
	padding: 16px 0;
	width: 100%;
	text-align: center;
	border: 1px solid #d2d0d0;
}

.bktj-l__content h2 {
	font-size: 16px;
	color: #c00000;
	font-weight: 600;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #c8c8c8;
	margin: 0 5px 14px;
}

.bktj-l__list {
	text-align: left;
	margin: 0 auto 30px;
}

.bktj-l__list a {
	display: block;
}

.bktj-l__list a:hover p {
	color: red;
}

.bktj-l__list span {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	font-size: 13px;
	color: #fbf4f4;
	text-align: center;
	line-height: 22px;
	background: #c00000;
	position: relative;
	margin: 0 15px 0 10px;
}

.bktj-l__list span:after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	top: 6px;
	right: -8px;
	border-top: 4px solid transparent;
	border-left: 8px solid #c00000;
	border-bottom: 4px solid transparent;
}

.bktj-l__list p {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	font-size: 13px;
	color: #333;
	text-align: left;
}

.bktj-c {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin: 0 15px;
}

.bktj-c h2 {
	font-size: 22px;
	color: #c00000;
	font-weight: 600;
	text-align: center;
	padding: 20px 0 15px 0;
}

.bktj-c h3 {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.bktj-c__list {
	display: inline-block;
	vertical-align: top;
}

.bktj-c__list a {
	display: block;
	width: 100px;
	height: 32px;
	font-size: 14px;
	color: #5d5d5d;
	text-align: center;
	line-height: 30px;
	border: 1px solid #999;
	margin: 0 4px 10px;
}

.bktj-c__list .ts {
	background: #ffa250;
}

.bktj-c__list a:hover {
	width: 100px;
	height: 32px;
	line-height: 32px;
	background: #27aefc;
	color: #fff;
	border: none;
}

.list a {
	width: 100px;
	height: 32px;
	line-height: 32px;
	background: #27aefc;
	color: #fff;
	border: none;
}

.bktj-c .bktj-c__link {
	display: inline-block;
	vertical-align: top;
	width: 156px;
	height: 42px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	background: #ee3232;
	border-radius: 5px;
	margin: 15px 10px;
}

.bktj-c .bktj-c__link:hover {
	background: #f5a924;
}

.bktj-r {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: center;
	margin: 0 auto;
}

.bktj-r h2 {
	font-size: 30px;
	color: #c00000;
	font-weight: 600;
	text-align: center;
	margin: 10px 0 10px 0;
}

.bktj-r h3 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.bktj-r p {
	padding: 10px 15px;
}

.bktj-r p a {
	color: #000000;
	display: inline-block;
	width: 100%;
	height: 30.5px;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px dashed #d2d0d0;
	cursor: pointer;
}

.bktj-r p a span {
	display: inline-block;
}

.bktj-r p a button {
	padding: 5px;
	border-radius: 3px;
	border: none;
	outline: none;
	background: #ffa250;
	color: white;
	cursor: pointer;
}

.bktj-r .bktj-r__link {
	display: block;
	width: 200px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 15px auto;
	background: #ee3232;
	border-radius: 5px;
}

.bktj-r .bktj-r__link:hover {
	background: #f5a924;
}


/*报名流程*/

.bmlc {
	width: 100%;
}

.pub-title {
	margin: 0 auto;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #2c2c2c;
	padding: 10px 0;
}

.pub-title span {
	color: #4895f3;
}

.bmlc-in ul li {
	width: 19.6%;
	height: 150px;
	text-align: center;
	display: inline-block;
}

.bmlc-in ul li a {
	display: block;
	width: 100%;
	height: 150px;
	font-size: 18px;
	font-weight: bold;
	background: url(images/css_sprites.png) no-repeat top center;
	/*background-position-x: 34px;*/
}

.bmlc-in ul li:nth-child(1) a {
	background-position-y: -1688px;
}

.bmlc-in ul li:nth-child(2) a {
	background-position-y: -986px;
}

.bmlc-in ul li:nth-child(3) a {
	background-position-y: -284px;
}

.bmlc-in ul li:nth-child(4) a {
	background-position-y: -423px;
}

.bmlc-in ul li:nth-child(5) a {
	background-position-y: -564px;
}

.bmlc-in ul li:nth-child(6) a {
	background-position-y: -709px;
}

.bmlc-in ul li:nth-child(7) a {
	background-position-y: -848px;
}

.bmlc-in ul li:nth-child(8) a {
	background-position-y: -988px;
}

.bmlc-in ul li:nth-child(9) a {
	background-position-y: -1127px;
}

.bmlc-in ul li:nth-child(10) a {
	background-position-y: -1266px;
}

.bmlc-in ul li:nth-child(11) a {
	background-position-y: -1407px;
}

.bmlc-in ul li:nth-child(12) a {
	background-position-y: -1547px;
}

.bmlc-in ul li:nth-child(13) a {
	background-position-y: -5px;
}

.bmlc-in ul li:nth-child(14) a {
	background-position-y: -1825px;
}

.bmlc-in ul li:nth-child(15) a {
	background-position-y: -1966px;
}

.bmlc-in ul li a:hover {
	background-image: url(images/css_sprites_h.png);
	color: #4895f3;
}

.bmlc-in ul li a span {
	display: block;
	padding-top: 105px;
}


/*审核*/

section .bg3 {
	position: fixed;
	z-index: 100;
	width: 100%;
	background: #4895f3;
	font-size: 16px;
	bottom: 0;
}

section .bg4 {
	display: none;
	background: #4895f3;
	font-size: 16px;
}

section .condition {
	padding: 0;
}

section .condition h1 {
	font-size: 28px;
	margin: 5px 14%;
	color: #fff;
}

section .condition p {
	font-size: 20px;
	color: #fff;
}

section .condition form {
	margin: 10px 0 10px 0;
}

section .condition label {
	font-size: 14px;
	color: #eee;
}

section .condition input {
	width: 100px;
	height: 30px;
	margin: 0 10px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
}

section .condition select {
	width: 100px;
	height: 30px;
	margin: 0 10px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
}

#submit,
#submit1 {
	width: 120px;
	height: 30px;
	margin: 0 16px;
	border-radius: 10px;
	border: none;
	color: #fff;
	cursor: pointer;
	background: #cd0502;
	font-size: 18px;
}


/*试听中心*/

section .auditions h1 {
	padding: 30px 0;
}


/*教材*/

section .bg {
	background-color: #edf1f7;
	padding: 20px 0;
}

section .real h3 {
	font-size: 40px;
	margin: 20px 0;
}

section .real h3 span {
	color: #4895f3;
}

section .real h3 a {
	float: right;
	font-size: 16px;
	color: #555;
	line-height: 30px;
	margin-right: 5%;
}

section .real .mod {
	overflow: hidden;
	margin: 20px 0;
}

section .real .mod img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

section .real .modular {
	border-radius: 10px;
	background-color: #fff;
	width: 30%;
}

section .real .modular h4 {
	font-size: 20px;
	padding: 10px 0;
}

section .real .modular .txt {
	font-size: 14px;
	line-height: 24px;
	color: #aaa;
}

section .real .modular p a {
	background-color: #27aefc;
	margin: 10px 5%;
	display: inline-block;
	padding: 10px 50px;
	border-radius: 10px;
	color: #fff;
}

section .real .modular p a:nth-child(2) {
	background-color: #91cd1f;
}

.mr {
	margin-right: 5%;
}


/*冲关备考资料下载专区*/

.dv_box {
	overflow: hidden;
}

.dv_box h1 {
	font-size: 40px;
	margin: 20px 0;
}

.con3 h1 {
	color: #000;
	text-align: center
}

.con3 p {
	font-size: 15px;
	color: #333;
	margin: auto;
	text-align: center;
}

.con3_left {
	width: 50%;
	float: left;
	margin-top: 20px;
}

.con3 .con3_left ul {
	width: 100%;
	float: left;
}

.con3 .con3_left ul img {
	width: 100%;
	height: 100%;
}

.con3 .con3_left ul li {
	width: 40%;
	float: left;
	margin: 5px 5% 20px;
}

.con3 .con3_left ul li dt {
	text-align: center;
}

.con3 .con3_left ul li dd {
	margin: auto;
	text-align: center;
	margin-top: 50px;
}

.con3 .con3_left ul li a {
	font-size: 18px;
	line-height: 30px;
	padding: 7px 30px;
	background: #000;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	margin: auto;
}

.con3_right {
	width: 50%;
	padding-left: 60px;
	margin-top: 20px;
	float: left;
	border-left: 1px dashed #333;
}

.con3_right ul {
	overflow: hidden;
	border-bottom: 1px dashed #333;
}

.con3_right .con3_r_ul1 h5,
.con3_right .con3_r_ul2 h5,
.con3_right .con3_r_ul3 h5 {
	font-size: 18px;
	line-height: 50px;
	color: #000;
	font-weight: normal;
	text-indent: 47px;
	box-sizing: border-box;
	position: relative;
}

.con3_right .con3_r_ul1 h5 .con3_sp,
.con3_right .con3_r_ul2 h5 .con3_sp,
.con3_right .con3_r_ul3 h5 .con3_sp {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url("images/sprite_tb.png") no-repeat;
	background-position: 0 -1px;
	position: absolute;
	left: 0;
	top: 7px;
}

.con3_right .con3_r_ul2 h5 .sp2 {
	background-position: 0 -51px;
}

.con3_right .con3_r_ul3 h5 .sp3 {
	background-position: 0 -101px;
}

.con3_right ul li {
	width: 100%;
	padding: 5px 0;
	line-height: 34px;
	float: left;
	display: block;
	font-size: 14px;
}

.con3_right ul li a {
	float: right;
}

.con3_right .con3_r_ul1 li,
.con3_right .con3_r_ul2 li,
.con3_right .con3_r_ul3 li {
	position: relative;
	text-indent: 32px;
}

.con3_right .con3_r_ul1 li .con3_li,
.con3_right .con3_r_ul2 li .con3_li {
	display: inline-block;
	width: 14px;
	height: 20px;
	background: url(images/sprite_tb.png) no-repeat;
	background-position: -11px -155px;
	position: absolute;
	left: 0;
	top: 12px;
}

.con3_right .con3_r_ul3 li .con3_li1 {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/sprite_tb.png) no-repeat;
	background-position: -8px -200px;
	position: absolute;
	left: 0;
	top: 12px;
}

.con3_right .con3_r_ul1 li a {
	display: block;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	text-align: center;
	padding-right: 32px;
	line-height: 28px;
}

.con3_right .con3_r_ul1 li a:hover {
	background: #000;
	color: #fff;
	border: none;
}

.con3_right .con3_r_ul2 li a {
	display: block;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	text-align: center;
	padding-right: 32px;
	line-height: 28px;
}

.con3_right .con3_r_ul2 li a:hover {
	background: #000;
	color: #fff;
	border: none;
}

.con3_right .con3_r_ul3 li a {
	display: block;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	text-align: center;
	padding-right: 32px;
	line-height: 28px;
}

.con3_right .con3_r_ul3 li a:hover {
	background: #000;
	color: #fff;
	border: none;
}


/*下载*/

.bg2 {
	background-color: #27aefc;
}

section .data {
	padding: 30px 0;
}

section .data h1 {
	font-size: 50px;
	color: #fff;
	padding-bottom: 20px;
}

section .data p {
	font-size: 30px;
	color: #fff;
	padding-bottom: 20px;
}

section .data .modular {
	width: 24%;
	background: url("images/bg2.png") no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
}

section .data .modular ul {
	padding: 10px;
}

section .data .modular li {
	line-height: 30px;
}

section .data .modular h4 {
	margin-left: 5%;
	font-size: 24px;
}

.mr3 {
	margin-right: 1.3%;
}

section .data .mod {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

section .bg1 img {
	width: 100%;
}


/*学习*/


/*section .study h1{
    font-size: 40px;
    margin-top: 20px;
}
section .study p{
    font-size: 20px;
    margin:10px 0;
}
section .study .modular{
    width: 22%;
    font-size: 16px;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
section .study .modular h5{
    font-size: 22px;
}
section .study .modular p{
    font-size: 16px;
}
section .study .modular a{
    display: inline-block;
    padding:10px 20px;
    border: 1px solid #fd721e;
    margin: 10px 0;
    color: #fd721e;
}
section .study .modular a:hover{
    background-color: #fd721e;
    color: #fff;
    border-color: #fd721e;
}
section .study .modular .txt{
    height: 80px;
}
section .study .flt{
    float: left;
}
section .study .frt{
    float: right;
}
section .study .mr{
    margin-right: 4%;
}
section .study>div{
    content:"" ;
    display:block;
    clear: both;
    overflow: hidden;
}*/

.study {
	width: 80%;
	margin: 0 auto;
	height: 560px;
}

.study h1 {
	font-size: 50px;
}

.jynav {
	color: #FFBC00;
	margin: 20px 0;
}

.studyCont,
.sty-m,
.studyCont img {
	width: 100%;
	height: 300px;
}

img {
	border: none;
}

.sty-l {
	width: 30%;
	background: #edf1f7;
}

.mg {
	margin-right: 5%;
}

h4 {
	margin-top: 20px;
	font-size: 20px;
}

.sty-m p {
	padding: 10px 20px;
}

.gao {
	height: 130px;
}

.sty-l:hover {
	cursor: pointer;
	background: #FFBC00;
	color: white;
}


/*优势*/

.bga {
	width: 1180px;
	height: 450px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.bga>div {
	width: 20%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.a {
	background: url(images/bg1a.png) no-repeat;
	background-size: 100% 100%;
}

.b {
	background: url(images/bg2a.png) no-repeat;
	background-size: 100% 100%;
}

.c {
	background: url(images/bg3a.png) no-repeat;
	background-size: 100% 100%;
}

.d {
	background: url(images/bg4a.png) no-repeat;
	background-size: 100% 100%;
}

.e {
	background: url(images/bg5a.png) no-repeat;
	background-size: 100% 100%;
}

.bgA {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	text-align: center;
	position: relative;
	color: white;
	transition: background-color .1s linear;
}

.s:hover .bgA {
	background: rgba(50, 147, 255, .5);
	cursor: pointer;
}

.bgA span {
	display: inline-block;
	width: 90px;
	height: 80px;
	margin-top: 130px;
	transition: margin-top .2s linear;
}

.s:hover span {
	margin-top: 50px;
}

.bgA span img {
	width: 100%;
}

.bgA h4 {
	font-size: 24px;
	margin: 20px 0;
}

.bgA p {
	display: none;
}

.s:hover p {
	display: block;
}

.bgA a {
	padding: 10px 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: 20px;
	display: none;
}

.s:hover a {
	display: inline-block;
	color: white;
}


/*bg3*/

section .bg5 {
	font-size: 16px;
}

section .bg5 img {
	width: 100%;
}


/*招生*/

section .student {
	margin-top: 20px;
}

section .student h1 {
	font-size: 40px;
	color: #27aefc;
	margin-bottom: 20px;
}

section .student table {
	width: 100%;
	border: 1px solid #27aefc;
	margin-bottom: 30px;
}

section .student table th {
	font-size: 16px;
	text-align: center;
	padding: 10px 5px;
	border-bottom: 1px solid #27aefc;
	border-right: 1px solid #27aefc;
	line-height: 25px;
}

section .student table td {
	position: relative;
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 5px 10px;
	border-bottom: 1px solid #27aefc;
	border-right: 1px solid #27aefc;
	line-height: 22px;
}

section .student table .tabTxt {
	text-align: left;
}

section .student table a {
	margin: 5px 0;
	background: #c60102;
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

section .quality img {
	width: 100%;
}

section .mouth img {
	width: 100%;
	margin-top: 20px;
}


/*底部*/

.foot {
	margin-bottom: 93px;
}

footer {
	background-color: #295373;
	font-size: 16px;
}

footer p {
	padding: 10px 0;
}

footer a {
	color: #fff;
}


/*固定*/

#con {
	width: 90%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
}

#con .fixed>div {
	width: 33%;
	float: left;
}

.fixed {
	height: 60px;
	background-color: rgb(47, 117, 187);
}

.fixed .webFix {
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	margin-right: 10px;
	cursor: pointer;
}

.fixed img {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 33%;
	margin-top: 17px;
	margin-right: 20px;
}

.fixed a span {
	float: left;
}

.fixed p span {
	float: left;
}

.br {
	border-right: 2px solid white;
}

#con {
	display: none;
}

#con .fixed ul {
	display: none;
	width: 15%;
	left: 3%;
	position: absolute;
	border: 2px solid #f5f5f5;
	background-color: #fff;
	z-index: 20;
}

#con .fixed ul a {
	color: #333;
	line-height: 60px;
	font-size: 20px;
}

#con .divider {
	height: 2px;
	margin: 9px 15px;
	background-color: #e5e5e5;
}


/*中间弹窗*/

.yl_xzc {
	width: 492px;
	margin-left: -229px;
	background: #fff;
	color: #27aefc;
}

.yl_xzc {
	display: none;
	font-size: 1.2em;
	position: fixed;
	top: 48px;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fff;
}

img.btn_close {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0;
	float: right;
}

.xtc_nwd {
	width: 100%;
	padding-left: 40px;
	height: 45px;
	line-height: 45px;
	background: #27aefc;
	color: #fff;
	font-size: 14px;
}

.quickdiv2 {
	position: static;
	z-index: 1;
	background: #fff;
	width: 100%;
	height: auto;
}

.tab_tc_ ul {
	height: 42px;
}

.tab_tc_ li {
	width: 176px;
	float: left;
	line-height: 30px;
	height: 42px;
	margin: 0px;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	margin: 0 34px;
}

.nor_tc {
	color: #a1aab2;
	background: url(images/tu_t0.jpg) no-repeat 0 35px;
}

.tc_net {
	clear: both;
	width: 100%;
	padding-top: 20px;
}

.ctt_tc_net {
	height: auto;
	padding: 10px;
	clear: both;
	border-top: 0;
	text-align: left;
}

.dis_tc_net {
	display: block;
	line-height: 30px;
	width: 100%;
	height: auto;
}

.yl_tcxqhnr {
	width: 100%;
	height: auto;
}

.yl_tcxqhnr em,
.yl_tcxqhnr b,
.yl_tcxqhnr i {
	font-style: normal;
	font-weight: normal;
}

.yl_tcxqhnr ul li {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin: 20px 0;
}

.yl_tcxqhnr ul li span {
	display: block;
	float: left;
	margin-left: 20px;
}

.yl_tcxqhnr ul li span i {
	font-size: 20px;
	color: #27aefc;
	display: block;
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

input.tc_tel {
	border: 1px #dedede solid;
	border-radius: 5px;
	height: 40px;
	line-height: 30px;
	padding-left: 5px;
	width: 290px;
	background: url(images/tu_ss1.jpg) 270px 9px no-repeat;
	font-size: 16px;
	color: #555;
	font-family: Microsoft Yahei;
}

input.tc_pass {
	border: 1px #dedede solid;
	border-radius: 5px;
	height: 40px;
	line-height: 30px;
	padding-left: 5px;
	width: 290px;
	background: url(images/tu_ss2.jpg) 270px 12px no-repeat;
	font-size: 16px;
	color: #333;
	font-family: Microsoft Yahei;
	margin-left: 0;
}

.yl_tcxqhnr ul li.tc_tslidl {
	height: 70px;
}

.tc_tslidl dl {
	width: 470px;
	font-size: 12px;
	clear: both;
	padding-left: 140px;
}

.tc_tslidl dl b.tc_state {
	background: #ffaa00;
	color: #fff;
}

.tc_tslidl dl b {
	float: left;
	width: 90px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background: #d6d6d6;
	margin-left: 1px;
	color: #999;
	margin-top: 10px;
}

.yl_tcxqhnr ul li.tc_tsli {
	height: 90px;
	text-align: center;
	color: #6a6a6a;
}

.tc_xieyi {
	color: #6a6a6a;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.tc_xieyi a {
	text-decoration: none;
	color: #333;
}

.tc_xieyi a:hover {
	text-decoration: underline;
	color: #27aefc;
}


/*登陆注册切换*/

.tc_tsli input[type="button"],
.tc_tsli2 input[type="button"] {
	padding: 10px 60px;
	font-size: 18px;
	color: #fff;
	background: #27aefc;
	border-radius: 5px;
	font-family: Microsoft Yahei;
	margin-top: 15px;
	cursor: pointer;
	border: 0;
}

.yl_tcxqhnr ul li.tc_tsli2 {
	height: 95px;
	text-align: center;
}

.tc_denglu {
	color: #6a6a6a;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 50px;
	margin-bottom: 20px;
	clear: both;
}

.tc_tsli2 b {
	margin-left: 210px;
}

.tc_tsli2 b a {
	text-decoration: none;
	color: #27aefc;
	font-size: 14px;
}

.undis_tc_net {
	/*display: none;*/
	line-height: 30px;
	width: 100%;
	height: auto;
}


/*注册ok框*/

.yl_tcxok {
	background: #fff;
	width: 100%;
	height: auto;
	position: static;
	z-index: 1;
}

.yl_tcxok dl {
	width: 104px;
	height: 104px;
	margin: 0 auto;
	margin-top: 50px;
}

.yl_tcxok img {
	width: 100%;
	height: 100%;
}

.yl_tcxok span {
	width: 300px;
	display: block;
	font-size: 25px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	height: 37px;
	clear: both;
}

.yl_xtcanx {
	width: 474px;
	margin: 50px 0;
	height: 50px;
	padding-left: 16px;
}

.yl_xtcanx a.yl_tc_xan1 {
	display: block;
	float: left;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	background: #27aefc;
	text-decoration: none;
	margin-left: 50px;
}

.yl_xtcanx a.yl_tc_xan2 {
	display: block;
	float: left;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	background: #27aefc;
	text-decoration: none;
	margin-left: 50px;
}


/*平板竖屏*/

@media only screen and (max-width:1024px) and (min-width:768px) and (orientation: landscape) {
	header>div {
		width: 90%;
		min-width: 900px;
	}
	header img {
		margin: 10px 0;
	}
	header p {
		padding-top: 30px;
		margin-left: 2%;
	}
	header ul {
		margin-top: 36px;
	}
	nav ul {
		width: 90%;
		min-width: 900px;
	}
	nav li a {
		font-size: 15px;
		padding: 0 8px 0 4px;
	}
	section>div>div {
		width: 90%;
	}
	/*资讯*/
	section .news {
		width: 100%;
		min-width: 900px;
	}
	/*资讯*/
	.banner {
		padding: 10px 0;
		min-width: 900px;
	}
	.banner-center {
		margin-left: 15px;
		width: 37%;
	}
	.banner-right {
		width: 33%;
	}
	.banner-list a {
		width: 80px;
	}
	.bktj {
		padding: 10px 0;
		min-width: 900px;
	}
	.bktj-l {
		width: 29%;
	}
	.bktj-l__list {
		margin: 0 auto 28px;
	}
	.bktj-l__list p {
		display: inline-block;
		vertical-align: middle;
		width: 215px;
		font-size: 13px;
		color: #333;
		text-align: left;
	}
	.bktj-c {
		width: 30%;
	}
	.bktj-c__list a {
		width: 80px;
	}
	.bktj-c__list a:hover {
		width: 80px;
	}
	.list a {
		width: 80px;
	}
	.bktj-c .bktj-c__link {
		width: 110px;
	}
	.bktj-r {
		width: 37%;
	}
	/*审核*/
	section .condition input {
		width: 100px;
	}
	section .condition select {
		width: 100px;
	}
	#submit {
		width: 120px;
	}
	/*报名流程*/
	.bmlc-in ul li a {
		background-position-x: 18px;
	}
	section .teach .hover .try a {
		margin-top: 0;
	}
	/*教材*/
	.con3 .con3_left ul li {
		margin: 25px 22px 30px;
	}
	/*学习*/
	section .study {
		margin-bottom: 80px;
	}
	section .study .modular {
		width: 30%;
	}
	section .study .modular .gao {
		height: 150px;
	}
	/*教学*/
	section .bg1>div {
		height: 550px;
	}
	section .teach>div {
		display: none;
		height: 400px;
	}
	section .teach ul {
		height: 400px;
	}
	section .teach ul li {
		margin-bottom: 28px;
	}
	section .teach ul li .title {
		font-size: 20px;
		padding-top: 25px;
	}
	section .teach ul li .txt {
		padding: 0px 0;
		line-height: 20px;
		font-size: 14px;
	}
	section .teach ul li .txt span {
		font-size: 18px;
	}
	section .teach ul li .conBtn a {
		padding: 5px;
		font-size: 12px;
	}
	section .teach ul li .conBtn .col {
		border-radius: 5px;
	}
	section .teach ul li .conBtn .col2 {
		border-radius: 5px;
	}
	/*section .teach a{*/
	/*width: 74px;*/
	/*height:26px;*/
	/*right:154px;*/
	/*}*/
	/*section .teach .bor{*/
	/*top: 10px;*/
	/*}*/
	/*section .teach .bor1{*/
	/*top:45px;*/
	/*}*/
	/*section .teach .bor2{*/
	/*top: 112px;*/
	/*}*/
	/*section .teach .bor3{*/
	/*top: 147px;*/
	/*}*/
	/*section .teach .bor4{*/
	/*top: 219px;*/
	/*}*/
	/*section .teach .bor5{*/
	/*top: 254px;*/
	/*}*/
	/*section .teach .bor6{*/
	/*top: 328px;*/
	/*}*/
	/*section .teach .bor7{*/
	/*top:363px;*/
	/*}*/
	#con {
		display: none;
	}
	/*中间弹窗*/
	.yl_xzc {
		width: 48%;
		margin-left: -27%;
	}
}


/*平板横屏*/

@media only screen and (max-width:1024px) and (min-width:768px) and (orientation: portrait) {
	header>div {
		width: 90%;
		min-width: 700px;
	}
	header p {
		font-size: 16px;
		padding-top: 30px;
	}
	header ul {
		font-size: 16px;
		margin-top: 30px;
	}
	nav ul {
		width: 90%;
		padding: 10px 0;
		text-align: center;
		min-width: 680px;
	}
	nav li a {
		display: block;
		font-size: 18px;
		color: #fff;
		text-align: center;
		padding: 0 12px 0 11px;
		margin: 8px 0;
	}
	nav .li a {
		border: none!important;
	}
	section>div>div {
		width: 90%;
	}
	/*资讯*/
	.banner {
		width: 100%;
		padding: 10px 0;
		min-width: 700px;
	}
	.banner-center td {
		margin-left: 4%;
	}
	.banner-center table span {
		margin-left: 10%;
	}
	.banner-center {
		margin-left: 15px;
		width: 38%;
	}
	.banner-center__list a {
		font-size: 12px;
		line-height: 24px;
	}
	.banner-right {
		width: 30%;
	}
	.banner-list {
		margin: 0 10px 15px;
	}
	.banner-list a {
		width: 60px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
	}
	.bktj {
		width: 100%;
		min-width: 700px;
	}
	.bktj-l__list {
		margin: 0 auto 8px;
	}
	.bktj-l__list p {
		width: 166px;
		font-size: 12px;
	}
	.bktj-c {
		width: 31%;
		margin: 0 15px;
	}
	.bktj-c__list a {
		width: 70px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
	}
	.bktj-c__list a:hover {
		width: 70px;
		height: 24px;
		line-height: 24px;
	}
	.list a {
		width: 70px;
		height: 24px;
		line-height: 24px;
	}
	.bktj-c .bktj-c__link {
		width: 100px;
		font-size: 14px;
		margin: 15px 8px;
	}
	.bktj-r h2 {
		font-size: 26px;
	}
	.bktj-r h3 {
		font-size: 16px;
	}
	.bktj-r p {
		padding: 7px 15px;
	}
	.bktj-r p a span {
		font-size: 12px;
	}
	.bktj-r__list a {
		display: none;
	}
	/*审核*/
	section .bg3 {
		display: none;
	}
	section .bg4 {
		display: block;
		background: #4895f3;
		font-size: 16px;
	}
	section .condition {
		min-width: 300px;
		padding: 15px 0;
	}
	section .condition h1 {
		font-size: 30px;
	}
	section .condition p {
		font-size: 16px;
	}
	section .condition input {
		margin: 0 190px 10px 10px;
	}
	#submit,
	#submit1 {
		margin: 0 40px 0 280px;
	}
	/*报名流程*/
	.bmlc-in ul li {
		width: 19.5%;
	}
	.bmlc-in ul li a {
		font-size: 16px;
		background-position-x: 0px;
	}
	/*全方位服务*/
	.service_li {
		width: 50%;
		margin-bottom: 20px;
	}
	/*冲关备考资料下载专区*/
	.dv_box h1 {
		font-size: 30px;
	}
	.con3 .con3_left ul li a {
		font-size: 14px;
	}
	.con3 .con3_left ul li {
		width: 43%;
		margin: 25px 12px 30px;
	}
	.con3_right {
		padding-left: 20px;
	}
	.con3_right .con3_r_ul1 li {
		text-indent: 20px;
	}
	.con3_right .con3_r_ul2 li {
		text-indent: 20px;
	}
	.con3_right ul li {
		padding: 4px 0;
	}
	/*下载*/
	section .data h1 {
		font-size: 38px;
	}
	section .data p {
		font-size: 30px;
		color: #fff;
		padding-bottom: 20px;
	}
	section .data .modular {
		width: 34%;
		margin: 10px 5% 0 5%;
	}
	.frt {
		float: right;
	}
	section .real .modular h4 {
		font-size: 15px;
	}
	section .real .modular p a {
		padding: 10px 30px;
	}
	/*学习*/
	section .study {
		margin-bottom: 80px;
	}
	section .study h1 {
		font-size: 30px;
	}
	section .study p {
		font-size: 16px;
	}
	section .study .modular {
		width: 30%;
	}
	section .study .modular h5 {
		font-size: 20px;
	}
	section .study .modular .gao {
		height: 190px;
	}
	section .study .frt1 {
		float: right;
	}
	section .study .mr {
		margin-right: 0;
	}
	/*教学*/
	section .bg1>div {
		height: 420px;
	}
	section .teach h1 {
		font-size: 30px;
	}
	section .teach p {
		font-size: 16px;
	}
	section .teach ul {
		display: none;
	}
	section .teach>div {
		display: block;
		height: 300px;
	}
	section .teach a {
		width: 54px;
		height: 20px;
		right: 116px;
	}
	section .teach .bor {
		top: 7px;
	}
	section .teach .bor1 {
		top: 34px;
	}
	section .teach .bor2 {
		top: 84px;
	}
	section .teach .bor3 {
		top: 111px;
	}
	section .teach .bor4 {
		top: 164px;
	}
	section .teach .bor5 {
		top: 191px;
	}
	section .teach .bor6 {
		top: 244px;
	}
	section .teach .bor7 {
		top: 270px;
	}
	/*招生*/
	section .student h1 {
		font-size: 36px;
	}
	#con {
		display: block;
	}
	.foot {
		margin-bottom: 60px;
	}
	/*中间弹窗*/
	.yl_xzc {
		width: 60%;
		margin-left: -30%;
	}
	.yl_tcxqhnr ul li span {
		margin-left: 20px;
	}
}


/*手机*/

@media only screen and (max-width:767px) and (min-width:320px) {
	.dy {
		display: none;
	}
	header>div {
		min-width: 300px;
	}
	header img {
		margin-bottom: 0;
		width: 30%;
		margin-top: 24px;
	}
	header>div {
		width: 90%;
	}
	header p {
		font-size: 14px;
		padding-top: 20px;
	}
	header ul {
		width: 65%;
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	header li {
		margin-right: 2%;
	}
	nav ul {
		min-width: 300px;
		padding: 5px 0;
	}
	nav li a {
		margin: 3px 2px;
	}
	nav .li2 a {
		border: none!important;
	}
	section>div>div {
		width: 90%;
	}
	/*资讯*/
	.banner {
		min-width: 300px;
	}
	.banner-left {
		width: 100%;
		margin-bottom: 10px;
	}
	.banner-center {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.banner-center table {
		width: 100%;
		margin: 10px 0;
	}
	.banner-center span {
		margin-left: 12%;
	}
	.banner-center td {
		padding: 5px 2px;
	}
	.banner-center__list a {
		font-size: 12px;
	}
	.banner-right {
		width: 100%;
	}
	.banner-list {
		margin: 0 10px 5px;
	}
	.banner-list a {
		width: 75px;
		font-size: 14px;
	}
	.bktj {
		min-width: 300px;
	}
	.bktj-l {
		width: 100%;
	}
	.bktj-l__content h2 {
		font-size: 14px;
	}
	.bktj-l__list {
		margin: 0 auto 10px;
	}
	.bktj-l__list p {
		width: 230px;
	}
	.bktj-c {
		width: 100%;
		margin: 0;
	}
	.bktj-c h2 {
		font-size: 22px;
	}
	.bktj-c__list a {
		width: 86px;
	}
	.bktj-c__list a:hover {
		width: 86px;
	}
	.list a {
		width: 86px;
	}
	.bktj-c .bktj-c__link {
		width: 120px;
	}
	.bktj-r {
		width: 100%;
	}
	.bktj-r__list p {
		width: 210px;
	}
	/*审核*/
	section .bg3 {
		display: none;
	}
	/*  section .bg4{
        display: block;
        background: #4895f3;
        font-size: 16px;
    }*/
	section .condition {
		padding: 10px 0;
	}
	section .condition h1 {
		font-size: 26px;
	}
	section .condition p {
		font-size: 16px;
	}
	section .condition input {
		width: 79%;
		height: 50px;
		margin: 0 14px 10px 10px;
	}
	section .condition select {
		width: 77%;
		height: 50px;
		margin: 0 14px 10px 10px;
	}
	#submit,
	#submit1 {
		width: 150px;
		height: 50px;
		margin: 0 40px 0 100px;
	}
	/*报名流程*/
	.pub-title {
		font-size: 20px;
	}
	.bmlc {
		margin-bottom: 20px;
	}
	.bmlc-in ul .dy {
		display: none;
	}
	.bmlc-in ul li {
		width: 32.5%;
		height: 100px;
	}
	.bmlc-in ul li a {
		height: 100px;
		font-size: 12px;
		/*background-position-x: -24px;*/
	}
	/*全方位服务*/
	.service_title {
		width: 100%;
		font-size: 24px;
		line-height: 30px;
	}
	.service_li {
		width: 100%;
		margin-bottom: 20px;
	}
	/*试听中心*/
	section .auditions h1 {
		padding: 0;
	}
	section .auditions h1 img {
		width: 40%;
	}
	/*教材*/
	section .real .modular {
		width: 48%;
		margin-bottom: 20px;
	}
	section .real .mr {
		margin-right: 4%;
	}
	section .real h3 {
		font-size: 20px;
	}
	section .real .modular h4 {
		font-size: 16px;
		padding: 0;
	}
	section .real .modular p a {
		margin: 10px 0;
		padding: 5px 10px;
		border-radius: 5px;
	}
	section .real .mod {
		margin: 20px 0 0;
	}
	/*冲关备考资料下载专区*/
	.dv_box h1 {
		font-size: 20px;
	}
	.con3_left {
		width: 100%;
	}
	.con3 .con3_left ul li {
		width: 44%;
		margin: 5px 8px 10px;
	}
	.con3 .con3_left ul li a {
		padding: 7px 9px;
		font-size: 13px;
	}
	.con3 .con3_left ul li dd {
		margin-top: 25px;
	}
	.con3_right {
		width: 100%;
		padding-left: 0px;
		border-left: none
	}
	.con3_right ul li {
		width: 100%;
		padding: 5px 0;
	}
	.con3_right .con3_r_ul1 li {
		text-indent: 12px;
	}
	.con3_right .con3_r_ul1 li a {
		padding-right: 12px;
	}
	.con3_right .con3_r_ul2 li {
		text-indent: 15px;
	}
	.con3_right .con3_r_ul2 li a {
		padding-right: 12px;
	}
	.con3_right .con3_r_ul3 li {
		text-indent: 19px;
	}
	.con3_right .con3_r_ul3 li a {
		padding-right: 12px;
	}
	.con3_right .con3_r_ul1 li .con3_li,
	.con3_right .con3_r_ul2 li .con3_li,
	.con3_right .con3_r_ul3 li .con3_li1 {
		top: 12px;
	}
	/*下载*/
	data {
		padding: 20px 0;
	}
	section .data h1 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	section .data p {
		font-size: 18px;
		padding-bottom: 10px;
	}
	section .data .modular {
		width: 100%;
	}
	.mr3 {
		margin-right: 0;
	}
	/*学习*/
	section .study {
		width: 90%;
	}
	section .study h1 {
		font-size: 20px;
	}
	section .study p {
		font-size: 16px;
	}
	section .study .modular {
		width: 100%;
		font-size: 14px;
		margin-bottom: 20px;
	}
	section .study .modular h5 {
		font-size: 14px;
	}
	section .study .modular p {
		font-size: 14px;
	}
	section .study .modular .txt {
		height: 120px;
	}
	section .study .frt1 {
		float: right;
	}
	section .study .mr {
		margin-right: 0;
	}
	/*优势*/
	.bga {
		width: 92%;
		margin: 0 auto;
	}
	.s {
		margin-bottom: 15px;
	}
	.bga>div {
		width: 100%;
	}
	/*招生*/
	section .student h1 {
		font-size: 18px;
	}
	section .student table th {
		font-size: 12px;
		padding: 0;
		line-height: 18px;
	}
	section .student table td {
		font-size: 12px;
		padding: 0;
		line-height: 18px;
	}
	/*底部*/
	footer p {
		width: 80%;
		padding: 10px 0;
		margin: 0 auto;
	}
	.foot {
		margin-bottom: 60px;
	}
	#con {
		width: 100%;
		display: block;
	}
	#con .fixed>div {
		width: 32%;
	}
	.fixed .webFix {
		font-size: 12px;
	}
	.fixed img {
		width: 20px;
		height: 20px;
		margin-left: 15%;
		margin-top: 20px;
		margin-right: 7px;
	}
	#con .fixed ul {
		display: none;
		width: 27%;
		left: 3%;
		position: absolute;
		bottom: 60px;
		border: 2px solid #f5f5f5;
		background-color: #fff;
		z-index: 20;
	}
	#con .fixed ul a {
		color: #333;
	}
	#con .divider {
		height: 2px;
		margin: -6px 7px;
		background-color: #e5e5e5;
	}
	/*中间弹窗*/
	.yl_xzc {
		width: 90%;
		margin-left: -45%;
	}
	.yl_xzc {
		/*display: none;*/
	}
	.xtc_nwd {
		font-size: 12px;
	}
	.yl_tcxqhnr ul li span {
		margin-left: 15px;
	}
	input.tc_tel {
		width: 170px;
		font-size: 12px;
	}
	input.tc_pass {
		width: 170px;
		font-size: 12px;
	}
	.tc_tslidl dl {
		padding-left: 100px;
	}
	.tc_tslidl dl b {
		width: 50px;
	}
	.yl_xtcanx a.yl_tc_xan1 {
		padding: 10px 5px;
		margin-left: 0;
	}
	.yl_xtcanx a.yl_tc_xan2 {
		padding: 10px 5px;
		margin-left: 20px;
	}
	.yl_tcxqhnr ul li.tc_tslidl {
		height: 40px;
	}
	.yl_xtcanx {
		width: 256px;
		margin: 30px auto 30px;
		padding: 0;
	}
}