@CHARSET "UTF-8";
/*主体样式*/

/*------------内页-------------------*/
/*banner*/
.nbanner{

}
.n_banner{
    width: 100%;
    height: 200px;
    background-image: url(../images/aboutbg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
/*内容区*/
#container{
  background: url(../images/indexboxback_02.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 30px;
}
.containernei{
	width: 1200px;
	margin: auto;
    padding-top: 25px;
}
.containernei .left{
    float: left;
	width: 245px;
}
.containernei .containerneiright{
	width:1200px;

	
}
/*内页左右侧分类通用样式*/
.sort_menu{
	background-color: #ffffff;
}
.sort_menu h3{
    height: 55px;
    line-height: 55px;
    text-indent: 36px;
    color: #fff;
    background-color: #C4261C !important;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}
.sort_menu li{
    text-indent: 36px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff url(../images/icor.png) no-repeat 246px center;
    transition: 0.5s;
}
.sort_menu li a{
    display: block;
}
.sort_menu li:hover{
    background: #fff url(../images/icor.png) no-repeat 217px center;
}
.sort_lianxi{
	margin-top: 20px;
	background-color: #ffffff;
}
.sort_lianxi h3{
    height: 55px;
    line-height: 55px;
    text-indent: 36px;
    color: #fff;
    background-color: #C4261C !important;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}
.sort_lianxi .content{
    padding: 20px;
}
.sitemp{
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    padding-left: 15px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.sitemp h2{
    float: left;
    font-size: 14px;
    font-weight: 100;
}
.sitemp .site{
    width: 380px;
    padding-right: 15px;
    float: right;
    text-align: right;
}
.neixiadahh{
    display: none;
    width: 36px;
    height: 40px;
    margin-top: 13px;
    background: url(../images/more1.png) no-repeat right 0px;
    background-size: 30px;
    transition: 0.7s;
    float: left;
}
.sortsj{
	display: none;
    z-index: 998;
    background: #e7e7e7;
    position: absolute;
    left: 0px;
    top: 54px;
    border-radius: 5px;
}
.sortsj li{
    display: block;
    padding: 0px 30px;
    line-height: 40px;
    border-bottom: 1px solid #f9f9f9;
}
.neixiadahhclose{
   background: url(../images/more2.png) no-repeat right 0px;
   background-size: 30px;
}