.ab {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.ac {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.sec_banner {
	position: relative;
}

.index-banner {
	position: relative;
	overflow: hidden;
}

.anniu {
	top: 50%;
	width: 30%;
	position: absolute;
	right: 9.375%;
	margin-top: -9.5px;
	display: none;
}

.banner-button-next {
	background-image: url(../images/jt01.png);
	right: 0;
}

.banner-button-prev {
	background-image: url(../images/jt02.png);
	right: 80px;
	left: inherit;
}

.banner-button-next,
.banner-button-prev {
	width: 12px;
	height: 19px;
	background-size: 12px 19px;
	margin-top: 0;
}

.overlady {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.index-banner .slide-img {
	position: relative;
	z-index: 8;
}



.banner-text {
	text-align: left;
	position: absolute;
	top: 30%;
	left: 9.375%;
	color: #fff;
	z-index: 12;
}

.banner-text .t1 {
	font-size: 48px;
}

.banner-text .t2 {
	font-size: 18px;
	margin: 20px 0 70px 0;
}

.more {
	line-height: 56px;
	width: 175px;
	height: 56px;
	color: #fff;
	position: relative;
	z-index: 11;

	background-color: #2f5596;
	text-align: center;
	display: block;
}

.banner_list .swiper-slide .banner-text .t1,
.banner_list .swiper-slide .banner-text .t2,
.banner_list .swiper-slide .banner-text a {

	position: relative;

	top: 50px;

	visibility: hidden;

	opacity: 0;

}

.banner_list .swiper-slide-active .banner-text .t1,
.banner_list .swiper-slide-active .banner-text .t2,

.banner_list .swiper-slide-active .banner-text a {
	top: 0px;
	visibility: visible;
	opacity: 1;

	-webkit-transition: all .6s ease 1s;

	-moz-transition: all .6s ease 1s;

	-ms-transition: all .6s ease 1s;

	-o-transition: all .6s ease 1s;

	transition: all .6s ease 1s;
}

.banner_list .swiper-slide-active .banner-text .t1 {
	transition-delay: 0.2s;
}

.banner_list .swiper-slide-active .banner-text .t2 {
	transition-delay: 0.4s;
}

.banner_list .swiper-slide-active .banner-text a {
	transition-delay: 0.6s;
}

.banner_list.start .swiper-slide-active .banner-text .t1 {
	transition-delay: 1s;
}

.banner_list.start .swiper-slide-active .banner-text .t2 {
	transition-delay: 1.2s;
}

.banner_list.start .swiper-slide-active .banner-text a {
	transition-delay: 1.4s;
}



.more:hover {
	color: #fff;
	background-color: #c2360b;
}



.play {
	align-items: center;
	position: absolute;
	z-index: 12;
	right: 20%;
	top: 50%;
	cursor: pointer;
	margin-top: -41px;
}

.play p {
	color: #fff;
	font-family: arial;
	padding-left: 20px;
}



.partner {
	position: absolute;
	overflow: hidden;
	width: 100%;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	padding: 50px 0;

	left: 0;
	bottom: 0;
	z-index: 12;

}

.partner .swiper-container {
	padding: 5px 0;
}

.partner .swiper-slide {
	text-align: center;
}

.partner .swiper-slide img,
.sthz-list .swiper-slide img,
.cptx-list dl dt img {
	transition: 0.5s;
}

.partner .swiper-slide img:hover,
.sthz-list .swiper-slide img:hover,
.cptx-list dl:hover dt img {
	transform: translateY(-5px);
}

.video img {
	visibility: hidden;
}

#video {
	top: 0;
	left: 0;
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}


.pagevalue {
	padding: 80px 0 50px 0;
}

.index-title {
	text-align: center;
}

.index-title h2 {
	font-size: 46px;
	color: #000;
}

.index-title p {
	width: 70%;
	margin: 0 auto;
	padding: 24px 0 12px 0;
	font-size: 18px;
}

.value-list {
	position: relative;
	padding: 28px 0 0 0;
}

.value-list .swiper-slide dl {
	text-align: center;
	width: 25%;
	display: inline-table;
	padding: 20px 2.5%;
}

.value-list .swiper-slide dl .v-t {
	font-size: 20px;
	padding: 20px 0 6px 0;
	font-weight: bold;
}

.value-list .swiper-slide dl dd {
	font-family: "SourceHanSansSC-Light";
}

.value-button-next,
.value-button-prev,
.history-button-next,
.history-button-prev {
	width: 20px;
	height: 33px;
	background-size: 20px 33px;

	margin-top: -16px;

}

.value-button-next,
.history-button-next {
	background-image: url(../images/jt04.png);
	right: -2%;
}

.value-button-prev,
.history-button-prev {
	background-image: url(../images/jt03.png);
	left: -2%;
}

.value-list .swiper-slide dl dt img {
	transition: 0.5s;
}

.value-list .swiper-slide dl:hover dt img {
	transform: translateY(-5px);
}

.value-list .swiper-slide dl:hover dt {
	color: #fe6d2e;
}




.service-top {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}

.service-top .top-r {
	position: absolute;
	bottom: -1px;
	height: 80%;
	width: 32%;
	background-color: rgba(255, 255, 255, 0.95);
	right: 9.375%;

	padding: 80px 70px;
}

.service-top .top-r h3,
.service-bot .bot-l h3 {
	font-size: 32px;
	line-height: 1.5;
}

.service-top .top-r p,
.service-bot .bot-l p {
	font-size: 18px;
	margin: 20px 0 60px 0;
	text-align: justify;
	line-height: 2;
}



.more-1 {
	line-height: 54px;
	width: 160px;
	height: 54px;
	color: #2f5596;
	position: relative;
	z-index: 11;
	text-align: center;
	display: block;

	border: solid 1px #2f5596;
	font-family: arial;

}

.more-1:before {
	background-color: #2f5596;

	bottom: -1px;

	content: "";

	left: -1px;

	position: absolute;

	right: -1px;

	top: -1px;

	transform: scaleX(0);

	transform-origin: 0 50% 0;

	transition: 0.3s;

	transition-property: transform, -webkit-transform;

	transition-timing-function: ease-out;

	z-index: -1;
}

.more-1:hover::before {
	transform: scaleX(1);
}

.more-1:hover {
	color: #fff;
}



.service-bot {
	align-items: center;
	margin-bottom: 60px;
}

.service-bot .bot-l {
	width: 34%;
}

.service-bot .bot-r {
	width: 52%;
	margin-left: 12%;
}



.new-title {
	align-items: center;
	margin-bottom: 50px;
}

.new-title h2 {
	font-size: 46px;
}

.pagenews {
	padding: 20px 0 90px 0;
	position: relative;
	width: 100%;
}

.index-news>ul {
	width: 102%;
}

.index-news>ul>li {
	float: left;
	width: 48%;
	margin-right: 2%;
	background-color: #f8f8f8;
}

.index-news>ul>li a {
	align-items: center;
	width: 100%;
}

.index-news>ul>li a .news-l {
	width: 50%;
	padding: 50px 50px;
}

.index-news>ul>li a .news-r {
	width: 50%;
	overflow: hidden;
}

.index-news>ul>li a .news-r img {
	width: 100%;
}

.news-l>time {
	font-family: arial;
	color: #666;
}

.news-l>h2 {
	font-size: 20px;
	color: #000;
	margin-top: 12px;
	overflow: hidden;
	height: 54px;
}

.news-l>p {
	margin: 20px 0 40px 0;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;
	height: 84px;
}

.news-l>span {
	display: inline-block;
	color: #2f5596;
	border-bottom: solid 2px #2f5596;
	padding-bottom: 6px;
}



.index-news>ul>li:hover a .news-l>h2 {
	color: #2f5596;
}



.ab_banner {
	width: 100%;
	position: absolute;
	top: 35%;
	color: #fff;
}

.ab_banner .ab_title {
	font-size: 44px;
	line-height: 1.4;
	margin-bottom: 28px;
	width: 40%;
}

.ab_banner p {
	font-size: 18px;
	line-height: 1.7;
	width: 44%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}



.subcpjz,
.subhxjz,
.subzhbg,
.subzhxz,
.subxqfk,
.subhzhb {
	padding: 50px 0 40px 0;
}

.subcptx {
	padding: 40px 0 30px 0;
}



.sub-title {
	text-align: center;
}

.sub-title h3 {
	font-size: 40px;
	color: #000;
}

.sub-title p {
	width: 85%;
	margin: 0 auto;
	padding: 20px 0 12px 0;
	font-size: 18px;
}



.subcpjz {
	background: url(../images/cp-bj.jpg)no-repeat top center;
	background-size: cover;
}

.cpjz-pic {
	text-align: center;
	padding-top: 40px;
}

.submenu,
.submenu-1 {

	height: 84px;

	background-color: #fff;
	position: relative;
	top: -42px;

	padding: 0 5%;

	box-shadow: 4px 6.928px 10px 3px rgb(0, 0, 0, 0.08);

}



.submenu .swiper-slide,
.submenu-1 .swiper-slide {
	text-align: center;
}

.submenu .swiper-slide a:hover,
.submenu .swiper-slide.cur03 a,
.submenu-1 .swiper-slide a:hover,
.submenu-1 .swiper-slide.cur03 a {
	color: #2f5596;
}

.submenu .swiper-slide a,
.submenu-1 .swiper-slide a {
	display: block;
	position: relative;
	font-size: 18px;
	color: #333;
}

.submenu .swiper-slide a:after,
.submenu-1 .swiper-slide a:after {
	content: '';
	display: block;
	right: -10px;
	top: 50%;
	margin-top: -9px;
	width: 1px;
	height: 18px;

	background-color: #d6d6d6;
	position: absolute;

}



.submenu-1 .swiper-wrapper {
	justify-content: center;
}

.submenu-1 .swiper-slide {
	width: auto;
	padding: 0 50px;
	display: inline-block;
}

.submenu-1 .swiper-slide a:after {
	right: -50px;
}

.submenu-1 .swiper-slide:last-child a:after {
	display: none;
}



.menu-button-next,
.menu-button-prev {
	width: 10px;
	height: 20px;
	background-size: 10px 20px;
	margin-top: -10px;
}

.menu-button-next {
	background-image: url(../images/jt06-r.png);
	right: 3%;
}

.menu-button-prev {
	background-image: url(../images/jt06.png);
	left: 3%;
}

.menu-button-next:hover {
	background-image: url(../images/jt06-rh.png);
	right: 3%;
}

.menu-button-prev:hover {
	background-image: url(../images/jt06-h.png);
	left: 3%;
}



.subcpgn .sub-title {
	padding-bottom: 60px;
}

.subcpgn .service-top .top-r,
.subzhxz-one .service-top .top-r {
	width: 28%;
	padding: 62px 70px;
	height: 86%;
}

.subcpgn .service-top .top-r>h3,
.subcpgn .service-bot .bot-l>h3 {
	color: #2f5596;
}

.subcpgn .service-top .top-r>p,
.subcpgn .service-bot .bot-l>p {
	font-size: 22px;
	margin: 12px 0 24px 0;
	line-height: 1.6;
}

.subcpgn .service-bot .bot-l>p {
	margin: 0 0 24px 0;
}

.subcpgn .service-bot .bot-l {
	margin-left: 9.375%;
	width: 28.625%;
}

.subcpgn .service-bot .bot-r {
	width: 50%;
}





.zhbg-one-l>h3,
.zhbg-two-r>h3,
.zhbg-three-l>h3,
.zhxz-one-l>h3 {
	margin-bottom: 32px;
}

.subcpgn .service-bot .bot-l>h3 {
	margin-bottom: 12px;
}



.gn-list dl dd {
	padding-left: 20px;
	background: url(../images/loicon.png)no-repeat left 8px;
	padding-bottom: 12px;
	text-align: justify;
}

.gn-icon {
	margin-top: 20px;
}




.index-service {
	padding: 40px 0 40px 0;
}

.index-service .swiper-slide {
	justify-content: center;
	width: auto;
}

.index-service .swiper-slide a {
	position: relative;
	align-items: center;
	font-size: 16px;
}

.tubiao-1 {
	margin-right: 8px;
}

.index-service .swiper-slide a span {
	color: #666;
}

.index-service .swiper-slide .tb-h {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

.index-service .swiper-slide .tb {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

.index-service .swiper-slide:hover .tubiao-1 .tb,
.index-service .swiper-slide-thumb-active .tubiao-1 .tb {
	visibility: hidden;
	opacity: 0;
}

.index-service .swiper-slide:hover .tubiao-1 .tb-h,
.index-service .swiper-slide-thumb-active .tubiao-1 .tb-h {
	visibility: visible;
	opacity: 1;
}

.index-service .swiper-slide:hover a span,
.index-service .swiper-slide-thumb-active a span {

	color: #2f5596;

}

.service_list .swiper-slide {
	width: 70%;
	height: auto;
	margin-left: -4%;
}

.service_list .swiper-slide a {
	align-items: center;
	position: relative;
}

.service_list .swiper-slide-prev {
	justify-content: flex-end;
}

.service_list .swiper-slide .apply_title {
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.service_list .swiper-slide-active .apply_title {
	opacity: 1;
	visibility: visible;
}



.service_pic {
	width: 84%;
	position: relative;
	z-index: 10;
}

.service_pic img {
	position: relative;
	z-index: 8;
	height: 360px;
}

@media screen and (min-width:1600px) {
	.service_pic img {
		height: 400px;
	}
}

@media screen and (max-width:1600px) {
	.service_pic img {
		height: 380px;
	}
}

@media screen and (max-width:1440px) {
	.service_pic img {
		height: 360px;
	}
}

@media screen and (max-width:1280px) {
	.service_pic img {
		height: 340px;
	}
}

@media screen and (max-width:1024px) {
	.service_pic img {
		height: 320px;
	}
}

@media screen and (max-width:992px) {
	.service_pic img {
		height: 250px;
	}
}

@media screen and (max-width:767px) {
	.service_pic img {
		height: 200px;
	}
}



.service_list .swiper-slide-prev .service_pic:after {
	content: '';
	width: 10%;
	height: 100%;
	z-index: 12;

	background-color: #2f5596;
	position: absolute;
	right: 0;
	top: 0px;
	display: block;
}



.apply_title {
	width: 44%;
	color: #333;
	position: absolute;
	left: -1px;
	z-index: 12;
	background-color: #fff;
	padding: 30px 20px;
	top: 50%;
	transform: translate(0, -50%);
}

.apply_title h2 {
	font-size: 24px;
	color: #000;
}

.apply_title p {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
	margin: 15px 0;
	color: #666;
	text-align: justify;
}

.apply_title h2,
.apply_title p {
	padding-right: 40px;
}

.icon011 {
	width: 25px;
	height: 25px;
	background-image: url(../images/jt09.png);
	background-size: 25px;
	float: right;
}



.service-button-next {
	background-image: url(../images/jt14.png);
	right: 9.375%;
}

.service-button-prev {
	background-image: url(../images/jt13.png);
	left: 2%;
	margin-left: -12px;
}

.service-button-next,
.service-button-prev {
	width: 36px;
	height: 53px;
	background-size: 36px 53px;
	margin-top: -26px;
}





.cptx-list {
	width: 100%;
}

.cptx-list dl {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 50px;
}

.cptx-list dl dd h3 {
	font-size: 20px;
	line-height: 1.6;
	margin: 30px 0 10px 0;
}

.cptx-list dl dd p {
	color: #666;
	font-size: 16px;
	line-height: 1.7;
}



.znyj-list,
.cptx-list {
	margin-top: 50px;
}

.znyj-list .list-l a,
.znyj-list .list-c a {
	position: relative;
	display: block;
	cursor: default;
}

.znyj-list .list-c a {
	height: 100%;
}

.znyj-list .list-l {
	width: 29.3%;
}

.znyj-over {
	position: absolute;
	height: 100%;
	background-color: rgba(222, 75, 30, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 30px;

	align-items: center;
	justify-content: space-around;
	z-index: 14;
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;



}

.znyj-over .over {
	color: #fff;
	padding: 30px 30px;
	text-align: center;
}

.znyj-over .over h2 {
	font-size: 28px;
}

.znyj-over .over span {
	display: block;
	width: 38px;
	height: 2px;
	background-color: #e5e5e5;
	margin: 20px auto;
}



.znyj-over::before,
.znyj-over::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.4s, -webkit-transform .4s;
	-moz-transition: opacity 0.4s, -moz-transform .4s;
	-o-transition: opacity 0.4s, -o-transform .4s;
	transition: opacity 0.4s, transform .4s
}

.znyj-over::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid rgba(229, 229, 229, 0.25);
	border-bottom: 1px solid rgba(229, 229, 229, 0.25);
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.znyj-over::after {
	top: 45px;
	right: 30px;
	bottom: 45px;
	left: 30px;
	border-right: 1px solid rgba(229, 229, 229, 0.25);
	border-left: 1px solid rgba(229, 229, 229, 0.25);
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.znyj-list .list-l a:hover .znyj-over::before,
.znyj-list .list-l a:hover .znyj-over::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.znyj-list .list-l a:hover .znyj-over {
	opacity: 1;
	visibility: visible;
}



.znyj-list .list-l .l-t .main {
	position: absolute;
	width: 100%;
	padding: 0 50px;
	top: 50px;
}

.znyj-list .list-l .l-t .main h2 {
	font-size: 26px;
	width: 46%;
	line-height: 1.1;
}

.znyj-list .list-l .l-t .main p {
	font-family: arial;
	padding-right: 56%;
	line-height: 1.4;
	margin-top: 20px;
}

.znyj-list .list-r .l-t .main p {
	padding-left: 56%;
	padding-right: 0;
}

.znyj-list .list-c {
	width: 41.4%;
	position: relative;
	background-color: #f6f6f6;
}

.znyj-list .list-c .main {
	position: absolute;
	width: 100%;
	padding: 0 15px;
	top: 50px;
	text-align: center;
	z-index: 12;
	transition: 0.5s;
}

.znyj-list .list-c .main h2 {
	font-size: 26px;
	margin-bottom: 4px;
}

.znyj-list .list-c .main p {
	font-family: arial;
}

.znyj-list .list-c .c-pic {
	position: relative;
	z-index: 10;
}

.znyj-list .list-c .c-pic img {}

.znyj-list .list-c a:hover .main {
	transform: translateY(-5px);
}




.subzhbg-one {
	background: url(../images/jj-bj.jpg)no-repeat center center;
	background-size: cover;
}

.subzhbg-one {
	padding: 90px 0;
}

.zhbg-one {
	align-items: center;
}

.zhbg-one-l {
	width: 50%;
	padding: 0 7%;
}

.zhbg-one-l>h3,
.zhbg-two-r>h3,
.zhbg-three-l>h3,
.zhxz-one-l>h3 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

.zhbg-one-l .more-1,
.zhbg-two-r .more-1,
.zhbg-three-l .more-1,
.zhxz-one-l .more-1 {
	margin-top: 40px;
}

.zh-list {
	margin-top: 12px;
}

.zh-list dl {
	width: 106%;
}

.zh-list dl dd {
	color: #2f5596;
	width: auto;
	margin-bottom: 8px;
	padding-left: 16px;
	position: relative;
	float: left;
	text-align: justify;
	margin-right: 6%;
	line-height: 1.4;
}

.zh-list dl dd:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;

	background-color: #2f5596;
}

.zhbg-one-r {
	width: 50%;
	overflow: hidden;
}



.zhbg-two-l {
	width: 56%;
	overflow: hidden;
}

.zhbg-two-r {
	width: 44%;
	padding-left: 5%;
}

.zhbg-two-r>h3,
.zhbg-two-r .gn-list,
.zhbg-two-r .zh-list {
	padding-right: 23.375%;
}



.js-list {
	padding-top: 60px;
}

.js-list ul {
	width: 105.33333%;
}

.js-list ul li {
	float: left;
	width: 28%;
	margin-right: 5.33333%;
}



.subzhbg-three {
	position: relative;
}



.zngw-l {
	width: 56%;
	background-color: #f5f7fb;
}

.zngw-r {
	width: 44%;
	overflow: hidden;
	padding-bottom: 90px;
}

.zhbg-three {
	position: absolute;
	width: 81.25%;
	left: 9.375%;
	top: 90px;
}

.zhbg-three-l {
	width: 50%;
	padding: 0 7%;
}

.zhbg-three-r {
	position: absolute;
	right: 0;
	bottom: 0;
	align-items: flex-end;
}

.zhbg-three-r .t-list ul li {
	float: left;
	width: 45%;
	margin-left: 5%;
}



.subzhbg-firth {
	padding: 90px 0;
}

.subzhbg-firth .more-1 {
	margin-bottom: 80px;
}



.subzhxz {
	background: url(../images/xz-bj.jpg)no-repeat center center;
}



.app-list ul {
	width: 104%;
}

.app-list ul li {
	width: 29.33333%;
	float: left;
	margin-right: 4%;
}

.app-list ul li .pic {
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	padding: 40px 40px;
}

.app-list ul li .main {
	line-height: normal;
	padding: 12px 0;
	background-color: #fff;
	min-height: 164px;
}

.app-list ul li .main span {
	font-size: 58px;
	color: #2f5596;
	font-weight: bold;
	font-family: arial;
}

.app-list ul li .main p {
	width: 82%;
	line-height: 2;
}

.app-list .more-1 {
	margin: 0 auto;
	margin-top: 40px;
}



.df-app {
	padding: 40px 0 90px 0;
	border-bottom: solid 1px #eee;
}

.df-title {
	text-align: center;
	padding-bottom: 40px;
}

.df-title h3 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.df-title p {
	color: #bee7ff;
	padding: 20px 0 12px 0;
}



.subzhxz-one {
	padding-top: 30px;
}

.zhxz-one-l {
	width: 52%;
	padding-right: 9%;
}

.zhxz-one-l .gn-list dl dd {
	background: none;
	padding-left: 0;
	line-height: 1.4;
}

.zhxz-one-l .zh-list dl dd {
	width: 33.33333%;
}

.zhxz-one-r {
	width: 48%;
	overflow: hidden;
}



.subzhxz-one .service-top {
	margin: 90px 0 90px 0;
}

.subzhxz-one .service-top .top-r p {
	margin-bottom: 0;
}

.subzhxz-one .more-1 {
	margin-top: 20px;
}



.subzhxz-two {
	background: url(../images/xy03.jpg)no-repeat center bottom;
}

.xz-title .main {
	align-items: center;
	margin-bottom: 12px;
}

.xz-title h2 {
	font-size: 36px;
	color: #000;
	font-weight: bold;
}

.xz-title p {
	width: 85%;
}



.xz-infor {
	align-items: center;
	padding: 72px 0;
}

.xz-infor .infor-l,
.xz-infor .infor-r {
	width: 49%;
	position: relative;
	overflow: hidden;
}

.xz-infor .infor-l {
	margin-right: 1%;
	background-color: #fff;
	box-shadow: 0 0 10px #eee;
}

.xz-infor .infor-l .con i {
	margin-bottom: 20px;
	display: block;
}

.xz-infor .infor-r {
	margin-left: 1%;
}

.xz-infor .con {
	position: absolute;
	left: 5%;
	font-size: 18px;
	transform: translateY(-50%);
	top: 50%;
}

.xz-infor .con p {
	width: 40%;
	text-align: justify;
}

.xz-infor .infor-r .con p {
	color: #fff;
}



.kjgh {
	padding-top: 120px;
}

.kjgh .df-title {
	padding-bottom: 0;
}

.kjgh>.more-1 {
	color: #fff;
	border: solid 1px #fff;
	margin: 20px auto;
	margin-bottom: 60px;
}

.kjgh>.more-1:hover {
	border-color: #2f5596;
}

.kjgh-pic {
	text-align: center;
}



.subcase {
	padding: 90px 0;
}

.case-list>h3 {
	font-size: 30px;
	margin-bottom: 28px;
}

.case-list ul li a {
	position: relative;
	display: block;
}

.case-list ul li .znyj-over {
	position: absolute;
	height: 100%;
	background-color: rgba(222, 75, 30, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 30px;

	align-items: center;
	justify-content: space-around;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;

}

.case-list,
.resource-list {
	padding-top: 12px;
}

.case-list ul {
	width: 103%;
}

.case-list ul li {
	float: left;
	width: 22%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.case-list ul li .l-t {
	position: relative;
}

.case-list ul li .znyj-over .over {
	text-align: left;
}


.case-list ul li a:hover .znyj-over::before,
.case-list ul li a:hover .znyj-over::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.case-list ul li a:hover .znyj-over {
	opacity: 1;
	visibility: visible;
}

.case-list ul li a>h4 {
	background-color: #fff;
	padding: 25px 45px 25px 24px;
	font-size: 22px;
	align-items: center;

	box-shadow: 0 0 10px #ccc;

}

.case-list ul li a h4 span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 0;
	padding-left: 4%;
	position: relative;
}

.case-list ul li a h4 span:before {
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	height: 24px;
	top: 50%;
	transform: translate(0, -50%);
	background-color: #2f5596;
}

.case-list ul li a h4 i {
	transition: 0.5s;
	font-size: 32px;
	display: none;
}

.case-list ul li a:hover h4 i {
	color: #2f5596;
	transform: rotateY(180deg);
}

.more-2 {
	width: 176px;
	height: 56px;
	background-color: #2f5596;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-size: 18px;

	display: block;
	margin: 0 auto;
	transition: 0.5s;
	border: solid 1px #2f5596;
	border-radius: 0;

}

.more-2:hover {
	background-color: #c2360b;
	color: #fff;
}



.detail-top {
	text-align: center;
}

.detail-top h3 {
	font-size: 32px;
	width: 85%;
	margin: 0 auto;
}


.detail-top .xq-share {
	color: #999;
	font-size: 14px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 12px 0;
	margin: 45px 0;
}

.detail-top .xq-share .shijian {
	align-items: center;
	display: inline-flex;
}

.xq-share {
	align-items: center;
	justify-content: center;
}

.xq-share .share-list {
	margin-top: 0;
	margin-left: 66px;
}

.xq-share .bshare-weixin {
	background: url(../images/wx01.png)no-repeat center center !important;
}

.xq-share .bshare-sinaminiblog {
	background: url(../images/wb01.png)no-repeat center center !important;
}

.xq-share .bshare-custom a {
	width: 28px;
	height: 28px;
	margin-left: 8px;
	margin-right: 0;
}



.page-item {
	padding-top: 40px;
	border-top: solid 1px #eee;
	margin-top: 60px;
}

.btn-r {
	position: relative;
	cursor: pointer;
	display: inline-block;
	height: 48px;
	font-size: 16px;
	line-height: 46px;
	text-align: center;

	width: 150px;
	border: solid 1px #2f5596;
	transition: 0.5s;

}

.btn-r .zx,
.hall>ul>li .zx {
	color: #2f5596;
	transition: 0.5s;

	display: -webkit-box;

	-webkit-box-align: center;

	-webkit-align-items: center;

	align-items: center;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

}

.next-l {
	margin-bottom: 12px;
}

.next-l a:hover {
	color: #2f5596;
}

.icon03 {
	width: 16px;
	height: 16px;
	background-image: url(../images/time.png);
	background-size: 16px;
	margin-right: 8px;
}

.icon04 {
	width: 8px;
	height: 16px;
	background-image: url(../images/jt06-h.png);
	background-size: 8px 16px;
	margin-right: 8px;
}

.btn-r:hover {
	background-color: #2f5596;
}

.btn-r:hover .zx {
	color: #fff;
}

.btn-r:hover .icon04 {
	background-image: url(../images/jt06-h-h.png);
}

.btn-r:hover .icon05 {
	background-image: url(../images/yun-h.png);
}


.subxqfk {
	background-color: #f8f8f8;
}

.xqfk-form {
	background-color: #fff;
	border-top: solid 3px #2f5596;
	width: 100%;
	padding: 80px 7%;
	margin-top: 40px;

	align-items: center;
	box-shadow: 1.5px 2.598px 18px 6px rgb(0, 35, 70, 0.05);

}



.xqfk-form-l {
	width: 55%;
	padding-right: 7%;
}

.xqfk-form-r {
	width: 45%;
}

.form-li,
.form-li01 {
	margin-bottom: 28px;
}

.form-li .layui-select-title {
	position: relative;
}

.form-li .layui-input-block {
	margin-left: 0;
	min-height: 54px;
	position: relative;
}

.form-li .layui-input-block:after,
.form-li .layui-select-title:after {
	content: '';
	width: 2px;
	height: 17px;
	background-color: #ebebeb;
	position: absolute;
	top: 19px;
	left: 80px;
}

.form-li .layui-input,
.form-li .layui-select {
	padding-left: 110px;
}

.form-li .layui-input,
.form-li .layui-select,
.form-li .layui-textarea {
	height: 54px;
	border-radius: 5px;
}

.form-li .layui-form-item {
	margin-bottom: 0;
}

.form-li .layui-form-select dl {
	top: 56px;
}

.form-li .layui-form-select dl dd.layui-this {
	background-color: #2f5596;
}

.form-li:nth-child(1) input {
	background: url(../images/bd01.png)#fff no-repeat 28px center;
}

.form-li:nth-child(2) input {
	background: url(../images/bd02.png)#fff no-repeat 28px center;
}

.form-li:nth-child(4) input {
	background: url(../images/bd04.png)#fff no-repeat 28px center;
}

.form-li:nth-child(3) input {
	background: url(../images/bd03.png)#fff no-repeat 28px center;
}

.ms {
	width: 100%;
	height: 90px;
	border: solid 1px #d2d2d2;
	padding-left: 28px;
	padding-top: 12px;
	resize: none;

	overflow: hidden;
}

.xqfk-form-l .btn-r {
	width: 100%;
	margin-bottom: 40px;
}

.icon05 {
	width: 26px;
	height: 20px;
	background-image: url(../images/yun.png);
	background-size: 26px 20px;
	margin-right: 8px;
}

.xqfk-form-l .more-2,
.ztty-form-l .more-2,
.lxwm-form-r .more-2,
.hqzy-form-l .more-2 {
	margin: inherit;
	cursor: pointer;
}



.ab_banner p .more-2 {
	margin: inherit;
	width: 190px;
}

.hall>ul {
	text-align: center;
	margin: 40px 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
}

.hall>ul>li {
	width: 126px;
	height: 46px;
	border: solid 1px #333;
	color: #333;
	text-align: center;
	line-height: 44px;

	transition: 0.5s;
	cursor: pointer;
	margin: 0 12px;

}

.hall>ul>li .zx {
	color: #333;
}

.icon06 {
	width: 16px;
	height: 21px;
	background-image: url(../images/dz.png);
	background-size: 16px 21px;
	margin-right: 8px;
	display: none;
}

.hall>ul>li:hover,
.hall>ul>li.cur05 {
	background-color: #2f5596;
	border-color: #2f5596;
}

.hall>ul>li:hover .icon06,
.hall>ul>li.cur05 .icon06 {
	display: block;
}

.hall>ul>li:hover .zx,
.hall>ul>li.cur05 .zx {
	color: #fff;
}



.hall-tab {
	padding: 20px 0 40px 0;
}

.hall-tab>ul {
	width: 103%;
	display: none;
}

.hall-tab>ul>li {
	width: 30.33333%;
	margin-right: 3%;
	float: left;
}

.hall-tab>ul>li .pic {
	overflow: hidden;
}

.hall-tab>ul>li .main h4 {
	font-size: 22px;
	padding: 30px 0 10px 0;
}

.hall-tab>ul>li .main p {
	color: #666;
	margin-bottom: 8px;
	text-align: justify;
}

.hall-tab>ul>li .main p i {
	float: left;
	margin-top: 5px;
}

.icon07 {
	width: 16px;
	height: 21px;
	background-image: url(../images/dz01.png);
	background-size: 16px 21px;
	margin-right: 8px;
}

.icon08 {
	width: 17px;
	height: 17px;
	background-image: url(../images/dz02.png);
	background-size: 17px;
	margin-right: 8px;
}



.subztty,
.subfzlc {
	background-color: #f8f8f8;
}

.ztty-form,
.hqzy-form,
.tupian {
	padding-top: 60px;
	align-items: center;
}

.ztty-form-l {
	width: 64%;
	background-color: #fff;
	padding: 5% 5%;
	height: 0;
	padding-bottom: 34.4%;
}

.ztty-form-r {
	width: 36%;
}

.ztty-form-l form {
	width: 103%;
}

.ztty-form-l .form-li {
	width: 47%;
	margin-right: 3%;
	float: left;
}

.ztty-form-l .form-li:nth-child(3) {
	width: 97%;
	margin-right: 0;
}

.ztty-form-l .form-li01 .ms {
	width: 97%;
}



.ztty-form-l .form-li:nth-child(1) input {
	background: url(../images/bd02.png)#fff no-repeat 28px center;
}

.ztty-form-l .form-li:nth-child(2) input {
	background: url(../images/bd18.png)#fff no-repeat 28px center;
}

.ztty-form-l .form-li:nth-child(3) input {
	background: url(../images/bd03.png)#fff no-repeat 28px center;
}

.ztty-form-l .form-li:nth-child(4) input {
	background: url(../images/bd05.png)#fff no-repeat 28px center;
}

.ztty-form-l .form-li:nth-child(5) input {
	background: url(../images/bd06.png)#fff no-repeat 28px center;
}



.jiaru {
	margin-bottom: 40px;
}



.lxwm-form {
	padding-top: 40px;
	padding-bottom: 30px;
}

.lxwm-form-l {
	width: 50%;
}

.lxwm-form-r {
	width: 50%;
	background-color: #fff;
	padding: 4% 6%;
	box-shadow: 1.5px 2.598px 18px 6px rgb(0, 35, 70, 0.08);
	height: 0;

	padding-bottom: 29.6%;

	overflow: hidden;
}



.lxwm-form-r .layui-form {
	position: relative;
}

.label-t {
	position: absolute;
	left: 62px;
	top: 13px;
	z-index: 10;
}

.lxwm-form-r .form-li .layui-input,
.lxwm-form-r .form-li .layui-select {
	padding-left: 154px;
}

.lxwm-form-r .form-li .layui-input-block:after,
.lxwm-form-r .form-li .layui-select-title:after {
	left: 140px;
}



.lxwm-add,
.lxwm-sale,
.subhqzy,
.subzhtd,
.subjjfa,
.subztty,
.subfzlc,
.subwyty {
	padding: 90px 0;
}

.lxwm-add {
	background-color: #f8f8f8;
}

.lx-addcon {
	align-items: center;
	justify-content: space-between;
}

.lx-addcon dl {
	background-color: #fff;
	padding: 50px 30px;
	margin-right: 12px;
	align-items: center;

	box-shadow: 1.5px 2.598px 18px 6px rgb(0, 35, 70, 0.02);
	width: 33.33333%;

}

.lx-addcon dl:last-child {
	margin-right: 0;
}

.lx-addcon dl dt {
	text-align: center;
	width: 42%;
	padding-right: 2%;
}

.lx-addcon dl dd {
	width: 58%;
	padding-left: 8%;
	border-left: solid 1px #f7f7f7;
}

.lx-addcon dl dd p {
	padding: 6px 0;
}

.lx-addcon dl dt h4 {
	color: #2f5596;
	font-size: 22px;
	padding-top: 12px;
}



.mode-l {
	width: 26%;
	padding-right: 10%;
}

.mode-r {
	width: 74%;
	border-left: solid 1px #f7f7f7;
	padding-left: 4%;
}

.mode-l>h3,
.mode-r>h3 {
	font-size: 40px;
	color: #000;
	padding-bottom: 60px;
}

.erweima {
	text-align: center;
}

.erweima p {
	margin-top: 28px;
}

.mode-r>h3 {
	text-align: center;
}

.mode-list {
	justify-content: space-between;
	text-align: center;
}

.mode-list dl {
	width: 33.33333%;
	padding: 0 2%;
}

.mode-list dl h5 {
	padding: 28px 0 6px 0;
	font-size: 20px;
}

.mode-list dl p {
	color: #2f5596;
	font-size: 20px;
	word-break: break-all;
	line-height: 1.4;
}


.subnews-list,
.lx-addcon,
.fuli,
.zhtd,
.history,
.culture,
.gywm,
.hzhb {
	padding-top: 60px;
}

.col01 {
	position: relative;
	padding: 32px 0;
	margin-bottom: 20px;
	transition: 0.5s;
}

.col01:nth-child(2n) {
	background-color: #f8f8f8;
}

.col01 .news_top_l {
	width: 19%;
	overflow: hidden;
}

.col01 .news_top_r {
	width: 54%;
	margin-left: 5%;
	padding-right: 9%;
	margin-top: 16px;
}

.col01 .news_top_r h2 {
	font-size: 28px;
	margin-bottom: 24px;
	line-height: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.col01 .news_top_r .infor {

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;

	text-align: justify;

	color: #666;
	font-family: "SourceHanSansSC-Light";

}



.tools {
	align-items: center;
	padding-top: 40px;
	margin-top: 45px;
	border-top: solid 1px #e5e5e5;
}

.tools span {
	color: #2f5596;
}



.col01 .time {
	width: 108px;
	height: 108px;
	border: solid 1px #e5e5e5;
	padding: 20px 20px;
	margin-top: 16px;
}

.col01 .time span {
	display: block;
	font-family: arial;
	line-height: normal;
}

.col01 .time span._mon {
	font-size: 20px;
	line-height: 1;
}

.col01 .time span._line {
	width: 20px;
	height: 2px;
	background-color: #e5e5e5;
	margin: 8px 0;
}

.col01 .time span._day {
	font-size: 36px;
	line-height: 0.9;
}

.col01:hover {
	box-shadow: 0 8px 20px #eee;
}

.icon09 {
	width: 32px;
	height: 14px;
	background-image: url(../images/jt10.png);
	background-size: 32px 14px;
	margin-left: 8px;
}

.col01:hover .time {
	background-color: #2f5596;
	transition: 0.5s;
}

.col01:hover .news_top_r h2 {
	color: #2f5596;
}

.col01:hover .time span._mon,
.col01:hover .time span._day {
	color: #fff;
}

.col01:hover .time span._line {
	background-color: #fff;
}



.resource-list>h3 {
	font-size: 26px;
	margin-bottom: 24px;
}

.resource-list ul {
	width: 103%;
}

.resource-list ul li {
	float: left;
	width: 30.33333%;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	cursor: pointer;
}

.resource-list ul li .infor {
	border: solid 1px #e5e5e5;
	padding: 24px 12px;
	text-align: center;
}

.resource-list ul li .infor>h4 {
	font-size: 26px;
}

.resource-list ul li .infor>span {
	width: 60%;
	display: block;
	height: 1px;
	background-color: #ccc;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 18px;
}

.resource-list ul li .infor>a {
	width: 110px;
	height: 30px;
	border: solid 1px #e5e5e5;
	text-align: center;
	line-height: 28px;
	transition: 0.5s;

	display: inline-block;
	margin-top: 24px;

}

.resource-list ul li:hover .infor>a {
	background-color: #2f5596;
	border: solid 1px #2f5596;
	color: #fff;
}



.zyzx .swiper-container {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.zyzx-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	background-color: #666;
	border-radius: 0;
	opacity: 1;
}

.zyzx-pagination .swiper-pagination-bullet-active {
	background-color: #2f5596;
}



.subcase {
	padding-bottom: 70px;
}

.subhqzy,
.subwyty {
	background-color: #f8f8f8;
	position: relative;
}

.hqzy-form-l {
	width: 49%;
	padding-right: 5%;
}

.hqzy-form-r {
	width: 51%;
}



.hqzy-form-l .form-li:nth-child(1) input {
	background: url(../images/bd02.png)#fff no-repeat 28px center;
}

.hqzy-form-l .form-li:nth-child(2) input {
	background: url(../images/bd04.png)#fff no-repeat 28px center;
}

.hqzy-form-l .form-li:nth-child(3) input {
	background: url(../images/bd03.png)#fff no-repeat 28px center;
}

.hqzy-form-l .form-li:nth-child(4) input {
	background: url(../images/bd07.png)#fff no-repeat 28px center;
}

.hqzy-form-l .form-li:nth-child(5) input {
	background: url(../images/bd08.png)#fff no-repeat 28px center;
}



.subzsfl {
	padding: 30px 0 100px 0;
}

.fuli {
	position: relative;
}

.fuli-l {
	width: 70%;
}

.fuli-l dl {
	float: left;
	margin-right: 4%;
	width: 46%;
	padding: 40px 32px;
	background-color: #f2f2f2;
	height: 46.5%;
	margin-bottom: 4%;
}

.fuli-r {
	width: 30%;
	position: relative;
}

.fuli-r .fl-main {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(222, 75, 30, 0.8);
	left: 0;
	top: 0;

	padding: 70px 60px 0 60px;

}

.fuli-r .fl-main p {
	font-size: 24px;
	color: #fff;
	margin-top: 40px;
}

.fuli-l dl dt {
	padding-bottom: 12px;
}

.fuli-l dl dt span {
	font-size: 44px;
	font-weight: bold;
	color: #2f5596;
	display: inline-block;
	padding-right: 12px;
	font-family: arial;

	height: 44px;
	line-height: 44px;

}

.fuli-l dl dt h3 {
	font-size: 28px;
}

.fuli-l dl dd {
	position: relative;
}

.fuli-l dl dd:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #2f5596;
	top: 0;
	left: 22px;
}

.fuli-l dl dd p {
	font-size: 18px;
	color: #666;
	padding-left: 60px;
	position: relative;
}



.fl-list {
	padding-top: 100px;
}

.fl-list ul {
	width: 101%;
}

.fl-list ul li {
	float: left;
	width: 24%;
	margin-right: 1%;
	position: relative;
}

.fl-list ul li .infor {
	padding: 24px 20px;
	text-align: center;
	box-shadow: 0 0 10px #eee;
	height: 220px;
}

.fl-list ul li .infor>h4 {
	font-size: 26px;
}


.fl-list ul li .infor>span {
	width: 36px;
	display: block;
	height: 3px;
	background-color: #2f5596;
	margin: 0 auto;







	margin-top: 28px;
	margin-bottom: 8px;
}

.fl-list ul li .infor>p {
	color: #666;
}



.tupian-l {
	width: 55%;
	margin-right: 8px;
}

.tupian-r {
	width: 45%;
}



.zpgw-list {
	padding-top: 40px;
}

.zpgw-l {
	width: 20%;
	height: 702px;
	overflow: hidden;
}



.zpgw-l .mCSB_container {
	margin-right: 2px !important;
}

.zpgw-l .mCSB_scrollTools .mCSB_draggerRail {
	width: 14px !important;
	background: #f1f1f1 !important;
	border-radius: 0 !important;
}

.zpgw-l .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px !important;
	border-radius: 0 !important;

	background: #bfbfbf !important;

}

.zpgw-l .mCSB_scrollTools .mCSB_dragger {
	height: 52px !important;
}

.zpgw-tab {
	display: none;
}

.zpgw-l ul {
	border: solid 1px #bfbfbf;
}

.zpgw-l ul li {
	height: 70px;
	background-color: #fff;
	border-bottom: solid 1px #bfbfbf;
	line-height: 70px;
	color: #666;
	font-size: 18px;

	padding-left: 40px;
	transition: 0.5s;
	cursor: pointer;

}

.zpgw-l ul li:hover,
.zpgw-l ul li.cur06 {
	color: #fff;
	background-color: #2f5596;
}



.zpgw-r {
	width: 80%;
	background-color: #fff;
	padding: 50px 60px;
}

.zpgw-r .zpgw-con h4 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.zpgw-r .zpgw-con p {
	line-height: 2;
	font-size: 14px;
}

.zpgw-r .zpgw-con span {
	width: 100%;
	display: block;
	height: 1px;
	background-color: #e5e5e5;
	margin: 20px 0;
}



.gw-email {
	padding-top: 20px;
}

.gw-email span {
	color: #2f5596;
}



.gywm,
.culture,
.hzhb {
	align-items: center;
}

.profile-l {
	width: 49%;
	position: relative;
}

.profile-l .swiper-container {
	padding-bottom: 43px;
}

.profile-r {
	width: 51%;
	padding: 0 10% 0 5%;
}

.profile-r h3 {
	font-size: 34px;
	color: #000;
}

.profile-r h4 {
	font-size: 20px;
	margin: 12px 0 26px 0;
}

.profile-r .jj p {
	color: #666;
	text-align: justify;
	padding-bottom: 20px;
}



.zhfw {
	background-color: #f2f2f2;
	padding: 80px 0 14px 0;
	margin-top: 60px;
}

.zhfw-1 {
	padding: 50px 0 50px 0;
	background-color: #fff;
	margin-left: 9.375%;
	width: 90.375%;
	position: relative;
	align-items: center;

	margin-bottom: 66px;
}

.item-l {
	width: 45%;
	padding: 0 5% 0 7%;
}

.item-l .xh {
	font-size: 50px;
	color: #f5c9bb;
	font-weight: bold;
	line-height: normal;
	font-family: arial;
}

.item-l h3 {
	font-size: 34px;
}

.item-l ._line {
	width: 60px;
	height: 2px;
	background-color: #adadad;
	display: block;
	margin: 20px 0 32px 0;
}

.item-l p {
	font-size: 18px;
	color: #666;
}

.item-r {
	width: 55%;
	overflow: hidden;
}



.zhfw-2 {
	margin-left: 0;
	margin-right: 9.375%;
}

.zhfw-2 .item-r {}

.zhfw-2 .item-l {
	padding: 0 7% 0 5%;
}



.subzhtd {
	background: url(../images/td-bj.png)no-repeat left top;
}

.zhtd {
	text-align: center;
}

.subfzlc {
	background: url(../images/fz-bj.png)#f8f8f8 no-repeat center bottom;
	background-size: contain;
}

.history {
	position: relative;
}

.history .swiper-container {
	margin: 0 1%;
}

.biaozhu {
	margin-top: 14px;
}

.span-3 .infor {
	margin-left: 20px;
}

.span-3 .infor dl dt {
	font-size: 40px;
	font-weight: bold;
	color: #2f5596;
	font-family: arial;
	padding-bottom: 6px;
	line-height: normal;
}

.span-3 .infor dl dd p {
	font-size: 14px;
	color: #666;
	margin-bottom: 4px;
	line-height: 1.5;
}



.culture-l {
	width: 48%;
	padding-right: 8%;
}

.culture-l h3,
.subzhyj .top-r h3 {
	font-size: 34px;
}

.culture-l h4,
.subzhyj .top-r h4 {
	font-size: 26px;
	color: #2f5596;
	margin: 12px 0 26px 0;
}

.culture-l p,
.subzhyj .top-r p {
	font-size: 18px;
	text-align: justify;
}

.culture-r {
	width: 52%;
}



.subzhyj .top-r {
	height: 86%;
}

.subzhyj .top-r p {
	margin: 0 0;
	line-height: 1.8;
}

.subzhyj .culture {
	padding: 20px 0 80px 0;
}



.subhzhb {
	background: url(../images/hz-bj.png) no-repeat center bottom;
}

.hzhb {
	padding-bottom: 30px;
}

.hzhb-l {
	width: 40%;
	padding-right: 9%;
}

.hzhb-l h4 {
	font-size: 40px;
}

.hzhb-l span {
	display: block;
	width: 60px;
	height: 2px;
	background-color: #2f5596;
	margin: 12px 0 20px 0;
}

.hzhb-l p {
	font-size: 20px;
	color: #666;
	margin-bottom: 80px;
}

.hzhb-r {
	width: 60%;
}



.hzhb-r ._t {
	align-items: center;
}

.hzhb-r ._t-l {
	width: 50%;
	overflow: hidden;
	position: relative;
}

.hzhb-r ._t-l .infor,
.hzhb-r ._b-r .infor {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px 20px;
	background-color: rgba(255, 255, 255, 0.85);

	align-items: center;
	justify-content: center;
	text-align: center;

}

.hzhb-r ._t-l .infor p,
.hzhb-r ._b-r .infor p {
	font-size: 20px;
	margin-top: 12px;
}

.hzhb-r ._t-r .infor {
	background-color: rgba(222, 75, 30, 0.85);
}

.hzhb-r ._t-r .infor p {
	color: #fff;
}

.hzhb-r ._t-l .infor div img,
.hzhb-r ._b-r .infor div img {
	transition: 0.5s;
}

.hzhb-r ._t-l .infor:hover div img,
.hzhb-r ._b-r .infor:hover div img {
	transform: translateY(-10px);
}



.hzhb-r ._b-l {
	width: 40%;
	background-color: #2f5596;
	align-items: center;
	justify-content: center;
}

.hzhb-r ._b-r {
	width: 60%;
	position: relative;
}

.hzhb-r ._b-r .infor {
	background-color: inherit;
}



.subjjfa {
	background: url(../images/hz08.jpg) no-repeat center top;
	padding-bottom: 0;
}

.subjjfa .sub-title h3 {
	color: #fff;
}

.subjjfa .sub-title p {
	color: #dfdad4;
}



.jjfa-list {
	position: relative;
	background-color: #fff;
	padding: 50px 20px 24px 20px;
	box-shadow: 0 0 10px #333;
	margin-top: 45px;
}

.jjfa-list .swiper-container {
	padding-bottom: 80px;
}

.jjfa-list .swiper-container .swiper-slide>p {
	padding: 22px 20px;
	background-color: #dcdcdc;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}

.jjfa-list .zyzx-pagination .swiper-pagination-bullet {
	width: 42px;
	height: 4px;
	background-color: #000;
	margin: 0 5px;
}

.jjfa-list .zyzx-pagination .swiper-pagination-bullet-active {
	background-color: #2f5596;
}



.sthz-list {
	position: relative;
}

.sthz-button-next,
.sthz-button-prev {
	width: 20px;
	height: 33px;
	background-size: 20px 33px;
	margin-top: -16px;
}

.sthz-button-next {
	background-image: url(../images/jt04.png);
	right: 0;
}

.sthz-button-prev {
	background-image: url(../images/jt03.png);
	left: 0;
}



.sthz-button-next:hover,
.history-button-next:hover {
	background-image: url(../images/jt04-h.png);
}

.sthz-button-prev:hover,
.history-button-prev:hover {
	background-image: url(../images/jt03-h.png);
}



.sthz-list .swiper-container {
	padding: 6px 6px;
	width: 92%;
	margin: 0 auto;
}

.sthz-list .swiper-container .swiper-slide img {
	box-shadow: 0 0 10px #eee;
}

.sthz-list {
	margin-top: 60px;
}



.subljcw,
.ljhz-form {
	padding-bottom: 90px;
}

.jr-lc {
	justify-content: space-between;
	width: 50%;
	margin: 40px auto;
}

.jr-lc dl {
	text-align: center;
	width: 33.33333%;
	position: relative;
}

.jr-lc dl dt {
	position: relative;
}

.jr-lc dl dd {
	padding-top: 12px;
}

.icon010 {
	width: 12px;
	height: 20px;
	background-image: url(../images/lj02.png);
	background-size: 12px 20px;

	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;

}



.ljhz-adv {
	justify-content: space-between;
	position: relative;
}

.ljhz-adv dl {
	width: 25%;
	padding: 0 3%;
	text-align: center;
}

.ljhz-adv dl dd h4 {
	font-size: 24px;
	padding: 32px 0 12px 0;
}



.ljhz-form-l {
	width: 43%;
	margin-right: 3%;
	position: relative;
}

.ljhz-form-l .pic {
	width: 90%;
	position: absolute;
	z-index: 12;
	right: 0;
	bottom: 0;
}

.ljhz-form-l:after {
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 90%;
	height: 80%;
	border: solid 10px #2f5596;
	position: absolute;
	z-index: 10;
}

.ljhz-form-r {
	width: 54%;
	border: solid 1px #2f5596;
	padding: 36px 64px 44px 64px;
}

.ljhz-form-r form {
	position: relative;
}

.ljhz-form-r .form-li {
	margin-bottom: 16px;
}

.ljhz-form-r .form-li:nth-child(1) input {
	background: url(../images/bd09.png)#fff no-repeat 28px center;
}

.ljhz-form-r .form-li:nth-child(2) input {
	background: url(../images/bd03.png)#fff no-repeat 28px center;
}

.ljhz-form-r .form-li:nth-child(3) input {
	background: url(../images/bd02.png)#fff no-repeat 28px center;
}

.ljhz-form-r .form-li:nth-child(4) input {
	background: url(../images/bd04.png)#fff no-repeat 28px center;
}

.ljhz-form-r .form-li:nth-child(5) input {
	background: url(../images/bd10.png)#fff no-repeat 28px center;
}

.ljhz-form-r .form-li:nth-child(6) input {
	background: url(../images/bd11.png)#fff no-repeat 28px center;
}

.ljhz-form-r .more-2 {
	position: absolute;
	width: 160px;
	bottom: -87px;
	left: 50%;
	margin-left: -80px;
	cursor: pointer;
}



.form-li input::-webkit-input-placeholder {

	color: #aaa;

}

.form-li input:-moz-placeholder {

	color: #aaa;

}

.form-li input::-moz-placeholder {


	color: #aaa;

}

.form-li input:-ms-input-placeholder {

	color: #aaa;

}



.hqzy-form-l .form-li:first-child input::-webkit-input-placeholder,
.lxwm-form-r .form-li:first-child input::-webkit-input-placeholder,
.xqfk-form-l .form-li:first-child input::-webkit-input-placeholder {

	color: #333;

}

.hqzy-form-l .form-li:first-child input:-moz-placeholder,
.lxwm-form-r .form-li:first-child input::-webkit-input-placeholder,
.xqfk-form-l .form-li:first-child input::-webkit-input-placeholder {

	color: #333;

}

.hqzy-form-l .form-li:first-child input::-moz-placeholder,
.lxwm-form-r .form-li:first-child input::-webkit-input-placeholder,
.xqfk-form-l .form-li:first-child input::-webkit-input-placeholder {

	color: #333;

}

.hqzy-form-l .form-li:first-child input:-ms-input-placeholder,
.lxwm-form-r .form-li:first-child input::-webkit-input-placeholder,
.xqfk-form-l .form-li:first-child input::-webkit-input-placeholder {}



.ztty-form-l .form-li01 textarea::-webkit-input-placeholder {

	color: #aaa;

}

.ztty-form-l .form-li01 textarea:-moz-placeholder {

	color: #aaa;

}

.ztty-form-l .form-li01 textarea::-moz-placeholder {

	color: #aaa;

}

.ztty-form-l .form-li01 textarea:-ms-input-placeholder {

	color: #aaa;

}



.xqfk-form-l .form-li01 textarea::-webkit-input-placeholder {

	color: #aaa;

}

.xqfk-form-l .form-li01 textarea:-moz-placeholder {

	color: #aaa;

}

.xqfk-form-l .form-li01 textarea::-moz-placeholder {

	color: #aaa;

}

.xqfk-form-l .form-li01 textarea:-ms-input-placeholder {

	color: #aaa;

}





.ljhz-form-r .layui-form-select .layui-edge {
	border-top-color: #484848;
}




#videobg {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#video-1 {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-sign {
	width: 100%;
}

.gbvideo {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}





.page-nation {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 40px 0 60px 0;
}

.pager ul {
	justify-content: center;
}

.pager ul li {
	float: left;
}

.pager ul li span.current {
	background-color: #2f5596;
	color: #fff;
	border-color: #2f5596;
	position: relative;
	z-index: 1;
}

.pager ul li a:hover {
	border-color: #2f5596;
	color: #fff;
	position: relative;
	z-index: 1;
	background-color: #2f5596;
}

.pager ul li span:hover {
	border-color: #2f5596;
	color: #eee;
	position: relative;
	z-index: 1;
}

.pager ul li a,
.pager ul li span {
	width: 34px;
	height: 34px;
	border: 1px solid #d2d2d2;
	margin-left: -1px;
	display: inline-block;

	line-height: 32px;
	text-decoration: none;
	margin: 0 5px;

}

.pager .pg-next .iconfont,
.pager .pg-prev .iconfont {
	font-size: 22px;
}


.pagefoot {
	padding-top: 92px;
	background-color: #252525;
}

.index-foot {
	color: #aaa;
}

.footer-l {
	width: 27%;
}

.footer-r {
	justify-content: space-between;
}

.footer-l dl dt {
	padding-bottom: 28px;
}

.footer-r dl dt {
	font-size: 20px;
	color: #fff;
	padding-bottom: 14px;
}

.footer-r dl dd {
	color: #7c7c7c;
	padding: 5px 0;
}

.footer-r dl dd a:hover {
	color: #fff;
}



.top {
	margin-top: 8px;
	width: 27%;
}

.top {
	justify-content: flex-end;
	text-align: right;
}

.erwei {
	width: 100%;
}

.erwei h3 {
	font-size: 20px;
	font-family: arial;
	color: #fff;
}

.submit {
	padding: 20px 0 30px 0;
	justify-content: flex-end;
}

.submit input {
	width: 52%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 5px 12px;
	background: none;
	border: solid 1px #515151;
	border-radius: 0;
}

.submit .tj-input {
	display: inline-block;
	margin-left: 0px;
	cursor: pointer;
	color: #FFF;
	background-color: #2f5596;
	width: 80px;
	height: 50px;

	line-height: normal;
}



.copy {
	margin-top: 92px;
	color: #626262;
	background-color: #1e1e1e;
}

.copy .wrap {
	align-items: center;
	padding: 48px 0;
}

.copy-l a {
	padding-left: 12px;
}

.item-infor {
	color: #626262;
}

.item-infor p {
	font-size: 18px;
	font-family: arial;
	color: #fff;
}

.share-list {
	margin-top: 24px;
}

.item-infor .bshare-custom a {
	margin-right: 20px;
	height: 23px;
	width: 28px;
}

.item-infor .bshare-weixin {
	background: url(../images/wx.png)no-repeat center center !important;
}

.item-infor .bshare-facebook {
	background: url(../images/in.png)no-repeat center center !important;
}



.bsTop {
	width: 208px !important;
}

.bsFrameDiv>div {
	width: 208px !important;
	height: 208px !important;
}

.bsFrameDiv>div img {
	margin: 15px !important;
}



.copy-r {
	align-items: center;
}

.copy-r>span {
	margin: 0 12px;
	display: block;
	width: 1px;
	height: 14px;
	margin-top: 2px;
	background-color: #626262;
}

.copy a:hover {
	color: #fff;
}




.subwyty {
	margin-top: 110px;
}

.wyty-form {
	position: relative;
}

.wyty-form-l {
	width: 32%;
}

.wyty-pagination {
	bottom: 28px !important;
}

.wyty-button-next,
.wyty-button-prev {
	width: 19px;
	height: 28px;
	background-size: 19px 28px;
	margin-top: -14px;
}

.wyty-button-next {
	background-image: url(../images/jt14.png);
}

.wyty-button-prev {
	background-image: url(../images/jt13.png);
}

.wyty-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 0.7;
	margin: 0 12px !important;
}

.wyty-pagination .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}



.wyty-form-r {
	width: 68%;
	padding: 50px 60px;
	background-color: #fff;
	box-shadow: 0px 3px 16.92px 1.08px rgba(0, 35, 70, 0.05);

	height: 0;
	padding-bottom: 43.3%;

}

.wyty-title {
	text-align: center;
}

.wyty-title>h4 {
	font-size: 36px;
	color: #000;
}

.wyty-title>p {
	color: #666;
	line-height: 1.5;
	margin: 12px 0 12px 0;
}

.bt-top>p {
	font-size: 18px;
	color: #2f5596;
	margin-bottom: 8px;
}

.bt-top .form-top,
.bt-top .form-bottom {
	width: 102%;
}

.bt-top .form-li {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2%;
}

.bt-top .form-top .form-li:nth-child(1) {
	width: 98%;
}

.wyty-form-r .more-2 {
	margin-top: 8px;
	cursor: pointer;
}

.yz-pic {
	float: left;
	border: solid 1px #eee;
	height: 54px;
	vertical-align: middle;
	text-align: center;
}

.form-top .form-li:nth-child(1) input {
	background: url(../images/bd03.png)#fff no-repeat 28px center;
}

.form-top .form-li:nth-child(2) input {
	background: url(../images/bd12.png)#fff no-repeat 28px center;
}

.form-top .form-li:nth-child(3) input {
	background: url(../images/bd13.png)#fff no-repeat 28px center;
}



.form-bottom .form-li:nth-child(1) input {
	background: url(../images/bd02.png)#fff no-repeat 28px center;
}

.form-bottom .form-li:nth-child(2) input {
	background: url(../images/bd14.png)#fff no-repeat 28px center;
}

.form-bottom .form-li:nth-child(3) input {
	background: url(../images/bd04.png)#fff no-repeat 28px center;
}

.form-bottom .form-li:nth-child(4) input {
	background: url(../images/bd10.png)#fff no-repeat 28px center;
}

.form-bottom .form-li:nth-child(5) input {
	background: url(../images/bd15.png)#fff no-repeat 28px center;
}



.index-news>ul>li a .news-r img,
.znyj-list .list-l a .l-b img,
.hall-tab>ul>li .pic img,
.col01 .news_top_l img,

.resource-list ul li .c-pic img,
.fl-list ul li .c-pic img,
.case-list ul li a .c-pic img {
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;

	-webkit-transition: all .5s ease 0s;

	transition: all .5s ease 0s;
}

.znyj-list .list-l a .l-b,
.resource-list ul li .c-pic,
.fl-list ul li .c-pic,
.case-list ul li a .c-pic {
	overflow: hidden;
}

.index-news>ul>li:hover a .news-r img,
.znyj-list .list-l a:hover .l-b img,
.hall-tab>ul>li:hover .pic img,
.col01:hover .news_top_l img,
.resource-list ul li:hover .c-pic img,
.fl-list ul li:hover .c-pic img,
.case-list ul li a:hover .c-pic img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);

	transform: scale(1.1, 1.1);
}

.mo-b {
	display: none;
}

.mo-banner {
	display: none;
}



.sub_banner {
	overflow: hidden;
	height: 700px;
}

@-webkit-keyframes swiper_img_move {

	0% {

		-webkit-transform: scale(1, 1);

		transform: scale(1, 1);

	}

	50% {

		-webkit-transform: scale(1.1, 1.1);

		transform: scale(1.1, 1.1);

	}

	100% {

		-webkit-transform: scale(1, 1);

		transform: scale(1, 1);

	}

}

@keyframes swiper_img_move {

	0% {



		-webkit-transform: scale(1, 1);

		transform: scale(1, 1);

	}

	50% {

		-webkit-transform: scale(1.1, 1.1);

		transform: scale(1.1, 1.1);

	}

	100% {

		-webkit-transform: scale(1, 1);

		transform: scale(1, 1);

	}

}

.pc-b {

	animation: swiper_img_move 8s linear 0s infinite normal both;

}



.layui-form-select .layui-edge {
	border-top-color: #333;
}

.yz-pic {
	background-color: #f3fbfe;
	align-items: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.yz-pic img {
	vertical-align: middle;
}

.subzhxz-one .service-top .top-r h3 {
	font-weight: bold;
}



.lxwm-form-r .form-li:nth-child(1) input {
	background: url(../images/bd17.png)#fff no-repeat 28px center;
}

.lxwm-form-r .label-t,
.zpgw-r .zpgw-con p,
.sub-title p {
	color: #666;
}

.span-3 .infor dl dd p {
	margin-bottom: 16px;
}

.submenu-1,
.submenu {
	align-items: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.yz-code .form-li:nth-child(1) input {
	background: url(../images/bd15.png)#fff no-repeat 32px center;
}

.index-service .swiper-wrapper {
	justify-content: center;
}

.cptx-list {
	text-align: center;
}

.cptx-list dl {}



.znyj-list .list-r .l-t .main {
	text-align: right;
}

.znyj-list .list-r .l-t .main h2 {
	display: inline-block;
}



.znyj-list .list-c:hover .znyj-over::before,
.znyj-list .list-c:hover .znyj-over::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.list-c:hover .znyj-over {
	opacity: 1;
	visibility: visible;
}



.lx-addcon dl dd p.add {
	min-height: 80px;
}

.df-title p {
	width: 70%;
	margin: 0 auto;
}

.tophide .nav>ul>li.cur01>a,
.tophide .nav>ul>li>a:hover {
	color: #2f5596;
}

.tophide .nav>ul>li.cur01>a:after {
	width: 100%;
}


.yszc {
	min-height: 200px;
	background-color: #fff;
	padding: 90px 90px;
}

.yszc>h2 {
	font-size: 40px;
	color: #111;
	padding-bottom: 24px;
	text-align: center;
}

.yszc-con {
	font-size: 18px;
	color: #111;
	text-align: justify;
}

.mCSB_container {
	margin-right: 14px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	top: 4px !important;
}

.mCustomScrollBox>.mCSB_scrollTools {
	width: 6px !important;
}


.zhbg-line,
.subzhbg,
.subzhbg-one,
.subzhbg-two,
.subzhbg-three,
.subzhbg-firth {
	position: relative;
}

.zhbg-line:before {
	position: absolute;
	width: 1px;
	left: 9.375%;
	background-color: rgba(222, 75, 30, 0.15);
	top: 42px;
	height: calc(100% - 40px);
	z-index: 20;
}

.icon040 {
	width: 11px;
	height: 12px;
	background-image: url(../images/sjt.png);
	background-size: 11px 12px;
	margin: 0 auto;
	margin-top: 5px;
}

.sjt {
	position: absolute;
	font-size: 14px;
	color: #2f5596;
	line-height: 1.1;
	left: 9%;
	top: 20%;
	padding: 6px 0;
}

.uuu,
.case-list ul li .znyj-over {
	display: none;
}

.case-list ul li a {
	cursor: default;
}

.sub_banner img,
.service-top .top-l img {
	width: 100%;
}




.hqzy-form-l .form-li:first-child input::-webkit-input-placeholder {
	color: #999 !important;
}

.tubiao-1 img {
	height: 34px;
}

.cptx-list dl dt img {
	height: 210px;
}

.cptx-list dl dt {
	line-height: 0;
}

@media screen and (max-width:1500px) {

	.apply_title {
		padding: 20px 15px;
	}

	.sub_banner {
		height: 600px;
	}

	.ab_banner {
		top: 33%;
	}

}

@media screen and (max-width:1024px) {
	.sub_banner {
		height: 320px;
	}

	.nav {
		display: none;
	}

	.logo a,
	.logo a img,
	.tophide .logo a,
	.tophide-1 .logo a {
		height: 38px;
	}

	.m_img {
		height: 50px;
		float: right;
		margin-left: 20px;
		align-items: center;
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
	}

	.m_img a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #000;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		top: 0px;
		background: #fff;
		height: 100%;
		z-index: 100;
		left: -80%;
		padding-top: 66px;
		overflow-y: auto;
	}

	.m_nav .closeicon {
		position: absolute;
		width: auto;
		right: 16px;
		top: 22px;
		z-index: 105;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .closeicon a {
		height: 22px;
		display: block;
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #f0f0f0;
	}

	.m_nav .m_navList ul li:first-child {
		border-top: 1px solid #f0f0f0;
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #333;
		line-height: 45px;
		padding-left: 4%;
		font-size: 15px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 54px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon_mr {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
		padding-bottom: 8px;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		padding: 0 5%;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		text-overflow: ellipsis;
	}

	.logo,
	.tophide .logo,
	.tophide-1 .logo {
		padding: 6px 0;
	}

	.tel,
	.tophide .tel,
	.tophide-1 .tel {
		line-height: 50px;
		font-size: 16px;
		float: left;
	}

	.top_right,
	.tophide .top_right,
	.tophide-1 .top_right {
		height: 50px;
		position: absolute;
		right: 60px;
		top: 0;
	}

	.top_right span {
		margin: 0 6px;
	}

	.top_right>a {
		width: 90px;
		height: 28px;
		line-height: 26px;
		font-size: 13px;
		margin-right: 20px;
	}

	.icon02 {
		width: 26px;
		height: 26px;
		background-size: 26px;
	}

	.yuyan a {
		font-size: 13px;
		line-height: 1.1;
	}

	.m_menuimg01,
	.tophide .m_img a .m_menuimg,
	.tophide-1 .m_img a .m_menuimg {
		display: none;
	}

	.tophide .m_img a .m_menuimg01,
	.tophide-1 .m_img a .m_menuimg01 {
		display: block;
		height: 16px;
		vertical-align: top;
	}

	.ab_banner .ab_title {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.subcase,
	.lxwm-add,
	.lxwm-sale,
	.subhqzy,
	.subzhtd,
	.subjjfa,
	.subztty,
	.subfzlc,
	.subzhbg-one,
	.subwyty,
	.subzhbg-firth {
		padding: 32px 0;
	}

	.subcase {
		padding-bottom: 20px;
	}

	.sub-title h3 {
		font-size: 24px;
	}

	.resource-list>h3 {
		font-size: 16px;
		margin-top: 6px;
		margin-bottom: 12px;
	}

	.zyzx .swiper-container {
		margin-bottom: 0;
	}

	.resource-list {
		padding-top: 0;
	}

	.resource-list ul li .infor>h4 {
		font-size: 16px;
	}

	.resource-list ul li .infor,
	.fl-list ul li .infor {
		padding: 12px 15px;
	}

	.resource-list ul li .infor>span {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.resource-list ul li .infor>p {
		line-height: 1.5;
		font-size: 13px;
	}

	.resource-list ul li .infor>a {
		margin-top: 12px;
	}

	.xqfk-form {
		padding: 40px 4%;
		margin-top: 24px;
	}

	.form-li input {
		background-size: 16px !important;
		background-position: 15px center !important;
	}

	.form-li .layui-input,
	.form-li .layui-select {
		padding-left: 64px;
	}

	.form-li .layui-input-block:after,
	.form-li .layui-select-title:after {
		left: 48px;
		top: 11.5px;
	}

	.form-li .layui-input,
	.form-li .layui-select,
	.form-li .layui-textarea {
		height: 40px;
	}

	.form-li .layui-input-block {
		min-height: 40px;
	}

	.form-li,
	.form-li01 {
		margin-bottom: 12px;
	}

	.more-2 {
		width: 120px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.hqzy-form-l {
		width: 44%;
		padding-right: 4%;
	}

	.hqzy-form-r {
		width: 54%;
	}

	.subcpjz,
	.subhxjz,
	.subzhbg,
	.subzhxz,
	.subxqfk,
	.subhzhb {
		padding: 20px 0 15px;
	}

	.detail-top h3 {
		font-size: 20px;
	}

	.detail-top .xq-share {
		margin: 24px 0;
		padding: 6px 0;
	}

	.xq-share .share-list {
		margin-left: 40px;
	}

	.page-item {
		margin-top: 24px;
		padding-top: 20px;
	}

	.btn-r {
		width: 128px;
		height: 40px;
		line-height: 38px;
		font-size: 14px
	}

	.next-l {
		margin-bottom: 8px;
	}

	.col01 .news_top_r h2 {
		font-size: 18px;
	}

	.tools {
		padding-top: 16px;
		margin-top: 20px;
	}

	.col01 .news_top_r .infor {
		-webkit-line-clamp: 2;
	}

	.col01 .time {
		width: 72px;
		height: 72px;
		padding: 8px 8px;
	}

	.col01 .time span._mon {
		font-size: 14px;
	}

	.col01 .time span._day {
		font-size: 22px;
	}

	.page-nation {
		padding: 24px 0 32px 0;
	}

	.footer-l dl dt {
		padding-bottom: 16px;
	}

	.footer-l dl dt img {
		height: 60px;
	}

	.subnews-list,
	.lx-addcon,
	.fuli,
	.zhtd,
	.history,
	.culture,
	.gywm,
	.hzhb {
		padding-top: 32px;
	}

	.sthz-list {
		,
		margin-top: 32px;
	}

	.col01 {
		padding: 24px 0;
	}

	.ztty-form,
	.hqzy-form,
	.tupian {
		padding-top: 24px;
	}

	.fuli-r .fl-main p {
		font-size: 14px;
	}

	.fuli-r .fl-main img {
		height: 70px;
	}

	.fuli-l dl dt h3,
	.fl-list ul li .infor>h4 {
		font-size: 18px;
	}

	.fuli-l dl {
		padding: 20px 15px;
	}

	.fuli-l dl dt span {
		font-size: 24px;
		height: 24px;
		line-height: 27px;
	}

	.fuli-l dl dd p {
		font-size: 12px;
		padding-left: 34px;
	}

	.fuli-l dl dd:after {
		left: 14px;
	}

	.fl-list {
		padding-top: 40px;
	}

	.fuli-l dl dt h3,
	.fl-list ul li .infor>h4 {
		font-size: 16px;
	}

	.fl-list ul li .infor>span {
		margin-top: 12px;
		margin-bottom: 4px;
	}

	.subzsfl {
		padding-bottom: 40px;
	}

	.submenu,
	.submenu-1 {
		height: 54px;
		top: -27px;
	}

	.zpgw-l {
		width: 26%;
	}

	.zpgw-r {
		width: 74%;
		padding: 20px 25px;
	}

	.label-t {
		top: 7px;
	}

	.sub-title p {
		padding: 6px 0 2px 0;
	}

	.mode-l>h3,
	.mode-r>h3 {
		font-size: 24px;
	}

	.bshare-custom {
		margin-top: 12px;
	}

	.submit input {
		height: 40px;
		line-height: 40px;
	}

	.submit .tj-input {
		height: 40px;
	}

	.submit {
		padding: 12px 0 20px 0;
	}

	.copy-r>span {
		margin: 0 8px;
		margin-top: 2px;
	}

	.submenu-1 .swiper-slide {
		padding: 0 24px;
	}

	.submenu-1 .swiper-slide a:after {
		right: -24px;
	}

	.xq-share .bshare-weixin,
	.xq-share .bshare-sinaminiblog {
		background-size: 22px !important;
	}

	.xq-share .bshare-custom a {
		margin-left: 0;
		padding-left: 0;
		width: 24px;
		height: 24px;
	}

	.lx-addcon dl dt h4 {
		font-size: 16px;
	}

	.lx-addcon dl dt img {
		height: 40px;
	}

	.profile-r {
		padding: 0 5% 0 3%;
	}

	.profile-r h3,
	.item-l h3,
	.culture-l h3,
	.subzhyj .top-r h3 {
		font-size: 20px;
	}

	.profile-r h4 {
		font-size: 16px;
		margin: 2px 0 6px 0;
	}

	.profile-r .jj p {
		padding-bottom: 12px;
	}

	.zhfw {
		padding-top: 32px;
		margin-top: 24px;
	}

	.zhfw-1 {
		padding: 32px 0;
		display: block;
		margin-bottom: 46px;
	}

	.item-l,
	.zhfw-2 .item-l {
		padding-left: 5%;
	}

	.item-l {
		width: 100%;
		;
		padding-bottom: 2%;
	}

	.item-r {
		width: 100%;
		padding: 0 5%;
	}

	.zhfw-2 .item-l {
		padding-top: 2%;
	}

	.item-l p,
	.culture-l p,
	.subzhyj .top-r p {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.history .swiper-container {
		margin: 0 3%;
	}

	.culture-l h4,
	.subzhyj .top-r h4 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.service-top {
		margin-bottom: 40px;
	}

	.service-top .top-r {
		width: 81.25%;
		padding: 20px 20px;
	}

	.subzhyj .top-r {
		height: auto;
	}

	.ab_banner .ab_title {
		width: 80%;
	}

	.ab_banner p {
		width: 90%;
		margin-bottom: 20px;
	}

	.ab_banner {
		top: 27%;
	}

	.hzhb-l h4 {
		font-size: 20px;
	}

	.hzhb-l p {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.hzhb-l>img,
	.hzhb-r ._t-l .infor div img,
	.hzhb-r ._b-r .infor div img {
		height: 50px;
	}

	.hzhb-r ._t-l .infor p,
	.hzhb-r ._b-r .infor p {
		margin-top: 0px;
	}

	.hzhb-r ._t-l .infor,
	.hzhb-r ._b-r .infor {
		padding: 12px 12px;
	}

	.hzhb-r ._b-l .pic img {
		height: 64px;
	}

	.jjfa-list {
		padding: 32px 20px 12px 20px;
		margin-top: 32px;
	}

	.jjfa-list .swiper-container {
		padding-bottom: 44px;
	}

	.jjfa-list .swiper-container .swiper-slide>p {
		padding: 12px 15px;
	}

	.jr-lc dl dt img {
		height: 60px;
	}

	.form-li .layui-form-select dl {
		top: 42px;
	}

	.ljhz-form-r {
		width: 100%;
		padding: 24px 36px 26px 36px;
	}

	.ljhz-form-r .more-2 {
		bottom: -63px;
	}

	.ljhz-adv dl dt img {
		height: 100px;
	}

	.ljhz-adv dl dd h4 {
		font-size: 18px;
		padding-top: 12px;
	}

	.ljhz-adv dl {
		padding: 0 1%;
	}

	.ljhz-adv dl dd p {
		line-height: 1.5;
	}

	.subljcw,
	.ljhz-form {
		padding-bottom: 70px;
	}

	.jjfa-list .zyzx-pagination .swiper-pagination-bullet {
		width: 32px;
	}

	.icon010 {
		width: 10px;
		height: 16px;
		background-size: 10px 16px;
	}

	.hall>ul>li {
		width: 110px;
		height: 40px;
		line-height: 38px;
	}

	.hall-tab {
		padding: 0px 0 20px 0;
	}

	.hall-tab>ul>li .main p span {
		width: 90%;
	}

	.ms {
		height: 50px;
	}

	.xqfk-form-l .btn-r {
		margin-bottom: 20px;
	}

	.case-list>h3 {
		font-size: 18px;
	}

	.case-list ul li {
		width: 47%;
	}

	.case-list ul li a>h4 {
		padding: 12px 20px 12px 20px;
		font-size: 16px;
	}

	.case-list ul {
		margin-bottom: 12px;
	}

	.app-list ul li .main span {
		font-size: 28px;
	}

	.df-app {
		padding-bottom: 40px;
	}

	.subzhxz-one {
		padding-top: 24px;
	}

	.subcpgn .service-top .top-r,
	.subzhxz-one .service-top .top-r {
		width: 81.25%;
		position: relative;
		margin: 0 auto;
		padding: 22px 30px;
		right: 0;
		margin-top: -40px;
		box-shadow: 0 0 10px #eee;
	}

	.more-1 {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.df-title h3,
	.xz-title h2 {
		font-size: 24px;
	}

	.subzhxz-one .service-top {
		margin: 50px 0;
	}

	.kjgh {
		padding-top: 60px;
	}

	.sub-title p {
		font-size: 14px;
	}

	.app-list ul li .main {
		padding: 12px 15px;
	}

	.app-list ul li .main p {
		width: 80%;
	}

	.zhbg-one-l>h3,
	.zhbg-two-r>h3,
	.zhbg-three-l>h3,
	.zhxz-one-l>h3 {
		font-size: 24px;
	}

	.kjgh>.more-1 {
		margin-bottom: 40px;
	}

	.xz-infor .con p {
		width: 95%;
	}

	.xz-infor .infor-l .con i {
		margin-bottom: 12px;
	}

	.tubiao-1 img {
		height: 18px;
	}

	.submenu .swiper-slide a:after,
	.submenu-1 .swiper-slide a:after {
		height: 14px;
		margin-top: -7px;
	}

	.menu-button-next,
	.menu-button-prev {
		width: 8px;
		height: 16px;
		background-size: 8px 16px;
		margin-top: -8px;
	}

	.submenu .swiper-container {
		width: 96%;
		margin: 0 auto;
	}

	.submenu-1 .swiper-slide a:after {
		right: -16px;
	}

	.apply_title h2 {
		font-size: 14px;
	}

	.apply_title p {
		font-size: 12px;
		line-height: 1.5;
		height: 4.6em;
	}

	.apply_title {
		padding: 12px 15px;
	}

	.apply_title {
		width: 58%;
	}

	.service_list .swiper-slide {
		width: 76%;
		margin-left: 0;
	}

	.service_pic {
		width: 100%;
	}

	.service_list .swiper-slide-prev .service_pic:after {
		display: none;
	}

	.service-button-next,
	.service-button-prev {
		width: 12px;
		height: 18px;
		background-size: 12px 18px;
		margin-top: -9px;
	}

	.service-button-next {
		right: 2%;
	}

	.service-button-prev {
		margin-left: 0;
	}

	.index-service .swiper-slide .tb-h {
		top: 50%;
		transform: translate(0, -50%);
	}

	.tubiao-1 {
		height: 18px;
	}

	.cptx-list dl dt img {
		height: 100px;
	}

	.subcpgn .sub-title {
		padding-bottom: 32px;
	}

	.subcpgn .service-bot .bot-l {
		width: 44%;
	}

	.subcpgn .service-bot .bot-r {
		margin-left: 4%;
		width: 52%;
	}

	.gn-icon {
		margin-top: 4px;
	}

	.gn-icon img {
		height: 60px;
	}

	.subcpgn .service-bot .bot-l>h3,
	.zhbg-one-l>h3,
	.zhbg-two-r>h3,
	.zhbg-three-l>h3,
	.zhxz-one-l>h3 {
		margin-bottom: 12px;
	}

	.service-bot {
		margin-bottom: 40px;
	}

	.banner-text .t1,
	.index-title h2,
	.new-title h2 {
		font-size: 26px;
	}

	.partner {
		padding: 8px 0;
	}

	.anniu {
		right: 4%;
	}

	.banner-button-prev {
		right: 60px;
	}

	.pagevalue {
		padding: 40px 0 20px 0;
	}

	.index-title p {
		font-size: 14px;
	}

	.service-top .top-r {
		position: relative;
		width: 81.25%;
		height: auto;
		background-color: #fff;
		box-shadow: 0 0 10px #eee;
		right: 0;
		margin: 0 auto;
		margin-top: -40px;
	}

	.value-list .swiper-slide dl .v-t {
		padding: 12px 0 0 0;
	}

	.value-list .swiper-slide dl {
		padding: 20px 2%;
	}

	.more {
		height: 40px;
		line-height: 40px;
		width: 120px;
	}

	.banner-text .t2 {
		margin: 6px 0 24px 0;
	}

	.service-top .top-r p,
	.service-bot .bot-l p {
		margin: 6px 0 24px 0;
	}

	.new-title {
		margin-bottom: 24px;
	}

	.news-l>p {
		margin: 6px 0 16px 0;
	}

	.pageservice .service-bot {
		display: flex;
	}

	.pagenews {
		padding-bottom: 32px;
	}

	.wyty-form {
		display: block;
	}

	.wyty-form-l {
		display: none;
	}

	.wyty-form-r {
		width: 100%;
		padding: 24px 4%;
		height: auto;
	}

	.subwyty {
		margin-top: 50px;
	}

	.yz-pic {
		height: 40px;
	}

	.cpjz-pic {
		width: 75%;
		margin: 0 auto;
	}

	.zhbg-three-r .t-pic>img {
		height: 275px;
	}

	.zhbg-three-l {
		padding: 0 0;
	}

	.zhbg-three {
		width: 68%;
		left: 4%;
		top: 32px;
	}

	.partner .swiper-slide img {
		height: 28px;
	}

	.yz-pic img {
		height: 38px;
	}

	.span-3 .infor dl dd p {
		margin-bottom: 8px;
	}

	.submenu .swiper-slide {
		width: auto;
	}

	.submenu .swiper-slide a:after {
		right: -15px;
	}

	.index-service .swiper-wrapper {
		justify-content: center;
	}

	.tubiao-1 {
		margin-right: 4px;
	}

	.apply_title h2,
	.apply_title p {
		padding-right: 0;
	}

	.cptx-list dl dt img {
		height: 120px;
	}

	.yszc>h2 {
		font-size: 24px;
	}

	.yszc {
		padding: 32px 32px;
	}

	.yszc-con p {
		font-size: 16px;
	}

	.case-list ul li a h4 span:before {
		height: 15px;
	}

	.play p {
		display: none;
	}

	.play {
		right: 4%;
		bottom: 72px;
		top: inherit;
	}

	.zhbg-line:before,
	.sjt {
		display: none;
	}

	.pager .pg-next .iconfont,
	.pager .pg-prev .iconfont,
	.submenu .swiper-slide a,
	.submenu-1 .swiper-slide a,
	.ab_banner p,
	.jjfa-list .swiper-container .swiper-slide>p,
	.hall-tab>ul>li .main h4,
	.footer-r dl dt,
	.erwei h3 {
		font-size: 14px;
	}

	.tubiao-1 {
		margin-right: 4px;
		height: 18px;
	}

	.cptx-list dl {
		width: 44%;
	}

	.index-service .swiper-slide a {
		font-size: 14px;
	}

	.service-button-next {
		right: 2%;
	}

	.service-button-prev {
		margin-left: 0;
	}

	.index-service .swiper-slide .tb-h {
		top: 50%;
		transform: translate(0, -50%);
	}

	.tubiao-1 {
		height: 18px;
	}

	.cptx-list dl dt img {
		height: 100px;
	}

	.cptx-list dl dd h3 {
		font-size: 16px;
		margin: 20px 0 7px 0;
	}

	.cptx-list dl {
		margin-bottom: 24px;
	}

	.apply_title p {
		padding-right: 10px;
		margin: 5px 0;
		overflow-y: auto;
	}

	.service_pic {
		width: 100%;
	}

	.index-service {
		padding: 20px 0 20px 0;
	}

	.subcptx {
		padding: 20px 0 20px 0;
	}

	.znyj-list,
	.cptx-list {
		margin-top: 30px;
	}

	.cptx-list dl dd p {
		font-size: 13px;
	}

}