@charset "UTF-8";
/*reset*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0 none;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	resize: none;
}

strong,
em,
i {
	font-style: normal;
	font-weight: normal;
}

del {
	text-decoration: line-through;
}

input::-ms-clear {
	display: none !important;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: inherit;
	outline: none;
}

a {
	text-decoration: none;
	color: #666;
}

body {
	font: 12px/1.5 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
		'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
	color: #333;
	background: #fff;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wrapper {
	margin: 0 auto;
	width: 1080px;
}

.common_title {
	text-align: center;
}

.common_desc {
	margin-top: 9px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #333;
}

.common_txt {
	margin: 0 auto;
	width: 628px;
	height: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: url(../images/title_bgc.png) center no-repeat;
}

.banner {
	height: 540px;
	background: url(../images/banner.jpg) center no-repeat;
}

.video_container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	width: 100%;
	height: 496px;
	background: url(../images/banner01.jpg) center no-repeat;
}

.video_play {
	display: block;
	margin: 21px auto 0;
	width: 560px;
	height: 315px;
}

.course {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	width: 100%;
	height: 995px;
	background: url(../images/banner02.jpg) center no-repeat;
}

.course_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px auto 30px;
	height: 280px;
}

.course_content .consult_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 716px;
}

.course_content .consult_list {
	margin-bottom: 32px;
	width: 335px;
	height: 124px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	background-color: #fff;
	border-radius: 50px;
	border: solid 2px rgba(240, 102, 98, 0.07);
}

.course_content .consult_list_title {
	font-size: 20px;
	line-height: 20px;
	color: #464b59;
	text-align: center;
}

.course_content .consult_list_title::after {
	content: '';
	display: inline-block;
	margin-left: 6px;
	width: 45px;
	height: 16px;
	background: url(../images/ielts_icon.png) center no-repeat;
}

.course_content .consult_list_txt {
	margin: 6px 0 12px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #72757d;
}

.course_content .consult_list_btn {
	display: block;
	margin: 0 auto;
	width: 94px;
	height: 24px;
	background-color: #f2807d;
	border-radius: 10px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

.course_content .consult_list:nth-child(2) .consult_list_title::after {
	background: url(../images/toefl_icon.png) center no-repeat;
}

.course_content .consult_list:nth-child(3) .consult_list_title::after {
	background: url(../images/sat_icon.png) center no-repeat;
}

.course_content .consult_list:last-child .consult_list_title::after {
	margin-top: -4px;
	width: 46px;
	height: 20px;
	background: url(../images/ky_icon.png) center no-repeat;
}

.course_content .yuyue_form {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 34px;
	width: 320px;
	height: 280px;
	background: url(../images/form_bgc.png) center no-repeat;
}

.course_content .yuyue_form_title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	height: 45px;
	line-height: 35px;
	text-align: center;
	color: #fff;
}

.course_content .yuyue_form_inp {
	display: block;
	margin: 0 auto 20px;
	border: solid 1px #d2d2d2;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 27px;
	width: 250px;
	height: 26px;
	outline: none;
	font-size: 14px;
	color: #888;
}

.course_content .yuyue_form_inp.name {
	background: url(../images/name_icon.png) 8px 4px no-repeat;
}

.course_content .yuyue_form_inp.phone {
	background: url(../images/phone_icon.png) 8px 4px no-repeat;
}

.course_content .yuyue_form_inp.city {
	margin-bottom: 14px;
	background: url(../images/city_icon.png) 8px 4px no-repeat;
}

.course_content .yuyue_form_inp.city:after {
	position: absolute;
	right: 14px;
	top: 5px;
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #adaaaa;
	border-right: 2px solid #adaaaa;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.course_content .yuyue_form_select {
	position: relative;
	padding: 0;
}

.course_content .yuyue_form_txt {
	padding-left: 25px;
	line-height: 24px;
}

.course_content .yuyue_form_selectBox {
	position: absolute;
	display: none;
	width: 100%;
	max-height: 180px;
	overflow: auto;
	z-index: 3;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	top: 26px;
}

.course_content .yuyue_form_selectItem {
	line-height: 26px;
	font-size: 14px;
	padding-left: 10px;
	height: 26px;
	cursor: pointer;
}

.course_content .yuyue_form_selectItem:hover {
	background-color: #fef0ef;
}

.course_content .yuyue_form_btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 26px;
	background-color: #ff7f71;
	border-radius: 5px;
	border: solid 1px #d2d2d2;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.course .fourR_content {
	position: relative;
	margin: 14px auto 16px;
	width: 1080px;
	height: 387px;
	background: url(../images/01_03.png) center no-repeat;
}

.course .fourR_list {
	position: absolute;
	font-size: 16px;
	line-height: 30px;
	color: #63666c;
}

.course .fourR_list_txt {
	position: relative;
	padding-left: 40px;
}

.course .fourR_list_txt::before {
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	width: 24px;
	height: 20px;
	background: url(../images/04_06.png) center no-repeat;
}

.course .fourR_list:first-child {
	left: 0;
	top: 36px;
}

.course .fourR_list:nth-child(2) {
	right: 0;
	top: 36px;
}

.course .fourR_list:nth-child(2) .fourR_list_txt::before {
	background: url(../images/04_07.png) center no-repeat;
}

.course .fourR_list:nth-child(3) {
	left: 0;
	bottom: 59px;
}

.course .fourR_list:nth-child(3) .fourR_list_txt::before {
	background: url(../images/04_08.png) center no-repeat;
}

.course .fourR_list:last-child {
	right: 0;
	bottom: 59px;
}

.course .fourR_list:last-child .fourR_list_txt::before {
	background: url(../images/04_09.png) center no-repeat;
}

.course_desc {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 8px 0;
	height: 106px;
	background-color: rgba(245, 245, 245, 0.73);
}

.course_desc_txt {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 24px;
	color: #464b59;
}

.course .model_content {
	margin-top: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 16px;
	height: 376px;
	background: url(../images/04_10.png) center no-repeat;
}

.course .model_content .common_txt {
	background: none;
}

.course .model_content .common_desc {
	margin-bottom: 16px;
}

.course .model_txt {
	margin-bottom: 4px;
	padding-left: 346px;
	font-size: 16px;
	line-height: 24px;
	color: #464b59;
}

.course .model_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 22px 0 0 318px;
	width: 742px;
	height: 137px;
}

.course .model_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 137px;
	height: 137px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.shili {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	height: 1561px;
	background: url(../images/banner03.jpg) center no-repeat;
}

.shili_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 20px auto 10px;
}

.shili_item {
	overflow: hidden;
	width: 538px;
	height: 84px;
}

.shili_item:first-child {
	background: url(../images/05_05.jpg) no-repeat;
	background-position: center bottom;
}

.shili_item:first-child.active {
	background: url(../images/05_01.png) no-repeat;
	background-position: center bottom;
}

.shili_item:last-child {
	background: url(../images/05_02.png) no-repeat;
	background-position: center bottom;
}

.shili_item:last-child.active {
	background: url(../images/05_06.jpg) no-repeat;
	background-position: center bottom;
}

.shili_content {
	margin-bottom: 30px;
	padding: 20px 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 300px;
	background-color: #fff;
	border: solid 1px #000;
}

.shili_list {
	display: none;
}

.shili_list_name {
	display: block;
	margin: 0 auto 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 109px;
	width: 1039px;
	height: 92px;
	font-size: 16px;
	color: #4b4b4b;
	line-height: 92px;
}

.shili_list_name .red_word {
	font-size: 16px;
	color: #d92912;
}

.shili_list_name .black_word {
	font-size: 24px;
	color: #262626;
}

.shili_list_prize {
	width: 1022px;
	height: 153px;
}

.shili_list:first-child {
	display: block;
}

.shili_list:first-child .shili_list_name {
	background: url(../images/05_03.png) center no-repeat;
}

.shili_list:first-child .shili_list_prize {
	background: url(../images/05_05.png) center no-repeat;
}

.shili_list:last-child .shili_list_name {
	background: url(../images/05_04.png) center no-repeat;
}

.shili .see_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px auto 30px;
	height: 407px;
}

.shili .see_content_l {
	width: 303px;
	background: url(../images/05_11.png) center no-repeat;
}

.shili .see_content_r {
	width: 765px;
	background: url(../images/05_10.png) center no-repeat;
}

.shili .see_content_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 14px;
}

.shili .see_content_list {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	width: 33%;
	height: 204px;
	font-size: 12px;
	color: #72757d;
	line-height: 16px;
}

.shili .see_content_list:nth-child(3),
.shili .see_content_list:last-child {
	width: 33.9%;
}

.shili .see_content_list p {
	text-align: justify;
}

.shili .see_content_title {
	padding: 20px 0 14px;
	font-size: 16px;
	line-height: 24px;
	color: #262626;
}

.shili .see_content_link {
	position: absolute;
	right: 50px;
	bottom: 20px;
	font-size: 16px;
	color: #eb6849;
}

.shili_desc {
	margin: 16px 0;
	line-height: 24px;
}

.shili .reason_tabs_box {
	margin: 12px auto 30px;
	height: 356px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(83, 83, 83, 0.25);
	box-shadow: 0px 5px 13px 0px rgba(83, 83, 83, 0.25);
}

.shili .reason_tabs {
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	height: 90px;
	padding-left: 40px;
	position: absolute;
	/* top: 20px; */
	bottom: 13px;
}

.shili .reason_tab {
	width: 74px;
	height: 74px;
	margin-right: 45px;
	text-align: center;
	cursor: pointer;
	float: left;
	border-radius: 50%;
	background: #ccc;
	border: 2px solid transparent;
}

.shili .reason_tab:last-child {
	margin-right: 0;
}

.shili .reason_tab img {
	height: 100%;
}

.shili .reason_content {
	overflow: hidden;
	width: 100%;
	height: 240px;
}
.shili .reason_content:nth-child(5) .picture_box {
	width: 22%;
}
.shili .reason_content:nth-child(5) .intro_box {
	width: 45%;
}
.shili .teacher_box {
	width: 1000px;
	height: 160px;
	margin: 54px auto 0;
	border: 10px solid #f3f3f3;
	border-left: 15px solid #f3f3f3;
	border-right: 15px solid #f3f3f3;
	color: #333;
}

.shili .name_box {
	width: 22%;
	height: 100%;
	float: left;
	line-height: 160px;
	font-size: 42px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 60px;
}

.shili .zengzhi {
	width: 22%;
}

.shili .name_box span {
	display: inline-block;
	width: 4px;
	height: 42px;
	background: #3079f6;
	margin-right: 10px;
}

.shili .intro_box {
	line-height: 34px;
	text-align: left;
	width: 52%;
	float: left;
	font-size: 16px;
	margin-top: 32px;
}
.shili .intro_boxlx {
	line-height: 34px;
	text-align: left;
	width: 52%;
	float: left;
	font-size: 14px;
	margin-top: 14px;
}
.shili .zengzhi_intro {
	width: 52%;
}

.shili .picture_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 19%;
	height: 224px;
	float: left;
	background-color: #fff;
	margin-top: -24px;
	
}

.shili .activeNew {
	display: block !important;
	transition: 0.3s;
	-moz-transition: 0.3s;
	/* Firefox 4 */
	-webkit-transition: 0.3s;
	/* Safari 和 Chrome */
	-o-transition: 0.3s;
	/* Opera */
}

.shili .activeTabNew {
	border-color: #fff;
	transition: 0.3s;
	-moz-transition: 0.3s;
	/* Firefox 4 */
	-webkit-transition: 0.3s;
	/* Safari 和 Chrome */
	-o-transition: 0.3s;
	/* Opera */
}

.shili .hideNew {
	display: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.ad_banner {
	width: 100%;
	height: 70px;
	font-size: 32px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	color: #ffde00;
	background: url(../images/06_01.png) center no-repeat;
}

.book {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	height: 910px;
	background: url(../images/banner04.jpg) center no-repeat;
}

.book_desc {
	margin: 16px auto -10px;
	font-size: 16px;
	color: #595959;
}

.book_banner {
	margin-bottom: 30px;
	height: 275px;
	background: url(../images/07_01.png) center no-repeat;
}

.book_content {
	margin-top: 20px;
	height: 372px;
	background-color: #fff;
	border: solid 1px #000000;
}

.book_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 0;
	padding: 0 24px;
}

.book_item {
	width: 140px;
	height: 32px;
	background-color: #fef0ef;
	border-radius: 16px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #000;
	background-color: #fef0ef;
}

.book_item.active {
	color: #fff;
	background-color: #db3440;
}

.book_item:nth-child(4),
.book_item:last-child {
	width: 172px;
}

.book_item:nth-child(5) {
	width: 188px;
}

.book_list {
	display: none;
}

.book_list:first-child {
	display: block;
}

.book_list_box {
	margin: 0 auto 16px;
	width: 738px;
	overflow: hidden;
}

.book_slide {
	height: 194px;
}

.book_box {
	margin-left: -12px;
	width: 738px;
	height: 194px;
}

.book_txt {
	padding-left: 60px;
	font-size: 16px;
	line-height: 24px;
	color: #494949;
}

.youhui {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 36px;
	height: 538px;
	background: url(../images/banner05.jpg) center no-repeat;
}

.youhui_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 34px;
	height: 70px;
}

.youhui_form .kuang {
	margin-left: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
	width: 207px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	background-color: #fff;
	border-radius: 22px;
	border: solid 1px #f6594e;
}

.youhui_form .kuang_name {
	background-image: url(../images/nameIcon.png);
	background-repeat: no-repeat;
	background-position: 14px 10px;
}

.youhui_form .kuang_phone {
	background-image: url(../images/phoneIcon.png);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}

.youhui_form .kuang_city {
	position: relative;
	background-image: url(../images/cityIcon.png);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}

.youhui_form .kuang_city:hover .list {
	display: block;
}

.youhui_form .kuang_btn {
	padding: 0;
	border: solid 1px #e9e9e9;
	text-align: center;
	color: #fff;
	background-color: #f6594e;
	cursor: pointer;
}

.youhui_form .list {
	position: absolute;
	bottom: 42px;
	left: 18px;
	display: none;
	width: 170px;
	max-height: 180px;
	overflow: auto;
	z-index: 3;
	background-color: #fff;
}

.youhui_form .list .option {
	padding-left: 10px;
}

.youhui_form .list .option:hover {
	color: #fff;
	background-color: #ffbb29;
	cursor: pointer;
}

.youhui .schools-box {
	overflow: hidden;
	margin-top: 20px;
	padding-top: 4px;
	height: 320px;
	background-color: #fff;
	border: solid 1px #000;
}

.youhui .city-container {
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	height: 270px;
	background-color: #fffffe;
}

.youhui .schools-tips {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 4px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

.youhui .schools-tips .schools-t-tab {
	font-weight: bold;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 202px;
	background-color: #fc6b4b;
}

.youhui .schools-tips .schools-t-tab:nth-child(2) {
	width: 574px;
	background-color: #ff8b71;
}

.youhui .schools-tips .schools-t-tab:last-child {
	width: 288px;
	background-color: #ffa173;
}

.youhui .schools-list-box {
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #494949;
	text-align: center;
}

.youhui .schools-list-box:hover {
	color: #de424d;
}

.youhui .schools-list-box:hover .btn {
	background: url(../images/05-03.png) no-repeat;
	background-size: 26px 23px;
	background-position: 104px 10px;
	color: #de424d;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.youhui .school-btn {
	float: left;
	width: 270px;
}

.youhui .school-name {
	float: left;
	width: 210px;
}

.youhui .school-description {
	float: left;
	width: 576px;
}

.youhui .school-btn .btn {
	display: block;
	background: url(../images/05-02.png) no-repeat;
	background-size: 26px 23px;
	background-position: 104px 10px;
	padding-left: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.youhui .schools-list-box.swiper-slide-active {
	color: #e24345;
}

.youhui .schools-list-box.swiper-slide-active .btn {
	color: #e24345;
	background: url(../images/05-03.png) no-repeat;
	background-size: 26px 23px;
	background-position: 83px 14px;
}

.map {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 620px;
	height: 674px;
	background: url(../images/banner06.jpg) center no-repeat;
}

.people {
	height: 496px;
	background: url(../images/footer.jpg) center no-repeat;
}

.footer {
	padding: 40px 0 52px;
}

.footer .choose_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 14px;
}

.footer .choose_btn_list {
	width: 312px;
	height: 55px;
	font-size: 24px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	background-color: #eb6849;
	border-radius: 10px;
	cursor: pointer;
}

.footer .choose_btn_list:first-child {
	margin-right: 65px;
}

.footer .choose_address {
	font-size: 16px;
	text-align: center;
	color: #494949;
}

.form {
	width: 100%;
	height: 69px;
	background-color: rgba(76, 76, 76, 0.91);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.form .wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	overflow: inherit;
}

.form .wrapper .kuang {
	float: left;
	border: solid 1px #d0cccc;
	width: 193px;
	height: 33px;
	font-size: 16px;
	line-height: 33px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: 0;
}

.select {
	position: relative;
	cursor: pointer;
	background-color: #fff;
}

.select:after {
	position: absolute;
	right: 22px;
	top: 10px;
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #adaaaa;
	border-right: 2px solid #adaaaa;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.select:hover .list,
.select:active .list {
	display: block;
}

.select .list {
	position: absolute;
	top: -128px;
	left: 0;
	z-index: 10;
	width: 100%;
	max-height: 228px;
	background-color: #fafafa;
	color: #333;
	overflow: auto;
	display: none;
}

.select .option {
	padding-left: 15px;
}

.select .option:hover {
	color: #fff;
	background-color: #ffbb29;
}

.select-one .list {
	top: -98px;
}

.form .wrapper .sub-btn {
	background-color: #f6594e;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

.form .wrapper .guanbi {
	width: 24px;
	height: 24px;
	position: absolute;
	top: -36px;
	right: -22px;
	cursor: pointer;
}

.piaofu {
	position: fixed;
	top: 20%;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 3px;
	width: 133px;
	height: 323px;
	background: url(../images/piaofu.png) center no-repeat;
}

.piaofu_guanbi {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 4px;
	top: -8px;
	background: url(../images/guanbi.png) center no-repeat;
	cursor: pointer;
}

.piaofu_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 12px;
	height: 100%;
}

.piaofu_txt {
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	text-align: center;
}

.piaofu_txt.ys_txt {
	margin: 2px 0 13px;
}

.piaofu_txt.weibo_txt {
	margin: 3px 0 15px;
}

.piaofu_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.piaofu_icon {
	margin-bottom: 4px;
	width: 14px;
	height: 12px;
}

.toumingbi_yspd {
	width: 100%;
	z-index: 8;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.leyu_yspd {
	width: 550px;
	z-index: 9999;
	-webkit-box-shadow: 0 0 20px #082d87;
	box-shadow: 0 0 20px #082d87;
	height: 480px;
	background: #082d87;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -240px;
	display: none;
}

.leyutop_yspd {
	width: 550px;
	height: 54px;
	background: #1360c8;
}

.leyutop_yspd a {
	float: left;
	margin: 0px auto auto 12px;
}

.leyutop_yspd a .img {
	width: 224px;
	height: 39px;
	display: inline-block;
	background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx1.png)
		no-repeat;
	margin-top: 9px;
}

.leyutop_yspd span {
	float: right;
	margin: 17px 14px auto auto;
	cursor: pointer;
}

.leyutop_yspd span .img {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx3.png)
		no-repeat;
	margin-top: -6px;
	margin-right: -4px;
}

.gaofen_yspd {
	float: left !important;
	margin: 21px auto auto 55px !important;
	width: 172px;
	height: 14px;
	background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx2.png)
		no-repeat;
}

.topleyu_yspd {
	width: 550px;
	height: 121px;
	background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx6.png)
		no-repeat;
	background-size: 100%;
}

.topleyu_yspd .img {
	display: block;
	margin: 0 auto;
	width: 457px;
	height: 81px;
	background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx4.png)
		no-repeat;
	background-position: 0 20px;
}

.topleyu_yspd ul li {
	float: left;
	border: 1px dotted #fff;
	padding: 4px 8px;
	border-radius: 12px;
	margin-left: 11px;
	font-size: 14px;
	font-family: '微软雅黑';
}

.topleyu_yspd ul li a {
	color: #fff;
}

.leyucenter_yspd {
	width: 550px;
	height: 243px;
	background: #f5f5f5;
	padding-top: 19px;
}

.leyucenter_yspd h1 {
	width: 497px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	font-family: '微软雅黑';
	background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx5.png)
		no-repeat;
	margin: 0 auto;
}

.c {
	clear: both;
}

.common_city_item {
	float: left;
	width: 50%;
	line-height: 30px;
}

.common_city_region {
	float: left;
	color: #1360c8;
	padding: 0 0px 0 20px;
}

.common_city_wrapper {
	float: left;
	width: 206px;
}

.common_city_items {
	padding-left: 10px;
}

.common_city_items:hover {
	color: #1360c8;
}

.leyuxia_yspd {
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

/*# sourceMappingURL=map/index.css.map */
.banner3 {
    height: 424px;
    background: url(../images/3.jpg) no-repeat center;
}

.reason_tabs_box {
  margin: 12px auto 30px;
  height: 345px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(83, 83, 83, 0.25);
          box-shadow: 0px 5px 13px 0px rgba(83, 83, 83, 0.25);
}

.reason_tabs {
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  height: 90px;
  padding-left: 60px;
  position: absolute;
  /* top: 20px; */
  bottom: 13px;
}

.reason_tab {
  width: 85px;
  height: 85px;
  margin-right: 35px;
  text-align: center;
  cursor: pointer;
  float: left;
  border-radius: 50%;
  background: #ccc;
  border: 2px solid transparent;
}

.reason_tab:last-child {
  margin-right: 0;
}

.reason_tab img {
  height: 100%;
}

.reason_content {
  overflow: hidden;
  width: 100%;
  height: 240px;
}

/*-导航-*/
.top-f { background-color: #04140d;height: 56px;width: 100%;z-index:999;}
#b-pic1 { width:1250px;height: 56px;margin:0 auto;}
#b-pic1 p{ float:left; font-size:2px;color:#FFF; margin-top:20px; padding-left:0px;}
#b-pic1 p span{ margin-left:7px; font-size:14px;color:#FFF; font-family:"汉仪中圆简"; }



.bg-why {
	background-color: #f7f7f7
}

.container {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px
}

.title-primary {
	position: relative;
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
	color: #1b181e;
	z-index: 0;
}

.title-primary::before {
	position: absolute;
	left: 50%;
	bottom: -24px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 240px;
	height: 4px;
	content: '';
	/*background-color: #bf9a77*/
}

.reason-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px
}

.reason-item {
	width: 266px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,.2);
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,.2);
	overflow: hidden;
	margin: 40px 20px 0 0;
}

.reason-item dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #333;
	background-color: #97e2e9;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#97e2e9),to(#97e2e9));
	background-image: -webkit-linear-gradient(bottom,#97e2e9,#97e2e9);
	background-image: linear-gradient(0deg,#97e2e9,#97e2e9)
}

.reason-item:nth-child(even) dt {
	background-color: #ff403c;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#97e2e9),to(#97e2e9));
	background-image: -webkit-linear-gradient(bottom,#97e2e9,#97e2e9);
	background-image: linear-gradient(0deg,#97e2e9,#97e2e9)
}
.reason-item dd{font-size:16px;margin-left: 0px;line-height: 32px;}

.bg-certification {
    padding: 30px 0;
    background-color: #f2f2f2;
}


.certification-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 1200px;
    margin: 60px auto 0;
}

.certification-item {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #1b181e;
	line-height: 36px;
}

