body{
    background: #F2F2F2;
}
/*img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}*/
#client_view_container{
    /*width: 70%;*/
    width: 1100px;
    margin:0 auto;
}
/*header*/
.change-hover-color{
    color:#000;
    cursor:pointer;
}
.change-hover-color:hover{
    color:#FF9900;
}
.change-hover-color:target{
    color:#FF9900;
}
.client-header-container{
    margin:0 auto;
}
.hd-go-btn{
    border: 1px solid #9B9B9B;
    padding: 0 5px;
    height: 2rem;
    line-height: 2rem;
    outline:none!important;
}
.full-text-search-input {
    border: 1px solid #9B9B9B;
    width: 70px;
    line-height: 1.7rem;
}
.hd-help-btn{
    margin: 0 10px;
}
.client-register-btn{
    margin-left: 10px;
}
.hd-container-box{
    width: 100%;
    padding:0 0;
}
.hd-logo-box{
    background: url('../../assets/img/logobg.png');
}
.hd-nav-box{
    color: #FFF;
    background: #607B8B;
    font-size: 1.6rem;
    font-weight: bold;
    /*padding: 6px 0;*/
    font-size:0px;
}
.hd-nav-link{
   color: #FFF!important;
    cursor: pointer;
    /*background: #4a6271;*/
    font-size: 1.6rem;
    padding-left: 5px;
    padding-right: 5px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
}
.hd-nav-link:hover{
    color: #FFF;
}
.hd-nav-link:target{
    color: #FFF;
}
.hd-part-line{
    /*margin:0 5px;*/
   font-size:1.6rem;
}
.hd-nav-detail{
    text-align: center;
    height: 34px;
}
.hd-logo-left{
    width: 28%;
    display:table-cell;
}
.hd-logo-right{
    width: 66%;
    display:table-cell;
    vertical-align:middle;
}
.full-serch-txt{
    color:#000;
}
.hd-sub-nav{
    padding:6px 0;
}
.hd-sub-class{
    font-size: 1.3rem;
}
.other-classify-detail-tit{
    margin: 3px 0 10px;
}
.lh35{
    line-height: 35px;
}
/*footer*/
.client-footer-container{
    margin:30px auto 0;
}
.client-footer-link{
    background: #607B8B;
    padding: 40px 25px;
}
.foot-part-line{
    margin:0 5px;
    color: #FFF;
}
.fri-link-hd{
    width: 12%;
}
.fri-link-bd{
    width: 88%;
}
.footer-friendly-link{
    color: #FFF;
    font-weight: bold;
    font-size: 1.6rem;
    margin-left: 10px;
}
.footer-txt-desc{
    text-align: center;
    padding: 22px 0;
}
.hd-nav-link-box{
	display:inline-block;
}
.client-footer-link{
	width: 100%;
}
@media only screen and (min-width:1200px ) {
	.client-footer-link{
		width: 100%;
	}
}
@media only screen and (min-width:992px ) {
	.client-footer-link{
		width: 100%;
	}
}
@media only screen and (min-width:768px ) {
	.client-footer-link{
		width: 100%;
	}
}
.client-footer-link .row{
	width: 100%;
}
/*foot 新样式*/
.footer_lefts,.footer_centers,.footer_rights{
	border-right: 1px solid rgb(158,176,188);
	padding: 0;
	margin: 0;
	color: white;
}
.footer_lefts .col-xs-6{
	/*border: 1px solid blue;*/
	padding-left: 0;
}
/*.footer_lefts .col-xs-6 p{
	color: white;
}*/
.footer_lefts .col-xs-6 p:nth-of-type(1){
	height: 30px;
}
.footer_lefts .col-xs-6 img{
	width: 100%;
}
.footer_lefts .col-xs-6 p:nth-of-type(2){
	margin-top: 10px;
}
.footer_centers{
	padding: 0px 5px;
}
.footer_centers_left,.footer_centers_right{
	padding: 0;
	margin: 0;
}
.footer_centers_left p,.footer_centers_right p{
	margin-top: 5px;
}
.footer_centers_left p{
	padding-right: 10px;
	text-align: right;
}
.footer_centers_right p{
	white-space: nowrap;
}
.footer_rights{
	overflow: hidden;
}
.footer_rights p{
	padding-left: 10px;
}
.footer_rights .col-xs-6{
	padding: 0;
	padding-left: 10px;
}
.footer_rights .col-xs-6 a{
	color: white;
}
.footer-bottoms{
	text-align: center;
}
.footer-bottoms-centers{
	overflow: hidden;
	display: inline-block;
	margin-top: 25px;
}
.footer-bottoms-centers p{
	float: left;
	border-right: 1px solid rgb(97,123,140);
	color: rgb(97,123,140);
	padding: 0px 5px;
}
.footer-bottoms-jingbei{
	margin: 15px auto;
}
