body {
	background: #f9f9fc
}

.body-over {
	overflow: hidden
}

.header {
	background: #fff;
	height: 80px
}

.header .logo {
	height: 44px;
	margin: 16px 10px 0 0
}

.header .logo img {
	height: 100%
}

.header .site {
	padding-top: 13px;
	color: #30318b;
}

.header .site .logo-h1 {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 1px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600
}

.header .site p {
	width: 168px;
	height: 16px;
	background: #f5f5f5;
	border-radius: 8px;
	text-align: center;
	line-height: 16px;
	font-size: 12px
}

.header .tab {
	padding-left: 50px;
	font-size: 0
}

.header .tab a {
	display: inline-block;
	font-size: 16px;
	padding: 30px 5px 5px;
	line-height: 22px;
	position: relative;
	margin-right: 15px;
	color: #333;
}

.header .tab a,
.header .tab a:after {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.header .tab a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 0;
	height: 4px;
	background: #1861c0;
}

.header .tab a:hover {
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1861c0;
}

.header .tab a:hover:after {
	width: 100%;
	left: 0
}

.header .tab .tab-active {
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #f54e35
}

.header .tab .tab-active:after {
	width: 100%;
	left: 0
}

.popupp {
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none
}

.popupp .verification {
	width: 400px;
	height: 312px;
	background: #fff;
	border-radius: 8px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 19
}

.popupp .bd-tit {
	padding-top: 40px;
	height: 80px
}

.popupp .bd-tit .iconfont {
	position: absolute;
	color: #d8d8d8;
	font-size: 20px;
	top: 8px;
	right: 8px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.popupp .bd-tit .iconfont:hover {
	color: #f54e35
}

.popupp .pop-form {
	padding: 0 90px
}

.popupp .pop-form .jifen-send {
	width: 220px
}

.popupp .pop-form .notice-code {
	position: relative
}

.popupp .pop-form .notice-code img {
	position: absolute;
	width: 78px;
	height: 24px;
	top: 6px;
	right: 10px
}

.popupp .success {
	text-align: center;
	padding-top: 51px;
	display: none
}

.popupp .success .iconfont {
	font-size: 50px;
	color: #f54e35
}

.popupp .success p:nth-child(2) {
	color: #f54e35;
	font-size: 18px;
	line-height: 25px;
	padding: 10px 0 20px
}

.popupp .success p:nth-child(3) {
	margin: 0 40px 40px;
	width: 320px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	border: 1px dashed #f54e35;
	font-size: 14px
}

.popupp .success .close {
	display: block;
	width: 220px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #f54e35;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 14px;
	cursor: pointer
}

.popupp .ver-con {
	display: none
}

.bd-tit {
	line-height: 24px;
	padding: 30px 0 16px;
	text-align: center;
	font-size: 18px;
	color: #1861ae
}

.bd-tit span {
	position: relative
}

.bd-tit span:after,
.bd-tit span:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #f8b62b;
	border-radius: 50%;
	top: 8px;
	left: -18px
}

.bd-tit span:before {
	left: auto;
	right: -18px
}

form {
	padding: 0 40px 30px
}

form>div {
	position: relative;
	padding-bottom: 16px
}

form>div p {
	position: absolute;
	left: 0;
	top: 36px;
	color: #f54e35;
	font-size: 12px;
	line-height: 16px;
	display: none
}

form :-ms-input-placeholder {
	color: #999
}

form input {
	background: #fff;
	border: 1px solid #dbdbdb;
	padding-left: 20px;
	width: 100%;
	border-radius: 8px;
	color: #999
}

form .jifen-send,
form input {
	height: 36px;
	font-size: 14px;
	line-height: 36px
}

form .jifen-send {
	width: 180px;
	text-align: center;
	color: #fff;
	background: #3c7abb;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 0;
}

form .jifen-send:hover {
	background: #074382;
}

.banner {
	height: 520px;
	width: 100%;
	position: relative
}

.banner .biaodan {
	position: absolute;
	background: #fff;
	width: 260px;
	height: 480px;
	top: 20px;
	right: 50%;
	-webkit-transform: translateX(600px);
	transform: translateX(600px);
	z-index: 2;
	border: 1px dashed #e6e6e6;
}

.banner .jifen-form {
	position: relative
}

.banner .jifen-form:after {
	content: "";
	position: absolute;
	width: 220px;
	border-bottom: 1px dashed #e6e6e6;
	bottom: 0;
	left: 20px
}

.banner .swiper-container {
	width: 100%;
	height: 100%
}

.banner .swiper-pagination {
	bottom: 30px;
	right: 50%;
	-webkit-transform: translateX(290px);
	transform: translateX(290px)
}

.banner .swiper-slide {
	display: block;
	background-size: auto 520px !important;
}

.banner .swiper-pagination-bullet {
	width: 24px;
	height: 20px;
	border-radius: 0;
	border: 1px solid #fff;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	opacity: 1;
	background: transparent;
	margin-left: 8px;
	outline: none
}

.banner .swiper-pagination-bullet-active {
	color: #f54e35;
	background: #fff;
}

.plate-1 {
	height: 160px;
	background: #fff;
	margin-top: 30px
}

.plate-1 .title-1 {
	width: 160px;
	height: 160px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	padding-top: 52px;
	background: url(../images/jf-bg.jpg) no-repeat 50%;
	background-size: cover
}

.plate-1 .procedure {
	position: relative
}

.plate-1 .procedure:after {
	content: "";
	position: absolute;
	width: 816px;
	border-bottom: 1px dashed #d8d8d8;
	top: 52px;
	left: 112px
}

.plate-1 .procedure li {
	float: left;
	width: 184px;
	text-align: center;
	margin-left: 20px
}

.plate-1 .procedure span {
	display: block;
	position: relative;
	padding: 20px 0 42px;
	line-height: 18px;
	font-size: 14px;
	color: #999
}

.plate-1 .procedure span:after {
	width: 12px;
	height: 12px;
	background: #1861ae;
	border-radius: 50%;
	top: 47px;
	z-index: 2
}

.plate-1 .procedure span:after,
.plate-1 .procedure span:before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.plate-1 .procedure span:before {
	width: 18px;
	height: 18px;
	background: #fff;
	border: 2px solid #f8b62b;
	border-radius: 50%;
	top: 44px;
	z-index: 1
}

.plate-1 .procedure a {
	display: block;
	width: 184px;
	height: 60px;
	line-height: 60px;
	background: rgba(24, 97, 174, .1);
	border-radius: 34px;
	font-size: 16px;
	color: #1861ae;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.plate-1 .procedure a:hover {
	background: #3c7abb;
	color: #fff
}

.plate-1 .ways {
	padding-left: 10px
}

.plate-1 .ways a {
	display: block;
	float: left;
	width: 170px;
	position: relative
}

.plate-1 .ways a p:first-child {
	position: absolute;
	color: #1861ae;
	font-size: 16px;
	line-height: 22px;
	top: 39px;
	left: 24px
}

.plate-1 .ways a p:nth-child(2) {
	position: absolute;
	width: 40px;
	height: 18px;
	line-height: 18px;
	background: #98c9fc;
	border-radius: 9px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	left: 24px;
	top: 71px
}

.plate-1 .ways a img {
	width: 150px;
	margin: 19px 10px 0
}

.plate-1 .ways a:hover p:first-child {
	top: 36px;
	left: 25px
}

.plate-1 .ways a:hover p:nth-child(2) {
	height: 20px;
	line-height: 20px;
	top: 70px;
	left: 25px
}

.plate-1 .ways a:hover img {
	width: 170px;
	margin: 12px 0 0;
	box-shadow: 0 0 4px 0 #dbdbdb
}

.plate-1 .ways a:nth-child(2) p:first-child {
	color: #4f56d6
}

.plate-1 .ways a:nth-child(2) p:nth-child(2) {
	background: #a1b0f5
}

.plate-1 .ways a:nth-child(3) p:first-child {
	color: #9e4ab7
}

.plate-1 .ways a:nth-child(3) p:nth-child(2) {
	background: #c6a1f5
}

.plate-1 .ways a:nth-child(4) p:first-child {
	color: #d73f8d
}

.plate-1 .ways a:nth-child(4) p:nth-child(2) {
	background: #eb88d9
}

.plate-1 .ways a:nth-child(5) p:first-child {
	color: #de6d28
}

.plate-1 .ways a:nth-child(5) p:nth-child(2) {
	background: #f5b2a1
}

.plate-1 .ways a:nth-child(6) p:first-child {
	color: #35bbb8
}

.plate-1 .ways a:nth-child(6) p:nth-child(2) {
	background: #93e7d6
}

.news-tit {
	padding-left: 12px;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 14px;
	font-size: 16px;
	line-height: 22px;
}

.news-tit:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 18px;
	background: #1861c0;
	left: 0;
	top: 2px;
}

.news-tit h2 {
	font-size: 16px;
	display: inline-block;
	color: #1861c0;
}

.news {
	margin: 9px 0 50px
}

.news .news-item:nth-child(odd) {
	margin-right: 20px
}

.news .news-item {
	background: #fff;
	margin-top: 20px;
	width: 430px;
	height: 348px;
	padding: 22px 20px 18px;
	position: relative;
}

.news .news-item a {
	display: block
}

.news .news-item .news-box {
	margin-top: 10px;
	height: 240px;
	overflow-y: auto;
}

.news .news-item .news-a {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    background: #ececec;
    width: 90%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    transform: translateX(-50%);
}

.news .news-item .news-a>a {
    color: #666;
}

.news .news-item .news-a:hover {
    background: #e2e2e2;
}

.news .news-item ul {
	padding-top: 10px
}

.news .news-item ul li {
	padding: 10px 0 0 15px;
	position: relative;
	height: 30px
}

.news .news-item ul li:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #d8d8d8;
	left: 0;
	top: 18px
}

.news .news-item ul li a {
	font-size: 14px;
	line-height: 20px;
	width: 300px
}

.news .news-item ul li a:hover {
	color: #f54e35;
	text-decoration: underline
}

.news .news-item ul li p {
	color: #999;
	line-height: 20px;
	font-size: 14px
}

.w880 {
	width: 880px
}

.w300 {
	width: 300px
}

.mb50 {
	margin-bottom: 50px
}

.remen-item {
	background: #fff;
	padding: 22px 20px 0;
	margin-top: 20px;
	height: 716px
}

.remen-item ul {
	padding: 8px 0 10px
}

.remen-item li {
	border-bottom: 1px dashed #e2e2e2;
	height: 64px
}

.remen-item .remen-txt {
	position: relative;
	padding-left: 26px;
	height: 64px
}

.remen-item .remen-txt p {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: #d8d8d8;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center
}

.remen-item .remen-txt:hover a {
	color: #3c7abb;
	text-decoration: underline
}

.remen-item a {
	max-height: 40px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	width: 234px;
	position: absolute;
	left: 26px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.remen-item li:last-child {
	border: 0
}

.remen-item li:first-child p,
.remen-item li:nth-child(2) p,
.remen-item li:nth-child(3) p {
	background: #3c7abb;
}

.remen-item li:first-child a,
.remen-item li:nth-child(2) a,
.remen-item li:nth-child(3) a {
	color: #3c7abb;
}

.footer {
	background: #27282d;
	text-align: center;
	padding: 41px 0 31px;
	color: #ccc;
	font-size: 14px;
	margin-top: 20px;
}

.footer a,
.footer h2,
.footer p {
	color: #ccc;
	line-height: 20px;
	font-size: 14px;
	display: inline-block;
	padding-bottom: 4px
}

.footer a:hover {
	color: #ccc
}

.wrong {
	background: #eef4ff;
	width: 100%;
	padding-top: 208px;
	text-align: center;
	padding-bottom: 50px
}

.wrong img {
	width: 570px
}

.wrong p {
	font-size: 38px;
	line-height: 50px;
	color: #f54e35;
	padding: 40px 0 30px
}

.wrong a {
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background: #f54e35;
	border-radius: 39px;
	font-size: 24px
}

.wrong a:hover {
	background: #e13b23
}

.zixun {
	position: fixed;
	top: 33.33%;
	right: 0;
	z-index: 9
}

.zixun>div:first-child .iconfont {
	color: #f54e35
}

.zixun>div {
	width: 50px;
	height: 50px;
	padding-top: 9px;
	color: #888;
	font-size: 12px;
	margin-bottom: 2px;
	background: #fff;
	text-align: center;
	cursor: pointer
}

.zixun>div p {
	line-height: 22px
}

.zixun>div:hover {
	background: #f54e35;
	color: #fff
}

.zixun>div:hover .iconfont {
	color: #fff
}

.zixun>div .iconfont {
	font-size: 18px;
	line-height: 18px
}

.zixun #backtop {
	display: none
}

.icon-zixun1:before {
	content: "\e70b" !important
}

.icon-fanhuidingbu:before {
	content: "\e709" !important
}

.seo-btn-box {
	padding: 20px 0;
	text-align: center
}

.seo-btn-box .seo-btn-item {
	display: inline-block;
	vertical-align: top;
	padding: 20px 17px;
	box-sizing: border-box
}

.seo-btn-box .seo-btn-item-bd {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	font-size: 16px;
	padding: 0 20px;
	line-height: 38px;
	border-radius: 28px;
	border: 1px solid transparent;
	display: block
}

.seo-btn-box .seo-btn-item .seo-btn-item-first {
	color: #1861ae;
	border: 1px solid transparent;
	background: rgba(24, 97, 174, .1)
}

.seo-btn-box .seo-btn-item .seo-btn-item-second {
	color: #fff;
	border-color: #1861ae;
	background: #1861ae
}

.seo-btn-box .seo-btn-item .seo-btn-item-bd:hover {
	color: #fff;
	border: 1px solid transparent;
	background: #f54e35
}




/* 新增 */

/*左右挂件*/
.leftAside {
	position: fixed;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
	height: 541px;
	background: url(../images/leftaside.png) no-repeat;
	z-index: 1000;
}

.leftAside .closeLeft {
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -8px;
	cursor: pointer;
}

.leftAside h1 {
	font-size: 20px;
	color: #fff722;
	text-align: center;
	font-weight: bold;
	margin-top: 17px;
	line-height: 40px;
}

.leftAside h2 {
	font-size: 20px;
	color: #fff722;
	text-align: center;
	font-weight: bold;
	margin-top: 17px;
	line-height: 40px;
}

.leftAside p {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.leftAside .Asidelists {
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

.leftAside .Asidelists li {
	width: 150px;
	margin: 0 auto;
	height: 41px;
	line-height: 41px;
	font-size: 18px;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #d45959;
}

.leftAside .Asidelists li a {
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
}

.leftAside .Asidelists li:hover {
	background: #fcff12;
}

.leftAside .top1 {
	width: 145px;
	margin: 0 auto;
	height: 65px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bolder;
	font-size: 18px;
	text-align: center;
}

.leftAside .top1 .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 .top1:hover {
	color: #fcff12;
}

.leftAside .top1:hover .sanjiao {
	border-bottom-color: #fcff12;
}

.rightAside {
	width: 160px;
	height: 567px;
	border-radius: 15px;
	behavior: url("PIE.htc");
	background: #ffffff;
	z-index: 1000;
	border: 1px solid #3c7abb;
	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;
	behavior: url("PIE.htc");
	border-bottom: 3px solid #3c7abb;
	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: #3c7abb;
	color: #ffffff;
	border-radius: 50px;
	behavior: url("../images/pie.htc");
	-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;
}
/*左右挂件结束*/


.my_kf{
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* 列表详情页 */
.m1200 {
	width: 1200px;
	margin: 0 auto;
}

.pos {
	margin: 20px 0;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.pos a {
	font-size: 14px;
	color: #333;
}
.pos h1 {
    font-size: 14px;
    display: inline;
}
.list_main_left.fl {
	width: 870px;
}

.m1200.list_main::after {
	content: "";
	display: block;
	clear: both;
}

.list_main_left_img {
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 20px;
}

.list_main_left_txt {
	width: 600px;
	float: left;
}

.list_main_left_img img {
	width: 100%;
	height: 100%;
}

.list_main_left.fl>ul>li {
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: white;
}

.list_main_left.fl>ul>li:hover {
    box-shadow: 0 0 7px 2px rgb(210 210 210 / .2);
}

.list_main_left.fl>ul>li::after {
	content: "";
	display: block;
	clear: both;
}



.list_main_left_txt>h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

.list_main_left_txt {
	padding: 10px 0;
}

.list_main_left_txt>p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin: 10px 0;
}

.list_main_left_txt>span {
	float: right;
	color: #999;
	font-size: 13px;
}

.list_main_left.fl>li:hover {
	box-shadow: 0 0 7px 2px rgb(210 210 210 / .3);
	transform: translateY(-5px);
	transition: all .3s;
}

.page li {
	list-style: none !important;
}

.right_main.fr {
	width: 300px;
	background: white;
}

.right_main.fr .right_item_tit {
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 10px;
	border-left: 4px solid #1861c0;
    padding-left: 10px;
}

.right_main.fr .right_item {
	padding: 10px;
	padding-top: 20px;
	border-bottom: 4px solid #f3f3f3;
}

.right_main.fr li {
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.right_main.fr li a {
	color: #333;
	font-size: 15px;
}

.page {
	text-align: center;
	margin-top: 35px;
}

.page li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.page li>a {
	color: #333;
}

.page li.thisclass {
	background: #f54e35;
	width: 40px;
	color: white;
	border-radius: 50%;
}

.art_main_left.fl>h1 {
	font-size: 22px;
	font-weight: 600;
	line-height: 35px;
}

.art_info {
	margin: 15px 0 20px;
	font-size: 14px;
	color: #999;
}

#yx_con {
	font-size: 18px;
	line-height: 35px;
}

#yx_con img,
#yx_con table {
	max-width: 100%;
}

.art_main_left.fl {
	padding: 15px;
	width: 880px;
	background: white;
}

.art_pre {
	margin: 20px 0;
	border-top: 1px solid #a8a8a8;
    padding-top: 20px;
}

.art_pre>p {
	line-height: 35px;
	font-size: 18px;
}

.art_pre>p>a {
	color: #353535;
	font-size: 18px;
}


/* 右边表单 */
.right_item form input {
    width: 100%;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
}

input.com_right_form_submit {
    background: #1861c0;
    border-radius: 3px;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    outline: none;
    cursor: pointer;
    border: none;
}

p.com_right_form_p {
    font-size: 13px;
    color: #999;
    text-align: center;
    width: 100%;
    display: block;
}

p.com_right_form_p>span {
    font-size: 13px;
    color: #1861c0;
    font-style: normal;
}

.right_item_wx {
    text-align: center;
}

.right_item_wx p {
    line-height: 23px;
    margin: 5px;
    font-size: 15px;
}

.right_item_wx p.red {
    color: #1861c0;
}

.right_item_wx img {
    width: 240px;
    height: 240px;
    display: inline;
    padding: 10px0;
}

.right_item.right_item_jlq.on {
    position: fixed;
    top: 0;
    width: 300px;
    background: white;
}

input#callBtn {
    border: none;
    outline: none;
    width: 285px;
    height: 55px;
    background-color: #fcd144;
    border-radius: 10px;
    font-size: 22px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    line-height: 55px;
    display: block;
    transition: transform 0.5s;
    border-bottom: 1px solid #bebdbb;
}

div#yx_con h1,div#yx_con h2,div#yx_con h3,div#yx_con h4,div#yx_con strong {
    font-weight: bolder;
}
.formtable {
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
    border-color: #ffffff #ffffff #ffffff;
    border-width: 2px 1px 1px;
    font-size: 14px;
    font-weight: 700;
    border: 0;
}

.formtable tr {
    height: 28px;
    line-height: 28px;
}

.formtable td {
    padding: 5px;
}

.formtable th {
    width: 100px;
    text-align: right;
    letter-spacing: 2px;
    font-weight: initial;
}

.formtable .th p {
    margin: 0;
    color: #909DC6;
}

.btnSubmit {
    width: 130px;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    height: 36px;
    color: white;
    background: #1861c0;
    margin-right: 20px;
	padding-left: 0;
}

input[type="reset"] {
    background-color: #ddd;
}

.input-text {
    height: 40px;
    line-height: 40px;
    width: 90%;
    padding-left: 15px;
    border: 1px solid #ddd;
    color: #999;
    background: rgba(255, 255, 255, .3);
    float: left;
    font-size: 14px;
    outline: none;
    border-radius: 4px;
    font: 12px/1.5 "microsoft yahei", "pt sans", Verdana, Geneva, sans-serif;
}

.input-textarea {
    height: 80px;
    width: 90%;
    border: 1px solid #ddd;
    padding-left: 15px;
    line-height: 19px;
    border-radius: 4px;
    font: 12px/1.5 "microsoft yahei", "pt sans", Verdana, Geneva, sans-serif;
}

div.tit {
    padding-left: 15px;
    border-left: 4px solid #257CD4;
    font-size: 18px;
    font-weight: 600;
}

.bm_main {
    width: 1220px;
    margin: 0 auto;
    background-color: white;
}

.btnSubmit {
    width: 150px;
    cursor: pointer;
    border: 0px;
    height: 36px;
    color: white;
    background: #1861c0;
    margin-right: 20px;
    font: 16px "microsoft yahei", "pt sans", Verdana, Geneva, sans-serif;
}

input::-webkit-input-placeholder {
    color: #999;
}

.bm_right_tit {
    display: inline-block;
    background-color: #257CD4;
    padding: 10px 20px;
    color: white;
    font-size: 15px;
}

.btnSubmit:hover {
    background: #e42b10;
}

input[type="reset"]:hover {
    background-color: #bbb;
}

.my_baoming_main_tab_con_shuoming {
    line-height: 30px;
    margin: 20px 0;
	padding: 0 50px;
}

.my_baoming_main_tab_con_shuoming_tit {
    font-size: 17px;
    font-weight: 600;
    color: #1861c0;
    border-left: 4px solid;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main_left.my_baoming.fl {
    width: 880px;
    background: white;
}

.my_baoming_main_tab_tit {
    border-bottom: 2px solid #f1f1f1;
}

.my_baoming_main_tab_tit>span {
    display: block;
    float: left;
    padding: 10px 0;
    font-size: 23px;
    font-weight: 600;
    cursor: pointer;
    /* margin-right: 28px; */
    text-align: center;
    width: 100%;
}

.my_baoming_main_tab_tit::after {
    content: "";
    display: block;
    clear: both;
}

.my_baoming_main_tab_tit>span.on {
    color: #1861c0;
    border-bottom: 2px solid;
}

.my_baoming_main {
    margin: 30px 0;
}

.map_con_item {
    padding: 20px;
}

.map_con_item a {
    font-size: 15px;
    display: inline-block;
    margin: 10px;
    color: #333;
}

.map_con_item h2 {
    font-size: 18px;
    color: #3783e6;
    border-left: #3783e6 solid 3px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.yx_map {
    box-shadow: 0 0 3px 3px rgba(228, 228, 228, 0.4);
    padding: 20px;
}

.gaokao_bread02 {
    background: #3783e6;
}

.gaokao_bread02>a {
    color: white;
    cursor: default;
    font-size: 15px;
    padding: 10px 20px;
    display: inline-block;
}

.gaokao_bread02>a.on {
    background: #1861c0;
}

.lbneirong {
    padding: 14px 5px;
}

.lbneirong>span {
    font-size: 14px;
}

.lbneirong>a {
    font-size: 15px;
    color: #333;
}

.lbneirong:nth-of-type(10n) {
    border-bottom: 1px solid #afafaf;
}

#yx_con h2,#yx_con strong {
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
}

#yx_con a:hover {
    color: #f54e35;
}

.my_link {
    width: 1200px;
    margin: 20px auto;
    padding: 10px;
    background: #fafbff;
}

.my_link a {
    color: #333;
    font-size: 15px;
    display: inline-block;
    margin: 10px;
}

.inform h2 {
    font-size: 48px;
    text-align: center;
    line-height: 150px;
    display: block;
    color: #00347B;
}

.right_main.fr form{
	padding: 0;
}


.news .news-item .news-box::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

.news .news-item .news-box::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}


.news .news-item .news-box::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px;
}


.news .news-item .news-box h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px;
}

.news .news-item .news-box p {
    line-height: 25px;
    font-size: 14px;
    color: #000;
}

.err_top::after {
	content: "";
	clear: both;
	display: block;
}

.err {
	margin: 270px auto;
	width: 1000px;
}

.err_top {
	width: 800px;
	margin: 50px auto;
}

.err_top>.fr {
	font-size: 28px;
	font-weight: 600;
	color: #555;
	text-align: center;
	margin: 50px 0;
	line-height: 60px;
}

.err_top>.fr>p {
	font-size: 20px;
	font-weight: initial;
}

.err_top>.fr>p>a {
	color: #0088e6;
}


.art_like_tit{
	font-size: 20px;
	background: url(/static/images/bg-title.png) no-repeat left center;
	background-size: 20px;
	padding-left: 25px;
    margin-bottom: 10px;
}

.art_like li{
	width: 47%;
	margin-right:15px;
	line-height: 40px;
	height: 40px;
	float: left;
}

.art_like li::after{
	content: "";
	display: block;
	clear: both;
}

.art_like li a{
	display: block;
	float: left;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
}

.art_like li span{
	display: block;
	float: right;
	width: 90px;
	font-size: 15px;
	color: #999;
}

.art_like ul::after {
    content: "";
    display: block;
    clear: both;
}