@charset "utf-8";
/*公共样式与首页样式*/
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,select,textarea,th,td,header,article,iframe,footer{margin:0;padding:0;font: 14px/1.5 "微软雅黑","Microsoft YaHei","PingFang SC",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;}
body{min-width:1200px;margin:0 auto;background:#fff; color:#454545;position:relative;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;margin:0;padding:0;}
em,i,th,label{font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
caption,th{text-align:left;}
input,select {border:none;outline:none;font-size:14px;vertical-align:middle;}
q:before,q:after{content:'';}
a{text-decoration:none;}
a:link{color:#454545;outline:none;}
a:visited{color:#454545;}
a:active{color:#454545;}
a:hover{color:#e32735;}
a,li,i,em,span{outline:none;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;-ms-transition:all 0.2s linear;transition:all 0.2s linear;}
.left{float:left;}
.right{float:right;}
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
*html .clearfix{height:1%;} .clearfix{display:block;}
*html body {margin: 0;height: 100%; position: relative;}


/*head*/
.top {
    width: 100%;
    height: 74px;
    padding: 18px 0;
    background: #fff;
    margin: 0 auto;
    position: relative;
}
.top_warp {
    width: 1000px;
    height: 74px;
    margin: 0 auto;
    position: relative;
}
.top_warp .logo {
    display: block;
    float: left;
    width: 215px;
    height: 64px;
    margin: 5px 0;
    overflow: hidden;
}
.top_warp .logo img {
    display: block;
    margin: 0 auto;
}
.top_box {
    float: right;
    width: 780px;
    height: 74px;
    position: relative;
}
.top_inner {
    width: 100%;
    height: 28px;
    margin-bottom: 14px;
}
.top_enter {
    display: block;
    float: right;
    width: max-content;
    height: 26px;
    padding: 0 10px 0 28px;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 14px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}
.top_enter.i1 {
    background: url(../../images/common/t_a1.png) no-repeat 10px center;
    background-size: 10px 13px;
}
.top_enter.i2 {
    background: url(../../images/common/t_a2.png) no-repeat 10px center;
    background-size: 14px 13px;
}
.top_enter.i3 {
    background: url(../../images/common/t_a3.png) no-repeat 10px center;
    background-size: 13px 13px;
}
.top_enter.i4 {
    padding: 0 10px;
}
.top_channel {
    display: block;
    width: max-content;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
}
.top_enter.i4 .top_more {
    display: none;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 27px;
    right: -1px;
    z-index: 2025;
}
.top_enter.i4:hover .top_more {
    display: block;
}
.top_enter.i4 .top_link {
    width: fit-content;
    height: auto;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ea1c2c;
    margin-top: 8px;
}
.top_link:before {
    content: "";
    position: absolute;
    left: 61px;
    top: 1px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 6px solid transparent;
    z-index: 3;
}
.top_link:after {
    content: "";
    position: absolute;
    left: 60px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-bottom: 8px solid #ea1c2c;
    border-right: 7px solid transparent;
    z-index: 2;
}
.top_link a {
    display: block;
    width: auto;
    height: 36px;
    padding: 0 10px;
    color: #ea1c2c;
    border: none;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
}
.top_link a:hover {
    background: #ea1c2c;
    color: #fff;
}
.top_inner .top_name {
    float: right;
    line-height: 28px;
}
.top_inner .top_name a {
    padding: 0 5px;
}
.top_search {
    width: 260px;
    height: 32px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.top_search_txt {
    display: block;
    float: left;
    width: 179px;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    border: 1px solid #c9c9c9;
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.top_search_submit {
    display: block;
    float: right;
    width: 40px;
    height: 32px;
    background: #888687 url(../../images/common/t_ss.png) no-repeat center;
    background-size: 19px 19px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.top_search_submit:hover {
    background: #ea1c2c url(../../images/common/t_ss.png) no-repeat center;
}
/*nav*/
#nav {
    width: 100%;
    height: auto;
    min-height: 60px;
    background: #EA1C2C;
    margin: 0 auto;
    position: relative;
}
.menu {
    width: 1000px;
    height: auto;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}
.menu li {
    width: 100px;
    height: 60px;
    margin: 0;
    position: relative;
}
.menu a.first,.menu a.special {
    display: block;
    width: 100px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
.menu a.special {
    height: 40px;
    font-weight: 600;
    color: #514500;
    background: #fbe200;
    border-radius: 10px;
    line-height: 40px;
    margin: 10px 0;
}
.menu a.first:hover, .menu li.on a.first, .menu li:hover a.first {
    background: #d20313;
}
.menu a.first.special:hover {
    color: #514500;
    background: #fbe200;
}
.menu dl {
    display: none;
    width: 100%;
    font-size: 14px;
    text-align: center;
    background: #fff;
    padding: 6px 0;
    border: 1px solid #ea1c2c;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
}
.menu li:hover dl {
    display: block;
}
.menu li:last-child {
    background: none;
}
.menu dd {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.menu dd a {
    display: block;
    width: 100%;
    height: 30px;
    color: #ea1c2c;
}
.menu dd a:hover {
    background: #ea1c2c;
    color: #fff;
}
/*content*/
.middle {
    width: 100%;
    height: auto;
    padding: 0 0 45px;
    background: #f1f0f0;
    position: relative;
}
.main {
    width: 1000px;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
/*bread*/
.bread {
    width: 985px;
    height: 21px;
    padding: 18px 0 18px 15px;
    background: url(../../images/common/house.png) no-repeat 0 center;
    background-size: 13px 13px;
    margin: 0 auto;
    position: relative;
}
.bread a,.bread span {
    color: #454545;
    font-size: 14px;
    line-height: 21px;
    padding-left: 5px;
}
.middle_warp {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.middle_content {
    float: left;
    width: 825px;
    height: auto;
    min-height: 400px;
    background: #fff;
    position: relative;
}
.mainTitle {
    width: 100%;
    height: auto;
    min-height: 57px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin: 0 auto;
    position: relative;
}
.mainTitle .mainTitle_txt {
    float: left;
    display: block;
    width: max-content;
    min-width: 126px;
    padding: 0 20px;
    height: 57px;
    background: #FC3F4E;
    color: #fff;
    font-size: 21px;
    line-height: 57px;
    text-align: center;
    letter-spacing: 1px;
}
.mainTitle .mainTitle_arrow {
    display: block;
    float: left;
    width: 21px;
    height: 57px;
    background: url(../../images/common/arrow.png) no-repeat center;
}
.mainTitle_tab_style1 {
    float: right;
    line-height: 30px;
    margin-right: 25px;
    margin-top: 15px;
}
.mainTitle_tab_style1 a {
    float: left;
    margin-left: 1px;
    background: #5ea7ef;
    color: #fff;
    padding: 0 15px;
}
.mainTitle_tab_style1 a.on {
    background: #f7505e;
}
.mainTitle_tab_style {
    float: right;
    margin-right: 45px;
}
.mainTitle_tab_style a {
    float: left;
    display: block;
    height: 53px;
    line-height: 57px;
    border-bottom: 4px solid #fff;
    margin-left: 30px;
}
.mainTitle_tab_style a.on {
    color: #F00000;
    border-color: #F00000;
}
.mainTitle_other {
    float: right;
    line-height: 57px;
    margin-right: 20px;
}
.middle_content_warp {
    width: 775px;
    height: auto;
    padding: 25px 25px 50px;
    margin: 0 auto;
}
/****/
.middle_content_warp .tab_list {
    width: 775px;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}
.middle_content_warp .tab_list li {
    float: left;
    border: 1px solid #ddd;
    line-height: 38px;
    padding: 0 20px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}
.middle_content_warp .tab_list li:hover,
.middle_content_warp .tab_list li.on {
    border: 1px solid #E60012;
    color: #E60012;
}
.tab_content {
    display: none;
    width: 775px;
    height: auto;
    margin: 20px auto 0;
}
.tab_content img {
    max-width: 650px;
    height: auto;
}
/****/
.lastDetail_warp {
    width: 775px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.lastDetail_warp img {
    max-width: 775px;
    height: auto;
}

.lastDetail_tit {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    margin: 10px auto 20px;
}

.lastDetail_date {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
}

.lastDetail_txt {
    width: 100%;
    height: auto;
    /*text-align: justify;*/
    /* 处理文本后不换行就插入图片的 */
    text-align: left;
    margin: 0 auto 50px;
}
/*rightNav*/
.middle_nav {
    float: right;
    width: 154px;
    height: auto;
    position: relative;
}
.middle_nav_list {
    width: 154px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.middle_nav_list li {
    width: 154px;
    height: auto;
    margin: 0 auto 1px;
    text-align: center;
}
.middle_nav_list a.firstLayer {
    display: block;
    width: 154px;
    height: 55px;
    line-height: 55px;
    background: #dbdada;
    color: #333333;
    font-size: 16px;
    margin: 0 auto;
}
.middle_nav_list a.firstLayer.on,
.middle_nav_list a.firstLayer:hover {
    background: #fc3f4e;
    color: #fff;
}
.middle_nav_list dl {
    width: 154px;
    background: #fcf0b6;
}
.middle_nav_list dd {
    width: 154px;
    height: auto;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.middle_nav_list dd a.secondLayer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    min-height: 46px;
    padding: 0 5px;
}
.middle_nav_list dd a.on {
    color: #E71B2B;
}
.middle_nav_list dd p {
    width: 154px;
    background: #fff;
}
.middle_nav_list dd p a {
    display: block;
    line-height: 35px;
}
.middle_nav_adv {
    width: 154px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.middle_nav_adv a {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px auto 0;
    position: relative;
}
.middle_nav_adv a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
/*page*/
.pages {
    width: 775px;
    height: 32px;
    text-align: center;
    margin: 30px auto 40px;
    position: relative;
}
.pages a {
    display: inline-block;
    width: 58px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
}
.pages a.on,.pages a:hover {
    background: #7d7d7d;
    border: 1px solid #7d7d7d;
    color: #fff;
}
.pages input {
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 30px;
    text-indent: 10px;
    background: #fff;
    outline: none;
    border: 1px solid #ddd;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
/*siteMap*/
.siteMap {
    width: 100%;
    height: auto;
    background: #F1F0F0;
    position: relative;
    margin: 0 auto;
}
.siteMap_list {
    width: 940px;
    height: auto;
    padding: 20px 30px 10px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto 45px;
    position: relative;
}
.siteMap_list li {
    width: 940px;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
}
.siteMap_list li .siteMap_top {
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #4A2224;
    color: #ce9557;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
}
.siteMap_list li .siteMap_inner {
    width: 910px;
    height: auto;
    padding-left: 30px;
    margin: 10px auto 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.siteMap_list li .siteMap_inner a {
    display: block;
    width: 25%;
    height: 40px;
    color: #000;
    font-size: 14px;
    line-height: 40px;
}
/*foot*/
.foot1 {
    width:100%;
    height: 90px;
    padding: 20px 0;
    background:#f75562;
}
.cd_f {
    width: 1000px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
}
.cd_f li {
    float: left;
    width: 250px;
    height: 90px;
    background: url(../../images/common/hun.png) no-repeat right center;
    background-size: 2px 78px;
    position: relative;
}
.cd_f li:last-child {
    background: none;
}
.cd_f a {
    display: block;
    width: 100%;
    height: 90px;
}
.cd_f i {
    display: block;
    width: 59px;
    height: 59px;
    margin: 0 auto;
}
.cd_f i.i1 {
    background:url(../../images/common/hun1.png) no-repeat center;
}
.cd_f li:hover i.i1 {
    background:url(../../images/common/hun1_h.png) no-repeat center;
}
.cd_f i.i2 {
    background:url(../../images/common/hun2.png) no-repeat center;
}
.cd_f li:hover i.i2 {
    background:url(../../images/common/hun2_h.png) no-repeat center;
}
.cd_f i.i3 {
    background:url(../../images/common/hun3.png) no-repeat center;
}
.cd_f li:hover i.i3 {
    background:url(../../images/common/hun3_h.png) no-repeat center;
}
.cd_f i.i4 {
    background:url(../../images/common/hun4.png) no-repeat center;
}
.cd_f li:hover i.i4 {
    background:url(../../images/common/hun4_h.png) no-repeat center;
}
.cd_f p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}
.foot2 {
    width: 100%;
    background: #6b6b6b;
    color: #fff;
    padding: 50px 0 20px 0;
}
.foot_warp {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.cd_f2 {
    float: left;
    width: 345px;
    height: auto;
    margin-bottom: 30px;
}
.cd_f2 li {
    float: left;
    width: 90px;
    height: 220px;
}
.cd_f2 li.distance {
    border-right: 1px solid #8A8888;
    margin-right: 28px;
}
.cd_f2 b {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}
.cd_f2 a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.cd_f2 a:hover,.foot_link a:hover {
    text-decoration: underline;
}
.foot2_2 {
    float: left;
    width: 230px;
}
.foot2_2 b {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}
.foot_tel {
    width: 100%;
    height: 33px;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 40px;
}
.ewm {
    float:right;
    width: 420px;
    text-align: center;
}
.ewm li {
    float: left;
    width: 140px;
    font-size: 16px;
}
.ewm img {
    display: block;
    margin: 0 auto 10px;
}
.ewm li p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.foot_bt {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border-bottom: 1px solid #919191;
    margin-bottom: 10px;
}
.foot_bt .s1 {
    float: left;
    height: 40px;
    border-bottom: 2px solid #f75562;
    font-size: 16px;
}
.foot_link {
    float: left;
    width: 100%;
    height: auto;
}
.foot_link a {
    color: #fff;
    margin-right: 20px;
}
.foot3 {
    width: 100%;
    height: auto;
    background: #444;
    padding: 20px 0;
    color: #A4A4A4;
    margin: 0 auto;
    overflow: hidden;
}
.foot3 .d1 {
    float: left;
}
.foot3 a {
    color: #A4A4A4;
}
.foot3 a:hover {
    text-decoration: underline;
}
.foot3 .d1 p {
    display: inline-block;
    padding-right: 42px;
    background: url(../../images/common/ipv6.png) no-repeat right center;
    background-size: 40px 13px;
}
.foot3 .d2 {
    float: right;
    text-align: right;
}
.foot3 .d2 .beian {
    display: inline-block;
    padding-left: 22px;
    background: url(../../images/common/beian.png) no-repeat left center;
    background-size: 20px 20px;
    margin-right: 5px;
}
/*fix*/
#right_pf {
    width: 149px;
    height: 269px;
    z-index: 2025;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -135px;
    background: url(../../images/common/pf_bj.png) no-repeat center;
}
#right_pf i.pf_close {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/common/pf_close.png) no-repeat center;
    position: absolute;
    right: 15px;
    top: 35px;
    cursor: pointer;
}
#right_pf ul {
    width: 123px;
    background: #eb6671;
    margin: 62px 13px 0;
}
#right_pf ul li {
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #fff;
}
#right_pf ul a {
    display: block;
    width: 84px;
    height: 47px;
    padding-left: 39px;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
    background-size: 27px 27px;
}
#right_pf ul li .pf_tab1 {
    background: url(../../images/common/pf_a1.png) no-repeat 8px center;
}
#right_pf ul li .pf_tab2 {
    font-size: 12px;
    background: url(../../images/common/pf_a1.png) no-repeat 8px center;
}
#right_pf ul li .pf_tab3 {
    background: url(../../images/common/pf_a2.png) no-repeat 8px center;
}
#right_pf ul li .pf_tab4 {
    background: url(../../images/common/pf_a3.png) no-repeat 8px center;
}
#right_pf ul .pf_tab1:hover,#right_pf ul .pf_tab2:hover {
    background: #ea1c2c url(../../images/common/pf_a1.png) no-repeat 8px center;
}
#right_pf ul .pf_tab3:hover {
    background: #ea1c2c url(../../images/common/pf_a2.png) no-repeat 8px center;
}
#right_pf ul .pf_tab4:hover {
    background: #ea1c2c url(../../images/common/pf_a3.png) no-repeat 8px center;
}
