﻿body{
	background: none repeat scroll 0 0 #F5F5F5;
	font-family: "微软雅黑", arial, verdana, sans-serif;
}
.navbar{
	margin-bottom: 10px;
}
.text-overflow{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:block;
}
.img-nav, .link-nav{
	margin: 10px 0;
}
.img-nav a{
	dispaly:block;
}
.img-nav img{
	width: 100%;
	border:none;
}
.link-nav a{
	padding: 12px 10px;
	display:block;
	color:#fff;
}
.link-nav a:hover{
	color:#fff;
}
.head-link{
	padding-top: 35px;
}
/*siderbar*/
.sider{
	background-color: #fff;
}
.sider .mbox .title i,
.sider .nbox .title i,
.sider .mbox .list i{
	margin-right: 15px;
}
.sider .nbox{
	border:3px solid #5795BF;
	margin-top: 10px;
}
.sider .nbox .list{
	padding: 5px 10px;
}
.sider .nbox .list li{
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}
.sider .mbox .list .arrow{
	background-image: url("../img/sidebar-menu-arrow.png");
    display: block;
    float: right;
    height: 25px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 8px;
}

.sider .nbox .list a{
	display: block;
}
.sider .nbox .title,
.sider .mbox .title{
	margin-bottom: 5px;
	background-color: #5795BF;
	color:#fff;
}
.sider .nbox .title{
	padding: 10px 15px;
}
.sider .mbox .title a,
.sider .mbox .stitle a{
	padding: 10px 15px;
	background-color: #5795BF;
	color:#fff;
	display: block;
}
.sider .mbox .stitle,
.sider .mbox .stitle a{
	background-color:#ed334a;
}
.sider .tel{
	margin-top: 10px;
}
.sider .tel img{
	width:100%;
	margin-top:10px;
}

.news .blog,
.news .post{
	margin-left: 15px;
	background-color: #fff;
	padding: 15px;
	 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}
.news .bread{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.news .bread a{
	color:#848684;
	font-weight: normal;
}
.news .blog .content{
	padding-top: 15px;
	line-height: 2em;
}
.news .content div{
	text-indent: 2em;
}

.page{
	margin-top:15px;
	height:100%;
}
.news{
	height:100%;
}
/*category list page*/
.news .post{
	background-color: #fff;
	padding: 20px;
	height:100%;
	margin-bottom: 20px;
}
.news .post .title i{
	color:#045BB8;
	padding-right: 5px;
}
.news .post .content{
	padding: 20px 5px;
	line-height: 1.75em;

}
.news .post .list li{
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.news .post .list .video{
	margin-top: 10px;
	border: 0px ;
}
.news .post .video img{
	width: 90%;
} 
.news .post img{
	margin:0 auto;
	display: block;
	text-align:center;
	width:242px;
}
.news .blog img{
	max-width: 100%;	
}
.news .post .info{
	margin-left: 20px;
	width:440px;
}
.news .post .time{
	margin-top:5px;
}
.news .post .summary{
	margin-top: 10px;
}
.news .info .title{
	display: block;
	color: #666;
	width: 100%;
}
.news .info .arrow{
	/*background-image: url('../img/arrow.jpg');
	width:24px;
	height: 24px;*/
	/*background-color: #63a642;
	color:#fff;
	width:20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	font-size:20px;*/
}
.news .contact img{
	width: 100%;
}
.col-np{
	padding: 15px;
}
.row-nm{
	margin-left:0;
	margin-right:0;
}

.main{
	padding-bottom:20px;
}
.company{
	border-left:1px solid #ddd;
	padding-left: 50px;
}
.mc{
	 padding-top:20px;
}
.mc .hotline{
	padding-right:20px;
}
.mc .logo{
	padding-bottom: 6px;
}
.menu{
	position: relative;
	margin:0;
	margin-top:22px;
	padding:0;
}
.menu li{
	padding:0;
	border-bottom:4px solid #fff;
}
.menu li a{
	display: block;
	padding: 20px 11px;
	height: 100%;
}
.menu li.active{
	 background: none repeat scroll 0 0 #F7F7F7;
	 border-bottom:4px solid #045BB8;
}
.menu li:hover{
	 background: none repeat scroll 0 0 #F7F7F7;
}
.menu li.active a, .menu li:hover a{
	 color:#045BB8;
}
/*submenu*/
.menu .submenu{
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 160px;
	background:  none repeat scroll 0 0 #F7F7F7;
}
.menu .submenu li a{
	padding: 8px 20px;
}
.menu li:hover .submenu{
	display: block;
}
.menu .submenu li:hover{
	border-bottom:4px solid #045BB8;
}
.menu .over .submenu{
	display: block;
}
.icon-about:before{
	content: "\e210";
}
.icon-news:before{
	content: "\e125";
}
.icon-cultrue:before{
	content: "\e104";
}
.icon-technology:before{
	content: "\2a";
}
.icon-project:before{
	content: "\e199";
}
.icon-information:before{
	content: "\e086";
}
.icon-contact-us:before{
	content: "\e035";
}
.pn{
	margin:10px 0;
}
.pn li{
	padding: 0;
}
#carouse2 ul{
	margin: 0 5%;
}
#carouse2 .arrow{
	margin-top: 10px;
	width:5%;
	background-image: none;	
}
#carouse2 .right{
	position: absolute;
	height: auto;
}
#carouse2 .arrow i{
	font-size: 25px;
	color:#429231;
}
a:hover{
	text-decoration: none;
	color:#333;
}
a{
	color:#333;
}
.footer{
	margin-top: 20px;
	background-color:#333;
	padding: 15px 20px;
	color:#aaa;
	font-size: 13px;
}
.footer #linkico{
	float: left;
	margin-bottom: 5px;
}
.footer a{
	color: #aaa;
}
.footer .links{
	float: left;
	margin-left: 10px;
	width: 80%;
}
.footer .links h5{
	margin: 0px
}
.footer .links li{
	float: left;
	margin-top: 5px
}
.footer #brandico{
	float: left;
	width:15%;
	margin-bottom: 5px;
}
.footer .friendlinks, .footer .contact{
	margin-top: 20px;
}
.footer .contactinfo{
	float: left;
	width: 82%;
	margin-left: 3%;
} 
.footer .contactinfo li{
	float: left;
	margin: 3px 10px;
}
.fnc{
	background-color: #eee;
	border-radius: 5px;
	width: 75%;
	top: -25px;
	left: 0;
	position: relative;
	margin:0 auto;
}
.fnc .fn{
	margin: 10px 0;
	padding: 0 20px;
	border-right: 1px solid #d3d3d3;
}
.fnc .fn-last{
	border:none;
}

.bottom{
	padding: 30px;
}
.bottom .join{
	border-right: 1px solid #d3d3d3;
}
.bottom .share {
	float: left;
	width: 40%;
	margin-top: 10px;
}
.bottom .share h5{
	color:#4A8E39;
}
.bottom .shareto{
	margin-top: 5px;
	float: left;
	width: 60%;
}
.bottom .shareto img{
	padding: 8px;
}
.box{
	padding-bottom:5px;
	margin-top:10px;
	background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}
.box .title a{
	color:#fff;
}
.box .title {
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #045bb8;
    border-bottom: 1px solid #ddd;
}
.box .content li{
	padding: 5px 5px 5px 15px;
	background: #fff url('./img/arrow.gif') no-repeat 5px 10px;
}
.box .content li.mlt{
	padding: 8px 5px 8px 18px;
	background: #fff url('./img/news-dot.gif') no-repeat 5px 15px;
	border-bottom:1px dotted #ddd;
}
.box .cnc{
	border:1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
}
.box .content .left{
	padding:0;
}
.box .content .right{
	position: relative;
	height: 153px;
}
.box .content .zd,
.box .content .zd a{
	color:#7FB538;
	margin:0;
	font-weight: bold;
}
.box .content .zdx{
	font-weight: normal;
	margin-bottom: 5px;
}
.box .content .bottom2{
	position: absolute;
	/*bottom:0;*/
	left: 15px;
	padding:0;
	margin: 0;
}
.box .content .bottom2 p{
	margin-top: 5px;
}
.nn{
	margin:0;
}
.nn li{
	padding: 5px 0;
}
.nn .time{
	background-color: #000;
	color:#fff;
	font-size:0.8em;
	padding:2px;
	margin-right:3px;
	border-radius: 3px;
}
.nn .more,
.news .info .more{
	float:right;
	font-size:0.8em;
	background-color: #ddd;
	color:#fff;
	border-radius:3px;
	padding:2px;
}
.ns{
	margin: 20px 0;
	padding:0;
}
.ns li{
	padding:0;
	margin: 10px 5px 10px 0;
	position: relative;
}
.ns li:last-child{
	margin-right: 0;
}
.ns img{
	border:0;
	width: 156px;
}
.ns .remark{
	position: absolute;
	bottom:0;
	left:0;
	background-color: #529E39;
	color:#fff;
	display: block;
	line-height: 1.75em;
	width:100%;
	text-align: center;
}

.sp{
	color:#7FB538;
}
.sp li{
	margin: 5px 0;
	color:#4A8E39;
	background-color: #eee;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: bold;
}
.sp img{
	margin-right:15px;
	width: 32px;
}

.comment{
	padding: 10px;
	background-color: #fff;
}
.quanlification{
	padding: 10px;
	margin:0;
	width:100%;
	white-space: nowrap;
	overflow-x: scroll;
}
.quanlification img{
	height: 200px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.si{padding: 15px;}
.si:hover{
	color:#fff;
	background-color: #7FB538;
}
.si img{
	display: block;
}
.cell{
	padding-left: 10px;
}
.mr{
	margin-right: 2em;
}
.mt{
	margin-top: 2em;
}
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1440378519_7380676.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1440378519_7380676.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1440378519_7380676.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1440378519_7380676.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1440378519_7380676.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont{font-family:"iconfont";
font-size:16px;font-style:normal;}

@media (max-width: 480px) {
 .news .post, .news .blog{
  	margin-left:0;
  }
.footer .contactinfo{
	float: left;
	width:100%;
} 
  .cell{
  	padding-left:0;
  }
}