﻿@charset "utf-8";/* CSS Document*/
*{margin:0px;padding:0px;}
body{font-size:13px;font-family: "Microsoft YaHei";color:#333;background: #fff;}
.page{width:100%;margin:0 auto;}
/*通用样式*/
a{text-decoration:none;color:#333;}
a:hover{color:#f60;text-decoration:none;}
img{border:0px;}
ul,li{list-style-type:none;}
.font{font-size:13px;line-height:22px;padding:6px;}
.clear{clear: both;}
.m1100{width: 1100px; margin:0 auto;/*! padding: 10px; */}
.fl{float: left;}
.fr{float: right;}
img{border: 0px;}
em{font-style: normal;}
i{font-style: normal;}
.clear_10{height:10px;clear: both;}
.clear_5{height:10px;clear: both;}
.clear_10{height:10px;clear: both;}

/*翻页*/
.list_page{vertical-align: bottom;display:inline-block;*display:inline;*zoom:1;*margin-left:5px;font-size:14px;line-height:30px;text-align:center;padding-top: 20px;}
.list_page li{float:left;list-style-type:none;}
.list_page li a{display:inline-block;padding: 0px 10px;border: 1px solid #424d5b;background: #424d5b;margin: 0 2px;color: #fff}
.list_page li a:hover{background:#0056A9;border:1px solid #0056A9;}
.list_page li.active a{background:#0056A9;border:1px solid #0056A9;}


/*顶部*/
.top {
	width: 100%;
	height: 35px;
	background: #AE2422;
	line-height: 35px;
	color: #fff;
}
.top .top_con {
}
.top .top_l{width: 700px;height: 40px;}
.top .top_l a{font-weight: bold;color: #fff;}
.top .top_r{/*! width: 300px; */height: 40px;text-align: right;}
.top .top_r a{color: #fff;}

/*头部代码的开始*/
.header{ margin:0px auto; height:80px;clear: both;padding: 5px 0;}
.header .logo{ width:250px; height:52px; float:left; margin-top:10px;}
.header .logo img{ width:250px; height:auto; vertical-align:top;}
.header .search{ width:400px; height:30px; float:left; margin-top:25px; margin-left:30px;font-size: 12px;border-left: 1px solid #ccc;padding: 0px 0 5px 20px;}
.header .tel{float:right; height:30px; margin-top:25px; text-align:right;float: right;background: url(../images/head_tel.jpg) no-repeat left center;padding-left: 40px;/*! margin-top: 10px; *//*! font-size: 26px; *//*! color: #f00; */font-weight: normal;line-height: 20px;}
.header .tel b{ font-size:25px; color:#0086C7; font-weight:normal;}

/*导航*/
.nav {
	width: 100%; 
	height: 60px;
	border-top: #CCCECD 1px solid;
}
.nav .nav_con {
}
.nav ul li {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 15px;
	/*! font-weight:bold; */
	float: left;
	/*! border-right:1px solid #D3625E; */
	width: 102px;
	margin: 0 10px;
	/*! padding: 0 10px; */
}
.nav ul li a {
	display: block;
	color: #AE2422;
	/*! padding: 0 14.2px; */
}
.nav ul li a:hover {
	background:url(../images/nav_hover.jpg) repeat-x;
}
.nav ul li.on a {
	background:url(../images/nav_hover.jpg) repeat-x;
}

.menu li .subnav{margin: -0px 0 0 -0px;padding:0;position:absolute;z-index:999;display:none;}
.menu li .subnav dt a{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #55647A;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #D5D5D5;
	font-weight: normal;
	margin-bottom:0;
	opacity:.9;filter:alpha(opacity=80);
}
.menu li .subnav dt a:hover{background:#045F32;color:#fff;}


/*==============焦点图================*/
.banner {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#controller {
	width: 100px;
	height:13px;
	text-align: center;
	position:absolute;
	bottom:15px;
	left:50%;
}
#controller li {
	display: inline;
	float:left;
	margin:0 5px;
	width: 13px;
	height: 13px;
	text-indent:-99999px;
	cursor:pointer;
	background:url(../addver/icon_page.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='icon_page.png', sizingMethod='crop');
}
#controller li.active {
	background:url(../addver/icon_page_active.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='icon_page_active.png', sizingMethod='crop');
}
.tbui_slideshow_container {
	width: 100%;
	height: 540px;
	overflow:hidden;
	position:relative;
}
#next,#prev {
	width:65px;
	height:65px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:220px;
	text-indent:-9999px;
	cursor:pointer;
	filter: Alpha(Opacity=55);
	opacity: 0.5;
}
#prev {
	left:200px;
	background: url(../addver/btn_pre.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='btn_pre.png', sizingMethod='crop');
	/*! filter: Alpha(Opacity=55); */
	/*! opacity: 0.5; */
}
#next {
	right:200px;
	background: url(../addver/btn_next.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='btn_next.png', sizingMethod='crop');
	/*! filter: Alpha(Opacity=55); */
	/*! opacity: 0.5; */
}
.tbui_slideshow_container .tbui_slideshow_slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display : none;
	webkitBackfaceVisibility: hidden;
}
.tab_list {
	display:none;
}
.tbui_slideshow_list img {
	width:100%;
	height:540px;
	overflow:hidden;
}
.tbui_slideshow_list a {
	width:100%;
	height:540px;
	display:block;
}
.slide_bg {
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	filter:Alpha(Opacity=55);
	opacity: 0.05;
}
/*==============焦点图==== end ============*/

/*首页标题*/
.in_top{
	width:100%;
	height: 90px;
	/*! line-height: 40px; */
	/*! font-size: 16px; */
	color: #FF0000;
	/*! font-weight: bold; */
	/*! border-bottom: 2px solid #CC0000; */
	/*! text-indent: 10px; */
	text-align: center;
}
.in_top em{
	/*! font-weight: normal; */
	/*! float: right; */
	font-size: 20px;
	/*! text-transform:uppercase; */
	/*! font-weight: bold; */
	height: 40px;
	line-height: 40px;
	background: url(../images/in_top_bg.png) no-repeat center center;
	width: 230px;
	display: block;
	margin: 0 auto;
}
.in_top em a{
	color: #333;
}
.in_top p{
	text-align: center;
  font-size: 16px;
  color: #848484;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
}

/*关于德盛*/
.in_about {
	padding: 10px 0;
}
.in_about .in_about_con{
	width:100%;
	height:350px;
	padding-top: 20px;
}
.in_about .in_about_1{
	width:450px;
	height:350px;
}
.in_about .in_about_r{
	width:650px;
	height:350px;
}
.in_about_r .in_about_r_title {
    display: block;
    margin: 00px 0 0 40px;
    padding: 5px 0 5px 20px;
    text-align: left;
    background: url(../images/d2.png) left center no-repeat;
    font-size: 30px;
    color: #AE2422;
}
.in_about_r .in_about_r_text {
	height: 265px;
    margin: 20px 0 0 0;
    padding: 15px 30px 0 30px;
    line-height: 26px;
    font-size: 14px;
		color: #333333;
    background: #F6F6F6;
}
.in_about_r .in_about_b {
	width: 150px;
	height: 50px;
	background: #FCB203;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}
.in_about_r .in_about_b a{
	color: #fff;
}

/*工程展示*/
.in_industry {
	height: 730px;
	background: #AE2422;
	padding: 40px 0;
}
.in_industry .in_industry_con{
	/*! height:350px; */
}
.in_industry .in_industry_con .in_top em {
	background: url(../images/in_top_bg2.png) no-repeat center center;
}
.in_industry .in_industry_con .in_top em a{
	color: #fff;
}
.in_industry .in_industry_con .in_top p {
	color: #fff;
}
.in_industry .more {
	width: 260px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 18px;
}
.in_industry .more a{
	color: #FFF;
	display: block;
	/*! border: #a2d8ff solid 1px; */
	background: #FCB203;
}
.in_industry .more a:hover{
}

/*德盛资讯*/
.in_news {
	height: 750px;
}
.in_news .in_news_con{
	width:100%;
	/*! height:350px; */
	/*! padding: 20px 0; */
	padding-top: 20px;
}
.in_news .in_news_con ul {
}
.in_news .in_news_con ul li{
	padding: 15px;
	width: 320px;
	float: left;
	height: 230px;
	margin-right: 20px;
	border: #ededed solid 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(238, 238, 238);
	border-bottom: #d3d3d3 solid 3px;
	margin-bottom: 20px;
}
.in_news .in_news_con ul li:hover {
	border-bottom: #AE2422 solid 3px;
	box-shadow: 2px 2px 10px #CCC;
	-moz-box-shadow: 2px 2px 10px #CCC;
	-ms-box-shadow: 2px 2px 10px #CCC;
	-o-box-shadow: 2px 2px 10px #CCC;
	-webkit-box-shadow: 2px 2px 10px #CCC;
}
.in_news .in_news_con ul li a{

}
.in_news .in_news_con ul li .shi{

	margin-bottom: 20px;
	height: 50px;
}
.in_news .in_news_con ul li .shi strong{

	font-weight: normal;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	color: #FFF;
	font-size: 30px;
	float: left;
	background: #FCB203;
}
.in_news .in_news_con ul li .shi span{

	color: #AE2422;
	font-size: 20px;
	margin-left: 20px;
	padding-top: 20px;
	float: left;
}
.in_news .in_news_con ul li h5{

	font-size: 16px;
	color: #202020;
	margin-bottom: 10px;
	font-weight: normal;
	/*! width: 100%; */
	/*! display: block; */
	/*! clear: both; */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.in_news .in_news_con ul li p{

	color: #717171;
	line-height: 24px;
	height: 75px;
	overflow: hidden;
}
.in_news .in_news_con ul li em{

	font-style: normal;
	padding: 5px 20px;
	color: #FFF;
	background: #AE2422;
	display: inline-block;
	margin-top: 10px;
}
.in_news .more {
	width: 260px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 10px;
	font-size: 18px;
}
.in_news .more a{
	color: #fff;
	display: block;
	/*! border: #86BC33 solid 1px; */
	background: #FCB203;
}


/*施工方案*/
.in_product {
	height: 460px;
}
.in_product .in_product_con{
	width:100%;
	height:270px;
	padding-top: 20px;
}
.in_product .more {
	width: 260px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 10px;
	font-size: 18px;
}
.in_product .more a{
	color: #fff;
	display: block;
	/*! border: #009EC5 solid 1px; */
	background: #FCB203;
}


/*首页产品列表*/
dl.in_industry_list{width:340px;height:250px;float:left;text-align:center;margin: 20px 20px 10px 10px;display:inline;position: relative;}
dl.in_industry_list dt{width:100%;height:250px; overflow:hidden;}
dl.in_industry_list dt img{width: 100%;height: 250px;}
dl.in_industry_list dt a{display:block;}
dl.in_industry_list dt:hover .in_industry_list_txt{position: absolute;top: 0;left: 0;width: 100%;height: 250px;z-index:10;background: url(../images/hover-link.png);}
dl.in_industry_list dt .in_industry_list_txt .in_industry_list_txt_title{width:80%; margin: 0 auto; color:#fff; border-bottom:1px dotted #ccc;/*! margin-top: 10px; */height:80px;line-height:80px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; font-size: 24px;}
dl.in_industry_list dt .in_industry_list_txt .in_industry_list_txt_explain{width:80%; margin: 0 auto;color:#fff;text-align: left;margin-top: 10px;height: 130px;overflow: hidden;}
dl.in_industry_list dt .in_industry_list_txt .in_industry_list_txt_explain span{line-height:26px;font-size: 15px;} 
dl.in_industry_list dd{line-height:50px;height:50px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; display:none;}


/*工程业绩*/
.in_service {
	/*! height: 860px; */
}
.in_service .in_service_con{
	width:100%;
	/*! height:650px; */
	padding-top: 20px;
}
.in_service .in_service_con ul {
}
.in_service .in_service_con ul li{
	width: 535px;
	height: 200px;
	float: left;
	background: #eeeeee;
	/*! margin-left: 10px; */
	margin-right: 30px;
	margin-bottom: 20px;
}
.in_service .in_service_con ul li a{
	color: #AE2422;
}
.in_service .in_service_con ul li img{

	width: 270px;
	height: 200px;
	float: left;
	margin-right: 15px;
}
.in_service .in_service_con ul li .in_service_tit{
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	overflow: hidden;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.in_service .in_service_con ul li .in_service_text{
	width: 240px;
	height: 78px;
	float: left;
	line-height: 26px;
	overflow: hidden;
	/*! margin-right: 15px; */
	color: #555;
	text-indent: 24px;
	margin-bottom: 15px;
}
.in_service .in_service_con ul li .in_service_more{

}
.in_service .in_service_con ul li .in_service_more a{
	width: 120px;
	height: 28px;
	float: left;
	line-height: 28px;
	overflow: hidden;
	border: 1px solid #AE2422;
	color: #AE2422;
	text-align: center;
}
.in_service .more {
	width: 260px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 10px;
	font-size: 18px;
}
.in_service .more a{
	color: #fff;
	display: block;
	/*! border: #FCB203 solid 1px; */
	background: #FCB203;
}
.in_service .more a:hover{
	color: #fff;
	background: #FCB203;
}

/*内页产品列表*/
dl.pro_list {
	width:240px;
	height:230px;
	float:left;
	text-align:center;
	margin: 0px 0px 0px 27px;
	display:inline;
	position: relative;
}
dl.pro_list dt {
	width:240px;
	height:180px;
	
}
dl.pro_list dt img {
	width: 240px;
	height: 180px;
}
dl.pro_list dt a {
	display:block;	width: 180px;
	height: 230px;
}
dl.pro_list p {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	display: block;
	z-index:10;
}
dl.pro_list p:hover {
	background: url(../images/hover-link.png) no-repeat center center;
}
dl.pro_list dd {
	line-height:40px;
	height:40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
}


/*列表样式*/
dl.photo_list {
	width:240px;
	height:220px;
	float:left;
	text-align:center;
	margin: 0px 0px 0px 27px;
	display:inline;
}
dl.photo_list dt {
	width:240px;
	height:180px;
}
dl.photo_list dt img {
	width:240px;
	height:180px;
}
dl.photo_list dd {
	height:40px;
	line-height:40px;
}

/*首页环保产品*/
dl.in_pro_list{width:260px;height:260px;float:left;text-align:center;margin:0px 20px 0 0px;display:inline;border: #ededed solid 1px;border-bottom: #d3d3d3 solid 3px;}
dl.in_pro_list:hover {
	border-bottom: #AE2422 solid 3px;
	box-shadow: 2px 2px 10px #CCC;
	-moz-box-shadow: 2px 2px 10px #CCC;
	-ms-box-shadow: 2px 2px 10px #CCC;
	-o-box-shadow: 2px 2px 10px #CCC;
	-webkit-box-shadow: 2px 2px 10px #CCC;
}
dl.in_pro_list dt{width:260px;height:200px;}
dl.in_pro_list dt img{width:100%;height:200px;}
dl.in_pro_list dd{width: 100%;height:60px;line-height:60px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #333;font-size: 16px;}
dl.in_pro_list a:hover {color: #0185CB;}

/*图片滚动*/
/* marqueeleft */
.marqueeleft{width:100%;height:265px;overflow:hidden;margin:0px auto;/*! padding-top: 20px; */}
.marqueeleft ul{float:left;}

/*左侧*/
/*分类栏目*/
.left_class {
	width: 250px;
	height: auto;
	float:left;
	background: #fff;
}
.left_class_title {
	width: 250px;
	height: 55px;
	font-size: 20px;
	background-color: #AE2422;
	line-height: 55px;
	color: #fff;
	/*! text-indent: 30px; */
}
.left_class_title span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
}
.left_class_list {
	width: 248px;
	height: auto;
	padding: 0px 0 0px 0;
	margin: 0 auto;
	border: 1px solid #DDDDDD;
	border-top: 0;
	border-bottom: 0;
}
.left_class_list ul li {
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-indent: 30px;
	/*! background: #0E9AE7 url(../images/left_list_on.jpg) no-repeat 40px center; */
	/*! margin-bottom: 10px; */
	font-size: 15px;
	text-align: left;
	/*! float: initial; */
	/*! clear: both; */
	/*! display: inline; */
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}
.left_class_list ul li em{position: absolute;right: 15px;top: 0;/*! width: 20px; *//*! height: 20px; */display: inline-table;}
.left_class_list ul li em i{line-height: 45px;float: left;}
.left_class_list ul li a {
	display:block;
	/*! color:#fff; */
}
.left_class_list ul li.on {
	background: #F0F0F0;
}
.left_class_list ul li.on a {
	color:#f60;
}

.leftTitle {
	width: 250px;
	height: 55px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	background: #AE2422;
	/*! text-indent: 30px; */
}
.leftTitle span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
}
.leftContact {
	width: 228px;
	padding: 10px 10px;
	line-height: 24px;
	text-align:left;
	border: 1px solid #DDDDDD;
	border-top:0;
}

/*产品分类样式 二级*/
.box h2{width: 200px; height: 35px; line-height: 35px; /*! text-indent: 40px; */ font-size: 14px;/*! margin-bottom: 10px; */ background:url(../images/left_list_on.jpg) no-repeat left center; clear:both; margin: 0 auto;/*! text-align: left; */}
.box h2 a{color:#fff; display:block;}
.box h2 a:hover{text-decoration:none;}
.box ul{width: 190px; margin: 0 auto; margin-bottom: 5px;}
.box ul li{width: 190px; height: 40px; line-height: 40px;text-indent: 50px;background: url(../images/arr.gif) no-repeat 30px center;border-bottom: 1px dashed #D2D0D0;overflow: hidden;text-align: left;font-size: 14px;}
.box ul li a{height: 30px; display: block; color: #333;}
.box ul li a:hover{color:#033884; font-weight:bold}

/*当前位置*/
.position{width: 100%;margin: 0 auto;font-size: 20px;font-weight: bold;border-bottom: 1px solid #e0e0e0;line-height: 60px;height: 60px;text-indent: 15px;margin-bottom: 10px;text-align: left;}
.position span{float: right;background:url(../images/li-home.png) no-repeat 20px 50%;font-size: 12px;overflow:hidden;text-indent: 45px;text-align: right;font-weight: normal;padding-right: 15px;}
.position span img{margin:0 5px;vertical-align:middle;}
.position a{color:#333;}
/*end 当前位置*/

/*内页*/
.main{width: 1100px; overflow: hidden;margin:0 auto; /*! background: #fff; */text-align: center;}
.main_l{width:250px;}
.main_r{width:830px; overflow:hidden;background: #fff;}
.p10{background:#fff;}
.title{width: 1100px;margin: 0 auto;font-size: 20px;font-weight: bold;border-bottom: 1px solid #e0e0e0;line-height: 60px;height: 60px;text-indent: 30px;margin-bottom: 20px;text-align: left;padding-top: 10px;}

/*新闻分类*/
.nav_class{float: right;font-size: 15px;}
.nav_class strong{color: #484848;}
.nav_class p{color: #EEE}
.nav_class a{padding: 0 5px;font-weight: initial;color: #45A800;}
.nav_class a:hover{color: #f60;}
.nav_class a.on{color: #f60;}

/*新闻列表*/
.news_pic_list{width: 750px;height: auto;padding: 0px 0px 20px 0px;border-bottom: 1px solid #E9E9E9;margin: 0 auto;text-align: left;}
.news_pic_list a{font-size: 16px;line-height: 40px;color: #333;font-weight: bold;display: block;}
.news_pic_list a:hover{color: #3292d7;}
.news_pic_list p{font-size: 12px;color: #666;line-height: 24px;}
.news_pic_list img{float: left;margin-right: 15px;width: 200px;height: 160px;margin-left: 10px;}
.news_pic_list .list_more {
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: linear-gradient(#2eaef0,#0488cd);
    border: 1px solid #2f7295;
    box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    text-shadow: 0 1px #555 !important;
    font-weight: normal;
    text-align: center;
    border-radius: 4px;
}


/*新闻内容*/
.maincont{width: 100%;height: auto;padding: 15px 0px 12px 0px;margin: 0 auto;min-height: 450px;text-align: left;}
.maincont h1{font-size:25px;line-height:35px;padding:10px 0 10px;text-align:center;font-weight:normal}
.maincont .subhead{margin:0 0 12px;font-size:14px;text-align:center;}
.maincont #longtitle{margin:0 0 12px;font-size:14px;text-align:center;}
.maincont .explain{padding:8px 0 6px;line-height:30px;font-family:"宋体";font-size:14px;color:#898989;text-align:center;}
.maincont .explain em{font-family:'Lucida Sans Unicode', Tahoma, Helvetica, Arial, sans-serif;color:#666666;}
.Big, .Middle, .Small, .Print, .Close, .Favorite{cursor:pointer;}
.maincont .Zoom{border-top:1px solid #E0E0E0;padding:20px 15px;margin:10px auto; *padding-bottom:15px;line-height:35px;font-size:15px;overflow-x:auto;overflow-y:hidden;}
.maincont .Zoom p{margin:15px 0 0;}
.maincont .Zoom img{margin:5px 10px;height:auto;max-width:750px;}
.maincont .Zoom p.player{margin:0 0 10px;text-align:center;}
.maincont .Zoom a{color:#333;text-decoration:underline;}
.maincont .Zoom a:hover{color:#f60;text-decoration:none;}
.maincont .editor{margin:10px 15px;font-weight:bold;font-size:14px;text-align:right;}

/*上一篇*/
.maincont .previous{line-height:30px;font-size:15px;padding-left: 40px;}
.maincont .previous a{color:#333;}
.maincont .previous a:hover{color:#f60;}


/*热门资讯*/
.toplist {
	width:250px;
	margin-top:10px;
	padding:0;
	list-style:none;
	background:#fff url(../images/dotnum.gif) no-repeat 15px top;
	height: 320px;
	overflow: hidden;
}
.toplist li {
	line-height:30px;
	height:30px;
	padding-left:50px;
	border-bottom:1px solid #F0F0F0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}
.toplist li span {
	float:right;
	color:#999;
}


/*友情链接*/
.flink {
	height: auto;
	overflow: hidden;
	/*! margin-top: 35px; */
}
.flinkl {
	background: url(../images/flink.png) no-repeat left center;
	width: 150px;
	float: left;
	font-size: 20px;
	color: #454545;
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
}
.flinkr {
	width: 870px;
	float: right;
	text-align: left;
	line-height: 30px;
	margin-top: 10px;
}
.flinkr a {
	font-size: 14px;
	color: #403f3f;
	margin: 0 6px;
	display: block;
	float: left;
}

/*版权样式*/
.footer{ background: #323639; width: 100%; /*! height: 237px; */ margin-top: 50px;}
.footer_1{ width: 1200px; margin: 0 auto; position: relative;}
.footer_2{ width: 950px; position: absolute; left:125px; top: -28px; height: 58px; color: #fff; background: #008BDC; line-height: 58px; text-align: center;display: none;}
.footer_2 a{ color: #fff;margin: 0 15px;}
.footer_3{padding:40px 0 40px 0;text-align: center;}
.footer_5{ /*! float: left; */ /*! width: 449px; */ color: #666; line-height: 24px;font-size: 12px; /*! padding: 20px 80px 0; *//*! padding: 20px 0; */}
.footer_5 a{ color: #666; }


/*图片滚动定义*/
.rollBox{width:1200px;overflow:hidden;height:250px; margin:0 auto}
.rollBox .LeftBotton{height:150px;width:60px;overflow:hidden;float:left;display:inline;margin:60px 0 0 0;cursor:pointer;}
.rollBox .RightBotton{height:150px;width:50px;overflow:hidden;float:right;display:inline;margin:80px 0 0 0;cursor:pointer;text-align: right;}
.rollBox .Cont{width:1080px;overflow:hidden;float:left;height:240px;}
.rollBox .ScrCont{width:10000000px;}

.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#000000;text-decoration:none; font-size:12px;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline; font-size:12px;}
.rollBox #List1,.rollBox #List2{float:left;}
.rollBoxtop1 {
    float:left;
	font-size: 12px;
	font-weight: bold;
	padding:10px 0px 0px 10px;
}

/*轮播效果*/
#owl-demo{position:relative;width:450px;height:350px;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:450px;height:350px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../img/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../img/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../img/bg17.png);}

.owl-next{right:0;background-image:url(../img/bg18.png);}
.owl-prev:hover{background-image:url(../img/bg19.png);}
.owl-next:hover{background-image:url(../img/bg20.png);}

/*相关阅读*/
.rcrd_list{padding:20px 0px 10px 0px;font-size:14px;/*! height:auto; */background:#f6f6f6;width: 100%;margin: 0 auto;}
.rcrd_list b{display:block;line-height:30px;height:30px;overflow:hidden;color:#034091;text-indent: 30px;padding-top: 10px;}
.rcrd_list ul{width:100%;margin:0 auto;}
.rcrd_list li{border-bottom:1px #cacaca dashed;/*! padding:0 0 0 15px; */line-height:35px;height:35px;overflow:hidden;background:url(../images/li.png) left center no-repeat;width: 47%;float: left;margin: 0 15px;text-indent: 15px;}
/*.rcrd_list .lst{border:0}*/
.rcrd_list li a{color:#666}
.rcrd_list li span{float:right;color:#666}
/*相关阅读 end*/

/*相关产品*/
.rcrd_img{/*! padding:16px 30px 10px 25px; */font-size:14px;/*! height:auto; */background:#f6f6f6;/*! width: 700px; */width: 100%;padding: 20px 0px 10px 0px;}
.rcrd_img b{display:block;line-height:30px;height:30px;overflow:hidden;color:#034091;text-indent: 30px;}
.rcrd_img dl{width:170px;height:180px;float:left;text-align:center;margin: 15px 10px 0px 15px;display:inline;position: relative;}
.rcrd_img dl dt{width:170px;height:140px;}
.rcrd_img dl dt img{width: 170px;height: 140px;}
.rcrd_img dl dt a{display:block;/*! width: 200px; *//*! height: 200px; */}
.rcrd_img dl dd{line-height:50px;height:50px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
/*相关产品 end*/

/*地区产品*/
.rcrd_area_list{padding:10px 10px;font-size:14px;/*! height:auto; */background:#f6f6f6;width:90%;margin: 0 auto; text-align:left;line-height: 25px;}
.rcrd_area_list b{display:block;line-height:40px;height:40px;overflow:hidden;color:#034091;/*! text-indent: 30px; *//*! padding-top: 10px; */}
.rcrd_area_list {/*! width:90%; *//*! margin:0 auto; */}
.rcrd_area_list li{border-bottom:1px #cacaca dashed;padding:0 0 0 15px;line-height:35px;height:35px;overflow:hidden;background:url(../images/li.png) left center no-repeat}
.rcrd_area_list a{color:#666;margin-right: 10px;}
.rcrd_area_list span{/*! float:right; *//*! color:#666 */}
.rcrd_area_list span a{color:#fba802;}
/*地区产品 end*/

/*图片 特效 放大*/
/*产品*/
.da-thumbs li a img{
    overflow:hidden;
	transition:1s all;
    -webkit-transition:1s all;
}
.da-thumbs li a:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}

/*案例*/
dl.in_pro_list dt{
    overflow:hidden;
    display:block;
}
dl.in_pro_list dt img{
    transition:1s all;
    -webkit-transition:1s all;
}
dl.in_pro_list dt:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}


dl.in_pro_list_2 dt{
    overflow:hidden;
    display:block;
}
dl.in_pro_list_2 dt img{
    transition:1s all;
    -webkit-transition:1s all;
}
dl.in_pro_list_2 dt:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}

/**/
.in_pro .list_pro .proitem img{
    overflow:hidden;
	transition:1s all;
    -webkit-transition:1s all;
}
.in_pro .list_pro .proitem img:hover{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}

dl.pro_list dt img{
    overflow:hidden;
	transition:1s all;
    -webkit-transition:1s all;
}
dl.pro_list dt:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}
/*图片 特效 放大 end*/









/*浏览器宽度小于1100px*/
@media screen and (max-width: 1100px) {
	body{width:0; overflow-x:hidden;}
.top{
	width: 1200px;
}
.header{
	width: 1200px;
}
.nav{
	width: 1200px;
}
.in_about {
    width: 1200px;
}
.banner{
	width: 1200px;
}
.in_industry {
	width: 1200px;
}
.in_news{
	width: 1200px;
}
.in_news_con{
	width: 1100px;
	margin-left:0%;
}
.in_product{
	width: 1200px;
	overflow:hidden;
}
.in_product_con{

}
.in_service{
	width: 1200px;
}
.in_service_con{
	width: 1100px;
}
.footer{
	width: 1200px;
}
}



