/** 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;
}
select::-ms-expand {
            display: none;
        }
ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
}

textarea,
input,
select {
	resize: none;
	outline: none;
	background: none;
	border: 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%;
}

body {
	color: #333;
	font-size: 24px;
	line-height: 160%;
	font-family: "Microsoft YaHei";
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: cover;
}
.isPc{display: inline-block !important;}
.isWap{display: none !important;}
.fl {
	float: left;
}

.fr {
	float: right;
}

.mobile {
	display: none;
}

.m1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */

/* banner */
.header a img {
	margin: 25px 0 0;
}

.header .header_t {
	display: block;
	margin: 0 auto;
}

div.bd .bd_box {
	float: left;
}

div.bd .left {
	/* width: 61.25%; */
	width: 61.24%;
	height: 485px;
	background: #ffffff;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

div.bd .left .fm {
	padding: 75px 0 10px 58px;
}

div.bd .center {
	/* width: 2.5%; */
	width: 2.13%;
	height: 485px;
	background: url(../images/center_bg.png) no-repeat center center;
}

div.bd .right {
	width: 36.25%;
	height: 485px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #ffffff url(../images/result_before_bg.png) no-repeat 0 bottom;
}

div.bd .right.at {
	background: #ffffff url(../images/result_after_bg.png) no-repeat bottom right;
}

.bd .fm .form_new {
	width: 92%;
}

.bd .fm .form_new ul li {
	margin-bottom: 20px;
}


.bd .fm .form_new ul li .tit {
	width: 135px;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.bd .fm .form_new ul li .input_wrap {
	display: inline-block;
	width: 76%;
	height: 36px;
	border: 1px solid #ffbe0f;
	position: relative;
	border-radius: 20px;
	vertical-align: middle;
}

.bd .fm .form_new ul li .input_wrap .downIcon {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -7px;
}

.bd .fm .form_new ul li .input_wrap input {
	height: 100%;
	width: 92%;
	font-size: 14px;
	padding: 0 4%;
	float: left;
}

.bd .fm .form_new ul li .input_wrap select {
	height: 100%;
	width: 100%;
	padding: 0 4%;
	font-size: 14px;
	float: left;
	color: #757575;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.bd .fm .form_new li .tip {
	text-indent: 175px;
	color: #ff0000;
	font-size: 16px;
	line-height: 20px;
	display: none;
}

.form_new li.Code .VeriCodeBtn {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #ffbe0f;
	color: #ffffff;
	padding: 6px 18px;
	border-radius: 8px;
	z-index: 9;
	cursor: pointer;
	line-height: 100%;
}

.bd .fm .form_new .tiaokuan {
	width: 100%;
	text-indent: 24px;
	font-size: 14px;
	color: #b7b7b7;
	background: url(//liuxue.xdf.cn/image/entry/images/entrySprite.png) no-repeat -485px -271px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
}

.bd .fm .form_new .tiaokuan.active {
	background-position: -485px -295px;

}

.bd .fm .form_new .btn {
	margin: 15px auto 0;
	width: 280px;
	height: 38px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	line-height: 38px;
	text-align: center;
	border-radius: 19px;
	background-color: #ffbe0f;
	font-weight: bold;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;
    animation: ball-scale-multiple 1s 0s linear infinite alternate;
}
@-webkiet-keyframes ball-scale-multiple {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.9;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.9;
	}
}
@-o-keyframes ball-scale-multiple {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.9;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.9;
	}
}
@keyframes ball-scale-multiple {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.9;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.9;
	}
}
.bd .fm .form_new .btn.active {
	background-color: #ffbe0f;
}

div.bd .right img {
	display: block;
	margin: 0 auto;
}

div.bd .right .result_before {
	padding: 30px 0 0 0;
}

div.bd .right .result_before h4 {
	font-size: 30px;
	font-weight: bold;
	color: #4693f8;
	text-align: center;
}

div.bd .right .result_before h5 {
	margin: 0 0 15px 0;
	font-size: 24px;
	color: #4693f8;
	text-align: center;
}

div.bd .right .result_after {
	display: none;
	padding: 16px 0 0 0;
}

div.bd .right .result_after h4 {
	line-height: 46px;
	text-align: center;
	font-size: 30px;
	color: #333333;
}

div.bd .right .result_after h4 strong {
	font-weight: bold;
}


div.bd .right .result_after h3 {
	font-weight: bold;
	/* margin: 30px 0 18px; */
	margin: 15px 0 5px;
	text-align: center;
}

div.bd .right .result_after h3 span {
	font-size: 44px;
	color: #ea3c3c;
	line-height: 50px;
}

div.bd .right .result_after p {
	text-align: center;
	font-size: 18px;
	color: #999999;
}




.sw .title img.sw_tit {
	display: block;
	margin: 60px auto 30px;
}


.sw .swiper-container {
	width: 100%;
	height: 160px;
	margin-bottom: 20px;
}

.sw .swiper-container .swiper-wrapper .swiper-slide {
	width: 400px;
	height: 148px;
}

.sw .swiper-container .swiper-wrapper .slide01 {
	background: url(../images/sw01.png) no-repeat center center;
}

.sw .swiper-container .swiper-wrapper .slide02 {
	background: url(../images/sw02.png) no-repeat center center;
}

.sw .swiper-container .swiper-wrapper .slide03 {
	background: url(../images/sw03.png) no-repeat center center;
}

.sw .swiper-container .swiper-wrapper .swiper-slide a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.sw .swiper-container .swiper-wrapper .swiper-slide a div {
	padding: 35px 0 0 40px;
	width: 240px;
}

.sw .swiper-container .swiper-wrapper .swiper-slide a img {
	display: block;
	margin: 0 auto;
}

.sw .swiper-container .swiper-wrapper .swiper-slide a i {
	font-size: 20px;
	width: 320px;
	display: inline-block;
	text-align: center;
	color: #ffffff;
}

.sw .swiper-container .swiper-wrapper .swiper-slide a .sw_icon {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -45px;
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}

	.sw .swiper-container .swiper-wrapper .swiper-slide a:hover  .sw_icon{
		transform: rotate(360deg) scale(1.2);
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2);
		-o-transform: rotate(360deg) scale(1.2);
		/*transform å±žæ€§ä¸‹ rotateï¼ˆæ—‹è½¬ï¼‰å’Œscaleï¼ˆæ”¾å¤§ï¼‰å±žæ€§ï¼›å¯ä»¥åŒæ—¶ç”¨*/
		-ms-transform: rotate(360deg) scale(1.2);
	}
.sw .swiper-container .swiper-wrapper .slide01 a .sw_icon,
.sw .swiper-container .swiper-wrapper .slide03 a .sw_icon {
	margin-top: -40px;
}

.cover {
	display: none;
}
.titleH4{font-size:28px;color: #ffffff;text-align: center;font-weight: bold;margin-bottom: 20px;}
.titleH4 strong{font-weight: bold;color: #ffd462;}
.numAJAX{font-size: 16px;color: #333333;text-align: center;}
.numAJAX b{color: #ff0000;}
@media screen and (max-width:1000px) {
	body {
		background: url(../images/m_bg_1.jpg) no-repeat center top;
		background-size: cover;
	}

	.m1200 {
		width: 92%;
		margin: 0 auto;
	}

	.pc {
		display: none;
	}
	.isPc{display: none !important;}
	.isWap{display: block !important;}
	.mobile {
		display: block;
	}

	/*banner*/
	.header .logo img {
		width: 3.12rem;
		margin: .5rem 0 .6rem;
	}
	.swiper-container-dsj{height: 1rem;margin: .25rem 0;background: rgba(0,92,69,.2);position: relative;}
	.swiper-container-dsj::before{position: absolute;content: "";width: 100%;height: .33rem;background: linear-gradient(to top,rgba(0,92,69,0),rgba(204,204,204,.35));z-index: 2;}
	.swiper-container-dsj::after{position: absolute;content: "";width: 100%;height: .33rem;bottom:0;background: linear-gradient(to bottom,rgba(0,92,69,0),rgba(204,204,204,.35));z-index: 2;}
	.swiper-slide{display: flex;flex-direction: row;align-items: center;justify-content: center;}
	.swiper-slide img{ width: .51rem; height: .51rem; border-radius:50%;margin-right: .1rem; }
	.swiper-slide p{font-size: .24rem;color: #ffffff;}
	.swiper-slide p i{color: #fa4949;font-style: normal;}
	.header .m1200{width: 94%;}
	.header .header_t {
		width: 6.65rem;
	}

	div.bd .left {
		width: 100%;
		border-radius: 10px;
		height: auto;
	}

	div.bd .left .fm {
		padding: .3rem 0 0rem .35rem;
	}

	.bd .fm .form_new {
		width: 98%;
	}

	.bd .fm .form_new ul li .tit {
		width: 2.1rem;
		font-size: .28rem;
		line-height: .4rem;
	}

	.bd .fm .form_new ul li .input_wrap {
		display: inline-block;
		width: 96%;
		border-radius: .1rem;
	}

	.bd .fm .form_new ul li .input_wrap select {
		font-size: .23rem;
		padding-left: 8%;
	}

	.bd .fm .form_new ul li .input_wrap input {
		font-size: .23rem;
		padding-left: 8%;
	}

	.bd .fm .form_new ul li.Country .input_wrap select{background: url(../images/area.png) no-repeat .1rem center;background-size:.32rem .32rem;}
	.bd .fm .form_new ul li.Degree .input_wrap select{background: url(../images/level.png) no-repeat .1rem center;background-size:.32rem .32rem;}
	.bd .fm .form_new ul li.Phone .input_wrap input{background: url(../images/phone.png) no-repeat .1rem center;background-size:.32rem .32rem;}
	.form_new li.Code .VeriCodeBtn{ border-radius:.1rem;right: .05rem;top: .05rem;padding: .17rem .4rem; }
	.bd .fm .form_new li .tip {
		text-indent: 0.05rem;
		font-size: .23rem;
		line-height: .4rem;
	}

	.bd .fm .form_new .tiaokuan {
		font-size: .23rem;
	}

	.bd .fm .form_new .btn {
		width: 4.8rem;
		height: .7rem;
		font-size: .28rem;
		line-height: .7rem;
		margin-left: 40px;
		margin-top: .15rem;
	}
	.sw{display: none;}
	.sw .title img.sw_tit {
		width: 4.91rem;
		height: .47rem;
	}

	.sw .swiper-container {
		height: 2.1rem;
	}

	.sw .m1200 {
		width: 100%;
		overflow: hidden;
		padding-bottom: .5rem;
	}

	.sw .swiper-container .swiper-wrapper .swiper-slide {
		width: 5.48rem;
		height: 2.03rem;
	}

	.sw .swiper-container .swiper-wrapper .slide01 {
		background: url(../images/m_sw01.png) no-repeat top center;
		background-size: contain;
	}

	.sw .swiper-container .swiper-wrapper .slide02 {
		background: url(../images/m_sw02.png) no-repeat top center;
		background-size: contain;
	}

	.sw .swiper-container .swiper-wrapper .slide03 {
		background: url(../images/m_sw03.png) no-repeat top center;
		background-size: contain;
	}

	.sw .swiper-container .swiper-wrapper .swiper-slide a div {
		padding: 0.2rem 0 0 .25rem;
		width: 100%;
	}

	.sw .swiper-container .swiper-wrapper .swiper-slide a img {
		width: 54%;
		margin: 0;
	}

	.sw .swiper-container .swiper-wrapper .swiper-slide a i {
		display: block;
		font-size: .24rem;
		margin: -10px 0 0 0;
		text-align: left;
		color: #ffffff;
		padding-left: .3rem;
	}
	
	.sw .swiper-container .swiper-wrapper .swiper-slide a .sw_icon {
		position: absolute;
		right: .3rem;
		top: 50%;
		margin-top: -18%;
		width: 18%;
		 color: red;
		 transition: All 0.4s ease-in-out;
		 -webkit-transition: All 0.4s ease-in-out;
		 -moz-transition: All 0.4s ease-in-out;
		 -o-transition: All 0.4s ease-in-out;
	}
	.sw .swiper-container .swiper-wrapper .swiper-slide a .sw_icon:hover{
		transform: rotate(360deg) scale(1.2);
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2);
		-o-transform: rotate(360deg) scale(1.2);
		/*transform å±žæ€§ä¸‹ rotateï¼ˆæ—‹è½¬ï¼‰å’Œscaleï¼ˆæ”¾å¤§ï¼‰å±žæ€§ï¼›å¯ä»¥åŒæ—¶ç”¨*/
		-ms-transform: rotate(360deg) scale(1.2);
	}
	.swiper-pagination-bullet {
		width: .34rem;
		height: 0.08rem;
		background: #e5e5e5;
		border-radius: inherit;
	}

	.swiper-pagination-bullet-active {
		background: #ffbe0f;
		border-radius: none;
	}

	.cover {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		background: rgba(0, 0, 0, 0.7);
	}

	.alert {
		z-index: 999;
		display: block;
		position: absolute;
		width: 5.67rem;
		height: 5.12rem;
		background: url(../images/alert_bg.png) no-repeat top center;
		background-size: cover;
		top: 50%;
		left: 50%;
		margin-left: -2.835rem;
		margin-top: -2.56rem;
	}

	.alert .txt {
		padding-top:3rem;
	}

	.alert .txt h4 {
		font-size: .3rem;
		text-align: center;
		color: #333333;
	}

	.alert .txt h4 strong {
		font-weight: bold;
	}

	.alert .txt h3 {
		font-size: .4rem;
		color: #ea3c3c;
		text-align: center;
		line-height: .7rem;
		font-weight: bold;
	}

	.alert .txt p {
		font-size: .24rem;
		color: #999999;
		text-align: center;
	}

	.close_btn {
		width: .63rem;
		height: .62rem;
		position: absolute;
		bottom: -1rem;
		left: 50%;
		margin-left: -.315rem;
	}
	.titleH4{font-size: 0.3rem;color: #ffffff;text-align: center;font-weight: bold;margin-bottom: 0rem;line-height: 160%;}
	.numAJAX{font-size: 0.3rem;color: #999999;font-size: .22rem;line-height: .8rem;}
}
.leyuMobile{width:100% !important;border:none !important;}
.adviceBtn{display:none !important;}
