@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: #FC6001;
}

img {
	border: none;
}

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: 1110px;
	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: 1110px;
	margin: 0 auto;
	height: 89px;
}

.header .logo {
	height: 29px;
	float: left;
	padding-top: 5px;
	padding-left: 40px;
}
.header .logo img{max-height:78px;}
.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: 14px;
	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: #FC6001;
	font-weight: bold;
}

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

/*首页产品展示*/
.ipro {
	width: 1110px;
	margin: 0 auto;
	padding-top: 49px;
	padding-bottom: 84px;
}

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

.ititle h2 span {
	color: #FC6001;
}

.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: 1110px;
	margin: 0 auto;
	padding-top: 22px;
	padding-bottom: 25px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1.2px;
	text-align: center;
}

.ipro_nav {
	width: 602px;
	height: 41px;
	margin: 0 auto;
}

.ipro_nav li {
	width: 113px;
	height: 39px;
	border: 1px #b5b5b5 solid;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	margin-left: 42px;
	float: left;
	cursor: pointer;
}
.ipro_nav li a,.rdl_nav li a{display:inline-block;width:100%;}
.rdl_nav li.rdl_nav_cur a:hover{color:#fff;}
.ipro_nav li:nth-child(1) {
	margin-left: 0;
}

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

.ipro_con {
	padding-top: 52px;
}

.ipro_box {
	width: 1110px;
	margin: 0 auto;
	display: none;
}

.ipro_box li {
	width: 350px;
	height: 290px;
	border: 1px #ebebeb solid;
	float: left;
	margin-left: 27px;
}

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

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

.ipro_box .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 */
}

.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: 350px;
	height: 49px;
	border-top: 1px #ebebeb solid;
	background: #f3f3f3;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 49px;
}

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

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

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

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

.icase_con {
	padding-top: 63px;
	width: 1110px;
	margin: 0 auto;
}

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

.icase_nav_cur {
	color: #FC6001 !important;
}

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

.icase_nav ul li {
	line-height: 42px;
	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;
	
	display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制为3行 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.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: #FC6001;
	border: 1px #FC6001 solid;
}

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

.iabout .pic {
	width: 500px;
	height: 400px;
	float: left;
	padding-top: 79px;
	position: relative;
	overflow: hidden;
}

.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: 550px;
	float: right;
	padding-top: 85px;
}

.iabout .con h2 {
	line-height: 69px;
	font-size: 20px;
	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;
}

.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: #FC6001;
	border: 1px #FC6001 solid;
}

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

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

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

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

/*首页新闻资讯*/
.inews {
	padding-top: 65px;
	padding-bottom: 73px;
}

.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: #FC6001;
}

.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: #FC6001;
}

.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: 1110px;
	margin: 0 auto;
	padding-top: 51px;
	padding-bottom: 105px;
}

.icoor_con li {
	width: 184px;
	height: 143px;
	float: left;
	margin-bottom: 1px;
	margin-right: 1px;
	float: left;
	position: relative;
}

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

.icoor_con li img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 184px;
	height: 143px;
}

.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: 458px;
	/*background: url(../image/footer_bg.jpg) no-repeat center;*/
}

.footer_con {
	width: 1210px;
	margin: 0 auto;
}

.footer .left {
	width: 294px;
	height: 458px;
	background: #fff;
	float: left;
}

.footer .left .logo {
	width: 199px;
	/*height: 28px;*/
	margin: 0 auto;
	padding-top: 11px;
    padding-bottom: 17px;
}
.footer .left .logo img{max-height: 100px; margin: 0 auto;}
.footer .left p {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	line-height: 24px;
	opacity: 0.6;
}

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

.footer .flink li {
	width: 32px;
	height: 32px;
	margin-left: 17px;
	float: left;
}

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

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

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

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

.footer .fnav a {
	display: inline-block;
	padding-left: 24px;
	padding-right: 24px;
	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: 800px;
	padding-top: 27px;
}

.footer .fcontact {
	width: 800px;
	float: left;
}

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

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

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

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

/*.footer .fcontact li:nth-child(4) {*/
/*	background: url(../image/fli4.png) no-repeat left center;*/
/*}*/

.footer .fqr {
	width: 145px;
	float: right;
	padding-top: 9px;
}

.footer .fqr .qrpic {
	width: 115px;
	height: 112px;
	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: 89px;
}

/*产品展示*/
.pro1 {
	width: 1110px;
	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: 895px;
	height: 43px;
	margin: 0 auto 53px;
}

.pro1_nav li {
	width: 199px;
	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;
}

.pro1_nav li a {
	display: block;
}

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

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

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

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

.pro1_nav_cur a {
	color: #fff !important;
	background: #FC6001 !important;
	border: 1px #FC6001 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: #FC6001 !important;
	border: 1px #FC6001 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: #FC6001 !important;
	border: 1px #FC6001 solid !important;
}

.pro2_nav li a {
	display: block;
}

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

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

.pro2_nav_cur {
	color: #fff !important;
	background: #FC6001 !important;
	border: 1px #FC6001 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: #FC6001 !important;
	border: 1px #FC6001 solid !important;
}

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

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

.ser_con {
	padding-top: 62px;
}

.ser_con li {
	width: 1110px;
	margin-bottom: 13px;
	height: 183px;
}

.ser_con li .pic {
	width: 281px;
	height: 181px;
	float: left;
	border: 1px #c1c1c1 solid;
}

.ser_con li .con {
	width: 827px;
	float: right;
	background: #f8f8f8;
	height: 183px;
}

.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: #FC6001;
	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 {
	width: 100%;
	background: #f3f3f3;
	padding-top: 60px;
	padding-bottom: 100px;
}

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

.case_con li {
	width: 261px;
	height: 280px;
	margin-right: 22px;
	margin-bottom: 33px;
	float: left;
}

.case_con li:nth-child(4n) {
	margin-right: 0;
}

.case_con li .pic {
	width: 261px;
	height: 237px;
	overflow: hidden;
}

.case_con li .pic img {
	-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: 259px;
	height: 42px;
	border: 1px #c7c7c7 solid;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: center;
}

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

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

.pi_top {
	padding-bottom: 68px;
}

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

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

.pi_top .right {
	width: 622px;
	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: 500px;
}

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

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

.pi_bot {
	width: 1110px;
	margin: 0 auto;
}

.pi_bot .left {
	width: 767px;
	float: left;
}

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

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

.pi_bot_cur {
	background: url(../image/pi_bot_cur.png) no-repeat center bottom;
}

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

.pi_bot_box {
	display: none;
}

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

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

.pi_bot .right {
	width: 320px;
	float: right;
}

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

.pi_bot_rnav li {
	width: 132px;
	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: 318px;
	height: 264px;
	border: 1px #ebebeb solid;
}

.pi_re li .pic {
	width: 318px;
	height: 218px;
	position: relative;
	overflow: hidden;
}

.pi_re li .pic em {
	position: absolute;
	width: 318px;
	height: 218px;
	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 */
}

.pi_re 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 */
}

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

/*解决方案*/
.case_nav {
	width: 593px;
	height: 44px;
	margin: 25px auto 0;
}

.case_nav a {
	display: block;
	width: 171px;
	height: 42px;
	border: 1px #b5b5b5 solid;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	margin-left: 29px;
	float: left;
}

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

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

.case_nav_cur {
	color: #fff !important;
	background: #FC6001 !important;
	border: 1px #FC6001 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: #FC6001 !important;
	border: 1px #FC6001 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: #FC6001;
}

.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: #FC6001;
}

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

.news_nav {
	padding-top: 35px;
	padding-bottom: 33px;
	width: 443px;
	height: 45px;
	margin: 0 auto;
}

.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;
}

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

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

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

.news_con li {
	width: 1110px;
	margin: 0 auto;
	height: 158px;
	padding-top: 28px;
	padding-bottom: 32px;
	border-bottom: 1px #b5b5b5 dashed;
}

.news_con li .pic {
	width: 273px;
	height: 158px;
	float: left;
}

.news_con li .con {
	width: 804px;
	float: right;
}

.news_con li .con h2 a {
	line-height: 38px;
	font-size: 14px;
	color: #333;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 8px;
	display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制为3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_con li .con p {
	width: 804px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
	margin-bottom: 20px;
	display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制为3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

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

.dl_con li {
	width: 275px;
	height: 317px;
	float: left;
	margin-left: 3px;
}

.dl_con li:hover {
	opacity: 0.8;
}

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

.dl_con li .pic {
	width: 275px;
	height: 223px;
}

.dl_con li .bot {
	width: 275px;
	height: 94px;
	background: #FC6001;
}

.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: 769px;
	height: 44px;
	margin: 0 auto;
	padding-bottom: 47px;
}

.rdl_nav li {
	width: 173px;
	height: 42px;
	float: left;
	border: 1px #c9ccd2 solid;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 42px;
	margin-left: 22px;
	cursor: pointer;
}

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

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

.rdl_box {
	width: 1110px;
	margin: 0 auto;
	display: none;
}

.rdl_box li {
	width: 528px;
	float: left;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px #bebebe dashed;
	margin-right: 54px;
	color: #333;
}

.rdl_box li a {
	display: block;
	padding-right: 44px;
	width: 480px;
	/*background: url(../image/d_icon2.png) no-repeat right center;*/
}

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

.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: 1110px;
	margin: 0 auto;
	padding-top: 49px;
	padding-bottom: 93px;
}

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

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

.about_con .pic {
	width: 1110px;
	padding-top: 66px;
	position: relative;
	overflow: hidden;
}

.about_con .pic em {
	*display: none;
	position: absolute;
	left: -550px;
	top: 0;
	width: 300px;
	height: 800px;
	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;
}

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

.culture {
	padding-top: 80px;
	background: #f2f2f2;
	padding-bottom: 86px;
}

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

.cul_con li {
	width: 262px;
	float: left;
	margin-left: 20px;
}

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

.cul_con li .pic {
	width: 262px;
	height: 161px;
	overflow: hidden;
}

.cul_con li .pic img {
	-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;
}

.cul_con li .con p {
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
}

.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: 100%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 88px;
}

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

.lxcon1 .left {
	width: 284px;
    height: 109px;
    margin-top: 36px;
    border-right: 1px #c1c1c1 solid;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lxcon1 .left img {max-height:100%;}
.lxcon1 .mid {
	padding-left: 33px;
	margin-top: 36px;
	padding-top: 3px;
	width: 720px;
	float: left;
}

.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/add.png) no-repeat left center;background-size: 25px;*/
/*}*/

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

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

.lxcon1 .right {
	width: 384px;
	height: 109px;
	margin-top: 36px;
	border-left: 1px #c1c1c1 solid;
	float: left;
}

.lxcon1 .right .qr {
	padding-left: 33px;
	width: 108px;
	height: 108px;
	float: left;
}

.lxcon1 .right .p {
	padding-top: 3px;
	padding-left: 18px;
	float: left;
}

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

.lxcon2 {
	width: 1080px;
	height: 438px;
	padding: 14px;
	border: 1px #e6e6e6 solid;
	margin: 0 auto;
	background: #f7f7f7;
}

.clist {
	width: 1108px;
	margin: 15px auto;
	height: auto;
	background: #f7f7f7;
	border: 1px #eeeeee solid;
}

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



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

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

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

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

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

.idev_con .bd li .pic img {
	padding: 12px  0;
	background: #ffffffcf;
	width: 100%;
	max-width: 100%;
	margin:  0 auto;
}

.idev_con .bd li .js {
	width: 100%;
	height: 130px;
	background: #ffffffcf;
	padding-top: 14px;
}

.idev_con .bd li .js p {
	width: 100%;
	font-size: 11px;
	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: 'BNHRDMOB';
	font-weight: bold;
}

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

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

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

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

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

.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;
	width: 1100px;
    margin: 0 auto;
}

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

.news_infr_con {
	width: 1100px;
	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: 234px;
	height: 27px;
	margin: 0 auto;
	padding-bottom: 51px;
}

.news_infr_bot a {
	display: block;
	float: left;
	margin-left: 9px;
	width: 110px;
	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: #FC6001 !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 {
	width: 100%;
	height: auto;
	margin: 0px auto;
	display: inline-block;
}

.case-nav2 a {
	display: block;
	float: left;
	width: 221.2px;
	text-align: center;
	background: #f0f3f6;
	line-height: 50px;
	height: 50px;
	border-left: 1px solid #fff;
	font-size: 15px;
}

.case-nav2 a:first-child {
	border-left: none;
}

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

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

.logo img {
	display: block;
	max-width: 150px;
}

.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: #999;
}
.ipro_box li:nth-child(3n+1) {
    margin-left: 0;
}
