

/* CSS Document */
html {
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
body{min-width: 1320px;}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

* {
	box-sizing: border-box;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-type: none;
}

li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	padding: 0;
	margin: 0;
	border: none;
}

.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

clearfix: {
	clear: both;
}

body {
	background-color: #f2f2f2;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.nav-right-shu {
	width: 258px;
	/* height:60px; */
	float: right;
	color: #D12020;
	position: relative;
	margin-right: 0px;
}

.nav-right-shu .nav_con {
	float: right;
	height: 60px;
	margin-left: 10px;
}


.nav-right-shu img {
	float: right;
}

.nav-right-shu p {
	color: #1a1a1a;
	top: 10px;
	font-size: 15px;
	height: 40px;
	line-height: 18px;
}

.nav-right-shu a {
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #ed4343;
	color: #ffffff;
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}

.nav-right-shu a:hover {
	background: #d01337;
	text-decoration: underline;
	transition: all 0.15s linear;
}

/*导航css*/
.dhbg {
	width: 100%;
	min-width: 1200px;

	background: #09141a;
}

.dhnr {
	width: 1200px;
	margin: 0 auto;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

img {
	display: block;
	margin: 0 auto;
}

.nav2 {
	width: 1200px;
	height: 40px;
	float: left;
}

.navUl {
	width: 100%;
}

.navUl a {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

.navUl li.navli {
	float: left;
	height: 40px;
	padding: 0 25px;
	line-height: 40px;
	position: relative;
	z-index: 6;
}

.navUl li:hover {
	text-decoration: underline;
	background: #3e3d4d;
}

.navUl li a:hover {
	color: #f13547;
}

.slideDown {
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
	z-index: 2;
	background: rgba(31, 35, 46, 0.9);
	overflow: hidden;
	width: 80px;
}

.slideDown ul li {
	border-bottom: #272636 dashed 1px;
}

.slideDown ul li a {
	padding: 0 5px;
	font-size: 12px;
}

.slideDown ul li:hover {
	background: #272636;
	text-decoration: underline;
}

.slideDown ul li {
	height: 36px;
	line-height: 36px;
}

.lino1 .slideDown {
	width: 114px;
}

.lino2 .slideDown {
	width: 114px;
}

.lino3 .slideDown {
	width: 98px;
}

.lino4 .slideDown {
	width: 118px;
}

.lino5 .slideDown {
	width: 146px;
}

.lino6 .slideDown {
	width: 114px;
}

.lino7 .slideDown {
	width: 114px;
}

/*导航css结束*/

div.p-top {
	width: 100%;
	height: 45px;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	color: #828282;

	min-width: 1200px;
}

/*top*/
div.top-content {
	width: 1190px;
	margin: 0px auto;
}

div.top-left {
	float: left;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	width: 400px;

}

div.top-left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.top-left span {
	float: left;
	padding-right: 10px;
	color: red;

}

div.top-left li {
	float: left;
	padding-right: 10px;
}

div.top-right {
	float: right;
	font-size: 10px;

	/* width:360px; */
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px 0px;

}

div.top-right ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

div.top-right span {
	float: left;
}

div.top-right ul li {
	float: right;
	padding-left: 5px;
}

span.jg_auth {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../image/zheng.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
}

span.jg_jia {
	display: inline-block;
	width: 15px;
	height: 15px;

	background-image: url(../image/jia.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
}

span.jg_zh {
	display: inline-block;
	width: 15px;
	height: 15px;

	background-image: url(../image/quan.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;

}

/*nav导航*/
div.nav_box {
	background-color: #fff;
	width: 100%;
	height: 70px;
	padding-top: 1px;
	color: #333;
}

div.nav {
	font-size: 16px;
	margin: 0px auto;
	width: 1200px;
	height: 70px;
}

div.logo {
	float: left;
	width: 154px;
	padding-top: 10px;
}

div.logo img {
	width: 100%;
}

div.nav ul {
	margin-left: 200px;
	padding-top: 30px;

}

div.nav ul li {
	float: left;
	margin-left: 75px;
}

/*banner*/
div.bannerbox {
	width: 100%;
	min-width: 1200px;
	position: relative;
	background-color: #fff;
}

div.banner_content {


	margin: 0 auto;
}

div.banner_content img {
	display: block;
	width: 100%;
}

div.textbox span {
	background: rgb(247, 116, 12);
	color: #fff;
	margin: 0 auto;
	text-align: center;
	display: block;
	border-radius: 40px;
	box-shadow: 0px 3px 16px 0px rgba(25, 25, 25, 0.19);
	line-height: 48px;
	width: 324px;
	font-size: 22px;
	height: 52px;
}

.textbox span:hover {
	cursor: pointer;
}

/*难题*/
div.nantibox {
	width: 100%;
	min-width: 1200px;
	height: 600px;
}

div.nanti_content {
	margin: 0px auto;
	width: 1200px;
}

div.nanti_content h1 {
	padding: 50px 0 20px 0;
	font-size: 48px;
	text-align: center;
}

span.yanse {
	color: #d81c0b;
}

div.nanti_content_lie li {
	float: left;
	width: 220px;
	margin: 15px 25px;
}

div.nanti_content_lie li img {
	width: 100%;
	border: 1px solid #999;
	border-radius: 6px;
}

div.nanti_content_lie li span {
	font-weight: bold;
	margin-top: 10px;
}

div.nanti_content_lie ul {
	padding-left: 50px;
	padding-right: 20px;
}


/*4种方式*/
div.methodbox {
	width: 100%;
	background-color: #fff;
}

div.method_list {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.method_content_lie {
	margin-left: 30px;
	margin-right: 20px;
	text-align: center;
}

li.method_content_lie_l:hover {
	border: 1px solid #fe8863;
	width: 264px;
	height: 430px;
}

li.method_content_lie_l {
	float: left;
	width: 264px;
	height: 430px;
	background: #f1f1f1;
	margin: 20px 10px;
	position: relative;
	box-shadow: 2px 3px 5px #dcdcdc;
}


li.method_content_lie_l img {
	padding: 10px;
}

li.method_content_lie_l p {
	padding: 5px 0;
	color: #333;
}

.method_content_lie_text h2 {
	background-color: #fe8863;
	color: #fff;
	padding: 15px 0;
	margin-bottom: 20px;
}

.method_content_anniu {
	background-color: #fe8863;
	width: 160px;
	height: 44px;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	margin-left: 50px;
	margin-top: 30px;
}

span.kaoshi_anniu {
	background-image: url(../image/anniu.png);
	display: inline-block;
	width: 20px;
	height: 25px;
	background-size: 20px 25px;
	background-repeat: no-repeat;
	margin: 0 5px;
}

div.method_list h1 {
	padding: 50px 0 20px 0;
	font-size: 48px;
	text-align: center;
}

span.yanse {
	color: #d81c0b;
}


.biganniu {
	max-width: 1150px;
	margin: 0px auto;
	text-align: center;
	color: #333;

}


.biganniu li {

	width: 500px;
	border: 1px solid #fe8863;
	border-radius: 6px;
	padding: 8px 0;
	color: #fe8863;
	margin-left: 30px;
	margin-right: 30px;
}

.biganniu li:hover {
	cursor: pointer;
	background: #fe8863;
	color: #fff;
}

.biganniu li.left {
	float: left;
}

.biganniu li.right {
	float: right;
}


/* 提升学历  */
.con3s {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #333333;
	height: 750px;
	background: url(../image/bg03.jpg) center center no-repeat;
	background-size: 1920px 750px;
}

.con3 {
	width: 996px;
	height: 750px;
	margin: 0 auto;
}

.con3_c {
	width: 996px;
	overflow: hidden;
	margin-top: 12px;
	height: auto;
}

.con3_c_t {
	width: 206px;
	height: 206px;
	border: 0px solid #fba746;
	float: left;
	margin-top: 28px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.con3_c_t:hover {
	background: #ffffff;
}

.con3_c_t:hover p {
	color: #343434;
}

.con3_c_t:hover {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)
}

.con3_c_t_t {
	width: 211px;
	height: 94px;
	/* background:url(../images/bai.png) no-repeat; */
	margin: 24px auto 0;
}

.con3_c_t_t p {
	font-size: 16px;
	color: #343434;
	text-align: center;
	padding-top: 10px;
}

.con3_c_t_t h2 {
	font-size: 24px;
	color: #fba746;
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
}

.con3_c_t_c {
	width: 204px;
	height: 34px;
	line-height: 34px;
	background: #fba746;
	margin-top: 10px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
}

.circle {
	float: left;
	width: 8px;
	height: 8px;
	background: #fba746;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	margin-top: 130px;
	margin-left: 5px;
	margin-right: 5px;
}

.con3_c_t_c:hover {
	border: 1px solid #fba746;
	background: #ffffff;
	color: #fba746;
}


div.tisheng {
	background-color: #f1f1f1;
	height: 600px;
	width: 100%;
	margin: 0px auto;
	text-align: center;

}

div.tisheng_content {
	width: 1200px;
	margin: 0px auto;
}

div.tisheng_title {
	padding-top: 30px;
	text-align: center;
}

div.tisheng_title h1 {
	padding: 50px 0 20px 0;
	font-size: 48px;
	text-align: center;
	color: #fff;
}

div.tisheng_title span {
	display: inline-block;
	padding-top: 20px;
	font-size: 20px;
	color: #333;
	text-align: center;
	color: #fff;
}


/*尚德*/
div.s_edu {
	background: url(../image/shangde_bg.jpg) no-repeat top center;
	width: 100%;
	max-width: 1920px;
	background-size: 100% auto;
	height: 920px;
	margin: 0 auto;
}

div.s_edu_content {
	width: 1180px;
	margin: 0px auto;
}

div.s_edu_title {
	background-image: url(../image/shangde_logo.png);
	height: 379px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px auto;
}

div.wp_edu {
	background: url(../image/wuping_bg.jpg) no-repeat center center;
	width: 100%;
	max-width: 1920px;

	height: 820px;
	margin: 0 auto;
}

div.wp_edu_content {
	width: 1180px;
	margin: 0px auto;
}

div.wp_edu_title {
	background: url(../image/wuping_logo.png) no-repeat bottom;
	height: 250px;
	margin: 0px auto;
}

div.xh_edu {
	background: url(../image/wuping_bg.jpg) no-repeat center center;
	width: 100%;
	max-width: 1920px;
	height: 820px;
	margin: 0 auto;
}

div.xh_edu_content {
	width: 1180px;
	margin: 0px auto;
}

div.xh_edu_title {
	background: url(../image/baijiabai_logo.png) no-repeat bottom;
	height: 250px;
	margin: 0px auto;
}

div.zj_edu {
	background: url(../image/zhijin_bg.jpg) no-repeat center center;
	width: 100%;
	max-width: 1920px;
	height: 830px;
	margin: 0 auto;
}

div.zj_edu_content {
	width: 1180px;
	margin: 0px auto;
}

div.zj_edu_title {
	background: url(../image/yifang_logo.png) no-repeat bottom;
	height: 250px;
	margin: 0px auto;
}

.edu-distan {
	/*border-bottom: 1px solid #8d0b2b;*/
	height: 658px;
	background: #fff;
}

.edu-distan .edu-distan-wrap {
	height: 658px;
	position: relative;
}


/*.edu-distan .edu-distan-wrap .phone{ z-index: 6;}*/

.edu-distan .edu-pic {
	padding-top: 45px;
	margin: 0 auto;
	width: 497px;
	height: 70px;
}

.edu-distan .edu-pic img {
	width: 497px;
	height: 70px;
}

.edu-distan ul {
	overflow: hidden;
	margin-top: 30px;
}

.edu-distan ul li {
	float: left;
	margin: 53px 0 0 39px;
	width: 121px;
}

.edu-distan ul li .img {
	width: 121px;
	height: 121px;
}

.edu-distan ul li p {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

.edu-distan ul li a {
	display: block;
	width: 114px;
	height: 26px;
	border-radius: 11px;
	line-height: 26px;
	text-align: center;
	background: #9fa0a0;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	behavior: url(http://xlr.xuei.net/pc/xueli/images/ie-css3.htc);
}

.edu-distan ul li:hover a {
	background: #ba0f39;
	color: #fff;
}

.w {
	width: 1000px;
	padding-top: 20px;
}

.w,
.w1 {
	margin: 0 auto;
}



div.s_b_button {
	float: right;
	padding-right: 70px;
}

div.s_b_button ul {
	margin-top: 30px;
	margin-left: 40px;

}

li.s_b_item {
	width: 280px;
	float: left;
	background-color: #169bd6;
	color: #fff;
	font-weight: bold;
	padding: 15px 25px;
	border-radius: 8px;
	margin: 10px 0 20px 40px;
	text-align: center;
	font-size: 20px;




}

li.clearleft {
	clear: left;
}

li.s_edu_item {
	background-color: #fff;
	border-radius: 5px;
	margin: 15px 5px 20px 38px;
	padding: 10px 10px;
	width: 600px;
	margin-bottom: 20px;
}

li.s_edu_item b {
	color: #ff7800;
	font-weight: normal;
}

li.s_edu_item span label.dianzan {
	display: inline-block;
	background-image: url(../image/dianzan.png);
	background-position: center center;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
}

li.s_edu_item span {
	font-size: 18px;
	padding: 30px 10px;
}

div.s_edu_dianzan {
	float: right;
}

.s_edu_dianzan ul {
	margin-top: 40px;
	width: 710px;
}


/* 学校列表 */
div.shangde_school {
	background-color: #fff;
	width: 100%;
	height: 1300px;
	margin: 0px auto;
	text-align: center;

}

div.school_content {
	width: 1200px;
	margin: 0px auto;
}

div.school_title {
	padding-top: 20px;
	text-align: center;
	height: 200px;
}

div.school_title h1 {
	padding: 30px 0 20px 0;
	font-size: 48px;
	text-align: center;
}

div.school_title span {
	display: inline-block;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.yanse {
	color: #d81c0b;
}


.school_button {
	background: #f7b163;
	padding: 10px;
	margin-bottom: 40px;
	font-size: 20px;
	color: #fff;
	border-radius: 8px;
	width: 300px;
	margin: 0 auto;
	height: 60px;
	line-height: 40px;


}

.school_button:hover {
	cursor: pointer;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.box06 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(../image/bg_line.png) center center no-repeat;
	height: 930px;
	padding-top: 10px;
	background-size: 100% 100%;
}

.box06 .sub_ti {
	width: 100%;
	marign: 0 auto;
	text-align: center;
	color: #576c73;
	font-size: 22px;
	line-height: 48px;
}

.subtt {
	width: 1100px;
	margin: 0 auto;
	text-align: cneter;
	height: auto;
	overflow: hidden;
	margin-top: 24px;
}

.box06 .school {
	width: 1010px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 10px;
}

.box06 .school div {
	float: left;
	display: block;
	width: 240px;
	height: 175px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
}

.box06 .school span b {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 30px;
	font-size: 22px;
	color: #222;
	margin-top: 20px;
}

.box06 .school span p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}

.box06 .school div:nth-child(1) {
	background: url(../image/sch01.jpg) center center no-repeat;
	height: 360px;
}

.box06 .school div:nth-child(1) span b {
	margin-top: 60px;
}

.box06 .school div:nth-child(2) {
	background: url(../image/sch02.jpg) center center no-repeat;
}

.box06 .school div:nth-child(3) {
	background: url(../image/sch03.jpg) center center no-repeat;
	width: 490px;
}

.box06 .school div:nth-child(4) {
	background: url(../image/sch04.jpg) center center no-repeat;
}

.box06 .school div:nth-child(5) {
	background: url(../image/sch05.jpg) center center no-repeat;
}

.box06 .school div:nth-child(6) {
	background: url(../image/sch06.jpg) center center no-repeat;
}

.box06 .school div:nth-child(7) {
	background: url(../image/sch07.jpg) center center no-repeat;
	width: 240px;
}

.box06 .school div:nth-child(8) {
	background: url(../image/sch08.jpg) center center no-repeat;
}

.box06 .school div:nth-child(9) {
	background: url(../image/sch09.jpg) center center no-repeat;
}

.box06 .school div:nth-child(10) {
	background: url(../image/sch10.jpg) center center no-repeat;
}

.box06 div i {
	float: left;
	display: block;
	width: 240px;
	height: 175px;
	text-align: center;
	margin-right: 5px;
	position: absolute;
	margin-bottom: 10px;
	cursor: pointer;
	left: 0px;
	top: 0;
	background: rgba(9, 38, 60, 0.88);
	display: none;
}

.box06 div i p {
	width: 100%;
	height: 60px;
	line-height: 22px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
	margin-top: 40px;
	margin-bottom: 15px;
	font-style: normal;
}

.box06 .school div:nth-child(1) i p {
	margin-top: 120px;
	height: 80px;
}

.box06 div i a {
	display: block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	background: #ff6600;
	margin: 0 auto;
	text-align: center;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-o-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
}

.box06 #nor_bt {
	display: block;
	width: 320px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	background: #4477d2;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-o-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
}

.box06 #nor_bt:hover {
	background: #223648;
	color: #ffffff;
	transition: all 0.5s linear;
}





.school_button:hover {
	cursor: pointer;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.box07 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(../image/bg_line.png) center center no-repeat;
	height: 870px;
	padding-top: 10px;
	background-size: 100% 100%;
}

.box07 .sub_ti {
	width: 100%;
	marign: 0 auto;
	text-align: center;
	color: #576c73;
	font-size: 22px;
	line-height: 48px;
}

.subtt {
	width: 1100px;
	margin: 0 auto;
	text-align: cneter;
	height: auto;
	overflow: hidden;
	margin-top: 24px;
}

.box07 .school {
	width: 1010px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 10px;
}

.box07 .school div {
	float: left;
	display: block;
	width: 240px;
	height: 175px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
}

.box07 .school span b {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	color: #222;
	margin-top: 30px;
}

.box07 .school span p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}

.box07 .school div:nth-child(1) {
	background: url(../image/sch11.jpg) center center no-repeat;
	height: 360px;
}

.box07 .school div:nth-child(1) span b {
	margin-top: 60px;
}

.box07 .school div:nth-child(2) {
	background: url(../image/sch12.jpg) center center no-repeat;
}

.box07 .school div:nth-child(3) {
	background: url(../image/sch13.jpg) center center no-repeat;
	width: 490px;
}

.box07 .school div:nth-child(4) {
	background: url(../image/sch14.jpg) center center no-repeat;
}

.box07 .school div:nth-child(5) {
	background: url(../image/sch15.jpg) center center no-repeat;
}

.box07 .school div:nth-child(6) {
	background: url(../image/sch16.jpg) center center no-repeat;
}

.box07 .school div:nth-child(7) {
	background: url(../image/sch17.jpg) center center no-repeat;
	width: 240px;
}

.box07 .school div:nth-child(8) {
	background: url(../image/sch18.jpg) center center no-repeat;
}

.box07 .school div:nth-child(9) {
	background: url(../image/sch19.jpg) center center no-repeat;
}

.box07 .school div:nth-child(10) {
	background: url(../image/sch20.jpg) center center no-repeat;
}

.box07 div i {
	float: left;
	display: block;
	width: 240px;
	height: 175px;
	text-align: center;
	margin-right: 5px;
	position: absolute;
	margin-bottom: 10px;
	cursor: pointer;
	left: 0px;
	top: 0;
	background: rgba(9, 38, 60, 0.88);
	display: none;
}

.box07 div i p {
	width: 100%;
	height: 60px;
	line-height: 22px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
	margin-top: 40px;
	margin-bottom: 15px;
	font-style: normal;
}

.box07 .school div:nth-child(1) i p {
	margin-top: 120px;
	height: 80px;
}

.box07 div i a {
	display: block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	background: #ff6600;
	margin: 0 auto;
	text-align: center;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-o-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
}

.box07 #nor_bt {
	display: block;
	width: 320px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	background: #4477d2;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-o-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
}

.box07 #nor_bt:hover {
	background: #223648;
	color: #ffffff;
	transition: all 0.5s linear;
}






/*重要通知*/
.bmjznr {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.bmjznr h2 {
	color: #333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 28px;
	text-align: center;
}

.bmjznr p {
	font-size: 24px;
	font-weight: bold;
	color: #d81c0b;
	margin-bottom: 50px;
	text-align: center;
}

.bmjznr h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #272636;
	text-align: center;
}

.bmjzdjsk {
	width: 1200px;
	height: 220px;
}

.bmjzdjsk ul {
	margin: 0;
	padding: 0;
	width: 1200px;
	height: 86px;
}

.bmjzdjsk ul li {
	width: 86px;
	height: 100px;
	background: #272636;
	border-radius: 3px;
	float: left;
	color: #fff;
	font-size: 54px;
	text-align: center;
	line-height: 90px;
}

div.bmaniu {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.bmjznr_button {
	background: #f7b163;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	width: 200px;
	height: 60px;
	line-height: 40px;
	text-align: center;
	margin: 0 20px;
}

.bmjznr_button:hover {
	cursor: pointer;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}




/* chinaEdu */
div.c_edu {
	background-image: url(../image/hongcheng_bg.jpg);
	width: 100%;
	max-width: 1920px;
	/*background-size:100% 100%;*/
	height: 880px;
	background-position: center center;
	/*	margin-left:260px;*/
	margin: 0px auto;
	padding: 20px 0;
}

div.c_edu_content {
	width: 1000px;
	margin: 0px auto;
}

div.c_edu_title {
	background-image: url(../image/xuehui_logo.png);
	width: 800px;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px auto;



}

div.c_b_button {
	float: right;
	padding-right: 190px;

}

div.c_b_button ul {
	margin-top: 30px;

}

li.c_b_item {
	width: 230px;
	float: left;
	background-color: #169bd6;
	color: #fff;
	font-weight: bold;
	padding: 15px 25px;
	border-radius: 5px;
	margin: 20px 20px;
	text-align: center;
	font-size: 20px;



}

li.clearleft {
	clear: left;
}

li.c_edu_item {
	background-color: #fff;
	border-radius: 5px;
	margin: 10px 5px;
	padding: 10px 10px;
	width: 600px;

	margin-bottom: 20px;
}

li.c_edu_item span label.dianzan {
	display: inline-block;
	background-image: url(../image/dianzan.png);
	background-position: center center;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
}

li.c_edu_item span {
	font-size: 18px;
	padding: 30px 10px;
}

li.c_edu_item span b {
	color: #ff7800;
	font-weight: normal;
}

div.c_edu_dianzan {
	float: right;
}

.c_edu_dianzan ul {
	margin-top: 60px;
	width: 710px;
}


/* 选择洪城教育 */
div.hongcheng {
	background-color: #f2f2f2;
	width: 100%;
	height: 550px;
}

div.content {
	width: 1200px;
	margin: 0px auto;
}

div.hc_title {
	padding-top: 50px;
	text-align: center;
}

div.hc_title h1 {
	padding: 50px 0 20px 0;
	font-size: 48px;
	text-align: center;

}

div.hc_title span {
	display: inline-block;
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
	color: #333;
}

div.hc_con {
	width: 1100px;
	margin: 0px auto;
	padding-top: 40px;

}

li.hc_item {
	float: left;
	text-align: center;
	width: 200px;
	height: 102px;
	margin: 10px 10px;
	border-radius: 6px;
}

li.hc_item span {
	display: block;
	font-size: 14px;
}

li.hc_item img {
	display: inline-block;
	width: 100%;
}

li.hc_item span.s_title {
	color: #d91d0c;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
}





/* 省时*/


span.yanse {
	color: #d81c0b;
}

div.nanti_content_lie li {
	float: left;
	width: 220px;
	margin: 15px 25px;
}

.nanti_content_lie_item:hover {
	cursor: pointer;
}

div.nanti_content_lie li img {
	width: 100%;
	border: 1px solid #999;
	border-radius: 6px;
}

div.nanti_content_lie li span {
	font-weight: bold;
	margin-top: 10px;
}

div.nanti_content_lie ul {
	padding-left: 50px;
	padding-right: 20px;
}


div.sheng_li {
	width: 100%;
	background-color: #f2f2f2;
	padding-bottom: 20px;
}

div.sheng_li_content {
	mix-width: 1200px;
	margin: 0px auto;
}

div.sheng_li_title {
	color: #000;
	padding-top: 20px;
	text-align: center;
}

div.sheng_li_title b {
	color: #d81c0b;
}

div.sheng_li_title span {
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
	color: #000;
}

div.sheng_li_con {
	width: 1120px;
	margin: 0 auto;
}

li.sheng_li_item {
	float: left;
	width: 220px;
	margin: 15px 30px;
	height: 240px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background: #02c1d3;
}


li.sheng_li_item span {
	display: block;
}

li.sheng_li_item span.title {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-bottom: #fff dashed 1px;
}

li.sheng_li_item span.con {
	font-size: 18px;

}

span.button {
	background: #d71c09;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	text-align: center;

}

span.button:hover {
	cursor: pointer;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.sheng_li_title h1 {
	padding: 50px 0 20px 0;
	font-size: 48px;
	text-align: center;
}



/* 有证*/
div.has_auth {
	width: 100%;
	background-color: #fff;
	height: 700px;
	margin: 0px auto;
}

div.has_auth_content {
	width: 1200px;
	margin: 0px auto;
}

.has_auth_button {
	width: 1200px;
	margin: 0px auto;
	text-align: center;
}

div.auth_title {
	padding-top: 10px;
	text-align: center;
}

div.auth_title span {
	display: inline-block;
	padding-top: 10px;
	font-size: 20px;
	color: #333;
	text-align: center;
}

div.has_auth_button span {
	background: rgb(247, 116, 12);
	font-size: 20px;
	color: #fff;
	border-radius: 40px;
	width: 324px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	display: block;
}

div.has_auth_button span:hover {
	cursor: pointer;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

div.auth_title h1 {
	padding: 50px 0 20px 0;
	font-size: 48px;
	text-align: center;
}

div.auth_img {
	width: 1200px;
	margin-top: 30px;
	margin-bottom: 20px;
}





/*  助学金计划 */


.xjlsfbg {
	background-image: url(../image/yejiao_bg.png);
	background-repeat: no-repeat;
	background-size: 1920px 100%;
	text-align: center;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 60px;
	padding-top: 60px;
}

.xjlsfnr {
	background-color: rgba(252, 252, 252, .8);
	width: 800px;
	height: 540px;
	margin: 0 auto;
	text-align: center;

}

.xjlsfnr h1 {
	padding: 50px 0 20px 0;
	font-size: 48px;
	text-align: center;
}

.xjlsfnr h3 {
	font-size: 24px;
	color: #d81c0b;
}

.xjlsfnr p {
	font-size: 15px;
	color: #666;
	line-height: 26px;
}

.xjlsfnr p span {
	color: #f00;
}

.lsfa1 {
	width: 130px;
	height: 160px;
	border: #999 solid 1px;
	border-radius: 5px;
	float: left;
	margin-left: 40px;
}

.lsfa1 h4 {
	color: #d81c0b;
	text-align: center;
	font-weight: normal;
	font-size: 80px;
}


.lsfa1 p {
	font-size: 16px;
	color: #f00;
}

.lsfa1 {
	width: 130px;
	height: 160px;
	border: #d1d1d1 solid 1px;
	border-radius: 5px;
	float: left;
	margin-left: 40px;
}

div.lsfa1_box {
	width: 400px;
	margin: 0px auto;
}

.wdxlanabc {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}

div.clearfix {
	clear: both;
}

#wdxlannabc {
	width: 324px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border-radius: 40px;
	background: #d81c0b;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	margin-top: 20px;
}

#wdxlannabc:hover {
	cursor: pointer;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

/* 热门好专业才配的上名校 */
.major_box {
	width: 100%;
	padding: 20px 0 50px;
}

.major {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.major h2 {
	line-height: 100px;
	text-align: center;
	color: #232222;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
}

.major h2 strong {
	color: #f7740c;
	font-weight: bold;
}

.major p {
	background-color: #f7740c;
	color: #fffefe;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 55px;
}

.major p em {
	font-weight: bold;
	color: #141414;
	font-style: normal;
}

.major li {
	float: left;
	margin: 0 8px 11px 0;
}

.major li a {
	display: block;
	width: 158px;
	height: 47px;
	line-height: 47px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: 2px solid #8196a8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	font-size: 18px;
	color: #1a1a1a;
	font-family: '方正准圆简体';
	text-align: center;
}

.major li a:hover {
	background-color: #f7740c;
	border: 2px solid #f7740c;
	color: #fff;
}

.major li .no_marginR {
	margin-right: 0;
}

.major li .more {
	background: #f7740c url(http://xlr.xuei.net/pc/xueli/images/more.png) no-repeat 170px center;
	color: #fff;
	text-align: left;
	padding-left: 5px;
	border: 2px solid #f7740c;
}

.major li .more:hover {
	background-color: #ff8e34;
	border: 2px solid #0b3d82;
}

/*分类*/
.zuixin {
	margin-top: 40px;
}

.flbg {
	width: 100%;
	margin: 0 auto;
	background: none;
	padding: 30px 0;
}

.flnr {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 25px 0;
}

.mx_div {
	width: 324px;
	height: 310px;
	position: relative;
}

.mx_div.bo1 {
	width: 324px;
	height: 310px;
	float: left;
	background: #887eff;
}

.mx_div.bo1 h4 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	border-bottom: #4e4d5a dashed 1px;
	padding-bottom: 25px;
	margin-top: 25px
}

a.mx_bt {
	display: block;
	width: 200px;
	heihgt: 36px;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
	border: 1px #fff solid;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 15px;
}

a.mx_bt:hover {
	background-color: #fff;
	color: #f34334;
	transition: all 0.3s linear;
	text-decoration: underline;
}

.mx_div.bo1 p {
	font-size: 16px;
	text-align: center;
	color: #272636;
	padding: 10px;
	line-height: 28px;
	height: 145px;
}

.mx_div.bo2 {
	width: 325px;
	height: 310px;
	float: left;
	background: #ce8efe;
}

.mx_div.bo2 h4 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	border-bottom: #4e4d5a dashed 1px;
	padding-bottom: 25px;
	margin-top: 25px
}

.mx_div.bo2 p {
	font-size: 16px;
	text-align: center;
	color: #272636;
	padding: 10px;
	line-height: 28px;
	height: 145px;
}

.mx_div.bo3 {
	width: 320px;
	height: 310px;
	float: left;
	background: #fc7f6b;
}

.mx_div.bo3 h4 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	border-bottom: #4e4d5a dashed 1px;
	padding-bottom: 25px;
	margin-top: 25px
}

.mx_div.bo3 p {
	font-size: 16px;
	text-align: center;
	color: #272636;
	padding: 10px;
	line-height: 28px;
	height: 145px;
}

.mx_div.bo4 {
	width: 325px;
	height: 310px;
	float: left;
	background: #4fd4a0;
}

.mx_div.bo4 h4 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	border-bottom: #4e4d5a dashed 1px;
	padding-bottom: 25px;
	margin-top: 25px;
}

.mx_div.bo4 p {
	font-size: 16px;
	text-align: center;
	color: #272636;
	padding: 10px;
	line-height: 28px;
	height: 145px;
}

.mx_div.bo1:hover {
	background: #f34334;
}

.mx_div.bo2:hover {
	background: #f34334;
}

.mx_div.bo3:hover {
	background: #f34334;
}

.mx_div.bo4:hover {
	background: #f34334;
}

.school-btnbox {
	width: 980px;
	margin: 0 auto;
}

.school-btn-t {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 60px;
}

/*右侧悬浮*/
.rightbar_box {
	position: fixed;
	top: 9%;
	right: 10px;
	z-index: 99;
	background: url(../image/rightbar-top.png) no-repeat center top;
	width: 132px;
}

.rightbar {
	margin-top: 138px;
	font-size: 14px;
	font-family: "microsoft yahei";
}

.rightbar a {
	background: #fff;
	border: 1px dashed #ff704a;
	width: 132px;
	height: 35px;
	line-height: 31px;
	display: block;
	text-align: center;
	margin-top: 3px;
	text-decoration: none;
	color: #df5838;
	font-size: 16px;
	cursor: pointer;
}

.rightbar a:hover {
	background: #ff704a;
	color: #fff;
	cursor: pointer;
}

.rightbar .roll_top {
	background: #df5838;
	width: 132px;
	height: 52px;
	line-height: 52px;
	color: #FFF;
}

.rightbar .roll_top:hover {
	background: #ff704a;
	color: #fff;
}

/*左侧悬浮*/
.leftbar_new {
	position: fixed;
	top: 9%;
	left: 0px;
	z-index: 99999;
	width: 154px;
	background: url(../image/rightbar-btn-top.png) no-repeat center top;
	padding-top: 100px;
}

.leftbar_new a {
	background: #fff;
	border: 1px dashed #2d90ea;
	width: 132px;
	height: 35px;
	line-height: 31px;
	display: block;
	text-align: center;
	margin-top: 3px;
	text-decoration: none;
	color: #2d90ea;
	font-size: 16px;
	margin-left: 6px;
	cursor: pointer;
}

.leftbar_new a:hover {
	background: #2d90ea;
	color: #fff;
	cursor: pointer;
}

.leftbar_new .roll_top {
	background: #2d90ea;
	width: 132px;
	height: 52px;
	line-height: 52px;
	color: #FFF;
}

.leftbar_new .roll_top:hover {
	background: #3c9ffa;
	color: #fff;
}


/***新加css***/
.academy {
	background: url(../image/academy_bg.png) no-repeat center;
	height: 862px;
	padding-top: 60px;
}

.academy_title {
	/* background: url("../images/academy_title.png") no-repeat center 0; */
	height: 101px;
	font-size: 46px;
	color: #000;
	line-height: 80px;
	text-align: center;
	letter-spacing: 1px;
}

.academy_title strong {
	color: #e51e0b;
}

.academy_con {
	width: 985px;
	margin: 50px auto 30px auto;
	position: relative;
}

.academyList {
	border: #e8ebeb 1px solid;
	border-top: none;
	border-left: none;
}

.academyList li {
	list-style: none;
	background: #fff;
	width: 163px;
	height: 133px;
	float: left;
	border-left: #e8ebeb 1px solid;
	border-top: #e8ebeb 1px solid;
	cursor: pointer;
}

.academyList li:nth-child(9),
.academyList li:nth-child(13) {
	margin-left: 328px;
}

.academyList li.active {
	background: #338bb8;
}

.academy_icon {
	background: url(../image/academy_icon.png) no-repeat 0 0;
	width: 70px;
	height: 70px;
	margin: 16px auto 0;
}

.academyList li.active .academy_icon {
	background-position: -70px 0;
}

.academy_icon2 {
	background-position: 0 -70px;
}

.academyList li.active .academy_icon2 {
	background-position: -70px -70px;
}

.academy_icon3 {
	background-position: 0 -140px;
}

.academyList li.active .academy_icon3 {
	background-position: -70px -140px;
}

.academy_icon4 {
	background-position: 0 -210px;
}

.academyList li.active .academy_icon4 {
	background-position: -70px -210px;
}

.academy_icon5 {
	background-position: 0 -280px;
}

.academyList li.active .academy_icon5 {
	background-position: -70px -280px;
}

.academy_icon6 {
	background-position: 0 -350px;
}

.academyList li.active .academy_icon6 {
	background-position: -70px -350px;
}

.academy_icon7 {
	background-position: 0 -420px;
}

.academyList li.active .academy_icon7 {
	background-position: -70px -420px;
}

.academy_icon8 {
	background-position: 0 -490px;
}

.academyList li.active .academy_icon8 {
	background-position: -70px -490px;
}

.academy_icon9 {
	background-position: 0 -560px;
}

.academyList li.active .academy_icon9 {
	background-position: -70px -560px;
}

.academy_icon10 {
	background-position: 0 -630px;
}

.academyList li.active .academy_icon10 {
	background-position: -70px -630px;
}

.academy_icon11 {
	background-position: 0 -700px;
}

.academyList li.active .academy_icon11 {
	background-position: -70px -700px;
}

.academy_icon12 {
	background-position: 0 -770px;
}

.academyList li.active .academy_icon12 {
	background-position: -70px -770px;
}

.academy_icon13 {
	background-position: 0 -840px;
}

.academyList li.active .academy_icon13 {
	background-position: -70px -840px;
}

.academy_icon14 {
	background-position: 0 -910px;
}

.academyList li.active .academy_icon14 {
	background-position: -70px -910px;
}

.academy_icon15 {
	background-position: 0 -980px;
}

.academyList li.active .academy_icon15 {
	background-position: -70px -980px;
}

.academy_icon16 {
	background-position: 0 -1050px;
}

.academyList li.active .academy_icon16 {
	background-position: -70px -1050px;
}

.academy_icon17 {
	background-position: 0 -1120px;
}

.academyList li.active .academy_icon17 {
	background-position: -70px -1120px;
}

.academy_icon18 {
	background-position: 0 -1190px;
}

.academyList li.active .academy_icon18 {
	background-position: -70px -1190px;
}

.academy_icon19 {
	background-position: 0 -1260px;
}

.academyList li.active .academy_icon19 {
	background-position: -70px -1260px;
}

.academy_icon20 {
	background-position: 0 -1330px;
}

.academyList li.active .academy_icon20 {
	background-position: -70px -1330px;
}

.academy_h4 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	margin: 10px 0 0 0;
}

.academyList li.active .academy_h4 {
	color: #fff;
}

.academy_pic {
	width: 329px;
	height: 269px;
	position: absolute;
	top: 134px;
	left: 328px;
}

.academy_pic li {
	list-style: none;
	display: none;
}

.major_new {
	background: url("../image/major_bg.jpg") no-repeat center;
	height: 840px;
	padding-top: 60px;
}

.major_new .major_title {
	/* background: url("../images/major_title.png") no-repeat center 0;
	height: 107px; */
	font-size: 46px;
	color: #000;
	line-height: 80px;
	text-align: center;
	letter-spacing: 1px;
}

.major_new .major_title strong {
	color: #e51e0b;
}

.major_new .major_stitle {
	font-size: 20px;
	color: #333;
	text-align: center;
	margin: 20px 0 0 0;
	line-height: 1;
}

.major_new .major_con {
	background: url("../image/major_con.png") no-repeat 0 0;
	width: 1001px;
	margin: 50px auto 50px auto;
}

.major_new .major_con>ul>li {
	width: 143px;
	float: left;
}

.major_new .major_con>ul>li:nth-child(even) {
	margin-top: 98px;
}

.major_new .major_shang {
	width: 143px;
	height: 74px;
	padding-top: 24px;
	box-sizing: initial;
}

.major_new .major_con>ul>li:nth-child(even) .major_shang {
	height: 78px;
	padding-top: 20px;
	box-sizing: initial;
}

.major_new .major_icon {
	background: url("../image/major_icon.png") no-repeat 0 0;
	width: 28px;
	height: 28px;
	display: block;
	margin: 0 auto;
}

.major_new .major_con>ul>li:nth-child(even) .major_icon {
	margin-top: 10px;
}

.major_new .major_icon2 {
	background-position: 0 -28px;
}

.major_new .major_icon3 {
	background-position: 0 -56px;
}

.major_new .major_icon4 {
	background-position: 0 -84px;
}

.major_new .major_icon5 {
	background-position: 0 -112px;
}

.major_new .major_icon6 {
	background-position: 0 -140px;
}

.major_new .major_icon7 {
	background-position: 0 -168px;
}

.major_new .major_h3 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin: 8px 0 0 0;
}

.major_new .major_con>ul>li:nth-child(even) .major_h3 {
	margin-top: 0;
}

.major_new .major_list {
	width: 143px;
	height: 236px;
	padding-top: 20px;
	box-sizing: initial;
}

.major_new .major_list_pt {
	height: 220px;
	padding-top: 36px;
	box-sizing: initial;
}

.major_new .major_list li {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}

.major_new .major_list li:hover {
	color: #e51e0b;
}

.question {
	background: url("../image/question_bg.jpg") no-repeat center;
	height: 668px;
	padding-top: 60px;
}

.question_title {
	/* background: url("../images/question_title.png") no-repeat center 0;
	height: 102px; */
	font-size: 46px;
	color: #000;
	line-height: 80px;
	text-align: center;
	letter-spacing: 1px;
}

.question_title strong {
	color: #e51e0b;
}

.question_stitle {
	font-size: 20px;
	color: #000;
	line-height: 1;
	text-align: center;
	margin: 16px 0 0 0;
}

.question_stitle strong {
	color: #e51e0b;
	font-weight: normal;
}

.question_con {
	background: url("../image/question_con.png") no-repeat center 0;
	width: 1098px;
	height: 283px;
	margin: 52px auto 50px auto;
}

.question_box {
	float: left;
	margin-left: 10px;
	padding-top: 22px;
}

.question_box1 {
	width: 233px;
	margin-left: 0;
}

.question_box2 {
	width: 300px;
}

.question_box3 {
	width: 235px;
}

.question_box4 {
	width: 300px;
}

.question_box li {
	font-size: 16px;
	color: #000;
	line-height: 48px;
	margin: 0 0 0 38px;
	cursor: pointer;
}

.question_box2 li {
	margin-left: 36px;
}

.question_box3 li {
	margin-left: 41px;
}

.question_box4 li {
	margin-left: 37px;
}

.question_box2 li,
.question_box4 li {
	color: #fff;
}

.question_box li:hover {
	color: #e51e0b;
}

.question_box2 li:hover,
.question_box4 li:hover {
	color: #ffff33;
}

.question_btn {
	background: #e51e0b;
	width: 300px;
	height: 55px;
	border: none;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 60px auto 0;
}

.question-btn:nth-child(1),
.question-btn:nth-child(5),
.question-btn:nth-child(9),
.question-btn:nth-child(13),
.question-btn:nth-child(17) {
	margin-left: 0;
}

.question-btn:hover {
	background: #2c2f3c;
	color: #fff;
}

.wipe {
	background: url("../image/wipe_bg.png") no-repeat center 0;
	height: 725px;
	padding-top: 60px;
	box-sizing: initial;
}

.wipe_title {
	/* background: url("../images/wipe_title.png") no-repeat center 0;
	height: 101px; */
	font-size: 46px;
	color: #000;
	line-height: 80px;
	text-align: center;
}

.wipe_title strong {
	color: #e51e0b;
}

.wipe_stitle {
	font-size: 20px;
	color: #000;
	line-height: 1;
	text-align: center;
	margin: 16px 0 0 0;
}

.wipe_stitle strong {
	color: #e51e0b;
	font-weight: normal;
}

.wipe_con {
	background: url("../image/wipe_line.png") no-repeat center;
	width: 1001px;
	margin: 55px auto 30px auto;
	overflow: hidden;
}

.wipe_con li {
	width: 185px;
	float: left;
	margin-left: 19px;
}

.wipe_con li:first-child {
	margin-left: 0;
}

.wipe_pic2 {
	margin-top: 26px;
}

.wipe_icon {
	background: url("../image/wipe_icon.png") no-repeat 0 0;
	width: 11px;
	height: 11px;
	margin: 26px auto 0;
}

.wipe_icon2 {
	margin-top: 22px;
}

.wipe_con li:hover .wipe_icon {
	background-position: -11px 0;
}

.wipe_box {
	background: url("../image/wipe_box.png") no-repeat 0 0;
	width: 185px;
	height: 170px;
	margin-top: 18px;
	padding-top: 28px;
	box-sizing: initial;
}

.wipe_box2 {
	background: url("../image/wipe_box2.png") no-repeat 0 0;
	height: 176px;
	margin-top: 0;
	padding-top: 22px;
	box-sizing: initial;
}

.wipe_con li:hover .wipe_box {
	background-position: -185px 0;
}

.wipe_h3 {
	font-size: 20px;
	color: #338bb8;
	line-height: 1;
	text-align: center;
	font-weight: normal;
}

.wipe_con li:hover .wipe_h3 {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 13, 27, 0.34);
}

.wipe_h3 b {
	font-size: 24px;
}

.wipe_a {
	background: #338bb8;
	width: 90px;
	height: 28px;
	display: block;
	border-radius: 14px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 11px auto 0;
}

.wipe_con li:hover .wipe_a {
	background: #fff;
	color: #338bb8;
}

.wipe_p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin: 13px 0 0 0;
	text-align: center;
}

.wipe_con li:hover .wipe_p {
	color: #fff;
}

.wipe_p strong {
	color: #e51e0b;
	font-weight: normal;
}

.wipe_con li:hover .wipe_p strong {
	color: #fff940;
}

.offical-acc {
    border-bottom: 1px solid #8d0b2b;
    /*height: 700px;*/
    background: #b8f2fc;
}

.offical-acc .w {
    background: url(../image/off-bg.jpg) no-repeat left top;
}

.offical-acc .offical-accs-wrap {
    position: relative;
}

.offical-acc .offical-pic-top {
    margin: 0 auto 0;
    padding-top: 42px;
    width: 676px;
    height: 93px;
}

.offical-acc .offical-pic-top img {
    width: 676px;
    height: 69px;
}

.offical-acc ul {
    margin: 40px 0 0 -8px;
    overflow: hidden;
}

.offical-acc ul li {
    float: left;
    margin-left: 18px;
    border: 1px solid #fff;
    width: 146px;
    height: 198px;
    background: #fff;
}

.offical-acc ul li:hover {
    border: 1px solid #ba0f39;
}

.offical-acc ul li img {
    margin: 24px auto 0;
    width: 98px;
    height: 98px;
}

.offical-acc ul li p {
    margin-top: 12px;
    font-size: 18px;
    text-align: center;
    color: #231815;
}

.offical-acc ul li a {
    text-decoration: none;
}

.inner-link {
    margin: 60px auto 0;
    width: 562px;
    overflow: hidden;
}
.offical-acc-wrap .inner-link{
    margin-bottom:20px;
}

.inner-link a {
    float: left;
    margin: 0 30px;
    width: 221px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    background: url(../image/btn-red01.png) no-repeat;
    text-decoration: none;
}

.offical-acc-wrap {
    position: relative;
    /*height: 700px;*/
}