@charset "utf-8";

/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	list-style: none;
	color: #666666;
}

html,
body {
	color: #666666;
	font-family: "微软雅黑";
}

body {
	background: #fff;
	margin: 0 auto;
	/* min-width: 1150px; */
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #0e3386;
}

img {
	border: none;
	max-width: 100%;
}

em {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

.clearfloat:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfloat {
	zoom: 1;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

.wrap {
	width: 100%;
}

.wrapper {
	width: 100%;
}

.section {
	width: 65%;
	margin: 0 auto;
	overflow: hidden;
}


@font-face {
	font-family: "BNHRDMOB";
	/*自定义字体名称*/
	src: url(../font/../font/../font/../font/../font/BNHRDMOB.TTF);
	/*IE9兼容模式*/
	src: url(../font/../font/../font/../font/../font/BNHRDMOB.TTF) format("embedded-opentype"),
		/*IE6~IE8*/
		url(../font/../font/../font/../font/../font/BNHRDMOB.TTF) format("woff"),
		/*现代浏览器*/
		url(../font/../font/../font/../font/../font/BNHRDMOB.TTF) format("truetype"),
		/*Safari,Android,iOS*/
		url(../font/../font/../font/../font/../font/BNHRDMOB.TTF) format("svg");
	/*Legacy iOS*/
	font-weight: normal;
	font-style: normal;
}


/*首页顶部*/
.header {
	width: 90%;
	margin: 0 auto;
	height: 90px;
}

.header .logo {
	height: 29px;
	float: left;
	padding-top: 20px;
	/* padding-left: 40px; */
}

.header .nav {
	float: right;
}

.header .nav a {
	display: block;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 19px;
	margin-right: 19px;
	line-height: 50px;
	height: 50px;
	margin-top: 25px;
	font-size: 16px;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding: 0px 10px;
}

.header .nav a:nth-child(6) {
	margin-right: 0;
}

.header .nav a:hover {}

a.cur {
	color: #0e3386;
	font-weight: bold;
}

#navv {
	width: 100%;
	height: 90px;
	/* min-width: 1110px; */
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.95);
}

/*首页产品展示*/
.ipro {
	width: 65%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 40px;
}

.ititle h2 {
	font-size: 37px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	font-family: '方正兰亭中黑';
	line-height: 44px;
}

.ititle h2 span {
	color: #0e3386;
	font-size: 37px;
}

.ititle h3 {
	font-size: 18px;
	color: #333333;
	font-family: Arial;
	text-transform: uppercase;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0px;
}

.ipro_p {
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1.2px;
	text-align: center;
}

.ipro_nav {
	width: 100%;
	/* height: 41px; */
	margin: 0 auto;
}

.ipro_nav ul {
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	margin: 0 auto;
	justify-content: center;
}

.ipro_nav li {
	width: 20%;
	height: 39px;
	border: 1px #b5b5b5 solid;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	margin-left: 4%;
	box-sizing: border-box;
	/* float: left; */
	cursor: pointer;
	margin-bottom: 20px;
}

.ipro_nav li:nth-child(4n+1) {
	margin-left: 0;
}

@media (max-width:767px) {
	.ipro_nav li {
		width: 48%;
		margin-left: 4%;
	}

	.ipro_nav li:nth-child(2n+1) {
		margin-left: 0px;
	}
}

.ipro_nav_cur {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.ipro_con {
	width: 100%;
	padding-top: 70px;
}

.ipro_box {
	width: 100%;

	margin: 0 auto;
	display: none;
}

.ipro_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ipro_box li {
	box-sizing: border-box;
	width: 30%;
	height: auto;
	border: 1px #ebebeb solid;
	margin-left: calc(10%/2);
	margin-bottom: 20px;
	/* float: left; */
	/* margin-left: 27px; */
}

.ipro_box li:nth-child(1) {
	margin-left: 0;
}

.ipro_box .pic {
	width: 100%;
	/* height: 240px; */
	position: relative;
}

.ipro_box .pic img {
	width: 100%;
	height: auto;
}

.ipro_box .pic em {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/add.svg) no-repeat center;
	background-color: rgba(14, 51, 134, 0.5);
	background-size: 60px 60px;
	-ms-transform: scale(0);
	/* IE 9 */
	-webkit-transform: scale(0);
	/* Safari */
	transform: scale(0);
	/* 标准语法 */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.ipro_box li:hover .pic em {
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.ipro_box li .bot {
	width: 100%;
	height: 49px;
	border-top: 1px #ebebeb solid;
	background: #f3f3f3;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 49px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*首页解决方案*/
.icase {
	width: 100%;
	background: url(../image/index-07.jpg) no-repeat center;
	background-size: cover;
}

.icase .ititle {
	padding-top: 75px;
}

.icase .ititle h2 {
	color: #fff;
}

.icase .ititle h3 {
	color: #fff;
}

.icase_con {
	padding-top: 63px;
	width: 90%;
	margin: 0 auto;

}

.icase_con ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.icase_nav {
	width: 331px;
	height: 397px;
	float: left;
	background: #ffffffcf;
}

.icase_nav_cur {
	color: #0e3386 !important;
}

.icase_nav ul {
	padding-top: 69px;
	padding-left: 58px;
}

.icase_nav ul li {
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	/*font-weight:bold;*/
	letter-spacing: 1px;
	cursor: pointer;
}

.icase_nav ul .more {
	display: block;
	margin: 19px 0 0 3px;
	width: 34px;
	height: 34px;
	background: url(../image/more.png) no-repeat center;
}

.icase_box {
	width: 773px;
	height: 397px;
	float: right;
	background: #ffffffcf;
}

.icase_li {
	width: 773px;
	height: 397px;
	display: none;
}

.icase_li .pic {
	width: 437px;
	height: 397px;
	float: left;
	overflow: hidden;
	position: relative;
}

.icase_li .pic img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.icase_li .pic:hover img {
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari */
	transform: scale(1.2);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.icase_li .con {
	width: 336px;
	height: 397px;
	float: left;
}

.icase_li .con h2 {
	padding-top: 54px;
	height: 56px;
	/*line-height: 62px;*/
	overflow: hidden;
	width: 248px;
	margin: 0 auto;
	font-size: 14px;

	color: #333;
	letter-spacing: 1px;
}

.icase_li .con p {
	width: 248px;
	margin: 0 auto;
	line-height: 26px;
	color: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
	height: 161px;
	overflow: hidden;
}

.icase_li .con .more {
	width: 151px;
	height: 40px;
	border: 1px #bfbfbf solid;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	margin-left: 47px;
}

.icase_li .con .more:hover {
	color: #fff;
	background: #0e3386;
	border: 1px #0e3386 solid;
}

/*首页关于我们*/
.iabout {
	width: 65%;
	margin: 70px auto 80px;
	height: auto;
}

.iabout .contents_s {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.646vw;
	justify-content: space-between;
}

.iabout .pic {
	width: 50%;
	height: auto;

	/* padding-top: 80px; */
	position: relative;
	overflow: hidden;
}

.iabout .pic img {
	width: 100%;
	height: auto;
}

.iabout .pic em {
	*display: none;
	position: absolute;
	left: -550px;
	top: 79px;
	width: 300px;
	height: 600px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg);
	-moz-transition: 0s;
	-o-transition: 0s;
	-webkit-transition: 0s;
	transition: 0s;
	cursor: pointer;
}

.iabout .pic:hover em {
	left: 550px;
	transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-webkit-transition: .7s;
}

.iabout .con {
	width: 48%;

	/* padding-top: 85px; */
}

.iabout .con h2 {
	line-height: 69px;
	font-size: 20px;
	width: max-content;
	color: #333333;
	letter-spacing: 1px;
	font-family: '方正兰亭中黑';
}

.iabout .con p {
	line-height: 30px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	text-align: justify;
	/* padding-bottom: 12px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
}

.iabout .con .more {
	width: 151px;
	height: 40px;
	border: 1px #bfbfbf solid;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	margin-top: 15px;
	float: right;
}

.iabout .con .more:hover {
	color: #fff;
	background: #0e3386;
	border: 1px #0e3386 solid;
}

/*首页发展历程*/
.idev {
	width: 100%;
	height: 721px;
	background: url(../image/index-16.jpg) no-repeat center;
}

.idev .ititle {
	padding-top: 95px;
}

.idev .ititle h2 {
	color: #fff;
}

.idev .ititle h3 {
	color: #fff;
}

/*首页新闻资讯*/
.inews {
	width: 100%;
	padding-top: 50px;
	margin-bottom:80px;
}

.inews_con {
	width: 1110px;
	margin: 0 auto;
	padding-top: 48px;
}

.inews_con .bd {
	width: 1110px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.inews_con .bd li {
	width: 350px;
	height: 270px;
	margin-right: 27px;
	border: 1px #bfbfbf solid;
}

.inews_con .hd {
	width: 244px;
	margin: 53px auto 0;
	overflow: hidden;
}

.inews_con .hd ul {
	width: 300px;
}

.inews_con .hd li {
	width: 70px;
	height: 6px;
	float: left;
	margin-right: 16px;
	background: #a0a0a0;
	list-style: none;
	font-size: 0;
}

.inews_con .hd li.on {
	background: #0e3386;
}

.inews_con .left {
	padding-left: 2px;
	width: 85px;
	float: left;
}

.inews_con .left h2 {
	text-align: center;
	padding-top: 42px;
	font-size: 40px;
	color: #999;
	font-family: '方正兰亭中黑';
}

.inews_con .left h3 {
	text-align: center;
	font-size: 12px;
	color: #999;
}

.inews_con .right {
	width: 240px;
	float: left;
}

.inews_con .right h2 {
	padding-top: 31px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
}

.inews_con .right .line {
	margin-left: 2px;
	width: 18px;
	height: 2px;
	background: #666666;
	margin-bottom: 20px;
}

.inews_con .right p {
	line-height: 22px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
}

.inews_con .right .more {
	width: 91px;
	height: 30px;
	border: 1px #a0a0a0 solid;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 32px;
}

.inews_con .bd li:hover {
	background: #0e3386;
}

.inews_con .bd li:hover h2 {
	color: #fff !important;
}

.inews_con .bd li:hover h3 {
	color: #fff !important;
}

.inews_con .bd li:hover .line {
	background: #fff !important;
}

.inews_con .bd li:hover p {
	color: #fff;
}

.inews_con .bd li:hover .more {
	color: #fff;
	border: 1px #fff solid;
}

/*首页合作客户*/
.icoor {
	padding-top: 41px;
	background: #f5f5f5;
}

.icoor_con {
	width: 65%;
	margin: 0 auto;
	padding-top: 51px;
	padding-bottom: 105px;
}

.icoor_con ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.icoor_con li {
	width: calc(100%/6);
	height: auto;
	/* height: 143px; */
	/* float: left; */
	/* margin-bottom: 1px;
	margin-right: 1px; */
	position: relative;
	/* float: left;
	position: relative; */
}

.icoor_con li img {
	width: 100%;
	height: auto;
}

.icoor_con .icli {
	width: 184px;
	height: 143px;
	float: left;
}

.icoor_con li img.img2 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.icoor_con li .img1 {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	/* Firefox 4 */
	-webkit-transition: all 0.3s linear;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s linear;
	/* Opera */
	transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	/* Firefox 4 */
	-webkit-transition-delay: 0.5s;
	/* Safari 和 Chrome */
	-o-transition-delay: 0.5s;
	/* Opera */
}

.icoor_con li:hover .img1 {
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	/* Safari 和 Chrome */
	-moz-transform: rotateY(90deg);
	/* Firefox */
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	/* Firefox 4 */
	-webkit-transition: all 0.3s linear;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s linear;
	/* Opera */
}

.icoor_con li .img2 {
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	/* Safari 和 Chrome */
	-moz-transform: rotateY(90deg);
	/* Firefox */
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	/* Firefox 4 */
	-webkit-transition: all 0.3s linear;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s linear;
	/* Opera */
}

.icoor_con li:hover .img2 {
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	/* Safari 和 Chrome */
	-moz-transform: rotateY(0);
	/* Firefox */
	transition: all 0.3s linear;
	-moz-transition: all 0.5 linears;
	/* Firefox 4 */
	-webkit-transition: all 0.3s linear;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s linear;
	/* Opera */
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	/* Firefox 4 */
	-webkit-transition-delay: 0.3s;
	/* Safari 和 Chrome */
	-o-transition-delay: 0.3s;
	/* Opera */
}

/*footer*/
.footer {
	width: 100%;
	height: 307px;
	background: url(../image/footer_bg.jpg) no-repeat center;
}

.footer_con {
	width: 100%;
	margin: 0 auto;
}

.footer .left {
	width: 30%;
	height: 307px;
	/* background: #0e3386; */
	background: #244FAD;
	float: left;
}

.footer .left .logo {
	width: 199px;
	height: 28px;
	margin: 0 auto;
	padding-top: 72px;
	padding-bottom: 34px;
}

.footer .left p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	line-height: 24px;
	opacity: 0.6;
}

.footer .flink {
	/*width: 130px;*/
	height: 32px;
	margin: 24px 106px 6px;
	;
}

.footer .flink ul {
	display: flex;
	justify-content: center;
}

.footer .flink li {
	width: 150px;
	height: 32px;
}

.footer .flink li .pic {
	width: 150px;
	height: 32px;
	position: relative;
}

.footer .flink li .pic img {
	width: 100%;
}

.footer .right {
	width: 65%;
	
	float: right;
	padding-top: 71px;
}

.footer .fnav {
	/*text-align: right;*/
}

.footer .fnav a {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px #fff solid;
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

.footer .fnav a:first-child {
	border-left: 1px #fff solid;
}

.footer .right_bot {
	width: 100%;
	padding-top: 27px;
}

.footer .fcontact {
	width: 72%;
	float: left;
}

.footer .fcontact li {
	line-height: 30px;
	text-indent: 27px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

.footer .fcontact li:nth-child(1) {
	background: url(../image/fli1.png) no-repeat left top;
}

.footer .fcontact li:nth-child(2) {
	background: url(../image/fli2.png) no-repeat left top;
}

.footer .fcontact li:nth-child(3) {
	background: url(../image/fli2.png) no-repeat left top;
}

.footer .fcontact li:nth-child(4) {
	background: url(../image/emailS.png) no-repeat left top;
	background-size: 20px;
}

.footer .fqr {
	width: 25%;
	float: left;
	padding-top: 9px;
}

.footer .fqr .qrpic {
	width: 180px;
	height: 110px;
	float: left;
}

.footer .qrp {
	width: 17px;
	float: right;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	color: #cccccc;
}

/*子页*/
.zbanner {
	width: 100%;
	/* height: 432px; */
	margin-top: 90px;
}

.zbanner img {
	width: 100%;
	height: auto;
}

@media (max-width:600px) {
	.zbanner img {
		width: 100%;
		min-height: 200px;
		object-fit: cover;
	}
}

/*产品展示*/
.pro1 {
	width: 60%;
	margin: 0 auto;
	padding-top: 89px;
	padding-bottom: 71px;
}

.pro1_P {
	text-align: center;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 26px;
}

.pro1_nav {
	width: 80%;
	/* height: 43px; */
	margin: 0 auto 53px;
}

.pro1_nav ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pro1_nav li {
	width: 24%;
	height: 41px;
	border: 1px #b5b5b5 solid;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	margin-left: calc(4%/3);
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.pro1_nav li a {
	display: block;
}

.pro1_nav li:nth-child(1) {
	margin-left: 0;
}

@media (max-width:750px) {
	.pro1_nav li {
		width: 48%;
		margin-left: 4%;
	}

	.pro1_nav li:nth-child(2n+1) {
		margin-left: 0px;
	}
}

.pro1_nav li:hover {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro1_nav li:hover a {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro1_nav_cur {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro1_nav_cur a {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro1_con .more {
	display: block;
	margin: 60px auto 0;
	width: 140px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px #c1c1c1 solid;
}

.pro1_con .more:hover {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro2 {
	width: 100%;
	background: #f6f6f6;
	padding-top: 75px;
	padding-bottom: 60px;
}

.pro2_P {
	width: 1110px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 26px;
}

.pro2_nav {
	width: 775px;
	height: 43px;
	margin: 0 auto 53px;
}

.pro2_nav li {
	width: 237px;
	height: 41px;
	border: 1px #b5b5b5 solid;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	margin-left: 29px;
	float: left;
	cursor: pointer;
}

.pro2_nav li:nth-child(1) {
	margin-left: 0;
}

.pro2_nav li:hover {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro2_nav li a {
	display: block;
}

.pro2_nav_cur a {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro2_nav li:hover a {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro2_nav_cur {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro2_con .more {
	display: block;
	margin: 60px auto 0;
	width: 140px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px #c1c1c1 solid;
}

.pro2_con .more:hover {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro2_con .ipro_box li .bot {
	background: #cccccc;
}

.service {
	width: 65%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 99px;
}

.ser_con {
	padding-top: 62px;
	width: 100%;
}

.ser_con ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.ser_con li {
	width: 100%;
	margin-bottom: 20px;
	height: auto;
}

.ser_con li .pic {
	width: 30%;
	height: auto;
	/* height: 181px; */
	float: left;
	/* border: 1px #c1c1c1 solid; */
}

.ser_con li .pic img {
	width: 100%;
	height: auto;
}

.ser_con li .con {
	width: 70%;
	float: right;
	background: #f8f8f8;
	height: 100%;
}

.ser_con li .con h2 {
	padding: 19px 53px 0 47px;
	line-height: 71px;
	font-size: 24px;
	color: #333;
	font-family: '方正兰亭中黑';
	letter-spacing: 1px;
}

.ser_con li .con h2 span {
	font-size: 28px;
	font-family: '微软雅黑';
	color: #0e3386;
	letter-spacing: 0;
}

.ser_con li .con p {
	padding: 0 53px 0 47px;
	line-height: 26px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.3px;
}

.ser_con li:nth-child(2n) .pic {
	float: right;
}

.ser_con li:nth-child(2n) .con {
	float: left;
}

/*产品展示--查看更多*/
.product1 li {
	width: 350px;
	height: 290px;
	border: 1px #ebebeb solid;
	float: left;
	margin-right: 27px;
	margin-bottom: 35px;
}

.product1 li:nth-child(3n) {
	margin-right: 0;
}

.product1 .pic {
	width: 350px;
	height: 240px;
	position: relative;
}

.product1 .pic em {
	position: absolute;
	width: 350px;
	height: 240px;
	left: 0;
	top: 0;
	background: url(../image/pro_bg.png) no-repeat center;
	-ms-transform: scale(0);
	/* IE 9 */
	-webkit-transform: scale(0);
	/* Safari */
	transform: scale(0);
	/* 标准语法 */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.product1 li:hover .pic em {
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.product1 li .bot {
	width: 350px;
	height: 49px;
	border-top: 1px #ebebeb solid;
	background: #f3f3f3;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 49px;
}

.pcase_content {
	width: 100%;
	background: #fff;
}

.pcase {
	width: 65%;
	margin: 0 auto;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 100px;
}

.case_con {
	padding-top: 43px;
	width: 90%;
	margin: 0 auto;
}

.case_con ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.case_con li {
	width: 32.4%;
	/* height: 280px; */
	margin-left: calc(4%/3);
	margin-bottom: 33px;
	/* float: left; */
	box-sizing: border-box;
}

.case_con li:nth-child(3n+1) {
	margin-left: 0px;
}


.case_con li .pic {
	/* width: 261px;
	height: 237px; */
	overflow: hidden;
	width: 100%;
}

.case_con li .pic img {
	width: 100%;
	height: auto;
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.case_con li:hover .pic img {
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari */
	transform: scale(1.2);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.case_con li .bot {
	width: 100%;
	/* padding: 0px 10px; */
	text-indent: 10px;
	height: 42px;
	border: 1px #c7c7c7 solid;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

/*产品详情*/
.pro_infr {
	width: 65%;
	margin: 0 auto;
	padding-bottom: 100px;
}

.plocation {
	line-height: 60px;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
	padding-bottom: 2px;
}

.pi_top {
	padding-bottom: 68px;
}

.pi_top .left {
	width: 40%;
	height: auto;
	border: 1px #c7c7c7 solid;
	float: left;
	text-align: center;
	line-height: 295px;
}

.pi_top .left img {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: 100%;
}

.pi_top .right {
	width: 55%;
	/* float: right; */
}

.pi_top .right h2 {
	line-height: 44px;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
}

.des {
	padding-top: 11px;
	padding-bottom: 26px;
	width: 100%;
}

.des p {
	width: 100%;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
}

.pi_top .right .des .des_title {
	list-style-type: none;
	width: 100%;
	white-space: normal;
	word-spacing: 0px;
	text-transform: none;
	color: #666666;
	padding-bottom: 26px;
	padding-top: 11px;
	font: 14px 微软雅黑;
	padding-left: 0px;
	margin: 0px;
	letter-spacing: normal;
	padding-right: 0px;
	background-color: #ffffff;
	text-indent: 0px;
	-webkit-text-stroke-width: 0px;
}

.pi_top .right .more {
	width: 148px;
	height: 45px;
	background: #0e3386;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}

.pi_top {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pi_bot {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pi_bot .left {
	width: 60%;

}

.pi_bot_lnav {
	width: 100%;
	height: 51px;
	border: 1px #e4e4e4 solid;
	background: #f8f8f8;
}

.pi_bot_lnav ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.pi_bot_lnav li {
	width: 132px;
	float: left;
	height: 53px;
	line-height: 51px;
	margin-right: 13px;
	font-size: 18px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}

.pi_bot_cur {
	background: url(../image/pi_bot_cur.svg) no-repeat center bottom;
	background-size: 150px;
}

.pi_bot_con {
	width: 100%;
	padding-top: 30px;
}

.pi_bot_box {
	width: 100%;
	display: none;
}

.pi_bot_con p {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

.pi_bot_con img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
}

.pi_bot .right {
	width: 35%;

}

.pi_bot_rnav {
	width: 100%;
	height: 51px;
	border: 1px #e4e4e4 solid;
	background: #f8f8f8;
}

.pi_bot_rnav li {
	width: 100%;
	height: 53px;
	line-height: 51px;
	margin-right: 13px;
	font-size: 18px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}

.pi_re {
	padding-top: 30px;
}

.pi_re li {
	margin-bottom: 16px;
	width: 100%;
	/* height: 264px; */
	border: 1px #ebebeb solid;
}

.pi_re li .pic {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.pi_re li .pic img {
	width: 100%;
	height: auto;
}

.pi_re li .pic em {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/add.svg) no-repeat center;
	background-size: cover;
	-ms-transform: scale(0);
	/* IE 9 */
	-webkit-transform: scale(0);
	/* Safari */
	transform: scale(0);
	/* 标准语法 */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: rgba(0, 104, 183, 0.5);
	background-size: 60px 60px;
	/* Safari */
}

.pi_re li:hover .pic em {
	/* width:100%;
	height:100%; */
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.pi_re li .bot {
	width: 100%;
	height: 45px;
	border-top: 1px #ebebeb solid;
	background: #f3f3f3;
	line-height: 45px;
	font-size: #333;
	letter-spacing: 1px;
	text-align: center;
}

/*解决方案*/
.case_nav {
	width: 60%;
	/* height: 44px; */
	margin: 25px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.case_nav a {
	display: block;
	width: 24%;
	height: 42px;
	border: 1px #b5b5b5 solid;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	margin-left: calc(4%/3);
	/* float: left; */
	box-sizing: border-box;
	margin-bottom: 20px;
}

.case_nav a:nth-child(4n+1) {
	margin-left: 0;
}

@media (max-width:750px) {
	.case_nav a {
		width: 48%;
		margin-left: 4%;
	}

	.case_nav a:nth-child(2n+1) {
		margin-left: 0px;
	}
}

.case_nav a:hover {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.case_nav_cur {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.pro_co .more {
	display: block;
	margin: 60px auto 0;
	width: 140px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px #c1c1c1 solid;
}

.pro_co .more:hover {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

/*新闻推荐*/
.rnews {
	width: 100%;
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 102px;
}

.rnews_con {
	width: 1110px;
	margin: 0 auto;
	padding-top: 50px;
}

.rnews_con .left {
	width: 731px;
	height: 421px;
	background: #fff;
	float: left;
}

.rnews_con .right {
	width: 351px;
	height: 421px;
	background: #fff;
	float: right;
}

.rntitle {
	width: 100%;
	height: 60px;
	border-bottom: 1px #efefef solid;
}

.rntitle .l {
	width: 132px;
	height: 63px;
	background: url(../image/pi_bot_cur.png) no-repeat center bottom;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 61px;
	letter-spacing: 1px;
	float: left;
}

.rntitle .r {
	width: 106px;
	float: right;
	display: block;
	height: 61px;
	line-height: 61px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
}

.rn_bot {
	width: 650px;
	padding-left: 30px;
	padding-right: 51px;
	padding-top: 37px;
}

.rn_rec {
	width: 650px;
	padding-bottom: 19px;
}

.rn_rec .pic {
	width: 242px;
	height: 140px;
	float: left;
}

.rn_rec .con {
	width: 380px;
	float: right;
}

.rn_rec .con h2 {
	line-height: 36px;
	font-size: 18px;
	color: #333333;
	padding-bottom: 14px;
}

.rn_rec .con p {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}

.rn_reli {
	width: 650px;
}

.rn_reli li {
	width: 650px;
	height: 32px;
	font-size: 14px;
	color: #666;
}

.rn_reli li a {
	float: left;
	width: 540px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	display: block;
	letter-spacing: 1px;
}

.rn_reli li a:hover {
	color: #0e3386;
}

.rn_reli li span {
	float: right;
	width: 100px;
	text-align: right;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	display: block;
}

.rr_li {
	padding-top: 13px;
	width: 300px;
	margin: 0 auto;
}

.rr_li li {
	height: 47px;
	padding-top: 2px;
	border-bottom: 1px #c6c6c6 dashed;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}

.rr_li li a {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 47px;
}

.rr_li li a:hover {
	color: #0e3386;
}

/*新闻资讯*/
.news {
	width: 65%;
	margin: 0 auto;
	padding-top: 63px;
	padding-bottom: 117px;
}

.technology_rd {
	width: 100%;
	margin: 0 auto;
	padding-top: 63px;
	padding-bottom: 117px;
}

.news_nav {
	width: 70%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-top: 35px;
	padding-bottom: 33px;
	/* width: 443px; */
	/* height: 45px; */
	margin: 0 auto;
}

.news_nav ul a {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.news_nav a {
	display: block;
	width: 202px;
	height: 43px;
	border: 1px #c1c1c1 solid;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	/* float: left; */
	margin-left: 35px;
	box-sizing: border-box;
}

.news_nav a:nth-child(1) {
	margin-left: 0;
}

.news_nav a:hover {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.news_nav_cur {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.news_con {
	width: 100%;
}

.news_con ul {
	width: 100%;

}

.news_con li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	/* height: 158px; */
	padding-top: 28px;
	padding-bottom: 32px;
	/*border-bottom: 1px #b5b5b5 dashed;*/
}

.news_con li .pic {
	width: 30%;
	height: auto;

}

.news_con li .pic img {
	width: 100%;
	height: auto;
}

.news_con li .con {
	width: 68%;

}

.news_con li .con h2 a {
	line-height: 38px;
	font-size: 14px;
	color: #333;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 8px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.news_con li .con p {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 6;
	/* max-height:48px; */
	/* max-height: 60px; */
	display: -webkit-box;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}

.news_con li .con .more {
	width: 106px;
	height: 36px;
	display: block;
	background: #0e3386;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
}

/*服务下载*/
.dl {
	width: 65%;
	margin: 0 auto;
	/* padding-top: 60px; */
	padding-bottom: 91px;
}

.dl_con {
	width: 100%;
	margin: 0 auto;
	padding-top: 66px
}

.dl_con ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.dl_con li {
	width: 24%;
	height: auto;
	/* float: left; */
	margin-left: calc(4%/3);
}

.dl_con li:hover {
	opacity: 0.8;
}

.dl_con li:nth-child(4n+1) {
	margin-left: 0;
}

.dl_con li .pic {
	width: 100%;
	height: auto;
}

.dl_con li .pic img {
	width: 100%;
	height: auto;
}

.dl_con li .bot {
	width: 100%;
	/* height: 94px; */
	padding: 20px 0px;
	background: #0e3386;
}

.dl_con li .bot img {
	width: 21px;
	height: 19px;
	display: block;
	margin: 0 auto;
	/* padding-top: 23px; */


}

.dl_con li .bot p {
	line-height: 40px;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;

}

.rdl {
	width: 100%;
	padding-top: 56px;
	padding-bottom: 106px;
	background: #eeeeee;
}

.rdl_nav {
	padding-top: 36px;
	width: 65%;
	/* height: 44px; */
	margin: 0 auto;
	padding-bottom: 47px;
}

.rdl_nav ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.rdl_nav li {
	width: 24%;
	height: 42px;
	float: left;
	border: 1px #c9ccd2 solid;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 42px;
	margin-left: calc(4%/3);
	cursor: pointer;
	box-sizing: border-box;
}

.rdl_nav li:nth-child(4n+1) {
	margin-left: 0 !important;
}

.rdl_nav_cur {
	color: #fff !important;
	background: #0e3386 !important;
	border: 1px #0e3386 solid !important;
}

.rdl_box {
	width: 75%;
	margin: 0 auto;
	display: none;
}

.rdl_box ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.rdl_box li {
	width: 48%;
	float: left;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px #bebebe dashed;
	margin-right: calc(4%);
	color: #333;
}

.rdl_box li a {
	display: block;
	padding-right: 0px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../image/d_icon22.svg) no-repeat right center;
	background-size: 20px 20px;
}

.rdl_box li a:hover {
	background: url(../image/d_icon2.svg) no-repeat right center;
	background-size: 20px 20px;
}

.rdl_box li:nth-child(2n) {
	margin-right: 0;
}

.dl_con1 {
	width: 1110px;
	margin: 0 auto;
	padding-top: 40px;
}

.dl_con1 li a {
	line-height: 60px;
	font-size: 15px;
	letter-spacing: 1px;
	border-bottom: 1px #bebebe dashed;
	display: block;
	background: url(../image/d_icon2.png) no-repeat right center;
}

.dl_con1 li a:hover {
	background: url(../image/d_icon22.png) no-repeat right center;
}

.dl_con1 li span {
	display: inline-block;
	padding-right: 30px;
}

/*关于我们*/
.about {
	width: 65%;
	margin: 0 auto;
	padding-top: 49px;
	padding-bottom: 93px;
}

.about_core_technology {
	width: 100%;
	margin: 0 auto;
	/* padding-top: 80px; */
	/* padding-bottom: 10px; */
}

.core_technology {
	width: 100%;
	margin: 0 auto;
	padding-top: 70px;
	/* padding-bottom: 10px; */
}

.solution {
	width: 100%;
	margin: 0 auto;
	/* padding-top: 80px; */
	padding-bottom: 10px;
}

.about_con {
	width: 100%;
	margin: 0 auto;
	/* padding-top: 10px; */
}

.about_con p {
	line-height: 26px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
	padding-bottom: 8px;
}

.about_con .pic {
	width: 100%;
	/* padding-top: 1px; */
	position: relative;
	overflow: hidden;
}

.about_con .pic img {
	width: 100%;
	height: auto;
}

.about_con .pic em {
	*display: none;
	position: absolute;
	left: -550px;
	top: 0;
	width: 300px;
	height: 800px;
	/* rgba(232, 101, 27, 0.3) */
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(232, 101, 27, 0.3), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(232, 101, 27, 0.3), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(232, 101, 27, 0.3), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(232, 101, 27, 0.3), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(232, 101, 27, 0.3), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg);
	-moz-transition: 0s;
	-o-transition: 0s;
	-webkit-transition: 0s;
	transition: 0s;
	cursor: pointer;
}

.about_con .pic:hover em {
	left: 1200px;
	transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
}

.culture_content {
	width: 100%;
	background: #f2f2f2;
}

.culture {
	width: 65%;
	padding-top: 80px;
	background: none;
	padding-bottom: 86px;
	margin: 0 auto;
}

.cul_con {
	padding-top: 44px;
	width: 100%;
	margin: 0 auto;
}

.cul_con ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.cul_con li {
	width: 24%;

	margin-left: calc(4%/3);
}

.cul_con li:nth-child(4n+1) {
	margin-left: 0;
}

.cul_con li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cul_con li .pic img {
	width: 100%;
	height: auto;
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.cul_con li:hover .pic img {
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari */
	transform: scale(1.2);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.cul_con li .con h2 {
	padding-top: 1px;
	line-height: 41px;
	padding-left: 18px;
	/* background: url(../image/line.jpg) no-repeat left center; */
	font-size: 20px;
	font-family: '方正兰亭中黑';
	letter-spacing: 1px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}

.cul_con li .con h2:before {
	content: "";
	display: block;
	top: 10px;
	left: 0px;
	width: 5px;
	position: absolute;
	background: #0e3386;
	height: 20px;

	/* background: url(../image/line.jpg); */
}

.cul_con li .con p {
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.org {
	padding-top: 60px;
	padding-bottom: 80px;
}

.org_con {
	width: 1110px;
	padding-top: 35px;
	margin: 0 auto;
}

.org_con img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.honor {
	width: 1110px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 80px;
}

.honor_con {
	width: 1110px;
	padding-top: 68px;
	background: url(../image/honor_bg.png) no-repeat right top;
}

.hli1 li {
	width: 149px;
	height: 101px;
	float: left;
	margin-right: 20px;
	margin-bottom: 17px;
}

.hli2 li {
	width: 102px;
	height: 137px;
	float: left;
	margin-right: 24px;
	margin-bottom: 18px;
}

.contact {
	width: 65%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 88px;
}

.lxcon1 {
	width: 100%;
	margin: 0 auto 15px;
	margin-top: 60px;
	height: 166px;
	background: #f7f7f7;
	border: 1px #eeeeee solid;
}

.lxcon1 .left {
	text-align: center;
	width: 28%;
	height: 109px;
	margin-top: 36px;
	border-right: 1px #c1c1c1 solid;
	float: left;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.lxcon1 .left img {
	max-width: 90%;
	width: auto;
	height: auto;
	margin: 0 auto;
	max-height: 60px;

}

.lxcon1 .mid {
	/* padding-left: 33px; */
	margin-top: 36px;
	padding-top: 3px;
	width: 40%;
	float: left;
}

.lxcon1 .mid ul {
	width: 90%;
	margin: 0 auto;

}

.lxcon1 .mid li {
	line-height: 32px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-indent: 36px;
}

.lxcon1 .mid li:nth-child(1) {
	background: url(../image/location.svg) no-repeat left center;
	background-size: 22px;
}

.lxcon1 .mid li:nth-child(2) {
	background: url(../image/phone.svg) no-repeat left center;
	background-size: 25px;
}

.lxcon1 .mid li:nth-child(3) {
	background: url(../image/email.svg) no-repeat left center;
	background-size: 20px;
	background-position: 4px;
}

.lxcon1 .right {
	width: 30%;
	height: 109px;
	margin-top: 36px;
	border-left: 1px #c1c1c1 solid;
	float: left;
	text-align: center;
}

.lxcon1 .right .right_content {
	width: 90%;
	margin: 0 auto;

}

.lxcon1 .right .qr {
	/* padding-left: 33px; */
	width: 32%;
	height: auto;
	float: left;
}

.lxcon1 .right .qr img {
	width: 100%;
	height: auto;
}

.lxcon1 .right .p {
	width: 50%;
	/* padding-top: 3px; */
	padding-left: 18px;
	float: left;
}

.lxcon1 .right .p p {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	text-align: left;
	letter-spacing: 1px;
}

.lxcon2 {
	width: 100%;
	height: 438px;

	border: 1px #e6e6e6 solid;
	margin: 0 auto;
	background: #f7f7f7;
}

.clist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 15px auto;
	height: auto;
	background: #f7f7f7;
	border: 1px #eeeeee solid;
}

.cinfo {
	width: 40%;
	height: auto;
	margin-left: 8%;
	margin-right: 10%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 14px;
}

.cinfo p {
	width: 100%;
}


.idev_con {
	width: 1110px;
	margin: 0 auto;
	padding-top: 70px;
}

.idev_con .bd {
	width: 1110px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 352px;
	background: url(../image/timeline.png) no-repeat right 277px;
}

@media (max-width:1200px) {

	.idev_con,
	.idev_con .bd {
		width: 645px;
	}
}

/* .idev_con .bd{
	background: url(../image/timeline.png) no-repeat right 277px;
} */
@media (max-width:750px) {

	.idev_con,
	.idev_con .bd {
		width: 181px;
	}
}

.idev_con .bd li {
	width: 181px;
	height: 352px;
	margin-right: 51px;
}

.idev_con .bd li .con {
	width: 181px;
	height: 248px;
	padding-bottom: 12px;
	background: url(../image/bot.png) no-repeat center bottom;
}

.idev_con .bd li .pic {
	width: 181px;
	height: 117px;
}

.idev_con .bd li .pic img {

	padding: 12px 11px 0;
	background: #ffffffcf;
}

.idev_con .bd li .js {
	width: 181px;
	height: 117px;
	background: #fff;
	padding-top: 14px;
}

.idev_con .bd li .js p {
	width: 158px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0 auto;
	text-align: center;
}

.idev_con .bd li .year {
	padding-top: 39px;
	text-align: center;
	line-height: 53px;
	font-size: 24px;
	color: #fff;
	font-family: '黑体';
	font-weight: bold;
}

.idev_con .bd li .year span {
	font-size: 16px;
	font-family: '微软雅黑';
}

.idev_con .hd {
	width: 180px;
	margin: 0 auto;
	/* padding-top: 0px; */
}

.idev_con .hd .prev {
	display: block;
	width: 40px;
	height: 35px;
	background: #0e3386;
	float: left;
}

.idev_con .hd .next {
	display: block;
	width: 40px;
	height: 35px;
	background: #0e3386;
	float: right;
}

.idev_con .hd a img {
	display: block;
	margin: 0 auto;
	padding-top: 7px;
}

.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
}

.page_info span {
	padding: 0 2px;
	font-weight: bold;
}

.page_list {
	height: 24px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0;
	font-family: "Arial Black";
	font-size: 12px;
	margin-top: 20px;
}

.page_list a {
	display: inline-block;
	color: #898989;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	text-align: center;
	padding: 0 8px;
	margin: 0 1px;
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #898989;
	background: #898989;
}

.page_list a.on {
	color: #333;
	border: 1px solid #edbaba;
	background: #ffe0e0;
}

.news_infr {
	width: 100%;
}

.ztitle1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
	padding-top: 35px;
}

.ztitle2 {
	line-height: 40px;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px #eaeaea solid;
	font-size: 12px;
	color: #999;
	text-align: center;

}

.news_infr_con {
	width: 65%;
	margin: 0 auto;
	padding-top: 23px;
	padding-bottom: 43px;
}

.news_infr_con img {
	max-width: 100%;
	padding-bottom: 10px;
}

.news_infr_con p {
	line-height: 29px;
	font-size: 14px;
	color: #666;
	letter-spacing: 0.2px;
	padding-bottom: 15px;
}

.news_infr_bot {
	width: 143px;
	height: 27px;
	margin: 0 auto;
	padding-bottom: 51px;
}

.news_infr_bot a {
	display: block;
	float: left;
	margin-left: 9px;
	width: 65px;
	height: 25px;
	border: 1px #cacaca solid;
	line-height: 25px;
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.news_infr_bot a:first-child {
	margin-left: 0;
	text-align: center;
}

.news_infr_bot .niba:hover {
	background: #0e3386 !important;
	color: #fff;
}




.public_t {
	width: 100%;
	height: auto;
	margin: 0px auto;
	display: inline-block;
}

.public_t .title_l {
	float: left;
	color: #333;
	font-family: "方正兰亭中黑_GBK";
	font-size: 20px;
	line-height: 110px;
}

.public_t .title_l span {
	display: inline-block;
	margin-right: 7px;
	text-transform: uppercase;
}

.public_t .p_r {
	float: right;
	line-height: 110px;
}

.public_t .p_r a {
	display: inline-block;
}

.public_t .p_r a:hover {
	color: #cc0000;
}

.case-nav2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	margin: 0px auto;
	/* display: inline-block; */
}

.case-nav2 a {
	display: block;
	/* float: left; */
	width: 20%;
	text-align: center;
	background: #f0f3f6;
	line-height: 50px;
	height: 50px;

	border-left: 1px solid #fff;
	font-size: 15px;
	box-sizing: border-box;
}

.case-nav2 a:nth-child(5n+1) {
	margin-left: 0px;
	border-left: none;
}

.case-nav2 a.case-cur {
	background: #0e3386;
	color: #fff;
}

.case-nav2 a:hover {
	background: #0e3386;
	color: #fff;
}

.logo img {
	display: block;
	max-width: 150px;
	max-height: 50px;
	margin: 0 auto;
}

.logo a {
	display: block;
	width: 150px
}

.qrpic img {
	max-width: 100%;
}

#allmap {
	height: 100%;
}

.icoor_con p {
	line-height: 40px
}

.footer .fcontact li>a {
	color: #fff;
}

.ipro_box li:nth-child(3n+1) {
	margin-left: 0;
}

.left_bottom {
	width: 100%;
	float: left;
	padding-bottom: 10px;

	text-align: center;
	display: none;
}

.left_bottom a {
	/* padding: 10px 0px; */
	line-height: 25px;
}

@media (max-width:750px) {
	.icoor {
		padding-top: 30px;
	}

	.ititle h2,
	.ititle h2 span {
		font-size: 22px;
	}

	.ititle h3 {
		font-size: 15px;
	}

	.icoor_con {
		width: 90%;
		padding-top: 30px;
		padding-bottom: 35px;

	}

	.icoor_con li {
		width: calc(100%/3);
	}

	.case_con li {
		width: 45%;
		margin-left: calc(4%) !important;
	}

	.case_con li:nth-child(2n+1) {
		margin-left: 0px;
	}

	.ipro_box li {
		width: 100%;
		/*margin-left: 4% !important;*/
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	.ipro_box li:nth-child(2n+1) {
		margin-left: 0px;
	}

	/* .footer .right{
		display:none;
	} */

}

@media (max-width:1000px) {
	.left_bottom {
		display: block;
	}

	.footer .left {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}

	.footer .flink {
		width: 100%;
		text-align: center;
		margin: 15px 0px;
	}

	.footer .flink ul {
		padding: 0px;
		margin: 0px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}

	.footer .right {
		width: 100%;
		background: #000;
		padding-top: 21px;
	}

	.footer .fnav {
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}

	.footer .left .logo {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.icoor .icoor_con {
		padding-top: 10px;
	}

	.footer {
		height: auto;
		background: none !important;
	}

	.icoor_con p {
		line-height: 30px;
	}

	.footer .right_bot {
		width: 100%;
		padding: 20px 10%;
		box-sizing: border-box;
	}

	.footer .fcontact li:last-child {
		display: none;
	}
}

@media (max-width: 750px) {
	.footer .fcontact {
		width: 100%;
	}

	.footer .fqr {
		width: 55%;
		float: none;
		margin: 0 auto;
	}
}

@media (max-width:1230px) {
	.header .nav {
		display: none;
	}

	.header .menus {
		display: flex;
	}
}

@media (max-width:1300px) {
	.pro1 {
		width: 80%;
	}
}

@media (max-width:1000px) {

	.pro1,
	.pro1_nav {
		width: 90%;
	}

	.pro1 {
		padding-top: 40px;
	}
}

@media (max-width:1200px) {
	.news {
		width: 80%;
	}
}

@media (max-width:940px) {
	.news {
		width: 90%;
	}

	.news_con li .con p {
		margin-bottom: 14px;
	}

	.news_con li .con .more {
		height: 30px;
		line-height: 30px;
		width: 90px;
	}
}

@media (max-width:750px) {

	.news_con li .pic,
	.news_con li .con {
		width: 100%;
	}

	.pcase_content .case_con,
	.pcase_content .case_nav {
		width: 100%;

	}
}

@media (max-width:1900px) {
	.news_con li .con p {
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
}

@media (max-width:1500px) {
	.news_con li .con p {
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.pcase {
		width: 80%;
	}
}

@media (max-width:1100px) {
	.pcase_content .pcase {
		width: 90%;
	}

	.pcase_content .case_con li {
		width: 30%;
		margin-left: calc(10%/2);

	}

	.pcase_content .case_con li:nth-child(3n+1) {
		margin-left: 0px;
	}
}

@media (max-width:1100px) {
	.pcase_content .case_con li {
		width: 48%;
		margin-left: calc(2%) !important;

	}

	.pcase_content .case_con li:nth-child(2n+1) {
		margin-left: 0px !important;
	}
}

@media (max-width:760px) {
	.pcase_content .case_con li {
		width: 100%;
		margin-left: 0 !important;
	}
}

@media (max-width:1370px) {

	.service,
	.dl {
		width: 80%;
	}
}

@media (max-width:1100px) {
	.service {
		width: 90%;
	}

	.ser_con li .con p {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media (max-width:830px) {
	.ser_con li .con h2 {
		line-height: 50px;
	}
}

@media (max-width:750px) {
	.ser_con li .pic {
		width: 100%;
		float: none;
	}

	.ser_con li .con {
		width: 100%;
		height: auto;
		padding: 20px 0px;
		float: none;
		text-indent: 20px;
	}

	.ser_con li .con p {
		white-space: normal;
		padding: 0px 10px;
	}

	.ser_con li .con h2 {
		padding: 15px 10px 0px 10px;
	}
}

@media (max-width:1100px) {
	.dl_con li {
		margin-bottom: 20px;
		width: 48%;
		margin-left: calc(2%) !important;
	}

	.dl_con li:nth-child(2n+1) {
		margin-left: 0px !important;
	}

	.about,
	.culture,
	.contact {
		width: 80%;
	}

	.lxcon1 .mid li,
	.lxcon1 .right .p p {
		font-size: 10px;
	}
}

@media (max-width:750px) {
	.dl {
		width: 90%;
	}

	.dl_con li {
		width: 100%;
	}

	.rdl_nav {
		width: 90%;
		padding-bottom: 0px;
	}

	.rdl_nav li {
		width: 48%;
		margin-left: 4% !important;
		margin-bottom: 20px;

	}

	.rdl_nav li:nth-child(2n+1) {
		margin-left: 0px !important;
	}

	.rdl_box {
		width: 90%;
	}

	.rdl_box li {
		width: 100%;
		margin-right: 0px;
	}

	.section {
		width: 90%;
	}

	.about {
		width: 90%;
		padding-bottom: 40px;
	}

	.about_con .pic {
		padding-top: 1px;
	}

	.case-nav2 a {
		width: 50%;
		font-size: 10px;
		height: 40px;
		line-height: 40px;
	}

	.public_t .title_l,
	.public_t .p_r {
		line-height: 40px;
		font-size: 10px;
	}

	.public_t .p_r a {
		font-size: 10px;
	}

	.about,
	.culture,
	.contact {
		width: 90%;
	}
	
	.cul_con li {
		width: 100%;
		margin-left: 0px;
	}

	.cul_con li .con {
		padding: 20px 0px;
	}

	.contact {
		width: 90%;
	}

	/* .case-nav2 a{
	width:49%;
} */
	.cinfo {
		width: 100%;
	}
}

@media (max-width:1340px) {
	.lxcon1 .left {
		width: 20%;
	}

	.lxcon1 .mid {
		width: 48%;
	}
}

@media (max-width:880px) {
	.lxcon1 .left {
		display: none;
	}

	.lxcon1 .mid {
		width: 60%;

	}

	.lxcon1 .right {
		width: 38%;
	}
}

@media (max-width:770px) {
	.lxcon1 .mid {
		width: 50%;
	}

	.lxcon1 .mid ul {
		width: 90%;
		border: 1px solid red;
		/* border:none; */
	}
}

@media (max-width:750px) {
	.lxcon1 {
		height: auto;
	}

	.lxcon1 .mid {
		width: 98%;
		margin: 0 auto;
		float: none;
	}

	.lxcon1 .mid ul {
		width: 100%;

		border: none;
	}

	.lxcon1 .right {
		display: none;
	}
}

@media (max-width:1100px) {

	.ipro,
	.iabout {
		width: 80%;
	}

	.iabout .con p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		-webkit-box-orient: vertical;

	}
}

@media (max-width:750px) {

	.ipro,
	.iabout {
		width: 90%;
	}
}

@media (max-width:750px) {

	.iabout .pic,
	.iabout .con {
		width: 100%;
	}
}

@media (max-width:1200px) {

	.pro_infr,
	.news_infr_con,
	.icoor_con {
		width: 80%;
	}
}

@media (max-width:750px) {

	.pro_infr,
	.news_infr_con,
	.icoor_con {
		width: 90%;
	}

	.pi_top {
		padding-bottom: 40px;
	}

	.pi_top .left,
	.pi_top .right {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width:920px) {

	.pi_bot .left,
	.pi_bot .right {
		width: 100%;
	}
}

@media (max-width:750px) {
	/* .left_bottom a:nth-child(2){
	width:100%;
	display:block;
} */
}

@media (max-width:750px) {
	.about {
		padding-top: 20px;
	}

	.about_con {
		padding-top: 10px;
	}

	.culture {
		padding: 30px 0px 0px 0px;
	}

	.cul_con {
		padding-top: 20px;
	}

	.cul_con li {
		padding-bottom: 20px;
	}

	.idev .ititle {
		padding-top: 30px;
	}

	.idev_con {
		padding-top: 20px;
	}

	.idev {
		height: 590px;
	}

	.contact {
		padding: 30px 0px;
	}

	.lxcon1 {
		margin-top: 20px;
	}

	.service {
		padding: 30px 0px;
	}

	.ser_con,
	.dl_con {
		padding-top: 20px;
	}

	.dl {
		padding-bottom: 40px;
	}

	.rdl {
		padding: 40px 0px;
	}

	.rdl_nav {
		padding-top: 20px;
	}

	.news {
		padding: 30px 0px 40px 0px;
	}

	.news_nav {
		padding: 15px 0px;
	}

	.news_con li {
		padding-top: 10px;
	}

	.ztitle1 {
		font-size: 18px;
	}

	.pcase {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.case_nav a {
		margin-left: calc(6%/2);
	}

	.case_nav {
		margin-top: 15px;
	}

	.case_con {
		margin-top: 30px;
	}

	.page_list {
		padding-top: 0px;
	}

	.news_infr_con {
		padding-bottom: 15px;
	}

	.pro1_nav {
		margin-bottom: 80px;
		width: 100%;
	}

	.pro1_con .more {
		margin-top: 25px;
	}

	.pro1 {
		padding-bottom: 40px;
	}

	.pi_bot_lnav li {
		font-size: 13px;
	}

	.pi_bot .right {
		margin-top: 20px;
	}

	.pro_infr {
		padding-bottom: 40px;
	}

	.news_nav {
		width: 100%;
	}

	.news_nav a {
		width: 48%;
	}
}

.footer .wechat {
	position: relative;
}

.footer .wechat .wechat_img {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -130px;
	left: -45px;
	display: none;
}

.footer .wechat:hover .wechat_img {
	display: block;
}

.left_bottom a:nth-of-type(1) {
	display: block;
}

.left_bottom a {
	display: inline-block;
}

@media screen and (max-width:1000px) {
	.logo img {
		max-height: 40px;
	}
}

@media screen and (max-width:1366px){
	.iabout .pic,
	.iabout .con{
		width: 100%;
	}
	.iabout .con .more{
		float: none;
		margin: 20px auto 0;
	}
	.iabout .con h2{
		margin: 20px auto;
	}
}

#about4 {
	padding: 70px 0 60px;
	background: #F2F2F2;
}


#about4 .swiper-wrapper {
	/* padding: 75px 0; */
}

#about4 .swiper-wrapper img {
	max-width: 100%;
}

#about4 .swiper-pagination-bullet {
	background: url('/static/image/kradius.svg') no-repeat center/100%;
	width: 20px;
	height: 20px;
	opacity: 1;
}

#about4 .swiper-pagination-bullet-active {
	background: url('/static/image/radius.svg') no-repeat center/100%;
}

@media screen and (max-width:1000px) {
	.news_nav {
		flex-wrap: wrap;

	}

	.news_nav a {
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.news_nav a:nth-child(1) {
		margin-left: 10px;
	}
}

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

@media screen and (min-width:481px) and (max-width:991px) {}

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