@charset "utf-8";
/* CSS Document */
/*--------/首页/--------*/
#banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center top;
	-webkit-backface-visibility: hidden;
}
#banner .swiper-slide .banner-text-con {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	top: 40%;
}
#banner .swiper-slide .banner-text-con h4 {
	font-size: 4.8rem;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
	color: #7dc01d;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
}
#banner .swiper-slide .banner-text-con p {
	font-size: 2.8rem;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
	color: #fff;
	line-height: 1.7;
}
#banner .swiper-slide .banner-text-con a.more {
	font-size: 1.5rem;
	color: #fff;
	background-color: #649a17;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 6px 22px;
	display: inline-block;
	margin-top: 20px;
	transition: .2s ease-out;
}
#banner .swiper-slide .banner-text-con a.more:hover {
	background-color: #4b7311;
}
#banner .swiper-slide .banner-text-con p i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/dot.png) no-repeat;
	margin-right: 5px;
}
#banner .swiper-slide .banner-text-con p span {
	padding-right: 15px;
}
/*-----banner1-----*/
#banner .swiper-slide:first-child .banner-text-con section {
	text-align: center;
}
/*-----banner2-----*/
#banner .swiper-slide:nth-of-type(2) .banner-text-con section {
	float: right;
	text-align: right;
}
/*----------banner3---------*/
#banner .swiper-slide:last-child .banner-text-con section {
	float: left;
	text-align: left;
}
/*---------------------------*/
#banner .swiper-slide .banner-text-con img {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#banner img {
	max-width: 100%;
	display: block;
}
/*-----首页选项滑动特效----*/
#tabs .tabs-nav {
	/*background-color: #f2f2f2;
		border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}
#tabs .swiper-wrapper {
	/*	border-bottom: none;
*/	margin: 0 auto 30px;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
flex-wrap:wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tabs .swiper-wrapper.flex-start {
	/*-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;*/
}
/*#tabs .swiper-slide:first-child {
	border-left: 1px solid #ddd;
}*/
#tabs .swiper-slide {
	width: auto;
	/*border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;*/
margin:10px;
}
#tabs .swiper-slide a {
    color: #666;
    font-size: 1.6rem;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #f2f2f2;
    border-top-left-radius: 10px;
}
#tabs .swiper-slide a:hover {
	/*	color:#7dc01d;
*/	background: #e2e2e2;
}
#tabs .tabs-nav li.active a {
	color: #7dc01d;
	background: #fff;
	border-top: 2px solid #7dc01d;
	margin-top: -1px;
	margin-bottom: -1px;
	border-bottom: 1px solid #fff;
	padding: 9px 20px 10px;
}
/*---选项卡滚动条----*/
#tabs .swiper-scrollbar {
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 26px;
}
#tabs .swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.2);
}
/*-----机房设备-----*/
#tabs-container {
	margin: 0 -10px;
}
/*--------首页小标题-----*/
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: 20px;
	position: relative;
}
main>section hgroup>h2::after {
	background: #8fc320 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}
/*-------（第一部分）产品系列-------*/
main#index > section {
	position: relative;
	padding: 50px 0;
}
/*-------合作伙伴-------*/
#wrapper1 {
	background: url(../images/wp1-bg.jpg) center no-repeat;
}
#wrapper1 .col {
	/*	width: 25%;*/	
	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;
}

/*------图片左右滚动箭头-----*/
#wrapper1 .owl-carousel .owl-controls .owl-nav div {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #ebebeb;
	border-radius: 0;
	color: #ebebeb;
	font-size: 18px;
	height: 40px;
	left: 0;
	line-height: 34px;
	margin-top: -20px;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 400ms ease-in 0s;
	width: 40px;
}
#wrapper1 .owl-carousel .owl-controls .owl-nav div.owl-next {
	left: auto;
	right: 0;
}
#wrapper1 .owl-carousel:hover .owl-controls .owl-nav div {
	opacity: 1
}
#wrapper1 .owl-carousel .owl-controls .owl-nav div:hover {
	color: #0067ac;
	border-color: #0067ac;
}




/*-----机房设备----*/
#wrapper1 .col section {
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	-moz-box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	position: relative;
	overflow: hidden;
}
#wrapper1 .col section h3 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 8px 5px;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper1 .col section h3 {
	position: absolute;
	left: 0;
	bottom: -32px;
	padding: 0;
	width: 100%;
	text-align: center;
	line-height: 32px;
	height: 32px;
	background-color: rgba(51, 51, 51, 0.68);
}
/*-----------------------------*/
#wrapper1 .col section>a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#wrapper1 .col section 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 .col section 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);
}
/*---------解决方案---------*/
#wrapper7 {
	background: url(../images/wp2-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}
#wrapper7 .case-list .col {
	width: 25%;
	padding: 0 10px;
}
.feature {
	transition: .3s;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.16);
}
.feature:hover {
	-webkit-box-shadow: 0 7px 15px rgba(0,0,0,.2);
	box-shadow: 0 7px 15px rgba(0,0,0,.2);
	-webkit-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	transform: translate(0, -8px);
	text-decoration: none;
}
.feature img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.feature h3 {
	font-size: 1.5rem;
	color: #333;
	font-weight: normal;
	padding: 0 18px;
	line-height: 46px;
	background: #fff url(../images/dot2.png) no-repeat 95%;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper7 .case-tab {
	text-align: center;
	margin-bottom: 30px;
}
#wrapper7 .case-tab a {
	border: 1px solid #7dc01d;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 15px;
	margin: 0 5px;
	font-size: 1.5rem;
	color: #666;
}
#wrapper7 .case-tab a:hover, #wrapper7 .case-tab a.active {
	background: #7dc01d;
	color: #fff;
}
/*--------产品系列列表--------------*/
#wrapper3 .news-list {
	margin: -15px -10px 0;
}
/*-----第二部分（公司简介）-----*/
#wrapper2 {
	position: relative;
	overflow: visible;
	background: url(../images/1528448112.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0 !important;
}
#wrapper2 img {
	float: left;
	clear: right;
	margin-right: 30px;
	max-width: 100%;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#wrapper2 .content {
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
}
#wrapper2 h2 {
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: capitalize;
}
#wrapper2 p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 15px;
}
#wrapper2 ul {
	margin-bottom: 20px;
}
#wrapper2 li {
	line-height: 2;
	font-size: 1.6rem;
	color: #666;
}
#wrapper2 li i {
	color: #0099e1;
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
}
#wrapper2 .button {
	color: #fff;
}
#wrapper2 a.more {
	position: relative;
	display: inline-block;
	color: inherit;
	background-color: #8fc320;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6rem;
	padding: .3em 1em;
	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: 0.7em;
	padding-right: 2em;
}
#wrapper2 a.more:hover:after {
	margin-left: 0;
	opacity: 1;
}
/*----新闻中心------*/
#wrapper3 {
	background-color: #F3F6FA;
}
#wrapper3 .news-list figure {
	width: calc(50% - 20px);
	float: left;
	display: inline;
	padding: 15px 0;
	margin: 0 10px;
	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;
	border-bottom: 1px solid #eee;
}
#wrapper3 .news-list figure img {
	float: left;
	width: 30%;
	border: 1px solid #e8e8e8;
}
#wrapper3 .news-list figure figcaption {
	float: left;
	width: 70%;
}
#wrapper3 .news-list figure h3 {
	font-size: 1.8rem;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	padding-left: 20px;
	padding-top: 5px;
	font-weight: normal;
}
#wrapper3 .news-list figure h3 a:hover {
	text-decoration: underline;
}
/*----新闻列表内容-----*/
#wrapper3 .news-list figure figcaption p {
	line-height: 1.7;
	color: #888;
	padding: 5px 0px 5px 20px;
}
#wrapper3 .news-list figure figcaption>.pubtime {
	color: #888;
	padding-left: 20px;
}
/*-----------新闻和联系我们-----------*/
main#index > section#wrapper5 {
	background: url(../images/news-bg.jpg) repeat center;
	padding: 30px 0 40px;
}
#wrapper5 .contact-right {
	width: 350px;
	border: 1px solid #E5E5E5;
	background: #fff;
}
#wrapper5 .news-left {
	margin-right: 20px;
	width: calc(100% - 370px);
	border: 1px solid #E5E5E5;
	background: #fff;
}
#wrapper5 ul.tabs li a {
	padding: 8px 25px;
	font-size: 1.8rem;
}
#wrapper5 ul.tabs li.active a {
	padding: 7px 25px 8px;
}
/*----新闻中心------*/
#wrapper5 .news-list figure {
	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;
}
#wrapper5 .news-list figure > a {
	width: 250px;
}
#wrapper5 .news-list figure a.readmore {
	font-size: 1.3rem;
	padding-top: 20px;
	color: #888;
}
#wrapper5 .news-list figure a.readmore:hover {
	color: #7dc01d;
}
#wrapper5 .contact-right a.readmore {
	padding-top: 10px;
	font-size: 1.3rem;
	color: #888;
	padding-right: 20px;
	padding-bottom: 10px;
}
#wrapper5 .contact-right a.readmore:hover {
	color: #7dc01d;
}
#wrapper5 .news-list figure img {
	border: 1px solid #e8e8e8;
}
#wrapper5 .news-list figure figcaption {
	width: calc(100% - 250px);
	padding: 0 0 0 20px;
}
#wrapper5 .news-list figure h3 {
	font-size: 1.6rem;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	font-weight: normal;
	line-height: 1.7;
}
#wrapper5 .news-list figure h3 a:hover {
	text-decoration: underline;
}
/*----新闻列表内容-----*/
#wrapper5 .news-list figure figcaption p {
	line-height: 1.7;
	color: #888;
	height: 70px;
	overflow: hidden;
}
#wrapper5 .news-list ul {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}
#wrapper5 .news-list ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	border-bottom: 1px dashed #BABABA;
	padding-left: 25px;
}
#wrapper5 .news-list ul li a {
	display: block;
	width: calc(100% - 85px);
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper5 .news-list ul li a:hover {
	text-decoration: underline;
}
#wrapper5 .news-list ul li span {
	float: right;
	text-align: right;
	color: #CCC;
	font-size: 1.4rem;
	width: 85px;
}
/*-----首页联系我们----*/
#wrapper5 .contact-right a:hover {
	text-decoration: underline;
}
#wrapper5 .contact-right h3 {
	font-size: 1.8rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #90c221;
	margin: 15px 0 15px;
	padding-left: 20px;
}
#wrapper5 .contact-right h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 24px;
	background: #90c221;
}
#wrapper5 .contact-right ul {
	padding: 0 20px;
}
#wrapper5 .contact-right ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	padding-left: 25px;
	font-size: 1.4rem;
	border-bottom: 1px dashed #BABABA;
}
/*----- /公司简介/-------*/
#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;
}
.details .tab-content 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 h2, #content .profile h3 {
	font-weight: 600;
}
#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 section {
	text-align: center;
	margin: 0 10px;
}
#content ul.product-list li img {
	width: 100%;
}
#content ul.product-list li a {
	background: #ddd;
	padding: 1px;
	display: block;
}
#content ul.product-list li a:hover {
	background: #7dc01d;
	color: #fff;
}
#content ul.product-list >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;
}
#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:0;
}
#content hgroup > figure {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	padding: 20px 0;
}
#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: 1.8rem;
}
#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;
}
/*----新闻列表内容-----*/
#content hgroup>figure figcaption p {
	line-height: 1.65;
	padding: 0 15px 10px;
	color: #999;
}
#content hgroup>figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
#content .news-info {
	margin: 0 auto;
	padding: 30px;
}
#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 10px;
}
#content .news-info header p.p1 {
	line-height: 28px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info header p.p1 time, #content .news-info header p.p1 span {
	padding-right: 10px;
}
#content .news-info header 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.7;
	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 h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.news-info .news-body h4 {
	font-size: 1.5rem;
	margin-bottom: 8px;
}
.news-info .news-body h3, .news-info .news-body h4 {
	font-weight: 600;
}
/*-----联系我们-----*/
.contact img {
	max-width: none;
}
