.transition {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

body {
	min-width: 1200px;
	background: #ffffff;
}


body .wid {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.leftAside {
	position: fixed;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
	height: 541px;
	background: url(../images/yijian/image/leftAside.png) no-repeat;
	z-index: 1000;
}

.leftAside .closeLeft {
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -8px;
	cursor: pointer;
}

.leftAside h1 {
	font-size: 15px;
	color: #edf1fd;
	text-align: center;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 5px;
	line-height: 22px;
}

.leftAside p {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.leftAside .Asidelists {
	margin: 0 auto;
	margin-top: 7px;
	overflow: hidden;
}

.leftAside .Asidelists li {
	width: 150px;
	margin: 0 auto;
	height: 33px;
	line-height: 33px;
	font-size: 17px;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #020e49;
}

.leftAside .Asidelists li a {
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
}

.leftAside .Asidelists li:hover {
	background: #edf1fd;
}

.leftAside .Asidelists li:hover a {
	color: #333333;
}

.leftAside .top {
	width: 145px;
	margin: 0 auto;
	height: 65px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bolder;
	font-size: 18px;
	text-align: center;
}

.leftAside .top .sanjiao {
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 15px solid #ffffff;
	margin: 23px auto 0;
}

.leftAside .top:hover {
	color: #edf1fd;
}

.leftAside .top:hover .sanjiao {
	border-bottom-color: #edf1fd;
}

.rightAside {
	width: 160px;
	height: 567px;
	border-radius: 15px;
	background: #ffffff;
	z-index: 1000;
	border: 1px solid #df1816;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

.rightAside .zxzxrtop {
	width: 100%;
	height: 120px;
	text-align: center;
	font-size: 25px;
	color: #000000;
	border-radius: 20px;
	border-bottom: 3px solid #df1816;
	position: absolute;
	top: 0;
	z-index: 2000;
}

.rightAside .zxzxrtop .shakeTop 0%,
.rightAside .zxzxrtop .shakeTop 100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.rightAside .zxzxrtop .shakeTop 5% {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

.rightAside .zxzxrtop .shakeTop 10%,
.rightAside .zxzxrtop .shakeTop 20%,
.rightAside .zxzxrtop .shakeTop 30% {
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

.rightAside .zxzxrtop .shakeTop 15%,
.rightAside .zxzxrtop .shakeTop 25%,
.rightAside .zxzxrtop .shakeTop 35% {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

.rightAside .zxzxrtop .shakeTop 40% {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.rightAside .zxzxrtop .shakeTop 45% {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

.rightAside .zxzxrtop .shakeTop 50% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.rightAside .zxzxrtop .closeR {
	width: 20px;
	height: 20px;
	float: right;
	margin-right: -10px;
	margin-top: -20px;
	cursor: pointer;
}

.rightAside .zxzxrtop .zaiimg {
	width: 68px;
	height: 54px;
	margin: 18px auto 8px;
	-webkit-animation: shakeTopx 1s linear infinite;
	-o-animation: shakeTopx 1s linear infinite;
	animation: shakeTopx 1s linear infinite;
}

@-moz-keyframes shakeTopx {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	5% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	10%,
	20%,
	30% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}

	15%,
	25%,
	35% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}

	40% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	45% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-ms-keyframes shakeTopx {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	5% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	10%,
	20%,
	30% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}

	15%,
	25%,
	35% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}

	40% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	45% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-o-keyframes shakeTopx {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	5% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	10%,
	20%,
	30% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}

	15%,
	25%,
	35% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}

	40% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	45% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes shakeTopx {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	5% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	10%,
	20%,
	30% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}

	15%,
	25%,
	35% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}

	40% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	45% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes shakeTopx {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}

	5% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	10%,
	20%,
	30% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}

	15%,
	25%,
	35% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}

	40% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	45% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.rightAside .zxzxrtopmid {
	width: 100%;
	margin-top: 104px;
}

.rightAside .zxzxrtopmid ul {
	margin-left: 20px;
	padding-top: 35px;
}

.rightAside .zxzxrtopmid ul li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #222222;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.rightAside .zxzxrtopmid ul li:hover {
	color: #d92425;
	cursor: pointer;
}

.rightAside .zxzxrtopmid ul li:hover span {
	color: #f6ff00;
}

.rightAside .zxzxrtopmid ul li .rasd 0% {
	margin-left: 0;
}

.rightAside .zxzxrtopmid ul li .rasd 50% {
	margin-left: 3px;
}

.rightAside .zxzxrtopmid ul li .rasd 100% {
	margin-left: 0;
}

@-moz-keyframes shakeleft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 3px;
	}

	100% {
		margin-left: 0;
	}
}

@-ms-keyframes shakeleft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 3px;
	}

	100% {
		margin-left: 0;
	}
}

@-o-keyframes shakeleft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 3px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes shakeleft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 3px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes shakeleft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 3px;
	}

	100% {
		margin-left: 0;
	}
}

.rightAside .zxzxrtopmid ul li span {
	padding: 1px 12px;
	background: #d92425;
	color: #ffffff;
	border-radius: 50px;
	-webkit-animation: shakeleft 1s linear infinite;
	-o-animation: shakeleft 1s linear infinite;
	animation: shakeleft 1s linear infinite;
}

.rightAside .zxzxrtopbtm {
	display: flex;
	justify-content: center;
	margin-top: 7px;
}

.rightAside .zxzxrtopbtm img {
	width: 720px;
	height: 93px;
	margin-right: 5px;
}

.rightAside .zxzxrtopbtm div {
	margin-right: 5px;
	font-size: 16px;
	color: #222222;
	text-align: center;
}

.rightAside .zxzxrtopbtm div span {
	font-size: 20px;
	color: #d92425;
}

#tan1,
#tan2 {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(76, 76, 76, 0.6);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2000;
}

#tan1 .tanceter,
#tan2 .tanceter {
	width: 560px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
}

#tan1 .tanceter h1,
#tan2 .tanceter h1 {
	height: 70px;
	line-height: 70px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 28px;
	color: #000000;
	font-weight: bold;
}

#tan1 .tanceter img,
#tan2 .tanceter img {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}

#tan1 .tanceter form,
#tan2 .tanceter form {
	font-size: 18px;
	color: #666666;
	width: 410px;
	margin: 0 auto;
}

#tan1 .tanceter form input::-webkit-input-placeholder,
#tan2 .tanceter form input::-webkit-input-placeholder {
	color: #999999;
}

#tan1 .tanceter form input::-moz-placeholder,
#tan2 .tanceter form input::-moz-placeholder {
	color: #999999;
}

#tan1 .tanceter form input:-moz-placeholder,
#tan2 .tanceter form input:-moz-placeholder {
	color: #999999;
}

#tan1 .tanceter form input:-ms-input-placeholder,
#tan2 .tanceter form input:-ms-input-placeholder {
	color: #999999;
}

#tan1 .tanceter form div,
#tan2 .tanceter form div {
	height: 56px;
	line-height: 56px;
	width: 100%;
	margin-bottom: 26px;
}

#tan1 .tanceter form div select,
#tan2 .tanceter form div select,
#tan1 .tanceter form div input,
#tan2 .tanceter form div input {
	height: 100%;
	width: 100%;
	border-radius: 5px;
	color: #888888;
	padding: 0 20px;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
}

#tan1 .tanceter form p,
#tan2 .tanceter form p {
	font-size: 16px;
	margin-left: 20px;
}

#tan1 .tanceter form p .mi,
#tan2 .tanceter form p .mi {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 10px;
}

#tan1 .tanceter form button,
#tan2 .tanceter form button {
	display: block;
	margin: 35px auto 20px;
	width: 100%;
	height: 55px;
	background: #e60505;
	border-radius: 5px;
	font-size: 22px;
	color: #ffffff;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#tan1 .tanceter form button:hover,
#tan2 .tanceter form button:hover {
	background: #ffffff;
	color: #e60505;
	border: 1px solid #e60505;
}

.header1 {
	width: 100%;
	height: 60px;
	line-height: 70px;
	background: #ffffff;
	z-index: 1000;
	/*    -webkit-box-shadow: 0px 1px 5px 3px #dddddd !important;
      -moz-box-shadow: 0px 1px 5px 3px #dddddd !important;
      box-shadow: 0px 1px 5px 3px #dddddd !important;*/
}

.header1 .nav {
	display: flex;
	justify-content: space-between;
}

.header1 .nav img {
	/* margin-left: 10px;
  margin-top: 22px; */
}

.header1 .nav .nav_kemu {
	font-size: 18px;
	display: inline-block;
}

.header1 .nav .nav_kemu a {
	margin-left: 20px;
	color: #333333;
}

.header1 .nav .nav_kemu a.nav-on {
	color: #dc2826;
}

.header1 .nav .nav_kemu a:hover {
	color: #dc2826;
}

.banner {
	height: 522px;
	background: url("../images/yijian/image/banner.jpg") center center no-repeat;
}

.banner .ban {
	display: flex;
	justify-content: space-between;
}

.banner .ban .banL {
	width: 800px;
	margin-left: 46px;
	display: flex;
	justify-content: center;
}

.banner .ban .banL a {
	width: 230px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	color: #204073;
	border-radius: 50px;
	background: #ffffff;
	margin: 360px 15px 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.banner .ban .banL a:hover {
	color: #ffffff;
	background: #fd0b32;
}

.banner .ban .banR {
	margin-top: 50px;
}

.banner .ban .banR .banR_item {
	width: 360px;
	height: 210px;
	margin-bottom: 15px;
	color: #ffffff;
	overflow: hidden;
	background: -webkit-linear-gradient(bottom, #3855ab, #011768);
	background: -o-linear-gradient(top, #3855ab, #011768);
	background: -moz-linear-gradient(top, #3855ab, #011768);
	background: linear-gradient(to bottom, #3855ab, #011768);
}

.banner .ban .banR .banR_item h1 {
	text-align: center;
	margin: 10px 0 15px;
	font-size: 24px;
	font-weight: bold;
}

.banner .ban .banR .banR_item p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 15px;
}

.banner .ban .banR .banR_item a {
	display: block;
	width: 160px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin: 10px auto 0;
	background: -webkit-linear-gradient(right, #d21822, #f23124);
	background: -o-linear-gradient(left, #d21822, #f23124);
	background: -moz-linear-gradient(left, #d21822, #f23124);
	background: linear-gradient(to right, #d21822, #f23124);
	text-align: center;
	border-radius: 50px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.banner .ban .banR .banR_item a:hover {
	background: #ffffff;
	color: #011768;
}

.xinXi {
	padding-top: 50px;
}

.xinXi .xx h1 {
	font-size: 40px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.xinXi .xx h1 span {
	color: #df0529;
}

.xinXi .xx .xxMid {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.xinXi .xx .xxMid .xxMid_left {
	width: 330px;
}

.xinXi .xx .xxMid .xxMid_left h2 {
	height: 56px;
	line-height: 56px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	background: #020e49;
	font-family: monospace;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.xinXi .xx .xxMid .xxMid_left .xxMid_btm {
	height: 285px;
	background: #f3f5fa;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-sizing: border-box;
	padding: 20px 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xinXi .xx .xxMid .xxMid_left .xxMid_btm .xxMid_btm_item {
	display: block;
	width: 130px;
	height: 70px;
	text-align: center;
	color: #333333;
	box-sizing: border-box;
	padding: 13px 0 0 5px;
	border: 1px solid #dcdcdc;
	background: #ffffff;
	margin: 0 7px 17px;
	border-radius: 6px;

}

.xinXi .xx .xxMid .xxMid_left .xxMid_btm .xxMid_btm_item h6 {
	font-size: 18px;
	margin-bottom: 5px;
}

.xinXi .xx .xxMid .xxMid_left .xxMid_btm .xxMid_btm_item p {
	font-size: 16px;
}

.xinXi .xx .xxMid .xxMid_middle {
	width: 420px;
}

.xinXi .xx .xxMid .xxMid_middle h2 {
	height: 56px;
	line-height: 56px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	background: #020e49;
	font-family: monospace;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.xinXi .xx .xxMid .xxMid_middle .xxMid_middle_btm {
	padding: 20px 23px 22px;
	box-sizing: border-box;
	height: 285px;
	background: #f3f5fa;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xinXi .xx .xxMid .xxMid_middle .xxMid_middle_btm .province {
	width: 63px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	font-size: 16px;
	color: #333333;
	background: #ffffff;
	border: 1px solid #bfbfbf;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.xinXi .xx .xxMid .xxMid_middle .xxMid_middle_btm .province:hover {
	color: #ffffff;
	background: #020e49;
}

.xinXi .xx .xxMid .xxMid_right {
	width: 390px;
	height: 340px;
	background: -webkit-linear-gradient(bottom, #3856ac, #021869);
	background: -o-linear-gradient(top, #3856ac, #021869);
	background: -moz-linear-gradient(top, #3856ac, #021869);
	background: linear-gradient(to bottom, #3856ac, #021869);
	border-radius: 10px;

}

.xinXi .xx .xxMid .xxMid_right .xxMid_right-title {
	width: 246px;
	height: 50px;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	margin: 20px auto 8px;
	background: url("../images/yijian/image/xxMid_right.png") center center no-repeat;
}

.xinXi .xx .xxMid .xxMid_right .xxMid_right_btm a {
	display: block;
	width: 340px;
	height: 46px;
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
	line-height: 46px;
	border-bottom: 1px dashed #556fb5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.xinXi .xx .xxMid .xxMid_right .xxMid_right_btm a:last-child {
	border-bottom: 0;
}

.xinXi .xx .xxMid .xxMid_right .xxMid_right_btm a:hover {
	color: #c7cefb;
}

.xinXi .xx .xxBtm {
	margin: 28px auto 50px;
}

.xinXi .xx .xxBtm .skBtm {
	height: 192px;
	background: -webkit-linear-gradient(right, #3856ac, #011667);
	background: -o-linear-gradient(left, #3856ac, #011667);
	background: -moz-linear-gradient(left, #3856ac, #011667);
	background: linear-gradient(to right, #3856ac, #011667);
	overflow: hidden;
}

.xinXi .xx .xxBtm .skBtm h5 {
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	margin: 37px auto 20px;
}

.xinXi .xx .xxBtm .skBtm h5 span {
	color: #d21822;
	font-weight: bold;
	font-weight: bolder;
}

.xinXi .xx .xxBtm .skBtm form {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.xinXi .xx .xxBtm .skBtm form input::-webkit-input-placeholder {
	color: #949494;
}

.xinXi .xx .xxBtm .skBtm form input::-moz-placeholder {
	color: #949494;
}

.xinXi .xx .xxBtm .skBtm form input:-moz-placeholder {
	color: #949494;
}

.xinXi .xx .xxBtm .skBtm form input:-ms-input-placeholder {
	color: #949494;
}

.xinXi .xx .xxBtm .skBtm form .div {
	height: 50px;
	background: #ffffff;
	line-height: 50px;
	display: flex;
	justify-content: flex-start;
	margin-right: 13px;
	border: 1px solid #d2d2d2;
}

.xinXi .xx .xxBtm .skBtm form .div select,
.xinXi .xx .xxBtm .skBtm form .div input {
	height: 100%;
	width: 320px;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 20px;
}

.xinXi .xx .xxBtm .skBtm form .div select {
	background: url("../images/yijian/image/xia1.png") 280px center no-repeat;
	background-size: 13px 11px;
}

.xinXi .xx .xxBtm .skBtm form .div .lab {
	height: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #232428;
	padding: 0 17px;
	background: #f3f5fa;
	border-right: 1px solid #d2d2d2;
}

.xinXi .xx .xxBtm .skBtm form button {
	display: block;
	width: 180px;
	height: 50px;
	color: #ffffff;
	font-size: 25px;
	box-sizing: border-box;
	font-weight: bold;
	background: -webkit-linear-gradient(right, #e00227, #fe5b60);
	background: -o-linear-gradient(left, #e00227, #fe5b60);
	background: -moz-linear-gradient(left, #e00227, #fe5b60);
	background: linear-gradient(to right, #e00227, #fe5b60);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

	cursor: pointer;
}

.xinXi .xx .xxBtm .skBtm form button:hover {
	background: #f3f5fa;
	color: #020e49;
}

.zhengCe {
	height: 740px;
	background: url("../images/yijian/image/zhengCe.jpg") center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	padding-top: 50px;
	box-sizing: border-box;
}

.zhengCe .zc h1 {
	font-size: 40px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 46px;
}

.zhengCe .zc h1 span {
	color: #044896;
}

.zhengCe .zc .zcMid {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.zhengCe .zc .zcMid .zcMid_left .zcMid_left_item {
	height: 90px;
	width: 660px;
	background: #ffffff;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zhengCe .zc .zcMid .zcMid_left .zcMid_left_item:nth-child(2) {
	border-top: 0;
	border-bottom: 0;
}

.zhengCe .zc .zcMid .zcMid_left .zcMid_left_item .zcMid_left_itemL h6 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 12px;
}

.zhengCe .zc .zcMid .zcMid_left .zcMid_left_item .zcMid_left_itemL p {
	font-size: 16px;
	color: #666666;
}

.zhengCe .zc .zcMid .zcMid_left .zcMid_left_item .zcMid_left_itemR {
	width: 136px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: -webkit-linear-gradient(right, #e00227, #fe5b60);
	background: -o-linear-gradient(left, #e00227, #fe5b60);
	background: -moz-linear-gradient(left, #e00227, #fe5b60);
	background: linear-gradient(to right, #e00227, #fe5b60);
}

.zhengCe .zc .zcMid .zcMid_left .zcMid_left_item .zcMid_left_itemR:hover {
	opacity: .8;
}

.zhengCe .zc .zcMid .zcMid_right {
	height: 320px;
	width: 340px;
	background: -webkit-linear-gradient(bottom, #3855ab, #011667);
	background: -o-linear-gradient(top, #3855ab, #011667);
	background: -moz-linear-gradient(top, #3855ab, #011667);
	background: linear-gradient(to bottom, #3855ab, #011667);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #ffffff;
}

.zhengCe .zc .zcMid .zcMid_right h4 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 40px 0 25px;
}

.zhengCe .zc .zcMid .zcMid_right .zcMid_right_btm {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.zhengCe .zc .zcMid .zcMid_right .zcMid_right_btm a {
	font-size: 20px;
	color: #ffffff;
	margin: 0 9px 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.zhengCe .zc .zcMid .zcMid_right .zcMid_right_btm a.nav-on {
	color: #dc2826;
}

.zhengCe .zc .zcMid .zcMid_right .zcMid_right_btm a:hover {
	color: #fe5b60;
}

.zhengCe .zc .zcMid .zcMid_img {
	position: absolute;
	top: -10px;
	right: 10px;
}

.zhengCe .zc .xxBtm {
	margin: 28px auto 50px;
}

.zhengCe .zc .xxBtm .skBtm {
	height: 192px;
	background: -webkit-linear-gradient(right, #3856ac, #011667);
	background: -o-linear-gradient(left, #3856ac, #011667);
	background: -moz-linear-gradient(left, #3856ac, #011667);
	background: linear-gradient(to right, #3856ac, #011667);
	overflow: hidden;
}

.zhengCe .zc .xxBtm .skBtm h5 {
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	margin: 37px auto 20px;
}

.zhengCe .zc .xxBtm .skBtm h5 span {
	color: #d21822;
	font-weight: bold;
	font-weight: bolder;
}

.zhengCe .zc .xxBtm .skBtm form {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.zhengCe .zc .xxBtm .skBtm form input::-webkit-input-placeholder {
	color: #949494;
}

.zhengCe .zc .xxBtm .skBtm form input::-moz-placeholder {
	color: #949494;
}

.zhengCe .zc .xxBtm .skBtm form input:-moz-placeholder {
	color: #949494;
}

.zhengCe .zc .xxBtm .skBtm form input:-ms-input-placeholder {
	color: #949494;
}

.zhengCe .zc .xxBtm .skBtm form .div {
	height: 50px;
	background: #ffffff;
	line-height: 50px;
	display: flex;
	justify-content: flex-start;
	margin-right: 13px;
	border: 1px solid #d2d2d2;
}

.zhengCe .zc .xxBtm .skBtm form .div select,
.zhengCe .zc .xxBtm .skBtm form .div input {
	height: 100%;
	width: 320px;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 20px;
}

.zhengCe .zc .xxBtm .skBtm form .div select {
	background: url("../images/yijian/image/xia1.png") 280px center no-repeat;
	background-size: 13px 11px;
}

.zhengCe .zc .xxBtm .skBtm form .div .lab {
	height: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #232428;
	padding: 0 17px;
	background: #f3f5fa;
	border-right: 1px solid #d2d2d2;
}

.zhengCe .zc .xxBtm .skBtm form button {
	display: block;
	width: 180px;
	height: 50px;
	color: #ffffff;
	font-size: 25px;
	box-sizing: border-box;
	font-weight: bold;
	background: -webkit-linear-gradient(right, #e00227, #fe5b60);
	background: -o-linear-gradient(left, #e00227, #fe5b60);
	background: -moz-linear-gradient(left, #e00227, #fe5b60);
	background: linear-gradient(to right, #e00227, #fe5b60);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

	cursor: pointer;
}

.zhengCe .zc .xxBtm .skBtm form button:hover {
	background: #f3f5fa;
	color: #020e49;
}

.tiaoJian {
	height: 740px;
	padding-top: 50px;
}

.tiaoJian .tj {
	overflow: visible;
}

.tiaoJian .tj h1 {
	font-size: 40px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 26px;
}

.tiaoJian .tj h1 span {
	color: #044896;
}

.tiaoJian .tj .tjMid {
	display: flex;
	justify-content: space-between;
}

.tiaoJian .tj .tjMid .tjMid_item {
	width: 284px;
	height: 305px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tiaoJian .tj .tjMid .tjMid_item .tjMid_item_top {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 20px auto 10px;
	text-align: center;
	border-radius: 50px;

	background: -webkit-linear-gradient(bottom, #011667, #3856ac);
	background: -o-linear-gradient(top, #011667, #3856ac);
	background: -moz-linear-gradient(top, #011667, #3856ac);
	background: linear-gradient(to bottom, #011667, #3856ac);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tiaoJian .tj .tjMid .tjMid_item .tjMid_item_top img {
	width: 47px;
	height: 47px;
}

.tiaoJian .tj .tjMid .tjMid_item h4 {
	font-size: 25px;
	color: #333333;
	text-align: center;
	margin-bottom: 14px;
}

.tiaoJian .tj .tjMid .tjMid_item p {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	width: 260px;
	text-align: left;
	margin: 0 auto;
}

.tiaoJian .tj .tjMid .tjMid_item button {
	display: block;
	width: 140px;
	height: 40px;
	background: #3a4f9f;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	margin: 13px auto 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 50px;

}

.tiaoJian .tj .tjMid .tjMid_item:hover {
	transform: scale(1.02);
}

.tiaoJian .tj .tjMid .tjMid_item:hover .tjMid_item_top {
	background: -webkit-linear-gradient(bottom, #eb4252, #f03546);
	background: -o-linear-gradient(top, #eb4252, #f03546);
	background: -moz-linear-gradient(top, #eb4252, #f03546);
	background: linear-gradient(to bottom, #eb4252, #f03546);
	transform: rotate(360deg);
}

.tiaoJian .tj .tjMid .tjMid_item:hover button {
	background: #eb4252;
}

.tiaoJian .tj .tjBtm {
	height: 258px;
	background: -webkit-linear-gradient(right, #011667, #3856ac);
	background: -o-linear-gradient(left, #011667, #3856ac);
	background: -moz-linear-gradient(left, #011667, #3856ac);
	background: linear-gradient(to right, #011667, #3856ac);
	margin-top: 30px;
	overflow: hidden;
	padding: 0 30px;
	box-sizing: border-box;
}

.tiaoJian .tj .tjBtm .tjBtm_title {
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	margin: 40px 0 24px;
}

.tiaoJian .tj .tjBtm .tjBtm_title span {
	color: #ff5e6d;
	font-weight: bold;
}

.tiaoJian .tj .tjBtm form {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tiaoJian .tj .tjBtm form .contain {
	height: 50px;
	background: #ffffff;
	margin: 0 10px 14px 0;
}

.tiaoJian .tj .tjBtm form .contain label {
	display: inline-block;
	width: 120px;
	height: 100%;
	line-height: 50px;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	color: #232428;
	background: #f3f5fa;
	vertical-align: middle;
	border-right: 1px solid #448aca;
}

.tiaoJian .tj .tjBtm form .contain select,
.tiaoJian .tj .tjBtm form .contain input {
	height: 50px;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 18px;
}

.tiaoJian .tj .tjBtm form .contain select {
	width: 246px;
	background: url(../images/yijian/image/xia1.png) 210px center no-repeat;
	background-size: 13px 11px;
}

.tiaoJian .tj .tjBtm form .contain input {
	width: 480px;
}

.tiaoJian .tj .tjBtm form button {
	width: 180px;
	height: 50px;
	font-size: 25px;
	color: #ffffff;
	background: -webkit-linear-gradient(right, #e00227, #fe5b60);
	background: -o-linear-gradient(left, #e00227, #fe5b60);
	background: -moz-linear-gradient(left, #e00227, #fe5b60);
	background: linear-gradient(to right, #e00227, #fe5b60);
	font-weight: bold;
	margin-right: 20px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tiaoJian .tj .tjBtm form button:hover {
	background: #ffffff;
	color: #3b55b1;
}

.tiaoJian .tj .tjBtm form p {
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
}

.tiaoJian .tj .tjBtm form p span {
	color: #e00227;
}

.pingGu {
	height: 860px;
	padding-top: 40px;
	background: url("../images/yijian/image/pingGu.jpg") center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
}

.pingGu .pg h1 {
	font-size: 40px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.pingGu .pg h1 span {
	color: #df0529;
}

.pingGu .pg .pgMid {
	display: flex;
	justify-content: space-between;
}

.pingGu .pg .pgMid .pgMid_left {
	width: 700px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list {
	position: relative;
	width: 337px;
	height: 240px;
	margin-bottom: 17px;
	overflow: hidden;
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list:nth-child(1) {
	background: url("../images/yijian/image/pgMid_left_list1.png") center center no-repeat;
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list:nth-child(2) {
	background: url("../images/yijian/image/pgMid_left_list2.png") center center no-repeat;
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list:nth-child(3) {
	background: url("../images/yijian/image/pgMid_left_list3.png") center center no-repeat;
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list:nth-child(4) {
	background: url("../images/yijian/image/pgMid_left_list4.png") center center no-repeat;
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list .pgMid_left_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding-top: 13px;
	width: 80px;
	height: 80px;
	font-size: 25px;
	color: #293c83;
	text-align: center;
	line-height: 28px;
	background: rgba(255, 255, 255, 0.5);
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list .pgMid_left_mask {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(19, 48, 88, 0.8);
	text-align: center;
	opacity: 0;
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list .pgMid_left_mask h5 {
	font-size: 25px;
	color: #ffffff;
	font-weight: bolder;
	margin: 30px 0 15px;
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list .pgMid_left_mask p {
	width: 316px;
	margin: 0 auto;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list .pgMid_left_mask a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin: 20px auto 0;
	background: #fcff00;
	border-radius: 50px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.pingGu .pg .pgMid .pgMid_left .pgMid_left_list .pgMid_left_mask a:hover {
	color: #3b55b1;
	background: #ffffff;
}

.pingGu .pg .pgMid .pgMid_right {
	width: 483px;
	height: 497px;
	background: url("../images/yijian/image/pgMid_right.png") center center no-repeat;
	text-align: center;
}

.pingGu .pg .pgMid .pgMid_right button {
	width: 188px;
	height: 36px;
	background: #407ffe;
	font-size: 20px;
	color: #ffffff;
	margin-top: 430px;
	cursor: pointer;
	border-radius: 50px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.pingGu .pg .pgMid .pgMid_right button:hover {
	opacity: .7;
}

.pingGu .pg .pgBtm {
	height: 192px;
	background: -webkit-linear-gradient(right, #353a9b, #1c1c7f);
	background: -o-linear-gradient(left, #353a9b, #1c1c7f);
	background: -moz-linear-gradient(left, #353a9b, #1c1c7f);
	background: linear-gradient(to right, #353a9b, #1c1c7f);
	overflow: hidden;
	margin-top: 10px;
}

.pingGu .pg .pgBtm h5 {
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	margin: 37px auto 20px;
}

.pingGu .pg .pgBtm form {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.pingGu .pg .pgBtm form input::-webkit-input-placeholder {
	color: #949494;
}

.pingGu .pg .pgBtm form input::-moz-placeholder {
	color: #949494;
}

.pingGu .pg .pgBtm form input:-moz-placeholder {
	color: #949494;
}

.pingGu .pg .pgBtm form input:-ms-input-placeholder {
	color: #949494;
}

.pingGu .pg .pgBtm form .div {
	height: 50px;
	background: #ffffff;
	line-height: 50px;
	display: flex;
	justify-content: flex-start;
	margin-right: 13px;
	border: 1px solid #d2d2d2;
}

.pingGu .pg .pgBtm form .div select,
.pingGu .pg .pgBtm form .div input {
	height: 100%;
	width: 320px;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 20px;
}

.pingGu .pg .pgBtm form .div select {
	background: url("../images/yijian/image/xia1.png") 280px center no-repeat;
	background-size: 13px 11px;
}

.pingGu .pg .pgBtm form .div .lab {
	height: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #232428;
	padding: 0 17px;
	background: #f3f5fa;
	border-right: 1px solid #d2d2d2;
}

.pingGu .pg .pgBtm form button {
	display: block;
	width: 180px;
	height: 50px;
	color: #ffffff;
	font-size: 25px;
	box-sizing: border-box;
	font-weight: bold;
	background: -webkit-linear-gradient(right, #fd595e, #e10428);
	background: -o-linear-gradient(left, #fd595e, #e10428);
	background: -moz-linear-gradient(left, #fd595e, #e10428);
	background: linear-gradient(to right, #fd595e, #e10428);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

	cursor: pointer;
}

.pingGu .pg .pgBtm form button:hover {
	color: #1c1c7f;
	background: #f3f5fa;
}

.introduce {
	padding-top: 50px;
}

.introduce .induce h1 {
	font-size: 38px;
	color: #333333;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 26px;
}

.introduce .induce h1 span {
	color: #044896;
}

.introduce .induce table th {
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #ffffff;
	height: 56px;
}

.introduce .induce table .one {
	width: 276px;
}

.introduce .induce table .first {
	background: #3a4f9f;
}

.introduce .induce table .two {
	width: 180px;
}

.introduce .induce table .second {
	background: #ec5454;
}

.introduce .induce table .fiveth {
	background: #3758a5;
}

.introduce .induce table .three {
	width: 235px;
}

.introduce .induce table .third {
	background: #3a4f9f;
}

.introduce .induce table .four {
	width: 180px;
}

.introduce .induce table .fourth {
	background: #ec5454;
}

.introduce .induce table .five {
	width: 320px;
}

.introduce .induce table .five a {
	display: block;
	width: 190px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin: 10px auto;
	background: -webkit-linear-gradient(right, #fe5b60, #e00227);
	background: -o-linear-gradient(left, #fe5b60, #e00227);
	background: -moz-linear-gradient(left, #fe5b60, #e00227);
	background: linear-gradient(to right, #fe5b60, #e00227);
	font-size: 24px;
	border-radius: 6px;

	color: #ffffff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.introduce .induce table .five a:hover {
	background: -webkit-linear-gradient(right, #3758a5, #3a4f9f);
	background: -o-linear-gradient(left, #3758a5, #3a4f9f);
	background: -moz-linear-gradient(left, #3758a5, #3a4f9f);
	background: linear-gradient(to right, #3758a5, #3a4f9f);
}

.introduce .induce table td {
	text-align: center;
	height: 80px;
}

.introduce .induce table td.one {
	color: #ffffff;
	font-size: 22px;
}

.introduce .induce table td.two {
	font-size: 20px;
	color: #333333;
	border: 1px solid #ffffff;
}

.introduce .induce table td.three {
	font-size: 18px;
	color: #333333;
	border: 1px solid #f3f5fa;
	line-height: 24px;
}

.introduce .induce table td.four {
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 18px;
	color: #444444;
}

.introduce .induce table td.four .hege {
	width: 83px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin: 5px auto 0;
	border-radius: 4px;

	background: -webkit-linear-gradient(right, #fd595f, #e2062a);
	background: -o-linear-gradient(left, #fd595f, #e2062a);
	background: -moz-linear-gradient(left, #fd595f, #e2062a);
	background: linear-gradient(to right, #fd595f, #e2062a);
}

.introduce .induce table td.five {
	background: #ddeafc;
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 18px;
	color: #444444;
	line-height: 35px;
	text-align: left;
}

.introduce .induce table .con1,
.introduce .induce table .con3 {
	background: #f3f5fa;
}

.introduce .induce table .con1 .one,
.introduce .induce table .con3 .one {
	background: #3f59bd;
}

.introduce .induce table .con2,
.introduce .induce table .con4 {
	background: #dee1ea;
}

.introduce .induce table .con2 .one,
.introduce .induce table .con4 .one {
	background: #4a66d4;
}

.introduce .induce table .con4 {
	height: 100px;
}

.introduce .induce table .con4 .one p {
	font-size: 18px;
	line-height: 30px;
}

.introduce .induce .induce_btm {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 50px;
}

.introduce .induce .induce_btm a {
	display: block;
	width: 254px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 22px;
	color: #ffffff;
	background: #000;
	margin: 0 9px;
	border-radius: 50px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.introduce .induce .induce_btm a:hover {
	opacity: .9;
}

.introduce .induce .induce_btm a:nth-child(1) {
	background: #132b7e;
}

.introduce .induce .induce_btm a:nth-child(2) {
	background: #df0529;
}

.introduce .induce .induce_btm a:nth-child(3) {
	background: #ffffff;
	color: #293c83;
	border: 1px solid #293c83;
}

.duiBi {
	height: 443px;
	background: url("../images/yijian/image/duiBi.png") center center no-repeat;
}

.duiBi .db .pgBtm {
	height: 192px;
	background: -webkit-linear-gradient(right, #cc0223, #ff0b33);
	background: -o-linear-gradient(left, #cc0223, #ff0b33);
	background: -moz-linear-gradient(left, #cc0223, #ff0b33);
	background: linear-gradient(to right, #cc0223, #ff0b33);
	overflow: hidden;
	margin-top: 10px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.duiBi .db .pgBtm h5 {
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	margin: 37px auto 20px;
}

.duiBi .db .pgBtm form {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.duiBi .db .pgBtm form input::-webkit-input-placeholder {
	color: #949494;
}

.duiBi .db .pgBtm form input::-moz-placeholder {
	color: #949494;
}

.duiBi .db .pgBtm form input:-moz-placeholder {
	color: #949494;
}

.duiBi .db .pgBtm form input:-ms-input-placeholder {
	color: #949494;
}

.duiBi .db .pgBtm form .div {
	height: 50px;
	background: #ffffff;
	line-height: 50px;
	display: flex;
	justify-content: flex-start;
	margin-right: 13px;
	border: 1px solid #d2d2d2;
}

.duiBi .db .pgBtm form .div select,
.duiBi .db .pgBtm form .div input {
	height: 100%;
	width: 320px;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 20px;
}

.duiBi .db .pgBtm form .div select {
	background: url("../images/yijian/image/xia1.png") 280px center no-repeat;
	background-size: 13px 11px;
}

.duiBi .db .pgBtm form .div .lab {
	height: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #232428;
	padding: 0 17px;
	background: #f3f5fa;
	border-right: 1px solid #d2d2d2;
}

.duiBi .db .pgBtm form button {
	display: block;
	width: 180px;
	height: 50px;
	color: #ffffff;
	font-size: 25px;
	box-sizing: border-box;
	font-weight: bold;
	background: -webkit-linear-gradient(right, #3754aa, #031869);
	background: -o-linear-gradient(left, #3754aa, #031869);
	background: -moz-linear-gradient(left, #3754aa, #031869);
	background: linear-gradient(to right, #3754aa, #031869);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

	cursor: pointer;
}

.duiBi .db .pgBtm form button:hover {
	color: #232428;
	background: #f3f5fa;
}

.duiBi .db p {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	margin: 20px 0;
}

.duiBi .db p b {
	font-size: 22px;
	font-weight: bold;
}

.duiBi .db a {
	display: block;
	width: 350px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	margin: 0 auto;
	border-radius: 5px;

	background: -webkit-linear-gradient(right, #fe5b60, #e00227);
	background: -o-linear-gradient(left, #fe5b60, #e00227);
	background: -moz-linear-gradient(left, #fe5b60, #e00227);
	background: linear-gradient(to right, #fe5b60, #e00227);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.duiBi .db a:hover {
	opacity: .8;
}

.teSe .ts h1 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 26px;
}

.teSe .ts h1 span {
	color: #e50f30;
}

.teSe .ts .swiper-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.teSe .ts .swiper-slide {
	background-size: cover;
	width: 372px;
	height: 570px;
	background: url("../images/yijian/image/swiper-slide.jpg") center center no-repeat;
}

.teSe .ts .ts1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
	margin: 37px 0 0 23px;
}

.teSe .ts .ts1 .ts1_left {
	width: 60px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	margin-right: 10px;
}

.teSe .ts .ts1 .ts1_right {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}

.teSe .ts .ts2 {
	font-size: 16px;
	color: #ffffff;
	margin-top: 15px;
	margin-left: 290px;
}

.teSe .ts .ts3 {
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	margin: 12px 0 40px 15px;
}

.teSe .ts .ts4 {
	font-size: 18px;
	color: #010101;
	margin-left: 28px;
	margin-bottom: 28px;
}

.teSe .ts .ts4 img {
	width: 19px;
	height: 18px;
}

.teSe .ts .ts5 {
	width: 310px;
	font-size: 18px;
	color: #444444;
	line-height: 30px;
	margin-left: 28px;
}

.teSe .ts .ts5 b {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

.teSe .ts .ts6 {
	display: block;
	width: 212px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	background: #dc0327;
	border-radius: 50px;

	margin: 20px auto 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.teSe .ts .ts6:hover {
	opacity: .8;
}

.jiaoFu {
	padding-bottom: 40px;
	background: #f8f8f8;
}

.jiaoFu .jf {
	overflow: visible;
}

.jiaoFu .jf h1 {
	text-align: center;
	font-size: 40px;
	color: #333333;
	margin: 60px auto 35px;
	font-weight: bold;
}

.jiaoFu .jf h1 span {
	color: #3a4f9f;
}

.jiaoFu .jf .jfBTm {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 360px;
	border: 1px solid #e6e6f3;
	background: #ffffff;
	border-radius: 20px;

	-webkit-box-shadow: 0px 1px 5px 3px #e6e6f3 !important;
	-moz-box-shadow: 0px 1px 5px 3px #e6e6f3 !important;
	box-shadow: 0px 1px 5px 3px #e6e6f3 !important;
}

.jiaoFu .jf .jfBTm .jfBTm_middle {
	width: 324px;
	margin-left: 10px;
}

.jiaoFu .jf .jfBTm .jfBTm_middle h4 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

.jiaoFu .jf .jfBTm .jfBTm_middle p {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.jiaoFu .jf .jfBTm .jfBTm_middle p b {
	font-size: 18px;
	font-weight: bold;
}

.jiaoFu .jf .jfBTm .jfBTm_right {
	width: 510px;
	margin-left: auto;
	margin-right: 10px;
}

.jiaoFu .jf .jfBTm .jfBTm_right .jfBTm_right_title {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.jiaoFu .jf .jfBTm .jfBTm_right .jfBTm_right_title span {
	font-size: 16px;
}

.jiaoFu .jf .jfBTm .jfBTm_right form {
	width: 500px;
	margin: 18px auto 0;
}

.jiaoFu .jf .jfBTm .jfBTm_right form input::-webkit-input-placeholder {
	color: #949494;
}

.jiaoFu .jf .jfBTm .jfBTm_right form input::-moz-placeholder {
	color: #949494;
}

.jiaoFu .jf .jfBTm .jfBTm_right form input:-moz-placeholder {
	color: #949494;
}

.jiaoFu .jf .jfBTm .jfBTm_right form input:-ms-input-placeholder {
	color: #949494;
}

.jiaoFu .jf .jfBTm .jfBTm_right form .fordiv {
	height: 50px;
	line-height: 50px;
	border: 1px solid #bfbfbf;
	color: #333333;
	margin-bottom: 16px;
	display: flex;
	justify-content: flex-start;
	background: #ffffff;
}

.jiaoFu .jf .jfBTm .jfBTm_right form .fordiv label {
	width: 132px;
	text-align: center;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	background: #f8f9fc;
	color: #232428;
	border-right: 1px solid #bfbfbf;
}

.jiaoFu .jf .jfBTm .jfBTm_right form .fordiv select,
.jiaoFu .jf .jfBTm .jfBTm_right form .fordiv input {
	background: transparent;
	padding-left: 12px;
	box-sizing: border-box;
	width: 360px;
	font-size: 18px;
	color: #333333;
}

.jiaoFu .jf .jfBTm .jfBTm_right form .fordiv select {
	background: url("../images/yijian/image/xia1.png") 330px center no-repeat;
}

.jiaoFu .jf .jfBTm .jfBTm_right form button {
	display: block;
	height: 48px;
	width: 100%;
	background: #cc0223;
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.jiaoFu .jf .jfBTm .jfBTm_right form button:hover {
	background: #FF3538;
	border: 1px solid #bfbfbf;
}

.jiaoFu .jf .jfBTm .jfBTm_right p {
	color: #666666;
	font-size: 18px;
	margin: 12px auto 0;
	line-height: 25px;
	text-align: left;
}

.jiaoFu .jf .jfBTm .jfBTm_right p span {
	color: #dc5454;
	font-weight: bolder;
	vertical-align: text-top;
}

.shiPin {
	box-sizing: border-box;
	padding-top: 47px;
	height: 648px;
	background: url("../images/yijian/image/shiPin.png") center center no-repeat;
	overflow: hidden;
}

.shiPin .sp h1 {
	text-align: center;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 27px;
}


.tongGuan {
	padding-bottom: 20px;
}

.tongGuan .tg h1 {
	font-size: 40px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin: 48px 0;
}

.tongGuan .tg button {
	display: block;
	margin: 200px auto 0;
	width: 170px;
	height: 35px;
	font-size: 20px;
	color: #ffffff;
	background: #dc0327;
	border-radius: 50px;

	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
}

.tongGuan .tg button:hover {
	background: #ffffff;
	color: #dc0327;
	border: 1px solid #dc0327;
}

.tongGuan .tg .jie1 {
	height: 426px;
	background: url("../images/yijian/image/jie1.jpg") center no-repeat;
	display: flex;
	justify-content: space-around;
	padding-left: 70px;
}

.tongGuan .tg .jie1 div {
	width: 345px;
	height: 273px;
	margin-top: 100px;
	-webkit-background-size: cover;
	background-size: cover;
}

.tongGuan .tg .jie1 div:nth-child(1) {
	background: url("../images/yijian/image/jie1a.png") center no-repeat;
}

.tongGuan .tg .jie1 div:nth-child(2) {
	background: url("../images/yijian/image/jie1b.png") center no-repeat;
}

.tongGuan .tg .jie1 div:nth-child(3) {
	background: url("../images/yijian/image/jie1c.png") center no-repeat;
}

.tongGuan .tg .jie2 {
	height: 425px;
	display: flex;
	justify-content: space-around;
	padding-left: 70px;
	background: url("../images/yijian/image/jie2.jpg") center no-repeat;
}

.tongGuan .tg .jie2 div {
	width: 345px;
	height: 273px;
	margin-top: 100px;
	-webkit-background-size: cover;
	background-size: cover;
}

.tongGuan .tg .jie2 div:nth-child(1) {
	background: url("../images/yijian/image/jie2a.png") center no-repeat;
}

.tongGuan .tg .jie2 div:nth-child(2) {
	background: url("../images/yijian/image/jie2b.png") center no-repeat;
}

.tongGuan .tg .jie2 div:nth-child(3) {
	background: url("../images/yijian/image/jie2c.png") center no-repeat;
}

.tongGuan .tg .jie3 {
	height: 400px;
	display: flex;
	justify-content: space-around;
	padding-left: 70px;
	background: url("../images/yijian/image/jie3.jpg") center no-repeat;
}

.tongGuan .tg .jie3 div {
	width: 263px;
	height: 288px;
	margin-top: 100px;
	-webkit-background-size: cover;
	background-size: cover;
}

.tongGuan .tg .jie3 div:nth-child(1) {
	background: url("../images/yijian/image/jie3a.png") center no-repeat;
}

.tongGuan .tg .jie3 div:nth-child(2) {
	background: url("../images/yijian/image/jie3b.png") center no-repeat;
}

.tongGuan .tg .jie3 div:nth-child(3) {
	background: url("../images/yijian/image/jie3c.png") center no-repeat;
}

.tongGuan .tg .jie3 div:nth-child(4) {
	background: url("../images/yijian/image/jie3d.png") center no-repeat;
}

.tongGuan .tg .jie3 div button {
	margin-top: 230px;
}

.fangAn {
	height: 346px;
	background: url("../images/yijian/image/fangAn.jpg") center no-repeat;
}

.fangAn .fa h1 {
	font-size: 35px;
	color: #ffffff;
	text-align: center;
	margin: 40px auto 35px;
	font-weight: bold;
}

.fangAn .fa .fabtm {
	display: flex;
	justify-content: center;
}

.fangAn .fa .fabtm form {
	margin-left: 30px;
}

.fangAn .fa .fabtm form input::-webkit-input-placeholder {
	color: #b2b2b2;
}

.fangAn .fa .fabtm form input::-moz-placeholder {
	color: #b2b2b2;
}

.fangAn .fa .fabtm form input:-moz-placeholder {
	color: #b2b2b2;
}

.fangAn .fa .fabtm form input:-ms-input-placeholder {
	color: #b2b2b2;
}

.fangAn .fa .fabtm form input {
	height: 60px;
	width: 473px;
	background: #ffffff;
	box-sizing: border-box;
	padding-left: 30px;
	font-size: 18px;
	color: #666666;
	border-radius: 50px;

	margin-bottom: 10px;
}

.fangAn .fa .fabtm form button {
	display: block;
	height: 60px;
	width: 473px;
	background: #dc0327;
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	border-radius: 50px;

	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.fangAn .fa .fabtm form button:hover {
	background: #ffffff;
	color: #dc0327;
}

.fangAn .fa .fabtm form .tips {
	font-size: 20px;
	color: #ffffff;
	margin-top: 15px;
}

.jianZhang {
	padding-top: 66px;
}

.jianZhang .jz {
	overflow: visible;
	width: 1300px;
}

.jianZhang .jz h1 {
	font-size: 46px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 11px;
}

.jianZhang .jz .s11-img {
	display: block;
	margin: 0 auto 10px;
}

.jianZhang .jz .title {
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
}

.jianZhang .jz .title b {
	color: #e1382e;
	font-weight: bold;
}

.jianZhang .jz #zsjz2 {
	width: 100%;
	height: 2389px;
	border: none;
}

.liBao {
	padding-top: 50px;
	box-sizing: border-box;
	height: 470px;
	background: url("../images/yijian/image/liBao.jpg") center center no-repeat;
}

.lb h1 {
	margin-bottom: 33px;
	font-size: 45px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.liBao .lb .lb_top {
	display: flex;
	justify-content: space-between;
}

.liBao .lb .lb_top .lb_top_money {
	width: 211px;
	height: 170px;
	background: url("../images/yijian/image/liBao2.jpg") center center no-repeat;
}

.liBao .lb .lb_top .lb_top_money.diff {
	background: url("../images/yijian/image/liBao3.jpg") center center no-repeat;
}

.liBao .lb .lb_top .lb_top_money .lb_top_child {
	width: 190px;
	height: 130px;
	margin: 22px auto 0;
	text-align: center;
	color: #df0529;
	border-radius: 10px;

	border: 1px dashed #df0529;
}

.liBao .lb .lb_top .lb_top_money .lb_top_child h6 {
	font-size: 45px;
	font-weight: bold;
	margin: 13px 0;
}

.liBao .lb .lb_top .lb_top_money .lb_top_child h5 {
	font-size: 22px;
	margin-bottom: 7px;
}

.liBao .lb .lb_top .lb_top_money .lb_top_child p {
	font-size: 18px;
}

.liBao .lb .lb_btm {
	height: 208px;
	background: #ffffff;
	margin-top: 20px;
	overflow: hidden;
}

.liBao .lb .lb_btm form {
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}

.liBao .lb .lb_btm form input::-webkit-input-placeholder {
	color: #949494;
}

.liBao .lb .lb_btm form input::-moz-placeholder {
	color: #949494;
}

.liBao .lb .lb_btm form input:-moz-placeholder {
	color: #949494;
}

.liBao .lb .lb_btm form input:-ms-input-placeholder {
	color: #949494;
}

.liBao .lb .lb_btm form .div {
	height: 50px;
	background: #ffffff;
	line-height: 50px;
	display: flex;
	justify-content: flex-start;
	margin-right: 13px;
	border: 1px solid #d2d2d2;
}

.liBao .lb .lb_btm form .div select,
.liBao .lb .lb_btm form .div input {
	height: 100%;
	width: 320px;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 20px;
}

.liBao .lb .lb_btm form .div select {
	background: url("../images/yijian/image/xia1.png") 280px center no-repeat;
	background-size: 13px 11px;
}

.liBao .lb .lb_btm form .div .lab {
	height: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #232428;
	padding: 0 17px;
	background: #f3f5fa;
	border-right: 1px solid #d2d2d2;
}

.liBao .lb .lb_btm form button {
	display: block;
	width: 180px;
	height: 50px;
	color: #ffffff;
	font-size: 25px;
	box-sizing: border-box;
	font-weight: bold;
	background: #df0529;

	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.liBao .lb .lb_btm form button:hover {
	border: 1px solid #d2d2d2;
	color: #232428;
	background: #f3f5fa;
}

.liBao .lb .lb_btm p {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin: 18px 0 0 56px;
}

.liBao .lb .lb_btm p span {
	font-size: 20px;
}

.siLu {
	padding-bottom: 47px;
}

.siLu .sl h1 {
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 35px;
}

.siLu .sl h1 span {
	color: #cf0224;
}

.siLu .sl .sl_top {
	display: flex;
	justify-content: flex-start;
}

.siLu .sl .sl_top .sl_top_item {
	width: 225px;
	height: 235px;
	background: #f1f1ff;
	margin: 0 9px 10px 0;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 16px;
	color: #333333;
}

.siLu .sl .sl_top .sl_top_item h3 {
	text-align: center;
	font-weight: bold;
	margin: 20px 0 12px;
}

.siLu .sl .sl_top .sl_top_item p {
	line-height: 28px;
}

.siLu .sl .sl_top .sl_top_item a {
	display: block;
	width: 146px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin: 20px auto 0;
	font-size: 18px;
	color: #ffffff;
	background: -webkit-linear-gradient(right, #cc0223, #ff0b33);
	background: -o-linear-gradient(left, #cc0223, #ff0b33);
	background: -moz-linear-gradient(left, #cc0223, #ff0b33);
	background: linear-gradient(to right, #cc0223, #ff0b33);
	border-radius: 50px;

}

.siLu .sl .sl_top .sl_top_item a:hover {
	opacity: .8;
}

.foot {
	width: 100%;
	height: 100px;
	text-align: center;
	overflow: hidden;
	background: #e6e6e6;
}

.foot p {
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
	line-height: 30px;
}

/*----------main-con start----------*/
.content {
	overflow: visible;
	width: 1200px;
	height: 1px;
	margin: 0 auto;
	position: relative;
}

.content .main-con {
	width: 1120px;
	height: 440px;
	overflow: auto;
	padding: 40px;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	z-index: 999;
	border: 1px solid #CCCCCC;
	display: none;
}

.content .main-con .on {
	display: block;
}

.main-item {
	display: none;
}

.content .main-con .tag {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	font-size: 18px;
	color: #3799ff;
}

.content .main-con .tag i {
	width: 3px;
	height: 16px;
}

.content .main-con .tag span {
	position: absolute;
	right: 0;
	font-weight: normal;
	font-size: 14px;
	color: #ff6b00;
}

.content .main-con .tag span i {
	display: inline;
	background: none;
}

.content .main-con .item-list {
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.content .main-con .item-list h2 {
	margin-bottom: 28px;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

.content .main-con .item-list p {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}

.content .main-con .item-list p span {
	margin-left: 14px;
	line-height: 26px;
	color: #333;
	cursor: pointer;
}

.content .main-con .item-list .author {
	font-size: 14px;
	color: #999;
}

.content .main-con .item-list .author i {
	margin-right: 5px;
}

.content .main-con .item-list .author .dot {
	margin: 0 5px;
	font-size: 28px;
	line-height: 14px;
	vertical-align: top;
}

.content .main-con .item-list table {
	width: 100%;
}

.content .main-con .item-list table td {
	white-space: normal;
}

.content .main-con .item-list img {
	display: block;
}

/*----------main-con end------------*/
.class-intro .class-name span {
	display: inline-block;
	width: 30px;
	height: 28px;
	background: url('../images/diamond.png') no-repeat center;
	vertical-align: middle;
}
.class-intro .class-name font{
	font-size: 23px;
}

.class-intro .class-spec {
	width: 268px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	color: #863811;
	text-align: center;
	background: url('../images/class-spec-bc.png') no-repeat center;
	margin: 45px 0;
}

.class-intro .class-price .price {
	height: 30px;
	margin: 0 30px;
	margin-bottom: 28px;
	box-sizing: border-box;
}

.class-intro .class-name {
	margin-bottom: 14px;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

.class-intro .class-price .price-detail {
	float: left;
}

.class-intro .class-price .buy-btn {
	float: right;
	width: 94px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center;
	background: linear-gradient(170deg, #ffe9b9, #eeb949);
	box-shadow: 2px 2px 0 #af7b0c;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	cursor: pointer;
}

.info-detail {
	text-align: left;
}

.class-intro .cover {
	width: 100%;
	height: 100%;
	background: url('../images/class-intro-bc.png') no-repeat center;
}

.info-detail ol {
	padding: 20px 10px;
	box-sizing: border-box;
}

.info-detail ol li {
	/* margin-bottom: 14px; */
	font-size: 14px;
	color: #333;
}

.info-detail ol li .info-icon {
	background: url('../images/subcate-class-info-icon-1.png') no-repeat center;
}

.info-detail ol li span {
	margin-top: 12px;
	font-size: 12px;
	color: #666;
}

/*sp-service*/
.sp-service {
	width: 100%;
	min-width: 1200px;
	/* padding-bottom: 60px; */
	background-color: #fff;
}

.sp-service .service-item {
	height: 256px;
}

.sp-service .service-item ul {
	height: 100%;
	margin-left: -20px;
}

.sp-service .service-item ul li {
	float: left;
	width: 284px;
	height: 256px;
	margin-left: 20px;
	padding-top: 40px;
	box-sizing: border-box;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	cursor: pointer;
}

.sp-service .service-item ul li .service-icon {
	width: 100%;
	margin-bottom: 24px;
}

.sp-service .service-item ul li .service-icon img {
	display: block;
	width: 50px;
	margin: 0 auto;
}

.sp-service .service-item ul li .service-name {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	text-align: center;
}

.sp-service .service-item ul li .service-info {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align: center;
}

.sp-service .service-item ul li:hover {
	box-shadow: 0 0 43px -10px rgba(0, 0, 0, .5);
}

/*entry-footer start*/
.entry-footer {
	width: 100%;
	padding-top: 20px;
	min-width: 1200px;
	background: #363c40;
	height: 230px;
}

.entry-footer p {
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
}

.entry-footer p .mid {
	margin: 0 10px;
}

.entry-footer p .police-icon {
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: -3px 6px 0 0;
	background: url("../images/police-icon.png") no-repeat center;
	vertical-align: middle;
}

.entry-footer .address {
	margin-bottom: 24px;
}

.entry-footer .sites img {
	display: inline-block;
}

.entry-footer .sites img:first-child {
	margin-right: 20px;
}

/*entry-footer end*/
/*--------------------rela-news start----------------*/
.rela-news {
	width: 100%;
	min-width: 1200px;
	padding-bottom: 60px;
	background-color: #fff;
}

.rela-news .rela-news-con {
	margin-bottom: 20px;
}

.rela-news .rela-news-con ul {
	margin-left: -34px;
}

.rela-news .rela-news-con ul>li {
	float: left;
	width: 376px;
	margin-left: 34px;
}

.rela-news .rela-news-con ul>li ol {
	width: 350px;
}

.rela-news .rela-news-con ul>li ol li {
	width: 350px;
	height: 16px;
	margin-bottom: 18px;
	padding-left: 16px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	box-sizing: border-box;
	background: url("../images/list-style-disc.png") no-repeat left;
	cursor: pointer;
}

.rela-news .rela-news-con ul>li ol li:last-child {
	margin-bottom: 0;
}

.rela-news .rela-news-con ul>li ol li p {
	float: left;
	width: 246px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.rela-news .rela-news-con ul>li ol li span {
	float: right;
	color: #999;
}

.rela-news .rela-news-con ul>li ol li:hover {
	color: #000;
}

.rela-news .more {
	padding-right: 30px;
	color: #999;
	text-align: right;
	cursor: pointer;
}

.rela-news .more:hover {
	color: #666;
}

/*--------------------rela-news end------------------*/
.xg h1 {
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	/* margin-top: 40px; */
	margin-bottom: 35px;
}
/*entry-footer start*/
  .entry-footer a{
	  color: #FFFFFF;
  }
 .entry-footer p{
	 color: #ffffff; 
   font-size: 12px;
   line-height: 28px;
   text-align: center;
 }
.entry-footer p span{
	color: #ffffff; 
	 margin: 0 5px;
 }
 .entry-footer p .mid{
   margin: 0 10px;
 }
 .entry-footer p .police-icon{
   display: inline-block;
   width: 18px;
   height: 20px;
   margin: -3px 6px 0 0;
   background: url("../../images/police-icon.png") no-repeat center;
   vertical-align: middle;
 }
 .entry-footer .address{
   margin-bottom: 24px;
 }
 .entry-footer .sites img{
   display: inline-block;
 }
 .entry-footer .sites img:first-child{
   margin-right: 20px;
 }
 
 /*entry-footer end*/
 .play .play-con{
	 padding-bottom: 0px!important;
 }
 .play .play-con .course-list .course-list-item  span{
	 color: #FFFFFF;
 }
 .entry-footer ul{
	 text-align: center;
	 margin-top: 20px;
 }
 .entry-footer ul li {
     display: inline-block;
     height: 24px;
     margin-right: 10px;
     cursor: pointer;
 }
 .entry-footer .fri-links {
   /* padding-top: 26px; */
   border-bottom: 1px solid #545454;
   margin-bottom: 30px;
 }
 
 .entry-footer .fri-links .links-tag {
   width: 72px;
   height: 22px;
   margin-bottom: 15px;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   color: #a2a4a6;
   text-align: center;
   background-color: #0d1720;
 }
 
 .entry-footer .fri-links .links {
   width: 1114px;
   /* margin-bottom: 30px; */
   font-size: 0;
 }
 
 .entry-footer .fri-links .links a {
   display: inline-block;
   margin-right: 28px;
   font-size: 12px;
   line-height: 20px;
   color: #ccc;
 }
 
 .entry-footer .fri-links .links a:hover {
   color: #fff;
 }
.tExam {
  float: left;
  width: 310px;
  height: 285px;
  padding-left: 20px;
  background-color: #ffffff;
  /* padding: 20px; */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.tExamList {
  border-left: 1px dashed #dcdcdc;
}
.tExamItem {
  margin: 30px auto;
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
}
.tExamItem--dot {
  position: relative;
}
.tExamItem--dot:before {
  position: absolute;
  top: 1px;
  left: -5px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  border-radius: 50%;
  display: block;
}
.tExamItem--dot:after {
  position: absolute;
  top: 3px;
  left: -3px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #999;
  border-radius: 50%;
}
.tExamItem--label {
  width: 78px;
  text-align: center;
  font-size: 16px;
  background-color: #ecebec;
  padding: 2px 5px;
  position: relative;
  margin-right: 26px;
}
.tExamItem--label:after {
  content: "";
  display: block;
  position: absolute;
  right: -22px;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAJAgMAAACkmF/YAAAADFBMVEVHcEzs6+zs6+zs6+zb6yWYAAAAA3RSTlMAzLPPUb6qAAAAIElEQVQI12P4/5/5D9MKBuzUAQYQ+H/4D2sAOsXADKIAv0wa6cF79OIAAAAASUVORK5CYII=) no-repeat center;
  width: 23px;
  height: 9px;
}
.tExamItem--light {
  color: #2e4a9f;
}
.tExamItem--year {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAiCAMAAAD8kqB9AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABOUExURfLCvvSpo/RCNeuJhvRBM+a9uvOgmuW/vvN2bPCGgPvV0vNyZ/RBM+06Mubm5vRBM/RBM+c2MvHx8f///9ra2ujo6P7u7fu9uPZfU/VbT7//V5YAAAAQdFJOU8j19+LZ5M/z3P7z4Dln5UHqj3TWAAAAj0lEQVQ4y+3Uyw6DIBCF4UERRG3LeIH2/V+0B9puzSHp0j8TVl8IgQR52MjWLcJjcMHihMlBQs8r11j1eOlL/12bjctXPZF60qITqVPZ+7mxvaADrQN0pnWGTrROUfhj4+ASGrQT06CNdL0/uHK5E9vvXEEVb9mm5/uZOX7z1dEN/qzhM0ah64+sZLJYXt/efPpmHMJxwNEAAAAASUVORK5CYII=) no-repeat center;
  width: 45px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  color: #2e4a9f;
  font-size: 20px;
  margin: 0 10px 0 0;
}
.tBook {
  float: left;
}
.tBookImg {
  margin-right: 40px;
  width: 540px;	
  /* height: 170px; */
  overflow: hidden;
}