@charset 'UTF-8';
* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑" !important;
    overflow-x: hidden;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    height: auto !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
}

.wap {
    display: none;
}

.wap-top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1560 {
    max-width: 1560px;
    padding-left:60px;
    padding-right:60px;
    margin: 0 auto;
}


/*添加*/

.search .button｛ width: 27px;
background-color: #fff;
｝ .search .button input｛ margin: 3px 0 0 3px;
｝
/*修改*/

.search input｛ right: 28px;
｝ .search .button｛ height: 27px;
top: 43%;
｝
/*完*/

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .item img {
    display: block;
    width: 100%;
}

.banner .owl-theme .owl-controls {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

.banner .owl-theme .owl-controls .owl-page span {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    background: none;
    opacity: 1;
    color: #fff;
    border-radius: 0;
    padding: 0;
    line-height: 50px;
    font-size: 20px;
    opacity: 0.5;
    transition: all 0.5s;
    top: 0;
}

.banner .owl-theme .owl-controls.clickable .owl-page.active span {
    position: relative;
    top: -20px;
    opacity: 1;
}

.banner .slideBox .hd {
    /*  position: absolute;
    left:600px;
    bottom: 40px;
    z-index: 999; */
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 40px;
    z-index: 999;
    text-align: center;
}

.banner .slideBox .hd ul li {
    /*  float: left;*/
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: url(../images/banner-plan.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
}

.banner .slideBox .hd ul li.on {
    top: -20px;
}

.banner .slick .slick-dots {
    /*  position: absolute;
    left:600px;
    bottom: 40px;
    z-index: 999; */
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 40px;
    z-index: 999;
    text-align: center;
}

.banner .slick .slick-dots li {
    /*  float: left;*/
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: url(../images/banner-plan.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
}

.banner .slick .slick-dots li.slick-active {
    top: -20px;
}


/* 内页公共样式 */

.top {
    margin: 0 auto;
    height: 35px;
    z-index: 9999;
    background: #030f24;
}

.top.fixed {
    position: fixed;
    left: 0;
    width: 100%;
}

.top-left {
    float: left;
    background: url(../images/top-left-bj.png) no-repeat;
    background-size: 100% 100%;
    line-height: 35px;
    padding: 0 60px 0 50px;
    color: #fff;
    font-size: 14px;
}

.nav-top {
    float: right;
}

.nav-top>ul {
    overflow: hidden;
    float: left;
}

.nav-top>ul>li {
    float: left;
    height: 15px;
    padding: 0 15px;
    margin-top: 10px;
    margin-right: 20px;
    border-right: 2px solid #fff;
}

.nav-top>ul>li>a {
    display: block;
    font-size: 0;
}

.nav-top>ul>li>a span {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.nav-top>ul>li>a:hover span {
    color: #fff;
}

.search {
    float: right;
    position: relative;
    height: 35px;
    margin-left: 30px;
    margin-right: 30px;
}

.search input {
    outline: none;
    line-height: 25px;
    color: #000;
    position: relative;
    width: 0;
    height: 25px;
    /* right: 0;*/
    top: 5px;
    opacity: 1;
    transition: all 0.3s;
    border: none;
    right: 28px;
}

.search img {
    position: absolute;
    right: 10px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    vertical-align: text-bottom;
}

.search .button {
    position: absolute;
    /* top: 50%;*/
    right: 10px;
    bottom: 0;
    /* height: 20px;*/
    margin-top: -10px;
    background: none;
    border: none;
    display: none;
    transition: all 0.3s;
    color: #333;
    height: 27px;
    top: 43%;
    width: 27px;
    background-color: #fff;
}

.search .button input {
    top: 0;
    right: 0;
    width: auto;
    height: 20px;
    width: 20px;
    z-index: 9999;
    border: none;
    margin: 3px 0 0 3px;
}

.search:hover>input {
    width: 170px;
    opacity: 1;
    padding: 0 5px;
    border: 1px solid #fff;
}

.search:hover .button {
    display: block;
    opacity: 1;
    cursor: pointer;
    outline: none;
}


/* nav */

.head {
    position: relative;
}

.head-top {
    /*position: absolute;*/
    position: fixed;
    padding: 20px 0;
    z-index: 999;
    width: 100%;
    top: 45px;
    left: 0;
    right: 0;
}

.head-top.fixed {
    position: fixed;
    background: #c41d17;
    padding: 20px 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    top: 35px;
    z-index: 99999;
}

.logo {
    float: left;
    margin-left: 60px;
}

.logo a {
    font-size: 0;
    line-height: 80px;
}

.logo a img {
    display: block;
    height: 90px;
    vertical-align: middle;
    transition: all 0.3s;
}

.nav {
    float: right;
    margin-right: 60px;
    background-size: 100% 100%;
    position: relative;
    margin-top: 20px;
}

.nav>ul {
    float: right;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    background: url("./");
    position: relative;
}

.nav>ul>li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    position: relative;
    margin: 0 25px;
    transition: all 0.3s;
}

.nav>ul>li .before {
    position: absolute;
    bottom: 15px;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #c41d17;
}

.nav>ul>li .after {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 0;
    background: #c41d17;
}

.nav>ul>li>a::after {
    content: "";
}

.nav>ul>li:hover>a {
    color: #fae385;
}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}

.nav>ul>li>span {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
}

.nav>ul>li:hover ul {
    display: block;
}

.nav>ul>li.active>a {
    color: #fae385;
}

.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}

.nav>ul>li>ul {
    min-width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
    display: none;
}

.nav>ul>li>ul li:hover {
    background: #c41d17;
}

.nav>ul>li>ul li a {
    display: block;
    padding: 15px 10px;
    color: #333;
    white-space: nowrap;
}

.nav>ul>li>ul li a:hover {
    color: #fff;
}

.nav>ul>li .item {
    padding: 40px;
    border-top: 2px solid #94070a;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    /* width: 900px; */
    background: #fff url(../images/png96.png) center bottom no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.nav>ul>li .item .l {
    float: left;
    width: 40%;
    overflow: hidden;
}

.nav>ul>li .item .l .pic {
    float: left;
    width: 142px;
}

.nav>ul>li .item .l .pic img {
    width: 100%;
    height: auto;
}

.nav>ul>li .item .l .txt {
    float: left;
    font-size: 16px;
    color: #94070a;
    padding-left: 15px;
    padding-left: 15px;
    line-height: 2.2;
    width: 160px;
    text-align: center;
    word-break: keep-all;
}

.nav>ul>li .item .r {
    float: right;
    width: 58%;
    font-size: 0;
    text-align: left;
}

.nav>ul>li .item .r a {
    color: #666;
    width: 33.33%;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.nav>ul>li .item .r a:hover {
    color: #94070a;
}

.footer {
    background: url(../images/footer-bj.jpg) no-repeat;
    background-size: 1920px 100%;
    background-position: center top;
}

.footer-child {
    overflow: hidden;
    padding: 55px 0 40px 0;
}

.footer-child>div {
    height: 252px;
}

.footer-left {
    float: left;
    width: 369px;
    border-right: 1px solid #68686a;
}

.footer-left a {
    display: block;
}

.footer-left a img {
    display: block;
    width: 316px;
    margin: 0 auto;
}

.footer-mid {
    float: left;
    width: 294px;
    padding: 0 60px;
    border-right: 1px solid #68686a;
}

.fmid-tit {
    font-size: 22px;
    color: #fff;
}

.fmid-line {
    width: 28px;
    height: 5px;
    background: #e4332d;
    margin: 20px 0;
}

.footer-mid ul {
    overflow: hidden;
}

.footer-mid ul li {
    float: left;
    width: 50%;
}

.footer-mid ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

.footer-mid>p {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.footer-right {
    float: left;
    padding-left: 70px;    width: 240px;
}

.footer-right ul {
    /* overflow: hidden; */
}

.footer-right ul li {
    float: left;
    width: 64px;
    height: 64px;
    position: relative;
        margin-left: 50px;
    cursor: pointer;
}

.footer-right ul li:first-child {
    margin-left: 0;
}

.footer-right ul li>img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.footer-right ul li>img:hover {
    transform: scale(0.9);
}

.footer-right ul li div {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 100%;
    left: 50%;
    margin-left: -50px;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.footer-right ul li div img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-right ul li:hover div {
    z-index: 999;
    opacity: 1;
}

.banquan {
    text-align: center;
    font-size: 14px;
    background: #c41d17;
    line-height: 44px;
}

.banquan p {
    color: #fff;
}

.banquan a {
    color: #fff;
    margin-left: 20px;
}

@media screen and (max-width:1580px) {
    .px1560 {
       /* padding-left: 10px;
        padding-right: 10px;*/
    }
    .logo {
        margin-left: 20px;
    }
    .nav {
        margin-right: 20px;
    }
    .logo a img {
        height: 70px;
        padding-top: 10px;
    }
    .nav>ul>li>a {
        margin: 0 10px;
    }
    .footer-left {
        width: 23.7%;
        box-sizing: border-box;
    }
    .footer-mid {
        box-sizing: border-box;
        width: 26.6%;
    }
    .footer-left a img {
        max-width: 100%;
    }
    .footer-child>div {
        height: auto;
    }
    .footer-mid {
        padding: 0 30px;
    }
    .footer-right {        width: 23%;
        padding-left: 30px;
       box-sizing: border-box;
    }
}

@media screen and (max-width:1200px) {
    .nav>ul>li>a {
        font-size: 14px;
    }
    .footer-mid ul li a {
        font-size: 14px;
        line-height: 30px;
    }
    .footer-mid {
        padding: 0 15px;
    }
    .footer-mid>p {
        line-height: 30px;
        font-size: 14px;
    }
    .footer-left a img {
        max-width: 80%;
    }
}

@media screen and (max-width:1023px) {
    html,
    body {
        font-size: 14px;
    }
    body {
        padding-top: 95px;
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .px1560 {
        padding-left: 10px;
        padding-right: 10px;
    }
.top {
       position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.search{display:none;}
.nav-top>ul>li{padding: 0 10px;margin-right: 10px;}
.nav-top>ul>li:nth-child(3){border:none;}
.nav-top>ul>li:nth-child(4){display:none;}
    .wap-top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 65px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }
    .wap-top>img {
        display: block;
        width: 100%;
    }
    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }
    .wap-menu img {
        height: 25px;
    }
    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }
    .m-head {
        position: fixed;
        top: 35px;
        left: 0;
        right: 0;
        background: #ae1c1c;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 70px;
        max-width: 85%;
        line-height: 70px;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
        display: none;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        background: #fff;
        margin-top: 15px;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 95px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #ae1c1c;
        overflow-y: scroll;
        border-top: 1px solid #fff;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }
    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .foot-m {
        margin: 0 2%;
    }
    .foot-r {
        width: 35.5%;
    }
}

@media screen and (max-width:768px) {
    .footer-child {
        padding: 25px 0;
    }
    .footer-left {
        width: auto;
        float: none;
        border: none;
    }
    .footer-left a img {
        max-height: 150px;
        width: auto;
        max-width: 50%;
    }
    .footer-mid {
        width: 50%;
        margin: 20px 0;
        border: none;
    }
    .footer-right {
        clear: both;
        float: none;
        width: auto;
        padding: 0 15px;
    }
    .banner .slick .slick-dots {
        bottom: 10px;
    }
    .banner .slick .slick-dots li {
        width: 25px;
        height: 25px;
    }
    .banner .slick .slick-dots li.slick-active {
        top: -15px;
    }
}

@media screen and (max-width:480px) {
    .fmid-tit {
        font-size: 18px;
    }
    .fmid-line {
        margin: 10px 0;
    }
    .footer-mid {
        padding: 0 5px;
    }
    .footer-mid ul li {
        float: none;
        width: auto;
    }
    .footer-mid ul li a,
    .footer-mid>p {
        line-height: 24px;
    }
    .banquan {
        font-size: 12px;
        line-height: 24px;
        padding: 10px 0;
    }
}