@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: "微软雅黑";
}

* {
  padding: 0;
  margin: 0;
}
body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

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

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

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

a:hover {
	color: #b30d04;
}

img {
	border: none;
}

em {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
a,li {
	font-weight: normal;
	font-style: normal;
}
p
{
font-family:"Times New Roman",Georgia,Serif;
font-style: 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;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}


/*首页顶部*/
.header {
	/*width: 1110px;*/
	margin: auto;
	height: 89px;
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}


.header .logo {
	height: 29px;
	float: left;
	/*padding-top: 27px;*/
	padding-left: 40px;
}
.header .logo img{
	height: 80px;
	width: 80px;
	margin-top: 5px;
}

.header .nav {
	float: right;
	
}
.header .nav ul{
	display: flex;
}

.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;
}
.nav-oth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
    transition: ease all .3s;
}

.header .nav a:hover {}

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

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


/*首页产品展示*/
.ipro {
	width: 100%;
	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: #b30d04;
}

.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: 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;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ipro_nav ul {
	display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px;
}

.ipro_nav li {
	width: 124px;
	height: 34px;
	border: 1px #b5b5b5 solid;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-top: 15px;
	float: left;
	cursor: pointer;
	border-radius: 4px;
}

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

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

.ipro_con {
	padding-top: 52px;
}

.ipro_box {
	
	margin: 0 auto;
	display: none;
	text-align: center;
}
.ipro_box ul {
	display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;

}

.ipro_box li {
	width: 250px;
	height: 250px;
	border: 1px #ebebeb solid;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

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

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

.ipro_box .pic em {
	position: absolute;
	width: 100%;
	height: 100%;
	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 h3 {
	width: 250px;
	height: 30px;
	border-top: 1px #ebebeb solid;
	background: #f3f3f3;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
}

/*首页解决方案*/
.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: #b30d04 !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: #b30d04;
	border: 1px #b30d04 solid;
}

/*首页关于我们*/
.iabout {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 80px auto 80px;
	height: auto;
}
.iabout-con {
	display: flex;
	
	
}


.iabout .pic img{
	width: 500px;
	height: 500px;
	float: left;
	padding-top: 79px;
	position: relative;
}
@media (max-width: 1200px) {
	.iabout .pic img{
	width: 450px;
    	height: 450px;
}
}
@media (max-width: 900px) {
	.iabout-con{
		display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	margin-top: 10px;
	}
.iabout .con h2 {
	text-align: center;
}
}

@media (max-width: 480px) {
  .iabout .con h2{
    font-size: 20px;
  }
.iabout .pic img {
	width: 280px;
	height: 300px;
}
.iabout .con {
padding-top: 25px;
}
}

.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 .iabout-con .con {
	display: flex;
    flex-direction: column;
	justify-content: flex-start;
	
	margin-left: 15px;
}

@media (max-width: 480px) {
.iabout .iabout-con .con {
	padding-top: 25px;
	}
.iabout .pic img {
	padding-top: 35px;
}
}

.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: #b30d04;
	border: 1px #b30d04 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 {
	
	margin: 0 auto;
	padding-top: 48px;
}

.inews_con .bd {
	margin: 0 auto;
	
	
}
.inews_con .bd ul{
display: flex;
	align-items: center;
	flex-wrap: wrap;
justify-content: center;
}
.inews_con .hd {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.inews_con .bd li {
	
	height: 270px;
	padding: 5px;
	border: 1px #bfbfbf solid;
	margin-right: 10px;
	
}
.inews_con .bd li a {
	display: flex;
}
@media (max-width: 768px) {
	#myCarousel .ht {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.inews_con .bd li {
		width: 100%;
		margin-bottom: 10px;
	}
.inews_con .bd li a {
  align-items: center;
}
}


.inews_con .hd {
	width: 90%;
	
margin-top: 30px;
}
.inews_con .hd a {
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;
	border-radius: 6px;
width: 120px;
text-align: center;
}


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

.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;
	height: 46px;
}

.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;
margin-top: 30px;
}

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

.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 {
	
	margin: 0 auto;
	padding-top: 51px;
	padding-bottom: 105px;
padding-left: 15px;
}
.icoor_con ul {
display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.icoor_con li {
	width: 214px;
	height: 143px;
	margin-bottom: 10px;
	margin-right: 10px;
}



.icoor_con li img {

	width: 214px;
	height: 143px;
}
@media (max-width: 767px) {
	.icoor_con {
		width: 100%;
	}
	.icoor_con ul {
		justify-content: center;
	}
}

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

.footer .left {
	width: 294px;
	height: 307px;
	background: #b30d04;
	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 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: 768px;
	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: 768px;
	padding-top: 27px;
}

.footer .fcontact {
	width: 500px;
	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: 245px;
	float: right;
	padding-top: 9px;
}
.footer .fqr li{
	padding: 5px;
	color: #999;
}

.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;
}
.zbanner img {
	width: 100%;
	height: 100%;
}

/*产品展示*/
.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;
}
.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;
}*/




.pro1_nav {
	/*width: 895px;*/
	height: 41px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pro1_nav li {
	width: 88px;
	height: 34px;
	border: 1px #b5b5b5 solid;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-bottom: 15px;
	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: #b30d04 !important;
	border: 1px #b30d04 solid !important;
}

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

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

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

.pro2_nav li a {
	display: block;
}

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

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

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

.pro2_con .ipro_box li .bot h3{
	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: #b30d04;
	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 {
	padding-bottom: 100px;
}

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

.pi_top {
	padding-bottom: 68px;
	width: 100%;
	display: flex;
	
}

.pi_top .left {
	width: 395px;
	height: 295px;
	border: 1px #c7c7c7 solid;
}

.pi_top .left img {
	width: 100%;
	height: 100%;
}

.pi_top .right {
	margin-left: 20px;
}

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

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

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

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

.pi_bot {
	display: flex;
	justify-content: space-between;
}

.pi_bot .left {
	
	width: 60%;
}

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

.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.png) no-repeat center bottom;
}

.pi_bot_con {
	
	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: 25%;
}

.pi_bot_rnav {
	
	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;
}
@media (max-width: 767px) {
	.pi_bot {
		flex-direction: column;
	}
	.pi_bot .left {
		width: 100%;
	}
	.pi_bot .right {
		width: 100%;
	}
	.pi_bot_rnav {
		width: 100%;
	}
	.pi_re {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
}



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

.pi_re li .pic {
	
	position: relative;
	overflow: hidden;
}
.pi_re li .pic img {
	width: 100%;
	height: 100%;
}
.pi_re li .pic em {
	position: absolute;
	width: 100%;
	height: 100%;
	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 h3{

	height: 45px;
	border-top: 1px #ebebeb solid;
	background: #f3f3f3;
	line-height: 45px;
	font-size: #333;
	letter-spacing: 1px;
	text-align: center;
}
@media (max-width: 767px) {
	.pi_re li .pic img {
		width: 285px;
		height: 285px
	}
}
@media (max-width: 480px) {
	.pi_top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.pi_re .pic img{
		width: 285px;
		height: 285px;
	}
	.pi_top .left {
		width: 280px;
		height: 280px;
	}
	.pi_top .right h1{
		text-align: center;
		margin-top: 10px;
	}
}

/*解决方案*/
.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: #b30d04 !important;
	border: 1px #b30d04 solid !important;
}

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

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

/*新闻资讯*/

.news {
	
	margin: 0 auto;
	padding-top: 63px;
	padding-bottom: 117px;
}

.news_nav {
	padding-top: 35px;
	padding-bottom: 33px;
	height: 45px;
	margin: 0 auto;
	display: flex;
	width: 100%;
	justify-content: center;
}

.news_nav a {
	display: block;
	width: 200px;
	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: #b30d04 !important;
	border: 1px #b30d04 solid !important;
}

.news_nav_cur {
	color: #fff !important;
	background: #b30d04 !important;
	border: 1px #b30d04 solid !important;
}
.news_con ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.news_con li {
	display: flex;
	height: 158px;
	padding-top: 28px;
	padding-bottom: 32px;
	border-bottom: 1px #b5b5b5 dashed;
}

@media (max-width:767){
	.news_nav{
		width: 380px;
	}
	.news_nav a {
		width: 160px;
	}
}


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

.news_con li .con {
	
}

.news_con li .con h2 a {
	line-height: 38px;
	font-size: 14px;
	color: #333;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.news_con li .con p {
	width: 804px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
	margin-bottom: 20px;
}

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

.news_con_custom {
	margin-top: 30px;
}
.news_con_custom ul {
	display: flex;
	flex-direction: column;
}
.news_con_custom ul li {
	display: flex;
	align-items: center;
	height: 300px;
	width: 100%;
	border-bottom: 1px dashed #999;
}


.news_con_custom ul li img {
	width: 288px;
	height: 200px;
	object-fit: cover;
}
.news_con_custom .con_custom{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 30px;
	height: 72%;width: 80%;
}
.news_con_custom .con_custom h2 a {
	font-size: 20px;
}
.con_custom .more {
	
	border: 1px solid red;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 100px;
	border-radius: 6px;
	background-color: red;
	color: white;
}
@media (max-width: 767px) {
	.news_con_custom img{
		width: 200px;
		height: 150px;
	}
	.con_custom p{
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.con_custom h2 {
		font-size: 16px;
	}

}
@media (max-width: 480px) {
	.news_con_custom ul li{
		flex-direction: column;
		height: 420px;
	}
	.con_custom {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.news_con_custom img{
		width: 180px;
		height: 120px;
		margin-top: 20px;
	}
	.con_custom h2 {
		font-size: 16px;
	}
}

/*服务下载*/
.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: #b30d04;
}

.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: #b30d04 !important;
	border: 1px #b30d04 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 {
	margin: 0 auto;
	padding-top: 49px;
	padding-bottom: 93px;
}

.about_con {
	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 {
	padding-top: 66px;
	position: relative;
}
.about_con .pic img {
	width: 100%;
	height: 100%;
}

.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;
	margin: 0 auto;
}
.cul_con ul {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width:767px) {
	.cul_con ul {
		justify-content: center;
	}
}
.cul_con li {
	
	width: 262px;
	
	margin-left: 20px;
}



.cul_con li .pic {
	width: 262px;
	height: 361px;
	margin-top: 14px;
	overflow: hidden;
}


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

.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 {
	padding-top: 50px;
	padding-bottom: 88px;
}

.lxcon1 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto 15px;
	margin-top: 60px;
	background: #f7f7f7;
	border: 1px #eeeeee solid;
}


.lxcon1 .left {
	
	height: 109px;
	margin-top: 36px;
	float: left;
	position: relative;
}

.lxcon1 .mid {
	padding-left: 33px;
	margin-top: 36px;
	padding-top: 3px;
}

.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 {
	margin-top: 36px;
	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 {
	height: 438px;
	padding: 14px;
	border: 1px #e6e6e6 solid;
	margin: 0 auto;
	background: #f7f7f7;
}

@media (max-width:767px) {
	.lxcon1 {
		flex-direction: column;
		align-items: flex-start;

	}
	.lxcon1 .right {
		margin-top: 36px;
		border-left: 0px #c1c1c1 solid;
		padding-left: 0;
		width: 100%;
	}
	.lxcon1 .mid {
		padding-left: 0;
		margin-top: 36px;
		padding-top: 3px;
		width: 100%;
		
	}
	.lxcon1 .mid li:nth-child(1) {
		background: url("");
	}
	.lxcon1 .mid li:nth-child(2) {
		background: url("");
	}
	.lxcon1 .mid li:nth-child(3) {
		background: url("");
	}
}

.clist {
	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: 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: #ffffffcf;
	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: '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: rgba(179, 13, 4, 1);
	float: left;
}

.idev_con .hd .next {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(179, 13, 4, 1);
	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_container {
	display: flex;
	justify-content: flex-start;
	margin-left: 20px;
}
.news_infr {
	width: 70%;
}
.col-lg-2 {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 80px;
}
.recommed-blog {
	width: 100%;
	margin-top: 50px;
}
.recommed-blog p {
	color: #828282;
	font-size: 16px;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.tag-group a{
	display: inline-block;
    margin-right: 2px;
    cursor: pointer;
    padding: 4px 10px 3px;
    background: #333;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    color: #f2f2f2;
    margin: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #333;
}
.group {
	margin-top: 20px;
	width: 90%;
}
.group p{
	margin-top: 20px;
	width: 90%;
}
.re-news p{
	font-size: 12px;
	color: #333;
}
@media (max-width:767px) {
	.news_container {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-left: 10px;
	}
	.col-lg-2 {
		width: 80%;
		margin-left: 0;
	}
}
.ztitle1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
	padding-top: 35px;
}

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

.news_infr_con {
	width: 100%;
	margin: 0 auto;
	padding-top: 23px;
	padding-bottom: 43px;
	word-break:break-all;
}

.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: #d91518 !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: flex;
	align-items: center;
	justify-content: center;
}

.case-nav2 a {
	display: block;
	float: left;
	width: 25%;
	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: #d61518;
	color: #fff;
}

.case-nav2 a:hover {
	background: #d61518;
	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;
}
@media(max-width: 480px) {
	.ipro_box li{
		margin-right: 0;
	}
}
.ipro_box li:nth-child(3n+1) {
    margin-left: 0;
}
a.on{
	color: #b30d04;
}
.page {
	text-align: center;
}
.page a{
	display: inline-block;
	margin: 0 5px;
	color: #999;
	font-size: 14px;
}
.page a.on{
	color: #b30d04;
	font-weight: 500;
}
.clear_beian {
	text-align: center;
	display: flex;
	color: white;
	width: 700px;
	padding-top: 20px;
	/*align-items: center;*/
	/*justify-content: center;*/
}
.clear_beian a {
	color: white;
	/*align-items: center;*/
	/*justify-content: center;*/
}

.carousel {
  height: 500px;
  margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
  }
  
  /* Flip around the padding for proper display in narrow viewports */
  .navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar .container {
    width: auto;
  }
  .navbar {
    background-color: white;
    border-bottom: 0px solid white;
    padding: 0 20px;
  }
  .navbar-brand {
    font-size: 20px;
    color: black;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: red;
    background-color: rgba(1, 1, 1, 0);
  }
  .navbar-default .navbar-nav>.active>a:active{
    color: red;
  }
  .navbar {
    padding: 10px;
  }
  
  @media (min-width: 768px) {
    .navbar-header {
      margin-left: 30px !important;
    }
    .navbar {
      padding-right: 40px !important;
    }
  }
  
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.navbar-brand img{
  width: 60px;
  height: 60px;
  padding: 0;
  margin-top: -20px;
  margin-left: 30px;
}
.navbar-collapse .navbar-right .cur {
  color: #b30d04;
}
@media (max-width: 767px) {
	.ipro_nav {
	   margin-top: 60px;
	}
  	.ipro_box {
		margin-top: 30px;
	}
	.ipro_box ul {
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.ipro_nav {
		margin-top: 100px;
	}
	.ipro_con {
		margin-top: 100px;
	}
	
}

@media (max-width: 320px) {
	.ipro_p {
		display: none;
	}
	.ipro_nav {
		margin-top: 150px;
	}
	.ipro_con {
		margin-top: 80px;
	}
	.ipro_box li {
		margin-right: 10px;
	}

}





.footer-background {
  width: 100%;
  background: url("../image/footer_bg1.jpg");
  height: 280px;
  position: relative;
}

.container-fluid .con {
  /* width: 80%; */
  display: flex;
  margin-top: 100px;
  justify-content: space-around
  ;
  /* margin-left: 10%; */

  
}
.container-fluid .con .con-left {
  width: 280px;
  background-color: tomato;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 280px;

}
.container-fluid .con .con-left p{
  color: white;
  font-size: 16px;
  text-align: center;
}
.container-fluid .con .con-left .con-left-qq a img{
  width: 30px;
  height: 30px;
  margin-top: 30px;
}
.container-fluid .con .con-right {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.container-fluid .con .con-right-li ul{
  display: flex;
  margin-top: 60px;
}
.container-fluid .con .con-right-li ul li{
  list-style: none;
  /* margin-right: 30px; */
  padding: 0 30px;
  border-right: 1px solid white;
  
}
.container-fluid .con .con-right-li ul li a {
  color: white;
  font-size: 14px;
  text-align: center;
}
.con-right-info {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-left: 28px;
  margin-top: 20px;
}
.con-right-info-left {

}

.con-right-info-left {

}
.con-right-info-left ul li {
  list-style: none;
  color: #999;
  margin-top: 10px;
}
.con-right-info-right ul li {
  list-style: none;
  color: #999;
  margin-top: 10px;
}
.con-right-bottom {
  margin-left: 30px;
  margin-top: 10px;
}
.con-right-bottom a {
  color: white;
}
.footer-background .con {
	display: flex;
}

.footer-background .con .youlian {
	  margin-top: 20px;
	  width: 20%;
	  padding-left: 20px;
	  
}
.footer-background .con .youlian ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: auto;
}

.footer-background .con .fot {
	display: flex;
	width: 80%;
}
.footer-background .con .youlian  span {
	color: #999;
	width: 120px;
	height: 22px;
}

.footer-background .con .youlian ul li a{
	color: #999;
}
.footer-background .con .youlian ul li {
margin-left: 10px;
height: 20px;
}
@media (max-width: 919px) {
	.footer-background {
		background: url("");
		background-color: whitesmoke;
		height: 340px;
	}
	.footer-background .con {
		flex-direction: column;
		align-items: center;
		
	}
	.con-right-bottom a{
		color: black;
	  }
	  .footer-background .con .fot .con-left {
		  display: none;
	  }
	  .container-fluid .con .fot .con-right-li ul li a {
		color: black;
	  }
	  .footer-background .con .youlian {
		width: 90%;
		padding-top: 20px;
	  }
	  .footer-background .con .youlian  span {
		  color: #666;
	  }
	  .footer-background .con .youlian ul {
		  display: flex;
		  flex-direction: row;
		  flex-wrap: wrap;
	  }
	  
	  .footer-background .con .youlian ul li a{
		color: #666;
		}
		
  }
@media (max-width: 630px) {
	.fot .con-right .con-right-li {
		display: none;
	  }
}
@media (max-width: 480px) {
	.footer-background {
		height: 400px;
	}
	.footer-background .con .fot .con-right .con-right-info {
		display: flex;
		flex-direction: column;
		/* align-items: center; */
	}
	.footer-background .con .fot{
		margin-left: 0;
		background-color: whitesmoke;
		height: 100%;
	}
	.fot .con-right .con-right-li {
		display: none;
	  }
	  .footer-background .con .youlian {
		  width: 90%;
	  }
}
/* 联系我们 */
.cooperation-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	
  }
  .cooperation-con ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
  }
  .cooperation-con ul li{
	list-style: none;
	padding: 10px;
  }
  .cooperation-con-img {
	width: 240px;
	height: 180px;
	background-color: brown;
  }
.product-title {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 80px;
  }
  .product-title h2 {
	text-align: center;
	font-size: 30px;
  }
  .product-title h3 {
	color: #999;
	font-size: 18px;
	text-align: center;
  }
  .fh5co-contact-info ul {
	  margin-top: 20px;
  }
  .fh5co-contact-info ul li{
	list-style: none;
	padding: 10px 0;
	
  }
  .fh5co-contact-info ul li a{
	color: #333;
  }
  .fh5co-contact-info h3 {
	  font-size: 22px;
	  color: #333;
  }
  .lxcon2 {
	  width: 100%;
	  height: 438px;
	  padding: 14px;
	  border: 1px #e6e6e6 solid;
	  margin: 0 auto;
	  background: #f7f7f7;
  }

  #allmap{
	  height: 100%;
  }
  .col-md-5 {
	margin-top: 30px;
  }
  .col-md-6 h3{
	  font-size: 22px;
	  margin-top: 30px;
	  color: #666;
	  font-weight: 600;
  }
  #contactForm {
	  margin-top: 30px;
  }


  