﻿@charset "utf-8";

/* CSS Document */
*{ padding: 0; margin: 0; border: 0;}

::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

body,html{
	/*overflow-y: hidden;*/
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #666666;
	font-family: '微软雅黑';
	background: #eef3f5;
	
}
h3 { font-size: 24px; }
p { margin: 0 0 26px; line-height: 1.6; font-weight: 400; }
a {
	color: #666666;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:focus, a:hover {
	text-decoration: none;
	color: #12658f;
	cursor:pointer;
}
ul{
	list-style: none;
	padding-bottom: 0;
}
.bg-fff{
	background-color:#fff;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0; 
}
.container {
    padding-right: 0;
    padding-left: 0; 
}
.panel {
    margin-bottom: 12px;
}
.panel-body{
	padding: 15px 15px 10px !important;
}
.dropdown-menu {
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: linear-gradient(to top, #c9d8e0 0%, #e1e9ee 30%, #eef3f5 100%);	
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    /* border: 1px solid rgba(0, 0, 0, .15); */
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a:hover {
    color: #fff;
	background: #415f78;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    border-bottom: 1px solid #b5c6d2;
}

.friend-group .dropdown-menu > li > a {
    padding: 3px 5px;
    border-bottom: none;
}

.dropdown-menu > li > .list-item-nobord {
    border-bottom: none;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #415f78;
    border-color: #415f78;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.text-indent-2{
	text-indent:2em;
}

/* -----------------------home------------------*/
/*topbigimg*/
.header{
	display: none !important;
	/*min-height: 206px;*/
	width: 100%;
	padding: 0;
	display: block;
	position: fixed;
	overflow: hidden;
	z-index: 20001;
	border-bottom: 5px solid #b5c6d2;
}
.header .navbar{
	display: block;
	height: 46px;
	margin-bottom: 0;
	background: url(./homebg.jpg) 0 0 repeat-x;	
}
.header .navbar .logo img{
	width: 318px;
	height: 40px;
	display: inline-block;
	margin-top: 3px;
}
.home-slide{
	width: 100%;
	padding: 0;
	height: 220px;
	overflow: hidden;
	clear:both;
	display: block;
	background-image: url(./slider.jpg);
	background-size: auto 100%;  
	background-position: center; 
	background-repeat: no-repeat;
	background-origin: border-box; 
	background-clip: border-box;
	background-size:cover;
　　background-position: center center;
	
}
.web-slide{
	width: 100%;
	padding: 0;
	height: 150px;
	overflow: hidden;
	clear:both;
	display: block;
	background-image: url(./slider.jpg);
	background-size: 100% 100%;
}
/*-----------------toplogin-----------------*/
.header .navbar .loginbtn {
	float: right;
	text-align: right;
	padding-top: 15px;
}
.header .navbar .loginbtn button{
	float: right;
	padding: 0 10px;
	background: transparent;
	border: 0;
	color: #415f78;
}
.header .navbar .btn-default:active, .header .navbar .btn-default.active, .header .navbar .open > .dropdown-toggle.btn-default {
    color: #12658f;
    background: transparent;
    border: 0;
}
li:last-child {
	border-bottom: 0 !important;
}
/*-----------------homemain-----------------*/
.home-main{
	padding-top: 282px;
}
.web-main{
	/*padding-top: 215px;*/
}
.home-main .more{
  width: 40px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 17px;
  color: #ababab;
}
/*homelist*/
.home-list{
	border-radius: 5px;
	background: linear-gradient(to top, #e4ecf1 0%,#ffffff 10%,#ffffff 70%,#cddbe5 100%) ;
	box-shadow:2px 2px 5px #cad9e3;
}
#rxfw .panel-body,  #tzgg .panel-body{
	padding-bottom: 4px; 
} 
/*homelist--height-padding*/
/* #rxfw, #agjy{
	height: 320px; 
}
 #tzgg, #dwyhs{
	height: 275px;
} */
.no-lppadding{
	padding-left:10px !important;
}
/*banner*/
/* .banner {
    width: 100%; 
	height: 110px;
	display: block;
	border-radius: 5px;
	border: 1px solid #b5c6d2;
	margin-bottom: 10px; 
	background-image: url(./slide.jpg); 
	background-size: auto 100%;  
	background-position: center; 
	background-repeat: no-repeat;
	background-origin: border-box; 
	background-clip: border-box;
	background-size:cover;
　　background-position: center center;
} */
#banner img{
	display: block;
	border-radius: 5px;
	border: 1px solid #b5c6d2;
	margin-bottom: 10px; 
}
/*homelist--detail*/
.panel-heading{
	height: 30px;
	padding: 15px 0 0 0;
	display: block;
	text-align: center;
}
#ent-list li{
	height: 49px;
	font-weight: bold;
	color: #b5c6d2;
	font-size: 1.05rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dotted #b5c6d2;
}
#ent-list li a{
	color: #415f78;
}
.ent-list li img{
	width:70px;
	height:49px;
}
.pass span{
  width: 16px;
  height: 14px;
  display: inline-block;
  margin: 0 3px 0;
  font-size: 0;
  background: url(./pass.png) center center no-repeat;
  padding-top:-20px;
}
.nopass span{
  width: 16px;
  height: 14px;
  display: inline-block;
  margin: 0 3px 0;
  font-size: 0;
  background: url(./nopass.png) center center no-repeat;
}
.nopass{
  pointer-events:none;
  color:#afafaf;
  cursor:default;
}
.sideBox .side-body li .nopass{
  color:#afafaf;
}
#news{
	margin: 10px 0 0 0;
	padding-left: 20px;
}
#work-dynamics-list {
	margin-top: 10px;
	padding-left: 15px;
}
#work-dynamics-list li{
	width: 400px;
	height: 34px;
	padding-left: 20px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(./aw.png) left center no-repeat;
}
#announcement-list li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
}
#announcement-list li a{
	width: 400px;
	height: 35px;
	float: left;
	padding-left: 0px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#announcement-list li .date{
	float: right;
}
#messages{
	width: 86%;
	margin-left: 5%;
	margin-top: 5px;
}
#messages .form-group {
    margin-bottom: 10px;
	font-weight: 400 !important;
}
#messages .messages-btn{
	width: 80px;
	line-height: 34px;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin: 0 atuo;
	color: #fff;
	background: #415f78;
}
#messages .form-group{
	margin-bottom: 5px;
}
#messages .form-control{
	padding: 0;
	line-height: 28px;
	margin: 0 0 0 5px;
	border-color: #b5c6d2;
}
#messages .form-group{
	margin-bottom: 5px;
}
.control-label{
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
	font-weight: normal;
}
/*.--------------footer--------------*/
.footer{
	display: none !important;
	clear: both;
	min-height: 140px;
	font-size: 14px;
	color: #5b7e8a;
	padding: 0;
	border-top: 4px solid #415f78;
	background: #fff;		
}
.footer .footer-line{
	display: block;
	height: 60px;
	background: linear-gradient(to bottom, #c9d8e0 0%, #ffffff 100%);	
	border-bottom: 1px solid #b5c6d2;
}
/*youqinglianjie*/
.friend {
	width: 100%;
	/* height: 56px; */
	display: inline-block;
	padding: 10px 0;
	float: left;	
}
.friend .friendlogo {
	width: 340px;
	height: 40px;
	float: left;
	padding: 0 20px;
	border-right: 1px solid #b5c6d2;
}
.friend .friendlogo img{
	width: 318px;
	height: 40px;
	display: inline-block;	
}
.friend .dropdown-menu{ 
	width: 100%;
	min-width: 1200px;
	margin-left: -380px;
	padding: 10px 0;
	margin: 0;
	border: 2px solid #415f78;
	background: #fff url(./homebg.jpg) 0 0 repeat-x;
}
.friend .dropdown-menu.dropmenu1{ 
	margin-left: -455px;
}
.friend .dropdown-menu.dropmenu2{ 
	margin-left: -629px;
}
.friend .dropdown-menu.dropmenu3{ 
	margin-left: -803px;
}
.friend .dropdown-menu.dropmenu4{ 
	margin-left: -977px;
}
.friend .dropdown-menu li{ 
	width: 25%;
	float: left;
	padding: 2px 0;
	margin: 0;
}
.footer h2{
	width: 100px;
	height: 100%;
	margin-top: 10px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	float: left;
	display: block;
}
.footer .friend-group, .footer .lxwm{
	float: left;
}
.friend .friend-group button{
	width: 170px;
	padding:8px 10px;
	border-radius: 5px;
	font-size: 14px;
	color: #5b7e8a;
	border: 1px solid #5b7e8a;
	background: #fff;		
}
/*lianxiwomen*/
.footer .lxwm .lxwmlogo {
	width: 160px;
	height: 94px;
	float: left;
	padding: 0 20px;
	margin-top: 10px;
	border-right: 1px solid #b5c6d2;
}
.footer .lxwm .lxwmlogo img{
	width: 120px;
	height: 40px;
	margin-top: 20px;
	display: inline-block;	
}
.footer .lxwm .copyright{
	width: 700px;
	padding-top: 20px;
}
.footer .lxwm .copyright p{
	padding: 0;
	margin: 0;
	text-indent: 20px;
	line-height: 24px;
}
.footer .lxwm .copyright li span{
	width: 80px;
	text-align: right;
}
/*erweima*/
.ewms { 
	height: 94px;
	float: left;
	padding: 0px 0 0 20px;
	margin-top: 10px;
	border-left: 1px solid #b5c6d2;
}
.ewms li{ 
	display: inline-block;
	width: 90px;
	height: 90px;
	padding: 3px;
	background: #fff;
	margin: 5px;
	border-radius: 5px;
}
.ewms li img{ 
	width: 85px !important;
	height: 85px !important;
}
/*2ji*/
.side .panel-body{
	padding: 0 !important;
}
.content-list .panel-body{
	padding: 10px 5px 30px !important;
}
.content-list-three .panel-body{
	padding: 0 !important;
}
.side .side-list li{
	height: 46px;
	display: block;
	font-weight: bold;
	color: #b5c6d2;
	font-size: 1rem;
	border-bottom: 1px dotted #b5c6d2;
}
.side .side-list li a{
	line-height: 46px;
	display: block;
	text-indent: 5px;
}
.side .side-list li a:hover{
	line-height: 46px;
	display: block;
	border-left: 4px solid #415f78;
	color: #5b7e8a;
	text-indent: 15px;
	background: #E6F0F6 url(./dot.png) 2px center no-repeat;
}
.sideBox-active{
	line-height: 46px;
	display: block;
	border-left: 4px solid #415f78;
	color: #5b7e8a;
	text-indent: 15px;
	background: #E6F0F6 url(./dot.png) 2px center no-repeat;
}
 .web-main-header{
	 color: #fff;
	 line-height: 40px;
	 display: block;
	 text-align: center;
	 font-weight: bold;
	 border-radius: 5px 5px 0 0;
	 background: #415f78;
 }
 /* article*/
 .web-main-property {
  	width: 100%;
 	font-size: 0.95rem;
  	text-align:right;
  	line-height:30px;
  	padding-right:10px;
  	color:#999;
  }
.main-article-top{
	 clear: both;
	 min-height: 160px;
	 display: block;
	 background: #f1f7fa;
}
.article-companylogo{
	 height:120px;
	 text-align:center;
	 padding-top: 20px;
 }
.article-companylogo img{
	 width: 183px !important;
	 height:120px !important;
	 margin: 0 auto !important;
	 border-radius: 0px !important;
	 box-shadow: none !important;
 }
.article-ewm{
 	 height:90px; 
 	 text-align:center;
 	 padding-top: 40px;
  }
.article-ewm img{
 	 width: 84px !important;
 	 height:84px !important;
  }
.article-sub-list{
 	width: 100%;
 	padding: 20px 0;
 	line-height:30px;
 }
.article-website{
    width: 100%;
 	text-align:center;
 	line-height:50px;
	/* color: #415f78;
    background: #CDE0ED; */
	color: #256a8c;
	background: #b5e4f8;
	margin-bottom: 15px;
	border-radius: 3px;
}
 .article-website a {
	color: #415f78;
	font-weight: bold;
	font-size: 1.2rem;
}
.article-sub-messages .article-sub-title{
	height:36px;
	line-height:36px;
	clear: both;
	color: #415f78;
    background: #e8f2fc;
	text-indent: 10px;
	margin-top: 15px;
	border-radius: 3px;	
}
.article-sub-messages p {
    width: 100%;
	clear: both;
 	line-height:30px;
	text-indent: 32px;
	padding: 0 15px;
	margin:15px 0 0;
}

 /*-----------------------------------------
       3级
 ------------------------------------------*/
.article-table{
	width: 100%;
	line-height: 26px;
}
.article-table th{
	line-height: 40px;
	color: #5b7e8a;
	background: linear-gradient(to bottom, #c9d8e0 0%, #ffffff 100%);	
	border-bottom: 1px solid #b5c6d2;
	text-align: left !important;
	padding-left:80px;
}
.article-table td{
	line-height: 36px;
	padding-left: 5px;
	border-bottom: 1px solid #b5c6d2;
}
.article-table tr td:last-child {
	color: #999;
}
.article-table tr:hover{
	line-height: 36px;
	padding-left: 5px;
	color: #5b7e8a;
	background: #E6F0F6;
}
.pages-rp{
	padding: 26px 20px 0 0;
}
/* .content-main .title {
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #415f78;
    font-size: 24px;
    font-weight: bold;
	padding-top: 15px;
}
.content-main .web-main-article img {
    height: 400px;
    width: 500px;
	clear: both;
    margin: 10px auto;
	border-radius: 5px;
	box-shadow:2px 0px 5px #cad9e3;
} */
/* 文章*/
.articleContent .title{
	width: 100%;
	line-height:40px;
	text-align:center;
	color:#2196F3;
	font-size: 16px;
	font-weight:bold;
}
.articleContent .property {
	width: 100%;
	text-align:right;
	line-height:30px;
	padding-right:10px;
	color:#999;
	border-bottom: 2px solid #2196f3;
}

.articleContent .contentTxt-img{
   width: 80%;
   margin: 20px auto;
   padding: 10px;
   border: 1px solid #cfe9fe;
   border-radius:5px;
}
.articleContent .ent-intro{
	width: 100%;
	padding: 10px;
	list-style-type: none;
	display:inline-block;
	background: #f7f7f7;
	line-height: 30px;
}
.articleContent .ent-intro-name{
	color:#339EF3;
	margin-right: 10px;
	font-weight:bold;
}
.articleContent .ent-item-name{
	width: 100%;
	color:#339EF3;
	font-weight:bold;
	margin: 10px auto;
}

.articleContent .ent-messages{
  padding: 10px;
}
.margin-center{
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.tzcontent{
  font-size:5pt;
}
.tztitle{
   width:100%;
   text-align: center;
   font-weight:bold;
   font-size: 1.8rem;
   color: #ff0000; 
}
.tzsubtitle{
  width: 100%;
  line-height:20px;
  text-align:center;
  color:#000;
  font-size: 1.25rem;
  font-weight:bold;
}
.tzproperty {
  width: 100%;
  line-height:20px;
  color:#000;
  text-align:center;
  border-bottom: 4px solid #ff0000;
}
.tz-item-name{
  width: 100%;
  margin: 10px auto;
}
.contentTxt-end{
  width: 30%;
  float:right;
  text-align:right;
}
.contentTxt-end span{
  display: block;
  text-align:center;
}

.tz-item-onetitle{
  font-weight:bold;
}
.tz-table table{
  width: 100%;
  margin:0 auto;
  border:1px solid #000;
}
.tz-table table td{
   border:1px solid #000;
   height: 30px;
   padding: 5px;
}
.tabtip{
  font-size: 12px;
}
.tabol{
  padding-left:30px;
}
.p-bold{
  font-size: 14px;
  font-weight: bold;
}
.left-100{
  padding-left:100px;
}
.left-100 .contentTxt .contentTxt-img{
   border-style: none;
}
.ent-info-content{
    padding-left: 125px;
}
.nav-left-20{
  padding-left: 40px;
}
.caipu p{
	margin: 26px 0px 10px 0px;
}
.caipu img{
    margin-right: auto;
    margin-left: auto;
}
.width-shrink-80{
	width:80%;
}

/*-----------------------------------------
            家政风采
------------------------------------------*/
#list-tbody-1 tr,#list-tbody-2 tr{
  cursor: pointer;
}
#list-tbody-1 tr:hover,#list-tbody-2 tr:hover{
  cursor: pointer;
  color: #2196f3;
  background: #cfe8fb;
}
.table thead{
  text-align: center;
  color: #2196f3;
  border-color: #2196f3;
}
.list-tbody{
	display:none;
}
.page-color{
  color: #666 !important;
}
.list-tbody-active{
	display:table-row-group;
}
/* .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 3px;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #d3e6f4;
    border-radius: 3px;
}
.pagination>li>a:focus, .pagination>li>a:hover,
 .pagination>li>span:focus, .pagination>li>span:hover{
	color: #fff;
	background: #2196f3;
}*/
.pagination .page-disable a{
	pointer-events:none;
	color:#afafaf;
	background: #c8c8c8 !important;
	cursor:default;
	border-color: #ccc !important;
}
.pagination .page-num-active a{
	background: #c8c8c8 !important;
}  
/*.pages {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	background: #f1f1f1;
}
.pages ul{
	padding: 0 !important;
	margin: 8px 0  4px 0 !important;
}
.pages span{
	margin: 16px 30px 0 0;
}*/ 

/*-----------------------------------------
            通知公告
------------------------------------------*/
.announcement-content p{
	margin:0 0 10px;
}
.annex-title{
	margin-top:70px;
}
.annex-title .annex-title-header{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
    font-weight: bold;
}
.annex-title th{
	border: 1px solid black;
}
.annex-title tr{
	height:2rem;
}
.annex-title .tzlabel{
	font-weight: bold;
}
/*-----------------------------------------
       window
 ------------------------------------------*/
.modal {
    top: 40%;
}
.modal-content {
    position: relative;
    background: #fff url(./homebg.jpg) 0 0 repeat-x;	
    border: 1px solid #415f78;
    color: #666;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
}
.modal-header, .modal-footer {
    padding: 10px;
    border:none;	
}
.modal-body {
    position: relative;
    padding: 25px 15px;
}
.modal-footer {
    text-align: center;
}
.glyphicon{
	color: #ffffff;
	border-radius: 50%;
	padding: 6px;
}
.glyphicon-ok{
	background: #2e860c;
}
.glyphicon-remove{
	background: #d22104;
}
.close {
    font-size: 24px;
    color: #415f78;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=40);
    opacity: .4;
}
#messages .messages-btn {
    width: 80px;
    line-height: 34px;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin: 0 atuo;
    color: #fff;
    background: #415f78;
	border-color: #415f78;
}
.btn-primary {
    color: #fff;
    background: #415f78;
    border-color: #415f78;
}
.btn {
    padding: 6px 23px;
}
/*-----------------------------------------
            media
------------------------------------------*/

@media screen (min-width:1200px) { 
	.container {
		width: 1200px !important;
	}
	.home-slide{
		background-image: url(./slider.jpg);
		background-size: auto 100%;  		
	}
	.home-main{
		padding-top: 282px !important;
	}
	.banner{
		background-image: url(./banner.jpg);
		background-size: auto 100%;  	
	}
	#rxfw, #agjy{
		height: 320px !important;
	}
	#tzgg, #dwyhs{
		height: 280px !important;
	}
	.friend .dropdown-menu{ 
		width: 100%;
		min-width: 1200px;
		margin-left: -380px;
		padding: 10px 0;
		margin: 0;
		border: 2px solid #415f78;
		background: #fff url(./homebg.jpg) 0 0 repeat-x;
	}
	.friend .dropdown-menu.dropmenu1{ 
		margin-left: -455px !important;
	}
	.friend .dropdown-menu.dropmenu2{ 
		margin-left: -629px !important;
	}
	.friend .dropdown-menu.dropmenu3{ 
		margin-left: -803px !important;
	}
	.friend .dropdown-menu.dropmenu4{ 
		margin-left: -977px !important;
	}
	.friend .dropdown-menu li{ 
		width: 25%;
		float: left;
		padding: 2px 0;
		margin: 0;
	}
/* 	.footer h2{
		width: 100px;
		height: 100%;
		margin-top: 10px;
		padding-right: 15px;
		font-size: 16px;
		font-weight: bold;
		text-align: right;
		float: left;
		display: block;
	}
	.footer .friend-group, .footer .lxwm{
		float: left;
	} */
	.friend .friend-group button{
		width: 170px !important;
		padding:8px 10px;
		border-radius: 5px;
		font-size: 14px;
		color: #5b7e8a;
		border: 1px solid #5b7e8a;
		background: #fff;		
	}
} 
 /*ipad*/
 @media only screen and (min-width: 768px) and (max-width: 1024px){
	.container {
		width: 95%;
		margin: 0 auto;	
	} 
	body,html{
		font-size: 14px;	
	}
   .home-slide{
		background-image: url(./slider-pad.jpg);
		background-size: auto 100%;  	
	}
	.home-main{
		padding-top: 282px !important;
	} 
	.banner{
		background-image: url(./banner-pad.jpg);
		background-size: auto 100%;  	
	}
	#ent-list {
		padding-left: 0px;
	}
	#ent-list li{
		height: 53px;
		font-weight: bold;
		color: #b5c6d2;
		font-size: 0.8rem;
		border-bottom: 1px dotted #b5c6d2;
	}
	.ent-list li img{
		width:0px !important;
		height:0px !important;
	}
	#rxfw, #agjy{
		height: 320px;
	}
	#tzgg, #dwyhs{
		height: 275px;
	}
	.news-slide{
		width: 240px;
	}
	#work-dynamics-list {
		margin-left: 45px;
	}
	#announcement-list li a{
		width: 78%;
	}
	.friend .friendlogo{
		width: 100%;
		border-right: none;
		display: none;
		visibility: hidden;
	}
	.footer .footer-line{
		display: block;
		height: auto;
		border-bottom: none;
	}
	.friend-group  {
	    width: 86%;
	}
	.friend-group .btn-group{
	    width: 23%;
		height: 38px;
		float: left;
		display: inline-block;
		margin: 0 1%;
		margin-bottom: 5px;
	}
	.friend .dropdown-menu{ 
		width: 100%;
		min-width: 600px;
		margin: 0 auto;
		padding: 10px 0;
		margin: 0;
		border: 2px solid #415f78;
		background: #fff url(./homebg.jpg) 0 0 repeat-x;
	}
   .friend .dropdown-menu.dropmenu1{ 
		margin-left: -10px !important;
   }
   .friend .dropdown-menu.dropmenu2{ 
		margin-left: -200px !important;
   }
   .friend .dropdown-menu.dropmenu3{ 
		margin-left: -350px !important;
   }
   .friend .dropdown-menu.dropmenu4{ 
		margin-left: -0px !important;
   }
   .friend .dropdown-menu li{ 
		width: 50%;
		float: left;
		padding: 2px 0;
		margin: 0;
	}
	.footer h2{
		width: 100px;
		height: 100%;
		margin-top: 10px;
		padding-right: 15px;
		font-size: 16px;
		font-weight: bold;
		text-align: right;
		float: left;
		display: block;
	}
	.footer .friend-group, .footer .lxwm{
		float: left;
	}
	.friend .friend-group button{
		width: 100%;
		padding:8px 10px;
		border-radius: 5px;
		font-size: 14px;
		color: #5b7e8a;
		border: 1px solid #5b7e8a;
		background: #fff;		
	}
	/*lianxiwomen*/
	.footer .lxwm .lxwmlogo, .footer .lxwm .lxwmlogo img {
		border-right: none;
		display: none;
		visibility: hidden !important;
	}
	.footer .lxwm .copyright{
		width: 100%;
		padding-top: 0px;
	}
	.footer .lxwm .copyright p{
		padding: 0;
		margin: 0;
		text-indent: 0px;
		line-height: 24px;
		font-size: 0.9rem;
	}
	.footer .lxwm .copyright li span{
		width: 80px;
		text-align: right;
	}
	/*erweima*/
	.ewms { 
		width: 100%;
		padding: 0;
		clear: both;
		float: left; 
		margin-top: 5px;
		border-left: none;
	}
	.ewms li{ 
		width: 23%;
		margin: 0;
	}
	.ewms li img{ 
		width:100% !important;
		height: auto !important;
	}
	/*twopage*/
	.side .side-list li{
		width: 90%;
	 	overflow: hidden;
	 	text-overflow: ellipsis;
	 	white-space: nowrap;
	}
	.article-sub-list {
		width: 100%;
		padding: 10px 0; 
		line-height: 24px;
	}
} 
/*phones*/
@media only screen and (min-width: 320px) and (max-width: 478px){ 
	.row {
     margin: 0 !important;
	 padding: 0 !important;
    }
	.container {
		width: 100%;
		/*width: 96%;
		/* padding: 0 2%; */
		margin: 0 auto;
		padding: 0 !important;
	}
	.home-main{
		padding-top: 282px !important;
	}
	.web-main{
		padding-top: 215px !important;
	}
	.no-lppadding {
		padding-left: 0px !important;
    }
	.home-slide{
		background-image: url(./slider-phone.jpg);
		background-size: auto 100%;  	
	}
	.banner{
		background-image: url(./banner-phone.jpg);
		background-size: auto 100%;  	
	}
	#work-dynamics-list {
		margin-top: 0px;
		padding-left: 0;
	}
	#work-dynamics-list li{
		width: 100%;
	}
	#news{
		width: 100%;
	}
	#news-imgs{
		width: 300px;
		height: 239px;
		margin: 0 auto;
	}
	#news-list{
		width: 100%;
		clear: both;
	}
	.news-slide{
		width: 300px;
	 	margin:0 auto;
	 }
	.date{
		display: none;
	}
	.footer .container{
		width: 96%;
		margin: 0 auto;
	}
	#announcement-list li a{
		width: 95%;
	}
	.friend {
		padding: 0;
    }
	.friend .friendlogo{
		width: 100%;
		border-right: none;
		display: none;
		visibility: hidden;
	}
	.footer .footer-line{
		display: block;
		height: auto;
		border-bottom: none;
	}
	.footer h2{
		width: 100%;
		text-align: center;
	}
	.footer .lxwm .copyright {
		padding: 0;
		margin: 0;
	}	
	.footer .lxwm .copyright p {
		width: 100%;
		text-indent: 0;
    }
	.footer .friend-group, .footer .lxwm {
		width: 100%;
		text-indent: 0;
		padding: 0;
    }
	.friend-group  {
	    width: 100%;
		margin: 0 auto;
	}
	.friend-group .btn-group{
	    width: 48%;
		height: 38px;
		float: left;
		display: inline-block;
		margin: 0 1%;
		margin-bottom: 5px;
	}
	.friend .dropdown-menu{ 
		width: 100%;
		min-width: 240px;
		margin: 0 auto;
		padding: 10px 0;
		margin: 0;
		z-index: 988888;
		border: 2px solid #415f78;
		background: #fff url(./homebg.jpg) 0 0 repeat-x;
	}
	 .friend .dropdown-menu.dropmenu1{ 
		margin-left: 0px;
	}
	.friend .dropdown-menu.dropmenu2{ 
		margin-left: -90px;
	}
	.friend .dropdown-menu.dropmenu3{ 
		clear: both;
		margin-left: 0px;
	}
	.friend .dropdown-menu.dropmenu4{ 
		margin-left: -90px;
	} 
	.friend .dropdown-menu li { 
		width: 100%;
		float: auto;
	    padding: 2px 0;
		margin: 0;
	}
	.friend .friend-group button{
		width: 100%;
		padding:8px 10px;
		border-radius: 5px;
		font-size: 14px;
		color: #5b7e8a;
		border: 1px solid #5b7e8a;
		background: #fff;		
	} 
	/*lianxiwomen*/
	.footer .lxwm .lxwmlogo {
		display: none;
		
	} 
	.footer .lxwm .copyright{
		width: 98%;
		padding-top: 0;
		margin: 0 auto;
		font-size: 0.6rem;
	}
	/*erweima*/
	.ewms { 
		width: 100%;
		padding: 0;
		clear: both;
		float: left; 
		margin-top: 5px;
		border-left: none;
	}
	.ewms li{ 
		width: 23%;
		margin: 0;
		text-align: center;
	}
	.ewms li img{ 
		width:100% !important;
		height: auto !important;
		text-align: center;
	}
	/*twopage*/
	.side .panel-body {
	    padding:0 10px !important;
	 }
	.article-sub-list {
	    padding: 8px 0 0px;
	}
	.article-ewm {
		height: auto; 
		text-align: center;
		padding-top: 0px; 
	}
	
}
