@charset "utf-8";

/* 清除默认样式 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ul,
ol,
li,
input,
p,
dl,
dd,
dt,
button {
	padding: 0;
	margin: 0;
}

button {
	outline: none;
	border: none;
}

body {
	font-size: 16px;
	font-family: "微软雅黑";
	overflow-x: hidden;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}

.top_wrap .nav ul li a:hover,
.footer_bot_r p a:hover {
	color: #DE0617;
}

a:focus {
	outline: none;
}

img {
	vertical-align: middle;
	border: 0;
	border-style: none;
}

.clearfix:after {
	content: "";
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.core {
	width: 1200px;
	margin: 0 auto;
}

body {
	background: #FFFFFF;
	font-family: "微软雅黑";
	max-width: 1920px;
	margin: 0 auto;
}

a:hover {
	color: #005bac;
}

/* 通用头部 */
/* .top {height:111px;position:fixed;top:0px;width:100%;z-index:999;background:#fff;}
.mob_nav {display:none;}
.top_mob {display:none;}
.top {height:111px;}
.top1 {height:111px;}
.top_line {width:100%;height:6px;background:#005bac;}
.top .logo {margin-top:24px;float:left;}
.top .top_right {float:right;width:800px;}
.top .top_right .top_t {margin-top:15px;line-height:30px;}
.top .top_right .top_t div {float:right;}
.top .top_right .top_t div.zhanqun {margin-right:20px;}
.top .top_right .top_t .search {width:162px;height:30px;line-height:30px;border-radius:15px;background:#eaeaea;opacity:0.68;margin-left:20px;}
.top .top_right .top_t .search .text {border:none;outline:none;padding:0 0 0 10px;font-size:14px;width:130px;line-height:30px;height:30px;background:none;float:left;color:#666;}
.top .top_right .top_t .search .btn {background:url(search.png) no-repeat;width:20px;height:20px;outline:none;border:0;cursor:pointer;margin-top:5px;outline:none;}
.top .top_right .top_nav {height:60px;line-height:60px;}
.top .top_right .top_nav ul {}
.top_nav ul li {padding:0 17px;float:left;}
.top_nav ul li:first-child {padding-left:0;}
.top_nav ul li:last-child {padding-right:0;}
.top_nav ul li a {font-weight:400;font-size:18px;text-align:left;color:#333;}
.top_nav ul li a:hover {color:#005bac;}
.top_nav ul li .xiala {display:none;} */


/**************************             模板2   首页banner轮播            **************************/

.template2 .banner .swiper {
	width: 100%;
	height: 100%;
}

.template2 .banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.template2 .banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	color: #fff;
	background: #fff;
	font-size: 24px;
	margin: 0 8px;
	opacity: 1;
}

.template2 .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

.template2 .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	margin: 0 3px;
	background: url(lb_icon_on.png) no-repeat;
	width: 32px;
	height: 12px;
	border-radius: 0;
}

.template2 .banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.template2 .banner .swiper-pagination-clickable .swiper-pagination-bullet:focus {
	outline: none;
}

.template2 .banner .swiper-container-horizontal>.swiper-pagination-bullets,
.template2 .banner .swiper-pagination-custom,
.template2 .banner .swiper-pagination-fraction {
	bottom: 20px;
}

.template2 .banner .swiper-slide .mob_img {
	display: none;
}

@media screen and (max-width:768px) {
	.template2 .banner .swiper-slide .pc_img {
		display: none;
	}

	.template2 .banner .swiper-slide .mob_img {
		display: inline-block;
	}

	.template2 .banner .swiper-button-next.swiper-button-white,
	.template2 .banner .swiper-button-prev.swiper-button-white {
		width: 0.5rem;
		height: 1rem;
	}

	.template2 .banner .swiper-pagination-bullet {
		width: 0.22rem;
		height: 0.22rem;
		line-height: 0.22rem;
		font-size: 0.34rem;
		margin: 0 0.1rem;
	}

	.template2 .banner .swiper-pagination-bullet-active {
		color: #fff;
	}

	.template2 .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 0.1rem;
	}

	.template2 .banner .swiper-container-horizontal>.swiper-pagination-bullets,
	.template2 .banner .swiper-pagination-custom,
	.template2 .banner .swiper-pagination-fraction {
		bottom: 0.2rem;
	}
}


/**************************              模板2  新闻动态            **************************/
.template2 .news .news_title {
	font-family: "微软雅黑";
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	height: 31px;
	text-align: center;
	color: #333;
	margin-top: 63px;
}

.template2 .news .news_des {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	height: 21px;
	margin-top: 19px;
	text-align: center;
	color: #666;
}

.template2 .news .news_content {
	margin-top: 31px;
	overflow: hidden;
}

.template2 .news .news_content .content_left {
	float: left;
	width: 662px;
	height: 380px;
}

.template2 .news .news_content .content_right {
	float: right;
	width: 500px;
	height: 380px;
}

.template2 .news .content_left {
	float: left;
	position: relative;
}

.template2 .news .content_left .slideBox {
	position: relative;
}

.template2 .news .content_left .slideBox .hd {
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 20px;
	z-index: 3;
}

.template2 .news .content_left .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin-right: 10px;
}

.template2 .news .content_left .slideBox .hd ul li {
	float: left;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}

.template2 .news .content_left .slideBox .hd ul li.on {
	width: 14px;
	height: 14px;
	color: #fff;
	background: #0965b3;
}

.template2 .news .content_left .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.template2 .news .content_left .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.template2 .news .content_left .slideBox .bd li .inf {
	text-indent: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	line-height: 60px;
	opacity: 0.6;
	color: #fff;
	font-size: 15px;
}

.template2 .news .content_left .slideBox .bd img {
	width: 100%;
	height: 380px;
	display: block;
}

.template2 .news .content_left .slideBox .title_bg {
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: 1;
	background: #000;
	opacity: 0.59;
	bottom: 0;
	left: 0;
	filter: alpha(opacity=59);
}

.template2 .news .content_left .slideBox .title {
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: 2;
	font-size: 17px;
	line-height: 60px;
	bottom: 0;
	left: 0;
}

.template2 .news .content_left .slideBox .title ul {
	position: relative;
	height: 60px;
	width: 80%;
	float: left;
}

.template2 .news .content_left .slideBox .title ul li {
	position: relative;
	height: 60px;
	width: 100%;
	float: left;
}

.template2 .news .content_left .slideBox .title a {
	color: #fff;
	display: block;
	width: 100%;
	padding-left: 20px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.template2 .news .content_left .slideBox .title a:hover {
	color: #005bac;
}

.template2 .news .content_right .head {
	border-bottom: 1px solid #ccc;
	height: 50px;
}

.template2 .news .content_right .head ul li {
	float: left;
	height: 50px;
	margin-left: 37px;
}

.template2 .news .content_right .head ul li:first-child {
	margin-left: 0px;
}

.template2 .news .content_right .head ul li a {
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	color: #999;
}

.template2 .news .content_right .head ul li.on a {
	font-family: "微软雅黑";
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	height: 50px;
	display: inline-block;
	text-align: left;
	color: #004cab;
	border-bottom: 2px solid #004cab;
}

.template2 .news .content_right .cont ul {
	margin-top: 12px;
}

.template2 .news .content_right .cont ul li {
	border-top: 2px dashed #E5E5E5;
	padding-left: 24px;
	height: 54px;
	line-height: 54px;
	background: url(icon02.png) no-repeat left;
}

.template2 .news .content_right .cont ul li:first-child {
	border-top: none;
}

.template2 .news .content_right .cont ul li a {
	height: 52px;
	line-height: 52px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 73%;
}

.template2 .news .content_right .cont ul li span {
	float: right;
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 18px;
	/* line-height:54px;*/
	text-align: left;
	color: #333;
	opacity: 0.36;
	height: 52px;
	line-height: 52px;
}

.template2 .BoxTabqH_more {
	display: none;
}

@media screen and (max-width:768px) {
	.template2 .news .news_content .content_left {
		width: 100%;
	}

	.template2 .news .news_title {
		font-size: 0.47rem;
		line-height: 0.62rem;
		height: 0.62rem;
		margin-top: 0.6rem;
	}

	.template2 .news .news_des {
		font-size: 0.24rem;
		line-height: 0.31rem;
		height: 0.31rem;
		margin-top: 0.16rem;
	}

	.template2 .news .news_content {
		margin-top: 0.4rem;
	}

	.template2 .news .news_content .content_left {
		height: 4.3rem;
	}

	.template2 .news .content_left .slideBox .bd img {
		height: 4.3rem;
	}

	.template2 .news .content_left .slideBox .title a {
		padding-left: 0.2rem;
		height: 0.77rem;
	}

	.template2 .news {
		margin: 0 0.3rem;
	}

	.template2 .news .content_left .slideBox .title ul li {
		height: 0.77rem;
	}

	.template2 .news .content_left .slideBox .title ul {
		height: 0.77rem;
		width: 70%;
	}

	.template2 .news .content_left .slideBox .title_bg {
		height: 0.77rem;
	}

	.template2 .news .content_left .slideBox .title {
		height: 0.77rem;
		font-size: 0.24rem;
		line-height: 0.77rem;
	}

	.template2 .news .content_left .slideBox .hd ul li {
		margin-left: 0.15rem;
		width: 0.2rem;
		height: 0.2rem;
		line-height: 0.77rem;
	}

	.template2 .news .content_left .slideBox .hd {
		bottom: 0.25rem;
	}

	.template2 .news .content_left .slideBox .hd ul li.on {
		width: 0.2rem;
		height: 0.2rem;
	}

	.template2 .news .content_left .slideBox .hd ul {
		margin-right: 0.15rem;
	}

	.template2 .news .content_right .head ul li a {
		font-size: 0.32rem;
		line-height: 0.42rem;
	}

	.template2 .news .news_content .content_right {
		width: 100%;
		height: auto;
	}

	.template2 .news .content_right .head ul li.on a {
		font-size: 0.32rem;
		line-height: 0.42rem;
		height: 0.71rem;
		/* border-bottom:2px solid #004cab;*/
	}

	.template2 .news .content_right .head ul li {
		height: 0.71rem;
		margin-left: 0.5rem;
	}

	.template2 .news .content_right .head {
		height: 0.71rem;
		margin-top: 0.37rem;
	}

	.template2 .news .content_right .cont ul li {
		padding-left: 0.32rem;
		background: url(icon02_9.png) no-repeat left;
		height: 0.75rem;
		line-height: 0.75rem;
	}

	.template2 .news .content_right .cont ul li a {
		height: 0.75rem;
		line-height: 0.75rem;
	}

	.template2 .news .content_right .cont ul {
		margin-top: 0.14rem;
	}

	.template2 .news .content_right .cont ul li span {
		font-size: 0.26rem;
		height: 0.71rem;
		line-height: 0.71rem;
	}

	.template2 .BoxTabqH_more {
		display: block;
		text-align: center;
		margin-top: 0.1rem;
	}

	.template2 .BoxTabqH_more a {
		color: #005BAC;
	}
}



/*******************************          模板2  关于我们         *************************/
.template2 .gywm .news_title {
	font-family: "微软雅黑";
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	height: 31px;
	text-align: center;
	color: #333;
	margin-top: 50px;
}

.template2 .gywm .news_des {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	height: 21px;
	margin-top: 12px;
	text-align: center;
	color: #666;
}

.template2 .gywm .gywm_bg {
	margin-top: 40px;
	overflow: hidden;
	width: 1200px;
	height: 300px;
	background: url(gywm_bg.png) no-repeat;
}

.template2 .gywm .gywm_cont ul {
	overflow: hidden;
	padding-top: 51px;
}

.template2 .gywm .gywm_cont ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.template2 .gywm .gywm_cont ul li .li_top .sp1 {
	font-family: "Verdana";
	font-weight: 400;
	font-size: 39px;
	line-height: 47px;
	text-align: center;
	color: #014fa4;
}

.template2 .gywm .gywm_cont ul li .li_top .sp_jia {
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 26px;
	line-height: 21px;
	text-align: center;
	color: #014fa4;
	position: relative;
	top: -20px;
}

.template2 .gywm .gywm_cont ul li .li_bottom {
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #999;
	margin-top: 14px;
}

.template2 .gywm .gywm_bg img {
	transform: scale(1);
	transition: 3s;
	-webkit-transition: 3s;
}

.template2 .gywm .gywm_bg:hover img {
	transform: scale(1.05);
}

.template2 .gywm .gywm_cont .gywm_cont_cont {
	padding: 30px 75px;
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	color: #333;
}

.template2 .gywm {
	height: 600px;
}

.template2 .gywm_cont {
	width: 1130px;
	margin: 0 auto;
	height: 291px;
	background: url(transparent.png);
	position: relative;
	top: -100px;
}


@media screen and (max-width:768px) {
	.template2 .gywm .news_title {
		font-size: 0.47rem;
		line-height: 0.62rem;
		height: 0.62rem;
		margin-top: 0.6rem;
	}

	.template2 .gywm .news_des {
		font-size: 0.24rem;
		line-height: 0.31rem;
		height: 0.31rem;
		margin-top: 0.16rem;
	}

	.template2 .gywm .gywm_bg {
		margin-top: 0.5rem;
		overflow: hidden;
		width: 100%;
	}

	.template2 .gywm_cont {
		width: 90%;
		margin: 0 auto;
		height: auto;
		background: #fff;
		background: url(transparent.png) repeat;
		position: relative;
		top: -3.4rem;
		/* padding:0 0.3rem;*/
	}

	.template2 .gywm .gywm_cont ul {
		padding-top: 0.5rem;
	}

	.template2 .gywm .gywm_cont ul li {
		width: 50%;
		margin-bottom: 0.2rem;
	}

	.template2 .gywm .gywm_cont ul li .li_top .sp1 {
		font-size: 0.6rem;
		line-height: 0.8rem;
	}

	.template2 .gywm .gywm_cont ul li .li_top .sp_jia {
		font-size: 0.48rem;
		line-height: 0.6rem;
		top: -0.2rem;
	}

	.template2 .gywm .gywm_cont ul li .li_bottom {
		font-size: 0.28rem;
		margin-top: 0rem;
		line-height: 0.45rem;
		color: #666;
	}

	.template2 .gywm .gywm_cont .gywm_cont_cont {
		padding: 0.2rem 0.5rem 0.3rem;
		font-size: 0.28rem;
		line-height: 0.55rem;
		color: #666;
	}

	.template2 .gywm {
		height: 12.5rem;
	}

	.template2 .gywm .gywm_bg {
		background: url(gywm_bg_mob.png) no-repeat;
		background-size: cover;
	}
}






/*******************************          模板2  合作伙伴         *************************/
.template2 .Partners {
	background: #F1F5F9;
}

.template2 .Partners .news_title {
	font-family: "微软雅黑";
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	height: 31px;
	color: #333;
	margin-top: 50px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.template2 .Partners .news_des {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	height: 21px;
	margin-top: 12px;
	margin-bottom: 41px;
	text-align: center;
	color: #666;
}

.template2 .Partners .Partners_cont {
	padding-bottom: 42px;
}

.template2 .Partners .Partners_cont ul li {
	float: left;
	margin-right: 19px;
	margin-bottom: 20px;
}

.template2 .Partners .Partners_cont ul li:nth-child(6n) {
	margin-right: 0;
}

.template2 .Partners .Partners_cont ul li {
	width: 184px;
	height: 97px;
	overflow: hidden;
	display: inline-block;
}

.template2 .Partners .Partners_cont ul li img {
	transition: 0.75s;
	-webkit-transition: 0.75s;
	-moz-transition: 0.75s;
	transform: scale(1);
}

.template2 .Partners .Partners_cont ul li:hover img {
	transform: scale(1.15);
}

.template2 .Partners_cont_mob {
	display: none;
}

.template2 .Partners_cont_mob .swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.template2 .Partners_cont_mob .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (max-width:768px) {
	.template2 .Partners_cont {
		display: none;
	}

	.template2 .Partners_cont_mob {
		display: block;
	}

	.template2 .Partners_cont_mob .swiper-container {
		padding-bottom: 0.8rem;
	}

	.template2 .Partners {
		padding: 0 0.5rem;
	}

	.template2 .Partners .news_title {
		font-size: 0.44rem;
		line-height: 0.59rem;
		height: 0.59rem;
		margin-top: 0.6rem;
	}

	.template2 .Partners .news_des {
		font-size: 0.24rem;
		line-height: 0.31rem;
		height: auto;
		margin-top: 0.3rem;
		margin-bottom: 0.4rem;
	}

	.template2 .Partners .Partners_cont ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0.2rem;
	}

	.template2 .Partners .Partners_cont ul li img {
		width: 100%;
	}

	.template2 .Partners .Partners_cont ul li:nth-child(2n) {
		margin-right: 0;
	}

	.template2 .Partners .Partners_cont {
		padding-bottom: 0.4rem;
	}

	.template2 .Partners_cont_mob .swiper-slide img {
		width: 3rem;
	}
}




/*******************************          模板2  专题专栏         *************************/
.template2 .ztzlAll_mob {
	display: none;
	width: 100%;
}

.template2 .ztzlAll .title {
	font-family: "微软雅黑";
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	color: #333;
	height: 31px;
	margin-top: 50px;
	margin-bottom: 43px;
}

.template2 .ztzlAll_lunbo {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.template2 .ztzlAll_lunbo .slideBox {
	width: 100%;
	float: left;
	zoom: 1;
	position: relative;
}

.template2 .ztzlAll_lunbo .slideBox .sPrev,
.template2 .ztzlAll_lunbo .slideBox .sNext {
	width: 24px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
	cursor: pointer;
}

.template2 .ztzlAll_lunbo .slideBox .sPrev {
	background: url(ztzlAll_left.png) no-repeat 0 0;
	left: -46px;
}

.template2 .ztzlAll_lunbo .slideBox .sNext {
	background: url(ztzlAll_right.png) no-repeat 0 0;
	right: -46px;
}

.template2 .ztzlAll_lunbo .slideBox:hover .sPrev,
.template2 .ztzlAll_lunbo .slideBox:hover .sNext {
	display: inline-block;
}

.template2 .ztzlAll_lunbo .slideBox .bd {
	width: 100%;
	float: left;
	zoom: 1;
	position: relative;
}

.template2 .ztzlAll_lunbo .slideBox .bd .tempWrap {
	width: 100% !important;
}

.template2 .ztzlAll_lunbo .slideBox .bd ul {
	overflow: hidden;
	zoom: 1;
	float: left
}

.template2 .ztzlAll_lunbo .slideBox .bd ul li {
	width: 288px;
	float: left;
	display: inline-block;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.template2 .ztzlAll_lunbo .slideBox .bd ul li a .a_text {
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 20px;
	height: 71px;
	line-height: 74px;
	width: 100%;
	text-align: center;
	color: #333;
}

.template2 .ztzlAll_lunbo .slideBox .bd ul li .pic {
	width: 100%;
	float: left;
}

.template2 .ztzlAll_lunbo .slideBox .bd ul li .pic img {
	width: 100%;
	float: left;
	display: block;
}

.template2 .ztzlAll_lunbo .slideBox .bd ul li .a_img {
	width: 288px;
	height: 206px;
	overflow: hidden;
}

.template2 .ztzlAll_lunbo .slideBox .bd ul li img {
	width: 288px;
	height: 206px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transform: scale(1);
}

.template2 .ztzlAll_lunbo .slideBox .bd ul li img:hover {
	transform: scale(1.1);
}

.template2 .ztzlAll_lunbo .slideBox .bd ul li a .a_text:hover {
	color: #005bac;
}

@media screen and (max-width:768px) {
	.template2 .ztzlAll_lunbo {
		width: 100%;
	}

	.template2 .ztzlAll_mob {
		display: inline-block;
		padding: 0 0.3rem;
	}

	.template2 .ztzlAll_lunbo {
		display: none;
	}

	.template2 .ztzlAll .title {
		font-size: 0.44rem;
		line-height: 0.59rem;
		height: 0.59rem;
		margin-top: 0.6rem;
		margin-bottom: 0.5rem;
	}

	.template2 .ztzlAll_mob ul li a img {
		width: 100%;
		height: 1.9rem;
	}

	.template2 .ztzlAll_mob ul li:first-child {
		margin-right: 0px;
		width: 100%;
	}

	.template2 .ztzlAll_mob ul li:first-child a img {
		height: 2.28rem;
	}

	.template2 .ztzlAll_mob ul li {
		margin-bottom: 0.3rem;
		width: 3.3rem;
		margin-right: 0rem;
		float: left;
		display: none;
	}

	.template2 .ztzlAll_mob ul li:nth-child(2n) {
		margin-right: 0.28rem;
	}

	.template2 .ztzlAll_mob .more {
		text-align: center;
		font-size: 0.36rem;
		width: 100%;
		margin-bottom: 0.6rem;
		display: inline-block;
	}

	.template2 .ztzlAll_mob .more img {
		width: 0.3rem;
		height: 0.17rem;
	}
}




/*******************************          模板2  底部         *************************/
/* .template2 .foot {height:359px;background-color:#252F38;}
.template2 .foot .foot_img {padding:31px 0;}
.template2 .foot .foot_middle {overflow:hidden;}
.template2 .foot .foot_middle .footer_middle_l {font-family:"微软雅黑";font-weight:400;font-size:16px;line-height:37px;text-align:left;width:452px;height:152px;float:left;background:#2C373E;padding:23px 25px 17px 34px;margin-right:27px;color:#fff;opacity:0.81;}
.template2 .foot .foot_middle .footer_middle_l p {line-height:36px;font-size:16px;}
.template2 .foot .foot_middle .footer_middle_m {width:312px;height:152px;background:#2C373E;float:left;color:#fff;opacity:0.81;margin-right:34px;padding:11px 25px 0px 34px;}
.template2 .foot .foot_middle .footer_middle_m p.p1 {line-height:36px;color:#fff;margin-bottom:3px;font-size:16px;}
.template2 .foot .foot_middle .footer_middle_m p {line-height:30px;font-size:16px;}
.template2 .foot .foot_middle .footer_middle_r {width:374px;height:152px;background:#2C373E;float:left;padding-top:19px;color:#D0D8DE;}
.template2 .foot_line {height:1px;width:100%;background:#3b444c;margin-top:25px;}
.template2 .footer_erCode {overflow:hidden;}
.template2 .footer_erCode .erCodeLeft,.template2 .footer_erCode .erCodeRight {width:auto;float:left;text-align:center;}
.template2 .footer_erCode .erCodeLeft .ercode_img,.template2  .footer_erCode .erCodeRight .ercode_img {width:100%;height:85px;}
.template2 .footer_erCode .erCodeLeft {margin-left:42px;}
.template2 .footer_erCode .erCodeRight {margin-left:47px;}
.template2 .footer_erCode .ercode_text {font-family:"微软雅黑";font-weight:400;font-size:16px;text-align:center;color:#fff;opacity:0.7;height:40px;line-height:40px;}
.template2 .foot_bottom {height:65px;line-height:65px;color:#fff;text-align:center;}
.template2 .foot_bottom span {opacity:0.6;}
.template2 .foot_bottom a {color:#fff;opacity:0.6;}
.template2 .foot_bottom a.gwab {opacity:0.5;color:#fff;}
.template2 .foot_bottom img {margin-left:23px;vertical-align:sub;}

  @media screen and (max-width:768px){
    .template2 .foot {height:auto;padding:0 0.3rem;}
    .template2 .foot .foot_img {width:100%;padding:0.45rem 0 0.5rem;text-align:center;}
    .template2 .foot .foot_img img {max-width:100%;width:6rem;}
    .template2 .foot .foot_middle .footer_middle_l {font-family:"微软雅黑";font-weight:400;font-size:0.2rem;line-height:0.4rem;text-align:left;width:49%;height:2.4rem;float:left;background:#2C373E;padding:23px 25px 17px 34px;margin-right:2%;color:#fff;opacity:0.81;padding:0.15rem 0.15rem;text-align:left;}
    .template2 .foot .foot_middle .footer_middle_l p {line-height:0.4rem;font-size:0.2rem;}
    .template2 .foot .foot_middle .footer_middle_m {width:49%;height:2.4rem;background:#2C373E;float:left;color:#fff;opacity:0.81;margin-right:0;padding:11px 25px 0px 34px;padding:0.25rem 0.2rem;text-align:left;}
    .template2 .foot .foot_middle .footer_middle_m p.p1 {line-height:0.4rem;margin-bottom:3px;font-size:0.2rem;}
    .template2 .foot .foot_middle .footer_middle_m p {line-height:0.38rem;font-size:0.2rem;}
    .template2 .foot .foot_middle .footer_middle_r {padding:0;width:100%;height:auto;background:transparent;margin-top:0.25rem;}
    .template2.footer_erCode .erCodeLeft .ercode_img img,.template2 .footer_erCode .erCodeRight .ercode_img img {width:1.2rem;}
    .template2 .footer_erCode .erCodeLeft .ercode_img,.template2 .footer_erCode .erCodeRight .ercode_img {height:1.2rem;width:1.2rem;text-align:center;display:inline-block;}
    .template2 .footer_erCode .ercode_text {font-size:0.22rem;height:0.29rem;line-height:0.29rem;margin-top:0.1rem;}
    .template2 .footer_erCode .erCodeLeft {margin-left:0;}
    .template2 .footer_erCode .erCodeRight {margin-left:0.65rem;}
    .template2 .footer_erCode {overflow:hidden;text-align:center;display:inline-block;}
    .template2 .foot .foot_middle {overflow:hidden;display:inline-block;text-align:center;width:100%;}
    .template2 .foot_line {margin-top:0.3rem;}
    .template2 .foot_bottom {height:auto;font-size:0.2rem;line-height:0.4rem;color:#fff;text-align:center;padding:0.25rem 0;}
    .template2 .foot_bottom span {width:100%;display:inline-block;}
    .template2 .foot_bottom a.gwab {display:inline;}
    .template2 .foot_bottom img {margin-left:0.2rem;vertical-align:middle;}
  } */



/*******************************          模板2  主营业务         *************************/
.template2 .zjyw {
	margin-top: 47px;
}

.template2 .zjyw .news_title {
	font-family: "微软雅黑";
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	height: 31px;
	color: #333;
	margin-top: 40px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.template2 .zjyw .news_des {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	height: 21px;
	margin-top: 12px;
	margin-bottom: 30px;
	text-align: center;
	color: #666;
}

.template2 .zjyw .zjyw_lunbo {
	height: 422px;
	position: relative;
}

.template2 .zjyw {
	width: 1920px;
	height: 621px;
	background: #f3f6fa;
}

.template2 .zjyw {
	width: 100%;
}

.template2 .zjyw .swiper-container {
	width: 100%;
	height: 422px;
	margin-left: auto;
	margin-right: auto;
}

.template2 .zjyw .zjyw_lunbo_l {
	width: 285px !important;
}

.template2 .zjyw .swiper {
	width: 100%;
	height: 422px;
}

.template2 .zjyw .swiper-slide {
	width: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: inline-block;
	justify-content: center;
	align-items: center;
}

.template2 .zjyw .zjyw_lunbo_r .swiper-slide {
	height: 422px !important;
}

.template2 .zjyw .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.template2 .zjyw .zjyw_lunbo_r {
	/* width:100%;*/
	overflow-y: hidden;
	/* overflow:hidden;*/
	height: 422px !important;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
	left: 0;
}

.template2 .zjyw .zjyw_lunbo_l .swiper-slide {
	border-bottom: 1px solid #e9e9e9;
}

.template2 .zjyw .swiper-button-next:after,
.template2 .zjyw .swiper-rtl .swiper-button-prev:after {
	background: #fff url(zjyw_img_xiala.png) no-repeat center;
	width: 285px;
	height: 45px;
}

.template2 .zjyw .swiper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.template2 .zjyw .swiper-slide {
	background-size: cover;
	background-position: center;
}

.template2 .zjyw .mySwiper2 {
	/* height:80%;*/
	width: 100%;
}

.template2 .zjyw .swiper-button-next,
.template2 .zjyw .swiper-rtl .swiper-button-prev {
	right: 0;
	left: 0;
	width: 285px;
	height: 45px;
	bottom: 0px;
	top: 384px;
	margin-top: 0;
}

.template2 .zjyw .swiper-button-next:after,
.template2 .zjyw .swiper-rtl .swiper-button-prev:after {
	content: '';
}

.template2 .zjyw .mySwiper2 {
	padding-left: 285px;
}

.template2 .zjyw .mySwiper .swiper-slide-thumb-active span {
	/* content:"";*/
	width: 40px;
	margin-right: 27px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.template2 .zjyw .mySwiper span {
	width: 0%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	transition: width 1s;
}

.template2 .zjyw .mySwiper {
	height: 384px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.template2 .zjyw .mySwiper .swiper-slide {
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: left;
	background-color: #fff;
	padding-left: 50px;
}

.template2 .zjyw .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.template2 .zjyw .mySwiper .swiper-slide-thumb-active {
	background: #125BBE;
	color: #fff;
}

.template2 .zjyw .swiper-button-prev {
	display: none !important;
}

.template2 .zjyw .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.template2 .pc-slide {
	width: 1200px;
	margin: 0 auto;
	/* background:red;*/
}

.template2 .view {
	width: 915px;
	float: left;
}

.template2 .view .swiper-container {
	width: 100%;
}

.template2 .preview {
	width: 285px;
	position: relative;
	float: left;
}

.template2 .zjyw .preview .swiper-container {
	width: 285px;
	height: 372px;
}

.template2 .preview .swiper-slide {
	width: 100%;
	height: 62px;
	cursor: pointer;
	line-height: 62px;
}

.template2 .preview .slide6 {
	width: 82px;
}

.template2 .preview .arrow-right {
	background: #fff url(zjyw_img_xiala.png) no-repeat center;
	position: absolute;
	right: 0;
	bottom: -50px;
	margin-top: 0px;
	height: 18px;
	z-index: 10;
	line-height: 50px;
	height: 50px;
	width: 285px;
	text-align: center;
}

.template2 .preview img {
	padding: 1px;
}

.template2 .preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}

.template2 .zjyw .preview .swiper-slide {
	border-bottom: 1px solid #e9e9e9;
}

.template2 .preview .active-nav {
	background: url(zjyw_bg_01.png) no-repeat left;
	color: #fff;
}

.template2 .view .swiper-wrapper .swiper-slide .swiper_left {
	width: 540px;
	float: left;
	overflow: hidden;
	height: 422px;
}

.template2 .view .swiper-wrapper .swiper-slide .swiper_left img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transform: scale(1);
}

.template2 .view .swiper-wrapper .swiper-slide .swiper_left:hover img {
	transform: scale(1.1);
}

.template2 .view .swiper-wrapper .swiper-slide .swiper_right {
	width: 375px;
	float: left;
	padding: 30px 22px 0 30px;
}

.template2 .view .swiper-wrapper .swiper-slide .swiper_right .swiper_des {
	text-align: justify;
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	transition: 0.75s;
	-webkit-transition: 0.75s;
	-moz-transition: 0.75s;
	transform: scale(1);
}

.template2 .view .swiper-wrapper .swiper-slide .swiper_right .swiper_des:hover {
	transform: scale(1.05);
}

.template2 .view .swiper-wrapper .swiper-slide .swiper_right .swiper_more {
	width: 138px;
	height: 37px;
	font-weight: 400;
	font-size: 15px;
	color: #999;
	line-height: 37px;
	background: #fff;
	border: 1px solid #999;
	margin: 37px auto 0;
}

.template2 .view .swiper-wrapper .swiper-slide .swiper_right .swiper_more a {
	display: inline-block;
	transition: 0.75s;
	-webkit-transition: 0.75s;
	-moz-transition: 0.75s;
	transform: scale(1);
}

.template2 .view .swiper-wrapper .swiper-slide .swiper_right .swiper_more a:hover {
	transform: scale(1.2);
}

.template2 .view .swiper-wrapper .swiper-slide .swiper_right .swiper_more a {
	color: #999;
}

.template2 .zyyw_mob {
	display: none;
}

.template2 .zyyw {
	display: none;
}

.template2 .zyyw_mob .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.template2 .zyyw_mob .swiper-pagination1 {
	position: absolute;
	background-color: #f3f6fa;
	padding: 0 0.4rem;
	top: 0;
	display: none;
	z-index: 99;
	padding-top: 0.5rem;
}

.template2 .zyyw_mob .swiper-pagination1 .swiper-pagination-bullet {
	width: 49%;
	float: left;
	margin: 0 !important;
	border-radius: 0;
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 0.3rem;
	text-align: left;
	color: #333333;
	height: 0.92rem;
	line-height: 0.92rem;
	opacity: 1;
	background-color: transparent;
	margin-right: 2% !important;
}

.template2 .zyyw_mob .swiper-pagination1 .swiper-pagination-bullet:nth-child(2n) {
	margin-right: 0 !important;
}

.template2 .zyyw_mob .swiper-pagination1 .swiper-pagination-bullet i {
	width: 0.4rem;
	height: 0.4rem;
	display: inline-block;
	background-size: contain;
	margin-right: 0.1rem;
	vertical-align: middle;
}

.template2 .zyyw_mob .swiper-button-prev {
	background: url(mob_zjyw_left.png) no-repeat;
	width: 0.5rem;
	height: 1.13rem;
	background-size: contain;
}

.template2 .zyyw_mob .swiper-button-next {
	background: url(mob_zjyw_right.png) no-repeat;
	width: 0.5rem;
	height: 1.13rem;
	background-size: contain;
}

.template2 .zyyw_mob .swiper-button-next,
.zyyw_mob .swiper-container-rtl .swiper-button-prev {
	right: 3px;
}

.template2 .zyyw_mob .swiper-button-prev,
.zyyw_mob .swiper-container-rtl .swiper-button-next {
	left: 3px;
}

.template2 .zyyw_mob .swiper-button-next:after,
.zyyw_mob .swiper-button-prev:after {
	font-size: 0;
}

.template2 .zyyw_mob .swiper-button-next,
.zyyw_mob .swiper-button-prev {
	top: 28%;
}

.template2 .zyyw_mob .swiper-pagination1 .li_1 i {
	background: url(zjyw_icon_01.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_2 i {
	background: url(zjyw_icon_02.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_3 i {
	background: url(zjyw_icon_03.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_4 i {
	background: url(zjyw_icon_04.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_5 i {
	background: url(zjyw_icon_05.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_6 i {
	background: url(zjyw_icon_06.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_7 i {
	background: url(zjyw_icon_07.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_8 i {
	background: url(zjyw_icon_08.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_9 i {
	background: url(zjyw_icon_09.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_10 i {
	background: url(zjyw_icon_10.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_11 i {
	background: url(zjyw_icon_11.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_12 i {
	background: url(zjyw_icon_12.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_13 i {
	background: url(zjyw_icon_13.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_14 i {
	background: url(zjyw_icon_14.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_15 i {
	background: url(zjyw_icon_15.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_16 i {
	background: url(zjyw_icon_16.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_17 i {
	background: url(zjyw_icon_17.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_18 i {
	background: url(zjyw_icon_18.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_19 i {
	background: url(zjyw_icon_19.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_20 i {
	background: url(zjyw_icon_20.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_21 i {
	background: url(zjyw_icon_21.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_22 i {
	background: url(zjyw_icon_22.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-pagination1 .li_23 i {
	background: url(zjyw_icon_23.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	color: #005BAC;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_1 i {
	background: url(zjyw_icon_on_01.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_2 i {
	background: url(zjyw_icon_on_02.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_3 i {
	background: url(zjyw_icon_on_03.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_4 i {
	background: url(zjyw_icon_on_04.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_5 i {
	background: url(zjyw_icon_on_05.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_6 i {
	background: url(zjyw_icon_on_06.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_7 i {
	background: url(zjyw_icon_on_07.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_8 i {
	background: url(zjyw_icon_on_08.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_9 i {
	background: url(zjyw_icon_on_09.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_10 i {
	background: url(zjyw_icon_on_10.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_11 i {
	background: url(zjyw_icon_on_11.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_12 i {
	background: url(zjyw_icon_on_12.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_13 i {
	background: url(zjyw_icon_on_13.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_14 i {
	background: url(zjyw_icon_on_14.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_15 i {
	background: url(zjyw_icon_on_15.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_16 i {
	background: url(zjyw_icon_on_16.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_17 i {
	background: url(zjyw_icon_on_17.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_18 i {
	background: url(zjyw_icon_on_18.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_19 i {
	background: url(zjyw_icon_on_19.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_20 i {
	background: url(zjyw_icon_on_20.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_21 i {
	background: url(zjyw_icon_on_21.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_22 i {
	background: url(zjyw_icon_on_22.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active.li_23 i {
	background: url(zjyw_icon_on_23.png) no-repeat left;
}

.template2 .zyyw_mob .swiper-slide {
	text-align: inherit;
	font-size: 18px;
	background: transparent;
	width: 100%;
	display: inline-block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.template2 .zyyw_mob {
	width: 100%;
	background: url(mob_zjyw_bg.jpg) no-repeat bottom;
	min-height: 13rem;
}

.template2 .zyyw_mob .mob_zjyw_title {
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 0.4rem;
	text-align: left;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 0 0.5rem;
	margin: 0.5rem 0 0.38rem;
}

.template2 .mob_zjyw_img {
	width: 100%;
	display: inline-block;
	padding: 0 0.5rem;
}

.template2 .mob_zjyw_img img {
	width: 100%;
}

.template2 .zyyw_mob .mob_zjyw_cont {
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 0.24rem;
	line-height: 0.42rem;
	padding: 0 0.5rem;
	text-align: justify;
	color: #fff;
	display: inline-block;
	width: 100%;
}

.template2 .zyyw_mob .mob_zjyw_more {
	text-align: center;
	width: 2.1rem;
	padding: 0 0.5rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: transparent;
	border: 0.5px solid #fff;
	display: inline-block;
	color: #fff;
	font-size: 0.19rem;
	margin: 0.5rem 0 0.6rem;
	margin-left: 0.5rem;
}

.template2 .zyyw_mob .mob_zjyw_more a {
	color: #fff;
}

.template2 .zyyw_mob .zyyw_mob_nav {
	width: 2.7rem;
	margin-right: 0.5rem;
	height: 0.71rem;
	line-height: 0.71rem;
	border-radius: 0.1rem;
	background: #ffffff1f;
	text-align: center;
	float: right;
	font-size: 0.3rem;
	color: #fff;
	margin: 0.38rem 0 0.33rem;
	margin-right: 0.5rem;
}

.template2 .zyyw_mob .zyyw_mob_nav img {
	width: 0.3rem;
	height: 0.17rem;
	display: inline-block;
}


@media screen and (max-width:768px) {
	.template2 .view .swiper-wrapper .swiper-slide .swiper_left {
		width: 100%;
		float: left;
		overflow: hidden;
		height: auto;
	}

	.template2 .view {
		width: 100%;
		float: left;
	}

	.template2 .zjyw {
		padding: 0 0.5rem;
		display: none;
	}

	.template2 .zjyw .news_title {
		font-size: 0.44rem;
		line-height: 0.59rem;
		height: 0.59rem;
		margin-top: 0.6rem;
	}

	.template2 .zjyw .news_des {
		font-size: 0.24rem;
		line-height: 0.31rem;
		height: auto;
		margin-top: 0.3rem;
		margin-bottom: 0.4rem;
	}

	.template2 .zyyw_mob {
		display: inline-block;
	}

	.template2 .zyyw {
		background: #f3f6fa;
		display: inline-block;
		width: 100%;
	}

	.template2 .zyyw .news_title {
		font-family: "微软雅黑";
		font-weight: 700;
		font-size: 36px;
		line-height: 47px;
		height: 47px;
		color: #333;
		margin-top: 40px;
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	.template2 .zyyw .news_des {
		font-weight: 400;
		font-size: 16px;
		line-height: 21px;
		height: 21px;
		margin-top: 16px;
		margin-bottom: 52px;
		text-align: center;
		color: #666;
	}

	.template2 .zyyw .zyyw_bg {
		background: #f3f6fa url(zyyw_bg.png) no-repeat;
		height: 478px;
	}

	.template2 .zyyw .news_title {
		font-size: 0.44rem;
		line-height: 0.6rem;
		height: 0.6rem;
		margin-top: 0.3rem;
	}

	.template2 .zyyw .news_des {
		font-size: 0.24rem;
		line-height: 0.31rem;
		height: 0.31rem;
		margin-top: 0.15rem;
		margin-bottom: 0rem;
	}

	.template2 .zyyw {
		margin-top: 0.6rem;
	}

	.template2 .zyyw .zyyw_bg {
		display: none;
	}

	.template2 .zyyw {
		padding-bottom: 0.39rem;
	}

}



/* 友情链接 */
/* .friendLink {height:67px;line-height:67px;}
.friendLink .friendLeft {font-family:"微软雅黑";font-weight:700;font-size:18px;height:67px;line-height:67px;text-align:left;color:#333;}
.friendLink .txtMarquee-left{ width:1100px;  position:relative; margin-top: 25px;margin-left: 17px;}
.friendLink .txtMarquee-left .hd{  height:21px; position: absolute;width: 100%;  }
.friendLink .txtMarquee-left .hd .prev,
.friendLink .txtMarquee-left .hd .next{ display:block;  width:10px; height:19px; float:right;  overflow:hidden; cursor:pointer;margin-top: 2px;}
.friendLink .txtMarquee-left .hd .next{ background:url(icon1_l.png) no-repeat;left: -20px;position: absolute; }
.friendLink .txtMarquee-left .hd .prev{ background:url(icon1_r.png) no-repeat; right: 0px;position: absolute; }
.friendLink .txtMarquee-left .bd .tempWrap{ width:1075px !important; }
.friendLink .txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.friendLink .txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:21px; line-height:21px;  text-align:left; _display:inline; width:auto !important;  }
.friendLink .txtMarquee-left .bd ul li span{ color:#999;  }
@media screen and (max-width:768px){
  .friendLink{display: none;}
} */


/* 通用底部 */
/* .footer {background:#014fa4;overflow:hidden;}
.footer .footer_left {margin-top:17px;width:348px;border-right:1px solid #fff;border-color:rgba(255,255,255,0.3);float:left;overflow:hidden;margin-bottom:45px;}
.footer .footer_left .footer_logo {padding-top:13px;margin-left:18px;margin-bottom:32px;}
.footer_right {float:left;overflow:hidden;margin-top:30px;}
.footer_right dl {float:left;margin-left:75px;}
.footer_right dl dt {font-family:"微软雅黑";font-weight:400;font-size:18px;line-height:24px;text-align:left;color:#fff;margin-bottom:8px;}
.footer_right dl dd {height:32px;font-family:"微软雅黑";font-weight:400;font-size:16px;line-height:32px;text-align:left;opacity:0.4;}
.footer_right dl dd a {color:#fff;}
.footer_line {height:1px;background:#4e84c0;width:100%;}
.footer_bottom {overflow:hidden;}
.footer_mob {display:none;}
.footer_bottom .footer_bottom_left {margin:20px 0;float:left;}
.footer_bottom .footer_bottom_left p {margin-top:11px;height:21px;line-height:21px;font-family:"微软雅黑";font-weight:400;font-size:16px;}
.footer_bottom .footer_bottom_left p span { text-align:left;color:#fff;opacity:0.6;}
.footer_bottom .footer_bottom_left p img {opacity:1;margin-right:7px;}
.footer_bottom .footer_bottom_left p a {color:#fff;opacity:0.6;}
.footer_bottom .footer_bottom_left p a:hover {text-decoration:underline;}
.footer_bottom .footer_bottom_left p:first-child {margin-top:0;}
.footer_bottom_right {float:right;margin-top:20px;}
.footer_bottom_right {font-family:"微软雅黑";font-weight:400;font-size:16px;line-height:21px;height:21px; color:#fff;opacity:0.6;}
.footer_bottom_right a {color:#fff;opacity:0.6;}
.footer_bottom_right a:hover {text-decoration:underline;color:#fff;}
.footer_bottom_right span {padding:0 10px;} */

/* mob */
@media screen and (max-width:768px) {


	.gyzj {
		margin: 0 0.3rem;
	}

	body {
		font-size: 0.26rem !important;
	}

	.top {
		display: none;
	}

	.core {
		width: 100% !important;
	}






	.gyzj .news_title {
		font-size: 0.44rem;
		line-height: 0.59rem;
		height: 0.59rem;
		margin-top: 0.6rem;
	}

	.gyzj .news_des {
		font-size: 0.24rem;
		line-height: 0.31rem;
		height: auto;
		margin-top: 0.3rem;
	}




	/* footer */
	.footer {
		display: inline-block !important;
		width: 100%;
	}

	.footer .footer_left {
		margin-top: 0.44rem;
		width: 100%;
		text-align: center;
		margin-bottom: 0.4rem;
	}

	.footer_erCode .erCodeLeft .ercode_img,
	.footer_erCode .erCodeRight .ercode_img {
		height: 1.2rem;
	}

	.footer_erCode .erCodeLeft,
	.footer_erCode .erCodeRight {
		height: auto;
		width: 1.2rem;
	}

	.footer_erCode .erCodeLeft .ercode_img img,
	.footer_erCode .erCodeRight .ercode_img img {
		width: 100%;
		height: auto;
	}

	.footer .footer_left .footer_logo {
		padding-top: 0;
		margin-left: 0;
		margin-bottom: 0.46rem;
	}

	.footer .footer_left .footer_logo img {
		width: 3.95rem !important;
		height: 0.75rem !important;
	}

	.footer_erCode .ercode_text {
		font-size: 0.22rem;
		height: 0.29rem;
		line-height: 0.29rem;
		margin-top: 0.1rem;
	}

	.footer_erCode .erCodeLeft {
		margin-left: 2.2rem;
	}

	.footer_erCode .erCodeRight {
		margin-left: 0.65rem;
	}

	.footer_right {
		display: none;
	}

	.footer_bottom .footer_bottom_left p {
		margin-top: 0.4rem;
		height: auto;
		line-height: 0.4rem;
		font-size: 0.2rem;
	}

	.footer_line {
		display: none;
	}

	.footer_bottom {
		display: none;
	}

	.footer_bottom .footer_bottom_left {
		margin: 0.2rem 0;
	}

	.footer_mob {
		display: inline-block;
		width: 100%;
	}

	.footer_mob p {
		font-size: 0.2rem;
		line-height: 0.4rem;
		text-align: center;
		color: #99b8da;
	}

	.footer_mob p a {
		color: #99b8da;
	}

	.footer {
		padding-bottom: 0.6rem;
	}

	.footer_mob .lianjie {
		margin-top: 0.2rem;
	}

	.top_mob_line {
		width: 100%;
		width: 100%;
		height: 0.06rem;
		background: #005bac;
	}

	.top_mob {
		display: inline-block;
		width: 100%;
	}

	.top_line {
		width: 100%;
		height: 0.06rem;
		background: #005bac;
	}

	.top_mob {
		height: 1.22rem;
		line-height: 1.22rem;
	}

	.top_mob .logo {
		display: inline;
		margin-left: 0.2rem;
		float: left;
	}

	.top_mob .logo img {
		width: 3.72rem;
		height: auto;
	}

	.top_mob .mob_zjzq {
		margin-left: 0.44rem;
		display: inline;
		float: left;
		font-size: 0.34rem;
	}

	.top_mob .mob_zjzq img {
		transform: rotate(0deg);
		width: 0.2rem;
	}

	.top_mob .mob_search {
		display: inline;
		margin-right: 0.2rem;
		float: right;
	}

	.top_mob .mob_search img {
		width: 0.4rem;
		height: 0.4rem;
	}

	.top_mob .mob_meau {
		display: inline;
		float: right;
		margin-right: 0.2rem;
	}

	.top_mob .mob_meau img {
		width: 0.4rem;
		height: 0.4rem;
	}

	.top1 {
		height: 1.22rem !important;
	}

	.tob_mob_wrap {
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 999;
		background: #fff;
	}

	.jtzq_wrap {
		top: 1.22rem !important;
	}

	.jtzq_wrap .jtzq_core {
		left: 0;
		margin-left: 0;
		width: 100%;
		padding: 0 0.1rem;
	}

	body .jtzq_wrap .jtzq_title .jtzq_left {
		width: 80% !important;
	}

	body .jtzq_wrap .jtzq_title .jtzq_left ul {
		margin-right: 0.35rem;
	}

	body .jtzq_wrap .jtzq_title:first-child {
		margin-top: 0.3rem;
	}

	body .jtzq_wrap .jtzq_title {
		height: auto;
		margin-top: 0.2rem;
	}

	body .jtzq_wrap .jtzq_title .jtzq_right {
		float: left;
		width: 1.3rem;
		height: 0.76rem;
		line-height: 0.76rem;
		background-size: contain;
		font-family: '微软雅黑';
		font-weight: 700;
		font-size: 0.26rem;
		text-align: center;
		color: #fff;
		background: url(jtzq.png) no-repeat;
		background-size: contain;
		margin-top: .14rem;
	}

	body .jtzq_wrap .jtzq_title .jtzq_left ul li {
		min-width: 1.2rem;
		padding: 0 0.1rem;
		height: auto;
		line-height: 0.76rem;
		margin-left: 0.1rem;
		margin-top: .14rem;
		font-size: 0.24rem;
		border-radius: 0.05rem;
	}

	body .jtzq_wrap .jtzq_title .jtzq_left ul li:last-child {
		margin-bottom: .14rem;
	}

	body .jtzq_wrap .jtzq_title .jtzq_left ul {
		margin-right: 0.2rem;
	}

	body .jtzq_wrap .jtzq_title i {
		padding-left: 0.1rem;
	}

	body .jtzq_wrap .jtzq_title1 .jtzq_right {
		padding-top: 0;
	}

	body .jtzq_wrap .mob_line2 .jtzq_right {
		padding-top: 0;
		line-height: 0.3rem !important;
		font-size: 0.24rem !important;
		padding-top: 0.08rem !important;
	}

	body .jtzq_wrap .jtzq_line3 .jtzq_right .right_lineH {
		margin-top: 0;
	}

	body .jtzq_wrap .jtzq_title .jtzq_left ul li.col2 {
		min-width: auto !important;
	}

	body .jtzq_wrap .jtzq_line2 .jtzq_right .right_lineH {
		margin-top: 0;
	}

	body .jtzq_wrap .jtzq_line3 .jtzq_left ul {
		height: auto;
	}

	body .jtzq_wrap .jtzq_last .jtzq_left {
		padding-bottom: 1rem;
	}

	body .jtzq_wrap .jtzq_last .jtzq_left ul {
		padding-bottom: 1rem;
	}

	.top_nav {
		display: inline !important;
	}


	/* nav  mob */
	.mob_nav {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		background-color: #eee;
		padding: 0.2rem;
		display: none;
	}

	.nav-list-head .nav-close {
		position: absolute;
		top: 0.3rem;
		right: 0.3rem;
		height: 0.5rem;
		line-height: 0.5rem;
		width: 0.5rem;
		z-index: 2;
		overflow: hidden;
		font-size: 0.5rem;
		text-align: center;
	}

	.mob_nav ul h2 {
		margin-bottom: 0.2rem;
	}

	.mob_nav ul li {
		float: left;
		width: 100%;
	}


	.mob_nav ul li a {
		font-size: 0.36rem;
		margin: 0.15rem auto;
		font-weight: normal;
		display: inline-block;
	}

	.mob_nav ul .xiala {
		overflow: hidden;
		float: left;
	}

	.mob_nav ul .xiala a {
		width: 1.66rem;
		font-size: 0.26rem;
		line-height: 0.6rem;
		/* margin: 0.2rem auto; */
		font-weight: normal;
		background-color: #fff;
		margin-right: 0.1rem;
		margin-bottom: 0.1rem;
		padding: 0 0rem;
		display: inline-block;
		text-align: center;
		float: left;
	}

	.mob_nav ul .xiala a.width34 {
		width: 3.4rem;
	}


}