@charset "UTF-8";
/*代码初始化*/
*{
    margin: 0;
    padding:0;
}
ul,ol{
    list-style: none;
}
fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
input{
    padding-top:0;
    padding-bottom:0;
    outline:none;
}
select,input{
    vertical-align: center;
}
select,input,textarea{
    font-size:12px;
    margin:0;
}
textarea{
    resize: none;
}
img{
    border:0;
    vertical-align:middle;
}
table{
    border-collapse:collapse;
}
body{
    font-size:12px;
	font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    color:#666;
    background-color: #fff;
}
.clearfix:before,.clearfix:after{
    content:"";
    display: table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    *zoom:1;
}
a{
    color:#666;
    text-decoration:none;
}
a:hover{
    color:#ee2d23;
}
h1,h2,h3,h4,h5,h6{
    text-decoration: none;
    font-weight: normal;
}
s,i,em{
    font-style:normal;
    text-decoration: none;
}
.col-red{
    color: #ee2d23!important;
}

/*公共类代码*/
.w{
    width:1226px;
    margin:0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.al{
    text-align: left;
}
.ac{
    text-align:center;
}
.a人{
    text-align:right;
}
.hide{
    display:none;
}
.bg-white{
    background-color: #fff;
}
/*顶部导航条开始*/
.top-head{
    width:100%;
    height:40px;
    background-color: #333;
}
.top-nav li{
    float:left;
    line-height:40px;
    color:#424242;
    margin-right:8px;
}
.top-nav li a,.top-tel{
    font-size:12px;
    color:#b0b0b0;
}
.top-nav li a:hover{
    color: #fff;
}
.top-tel{
    line-height:40px;
}
/*顶部导航条结束*/

/*导航条开始*/
.nav-box{
    height:55px;
    padding:22px 0;
}
.nav{
    margin-left:80px;
}
.nav li{
    float:left;
    line-height:55px;
    margin-right:20px;
}
.nav li a{
    font-size:16px;
    color:#333;
}
.nav li a:hover{
    color:#ee2d23;
}.nav-search{
     position: relative;
 }
.search-box,.search-btn{
    width: 142px;
    height: 50px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    color: #616161;
    padding:0 10px;
    transition: border .2s;
}
.search-border{
    border:1px solid #ee2d23;
    transition: border .2s;
}
.search-btn{
    width:52px;
    height:52px;
    border-left:0;
    margin:0;
    padding: 0;
    cursor:pointer;
    background:url('../imgs/seacrh-btn.jpg');
}
.search-text{
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top:50%;
    right:65px;
    margin-top:-6px;
}
.search-text-a{
    background: #eee;
    color: #757575;
    padding: 0 5px;
    transition: all .2s;
}
.search-text-a:hover{
    color:#fff;
    background:#ee2d23;
    transition: all .2s;
}
.autocomplete-container {
	width: 216px;
}

.autocomplete-input {
	padding: 9px;
	border-radius: 3px;
	font-family: inherit;
	float: left;
	font-size: 1em;
	border: 1px solid rgba(0, 0, 0, 0.19);
	margin: 0;
}

.autocomplete-button {
	font-family: inherit;
	border: none;
	background-color: #990101;
	color: white;
	padding: 8px;
	float: left;
	cursor: pointer;
	border-radius: 0px 3px 3px 0px;
	transition: all 0.2s ease-out 0s;
	margin: 0.5px 0px 0px -1px;
}

.autocomplete-button:HOVER {
	background-color: #D11E1E;
}

.proposal-box {
	position: absolute;
	height: auto;
	border-left: 1px solid rgba(0, 0, 0, 0.11);
	border-right: 1px solid rgba(0, 0, 0, 0.11);
	left: 0px;
	z-index: 999;
}

.proposal-list {
	list-style: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.44);
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.proposal-list li {
	text-align: left;
	padding: 5px;
	font-family: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	height: 25px;
	line-height: 25px;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

li.proposal.selected {
	background-color: rgba(175, 42, 0, 0.52);
	color: white;
}
/*面包导航*/
.breadnav {
    width: 1240px;
    margin: 0 auto;
    border-bottom: #f6f6f7 solid 1px;
    font-size: 12px;
    line-height: 40px;
    color: #858585;

}
.breadnav a {
    color: #858585;
}
.breadnav a::after {
    content: ">";
    color: #cdcdcd;
    font-size: 12px;
    margin: 0 7px;
}
.breadcrumbs{height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #f5f5f5;
    color: #616161;}
.container{
    margin-bottom: 10px;
	width: 1226px;
    margin-right: auto;
    margin-left: auto;
}
.xm-plain-box{position: relative;
    margin-top: -1px;
    background-color: #fff;}
.box-hd {
    height: 60px;
    padding-top: 14px;
    border-bottom: 1px solid #e0e0e0;
}
.box-hd .title {
    font-size: 18px;
    color: #ff6700;
    font-weight: 400;
    cursor: pointer;
margin: 0.83em 0;
}
.box-bd ul li {
    float: left;
    width: 245px;
    height: 136px;
    padding-top: 24px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.box-bd ul {
    margin-right: -4px;
}
.category-list-img {
    display: block;
    width: 120px;
    height: 80px;
    margin: 0 auto 24px;
}
.box-bd {
    overflow: hidden;
    _zoom: 1;
}

/*关于我们开始*/
.about-box{
    width:100%;
    background-color: #fff;
    padding:30px 0;
    margin-top:40px;
   bottom:0;
}
.about{
    border-top:1px solid #e0e0e0;
    padding-top:40px;
}
.about-huomi{
    width:194px;
}
.about dt{
    margin-bottom:30px;
    font-size: 14px;
    color:#424242;
}
.about dd{
    line-height:25px;
    font-size:12px;
    color:#757575;
}
.news-info{
    margin-left:135px;
    width:566px;
}
.news-info dd{
    float:left;
    width:180px;
    margin-left:5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-info dd:nth-child(3n-2){
    margin:0;
}
.contact{
    width:236px;
    height:136px;
	border-left: 1px solid #e0e0e0;
}
.contact-tel{
    font-size:21px;
    color:#ff6700;
    line-height:40px;
    text-align:center;
}
.contact-day,.contact-money{
    font-size: 12px;
    color:#666666;
    text-align:center;
    line-height:20px;
}
.contact-money{
    margin-bottom:15px;
}
.contact-btn{
    display:block;
    border: 1px solid #ff6700;
    background: #fff;
    color: #ff6700;
    width: 118px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    text-align:center;
    margin:0 auto;
    transition: all .2s linear;
    box-sizing: border-box;
}
.contact-btn:hover{
    border: 0;
    background: #ff6700;
    color: #fff;
    transition: all .2s linear;
}
.clearfloat {
    clear: both;
}
.tags {
    background: #fff;
    margin-bottom: 24px;
}
.leftXian {
    width: 4px;
    height: 24px;
    background: #ff8b47;
    float: left;
    margin-top: 15px;
}
 .author-rec {
    height: 54px;
    line-height: 54px;
    margin: 0 24px 0 24px;
    border-bottom: 1px solid #eee;
}
.author-rec .p1 {
    font-size: 18px;
    color: #333;
    float: left;
}
.tags .tag-list {
    padding: 24px 24px 50px 24px;
    margin-right: -15px;
}
.tags .tag-list .tag-item {
    float: left;
    font-size: 14px;
    color: #666;
    height: 12px;
    line-height: 12px;
    padding: 10px 12px;
    border: 1px solid #eee;
    background: #fff;
    margin: 0 8px 12px 0;
}
.tags .tag-list:after, .tags .tag-list:before, .textlist li:after, .textlist li:before {
    content: "";
    display: table;
}