/** CSS Reset **/
* {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: center;
}

abbr,
acronym {
	border: 0;
}

textarea,
input,
select {
	resize: none;
	outline: none;
	background: none;
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

button {
	overflow: visible;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
}

input {
	border: 0
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
	display: block;
}

html {
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	font-size: 24px;
	font-family: "Microsoft YaHei";
	width: 100%;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mobile {
	display: none;
}

.m1200 {
	width: 1200px;
	margin: 0 auto;
}

.title {
	text-align: center;
	margin: 0px auto;
	padding: 70px 0 0;
}

.title_sm {
	padding: 40px 0 0;
	text-align: left;
}

.center {
	text-align: center;
}

.none {
	display: none;
}

/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */
.header {
	height: 450px;
	position: relative;
	background: url(../images/header_bg.jpg) no-repeat top center;
}

.logo {
	position: absolute;
	z-index: 2;
	top: 20px;
}

.header .header_img {
	display: block;
	text-align: center;
}

.header .header_img.mobile {
	display: none;
}

.header .header_img img {
	margin: 75px auto 0;
}

.nav_wrap {
	height: 60px;
	line-height: 60px;
	background: #f9c33d;
	width: 100%;
	z-index: 20;
}

.nav_wrap .nav {
	overflow: hidden;
}

.nav_wrap .nav li {
	float: left;
	width: 20%;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}

.nav_wrap .nav li a {
	color: #333;
	display: inline-block;
	padding: 0 4px;
}

.nav_wrap .nav li.menuOver a {
	color: #333;
	font-weight: bold;
	position: relative;
}

.nav_wrap .nav li.menuOver .border_bt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ee761e;
}

.nav_wrap .nav li.menuOver .border_bt:before {
	display: block;
	content: '';
	border-width: 6px 6px 6px 6px;
	border-style: solid;
	border-color: transparent transparent #ee761e transparent;
	position: absolute;
	left: 44%;
	top: -12px;
}

.nav-height {
	position: relative;
	height: 60px;
	background: #f9c33d;
}

.nav-box {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #f9c33d;
	padding-bottom: 10px;

}

.nav-box.navFix {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -50%;
	z-index: 99999;

}

.nav-box ul {
	padding: 0;
	margin: 0 auto;
	width: 1200px;
	display: block;
}

.nav-box li {

	display: inline-block;
	width: 25%;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	position: relative;

}

.nav-box li a {
	font-size: 20px;
	color: #333;
	display: inline;
	padding: 0 4px 15px;
	text-decoration: none;
}

.nav-box li a.active .border_bt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ee761e;
}

.nav-box li a.active .border_bt:before {
	display: block;
	content: '';
	border-width: 6px 6px 6px 6px;
	border-style: solid;
	border-color: transparent transparent #ee761e transparent;
	position: absolute;
	left: 48%;
	top: -12px;
}












.page1 {
	background: #ffffff url(../images/page1_bg.png) no-repeat bottom center;
	padding-bottom: 50px;
	box-shadow: 0 0 32px #f0e7d9;
}

.page1 .content {
	background: url(../images/page1_content_bg.png) no-repeat top center;
	background-position-y: 50px;
}

.page1 .dec {
	padding: 0 14%;
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	margin: 40px auto 50px;
}

.page1 .dec b {
	color: #e95611;
	font-weight: bold;
}

.page1 .ul_div .u_item {
	width: 31.5%;
	float: left;
	height: 436px;
	background: url(../images/page1_li_bg.png) no-repeat top center;
}

.page1 .ul_div .u_item.center {
	margin: 0 2.75%;
}

.page1 .ul_div .u_item ul {
	padding: 0 7%;
	height: 215px;
	margin-top: 60px;
}

.page1 .ul_div .u_item.center ul {
	padding: 0 20%;
	height: 162px;
	margin-top: 60px;
}

.page1 .ul_div .u_item.center p {
	font-size: 14px;
	color: #8f670b;
	line-height: 54px;
}

.page1 .ul_div .u_item ul li {
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	background: url(../images/page1_li_icon1.png) no-repeat top left;
	background-position-y: 15px;
	padding-left: 18px;
	text-align: left;
}

.page1 .ul_div .u_item.center ul li {
	font-size: 24px;
	line-height: 36px;
	margin: 15px 0 0;
}

.page1 .ul_div .u_item.center ul li span {
	color: #1e529e;
	font-weight: bold;
}

.page1 .ul_div .u_item h5 {
	line-height: 160px;
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.page1 .item1_2 .content2 img {
	float: left;
}

.page1 .item1_2 ul {
	float: left;
	margin: 16px 0 0 5%;
}

.page1 .item1_2 ul li h5 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 54px;
	padding-left: 50px;
}

.page1 .item1_2 ul li.one h5 {
	background: url(../images/page1_item1_2_icon1.png) no-repeat center left;
}

.page1 .item1_2 ul li.two h5 {
	background: url(../images/page1_item1_2_icon2.png) no-repeat center left;
}

.page1 .item1_2 ul li.three h5 {
	background: url(../images/page1_item1_2_icon3.png) no-repeat center left;
}

.page1 .item1_2 ul li div {
	margin: 10px 0 20px 50px;
	padding: 15px;
	width: 783px;
	background: #e9e9e9;
	border-radius: 10px;
}

.page1 .item1_2 ul li div p {
	padding-left: 25px;
	line-height: 34px;
	font-size: 20px;
	color: #333;
	background: url(../images/star.png) no-repeat center left;
}

.page1 .item1_2 ul li div p span {
	color: #1e529e;
	font-weight: bold;
}



.page2 {
	padding-bottom: 70px;
	background-color: #f9c33d;
}

.page2 .conent {
	padding-top: 40px;
}

.page2 dl {
	float: left;
	width: 22.5%;
	margin: 0 1.25%;
}

.page2 dl dt {
	text-align: center;
	margin: 40px 0 35px 0;
}

.page2 dl dd {
	text-align: center;
	height: 146px;
	width: 100%;
	background: url(../images/page2_dd_bg.png) no-repeat top center;
}

.page2 dl dd p {
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	padding-top: 24px;
}

.page2 dl dd p b {
	font-weight: bold;
}

.btns {
	text-align: center;
}

.btns a {
	background-image: linear-gradient(#3472cd, #134790);
	display: inline-block;
	color: #ffffff;
	width: 355px;
	margin: 60px auto 0;
	height: 60px;
	border-radius: 30px;
	font-size: 20px;
	line-height: 60px;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-direction: alternate;
}



.page3 {
	background: #fff;
	padding: 0 0 40px;
}

.page3 .title {
	padding: 60px 0 0;
}

.page3 .table {
	margin: 50px auto 0;
}

.page4 {
	background: #f9c33d url(../images/page4_bg.png) no-repeat top center;
	background-size: contain;
	padding: 0 0 70px;
}

.page4 .list h4 {
	margin: 20px 0 30px 0;
	line-height: 60px;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.page4 .list h4 img {
	margin-right: 10px;
}


.page4 .list .team {
	width: 800px;
	height: 182px;
	background: #ffffff;
	margin: 0 auto 45px;
}

.page4 .list .team .txt {
	width: 590px;
	padding: 50px 0;
	text-align: left;
}

.page4 .list .team .txt h5 {
	margin: 0 0 0 30px;
	display: inline-block;
	width: 176px;
	color: #1d539d;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	background: url(../images/team_txt_bg.png) no-repeat center right;
}

.page4 .list .team .txt p {
	width: 62%;
	display: inline-block;
	line-height: 36px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-left: 2%;
}

.page4 .list .team .img {
	position: relative;
	width: 26.2%;
}

.page4 .list .team img {
	position: absolute;
	top: 11px;
}

.page4 .list .team2 .img {
	left: -25%;
}

.page4 .sw1 {
	position: relative;
}

.page4 .swiper-container-case1 {
	width: 1043px;
	padding-top: 80px;
	margin: 0 auto 40px;
}

.page4 .swiper-container-case1 .swiper-slide {
	background-color: #ffffff;
	border-radius: 10px;
	/* 	height: 230px; */
}

.page4 .swiper-container-case1 .swiper-slide .item {
	padding: 25px 40px 20px;
	position: relative;
}

.page4 .swiper-container-case1 .swiper-slide .item .avatar {
	width: 21.5%;
}

.page4 .swiper-container-case1 .swiper-slide .item .bg {
	position: absolute;
	right: 22px;
	top: 22px;
}

.page4 .swiper-container-case1 .swiper-slide .item .photo {
	/* position: absolute;
	top: -80px; */
	margin-top: -100px;
}

.page4 .swiper-container-case1 .swiper-slide .item .txt {
	width: 76%;
}

.page4 .swiper-container-case1 .swiper-slide .item .txt h3 {
	color: #1d539d;
	font-size: 24px;
	font-weight: bold;
}

.page4 .swiper-container-case1 .swiper-slide .item .txt h6 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin: 10px 0;
}

.page4 .swiper-container-case1 .swiper-slide .item .txt p {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}

.page4 .swiper-container-case1 .swiper-slide .item a {
	display: block;
	margin: 30px auto 0;
	width: 140px;
	font-size: 18px;
	color: #f9c33d;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	background-color: #1d539d;

}

.page4 .swiper-container-case1 .swiper-slide .item .avatar1 a {
	margin: 15px auto 0;
}

.page4 .swiper-container-case1 .swiper-slide .item .avatar4 a {
	margin: 40px auto 0;
}

.page4 .swiper-container-case1 .swiper-slide .item .avatar6 a {
	margin: 55px auto 0;
}

.page4 .swiper-button {
	width: 32px;
	height: 56px;
	top: 180px;
	margin: 0;
}

.page4 .swiper-button-prev {
	background: url(../images/button-prev2.png) no-repeat center;
	left: 0;
}

.page4 .swiper-button-next {
	background: url(../images/button-next2.png) no-repeat center;
	right: 0;
}

.page4 .swiper-button-prev.swiper-button-disabled {
	background: url(../images/button-prev.png) no-repeat center;
	opacity: 1;
}

.page4 .swiper-button-next.swiper-button-disabled {
	background: url(../images/button-next.png) no-repeat center;
	opacity: 1;
}


.page4 .sw2 {
	position: relative;
}

.page4 .swiper-container-case2 {
	width: 1043px;
}

.page4 .swiper-container-case2 .sw2_Dbox {
	width: 490px;
	height: 518px;
}

.page4 .swiper-container-case2 .sw2_Dbox .tit_top {
	height: 122px;
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-color: #1d539d;
	display: table;
}

.page4 .swiper-container-case2 .sw2_Dbox .tit_top .photo {
	display: table-cell;
	vertical-align: middle;
}

.page4 .swiper-container-case2 .sw2_Dbox .tit_top .photo img {
	margin: 0 25px 0 30px;
}

.page4 .swiper-container-case2 .sw2_Dbox .tit_top .tit {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
}

.page4 .swiper-container-case2 .sw2_Dbox .tit_top .tit h4 {
	line-height: 24px;
	font-size: 24px;
	color: #f9c33d;
	font-weight: bold;
	margin: 0 0 10px;
}

.page4 .swiper-container-case2 .sw2_Dbox .tit_top .tit p {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

.page4 .swiper-container-case2 .sw2_Dbox .b_txt {
	height: 395px;
	width: 100%;
	background-color: #ffffff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
}


.page4 .swiper-container-case2 .sw2_Dbox .b_txt img {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.page4 .swiper-container-case2 .sw2_Dbox .b_txt .txt {
	padding: 6px 50px 30px 28px;
}

.page4 .swiper-container-case2 .sw2_Dbox .b_txt dt {
	width: 96px;
	height: 32px;
	background-color: #f28c00;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	margin: 16px 0 12px;
}

.page4 .swiper-container-case2 .sw2_Dbox .b_txt dd {
	margin: 0 0 0 8px;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	background: url(../images/star.png) no-repeat left center;
	padding: 0 0 0 25px;
	background-position-y: 7px;
}


.page5 {
	padding: 0 0 30px 0;
}

.page5 .sw3 {
	position: relative;
	margin: 50px 0 0 0;
}

.page5 .swiper-container-case3 {
	width: 1050px;
	height: 480px;
}

.page5 .txt {
	width: 732px;
	height: 475px;
}

.page5 .txt .txt_table {
	display: table;
}

.page5 .txt .txt_table .txt_table_cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px 0 25px;
}

.page5 .txt .txt_top {
	height: 170px;
}

.page5 .txt .txt_left {
	width: 280px;
	height: 100%;
	background-color: #1f539e;
}

.page5 .txt .txt_table .txt_table_cell h5 {
	font-size: 26px;
	font-weight: bold;
	color: #f9c33d;
}

.page5 .txt .txt_top .txt_table_cell h5 {
	padding: 0 0 15px 5px;

}

.page5 .txt .txt_table .txt_table_cell p {
	padding: 0 0 0 5px;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}

.page5 .txt .txt_right_top {
	display: none;
}

.page5 .txt .txt_right {
	width: 442px;
	height: 100%;
	background-color: #1f539e;
}

.page5 .txt .txt_center {
	width: 100%;
	height: 167px;
	background-color: #1f539e;
}

.page5 .txt .txt_center .txt_table_cell h5,
.page5 .txt .txt_bottom .txt_table_cell h5 {
	padding: 0 0 5px 5px;
}

.page5 .txt .txt_center .txt_table_cell p {
	background: url(../images/sw3_icon.png) no-repeat left center;
	padding: 0 0 0 22px;
}

.page5 .txt .txt_bottom {
	width: 100%;
	height: 117px;
	background-color: #1f539e;
}



.page5 .swiper-button {
	width: 32px;
	height: 56px;
	top: 180px;
	margin: 0;
}

.page5 .swiper-button-prev {
	background: url(../images/button-prev2.png) no-repeat center;
	left: 0;
}

.page5 .swiper-button-next {
	background: url(../images/button-next2.png) no-repeat center;
	right: 0;
}

.page5 .swiper-button-prev.swiper-button-disabled {
	background: url(../images/button-prev3.png) no-repeat center;
	opacity: 1;
}

.page5 .swiper-button-next.swiper-button-disabled {
	background: url(../images/button-next3.png) no-repeat center;
	opacity: 1;
}



.mr10 {
	margin: 0 10px 0 0;
}

.mb10 {
	margin: 0 0 10px 0;
}

.page5 .offer {
	width: 308px;
	height: 475px;
	background-color: #d0d0d0;
}

.page5 .offer img {
	width: 100%;
	height: 100%;
}

.page5 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -5px;
}

.page5 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #c9c9c9;
	opacity: 1;
}

.page5 .swiper-pagination-bullet-active {
	width: 70px;
	height: 10px;
	background: #f28c00;
	border-radius: 5px;
}


.page6 {
	padding: 0 0 20px 0;
}

.page6 .txt {
	margin: 30px 0 0 0;
}

.page6 .txt a {
	float: left;
	width: 30%;
	height: 129px;
	margin: 15px 1.66%;
	border-bottom: 1px dashed #d6d6d6;
}

.page6 .txt a h4 {
	font-size: 18px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 5px 0;
}

.page6 .txt .txt_s img {
	width: 126px;
	height: 70px;
}

.page6 .txt .txt_s p {
	display: inline-block;
	width: 62%;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	position: relative;
	height: 70px;
}


/* .page6 .txt .txt_s p::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 5px;
	padding-left: 40px;
} */

/* *******slide_form****** */
.bottomForm.form-wrap .m1200 {
	position: relative;
}

.iconFormBlue2 {
	margin: 50px 0 30px;
}

.iconFormBlue2 .m1200 {
	width: 1200px;
}

.slide_form {
	position: fixed;
	z-index: 1002;
	bottom: 115px;
	left: 47px;
	width: 110px;
	height: 150px;
	cursor: pointer;
	display: none;
	margin-left: 0;
}

.slide_form .gjjyz {
	-webkit-animation: toup 2s 0s linear infinite;
	animation: toup 2s 0s linear infinite;
}

.slide_form .gjjyz_btn {
	position: absolute;
	bottom: 2px;
	left: 55px;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-direction: alternate;
}

.bottomForm.form-wrap {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	margin: 0;
	position: fixed;
	bottom: 0;
	z-index: 1001;
}

.bottomForm.form-wrap .m1200 {
	position: relative;
}

.bottomForm.form-wrap .m1200 .gjjyz_img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.bottomForm.form-wrap .btn_close {
	width: 25px;
	height: 25px;
	background: url(../images/close2.png) no-repeat center center;
	position: absolute;
	top: 26px;
	right: 0;
	cursor: pointer;
}

.bottomForm.form-wrap form .label {
	float: left;
	width: 20%;
	margin: 20px 1% 0;
	border-radius: 10px;
	border: none;
	height: 40px;
}

.bottomForm.form-wrap form .label i {
	top: 18%;
}

.bottomForm.form-wrap form .label input,
.bottomForm.form-wrap form .label select {
	width: 90%;
}

.bottomForm.form-wrap form .label i.iconDown {
	top: 30%;
	left: 82%;
}

.bottomForm.form-wrap .qt_form .qt_btn {
	width: 206px;
	height: 40px;
	text-align: center;
	float: left;
	color: #ffffff;
	border-radius: 20px;
	margin-left: 10px;
	line-height: 40px;
	font-size: 18px;
	background-image: linear-gradient(to right, #ffb400, #f99800);
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-direction: alternate;
}

.bottomForm.form-wrap .tiaokuan {
	width: 100%;
	float: left;
	margin: 5px 10px 10px;
}

.bottomForm.form-wrap .tiaokuan a {
	color: #ffb006;
}

.iconFormBlue2 .form-wrap form .label i {
	background-image: url(https://liuxue.xdf.cn/special/include/imagess/form_icon_orange1.png);
}

@media screen and (max-width:750px) {

	.m1200 {
		width: 100%;
		margin: 0 auto;
	}

	.page .m1200 {
		width: 92%;
	}

	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.title {
		padding: 0.55rem 0 0;
	}

	.title img {
		width: 48%;
	}

	.title_sm {
		padding: 0.3rem 0 0;
		text-align: left;
	}

	.title_sm img {
		width: 5.4rem;
	}

	.header {
		height: 6rem;
		background: url(../images/m_header_bg.jpg) no-repeat top center;
		background-size: cover;
	}

	.header .logo {
		left: .1rem;
	}

	.header .logo img {
		width: 2.7rem;
	}

	.header .header_img.pc {
		display: none;
	}

	.header .header_img.mobile {
		display: block;
	}

	.header .header_img.mobile img {
		width: 96%;
		margin: 1.65rem 0 0 0;
	}

	.nav-height {
		height:0.85rem;
	}

	.nav-height .m1000 {
		width: 100%;
	}

	.nav-box {
	    width: 100%;
	    height: .5rem;
	    margin: 0 auto;
	    background: #f9c33d;
	    padding-bottom: .35rem;
	}

	.nav-box ul {
		width: 100%;
		height: 100px !important;
		display: block !important;
	}

	.nav-box li {
		width: 20%;
		height:.85rem;
		line-height:.85rem;
	}

	.nav-box li a {
		font-size:0.28rem;
		display: inline-block;
		line-height: 100%;
		padding: 0 .04rem .15rem;
	}
	.nav-box li a.active .border_bt{
		position: absolute;bottom: 0;left: 0;width: 100%;height: 0.03rem;background-color: #ee761e;}
	.nav-box li a.active .border_bt:before{display:block;content:'';border-width:.1rem;border-style:solid;border-color:transparent transparent #ee761e transparent;position:absolute;left:43%;top:-0.18rem;}
	
	
	.page1 {
		background: #ffffff;
		padding: 0 0 0.5rem 0;
	}

	.page1 .dec {
		padding: 0 0;
		font-size: .28rem;
		line-height: .44rem;
		color: #333333;
		margin: .3rem auto .2rem;
	}

	.page1 .content3 .top {
		display: table;
		width: 100%;
		padding: .5rem 0 0 0;
	}

	.page1 .content3 .top .img {
		display: table-cell;
		vertical-align: middle;
	}

	.page1 .content3 img {
		width: 3.23rem;
		height: 1.73rem;
	}

	.page1 .content3 .top .txt {
		width: 100%;
		margin: 0 0 0 5%;
	}

	.page1 .content3 .txt p {
		padding: 0 0 0 0.5rem;
		font-size: .28rem;
		color: #231815;
		left: .5rem;
		line-height: .56rem;
	}

	.page1 .content3 .txt p span {
		font-size: .2rem;
		color: #1e529e;
	}

	.page1 .content3 .txt p.one {
		background: url(../images/page1_item1_2_icon1.png) no-repeat left center;
		background-size: .3rem .3rem;
		line-height: .36rem;
	}

	.page1 .content3 .txt p.two {
		background: url(../images/page1_item1_2_icon2.png) no-repeat left center;
		background-size: .3rem .3rem;
	}

	.page1 .content3 .txt p.three {
		background: url(../images/page1_item1_2_icon3.png) no-repeat left center;
		background-size: .3rem .3rem;
	}

	.page1 .content3 .bottom {
		margin: .15rem 0 0;
	}

	.page1 .content3 .bottom .right {
		margin: 0 0 0 5%;
	}

	.page1 .content3 .bottom .txt {
		padding: 0 0 0 10%;
	}

	.page1 .content3 .right .txt p {
		line-height: .36rem;
	}

	.page1 .content3 .right .txt p.msg {
		margin: .2rem 0 0;
		color: #999999;
		font-size: .2rem;
		line-height: .24rem;
		font-style: normal;
	}

	.page3 {
		padding-bottom: .5rem;
	}

	.page3 .title {
		padding: .3rem 0 0;
	}

	.page3 .title img {
		width: 36%;
	}

	.page3 .table {
		margin: .4rem auto 0;
		width: 100%;
	}

	.page4 {
		background: #f9c33d;
		padding: 0 0 .7rem;
	}

	.page4 .title img {
		width: 36%;
	}

	.page4 .list h4 {
		font-size: .32rem;
		line-height: .6rem;
		margin: .3rem 0 .4rem 0;
	}

	.page4 .list h4 img {
		width: .76rem;
		height: .6rem;
	}

	.page4 .list .team {
		width: 100%;
		height: 1.82rem;
		margin: 0 auto .45rem;
	}

	.page4 .list .team {
		background: url(../images/page4_1bg.png) no-repeat top center;
		background-size: 100% 100%;
	}

	.page4 .list .team2 {
		background: url(../images/page4_2bg.png) no-repeat top center;
		background-size: 100% 100%;
	}

	.page4 .list .team .txt {
		width: 88%;
		padding: .5rem 0;
	}

	.page4 .list .team .txt h5 {
		margin: 0 0 0 0rem;
		display: inline-block;
		width: 1.95rem;
		color: #1d539d;
		text-align: center;
		font-size: .32rem;
		line-height: .44rem;
		font-weight: bold;
		background: url(../images/team_txt_bg.png) no-repeat center right;
		background-size: contain;
	}

	.page4 .list .team .txt p {
		width: 62%;
		display: inline-block;
		line-height: .44rem;
		font-size: .28rem;
		color: #333333;
		font-weight: bold;
		margin: 0 0 0 2%;
	}

	.page4 .swiper-container-case1 {
		width: 100%;
		padding-top: .6rem;
		margin: 0 auto .4rem;
		padding-bottom: .8rem;
	}

	.page4 .swiper-container-case1 .swiper-slide {
		background-color: #ffffff;
		border-radius: .1rem;
		/* height: 5.75rem; */
	}

	.page4 .swiper-container-case1 .swiper-slide .item {
		padding: .2rem;
	}

	.page4 .swiper-container-case1 .swiper-slide .item .photo {
		position: absolute;
		top: 1.4rem;
		width: 1.89rem;
		height: 2.19rem;
	}

	.page4 .swiper-container-case1 .swiper-slide .item .tit {
		width: 66.5%;
		margin-left: 33%;
	}

	.page4 .swiper-container-case1 .swiper-slide .item .tit h3 {
		font-size: .32rem;
		color: #1d539d;
		font-weight: bold;
	}

	.page4 .swiper-container-case1 .swiper-slide .item .tit h6 {
		font-size: .28rem;
		color: #333333;
		font-weight: bold;
		line-height: .4rem;
		margin: .2rem 0;
	}

	.page4 .swiper-container-case1 .swiper-slide .item .txt {
		width: 100%;
		padding-bottom: .2rem;
	}

	.page4 .swiper-container-case1 .swiper-slide .item .txt p {
		font-size: .26rem;
		line-height: .4rem;
	}

	.page4 .swiper-container-case1 .swiper-slide .item a {
		position: initial;
		margin: .15rem auto;
		display: block;
		clear: both;
		font-size: .32rem;
		width: 2.77rem;
		height: .64rem;
		line-height: .64rem;
	}

	.page4 .swiper-container-case2 {
		width: 100%;
		border-top-right-radius: .1rem;
		border-top-left-radius: .1rem;
		height: auto;
		padding-bottom: .8rem;
	}

	.page4 .swiper-container-case2 .sw2_Dbox {
		width: 100%;
		height: auto;
	}

	.page4 .swiper-container-case2 .sw2_Dbox .tit_top {
		height: 1.66rem;
	}

	.page4 .swiper-container-case2 .sw2_Dbox .tit_top .photo img {
		width: 1.22rem;
		height: 1.26rem;
		margin: 0 .23rem 0 .33rem;
	}

	.page4 .swiper-container-case2 .sw2_Dbox .tit_top .tit h4 {
		font-size: .32rem;
		line-height: .32rem;
		margin: .06rem 0 .12rem;
	}

	.page4 .swiper-container-case2 .sw2_Dbox .tit_top .tit p {
		font-size: .28rem;
		line-height: .4rem;
	}

	.page4 .swiper-container-case2 .sw2_Dbox .b_txt {
		height: auto;
		width: 100%;
		background-color: #ffffff;
		border-bottom-right-radius: .1rem;
		border-bottom-left-radius: .1rem;
		padding: 0 0 .2rem 0;
	}

	.page4 .swiper-container-case2 .sw2_Dbox .b_txt .txt {
		padding: .06rem .3rem .3rem .28rem;
	}

	.page4 .swiper-container-case2 .sw2_Dbox .b_txt dt {
		width: 1.46rem;
		height: .46rem;
		border-radius: .05rem;
		font-size: .26rem;
		line-height: .46rem;
		margin: .2rem 0;
	}

	.page4 .swiper-container-case2 .sw2_Dbox .b_txt dd {
		margin: 0 0 0 .12rem;
		line-height: .4rem;
		font-size: .26rem;
		color: #333333;
		background: url(../images/star.png) no-repeat left center;
		padding: 0 0 0 .5rem;
		background-position-y: .05rem;
	}

	.page4 .swiper-container-case2 .sw2_Dbox .b_txt img {
		position: absolute;
		right: .2rem;
		bottom: .2rem;
	}

	.page4 .swiper-pagination-bullet {
		width: .12rem;
		height: .12rem;
		background: #fce19f;
		opacity: 1;
	}

	.page4 .swiper-pagination-bullet-active {
		width: .57rem;
		height: .12rem;
		background: #f28c00;
		border-radius: .06rem;
	}

	.btns a {
		width: 4.95rem;
		margin: .2rem auto 0;
		height: .85rem;
		border-radius: .42rem;
		font-size: .32rem;
		line-height: .85rem;
	}

	.page5 {
		padding: 0 0 0.3rem 0;
	}

	.page5 .title img {
		width: 32%;
	}

	.page5 .sw3_1 {
		margin-top: .6rem;
	}

	.page5 .swiper-container-case3 {
		width: 100%;
		/* height: 10.8rem; */
		height: auto;
		padding: 0 0 .6rem 0;
	}

	.page5 .sw3 {
		margin: .5rem 0 0 0;
	}

	.page5 .txt {
		width: 100%;
		/* height: 10.5rem; */
		height: auto;
	}

	.page5 .txt .txt_top {
		height: 3.2rem;
	}

	.mb10 {
		margin: 0 0 .1rem 0;
	}

	.page5 .txt .txt_left {
		width: 4.5rem;
		margin: 0 .1rem .1rem 0;
	}

	.mr10 {
		margin: 0 .1rem 0 0;
	}

	.page5 .txt .txt_right_top {
		display: block;
		width: 2.28rem;
		height: 100%;
		background: #d0d0d0;
		margin: 0 0 .1rem 0;
	}

	.page5 .txt .txt_right_top img {
		width: 100%;
		height: 100%;
	}

	.page5 .txt .txt_right {
		width: 100%;
		height: 1.7rem;
		margin: 0 0 .1rem 0;
	}

	.page5 .txt .txt_center {
		height: 3.4rem;
	}

	.page5 .txt .txt_bottom {
		height: 1.7rem;
	}

	.page5 .txt .txt_table .txt_table_cell {
		padding: .2rem .25rem .2rem .25rem;
	}

	.page5 .txt .txt_top .txt_table_cell h5 {
		font-size: .32rem;
		padding: 0 0 .16rem .3rem;
	}

	.page5 .txt .txt_table .txt_table_cell p {
		padding: 0 0 0 .3rem;
		font-size: .26rem;
		line-height: .4rem;
	}

	.page5 .txt .txt_table .txt_table_cell h5 {
		font-size: .32rem;
		padding: 0 0 .16rem .3rem;
		background-position-y: .14rem;
	}

	.iconFormBlue2 {
		background: url(../images/m_zxyy_bg.jpg) no-repeat top center;
		margin: 0;
		padding: 0 0 .85rem 0;
		background-size: cover;
	}

	.form-wrap {
		width: 100%;
		margin: 0;
	}

	.iconFormBlue2 .m1200 {
		width: 92%;
	}

	.iconFormBlue2 .con {
		padding: .45rem 3.5% 0;
	}

	.form-wrap form .label {
		height: .85rem;
		line-height: .85rem;
		border: 0;
		border-radius: .1rem;
		padding-left: 1rem;
	}

	.form-wrap form .label span,
	.form-wrap form .label input,
	.form-wrap form .label select {
		height: 100%;
		width: 100%;
	}

	.iconFormBlue2 .form-wrap form .label i {
		top: 22%;
		background: url(https://liuxue.xdf.cn/special/include/imagess/form_icon_blue2.png);
		background-repeat: no-repeat;
	}

	.form-wrap form .label i.iconDown {
		top: 32%;
		left: 88%;
		background-position-y: 98%;
	}

	.tiaokuan {
		font-size: .22rem;
		line-height: .22rem;
	}

	.tiaokuan a {
		color: #f8d200;
	}

	.qt_form .qt_btn {
		background-color: #1d539d;
		color: #ffffff;
		border-radius: .1rem;
		width: 100%;
		height: .85rem;
		line-height: .85rem;
		font-size: .28rem;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		animation-delay: 0s;
		animation-direction: alternate;
	}

	.zxtj {
		padding: 0 0 1rem 0;
	}

	.zxtj .title img {
		width: 44%;
	}

	.zxtj .m1200 {
		width: 92%;
	}

	.zxtj .m1200 .content {
		padding-top: .1rem;
	}

	.zxtj .swiper-container-case4 {
		padding: 0 0 .84rem 0;
	}

	.zxtj .swiper-container-case4 a h4 {
		padding: .22rem 0 0;
		font-size: .32rem;
		line-height: .5rem;
	}

	.zxtj .swiper-container-case4 a .txt_s {
		padding: .22rem 0;
		border-bottom: .01rem dashed #cecece;
	}

	.zxtj .swiper-container-case4 a .txt_s p {
		font-size: .24rem;
		line-height: .40rem;
		color: #666666;
	}

	/*滚动条 */
	.gundongtiao {
		scrollbar-arrow-color: #fff;
		scrollbar-face-color: #f3ae78;
		scrollbar-highlight-color: #f3ae78;
		scrollbar-shadow-color: #f3ae78;
		scrollbar-track-color: #ffebdc;
		scrollbar-3dlight-color: #f3ae78;
		scrollbar-darkshadow-color: #ffebdc;
		scrollbar-base-color: #f3ae78;
	}

	/* chrome & safari  */
	.gundongtiao::-webkit-scrollbar {
		width: 10px;
		height: 10px;
		background-color: #ffebdc;
	}

	.gundongtiao::-webkit-scrollbar-track {
		background-color: #ffebdc;
		border-radius: 5px;
	}

	.gundongtiao::-webkit-scrollbar-thumb {
		border-radius: 0;
		background-color: #f3ae78;
		box-shadow: inset 0 0 5px #f3ae78;
		border-radius: 5px;
	}

	.gundongtiao::-webkit-scrollbar-button {
		height: 0;
		background-color: #ffebdc;
		border-radius: 5px;
	}
