/* 首页 */
.banner{
	max-width: 1440px;
	margin: 0 auto;
}
/* 模块 */
.column-box{
	/* position: relative; */
	/* top: -80px; */
	z-index: 9999;
}
.box-f{
	position: absolute;
    bottom: -122px;
    width: 100%;
    overflow: hidden;
}
.box-s{
	margin-top: 120px;
}
.column{
	width: 1008px;
    margin: 0 auto;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    overflow: hidden;
}
.column li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.column li p{
	line-height: 40px;
	margin: 0;
}
.column2{
	box-shadow: none;
	background: #efefef;
}
.column2 li em{
    width: 4px;
    height: 4px;
    background: #000;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 4px;
    border-radius: 8px;
}
.column2 li{
	text-align: left;
	position: relative;
	height: 220px;
	overflow: hidden;
	margin-bottom: 15px;
}
.column2 li h4{
	font-size: 16px;
	line-height: 50px;
	margin: 0 0;
	padding: 0 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 12px;
}
.more{
	font-style: normal;
    position: absolute;
    right: 12px;
    bottom: 7px;
}
.more a,.details a{
    color: #279bcd;
}
.column2 li p{
	line-height: 18px;
}
.details{
	position: absolute;
	right: 12px;
	bottom: 4px;
	color: #279bcd;
	padding-top: 5px;
	padding-left: 23px;
	background: #efefef;
}
.news-list p{
	display: inline-block;
	height: 20px;
	overflow: hidden;
	width: 100%;
}
/* 关联企业 */
.company{
	width: 1008px;
	margin: 0 auto;
}
.company > span{
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
}
.company span span{
	font-size: 14px;
	color: #908f8f;
}
.box1{width:1005px;margin:0 auto;}
.picScroll-left{ overflow:hidden; position:relative;  /* border:1px solid #ccc; */   }
.picScroll-left .hd{ overflow:hidden;  height: 15px; background: #FFFFFF; padding:0 10px;  }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin-right:55px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width: 151px; display:block;  padding:2px; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
.picScroll-left .bd ul li:last-child{margin-right:0 !important;}

@media (max-width:768px) {
	/* 关联企业 */
	.column-box{
		position: static !important;
		top: 0 !important;
	}
	.column{
		width: 100% !important;
	}
	.column li{
		border-top: 1px solid #d6d6d6;
		width: 100% !important;
	}
	.column li img{
		width: 100%;
	}
	.box-f{
		padding: 10px;
	}
	.box-s{
		margin-top: 0 !important;
	}
	.box-s li:last-child{
		padding-left: 15px !important;
	}
	.company{
		width: 100% !important;
		padding-left: 10px;
	}
	.company .box1{
		width: 100%;
	}
}
@media (max-width:320px) {
	.picScroll-left .bd ul li{
		 margin-right:2px !important;
	}
}

@media (min-width:320.1px) and (max-width:375px) {
	.picScroll-left .bd ul li{
		 margin-right:38px !important;
	}
}
@media (min-width:375.1px) and (max-width:414px) {
	.picScroll-left .bd ul li{
		 margin-right:58px !important;
	}
}
@media (min-width:414.1px) and (max-width:480px) {
	.picScroll-left .bd ul li{
		 margin-right:5px !important;
	}
}
@media (min-width:480.1px) and (max-width:568px) {
	.picScroll-left .bd ul li{
		 margin-right:35px !important;
	}
}
@media (min-width:568.1px) and (max-width:640px) {
	.picScroll-left .bd ul li{
		 margin-right:6px !important;
	}
}
@media (min-width:640.1px) and (max-width:667px) {
	.picScroll-left .bd ul li{
		 margin-right:13px !important;
	}
}
@media (min-width:667px) and (max-width:768px) {
	.picScroll-left .bd ul li{
		 margin-right:45px !important;
	}
}
@media (min-width: 640px) and (max-width:768px) {
	.box-f .column ul li{
		width: 33.33% !important;
	}
}
/* 内页 */
.top-nav{
	width: 100%;
	text-align: center;
	margin: 40px 0 50px 0;
	border-bottom: 1px solid #dddddd;
	height: 18px;
}
.top-nav span{
	width: 124px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #dddddd;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	float: left;
	border-right: 0;
	text-transform:uppercase;
}
.top-nav span:last-child{
	border-right: 1px solid #dddddd;
}
.top-nav span.active{
	background: #279bcd;
}
.top-nav span.active a{
	color: #fff;
}
.top-nav-span {
	display: inline-block;
	overflow: hidden;
}
.m-nei-company{
	display: none;
}
content.nei{
	max-width: 1017px;
	padding: 12px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	min-height: 220px;
	margin-top: 30px;
}
content img{
	margin: 0 auto;
	max-width: 100%;
}
.left-nav{
	width: 175px;
	margin-right: 30px;
	background: #3c78b9;
	color: #fff;
	padding: 10px 0;
	float: left;
}
.left-nav-btn{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	background: #3c78b9;
	text-align: center;
	position: absolute;
	margin-top: 10px;
	right:10px;
	display: none;
}
.left-nav-btn i{
	line-height: 28px;
	font-size: 20px;
	color: #fff;
}
.left-nav li{
	padding: 10px;
}
.left-nav li a{
	color: #fff;
}
.left-nav li.left-nav-li{
	position: relative;
}
.left-nav li.left-nav-li.active{
	background: #4dad8f;
}
.left-nav li.left-nav-li:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 15px;
    right: 20px;
}
.left-sub-nav{
	position: absolute;
	left: 175px;
	top: 0px;
	width: 300px;
	background: #4dad8f;
}
.left-sub-nav li.active{
	background: #e2883a;
}
.left-sub-nav li a{
	color: #ffffff;
	width: 100%;
	display: inline-block;
}
.right-content{
	width: calc(100% - 205px);
	float: left;
}

.content-top{
	border-bottom: 1px solid #ddd;
}
.content-top b{
	border-bottom: 2px solid #3c78b9;
}
.content-top span{
	font-weight: bold;
	float: right;
}
.content-info{
	color: #808080;
	padding: 10px 0;
}
.content-info p{
	color:#808080 !important;
}
.content-info content{
	margin-top: 10px;
}
.nei-title{
	width: 100%;
	text-align: center;
}
.nei-news-list li{
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.nei-news-list li img{
	width: 185px;
	margin-right: 15px;
	float: left;
}
.nei-news-list li div{
	width: calc(100% - 200px);
	float: left;
}
.search-list li{
	border-bottom: 1px solid #dddddd;
}
.comments-list{
	border-top: 1px dashed #dddddd;
	border-bottom: 1px dashed #dddddd;
}
.comment{
	padding: 20px 0;
}
.news-pages span{
	width: 100%;
	display: inline-block;
	overflow: hidden;
	margin: 10px 0;
}
.chats{
	margin: 0;
    padding: 0;
}
.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 14px;
}
.chats li.in i.avatar {
    float: left;
    margin-right: 10px;
    color: #afadae;
}
.chats li i.avatar {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    font-size: 45px;
}
.chats li.in .message {
    text-align: left;
    border-left: 2px solid #35aa47;
    margin-left: 65px;
    background: #fafafa;
}
.chats li .message {
    display: block;
    padding: 5px;
    position: relative;
}
.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #35aa47;
}
.chats li .name {
    color: #3590c1;
    font-size: 13px;
    font-weight: 400;
}
.chats li .datetime {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.chats li .message .body {
    display: block;
}
.chats li.out i.avatar {
    float: right;
    margin-left: 10px;
    color: #afadae;
}
.chats li.out .message {
    border-right: 2px solid #da4a38;
    margin-right: 65px;
    background: #fafafa;
    text-align: right;
}
.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #da4a38;
}
.chats li.out .name, .chats li.out .datetime {
    text-align: right;
}
.required{
	color: #e02222;
}
.help-inline{
	padding: 8px 0 ;
	display: inline-block;
}
.form-control{
	border-radius: 0;
}
.blue{
	color: #fff;
	background: #3c78b9;
	border-radius: 0;
}
button.btn:hover, button.btn:active, button.btn:focus{
	color: #fff;
}
@media (max-width: 767.9px) {
	.left-nav-btn{
		display: block;
	}
	.left-nav{
		display: none;
	}
	.content-top{
		display: none;
	}
	.right-content{
		width: 100% !important;

	}
	.left-sub-nav{
		width: 100% !important;
	}
	.nei-news-list li{
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}
	.nei-news-list li img{
		max-width: 100%;
		width: auto !important;
	}
	.nei-news-list li div{
		width: 100% !important;
	}
	.left-nav{
		width: 100% !important;
	}
	.left-sub-nav{
		position: unset;
		margin-top: 15px;
	}
}