html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,roof,hgroup,menu,nav,output,ruby,section1,summary,time,mark,audio,video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    box-sizing: border-box;
}

body {
    line-height: 1;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    min-width: 1200px;
}

ol,
ul {
    list-style: outside none none;
    box-sizing: border-box;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px none;
}
main{
    display: block !important;
}
a {
    color: #333;
    text-decoration: none;
}
/* a:hover{color: #e61717;} */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear::after {
    display: block;
    content: '';
    clear: both;
}
.db{display: block !important;}

.margin-right{margin-right: 0;}

.box {
    width: 1200px;
    text-overflow: hidden;
    margin: 0 auto;
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}





/* 顶部内容 */
.peak{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f6f6f6;
    font-size: 12px;
    color: #999;
}
.peak-p1{
    float: left;
}
.peak-p1 span{
    float: left;
    margin-right: 20px;
}
.peak-p1 span i{
    display: block;
    float: left;
    width: 12px;
    height: 35px;
    margin-right: 3px;
    background: url(../image/peak.png) no-repeat 0 -1px;
}
.peak-p1 ul{float: left;margin-left: 30px;}
.peak-p1 ul li{float: left;}
.peak-p1 ul li i{
    display: block;
    float: left;
    width: 10px;
    height: 35px;
    margin-right: 5px;
    background: url(../image/peak.png) no-repeat -15px -1px;
}
.peak-p1 ul li em{
    color: #e3e3e3;
    margin: 0 12px;
}
.peak-p1 ul li a{color: #999;}
.peak-p1 span a{color:#999}
.peak-p2{
    float: right;
}
.peak-p2 p{
    float: left;
}
.peak-p2 p a{
    float: left;
    color: #83a1b7;
    margin-right: 15px;
}
.peak-p2 p a i{
    display: block;
    float: left;
    width: 12px;
    height: 35px;
    margin-right: 3px;
}
.peak-p2 p a:first-child i{
    background: url(../image/peak.png) no-repeat -26px -1px;
}
.peak-p2 p a:first-child + a i{
    background: url(../image/peak.png) no-repeat -40px -1px;
}
.peak-p2 p a:last-child i{
    background: url(../image/peak.png) no-repeat -40px -1px;
}
.peak-p2 ul{float: left;margin-left: 20px;}
.peak-p2 ul li{float: left;}
.peak-p2 ul li a{color: #999;}
.peak-p2 ul li em{
    color: #e3e3e3;
    margin: 0 15px;
}
.peak-p2 ul li a i{
    display: block;
    float: right;
    margin-left: 4px;
    height: 35px;
}
.sj{
    width: 8px;
    background: url(../image/peak.png) no-repeat -56px -1px;
}
.wx{
    width: 14px;
    background: url(../image/peak.png) no-repeat -66px -1px;
}


/* 头部内容 */
header{
    width: 100%;
    height: 120px;
    background: #fff;
}
.head{
    height: 110px;
}
.head h1{
    width: 240px;
    height: 96px;
    float: left;
    background: #eee;
    margin-top: 8px;
}
.head h1 a img{
    width: 100%;
    height: 100%;
}
.head h1 a{
    display: block;
}
.sel{
    width: 700px;
    height: 70px;
    float: left;
    margin: 25px 0 0 90px;
}
.sel-top{
    width: 700px;
    height: 38px;
}
.sel-box{
    float: left;
    width: 570px;
    height: 38px;
    border: 2px solid #e1251b;
}
.sel-box input{
    float: left;
    padding-left: 10px;
    width: 370px;
    height: 34px;
    border: 0;
    outline: none;
    color: #666;
}
/* 搜索 */
#search{
    width: 100px;
    height: 34px;
    float: left;
    text-align: center;
    background-color: #f6f6f6;
    position: relative;
    font-size: 16px;
}
.search-cont{
    width: 100px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}
.select{
    display: block;
    float: left;
    width: 81px;
    text-align: right;
    height: 100%;
    overflow: hidden;
}
.search-cont form{
    display: block;
    width: 100%;
    height: 100%;
}
.search-cont form i{
    float: right;
    display: block;
    width: 10px;
    height: 34px;
    margin-right: 5px;
    background: url(../image/san.png) no-repeat center center;
}
.sub{
    position: absolute;
    width: 100px;
    border: 1px solid #f6f6f6;
    top: 36px;
    left: 0;
    z-index: 9;
    background: #fff;
    display: none;
}
.sub li{
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
}
.sub li:hover{
    color: #d20001;
    background: #eee;
}
.sel-btn{
    width: 86px;
    height: 34px;
    line-height: 34px;
    float: right;
    background-color: #e1251b;
    font-size: 16px;
    color: #fff;
    padding-left: 14px;
    text-align: left;
}
.sel-btn i{
    display: block;
    float: right;
    width: 16px;
    height: 34px;
    margin-right: 10px;
    background: url(../image/sel.png) no-repeat center;
}
.sel-right{
    width: 110px;
    height: 38px;
    float: right;
    padding: 1px 0;
}
.sel-right span{
    display: block;
    float: left;
    width: 41px;
    height: 36px;
    background: url(../image/cyrm.png) no-repeat;
}
.sel-right p{
    float: right;
    width: 65px;
    height: 36px;
    margin-left: 4px;
    padding: 3px 0;
}
.sel-right p a{
    display: block;
    width: 69px;
    height: 15px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.sel-right p a:first-child{margin-bottom: 3px;}
.sel-bottom{
    width: 570px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 12px;
    overflow: hidden;
}
.sel-bottom span{color: #f7352b;}
.sel-bottom a{
    color: #999999;
    margin-right: 15px;
}
.ma{
    width: 86px;
    height: 70px;
    float: right;
    margin-top: 14px;
}
/* 导航栏 */
nav {
    width: 100%;
    height: 40px;
    background: #e1251a;
    /*margin-top: 10px;*/
}

nav p {
    float: left;
}

nav a {
    display: block;
    float: left;
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

nav a:hover {
    background: #c70b00;
}

.nav-active {
    background: #c70b00;
}

/* 位置 */
.place {
    height: 40px;
    line-height: 40px;
}
.place p{float: left;}
.place p em {
    color: #949494;
}
.place p em a {
    color: #949494;
}










/* 底部内容 */
footer{
    width: 100%;
    height: 425px;
}
.foot-top{
    width: 100%;
    height: 138px;
    padding: 39px 0;
    background: url(../image/foot_bg.png) no-repeat center;
}
.foot-top ul{
    width: 1140px;
    height: 60px;
    margin: 0 auto;
}
.foot-top ul li{
    width: 230px;
    height: 60px;
    float: left;
    margin-left: 73px;
}
.foot-top ul li:first-child{margin-left: 0;}
.foot-top ul li img{
    float: left;
    margin-right: 30px;
}
.foot-top ul li p{
    float: left;
    height: 60px;
    padding: 5px 0;
}
.foot-top ul li p span{
    display: block;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
}
.foot{
    width: 100%;
    height: 287px;
    background: #2d3237;
    padding-top: 30px;
}
.foot-list{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #40464b;
}
.foot-list ul{
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
}
.foot-list ul li{
    float: left;
    margin-right: 25px;
}
.foot-list ul li a{color: #bebfc0;}
.foot-list p{
    float: right;
    height: 24px;
    margin-top: 13px;
    margin-right: 5px;
}
.foot-list p span{
    float: left;
    margin: 0 6px;
    color: #30363a;
}
.foot-list p a{
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    color: #bebfc0;
}
.foot-list p a img{
    float: left;
    margin-right: 8px;
}
.foot-cont{
    margin: 20px 20px 0;
}
.foot-cont-left{
    width: 700px;
    float: left;
}
.foot-p1{
    height: 30px;
    margin-bottom: 30px;
}
.foot-p1 a{
    display: block;
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #111112;
    color: #bebfc0;
    margin-right: 12px;
}
.foot-p1 a:hover{background: #666666;}
.foot-p2{
    height: 30px;
    line-height: 30px;
    color: #bebfc0;
}
.foot-p2 span{
    margin: 0 5px;
}
.foot-p2 a{
    color: #bebfc0;
}
.foot-cont img{
    float: right;
}

/*简单分页样式*/

.handy_page_item{
    display: block;
    float: left;
    width: 9px;
    height: 15px;
    cursor: pointer;
    margin-top: 4px;
}

.handy_prev{
    background: url(../image/item_left.png) no-repeat;
    background-size: 100%;
}

.handy_next{
    background: url(../image/item_right.png) no-repeat;
    background-size: 100%;
}

.handy_page_number{
    float: left;
    display: block;
    margin: 0px 12px;
}

/* 友情链接 */
.friendship{
    width: 100%;
    padding: 1px 0 20px 0;
    margin-top: 15px;
    background: #f2f2f2;
}
.friendship h4{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.friendship-cont a{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #666;
    float: left;
    margin-right: 20px;
}


/* 404 */
.four{
    padding: 1px 0 60px;
}
.four img{
    width: 500px;
    height: auto;
    display: block;
    margin: 80px auto 30px;
}
.four p{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #666;
}
.four p a{color: #d54255;}
.overflow{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-left: 5px
}
