

* {
	margin: 0;
	padding: 0;
}
div,figure,img,input,button {
	box-sizing: border-box;
}
body {
	max-width: 1920px;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
}


ul,ol {
	list-style: outside none none;
}
li {
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #dc202f;
}
hr {
	border: none;
}
.none {
	display: none;
}
.clearfix:after {
	content: ""; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
.clearfix { *zoom:1; }

.main_width {
	max-width: 1200px;
	margin: 0 auto;
}
/*头部公共部分*/
.header {

}
.header .top {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.header .top .hellow {
	display: inline-block;
	color: #4c4c4c;
	float: left;
}
.header .top .r {
	display: inline-block;
	float: right;
	margin-left: 10px;
}
.header .top .r img {
	position: relative;
	top: 3px;
}
.header .top .phone {
	font-size: 23px;
	color: #d71617;
	margin-right: 10px;
}
.header .top .phone img {
	display: inline-block;
	float: left;
}
.header .nav {
	width: 100%;
	height: 125px;
	background: url(../image/index_29.png);
}
.header .nav .main_width {
	height: 100%;
}
.header .nav .logo {
	display: inline-block;
	float: left;
}
.header .nav .logo img {
	display: inline-block;
	margin-top: 20px;
}
.header .nav .logo .img1 {
	margin-top: 0px;
	position: relative;
    top: -15px;
}
.header .nav ul {
	height: 125px;
	line-height: 125px;
	display: inline-block;
	float: right;
}
.header .nav ul li {
	display: inline-block;
}
.header .nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 5px 15px 5px 15px;
}
.header .nav ul li a.cur,
.header .nav ul li a:hover {
	background: #fb0000;
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
/*搜索区块*/
.search{
	max-width: 1200px;
	width: 100%;
	min-height: 40px;
	margin: 0 auto;
	margin-top: 20px;
}
.search .line {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
}
.search .line a {

}
.search .news {
	display: inline-block;
	float: left;
}
.search .form {
	display: inline-block;
	float: right;
}
.search .search_left{
	display: inline-block;
}
.search .search_left img{
	vertical-align: middle;
}
.search .search_left a{
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 30px;
	display: inline-block;
	position: relative;
	top: 3px;
}
.search .search_left a:hover {
    color: #DE0000;
}
.search .search_right{
	display: inline-block;
	float: right;
	color: #444;
	font-size: 15px;
	position: relative;
}
.search .search_right a{
	display: inline-block;
	color: #444;
	font-size: 14px;
	padding-right: 10px;
}
.search .search_right a:hover {
	color: #fe2f2f;
}
.search .search_right img{
	vertical-align: middle;
	display: inline-block;
}
.search .search_right .search_word {
	line-height: 2;
}
.search .search_right input{
	height: 32px;
	border: none;
	border: 1px solid #000;
	border-right: none;
	width: 227px;
	text-indent: 17px;
	outline: none;
}
.search .search_right button{
	background-color: #fff;
	border: none;
	outline: none;
    position: relative;
    top: -2px;
    border: 1px solid #000;
    cursor: pointer;
}
/*共用栏目分类*/
.common_top {
	margin-top: 40px;
}
.common_top h2 {
	font-size: 52px;
	font-family: "Segoe Script";
	text-align: center;
	color: #000;
	font-weight: normal;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    line-height: 1.2;
}
.common_top h3 {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}
.common_top hr {
	width: 160px;
	height: 2px;
	margin: 0 auto;
	background: #333;
	margin-top: 10px;
}
/*产品展示*/
.pro_list {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.pro_list .box {
	width: 23.5%;
	float: left;
	border: 1px solid #ccc;
	margin-right: 2%;
	margin-top: 50px;
}
.pro_list .box:nth-child(4n) {
	margin-right: 0px;
}
.pro_list .box .pic {
	width: 100%;
    overflow: hidden;
    padding-top: 90%;
    position: relative;
}
.pro_list .box .pic img {
	width: 100%;
    height: 100%;
    transition: all 0.6s;
    position: absolute;
    top: 0;
}
.pro_list .box .pic img:hover {
	transform: scale(1.1);
}
.pro_list .box .txt {
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	padding: 5px;
	border-top: 1px solid #ddd;
}
.pro_list .box .txt .l {
	width: 75%;
	float: left;
}
.pro_list .box .txt h2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	display: inline-block;
	line-height: 2;
	margin-top: 30px;
}
.pro_list .box .txt .intro {
	display: none;
	float: left;
	line-height: 1.8;
	color: #666666;

}
.pro_list .box .txt .more {
	float: right;
	width: 20%;
	height: 100%;
	display: table-cell; 
	vertical-align: middle;
} 
.pro_list .box .txt .more img {
	display: inline-block;
	margin-top: 25px;
}
.pro_list .box:hover h2 {
	color: #dc202f;
}

/*工程案例*/
.case {
	width: 100%;
	margin-top: 60px;
	background: #91908f;
	float: left;
	padding-bottom: 50px;

}
.case .common_top h2,
.case .common_top h3 {
	color: #fff;
}
.case .common_top hr {
	background: #fff;
}
.case .case_list {
	width: 95%;
	max-width: 1700px;
	margin: 0 auto;
}
.case .case_list .box {
	width: 24%;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5%;
	background: #fff;
	margin-top: 35px;
	padding-bottom: 30px;
}
.case .case_list .box .pic {
	width: 100%;
}
.case .case_list .box .pic img {
	width: 100%;
	height: 15vw;
	max-height: 260px;
}
.case .case_list .box .txt {
	text-align: center;
}
.case .case_list .box .txt .ch {
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.5;
}
.case .case_list .box .txt .en {
	font-size: 18px;
	line-height: 1.5;
}
.case .case_list .box .txt .intro {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	color:#666;
	margin-top: 15px;
	text-align: left;
}
.case .case_list .box:hover {
	box-shadow: 3px 3px 5px #666;
}
.case .case_list .box:hover .ch,
.case .case_list .box:hover .en {
	color: #dc202f;
}
/*公司简介*/
.company_intro {
	margin-top: 55px;
}
.company_intro .pic {
	width: 43%;
	max-width: 515px;
	float: left;
	margin-right: 20px;
}
.company_intro .pic img {
	width: 100%;
}
.company_intro .txt {

}
.company_intro .txt h2 {
	font-size: 18px;
	color: #000;
	line-height: 2;
}
.company_intro .txt .intro {
	line-height: 2.5;
	font-size: 14px;
	color: #1a1a1a;
	margin-top: 20px;
}
.company_intro .txt .more {
	width: 140px;
	height: 40px;
	display: inline-block;
	position: relative;
	top: 35px;
}
.company_intro .txt .more a {
	width: 140px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	background: #f21224;
	color: #fff;
	font-size: 16px;
}
.company_intro .txt .more a:hover {
	box-shadow: 3px 3px 5px #ccc;
}
/*设备展厅&荣誉资质*/
.pic_list {

}
.pic_list .title {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 50px;
}
.pic_list .title a {
    text-align: center;
    margin: 0px 5px;
    font-size: 18px;
    display: inline-block;
    padding: 3px 15px;
    color: #333;
}
.pic_list .title a.cur {
	color: #fff;
	border-radius: 20px;
	background: #fb311c;
}
.pic_list .con {
	width: 85%;
	max-width: 1100px;
	margin: auto;
	position: relative;
}
.pic_list .pre {
	position: absolute;
	top: 0px;
	left: -50px;
	cursor: pointer;
}
.pic_list .next {
	position: absolute;
	top: 0px;
	right: -50px;
	cursor: pointer;
}
/*新闻资讯 index*/
.news_list {
	margin-top: 40px;
}
.news_list .left {
	width: 66%;
	float: left;
}
.news_list .left .nav {

}
.news_list .left .nav li {
	width: 125px;
	height: 38px;
	float: left;
	margin-right: 10px;
}
.news_list .left .nav li a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	color: #333;
	border: 1px solid #333;
	font-size: 16px;
	border-radius: 3px;
}
.news_list .left .nav li a.cur,
.news_list .left .nav li a:hover {
	background: #f21224;
	border: 1px solid #f21224;
	color: #fff;
}
.news_list .left .item1 {
	margin-top: 25px;
}
.news_list .left .item1 .pic {
	width: 45%;
	float: left;
	margin-right: 20px;
}
.news_list .left .item1 .pic img {
	width: 100%;
}
.news_list .left .item1 .txt {

}
.news_list .left .item1 .txt h2 {

}
.news_list .left .item1 .txt h2 a {
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.news_list .left .item1 .txt h2 a:hover {
	color: #f21224;
}
.news_list .left .item1 .txt .intro {
	color: #666;
	line-height: 2.5;
	margin-top: 20px;
}
.news_list .left .item1 .txt .more {
	display: inline-block;
	float: right;
}
.news_list .left .item1 .txt .more a {
	color: #808080;
}
.news_list .left .item1 .txt .more a:hover {
	color: #f21224;
}
.news_list .left .other {
	margin-top: 30px;
}
.news_list .left .other ul {

}
.news_list .left .other ul li {
	width: 49%;
	height: 35px;
	float: left;
	border-right: 1px solid #ccc;
}
.news_list .left .other ul li a {
	width: 95%;
	height: 35px;
	line-height: 35px;
	display: block;
	float: left;
}
.news_list .left .other ul li a .title {
	display: inline-block;
	float: left;
}
.news_list .left .other ul li a .time {
	display: inline-block;
	float: right;
}
.news_list .left .other ul li:nth-child(2n) {
	border-right: none;
}
.news_list .left .other ul li:nth-child(2n) a {
	float: right;
}
.news_list .right {
	width: 28%;
	float: right;
	margin-right: 2%;
	margin-top: 10px;
}
.news_list .right h2 {
	font-size: 22px;
	color: #feb42c;
	line-height: 1.5;
}
.news_list .right .box {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}
.news_list .right .box h3 a {
	padding-left: 35px;
	background: url(../image/index_25.png) no-repeat;
	line-height: 2.5;
	font-size: 15px;
	color: #333;
	font-weight: normal;
}
.news_list .right .box h3 a:hover {
	color: #f21224;
}
.news_list .right .box .intro {
	padding-left: 35px;
	background: url(../image/index_26.png) no-repeat;
	line-height: 1.5;
	color: #666;
}
/*底部*/
.footer {
	margin-top: 30px;
}
.footer .flink {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 1.5;
	background: #f0f0f0;
}
.footer .flink a {
	margin-right: 10px;
}
.footer .main {
	width: 100%;
	background: #333;
	float: left;
}
.footer .main .left {
	width: 66%;
	float: left;
}
.footer .main .left ul {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}
.footer .main .left ul li {
	display: inline-block;
	float: left;
	margin-top: 20px;
}
.footer .main .left ul li a {
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
	border-right: 1px solid #fefefe;
	color: #fefefe;
}
.footer .main .left ul li a:hover {
	color: #f21224;
}
.footer .main .left ul li:last-child a {
	border-right: none;
}
.footer .main .left p {
	color: #fefefe;
	line-height: 2.5;
}
.footer .main .left p a {
	color: #fefefe;
	margin-right: 5px;
}
.footer .main .left p a:hover {
	color: #f21224;
}
.footer .main .right {
	width: 33%;
	float: right;
}
.footer .main .right .pic {
	width: 160px;
	margin-top: 85px;
	margin-right: 15px;
	display: inline-block;
	float: left;
}
.footer .main .right .pic img {
	width: 100%;
}
.footer .main .right .pic span {
	width: 100%;
	font-size: 18px;
	color: #fefefe;
	line-height: 2;
	text-align: center;
	display: inline-block;
}
.footer .main .right .txt {
	font-size: 24px;
	color: #fefefe;
	display: inline-block;
	margin-top: 85px;
}
.footer .main .bottom {
	width: 100%;
	text-align: center;
	color: #fefefe;
	line-height: 2;
	margin-bottom: 20px;
}
.footer .main .bottom a {
	color: #fefefe;
	display: inline-block;
}
.footer .main .bottom a:hover {
	color: #f21224;
}
/*手机版底部*/
.footer_m { 
	height:4em;  
	position:fixed; 
	left:0;  
	width:100%; 
	z-index:999; 
	bottom:0; 
	background:#2D2D2D;
}
.footer_m li{ 
	width:25%; 
	float:left; 
	position:relative; 
	font-size:0.9em;  
	text-align:center; 
	color:#fff; 
	line-height:1em; 
	height:5.33em; 
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-o-box-sizing:border-box;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.footer_m li:last-child:before{ 
	height:0;
}
.footer_m li em{ 
	width:28.125%; 
	display:block; 
	margin:0 auto; 
	padding:0.3em 0 0.10em 0;
}
.footer_m li em img{ 
	width:28px; 
	height:auto;
}
.footer_m li a{ 
	color:#fff;
}
/*列表页共用下级导航*/
.com_top {
	text-align: center;
}
.com_top .ch {
	font-size: 26px;
	color: #333;
	line-height: 2;
	margin-top: 20px;
}
.com_top .en {
	color: #999999;
	line-height: 3;
}
.com_top ul {
	text-align: center;
	margin-top: 10px;
}
.com_top ul li {
	display: inline-block;
	margin: 5px;
}
.com_top ul li a {
	padding: 5px 15px;
	color: #333;
	font-size: 16px;
	
}
.com_top ul li a.cur,
.com_top ul li a:hover {
	background: #494949;
	color: #fff;
}
.com_top hr {
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-top: 30px;
	margin-bottom: 50px;
}
/*产品列表页*/
.list_pro {

}
.list_pro .box {
	width: 31.3%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	background: #fff;
	margin-bottom: 60px;
}
.list_pro .box .pic {
	width: 100%;
	overflow: hidden;
    padding-top: 90%;
    position: relative;
}
.list_pro .box .pic img {
	width: 100%;
    height: 100%;
    transition: all 0.6s;
    position: absolute;
    top: 0;
}
.list_pro .box .pic img:hover {
	transform: scale(1.1);
}
.list_pro .box .txt {
	width: 100%;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 16px;
}
.list_pro .box:hover {
	box-shadow: 3px 3px 5px #ccc;
}
/*案例列表页*/
.list_case {

}
.list_case .box {
	width: 31.3%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	background: #fff;
	margin-bottom: 60px;
}
.list_case .box .pic {
	width: 100%;
	overflow: hidden;
}
.list_case .box .pic img {
	width: 100%;
	height: 25vw;
	max-height: 335px;
	transition: all 0.6s;
}
.list_case .box .pic img:hover {
	transform: scale(1.1);
}
.list_case .box .txt {
	width: 100%;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 16px;
}
.list_case .box:hover {
	box-shadow: 3px 3px 5px #ccc;
}
.pro_center {
	width: 100%;
	background: #fff;
}
.pro_center h2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 4;
}
.pro_center .con {
	width: 85%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}
.pro_center .pre {
	position: absolute;
	top: 50%;
	left: -70px;
	cursor: pointer;
}
.pro_center .next {
	position: absolute;
	top: 50%;
	right: -70px;
	cursor: pointer;
}
.pro_center .box {
	position: relative;
}
.pro_center .box .bg {
	position: absolute;
	width: 100%;
	height: 35px;
	bottom: 0;
	background: #000;
	opacity: 0.5;
}
.pro_center .box .txt {
	position: absolute;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	bottom: 0;
	font-size: 18px;
	color: #fff;
}
/*公司介绍*/
.about {
	width: 100%;
	float: left;
	padding-bottom: 70px;
}
.index_about {
	
}
.index_about .pic {
	width: 35%;
	float: left;
	margin-right: 20px;
}
.index_about .pic img {
	width: 100%;
}
/*联系我们*/
.contact {
	padding-bottom: 50px;
}
.contact .contact_us {

}

/*新闻资讯*/
.list_news {
	padding-bottom: 10px;
}
.list_news .box {
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
}
.list_news .pic {
	width: 27%;
	float: left;
	margin-right: 9%;
}
.list_news .pic img {
	width: 100%;
}
.list_news .txt {
	
}
.list_news .txt h2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 2;
}
.list_news .txt .time {
	color: #999999;
	line-height: 3;
}
.list_news .txt .intro {
	color: #808080;
	line-height: 1.8;
}

/*分页*/
.pages{ width:100%; height:auto; overflow:hidden; clear:both; margin:0 auto; margin-top:30px; }
.pages ul{text-align:center;padding:12px 0px 12px 16px;}
.pages ul li{display:inline-block;line-height:17px;margin-right:6px;background:#fff;border: 1px solid #DE0000;}
.pages ul li a{display:block;color:#000;font-size:14px; padding:8px 12px;}
.pages ul .thisclass {padding:8px 12px;}
.pages ul li span{float:left;color:#000;font-size:14px; padding:8px 12px;}
.pages ul li a:hover{color:#000;text-decoration:none;}
.pages ul li.thisclass,.pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{background:#DE0000; color:#fff !important;}
.pages .pageinfo{padding:8px 15px;color:#000; background:#fff}
.pages .pageinfo strong{color:#000;font-weight:normal;margin:0px 2px;}
.pages td{ width:auto; height:30px; float:left; padding:8px 5px; font-size:14px;}
.pages td a{float:left;color:#010101;font-size:14px; padding:0px 13px; background:#f3f3f3; font-weight:normal}
.pages td{ color:#0092d8; font-weight:bold;}
.pages ul li:last-child {
	display: none;
}
/*手机端分页*/
.pages_m{ width:100%; display:none; height:auto; overflow:hidden; clear:both; margin:0 auto; margin-top:30px;}
.pages_m ul{text-align:center;padding:12px 0px 12px 16px;}
.pages_m ul li{display:inline-block;line-height:17px;margin-right:6px;background:#fff;border: 1px solid #DE0000;}
.pages_m ul li a{display:block;color:#000;font-size:14px; padding:4px 8px;}
.pages_m ul .thisclass {padding:4px 8px;}
.pages_m ul li span{float:left;color:#000;font-size:14px; padding:8px 12px;}
.pages_m ul li a:hover{color:#000;text-decoration:none;}
.pages_m ul li.thisclass,.pages_m ul li.thisclass a,.pagebox ul li.thisclass a:hover{background:#DE0000; color:#fff !important;}
.pages_m .pageinfo{padding:8px 15px;color:#000; background:#fff}
.pages_m .pageinfo strong{color:#000;font-weight:normal;margin:0px 2px;}
.pages_m td{ width:auto; height:30px; float:left; padding:8px 5px; font-size:14px;}
.pages_m td a{float:left;color:#010101;font-size:14px; padding:0px 13px; background:#f3f3f3; font-weight:normal}
.pages_m td{ color:#0092d8; font-weight:bold;}
.pages_m ul li:last-child {
	display: none;
}

.article_pro{
	max-width: 1020px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 30px;
	/*margin-bottom: 100px;*/
}
.article_pro .description_left{
	float: left;
	text-align: center;
	margin-right: 40px;
}
.article_pro .description_right{

}
.article_pro .description_right h2 {
	font-size: 26px;
	color: #333;
	line-height: 2;
	font-weight: normal;
}
.article_pro .description_right .time {
	color: #666;
	line-height: 2;
}
.article_pro .description_right .descri {
	font-size: 18px;
	line-height: 1.8;
	margin-top: 30px;
}
.article_pro .description_right .call {
	width: 155px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 18px;
	background: #fd0000;
	float: right;
	margin-top: 30px;
	margin-right: 200px;
}
.article_pro .description_right .call:hover {
	box-shadow: 3px 3px 5px #ccc;
}
/*商品详情页的  放大镜效果  ready*/
#showsum {
	margin-top: 10px;
	border-top: none !important;
}
#showsum p{

}
#showsum img {
	top: 0px !important;
}
#showsum p span{
	display: inline-block;
	border: 1px solid #ccc;
}
#showbox{
	border: 1px solid #ccc;
	box-sizing: content-box;
}

/*商品详情页的  放大镜效果  over*/



/*地图 标志  背景图*/
#showbox span {
    background: url(../image/whitebg.png) repeat;
}

.description .description_right{
	float: right;
}
.description .description_right h2{
	color: #333;
	font-size: 22px;
}
.description .description_right .right_a {
	color: #808080;
	font-size: 14px;
	display: inline-block;
	line-height: 60px;
}
.description .description_right .right_txt {
	background-color: #f5f3ef;
	padding-bottom: 15px;
	padding-top: 15px;
	/*margin-right: 100px;*/
}
.description .description_right .right_txt  .txt_description{
	padding: 15px;
	color: #5a5a59;
	font-size: 18px;
	color: #333;
}
.description .description_right .right_txt .right_content{
	width: 482px;
	padding: 15px;
	color: #5a5a59;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 16px;
	color: #333;
}
/*详细介绍*/
.pro_intro {
	padding-top: 40px;
	padding-bottom: 45px;
	background: #fff;
}
.pro_intro h2 {
	font-size: 26px;
	color: #333;
	line-height: 2;
	font-weight: normal;
}
.pro_intro p {
	margin-top: 20px;
	line-height: 2;
	font-size: 18px;
	color: #333;
}
.pro_intro .pic {
	width: 100%;
	margin-top: 20px;
}
.pro_intro .pic img {
	width: 23.5%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
/*技术参数*/
.pro_jscs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pro_jscs .main {
	max-width: 750px;
	float: left;
}
.pro_jscs .main h3 {
	font-size: 16px;
	line-height: 4;
}
.pro_jscs .main p {
	font-size: 16px;
	line-height: 4;
	width: 100%;
	float: left;
}
.pro_jscs .main p .l {
	display: inline-block;
	float: left;
}
.pro_jscs .main p .r {
	display: inline-block;
	float: right;
}
/*上一篇，下一篇*/
.pro_next {
	background: #fff;
	padding-top: 20px;
}
.pro_next p {
	text-align: right;
	line-height: 2;
}
/*新闻详情*/
.article_article {
	padding-bottom: 50px;
}
.article_article h1 {
	font-size: 20px;
	color: #333;
	line-height: 2;
	text-align: center;
	font-weight: normal;
}
.article_article .time {
	font-size: 13px;
	color: #777;
	line-height: 2;
	text-align: center;
}
.article_article .content {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.article_article .pre,
.article_article .next {
	line-height: 2;
}

.dede_pages{text-align: center;margin:40px auto 25px auto;}
.dede_pages .current{width:40px;height:30px;line-height: 30px;font-size: 16px;color:#AAAAAA;border:1px solid #DE0000;background-color: #DE0000;display: inline-block;margin-bottom: 0px;margin-left:15px;color:white;border-radius: 3px;}
.dede_pages a{width:40px;height:30px;line-height: 30px;padding-top:0px;font-size: 16px;color:#AAAAAA;background-color: white;display: inline-block;float:none;margin-bottom: 0px;margin-left:15px;border:1px solid #DDDDDD;border-radius: 3px;}
.dede_pages a:hover{background-color: #DE0000;color:white; }
.dede_pages .next{width:60px;height:30px;line-height: 30px;font-size: 16px;padding-top:0px;color:white;background-color: #DE0000;display: inline-block;float:none;text-align: center;margin-bottom: 0px;margin-left:15px;border:1px solid #DE0000}
.dede_pages .prev{width:60px;height:30px;line-height: 30px;font-size: 16px;padding-top:0px;color:white;background-color: #DE0000;display: inline-block;float:none;text-align: center;margin-bottom: 0px;border:1px solid #DE0000;}
