@charset "utf-8";



@font-face {

	font-family: 'COND';

	src: url('../font/AKZIDENZGROTESK-COND.OTF');

}



body {

	margin: 0px;

	font-size: 14px;

	color: #444;

	font-family: "微软雅黑";

	background: #ffffff;

}



* {

	padding: 0px;

	margin: 0px;

	box-sizing: border-box;

}



body,

ul,

ol,

dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6,

h7,

p,

i,

b,

em,

span,

form,

fieldset,

legend,

input,

textarea,

select,

button,

th,

td {

	margin: 0;

	padding: 0;

	font-style: normal;

}



h1,

h2,

h3,

h4,

h5,

h6,

h7 {

	list-style: none;

	font-weight: normal;

}



input,

select,

button {

	font-size: 12px;

	border: 0;

	background: none;

	outline: none;

	vertical-align: middle;

}



button {

	overflow: visible

}



img {

	border: none;

	vertical-align: middle;

}



img {

	image-rendering: -moz-crisp-edges;

	/* Firefox */

	image-rendering: -o-crisp-edges;

	/* Opera */

	image-rendering: -webkit-optimize-contrast;

	/*Webkit (non-standard naming) */

	image-rendering: crisp-edges;



-ms-interpolation-mode: nearest-neighbor;

	/* IE (non-standard property) */

}



li {

	list-style: none;

}



a {

	color: #444;

	text-decoration: none;

}



a:hover {

	color: #000;

}



.clear {

	overflow: hidden;

	clear: both;

	height: 0px;

}



.clearfix:after {

	content: '';

	display: block;

	clear: both;

	height: 0;

	visibility: hidden;

}



.clearfix {

	/*兼容 IE*/

	zoom: 1;

}



::-webkit-scrollbar {

	width: 5px;

}



::-webkit-scrollbar-track {

	background-color: #666;

}



::-webkit-scrollbar-thumb {

	background-color: #ddd;

}



::-webkit-scrollbar-thumb:hover {

	background-color: #0fa74b;

}



::-webkit-scrollbar-thumb:active {

	background-color: #0fa74b;

}





.fl {

	float: left;

	display: inline;

}



/* 左浮动 */

.fr {

	float: right;

	display: inline;

}



/* 右浮动 */

.p10 {

	padding: 10px !important

}



.p15 {

	padding: 15px !important

}



.mt0 {

	margin-top: 0 !important;

}



.mt5 {

	margin-top: 5px !important;

}



.mt7 {

	margin-top: 7px !important;

}



.mt10 {

	margin-top: 10px !important;

}



.mt15 {

	margin-top: 15px !important;

}



.mt20 {

	margin-top: 20px !important;

}



.mt25 {

	margin-top: 25px !important;

}



.mt30 {

	margin-top: 30px !important;

}



.mt35 {

	margin-top: 35px !important;

}



.mt40 {

	margin-top: 40px !important;

}



.mt45 {

	margin-top: 45px !important;

}



.mt50 {

	margin-top: 50px !important;

}



.mt55 {

	margin-top: 55px !important;

}



.mt60 {

	margin-top: 60px !important;

}



.mt65 {

	margin-top: 65px !important;

}



.mt70 {

	margin-top: 70px !important;

}



.mt80 {

	margin-top: 80px !important;

}



.ml0 {

	margin-left: 0 !important;

}



.ml10 {

	margin-left: 10px !important;

}



.ml15 {

	margin-left: 15px !important;

}



.mb0 {

	margin-bottom: 0 !important;

}



.mb5 {

	margin-bottom: 5px !important;

}



.mb10 {

	margin-bottom: 10px !important;

}



.mb15 {

	margin-bottom: 15px !important;

}



.mr0 {

	margin-right: 0 !important;

}



.mr10 {

	margin-right: 10px !important;

}



.mr15 {

	margin-right: 15px !important;

}



.f16 {

	font-size: 16px;

}



.f18 {

	font-size: 18px;

}



.f20 {

	font-size: 20px;

}



.f22 {

	font-size: 22px;

}



.f24 {

	font-size: 24px;

}



.f26 {

	font-size: 26px;

}



.f28 {

	font-size: 28px;

}



.f30 {

	font-size: 30px;

}



.f32 {

	font-size: 32px;

}



.f36 {

	font-size: 36px;

}



.f40 {

	font-size: 40px;

}



.f48 {

	font-size: 48px;

}









.con {

	width: 80%;

	margin: 0px auto;

}



@media only screen and (max-width:1440px) {

	.con {

		width: 90%;

		margin: 0px auto;

	}

}



@media only screen and (max-width:995px) {

	.con {

		width: 94%;

		margin: 0px auto;

	}



	.f28 {

		font-size: 22px;

	}

}





.header {

	width: 100%;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 99;

	background: #fff;

}



.header.on {

	background: rgba(255, 255, 255, 0.99);

}



.header .logo {

	width: 450px;

	float: left;

	padding-top: 13px;

}



.header .logo img {

	width: 100%;

	height: auto;

	display: block;

}



.header .yyqh {

	float: right;

	margin-top: 33px;

	font-size: 16px;

	line-height: 31px;

	border-radius: 20px;

	overflow: hidden;

	border: 2px solid #1c74bb;

}



.header .yyqh .zw {

	background: #1c74bb;

	display: inline-block;

	padding: 0px 15px;

	font-size: 16px;

	color: #fff;

}



.header .yyqh .yw {

	background: #fff;

	display: inline-block;

	padding: 0px 15px;

	font-size: 16px;

	color: #1c74bb;

}



.header .dh {

	height: 35px;

	line-height: 35px;

	background: #1c74bb;

	text-align: center;

	font-size: 22px;

	color: #fff;

	float: right;

	font-family: Arial;

	border-radius: 20px;

	margin-top: 33px;

	margin-right: 20px;

	padding: 0px 20px;

}



.header .dh i {

	font-size: 22px;

	font-weight: bold;

	margin-right: 5px;

}





.header .language {

	float: right;

	height: 32px;

	text-align: center;

	line-height: 32px;

	color: #333;

	margin-top: 35px;

	margin-right: 30px;

	cursor: pointer;

	position: relative;

	z-index: 9;

	font-family: "Arial";

	font-size: 16px;

}



.header.on .language {

	color: #555;

}



.header .language .l_m i {

	display: inline-block;

	vertical-align: middle;

	margin-top: -5px;

	margin-right: 5px;

}



.header .language .x_l {

	width: 120px;

	padding-top: 8px;

	position: absolute;

	left: 50%;

	margin-left: -60px;

	display: none;

}



.header .language .x_l:before {

	width: 0;

	height: 0;

	border-right: 10px solid transparent;

	border-left: 10px solid transparent;

	border-bottom: 8px solid #0e6eb8;

	content: "";

	position: absolute;

	top: 0;

	left: 50%;

	margin-left: -10px;

}



.header .language .x_l ul {

	padding: 5px 15px;

	background-color: #0e6eb8;

}



.header .language .x_l ul li a {

	color: #ddd;

	line-height: 36px;

	display: block;

}



.header .language .x_l ul li a:hover {

	color: #fff;

}









.header.on .an i {

	color: #1c74bb;

}



.header .an {

	position: absolute;

	top: 0;

	right: 3%;

	height: 18px;

	width: 30px;

	display: none;

	margin-top: 24px;

}



.header .an span {

	width: 30px;

	height: 2px;

	background: #1c74bb;

	display: block;

	position: absolute;

	transition: all .5s;

	-o-transition: all .5s;

	-ms-transition: all .5s;

	-moz-transition: all .5s;

	-webkit-transition: all .5s;

}



.header .an span.a1 {

	top: 0;

	left: 0;

}



.header .an span.a2 {

	top: 8px;

	left: 0;

}



.header .an span.a3 {

	top: 16px;

	left: 0;

}



.header .an.n span.a2 {

	display: none;

}



.header .an.n span.a1 {

	top: 8px;

	width: 30px;

	transform: rotate(45deg);

	-o-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

}



.header .an.n span.a3 {

	top: 8px;

	width: 30px;

	transform: rotate(135deg);

	-o-transform: rotate(135deg);

	-ms-transform: rotate(135deg);

	-moz-transform: rotate(135deg);

	-webkit-transform: rotate(135deg);

}





.header .nav {

	float: right;

}



.header .nav i {

	font-size: 18px;

	color: #666;

	line-height: 54px;

	text-align: right;

	position: absolute;

	width: 50%;

	height: 54px;

	right: 0px;

	top: 50%;

	display: none;

	transform: translate(0, -50%);

	-webkit-transform: translate(0, -50%);

	-moz-transform: translate(0, -50%);

	-ms-transform: translate(0, -50%);

	-o-transform: translate(0, -50%);

}



.header .nav ul li {

	margin: 0px;

	line-height: 100px;

	float: left;

	position: relative;

	padding: 0px 45px 0 10px;

	transition: all .5s;

	-o-transition: all .5s;

	-ms-transition: all .5s;

	-moz-transition: all .5s;

	-webkit-transition: all .5s;

	font-size: 16px;

}



.header .nav ul li a {

	font-size: 16px;

}



.header .nav ul li span {

	width: 0;

	height: 2px;

	background: #1c74bb;

	position: absolute;

	left: 50%;

	bottom: 0;

	transition: all .3s;

	-o-transition: all .3s;

	-ms-transition: all .3s;

	-moz-transition: all .3s;

	-webkit-transition: all .3s;

	transform: translate(-50%, 0);

	-webkit-transform: translate(-50%, 0);

	-moz-transform: translate(-50%, 0);

	-ms-transform: translate(-50%, 0);

	-o-transform: translate(-50%, 0);

}



.header .nav ul li:hover span {

	width: 100%;

}



.header .nav ul li.on span {

	width: 100%;

}



.header .nav ul li.on a {

	color: #1c74bb;

}



.header .nav ul li:hover a {

	color: #1c74bb;

}



.nav .y_j {

	position: relative;

}



.nav .e_j {

	min-width: 100%;
	width: max-content;


	background: #fff;

	position: absolute;

	top: 100px;

	left: 0;

	margin-left: -23px;

	display: none;

	z-index: 9999;

	border-radius: 0px 0px 5px 5px;

	overflow: hidden;

}



.header .nav ul li .e_j a {

	display: block;

	font-size: 14px;

	color: #333;

	line-height: 40px;

	font-weight: normal;

	text-align: center;
	padding: 0 5px;

}



.header .nav .e_j a:hover {

	color: #fff;

	background: #1c74bb;

}



.header .nav .e_j {

	display: none !important;

}



.header .nav ul li:hover .e_j {

	display: block !important;

}



@media only screen and (max-width:1660px) {

	.header .logo {

		width: 350px;

		float: left;

		padding-top: 13px;

	}



	.header .dh {

		font-size: 20px;

		width: 160px;

		margin-right: 15px;

	}



	.header .nav ul li {

		padding: 0px 20px 0 5px;

	}

}



@media only screen and (max-width:1440px) {

	.header .logo {

		width: 300px;

		float: left;

		padding-top: 13px;

	}



	.header .dh {

		font-size: 20px;

		width: 160px;

		margin-right: 15px;

	}



	.header .nav ul li {

		padding: 0px 20px 0 5px;

	}

}



@media only screen and (max-width:1280px) {

	.header .logo {

		width: 300px;

		float: left;

		padding-top: 13px;

	}



	.header .nav ul li {

		padding: 0px 12px 0 5px;

	}

}



@media only screen and (max-width:995px) {

	.header {

		padding: 0%;

	}



	.header .logo {

		width: 70%;

		float: left;

		padding: 7px 0px;

	}



	.header .logo img {

		width: 100%;

		height: auto;

	}



	.header .dh {

		display: none

	}



	.header .language {



		margin-top: 18px;

		margin-right: 45px;



		font-size: 14px;

	}







	.header .yyqh {

		margin-top: 18px;

		margin-right: 50px;

		line-height: 25px;

		border: 1px solid #1c74bb;

		background: #1c74bb;

	}



	.header .yyqh .zw {

		font-size: 14px;

		color: #fff;

	}



	.header .yyqh .yw {

		font-size: 14px;

		color: #1c74bb;

	}



	.header .an {

		display: block;

	}



	.header .nav ul {

		width: 100%;

	}



	.header .nav {

		width: 100%;

		padding: 15px 5%;

		height: 100%;

		position: fixed;

		top: 65px;

		margin-top: 0;

		left: -100%;

		z-index: 11;

		overflow: auto;

		background: rgba(255, 255, 255, 0.9);

		transition: all .5s;

		-o-transition: all .5s;

		-ms-transition: all .5s;

		-moz-transition: all .5s;

		-webkit-transition: all .5s;

		z-index: 65;

		margin-left: 0;

	}



	.header .nav.on {

		left: 0;

		margin-top: 0

	}



	.header .nav ul li.on span {

		width: 0%;

	}



	.header .nav ul li:hover span {

		width: 0%;

	}



	.header .nav ul li:hover a {

		color: #1c74bb;

	}



	.header .nav i {

		display: block;

	}



	.header .nav ul li {

		line-height: 50px;

		text-align: left;

		float: none;

		margin: 0;

		padding: 0;

		font-size: 16px;

		color: #333;

		border-bottom: 1px solid #ddd;

	}



	.header .nav ul li a {

		font-size: 16px;

		color: #333;

	}



	.header .nav ul li:after {

		background: rgba(0, 0, 0, 0);

	}



	.header .nav .e_j {

		padding: 0px;

		background: none;

		position: relative;

		top: auto;

		left: auto;

		width: 100%;

		height: auto;

		margin-left: 0px;

		box-sizing: border-box;

		-webkit-box-sizing: border-box;

		-moz-box-sizing: border-box;

		-ms-box-sizing: border-box;

		-o-box-sizing: border-box;

	}



	.header .nav ul li:hover .e_j {

		display: none;

	}



	.header .nav .e_j.n {

		display: block !important;

	}



	.header .nav ul li .e_j a {

		display: block;

		font-size: 14px;

		color: #666;

		margin-left: 0px;

		text-align: left;

	}



	.header .nav ul li .e_j a:hover {

		color: #fff;

		padding: 0 10px;

	}

}











.head_h {

	width: 100%;

	height: 100px;

}



@media only screen and (max-width:1023px) {

	.head_h {

		width: 100%;

		height: 60px;

	}

}











.gallery-top {

	width: 100%;

	position: relative;

}



.gallery-top .swiper-slide img {

	width: 100%;

	height: auto;

	display: block;

}



.gallery-top .swiper-slide .bj {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background: rgba(0, 0, 0, .5);

}



.gallery-top .swiper-slide .wz {

	width: 80%;

	color: #fff;

	position: absolute;

	left: 10%;

	top: 36%;

	text-align: center;

}



.gallery-top .swiper-slide .wz h3 {

	font-size: 52px;

	height: 80px;

	font-weight: 900;

}



.gallery-top .swiper-slide .wz h2 {

	font-size: 24px;

	line-height: 60px;

}



.gallery-top .swiper-slide .wz p {

	font-size: 22px;

	letter-spacing: 1px;

	line-height: 36px;

}



.gallery-top .swiper-slide .wz a {

	background: #1c74bb;

	width: 160px;

	height: 40px;

	line-height: 40px;

	color: #fff;

	display: block;

	text-align: center;

	font-size: 16px;

	margin: 20px auto 0px auto;

}



.gallery-top .swiper-slide .wz i {

	margin-left: 10px;

	font-size: 14px;

}



.gallery-top .swiper-button-next {

	width: 45px;

	height: 45px;

	background: url(../images/h_yj.png) no-repeat;

	right: 20px;

	background-size: 45px 45px;

	-webkit-background-size: 45px 45px;

	-moz-background-size: 45px 45px;

	-ms-background-size: 45px 45px;

	-o-background-size: 45px 45x;

}



.gallery-top .swiper-button-prev {

	width: 45px;

	height: 45px;

	background: url(../images/h_zj.png) no-repeat;

	left: 20px;

	background-size: 45px 45px;

	-webkit-background-size: 45px 45px;

	-moz-background-size: 45px 45px;

	-ms-background-size: 45px 45px;

	-o-background-size: 45px 45x;

}



@media only screen and (max-width:992px) {

	.gallery-top {

		width: 100%;

		position: relative;

		height: 30vh;

	}



	.gallery-top .swiper-slide {

		overflow: hidden;

	}



	.gallery-top .swiper-slide img {

		width: auto;

		height: 30vh;

		position: absolute;

		left: 50%;

		transform: translateX(-50%);

		top: 0;

	}



	.gallery-top .swiper-slide .wz {

		width: 90%;

		color: #fff;

		position: absolute;

		left: 5%;

		top: 36%;

		text-align: center;

	}



	.gallery-top .swiper-slide .wz h3 {

		font-size: 24px;

		height: 30px;

	}



	.gallery-top .swiper-slide .wz h2 {

		font-size: 15px;

		line-height: 20px;

		letter-spacing: 0px;

		padding-top: 15px;

	}



	.gallery-top .swiper-slide .wz a {

		background: #1c74bb;

		width: 120px;

		height: 30px;

		line-height: 30px;

		margin: 10px auto 0px auto;

		display: none;

	}



	.gallery-top .swiper-button-prev {

		display: none;

	}



	.gallery-top .swiper-button-next {

		display: none;

	}

}





.gy_bt {

	width: 100%;

	text-transform: uppercase;

	margin-bottom: 40px;

	text-align: center;

	user-select: none;

}



.gy_bt h3 {

	font-size: 32px;

	line-height: 44px;

	background: url(../images/bt.jpg) no-repeat center bottom;

	padding-bottom: 20px;

}



.gy_bt p {

	font-size: 16px;

	color: #999;

	padding-top: 15px

}



@media only screen and (max-width:992px) {

	.gy_bt {

		margin: 20px 0px;

	}



	.gy_bt h3 {

		font-size: 24px;

		line-height: 44px;

		padding-bottom: 10px;

	}



	.gy_bt p {

		font-size: 14px;

		color: #999;

		padding-top: 10px

	}

}



.mr {

	width: 160px;

	height: 45px;

	line-height: 45px;

	text-align: center;

	color: #fff;

	font-size: 16px;

	margin: 20px auto;

	background: #1c74bb;

}



.mr a {

	color: #fff;

	font-size: 16px;

}



.mr i {

	margin-left: 10px;

}











/*解决方案*/

.solution-wrap {

	width: 100%;

	margin: 60px auto;

}



.solution-cont {

	width: 80%;

	margin: 0px auto;

}



.solution-img {

	width: 24%;

	height: auto;

	margin: 0 0.5% 1% 0.5%;

	position: relative;

	overflow: hidden;

}



.solution-img .img-box1 {

	width: 100%;

	height: 350px;

	overflow: hidden;

}



.solution-img .img-box1 img {

	object-fit: cover;

	width: 100%;

	height: 100%;

}



.solution-img>p {

	width: 100%;

	text-align: center;

	position: absolute;

	bottom: 0;

	left: 0;

	z-index: 3;

	color: #fff;

	font-size: 20px;

	background-color: rgba(0, 0, 0, .5);

	padding: 15px 0px;

}



.solution-img .mask {

	width: 91.5619%;

	height: 86.8%;

	background-color: rgba(28, 116, 187, .8);

	position: absolute;

	left: 4.219%;

	top: 8%;

	z-index: 9;

	text-align: center;

	color: #fff;

	display: none;

}



.solution-img .mask h3 {

	font-weight: 400;

	font-size: 24px;

	padding: 10% 0 2%;

	position: relative;

}



.solution-img .mask h3:before {

	content: '';

	display: block;

	width: 26px;

	height: 1px;

	background-color: #fff;

	position: absolute;

	bottom: 0;

	left: 50%;

	margin-left: -13px;

}



.solution-img .mask>p {

	width: 80%;

	height: 66px;

	line-height: 22px;

	margin: 5% auto 5%;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;

}



.solution-img .mask .links {

	width: 70%;

	margin: 0 auto;

	overflow: hidden;

}



.solution-img .links a {

	display: block;

	float: left;

	width: 50%;

	padding: 5% 0;

	color: #fff;

	background: #1c74bb;

}



.solution-img .links a.shipin {

	background-color: #fff;

	color: #1c74bb;

}



@media only screen and (max-width:1440px) {

	.solution-cont {

		width: 90%;

		margin: 40px auto 0;

	}



	.solution-img .links a {

		padding: 3% 0;

	}



	.solution-img .img-box1 {

		width: 100%;

		height: 250px;

	}



	.solution-img .mask>p {

		width: 80%;

	}

}



@media only screen and (max-width:992px) {

	.solution-wrap {

		width: 100%;

		margin: 30px auto 0px auto;

	}



	.solution-cont {

		width: 94%;

		margin: 20px auto 0;

	}



	.solution-img {

		width: 100%;

		height: auto;

		margin: 0 0 2% 0%;

	}



	.solution-img .img-box1 {

		width: 100%;

		height: 250px;

	}



	.solution-img .mask {

		top: 7%;

	}



	.solution-img .mask h3 {

		font-size: 20px;

		padding: 5% 0 2%;

		position: relative;

	}

}







/*核心优势*/

.core-wrap {

	width: 80%;

	margin: 60px auto 0px auto;

}



.core-box {

	width: 100%;

	margin: 0px auto 60px auto;

	height: 250px;

	border: solid 1px #dddddd;

}



.core-box .infos {

	width: 25%;

	height: 250px;

	text-align: center;

	color: #333;

	border-left: solid 1px #ddd;

	position: relative;

}



.core-box .infos .txts {

	width: 100%;

	height: 100%;

	position: relative;

	z-index: 9;

}



.core-box .infos h3 {

	font-size: 24px;

	padding: 20px 0 20px;

}



.core-box .infos em {

	font-family: Arial;

	font-size: 16px;

	line-height: 40px;

}



.core-box .infos p {

	width: 80%;

	margin: 0 auto;

	line-height: 24px;

	color: #999;

}



.core-box .infos i {

	font-size: 45px;

	display: block;

	color: #1c74bb;

	padding: 40px 0px 0px 0px;

}



.core-box .infos a {

	width: 185px;

	height: 60px;

	background-color: #fff;

	border-radius: 5px;

	line-height: 60px;

	position: absolute;

	bottom: 60px;

	left: 50%;

	margin-left: -120px;

	color: #1c74bb;

	font-size: 16px;

	padding-left: 55px;

	text-align: left;

	display: none;

}



.core-box .infos a:before {

	content: '';

	display: block;

	width: 19px;

	height: 10px;

	background: url(../images/icons.png) no-repeat -28px -44px;

	position: absolute;

	right: 55px;

	top: 25px;

	z-index: 2;

}



.core-box .infos .bg {

	width: 100%;

	height: 290px;

	background-color: #1c74bb;

	position: absolute;

	left: 0;

	top: -16px;

	z-index: 0;

	display: none;

}



.core-box .infos:hover {

	z-index: 9;

}



.core-box .infos:hover,

.core-box .infos:hover p {

	color: #fff;

}



.core-box .infos:hover i {

	color: #fff;

}



.core-box .infos:hover a,

.core-box .infos:hover .bg {

	display: block;

}



@media only screen and (max-width:1440px) {

	.core-wrap {

		width: 90%;

		margin: 60px auto 0px auto;

	}

}



@media only screen and (max-width:992px) {

	.core-wrap {

		width: 94%;

		margin: 30px auto;

	}



	.core-box .infos {

		width: 100%;

		height: 240px;

		border: solid 1px #ddd;

	}



	.core-box {

		width: 100%;

		margin: 30px auto;

		height: 240px;

		border: solid 0px #dddddd;

	}



	.core-box .infos h3 {

		font-size: 24px;

		padding: 20px 0 15px;

	}



	.core-box .infos .bg {

		width: 100%;

		height: 260px;

	}

}







.sy_yz {

	width: 100%;

	background: #f6f6f6;

	padding: 60px 0px;

}



.sy_yz ul li {

	width: 15.5%;

	float: left;

	background: #fff;

	text-align: center;

	padding: 15px;

	margin: 0 1.16% 1.16% 0;

}



.sy_yz ul li:nth-child(6n) {

	margin-right: 0;

}



.sy_yz ul li .tp {

	width: 80px;

	height: 80px;

	border-radius: 100px;

	overflow: hidden;

	margin: 0px auto;

	box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);

	border: 1px solid #ddd;

}



.sy_yz ul li .tp img {

	object-fit: cover;

	width: 100%;

	height: 100%;

}



.sy_yz ul li h3 {

	font-size: 18px;

	line-height: 60px;

	font-weight: bold;

}



.sy_yz ul li p {

	font-size: 14px;

	text-align: center;

	color: #999;

}



.sy_yz ul li:hover {

	box-shadow: 2px 2px 10px rgba(11, 156, 149, .4), -2px -2px 10px rgba(11, 156, 149, .4);

}



.sy_yz ul li:nth-child(12) {

	height: 208px;

}



.sy_yz ul li:nth-child(12) h3 {

	margin-top: 40px;

}



@media only screen and (max-width:992px) {

	.sy_yz {

		padding: 10px 0px;

	}



	.sy_yz ul li {

		width: 48%;

		float: left;

		background: #fff;

		text-align: center;

		padding: 15px;

		margin: 0 4% 4% 0;

	}



	.sy_yz ul li:nth-child(2n) {

		margin-right: 0;

	}



	.sy_yz ul li:nth-child(12) {

		height: 228px;

	}

}





.sy_hf {

	width: 100%;

	padding: 160px 0px;

	color: #fff;

	text-align: center;

}



.sy_hf h2 {

	font-size: 48px;

	font-weight: bold;

	line-height: 50px;

	padding-bottom: 25px;

}



.sy_hf p {

	font-size: 18px;

	width: 80%;

	margin: 0px auto;

	line-height: 34px;

}



@media only screen and (max-width:995px) {

	.sy_hf {

		width: 100%;

		padding: 60px 0px;

	}



	.sy_hf h2 {

		font-size: 24px;

		line-height: 26px;

		padding-bottom: 15px;

	}



	.sy_hf p {

		font-size: 14px;

		width: 94%;

		margin: 0px auto;

		line-height: 26px;

	}

}





.counter {

	overflow: hidden;

	text-align: center;

	position: relative;

	width: 80%;

	margin: 80px auto 0px auto;

}



.counter ul li {

	width: 25%;

	transition: all 0.3s;

	float: left;

	position: relative;

	text-align: center;

}



.counter ul li:after {

	content: "";

	position: absolute;

	right: 0;

	top: 50%;

	margin-top: -24px;

	height: 48px;

	width: 1px;

	background: #e6e6e6;

}



.counter ul li:last-child:after {

	width: 0;

}



.counter ul li:last-child {

	margin-right: 0;

	padding-right: 0;

}



.counter ul li .txts2 {}



.counter ul li .nums {

	overflow: hidden;

	color: #333;

	line-height: 1;

}



.counter span {

	display: inline-block;

	vertical-align: top;

	overflow: hidden;

	color: #fff;

	font-weight: bold;

	font-family: Arial;

	font-size: 70px;

}



.counter label {

	display: inline-block;

	vertical-align: bottom;

	margin-top: -5%;

	line-height: 2;

	font-weight: 500;

	font-size: 22px;

	color: #fff;

}



.counter .h6 {

	font-weight: normal;

	font-size: 20px;

	overflow: hidden;

	font-weight: bold;

	white-space: nowrap;

	text-overflow: ellipsis;

	margin-top: 2px;

	margin-bottom: 6px;

	color: #fff;

}



.counter ul li:hover {

	-webkit-transform: translate3d(0, -2px, 0);

	transform: translate3d(0, -2px, 0);

}



@media only screen and (max-width:1440px) {

	.f36 {

		font-size: 22px;

	}



	.counter {

		padding: 40px 0px;

	}



	.counter ul li {}



	.counter span {

		font-size: 50px;

	}

}



@media only screen and (max-width:992px) {

	.counter {

		width: 100%;

		margin: 20px auto 0px auto;

	}



	.counter ul li:after {

		width: 0px;

	}



	.counter ul li {

		width: 50%;

		margin-bottom: 5%;

	}



	.counter .h6 {

		font-weight: normal;

	}

}



.ry_zz {

	width: 100%;

	margin: 80px auto;

	background: #f6f6f6;

	padding: 120px 0px 70px 0px;

}



.zzz {

	width: 90%;

	margin: 0px auto;

	position: relative;

}



.zzz .ziyuan1 {

	width: 90%;

	margin: 40px auto;

}



.zzz .ziyuan1 .swiper-slide {

	position: relative;

	background: #fff;

	border-radius: 10px;

}



.zzz .ziyuan1 .swiper-slide i {

	display: block;

	width: 100%;

	padding-bottom: 100%;

}



.zzz .ziyuan1 .swiper-slide .tp {

	width: 100%;

	height: auto;

	overflow: hidden;

}



.zzz .ziyuan1 .swiper-slide img {

	width: 100%;

	height: auto;

	overflow: hidden;

}



.zzz .ziyuan1 .swiper-slide .wz {

	padding: 10px 20px;

	z-index: 19;

	width: 100%;

}



.zzz .ziyuan1 .swiper-slide h1 {

	display: block;

	font-size: 18px;

	color: #333;

	font-weight: bold;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	text-align: center;

	line-height: 50px;

}



.zzz .ziyuan1 .swiper-slide h2 {

	font-size: 14px;

	color: #0e6eb8;

}



.zzz .ziyuan1 .swiper-slide h2 a {

	font-size: 14px;

	color: #0e6eb8;

}



.zzz .ziyuan1 .swiper-slide p {

	font-size: 14px;

	color: #666666;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;

}



.zzz .ziyuan1 .swiper-slide:hover img {

	-webkit-transform: scale(1.07);

	-moz-transform: scale(1.07);

	-o-transform: scale(1.07);

	-ms-transform: scale(1.07);

	transform: scale(1.07);

	-webkit-transition: all 2s;

	-moz-transition: all 2s;

	transition: all 2s;

}



.zzz .swiper-button-next {

	width: 29px;

	height: 48px;

	background: url(../images/right.png) no-repeat;

	right: 0;

	margin-top: -50px;

	background-size: 29px 48px;

}



.zzz .swiper-button-prev {

	width: 29px;

	height: 48px;

	background: url(../images/left.png) no-repeat;

	left: 0;

	margin-top: -50px;

	background-size: 29px 48px;

}



@media only screen and (max-width:1440px) {

	.zzz {

		width: 90%;

		margin: 0px auto;

		position: relative;

	}

}



@media only screen and (max-width:992px) {

	.ry_zz {

		padding: 50px 0px 30px 0px;

	}



	.zzz {

		width: 94%;

		margin: 0px auto;

		position: relative;

	}



	.zzz .ziyuan1 {

		width: 100%;

		margin: 20px auto;

	}



	.zzz .ziyuan1 .swiper-slide .wz {

		padding: 10px;

		text-align: left;

		width: 90%;

	}



	.zzz .ziyuan1 .swiper-slide h1 {

		display: block;

		font-size: 16px;

		line-height: 30px

	}



	.zzz .ziyuan1 .swiper-slide h2 {

		font-size: 14px;

	}



	.zzz .ziyuan1 .swiper-slide h2 a {

		font-size: 14px;

	}



	.zzz .ziyuan1 .swiper-slide p {

		font-size: 12px;

		display: -webkit-box;

		-webkit-box-orient: vertical;

		-webkit-line-clamp: 2;

		overflow: hidden;

	}



	.zzz .swiper-button-next {

		display: none;

	}



	.zzz .swiper-button-prev {

		display: none;

	}

}













.sy_xww {

	width: 100%;

	margin: 60px auto;

}



.sy_xww .zcl {

	width: 48%;

	float: left;

	overflow: hidden;

}



.sy_xww .ycl {

	width: 48%;

	float: right;

	overflow: hidden;

}



.sy_xww h1 {

	height: 50px;

	line-height: 50px;

	color: #094783;

	font-size: 22px;

	font-weight: bold;

	border-bottom: 2px solid #094783;

	text-align: left;

	margin-bottom: 20px;

}



.sy_xww h1 span {

	float: right;

	color: #fff;

}



.sy_xww h1 span a {

	color: #333;

	font-size: 14px;

}



.sy_xww ul {}



.sy_xww ul li {

	font-size: 16px;

	line-height: 40px;

	color: #333;

}



.sy_xww ul li a {

	font-size: 16px;

	color: #333;

}



.sy_xww ul li a:hover {

	color: #094783;

	text-decoration: underline;

}



.sy_xww ul li font {

	font-size: 14px;

	color: #666;

	float: right;

}



@media only screen and (max-width:992px) {

	.sy_xww {

		width: 100%;

		margin: 30px auto;

	}



	.sy_xww .zcl {

		width: 100%;

		float: none;

		overflow: hidden;

	}



	.sy_xww .ycl {

		width: 100%;

		float: none;

		overflow: hidden;

	}



	.sy_xww h1 {

		font-size: 18px;

	}

}





.sy_xw {

	width: 100%;

	margin: 0px auto;

	background: #f6f6f6;

	padding: 80px 0px;

}



.sy_xw .zc {

	width: 40%;

	float: left;

	height: 380px;

	position: relative;

}



.sy_xw .zc img {

	object-fit: cover;

	width: 100%;

	height: 100%;

}



.sy_xw .zc span {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 50px;

	line-height: 50px;

	padding: 0px 15px;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	background: rgba(0, 0, 0, .5);

	font-size: 16px;

	color: #fff;

}



.sy_xw .yc {

	width: 55%;

	float: right;

}



.sy_xw .yc ul {

	margin: 0px auto;

}



.sy_xw .yc ul li {

	padding: 25px 0px;

	border-bottom: 1px solid #ddd;

}



.sy_xw .yc ul li:first-child {

	padding-top: 0;

}



.sy_xw .yc ul li .tp {

	width: 25%;

	float: right;

	height: 110px;

	overflow: hidden;

}



.sy_xw .yc ul li .tp img {

	object-fit: cover;

	width: 100%;

	height: 100%;

}



.sy_xw .yc ul li .wz {

	float: left;

	width: 70%;

}



.sy_xw .yc ul li .wz h4 {

	font-size: 18px;

	height: 35px;

}



.sy_xw .yc ul li .wz p {

	font-size: 14px;

	line-height: 24px;

	margin-top: 10px;

	color: #666;

	height: 48px;

	overflow: hidden;

}



@media only screen and (max-width:1440px) {

	.sy_xw {

		width: 100%;

	}

}



@media only screen and (max-width:992px) {

	.sy_xw {

		width: 100%;

		padding: 40px 0px;

	}



	.sy_xw .zc {

		width: 100%;

		float: none;

		height: 300px;

		position: relative;

	}



	.sy_xw .yc {

		width: 100%;

		float: none;

		margin-top: 40px;

	}



	.sy_xw .yc h2 {

		font-size: 30px;

	}



	.sy_xw .yc h2 i {

		width: 40px;

		height: 4px;

		margin: 15px 10px 0px 0px;

	}



	.sy_xw .yc ul {

		margin-bottom: 20px;

	}



	.sy_xw .yc ul li {

		padding: 20px 0px;

	}



	.sy_xw .yc ul li .wz p {

		display: -webkit-box;

		-webkit-box-orient: vertical;

		-webkit-line-clamp: 2;

		overflow: hidden;

	}

}

















.footer {

	width: 100%;

	padding-top: 60px;

	background: #222222;

	font-size: 15px;

	line-height: 30px;

	color: #ccc;

}



.footer h3 {

	font-size: 18px;

	color: #fff;

	margin-bottom: 20px;

}



.footer em {

	width: 40px;

	height: 2px;

	background: #fff;

	margin-bottom: 20px;

	display: block;

}





.footer .col-md-4 {

	width: 25%;

	float: left;

	margin-right: 10%;

}



.footer .l_x {

	margin-bottom: 25px;

	line-height: 30px;

}



.footer .l_x i {

	margin-right: 5px;

}



.footer .col-md-43 {

	float: left;

	width: 30%;

}





.footer .l_y font {

	float: left;

	line-height: 46px;

	color: #ccc;

	font-weight: bold;

}



.footer .l_y input {

	width: 48%;

	height: 47px;

	font-size: 12px;

	border-bottom: 1px solid #fff;

	line-height: 46px;

	color: #fff;

	display: block;

	float: left

}



.footer .l_y input:placeholder {

	color: #fff;

}



.footer .l_y textarea {

	width: 98%;

	margin-left: 1%;

	height: 51px;

	background: none;

	padding: 11px 0;

	border: none;

	border-bottom: 1px solid #fff;

	font-size: 12px;

	line-height: 24px;

	color: #fff;

	display: block;

	resize: none;

	margin-bottom: 20px;

	outline: none;

}



.footer .l_y textarea:placeholder {

	color: #fff;

}



.footer .l_y button {

	width: 100px;

	height: 35px;

	border-radius: 3px;

	font-size: 14px;

	line-height: 35px;

	color: #fff;

	text-align: center;

	float: left;

	margin-right: 20px;

	margin-left: 1%;

}



.footer .l_y button.t_j {

	background-color: #2bb498;

	color: #333;

}



.footer .l_y button.c_z {

	background-color: #5b5b5b;

}







.footer .s_j a {

	width: 36px;

	height: 36px;

	font-size: 18px;

	text-align: center;

	line-height: 32px;

	color: f6f6f6;

	display: block;

	float: left;

	margin-right: 5px;

	-webkit-transition: all .5s;

	-moz-transition: all .5s;

	-ms-transition: all .5s;

	-o-transition: all .5s;

}



.footer .s_j a:hover {

	color: #fff;

}



.footer .t_p {

	float: right;

	text-align: center;

}



.footer .t_p img {

	width: 100px;

	margin-bottom: 10px;

}



.footer .x_x {

	margin-top: 50px;

	padding: 25px 0;

	border-top: 1px solid #333;

	;

}



.footer .x_x .l_f {

	float: left;

}



.footer .x_x .r_t {

	float: right;

}



.footer .x_x a {

	color: #fff;

	padding-left: 10px;

}



.footer .x_x a:hover {

	color: #fff;

}



.footer .x_x span {

	padding-right: 15px;

}





.footer .col-md-42 {

	float: left;

	width: 18%;

}



.footer .col-md-42 p a {

	color: #ccc;

	line-height: 28px;

	font-size: 14px

}



.footer .col-md-42 p a:hover {

	color: #FFF;

}





.footer .col-md-41 {

	float: right;

	width: 10%;

}



.footer .lx {

	width: 100%

}



.footer .lx li {

	width: 70%;

	float: left;

}



.footer .lx li img {

	width: 90%

}



@media only screen and (max-width:1360px) {

	.footer h3 {

		font-size: 16px;

		color: #fff;

		margin-bottom: 15px;

	}

}



@media only screen and (max-width:992px) {

	.footer {

		padding: 30px 0px 50px 0px;

		line-height: 24px;

	}



	.footer .col-md-4 {

		width: 100%;

		float: none;

	}



	.footer .col-md-43 {

		float: none;

		width: 100%;

	}



	.footer h3 {

		font-size: 16px;

		text-align: left;

	}



	.footer em {

		width: 30px;

		margin-bottom: 10px;

		margin-left: 0;

	}



	.footer .l_x {

		margin-bottom: 20px;

		line-height: 26px;

		text-align: left;

	}



	.footer .l_y input {

		width: 46%;

		height: 47px;

		font-size: 12px;

		border-bottom: 1px solid #fff;

		line-height: 46px;

		color: #fff;

		display: block;

		float: left

	}



	.footer .l_y textarea {

		width: 96%;

		margin-left: 1%;

		height: 51px;

		background: none;

		padding: 11px 0;

		border: none;

		border-bottom: 1px solid #fff;

		font-size: 12px;

		line-height: 24px;

		color: #fff;

		display: block;

		resize: none;

		margin-bottom: 20px;

		outline: none;

	}



	.footer .col-md-41 {

		display: none;

	}



	.footer .col-md-42 {

		display: none;

	}



	.footer .x_x {

		margin-top: 35px;

		padding: 20px 0;

	}



	.footer .x_x span {

		padding-right: 10px;

	}



	.footer .col-md-41 {

		float: none;

		width: 100%;

		padding-left: 0%;

	}



	.footer .x_x .l_f {

		float: none;

		text-align: center;

	}



	.footer .x_x .r_t {

		float: none;

		text-align: center;

	}

}

















.nban {

	width: 100%;

	height: auto;

	font-size: 0;

	overflow: hidden;

	position: relative;

	background: #2167d2;

}



.nban img {

	width: 100%;

	height: auto;

}



.nban .wz {

	position: absolute;

	left: 10%;

	top: 34%;

	z-index: 5;

}



.nban .wz h1 {

	font-size: 22px;

	height: 40px;

	color: #fff;

}



.nban .wz h1 span {}



.nban .wz p {

	font-size: 14px;

	color: #fff;

	text-transform: uppercase;

}



.nban .wz p a {

	color: #fff;

}



@media screen and (max-width:1360px) {

	.nban .wz {

		position: absolute;

		left: 15%;

		top: 32%;

	}

}



@media screen and (max-width:992px) {

	.nban {

		height: 180px;

		margin-top: 0px;

	}



	.nban img {

		position: absolute;

		height: 180px;

		width: auto;

		top: 0;

		left: 40%;

		transform: translateX(-40%);

		z-index: 2

	}



	.nban .wz {

		position: absolute;

		left: 5%;

		top: 36%;

	}



	.nban .wz h1 {

		font-size: 22px;

		height: 45px;

	}



	.nban .wz h1 span {

		display: none;

	}



}





.ndh {

	width: 100%;

	margin: 40px auto;

	overflow: hidden;

}



.ndh ul {}



.ndh ul li {

	display: inline-block;

	width: auto;

	line-height: 45px;

	font-size: 16px;

	color: #333;

	background: #f0f0f0;

	margin: 0px 4px;

}



.ndh ul li a {

	font-size: 16px;

	padding: 0px 30px;

	color: #333;

	line-height: 45px;

	display: block;

}



.ndh ul li:hover a {

	background: #2167d2;

	display: block;

	color: #FFF;

}



.ndh ul li .on {

	background: #2167d2;

	display: block;

	color: #FFF;

}



@media screen and (max-width:1440px) {

	.ndh ul {}



	.ndh ul li a {

		font-size: 16px;

		padding: 0px 25px;

		color: #333;

		line-height: 45px;

		display: block;

	}

}



@media screen and (max-width:992px) {

	.ndh {

		width: 100%;

		margin: 30px auto;

		overflow: hidden;

	}



	.ndh ul {}



	.ndh ul li {

		width: 24%;

		float: none;

		color: #333;

		text-align: center;

		line-height: 40px;

		margin: 0 0 1% 0;

	}



	.ndh ul li:nth-child(4n) {

		margin-right: 0;

	}



	.ndh ul li a {

		font-size: 14px;

		padding: 0px;

		line-height: 40px;

	}

}







.sy_cp {

	width: 100%;

	margin: 50px auto;

}



.sy_cp ul li {

	width: 32%;

	margin: 0 2% 2% 0;

	float: left;

	position: relative;

	border: 1px solid #ccc;

}



.sy_cp ul li:nth-child(3n) {

	margin-right: 0;

}



.sy_cp ul li img {

	width: 100%;

	height: auto;

}



.sy_cp ul li p {

	padding: 15px 0px;

	font-size: 18px;

	text-align: center;

}



.sy_cp ul li:hover p {

	color: #2167d2;

	font-weight: bold;

}



@media only screen and (max-width:992px) {

	.sy_cp {

		width: 100%;

		margin: 30px auto;

	}



	.sy_cp ul li {

		width: 48%;

		margin: 0 1% 2% 1%;

		float: left;

		position: relative;

	}



	.sy_cp ul li:nth-child(3n) {

		margin-right: 1%;

	}



	.sy_cp ul li p {

		padding: 15px 0px;

		font-size: 14px;

		text-align: center;

	}

}















.ny_bt {

	font-size: 24px;

	height: 70px;

	color: #2167d2;

	font-weight: bold;

}



.ny_bt em {

	width: 40px;

	height: 3px;

	background: #2167d2;

	display: block;

	margin: 15px 0px;

}



.gy_wh {

	width: 80%;

	margin: 30px auto 80px auto;

}



.gy_wh .mt30 {

	margin-top: 30px;

}



.gy_wh .zc {

	width: 40%;

}



.gy_wh .zc img {

	width: 100%;

}



.gy_wh .yc {

	width: 55%;

	padding-top: 50px;

}



.gy_wh .yc h3 {

	font-size: 20px;

	height: 50px;

	font-weight: bold;

}



.gy_wh .yc h2 {

	font-size: 16px;

	height: 35px;

	font-weight: bold;

}



.gy_wh .yc p {

	font-size: 15px;

	line-height: 32px;

}



.gy_hj {

	width: 80%;

	margin: 60px auto;

}



.gy_hj ul li {

	width: 32%;

	float: left;

	margin: 0 2% 2% 0;

}



.gy_hj ul li img {

	width: 100%;

	height: auto;

}



.gy_hj ul li p {

	line-height: 50px;

	text-align: center;

	background: #f6f6f6;

}



.gy_hj ul li:nth-child(3n) {

	margin-right: 0;

}





.gy_kj {

	width: 80%;

	margin: 30px auto;

}



.gy_kj p {

	font-size: 15px;

	line-height: 32px;

}



.gy_kj .tp {

	text-align: center;

	padding: 10px 0px 20px 0px;

}



.gy_kj .tp img {

	width: 100%;

}



@media only screen and (max-width:1440px) {

	.gy_wh {

		width: 90%;

		margin: 30px auto;

	}



	.gy_hj {

		width: 90%;

		margin: 30px auto;

	}



	.gy_kj {

		width: 90%;

		margin: 30px auto;

	}

}



@media only screen and (max-width:992px) {

	.ny_bt {

		font-size: 20px;

		height: 50px;

		color: #2167d2;

		font-weight: bold;

	}



	.ny_bt em {

		width: 40px;

		height: 3px;

		background: #2167d2;

		display: block;

		margin: 10px 0px;

	}



	.gy_wh {

		width: 94%;

		margin: 30px auto;

	}



	.gy_wh .zc {

		width: 100%;

	}



	.gy_wh .yc {

		width: 100%;

		padding-top: 30px;

	}



	.gy_wh .yc p {

		font-size: 14px;

		line-height: 28px;

	}



	.gy_hj {

		width: 94%;

		margin: 20px auto;

	}



	.gy_hj ul li {

		width: 48%;

		float: left;

		margin: 0 1% 2% 1%;

	}



	.gy_hj ul li img {

		width: 100%;

		height: auto;

	}



	.gy_hj ul li p {

		line-height: 40px;

		text-align: center;

		background: #f6f6f6;

	}



	.gy_hj ul li:nth-child(3n) {

		margin-right: 1%;

	}



	.gy_kj {

		width: 94%;

		margin: 20px auto;

	}



}













.ny_xw {

	width: 80%;

	margin: 30px auto 60px auto;

}



.ny_xw ul li {

	border-bottom: 1px solid #ddd;

	padding: 40px 0px;

}



.ny_xw .rq {

	width: 13%;

	float: left;

}



.ny_xw .rq h1 {

	font-weight: bold;

	font-size: 28px;

	color: #2167d2;

}



.ny_xw .rq p {

	font-size: 24px;

	padding: 10px 0px 0px 5px;

	color: #666;

}



.ny_xw .tp {

	width: 25%;

	float: left;

}



.ny_xw .tp img {

	width: 100%;

	height: auto;

}



.ny_xw .wz {

	width: 58%;

	float: right;

}



.ny_xw .wz h2 {

	font-size: 18px;

	font-weight: 800;

	line-height: 40px;

	padding-bottom: 15px;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}



.ny_xw .wz h2 a:hover {

	color: #2167d2;

	text-decoration: underline;

}



.ny_xw .wz p {

	line-height: 28px;

}



@media only screen and (max-width:1440px) {

	.ny_xw {

		width: 90%;

	}

}



@media only screen and (max-width:992px) {

	.ny_xw {

		width: 94%;

		margin: 20px auto 60px auto;

	}



	.ny_xw ul li {

		padding: 20px 0px;

	}



	.ny_xw .rq {

		display: none;

	}



	.ny_xw .tp {

		width: 100%;

		float: none;

	}



	.ny_xw .wz {

		width: 100%;

		float: none;

	}



	.ny_xw .wz h2 {

		font-size: 16px;

		font-weight: 800;

		line-height: 30px;

		padding: 15px 0 5px 0;

	}



	.ny_xw .wz p {

		line-height: 24px;

		display: -webkit-box;

		-webkit-box-orient: vertical;

		-webkit-line-clamp: 2;

		overflow: hidden;

	}

}





/*翻页*/

.paging {

	width: 100%;

	margin: 30px auto;

	text-align: center;

	overflow: hidden;

}



.paging a ,.paging span{

	line-height: 32px;

	color: #888;

	background-color: #fff;

	text-align: center;

	font-size: 14px;

	border: 1px solid #e7e7e7;

	min-width: 32px;

	height: 32px;

	margin: 0 3px;

	padding: 0 5px;

	display: inline-block;

}



.paging a:hover {

	background-color: #2167d2;

	border: 1px solid #2167d2;

	color: #fff;

}



.paging span {

	background-color: #2167d2;

	border: 1px solid #2167d2;

	color: #fff;

}



@media only screen and (max-width:1023px) {

	.paging {

		margin: 20px auto 30px auto;

	}



	.paging a {

		line-height: 32px;

		font-size: 14px;

		width: 32px;

		height: 32px;

		margin: 0 3px;

	}

}













.cp_xq {

	width: 100%;

	margin: 50px auto;

}



.cp_xq .cp_xx {

	padding: 20px 0px 30px 0px;

}



.cp_xq .cp_xx .cp_zs {

	width: 40%;

	float: left;

	padding: 0;

}



.cp_xq .cp_xx .cp_zs img {

	width: 100%;

	height: auto;

	display: block;

}



.cp_xq .cp_xx .cp_js {

	width: 56%;

	float: right;

}



.cp_xq .cp_xx .cp_js h3 {

	font-size: 26px;

	padding-bottom: 30px;

	color: #333;

	font-weight: bold;

}



.cp_xq .cp_xx .cp_js p {

	font-size: 16px;

	line-height: 36px;

	color: #666;

	margin-bottom: 10px;

	margin-top: 0px;

}



.cp_xq .cp_xx .cp_js .ckmr {

	padding: 0px 40px;

	height: 40px;

	line-height: 40px;

	border-radius: 3px;

	background: #2167d2;

	color: #fff;

	font-size: 18px;

	text-align: center;

	margin: 50px 10px 0px 0px;

	float: left;

	vertical-align: middle;

}



.cp_xq .cp_xx .cp_js .ckmr a {

	color: #fff;

	font-size: 18px;

}



.cp_xq .cp_xx .cp_js .ckmr i {

	margin-right: 5px;

	font-size: 22px;

	float: left;

}



.cp_xq .cp_xx .cp_js .ckmrr {

	padding: 0px 40px;

	height: 40px;

	line-height: 40px;

	border-radius: 3px;

	background: #f6f6f6;

	font-size: 18px;

	text-align: center;

	color: #666666;

	margin: 50px 10px 0px 0px;

	float: left;

	vertical-align: middle;

}



.cp_xq .cp_xx .cp_js .ckmrr a {

	color: #666666;

	font-size: 18px;

}



.cp_xq .cp_xx .cp_js .ckmrr i {

	margin-right: 5px;

	font-size: 22px;

	float: left;

}



.cp_xq .cp_xx .cp_js .ckmrr:hover {

	background: #2167d2;

	display: block;

}



.cp_xq .cp_xx .cp_js .ckmrr:hover a {

	color: #fff;

}



.cp_xq .cp_xx .cp_js .ckmrr:hover i {

	color: #fff;

}



.cp_xq .cp_xx .cp_js .dhxx {

	font-size: 20px;

	line-height: 30px;

	margin-top: 40px;

}



.cp_xq .cp_xx .cp_js .dhxx font {

	font-size: 32px;

	font-weight: bold;

	font-family: Arial;

}



.cp_xq .swiper-container {}



.cp_xq .swiper-slide {

	background-size: cover;

	background-position: center;

}



.cp_xq .swiper-slide img {

	border: 1px solid #dddddd;

}



.cp_xq .gallery-topp {

	width: 100%;

	height: auto;

}



.cp_xq .gallery-thumbs {

	height: 160px;

	box-sizing: border-box;

	margin-top: 15px;

}



.cp_xq .gallery-thumbs .swiper-slide {

	height: 100%;

	opacity: 0.4;

}



.cp_xq .gallery-thumbs .swiper-slide-thumb-active {

	opacity: 1;

}





.cp_xq .cp_ms {

	width: 100%;

	margin: 0px auto;

}



.cp_xq .cp_ms h5 {

	font-size: 20px;

	font-weight: bold;

	border-bottom: 1px solid #ddd;

	padding-bottom: 12px;

}



.cp_xq .cp_ms .twjs {

	padding: 20px 0px;

	font-size: 14px;

	line-height: 26px;

}
.cp_xq .cp_ms .twjs img,.cp_xq .cp_ms .twjs video{max-width: 100%;}






@media screen and (max-width:1440px) {

	.feedback_div {

		width: 90%;

		margin: 3% auto 4% auto;

	}

}





@media screen and (max-width:992px) {

	.cp_xq {

		width: 100%;

		margin: 30px auto;

	}



	.cp_xq .cp_xx {

		padding: 0px 0px 30px 0px;

	}



	.cp_xq .cp_xx .cp_zs {

		width: 100%;

		float: none;

	}



	.cp_xq .cp_xx .cp_js {

		width: 100%;

		float: none;

	}



	.cp_xq .cp_xx .cp_js h3 {

		font-size: 22px;

		color: #000;

		height: auto;

		padding: 30px 0 10px 0;

	}



	.cp_xq .cp_xx .cp_js h4 {

		font-size: 16px;

		line-height: 40px;

		margin-top: 10px;

		color: #333;

	}



	.cp_xq .cp_xx .cp_js p {

		font-size: 14px;

		line-height: 28px;

	}



	.cp_xq .cp_xx .cp_js .ckmr {

		padding: 0px 25px;

		margin: 10px 10px 0px 0px;

		font-size: 16px;

	}



	.cp_xq .cp_xx .cp_js .ckmr a {

		font-size: 16px;

	}



	.cp_xq .cp_xx .cp_js .ckmrr {

		padding: 0px 25px;

		margin: 10px 10px 0px 0px;

		font-size: 16px;

	}



	.cp_xq .cp_xx .cp_js .ckmrr a {

		font-size: 16px;

	}



	.cp_xq .cp_xx .cp_js .dhxx {

		font-size: 18px;

		margin-top: 20px;

	}



	.cp_xq .cp_xx .cp_js .dhxx font {

		font-size: 26px;

	}



	.cp_xq .gallery-thumbs {

		height: 100px;

		box-sizing: border-box;

		padding: 10px 0;

	}



	.tabbox {

		width: 100%;

		margin-bottom: 20px;

		padding: 10px;

		float: none;

	}



	#tabcontent {

		width: 100%;

		margin-top: 15px;

	}



}

.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}

.flexb2{display: flex;align-items: center;justify-content: space-between;}

.imgH{overflow: hidden;}

.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }

.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

/* 新闻 */

.nyP{padding: 28px 0 60px;}

.newsUl li{padding: 32px 0;border-bottom: 1px solid #cccccc;flex-direction: row-reverse;}

.newsUl .tuB{width: 408px;margin-right: 20px;}

/* .newsUl .imgB{padding-top: 56.3%;} */

.newsUl .textB{width: calc(100% - 588px);}

.newsUl .time{

	font-size: 14px;

	color: rgb(153, 153, 153);

}

.newsUl .titB{

	font-size: 24px;

	color: rgb(51, 51, 51);

	font-weight: bold;

	margin-top: 16px;

	transition: all 0.3s;

}

.newsUl .titB:hover{color: #1c74bb;}

.newsUl .descB{

	font-size: 16px;

	color: rgb(153, 153, 153);

	line-height: 1.8;

	margin-top: 16px;

}

.newsUl .moreB{margin-top: 24px;display: block;}



.newsUl li:hover .titB{

	color: #3e9ecb;

}

@media (max-width:1232px) {

	.newsUl .tuB{width: 280px;margin-right: 0;}

	.newsUl .textB{width: calc(100% - 300px);}

}

@media (max-width:800px) {

	.newsUl li{display: block;padding: 12px 0;}

	.newsUl .tuB{width: 100%;}

	.newsUl .textB{width: 100%;margin-top: 12px;}

	.newsUl .titB{font-size: 16px;margin-top: 8px;}

	.newsUl .descB{font-size: 14px;margin-top: 8px;}

	.newsUl .moreB{margin-top: 8px;}

	.newsUl .moreB i{font-size: 32px;}

}

.detailP{

	

}

.detailP .pageTitle{

	font-size: 36px;

	color: rgb(51, 51, 51);

	font-weight: bold;

}

.detailP .pageTime{

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-top: 20px;

}

.detailP .pageNr{

	font-size: 16px;

	color: rgb(102, 102, 102);

	line-height: 1.875;

	border-top: 1px solid rgba(0,0,0,0.1);

	border-bottom: 1px solid rgba(0,0,0,0.1);

	margin-top: 32px;

	padding: 24px 0;

	margin-bottom: 24px;

}

.detailP .pageNum{

	

}

.detailP .pageNum a{

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-top: 8px;

}

.detailP .pageNum a:first-child{margin-top: 0;}

.detailP .pageNum a:hover{

	color: #3e9ecb;

}

@media (max-width:1432px) {

	.banny_detail .pageName{font-size: 28px;}

	.detailP .pageTitle{font-size: 32px;}

}

@media (max-width:1232px) {

	.banny_detail .pageName{font-size: 26px;}

	.detailP .pageTitle{font-size: 28px;}

}

@media (max-width:1024px) {

	.banny_detail .pageName{font-size: 24px;}

	.detailP .pageTitle{font-size: 24px;}

	.banny_detail{margin-top: 56px;padding: 48px 0 16px;}

}

@media (max-width:800px) {

	.detailP .pageTime{font-size: 14px;margin-top: 8px;}

	.detailP .pageNr{font-size: 14px;line-height: 1.6;margin-top: 16px;padding: 16px 0;}

	.detailP .pageNum a{font-size: 14px;}

}

.detailP .pageNr img,.detailP .pageNr video{max-width: 100%;}