@charset "utf-8";

/** 
 *  通用CSS文件
 */

/* 基础样式 */
html, body {
    padding: 0;
    margin: 0;
    min-width: 1200px;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li,
pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-family: "微软雅黑", "Microsoft YaHei", SimHei, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    /*color: #666;*/
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

ul, ol, dl {
    list-style: none;
}

a {
    text-decoration: none !important;
    outline: none;
    cursor: pointer;
    color: #666;
}

/* a:hover {
    color: #d80c18 !important;
} */

img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    cursor: pointer;
}

button.disabled {
    cursor: default;
    background: #DDD !important;
}

div {
    behavior: url(PIE.htc);
}

/* 通用样式 */
.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}

.jb-c {
    color: #d70c19;
}

.jb-bg {
    background: #d70c19;
}

.jb-w {
    width: 1200px;
    margin: 0 auto;
}

.w-1000 {
    width: 1000px;
    margin: 0 auto;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

.w-1440 {
    width: 1440px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 100%;
    background-color: #f3f3f3;
    overflow: hidden;
    position: relative;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.hide {
    display: none !important;
}

.jb-ph {
    position: absolute;
    text-indent: 4px;
    color: #CCC;
    font-size: 12px;
    font-family: "宋体";
}



.rc-tips {
    font-size: 12px;
    color: #CE012E;
    font-family: "宋体";
    margin: 0 3px;
}


.page_div {
    height: auto;
    padding: 30px 0 30px 0px;
    min-width: 650px;
    text-align: center;
    font: 14px/1.5 Arial, 'Microsoft Yahei', '微软雅黑', \5FAE\8F6F\96C5\9ED1,
    '宋体', \5b8b\4f53, arial, 'Hiragino Sans GB', Tahoma, Arial, Helvetica;
}

.page_div .page_list {
    overflow: hidden;
    margin: 0 0 0 0;
    min-width: 650px;
    padding-left: 1px;
}

.page_div li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #eee;
    background: #fff;
    margin-left: -1px;
}

.page_div li a {
    color: #666;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 8px 14px;
}

.page_div li:hover {
    /*background: #d80c18;*/
    /*border-color: #d80c18;*/

}

.page_div li:hover a {
    color: #d80c18;
}

.page_div li.active {
    background-color: #d80c18;
    border-color: #d80c18;
    color: #fff;
    padding: 7px 14px;
}

.page_div li.disabled {
    color: #999;
    padding: 8px 14px;
    cursor: default;
}

.page_div li.disabled:hover {
    background: #fff;
    color: #999;
    border-color: #eee;
}


/* 头部开始 */
.header {
    width: 100%;
    background-color: #fff;
    border-bottom: #ddd solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1200px;
}

.in_header {
    min-width: 1200px;
    height: 90px;
}

.logo {
    width: 195px;
    height: 42px;
    padding: 23px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.he_l {
    height: 90px;
    margin-left: 20px;
}

.he_l .city {
    height: 25px;
    width: 60px;
    border: #ddd solid 1px;
    border-radius: 3px;
    margin-top: 32px;
    margin-left: 28px;
    position: relative;
    cursor: pointer;
}

.he_l .city .up {
    height: 25px;
    line-height: 25px;
    color: #333;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.he_l .city .up:after {
    content: "";
    width: 9px;
    height: 4px;
    background: url(../../static/image/down.png) no-repeat;
    position: absolute;
    top: 11px;
    right: 7px;
    cursor: pointer;
}

.he_l .city .city_list {
    width: 240px;
    border: #ddd solid 1px;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: -1px;
    z-index: 99999;
    display: none;
}

.he_l .city .city_list li {
    height: 26px;
    line-height: 26px;
    float: left;
    margin: 5px;
}

.he_l .city .city_list li a {
    color: #333;
}

.he_l .city .city_list li a:hover {
    text-decoration: underline !important;
    color: #d80c18;
}

.he_r {
    /* width: 50%; */
    height: 90px;
}

.nav {
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav li {
    float: left;
    width: 150px;
    text-align: center;
    position: relative;
    background: url(../img/nav-bg.png) no-repeat 100% center;
}

@media screen and (max-width: 1400px) {
    .nav li {
        width: 120px;
    }
}

.nav li.last {
    background: none;
}

.he_r .nav li a {
    font-size: 16px;
    color: #333;
    line-height: 15px;
    position: relative;
    padding:0px 0px 3px 0px !important;
    box-sizing: border-box;
}

.he_r .nav li:last-child {
    border-right: none;
}

.he_r .nav li a:hover {
    color: #d70c19 !important;
    background: none !important;

}
.nav>li>a{
    padding: 0px !important;
    display: inline !important;
}

.he_r .nav li a.current {
    color: #d70c19;
    border-bottom: #d70c19 solid 2px;
}


/* 头部开始 */



.jb_copyright .wrap {
    width: 100%;
    width: 1000px;
    margin: 10px auto;
    color: #999;
    font-size: 12px;
    margin-bottom: 20px;
}

.jb_copyright p {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
     border-top: 1px solid #ebebeb;
     color: #999999;
}

.jb_copyright .wrap{
	padding: 15px 0 5px;
    border: 1px solid #ebebeb;
    zoom: 1;
    clear: both;
}

.jb_copyright .wrap h5 {
    float: left;
    display: inline;
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight: 400;
}

.jb_copyright .wrap ul li {
    margin: 0 10px 10px 0;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}

.jb_copyright .wrap ul li a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: top;
}


/* 底部结束 */
.verify-image {
    cursor: pointer;
}


/* 侧边 */
.righ-nav2 {
    position: fixed;
    top: 20%;
    right: 36px;
    z-index: 101;
    width: 140px;
    height: 160px;
    display: none;
}
.righ-nav {
    position: fixed;
    bottom: 25%;
    right: -35px;
    display: none;
    z-index: 101;
}


.right-nav-box {
    position: relative;
}

.right-nav-menu {
    width: 60px;
}

.right-nav-menu a {
    display: block;
    width: 100%;
}

.right-nav-menu .go-top {
    width: 60px;
    height: 59px;
    background: url(../../static/image/right-nav-go-top.png) no-repeat;
    margin-left: -40px;
    border-top: none;
    cursor: pointer;
}

.right-nav-menu .go-top:hover {
    background: url(../../static/image/right-nav-red-go-top.png) no-repeat;
    width: 35px;
    border: 0px;
}

/*侧边导航2*/




.small_img span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.show_info{
    position: relative; line-height: 20px; max-height: 40px;overflow: hidden;
}
.show_info::after{
    content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

