* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobshow {
    display: none !important;
}

ul,
ol,
dl,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {font-size:5.208vw;}

/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*原文件配置*/

body {
    color: #333;
    font-size: .14rem;
    font-family: 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:480px) {
    body {
        font-size: .26rem;
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #b40004;

}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}

.f12 {
    font-size: .12rem;
}

.f16 {
    font-size: .16rem;
}

.f18 {
    font-size: .17rem;
}

.f20 {
    font-size: .2rem;
}

.f22 {
    font-size: .22rem;
}

.f24 {
    font-size: .24rem;
}

.f26 {
    font-size: .26rem;
}

.f28 {
    font-size: .28rem;
}

.f30 {
    font-size: .3rem;
}

.f34 {
    font-size: .34rem;
}

@media (max-width:767px) {
    .f12 {
        font-size: .2rem;
    }
    .f16 {
        font-size: .26rem;
    }
    .f18 {
        font-size: .28rem;
    }
    .f20 {
        font-size: .3rem;
    }
    .f22 {
        font-size: .32rem;
    }
    .f24 {
        font-size: .34rem;
    }
    .f26 {
        font-size: .36rem;
    }
    .f28 {
        font-size: .38rem;
    }
    .f30 {
        font-size: .4rem;
    }
    .f34 {
        font-size: .44rem;
    }
  /*  .mobhide {
        display: none !important;
    }
    .logo {
        width: 1.6rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .mobshow {
        display: block !important;
    }*/
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}

.te_r {
    text-align: right;
}

.fB {
    font-weight: bold;
}


/*相对定位*/

.p_r {
    position: relative;
}
.p_r::before {
   content: "";
   position: absolute;
   left: 0;
   top:50%;
   transform: translateY(-50%);
   width: .3rem;
   height: 1px;
   border-top: 1px dashed #cfa65a;

}

/* 白色背景 */

.bgfff {
    background: #fff;
}

.container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}


/*全局样式 start*/





.m-btn {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .3rem;
    height: .3rem;
    background: url(../images/menu-btn.png)no-repeat center;
    display: none;
    background-size: 100%;
    z-index: 19;
}

.mark {
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.search-content {
    display: none;
    background-color: #a20004;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*z-index: 20;*/
    z-index: 200000;
    padding: 20% 15%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .4rem;
    height: .4rem;
    background: url(../images/close.svg)no-repeat center;
    background-size: 100%;
}

.search-content input[type='text'] {
    padding: 0 .3rem;
    height: .8rem;
    width: 90%;
}

.search-content input[type='submit'] {
    background: #FFF url(../images/search.svg)no-repeat center;
    background-size: .3rem;
    width: .8rem;
    height: .8rem;
}




/*全局样式 end*/

@media (max-width: 1199px) {
    /*修改1200以下、小屏显示器*/
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
   
}

@media (max-width:767px) {
    .header {
        height: 1rem;
    }
    .m-btn {
        width: .5rem;
        height: 0.5rem;
    }
}

.footer {
    background: #312d2d url(../images/foot-bg.jpg)no-repeat center bottom;
    overflow: hidden;
}

.footer .link {
    width: 50%;
    padding-bottom: .6rem;
    padding-top: .3rem;
}

.footer .link a {
    color: #FFF;
    margin-right: .3rem;
    border: 1px #5f5d5d solid;
    line-height: .45rem;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    width: 1.65rem;
    margin-top: .3rem;
}

.footer .us {
    color: #FFF;
    margin-top: .6rem;
}

.footer .us .title {
  
    padding: .17rem 0;
    line-height: .22rem;
    border-bottom: 1px #5f5d5d solid;
     /* padding-bottom: .2rem; */
    padding-left: .2rem; 
    background-color: transparent;
 
}

.footer .us .title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF;
    width: 4px;
    height: 50%;
}

.footer .us .info {
    margin-top: .2rem;
    line-height: 2;
}

.footer .us .sns {
    margin-top: .2rem;
}

.footer .us .sns a {
    width: .47rem;
    height: 0.47rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: .3rem;
}

.copyright {
    color: #FFF;
    opacity: .4;
    border-top: 1px rgba(255, 255, 255, .3) solid;
    line-height: .5rem;
}

.copyright a {
    color: #FFF;
}

.footer .sns a .erwma {
    position: absolute;
    top: -.75rem;
    left: -.25rem;
    padding: .1rem;
    width: 1rem;
    height: 1rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .5);
    background-color: #FFF;
    opacity: 0;
    padding: .05rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.footer .sns a .erwma img {
    width: 100%;
}

@media (min-width:1025px) {
    .footer .sns a:hover .erwma {
        opacity: 1;
        top: -1.05rem;
    }
}
@media (max-width:1025px) {
    .footer .sns a .erwma {
        opacity: 1;
        display: none;
        top: -1.05rem;
    }
}
@media (max-width:1199px) {
    .footer .link,
    .footer .us {
        width: 100%;
    }
    .footer .us {
        margin-top: 0;
    }
    .footer .link a {
        width: 18.25%;
        margin-right: 2%;
    }
    .footer .link a:nth-of-type(5n) {
        margin-right: 0;
    }
    .copyright {
        margin-top: .4rem;
    }
}

@media (max-width:767px) {
    .footer .link a {
        width: 32%;
        line-height: .6rem;
        border-radius: .3rem;
        -webkit-border-radius: .3rem;
        -moz-border-radius: .3rem;
        -ms-border-radius: .3rem;
        -o-border-radius: .3rem;
    }
    .footer .link a:nth-of-type(5n) {
        margin-right: 2%;
    }
    .footer .link a:nth-of-type(3n) {
        margin-right: 0;
    }
    .footer .us .sns a {
        width: .55rem;
        height: .55rem;
    }
    .copyright {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
}

.n-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 5.8rem;
}

.n-banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: .64rem;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.n-banner .title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 6.95rem;
    height: 1.37rem;
    background: url(../images/tbg1.png)no-repeat center;
    background-size: cover;
    vertical-align: middle;
    padding-left: 2.6rem;
    padding-top: .3rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.n-banner .title img {
    height: .82rem;
    vertical-align: middle;
}

.public-content {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

.submenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 4;
    bottom: 1rem;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.submenu a {
    margin-right: .7rem;
    color: #FFF;
    padding-bottom: .2rem;
}

.submenu a:last-child {
    margin-right: 0;
}

.submenu .on {
    font-weight: bold;
}

.submenu .on::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    width: 80%;
    background-color: #db1b1f;
}

@media (max-width:1199px) {
    .n-banner .title {
        padding-left: .4rem;
    }
    .submenu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
	align-items: center;
    	justify-content: center;
    }
    .submenu a {
        margin-right: .4rem;
    }
    .public-content {
        padding-left: .4rem;
        padding-right: .4rem;
    }
}

@media (max-width:767px) {
    .submenu a {
        margin-right: .2rem;
    }
    .public-content {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}