html,
body {
    min-width: 375px;
    overflow-x: hidden;
}

body {

    background: url(../../images/home/banner.png) no-repeat center center / cover;
}

.main {
    width: 100%;
    height: 1080px;
    position: relative;
}

.main .bg_header {
    width: 100%;
    height: 100%;
    background: url(../../images/home/bg1.png) no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: 0;
}

.main .header {
    position: relative;
    z-index: 99;
}

.main .header .header_link {
    padding-top: 31px;
}

.main .header .header_link a:first-child {
    padding-right: 22px;
    border-right: 1px solid #fff;
}

.main .header .header_link a {
    height: 25px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 26px;
}

.main .header .header_link a img {
    margin: 0 auto;
}

.main .header .navBox {
    position: relative;
    z-index: 1;
}

.main .header .navBox .logo {
    width: 217px;
    height: 65px;
    line-height: 65px;
    float: left;
    margin-top: 14px;
}

.main .header .navBox .logo img {
    /*height: 100%;*/
}

.main .header .navBox .nav {
    float: right;
}

.main .header .navBox .nav ul {
    width: 100%;
    margin-top: 24px;
}

.main .header .navBox .nav ul li {
    float: left;
    position: relative;
    padding: 10px 0;
}

.main .header .navBox .nav ul li a {
    padding: 0 6px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}

.main .header .navBox .nav ul li .dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    background-color: #aa020b;
    box-sizing: border-box;
    overflow-y: hidden;
}

.main .header .navBox .nav ul li .dropdown a {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    height: 49px;
    line-height: 49px;
    background-color: #aa020b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.main .header .navBox .nav ul li .dropdown a span {
    display: block;
    padding-left: 31px;
    background: url(../../images/home/nav-an.png) no-repeat left 11px center;
}

.main .header .navBox .nav ul li .dropdown a:nth-child(1) {
    border-top: none;
}

.main .header .navBox .nav ul li .dropdown a:hover {
    background: #740006;
    border-color: transparent;
}

.main .header .navBox .nav ul li.active {
    background: #aa020b;
}

.main .header .menu {
    float: right;
    margin-top: 20px;
    display: none;
}

.main .mheader {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
}

.main .mheader .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.main .mheader .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
}

.main .mheader .div2 a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
}

.main .mheader .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #0b0d19;
    height: 100%;
    z-index: 100;
    right: -80%;
}

.main .mheader .div3 ul {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
}

.main .mheader .div3 ul li {
    border-bottom: 1px solid #232530;
}

.main .mheader .div3 ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px;
}

.main .mheader .div3 ul li .a_txt2 {
    display: none;
}

.main .mheader .div3 ul li .a_txt2 a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.main .mheader .div3 ul li .a_js2 {
    background: url(../../images/home/plus.png) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.main .mheader .div3 ul li .a_js2_on {
    background: url(../../images/home/reduce.jpg) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.model-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.search-input {
    width: 100%;
    height: 0;
    position: fixed;
    text-align: center;
    top: -250px;
    opacity: 0;
    transition: all 0.8s;
    z-index: 9999;
}

.search-input input,
.search-input button {
    padding-left: 10px;
    width: 65px;
    height: 50px;
    line-height: 35px;
    border: none;
    color: #959595;
    background-color: #fff;
}

.search-input input {
    width: 25%;
    margin-left: -5px;
    font-size: 16px;
    font-family: "microsoft yahei", simsun;
}

.search-input button {
    text-align: center;
    margin-left: -5px;
}

.search-input button img {
    margin: 0 0 0 -2px;
}

.footer {
    width: 100%;
    background: url(../../images/home/footer.png) no-repeat center center / cover;
    padding-top: 18px;
    padding-bottom: 15px;
}

.footer .lef {
    float: left;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-right: 33px;
}

.footer .lef p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.footer .lef p a {
    color: #fff;
    font-size: 14px;
}

.footer .lef p:first-child {
    margin-bottom: 24px;
}

.footer .line {
    width: 1px;
    height: 92px;
    background: url(../../images/home/links.png) no-repeat center center / cover;
    float: left;
}

.footer .links {
    padding-top: 14px;
    padding-bottom: 10px;
    margin-left: 33px;
    margin-right: 34px;
}

.footer .links h4 {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 18px;
}

.footer .links .links-btn {
    width: 197px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.footer .links .links-btn span {
    font-size: 14px;
    color: #333;
}

.footer .links .links-btn img {
    margin-top: 12px;
}

.footer .links .links-btn .links-item {
    width: 197px;
    position: absolute;
    bottom: 29px;
    left: 0px;
    max-height: 230px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-bottom: none;
    overflow: auto;
    display: none;
    z-index: 9;
    box-sizing: border-box;
}

.footer .links .links-btn .links-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .wechat {
    padding-top: 6px;
    padding-bottom: 9px;
    padding-left: 24px;
    float: left;
    box-sizing: border-box;
}

.footer .wechat div {
    float: left;
    width: 75px;
    height: 77px;
    text-align: center;
    line-height: 73px;
    border-radius: 5px;
    background: #fff;
}

.footer .wechat p {
    margin-top: 9px;
    padding-left: 97px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.pages {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 10px;
}

.pages span {
    display: inline-block;
    margin-right: .2rem;
    border: 1px solid #ccc;
    padding:0.05rem .1rem;
    font-size: .16rem
}

.pages>a {
    margin-right: 0.12rem;
    border: 1px solid #ccc;
    padding:0.05rem 0.1rem ;
    font-size: .16rem
}

.pages>a.on {
    border: 1px solid #d7000f;
    background: #d7000f;
    color: #fff
}

@media screen and (max-width: 1320px) {
    .layout {
        padding: 0 20px;
    }

    .footer .line {
        display: none;
    }

    .footer .lef {
        width: 50%;
    }
}

@media screen and (max-width: 1280px) {
    .main .header .navBox .nav ul li a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .main .header .navBox .nav {
        display: none;
    }

    .main .header .menu {
        display: block;
    }
}

@media screen and (max-width: 1100px) {
    .main {
        width: 100%;
        height: 1354px;
        position: relative;
    }
}

@media screen and (max-width: 700px) {
    .footer .lef {
        width: 100%;
    }
}