@charset "utf-8";
/* CSS Document */
/*-------banner图-----*/

#banner {
	width: 100%;
	overflow: hidden;
}
#banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center;
	-webkit-backface-visibility: hidden;
}
#banner .swiper-slide .banner-text-con {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#banner img {
	max-width: 100%;
	display: block;
}
/*-----------第一部分-----------*/
#wrapper1 {
	background: url(../images/zsb.jpg) no-repeat center top;/*background: #fafafa;*/;
}
#wrapper1 .category-list {
	width: 20%;
	/*background: url(../images/pbg.jpg) repeat;*/
	/*background-color:#f2f2f2;*/
	position: relative;
}

#wrapper1 .category-list a {
	color: #333;
	text-transform: capitalize;
	font-size: 1.5rem;
	height: 52px;
	line-height: 52px;
	text-align: left;
	padding-left:20px;
	margin: 0 auto 7px auto;
	font-weight: normal;
	background-color:#f0f0f0;
	width:100%;
	display:block;
	border-radius:5px;
}

#wrapper1 .category-list a:hover{
	color: #fff;
	background-color:#c9261c;
}

#wrapper1 .category-list .bt{
	color: #fff;
	background-color:#d9261c;
	font-size: 20px;
	font-weight:800;
	padding:17px 22px;
	text-align:center;
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
	border-radius:5px;
}
#wrapper1 .category-list .bt span { text-align:center; font-size:14px; display:block; padding-top:10px; color:#CCCCCC; font-weight:normal;text-transform:uppercase}

/*--------产品系列列表--------------*/

#wrapper1 .product-list {
    margin-left: 20px;
	width: calc(80% - 20px);
	
}
#wrapper1 .product-list ul li {
	width: 33.33333333%;
	text-align: center;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	
}
#wrapper1 .product-list ul li:nth-of-type(2) {
	margin-bottom: 20px;
}
#wrapper1 .product-list ul li div {
	margin: 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	border-radius:5px;
}
#wrapper1 .product-list ul li div:hover {
	border: 1px solid #d9261c;
}
#wrapper1 .product-list ul li div h3 {
	font-weight: normal;
	font-size: 1.6rem;
	padding: 10px 5px;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	background: #f0f0f0;
}
#wrapper1 .product-list ul li div::after {
	content: '';
	z-index: -1;
	bottom: -16px;
	width: 256px;
	height: 37px;
	left: 50%;
	margin-left: -128px;
	position: absolute;
}
/*----------------------*/
#wrapper1 .product-list ul li div > a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#wrapper1 .product-list ul li div img {
	width: 100%;
	-webkit-transition: transform 0.3s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
#wrapper1 .product-list ul li div > a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/*--------首页小标题-----*/
main>section hgroup {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
	text-transform: capitalize;
}
main>section hgroup>h2 {
	font-size: 3.2rem;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative;
	font-weight:bold;
}
main>section hgroup>h2::after {
	/*background: #2767BF none repeat scroll 0 0;*/
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}
main>section hgroup>h3 {
	font-size: 1.6rem;
	color: rgba(217,38,28,0.75);
	font-weight: normal;
	text-transform:uppercase;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}
main>section hgroup>h3:before,main>section hgroup>h3:after {content: "";width: 34px;height: 1px;background: rgba(217,38,28,0.75);position: absolute;top: 50%;margin-top: -1px;}
main>section hgroup>h3:before {right: 100%;}
main>section hgroup>h3:after {left: 100%;}

/*-------（第一部分）产品系列-------*/
main#index > section {
	padding: 50px 0;
}
/*---------解决方案---------*/
#wrapper7 {
	background: url(../images/wp2-bg.jpg) no-repeat center top;
	background-size: cover;
}
#wrapper7 .col {
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#wrapper7 .col div {
	transition: .3s;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.16);
}
#wrapper7 .col h3 {
	font-size: 1.6rem;
	font-weight: normal;
	padding: 0 18px;
	height: 50px;
	line-height: 50px;
	background: #fff url(../images/dot2.png) no-repeat 95%;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
/*-----第二部分（公司简介）-----*/
#wrapper2 {
	display: block;
	position: relative;
	overflow: visible;
	/*background: url(../images/inabout.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-color:#06449b;
	padding: 0 !important;
	
}
#wrapper2 .leftimg{ width:50%; float:left;}
#wrapper2 img {
	float: left;
	clear: right;
	width: 100%;
}
#wrapper2 .rightcon{ width:50%; float:left; padding:3%; }
#wrapper2 .rightcon .content {
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
}
#wrapper2 h2 {
	font-size: 3.6rem;
	font-weight: 800;
	margin-bottom: 25px;
	text-transform: capitalize;
}
#wrapper2 p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 15px;
}
#wrapper2 ul {
	margin-bottom: 20px;
}
#wrapper2 li {
	line-height: 2;
	font-size: 1.6rem;
	color: #666;
}
#wrapper2 li i {
	color: #454545;
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
}
#wrapper2 .button {
	color: #333;
	margin-top: 30px;
}
#wrapper2 a.more {
	position: relative;
	display: inline-block;
	color: inherit;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.3rem;
	padding: .6em 3em;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#wrapper2 a.more::after {
	font-family: FontAwesome !important;
	position: absolute;
	margin-left: -1em;
	right: 10px;
	opacity: 0;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	content: "\f101";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#wrapper2 a.more:hover {
	letter-spacing: 0px;
	padding-left: 2em;
	padding-right: 4em;
	background-color: #ff0000;
	color:#FFFFFF
}
#wrapper2 a.more:hover:after {
	margin-left: 0;
	opacity: 1;
}

.bg1 {background: url(../images/fabg.jpg) no-repeat center 0 / cover #f5f5f5;}
.bg1 .section-title {color: #fff;}
.bg1 .section-title:after {display: none;}

.in-jjfa {margin-left: -28px;}
.in-jjfa li {float: left;width: 20%;}
.in-jjfa li img{width: 100%;}
.in-jjfa li a {display: block;margin-left: 28px;border-bottom: 3px solid #dddddd;}
.in-jjfa li .img-cover {position: relative;}
.in-jjfa li .img-cover span {padding-top: 66.7%;}
.in-jjfa li .img-cover p {background-color: rgba(0,0,0,0.6);color: #fff;position: absolute;left: 0;bottom: 0;width: 100%;margin: 0;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;padding: 12px 0;}
.in-jjfa li a:hover .img-cover p {background-color: rgba(217,38,28,0.85);}

/*-----------公司介绍-----------*/
.section-title {text-align: center;margin-bottom: 50px;font-size: 32px;font-weight: bold;}
.section-title small {display: block;font-weight: normal;font-size: 18px;}
.section-title:after {display: block;content: '';background: url(../images/cptit.jpg) no-repeat center bottom / auto 100%;height: 18px;margin-top: 20px;}
.bg2 {background: url(../images/inabout.jpg) no-repeat center / cover;color: #333;}
.bg2 .section-title:after {background-image: url(../images/cptit.png);}

.in-rz {margin-left: -52px;}
.in-rz li {float: left;width: 131px;margin-left: 82px; font-size:16px}
.in-rz li .wrap {display: table;width: 100%;height: 131px;position: relative;}
.in-rz li .wrap:before {position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: '';background: url(../images/rzico.png) no-repeat 0 0;-webkit-transition: all 0.5s;transition: all 0.5s;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.in-rz li .inner {display: table-cell;vertical-align: middle;text-align: center;padding: 0 25px;}
.in-rz li .inner p {margin: 0;}
.in-rz li:nth-child(2) .wrap:before {background-position: -214px 0;}
.in-rz li:nth-child(3) .wrap:before {background-position: -428px 0;}
.in-rz li:nth-child(4) .wrap:before {background-position: -642px 0;}
.in-rz li:nth-child(5) .wrap:before {background-position: -856px 0;}
.in-rz li:nth-child(6) .wrap:before {background-position: -1069px 0;}
.in-rz li .wrap:hover:before {-webkit-transform: rotate(360deg);transform: rotate(360deg);}

.in-rz-tel {margin-top: 50px;text-align: center;}
.in-rz-tel p {margin: 0 auto;width: 480px;background: url(../images/rztel.png) no-repeat 0 0;height: 64px;padding-left: 110px;font-size: 16px;line-height: 44px;}
.in-rz-tel strong {color: #333;font-size: 36px;}

.bg3 {background-color: #f5f5f5;}
.bg3 .section-title:after {background-image: url(../images/zjtit.jpg);}

.in-about {background-color: #fff;margin: 0;}
.in-about dt {float: left;width: 770px;}
.in-about dt img{width:100%; max-width:770px;}
.in-about dd {margin-left: 770px;padding: 40px;}
.in-about dd h4 {margin: 0 0 30px;font-size: 24px;}
.in-about dd h4 small {display: block;font-weight: normal;font-size: 14px;color: #999;letter-spacing: -1px;}
.in-about dd h4:after {display: block;content: '';width: 130px;height: 3px;background-color: #d9261c;margin-top: 15px;}
.in-about dd p {margin: 0;color: #666;line-height: 1.8;text-align: justify;}
.in-about dd .more {display: block;margin-top: 40px;line-height: 40px;width: 135px;text-align: center;color: #fff;background-color: #d9261c;}
.in-about dd .more:hover {display: block;margin-top: 40px;line-height: 40px;width: 135px;text-align: center;color: #fff;background-color: #454545;}

.news-left {float: left;width: 560px;}
.news-left a {display: block;background-color: #f8f8f8;padding: 40px; color:#333;}
.news-left h4 {margin: 0 0 20px;font-size: 18px;font-weight: normal;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.news-left .date {font-size: 24px;color: #ccc;font-weight: 100;font-family: Impact;margin-bottom: 20px;line-height: 1;}
.news-left .img-center {overflow: hidden;}
.news-left .img-center img {-webkit-transition: all 0.5s;transition: all 0.5s;width: 100%;height: auto;}
.news-left .more {display: block;text-align: center;margin-top: 30px;color: #fff;width: 140px;line-height: 37px;background-color: #d9261c;font-size: 18px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.news-left a:hover .img-center img {-webkit-transform: scale(1.1);transform: scale(1.1);color:#d9261c;}
.news-left a:hover {color:#d9261c;}
.news-left a:hover .more {-webkit-transform: translateY(-10px);transform: translateY(-10px); color:#fff;}
.news-right {float: right;width: 560px;}

.list-2 li a {display: block;border-bottom: 1px solid #e5e5e5;padding: 40px 20px 36px 38px;overflow: hidden;}
.list-2 li .date {float: right;text-align: right;}
.list-2 li .date span {display: block;font-family: Impact;color: #ccc;font-size: 22px;margin-bottom: 20px;}
.list-2 li .date i {width: 40px;border-left: 1px solid #e5e5e5;text-align: right;line-height: 20px;font-size: 0;display: inline-block;}
.list-2 li .date i:before {content: '\e90f';font-family: icomoon;color: #999;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;vertical-align: middle;line-height: 1;-webkit-font-smoothing: antialiased;-webkit-transition: all 0.5s;transition: all 0.5s;font-size: 20px;display: block;text-align: center;}
.list-2 li .text {margin: 0 100px 0 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.list-2 li .text h4 {margin: 0;font-weight: normal;color: #666;font-size: 16px;position: relative;-webkit-transition: all 0.5s;transition: all 0.5s;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.list-2 li .text h4:before {position: absolute;content: "\f111";font-family: FontAwesome;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;left: -20px;-webkit-transform: scale(0.6);transform: scale(0.6);top: 50%;font-size: 12px;margin-top: -6px;}
.list-2 li .text p {font-size: 13px;line-height: 2;height: 52px;overflow: hidden;margin: 10px 0 0;color: #999;}
.list-2 li a:hover {-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.08);box-shadow: 0 10px 30px rgba(0,0,0,.08);}
.list-2 li a:hover .text {-webkit-transform: translateX(10px);transform: translateX(10px);}
.list-2 li a:hover .text h4 {color: #d9261c;}
.list-2 li a:hover .date i:before {-webkit-transform: translateX(10px);transform: translateX(10px);}

/*-----------新闻和联系我们-----------*/
#innews {
   background-color:#f9f9f9;
   /*background-image:url(../images/shapes.png);*/
}
#innews .col {
	margin: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-color:#FFFFFF;
}
#innews .single-post {
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	border: 1px solid #fff;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#innews .single-post img {
	width: 100%;
}
#innews .single-post:hover {
	border: 1px solid #ccc;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
#innews ul.post-date {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 55px;
	text-align: center;
	z-index: 99;
}
#innews ul.post-date li {
	height: 24px;
	line-height: 24px;
}
#innews ul.post-date li:first-child {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	background: #fff;
	color: #4c4f60;
}
#innews ul.post-date li:last-child {
	color: #fff;
	background: #2767BF;
}
#innews .post-content {
	padding: 15px;
}
#innews .post-content h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;  
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
#innews .post-meta {
	font-size: 1.2rem;
	color: #8287a7;
	margin-bottom: 20px;
}
#innews .post-meta li:not(:last-child) {
	margin-right: 10px;
}
#innews .post-meta li span {
	color: #4c4f60;
}
#innews hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
#innews p {
	line-height: 1.8;
	margin-bottom: 25px;
	height: 75px;
	overflow: hidden;
}
#innews .post-content .btn {
	position: relative;
	text-transform: capitalize;
	border: 1px solid #2767BF;
	padding: 8px 30px;
	overflow: hidden;
	color: #31333e;
}
#innews .post-content .btn:hover {
	background-color: #2767BF;
	color: #fff;
}


/*----- /公司简介/-------*/
#content .left-info {
	padding: 30px;
}
#content .profile {
	font-size: 1.5rem;
	line-height: 1.7;
}
#content .profile > ul, .details .tab-content ul{
	margin-bottom: 1.5rem;
}
#content .profile > ul > li, .details .tab-content ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left:15px;
}
#content .profile ul > li > p{
	margin-left:-15px;
}
#content .profile > ul > li span, .details .tab-content ul >li span {
	font-size: 1.6rem;
	font-weight: 600;
}
#content .profile h1, #content .profile h2, #content .profile h3 {
	font-weight: 600;
}
#content .profile h1 {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
#content .profile h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}
#content .profile h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
/*#content .profile p {
	margin-bottom: 15px;
}*/
#content .profile table p {
	margin-bottom: 0;
}
#content .profile img[align*="left"] {
	margin-right: 15px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
/*------/产品列表/-------*/
#content ul.product-list {
	margin: 0 -10px;
	padding: 20px;
}
#content ul.product-list li {
	width: 33.333333%;
	height: 100%;
	margin-bottom: 25px;
}
#content ul.product-list li div {
	text-align: center;
	margin: 0 10px;
}
#content ul.product-list li img {
	width: 100%;
}
#content ul.product li a {
	background: #ddd;
	padding: 1px;
	display: block;
}
#content ul.product li a:hover {
	background: #d9261c;
	color: #fff;
}
#content ul.product >li h3 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 42px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
/*-----/产品简介页/-----*/
#content .pro-info {
	padding: 20px;
}
#content .panel {
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 20px;
}
#content .panel .fl {
	width: 400px;
	float: left;
	display: inline;
}
#content .panel .fr {
	width: calc(100% - 400px);
	float: left;
	display: inline;
	padding-left: 20px;
}
#content .panel .fr > h2 {
	font-size: 2.4rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	position: relative;
	border-bottom: 1px solid #cacaca;
}
/*-------产品详情页--------*/
#content .details {
	clear: both;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
#content .nav-about {
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-weight:bold;
	font-size:18px;
}
#content .nav-about i {
	font-size: .8rem;
	margin-right: 8px;
	vertical-align: middle;
}
/*----旋转木马轮播---*/
#content .profile .company-active {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.company-active .col {
	text-align: center;
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.company-active .col .single-brand {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.company-active .col .single-brand img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
.company-active .col .single-brand:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.company-active .col .single-brand .cover {
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 28px;
	height: 28px;
	background-color: rgba(51, 51, 51, 0.6);
}
/*------新闻列表与详情页-----*/
#content hgroup {
	height: auto !important;
	overflow: hidden;
	padding: 20px;
}
#content hgroup > figure:first-child{
	padding-top:20px;
}
#content hgroup > figure {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	padding: 20px 10px;
}
#content hgroup>figure:hover {
	background-color: #f8f8f8;
}
#content hgroup>figure:last-child {
	margin-bottom: 0;
}
/*-----新闻列表标题-----*/
#content hgroup>figure img {
	float: left;
	width: 25%;
	border: 1px solid #e8e8e8;
}
#content hgroup>figure figcaption {
	float: left;
	width: 75%;
}
#content hgroup>figure h3 {
	font-weight: normal;
	padding-left: 15px;
	font-size: 2rem;
}
#content hgroup>figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content hgroup>figure>figcaption>span {
	color: #999;
	padding-left: 15px;
	padding-top: 15px;
}
/*----新闻列表内容-----*/
#content hgroup>figure figcaption p {
	font-size: 12px;
	line-height: 20px;
	height:80px;
	padding: 10px 15px 10px;
	color: #999;
	overflow: hidden;
}
#content hgroup>figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
#content .news-info {
	margin: 0 auto;
	padding: 30px;
}
#content .news-info .new-tit {
	text-align: center;
}
#content .news-info .new-tit h1 {
	font-size: 2.8rem;
	font-weight:bold;
	margin-bottom: 20px;
}
#content .news-info .new-tit p.p1 {
	line-height: 28px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info .new-tit p.p1 time, #content .news-info .new-tit p.p1 span {
	padding-right: 10px;
}
#content .news-info .new-tit p.p2 {
	font-size: 1.3rem;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	padding: 20px 0px 20px 0px;
	line-height: 1.8;
	font-size: 1.6rem;
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom: 25px;
}
.news-info .news-body .proimgs img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.news-info .news-body .prodes {
	height: auto !important;
	overflow: hidden;
}
/*.news-info .news-body p {
	margin-bottom: 20px;
}*/
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news-info .news-body h2 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.news-info .news-body h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.news-info .news-body h4 {
	font-size: 1.6rem;
	margin-bottom: 8px;
}
.news-info .news-body h2, .news-info .news-body h3, .news-info .news-body h4 {
	font-weight: 600;
}

.news-info .xgnew{ overflow:hidden; padding-top:50px;}
.news-info .xgnew .xgtit{ font-size:24px; padding-bottom:10px; color:#CC0000; line-height:35px; border-bottom:1px solid #ccc; font-weight:bold;}
.news-info .xgnew li{list-style:none; border-bottom:1px dashed #ccc;margin-bottom:10px;}
.news-info .xgnew li a{font-size:18px; font-weight:bold; line-height:45px; color:#333333;}
.news-info .xgnew li a:hover{color:#ff0000;}
.news-info .xgnew li span{display:block; padding-bottom:15px; color:#777; line-height:24px;}

/*-----联系我们-----*/
.contact img {
	max-width: none;
}

.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.row-a2 {
overflow: hidden;
}
.g-tit01_x {
	text-align: center;
	margin-bottom: 60px;
}
.g-tit01_x .tit {
	margin-bottom: 5px;
	font-size: 30px;
	color: #434343;
	font-weight: bold;
}
.g-tit01_x p {
	font-size: 16px;
	color: #666;
}
.ul-imgtxt02_x {
	margin-top: 60px;
}
.ul-imgtxt02_x li {
	overflow: hidden;
	position: relative;
}
.ul-imgtxt02_x li:last-child {
	padding-bottom: 36px;
}
.ul-imgtxt02_x li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #ccc;
	z-index: -1;
}
.ul-imgtxt02_x li .pic {
	float: left;
	width: 44%;
	height: 238px;
	text-align: right;
}
.ul-imgtxt02_x li:nth-child(2n) .pic {
	float: right;
	text-align: left;
}
.ul-imgtxt02_x li .pic img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	border:1px solid #ccc;
	padding:2px;
}
.ul-imgtxt02_x li .txt {
	overflow: hidden;
	float: left;
	width: 56%;
}
.ul-imgtxt02_x li:nth-child(2n) .txt {
	text-align: right;
}
.ul-imgtxt02_x li .txt .word {
	float: left;
	width: 21%;
	height: 238px;
}
.ul-imgtxt02_x li:nth-child(2n) .txt .word {
	float: right;
}
.ul-imgtxt02_x li .txt .word span {
	display: block;
	margin: 0 auto;
	width: 74px;
	height: 74px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 74px;
	border-radius: 50%;
	background-color: #2767bf;
}
.ul-imgtxt02_x li .txt .tit {
	overflow: hidden;
	padding-top: 10px;
	font-size: 24px;
	color: #5a5a5a;
	line-height: 2.2;
}
.ul-imgtxt02_x li .txt .tit strong {
	color: #2767bf;
}
.ul-imgtxt02_x li .txt .desc {
	overflow: hidden;
	font-size: 16px;
	color: #444;
	line-height: 2.2;
}


.index_youshi01{height: 172px;background: url(../Images/04.png)no-repeat center;text-align: center;}
.index_youshi01 h1{color: #FFFFFF;font-size: 48px;margin-top: 30px;margin-bottom: 20px;}
.index_youshi01 h2{color: #ffffff;font-size: 24px;}


.index_youshi01_neirong{width: 1260px;margin: auto;padding-top: 50px;padding-bottom: 50px;height: 480px;background: url('../Images/05.png')no-repeat 400px 60px;}

.index_youshi01_neirong .box22{ border:0;verflow:hidden;}
.index_youshi01_neirong .box22 .title{height:60px;color: #333;font-size: 26px;font-weight:bold;}
.index_youshi01_neirong .box22 .title:after{display: block;content:" ";width: 30px;height: 5px;background-color: #d9261c;margin-top: 10px;margin-bottom: 10px;}
.index_youshi01_neirong .box22 p{display: block;width: 360px; line-height:24px; o}

.index_youshi01_neirong .box22:nth-child(1){float: left;width: 400px;margin-top: 30px;}
.index_youshi01_neirong .box22:nth-child(2){float: right;width: 360px;margin-top: 30px;}
.index_youshi01_neirong .box22:nth-child(3){float: left;width: 600px;margin-top:100px;}
.index_youshi01_neirong .box22:nth-child(4){float: right; width: 360px;margin-top: 100px;}

.hidden{overflow: hidden;}

/*文字透明变化*/
.biaoti h1{
    animation-name: breath;                       
    animation-duration: 3s;                        
    animation-timing-function: ease-in-out;         
    animation-iteration-count: infinite;          
    -webkit-animation-name: breath;               
    -webkit-animation-duration: 3s;                 
    -webkit-animation-timing-function: ease-in-out; 
    -webkit-animation-iteration-count: infinite;
}
.biaoti h2{
    animation-name: breath;                       
    animation-duration: 4s;                        
    animation-timing-function: ease-in-out;         
    animation-iteration-count: infinite;          
    -webkit-animation-name: breath;               
    -webkit-animation-duration: 4s;                 
    -webkit-animation-timing-function: ease-in-out; 
    -webkit-animation-iteration-count: infinite;
}