@media (min-width: 1200px) {
    .container{
        width: 1200px;
    }
}

body,html{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
    line-height: 1;
    background-color:#E5E5E5;
}

a{
    text-decoration: none;
    color:#333;
}

a:hover{
    text-decoration: none;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix::after,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

img{
    max-width: 100%;
}

p{
    margin: 0;
    padding: 0;
}


textarea{resize:none}

/*************************清除默认样式****************************/
.dede_pages {
    margin-top: 30px;
    font-size: 0;
}

.dede_pages ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
}

.dede_pages li {
    display: inline-block;
    margin: 5px;
}

.dede_pages li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #eee;
    font-size: 15px;
    color: #666;
    background-color: #fff;
}

.dede_pages li a:hover,
.dede_pages li span:hover,
.dede_pages li.thisclass a {
    background-color: #EC8209;
    color: #fff;
    border-color: #EC8209;
}


.dede_pages li span {
    font-size: 14px;
    color: #666;
}
/********************分页***************************/
body.small .header{
    height: 60px;
    transition: all 0.5s;
}

body.small .header .nav>ul>li>a{
    line-height: 60px;
}

body.small .header .logo{
    line-height: 60px;
}

body.small .header .tel p{
    line-height: 60px;
}

body.small .child{
    top: 60px;
}

.header{
    text-align: center;
    height: 80px;
    background-color: rgba(34,34,34,0.6);
    font-size: 0;
    width: 100%;
    position: fixed;
    z-index: 90;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}

.header .logo{
    float: left;
    line-height: 80px;
    transition: all 0.5s;
    width: 150px;
}

.header .nav{
    display: inline-block;
    line-height: 1;
    font-size: 0;
}

.header .nav>ul>li{
    margin: 0 5px;
    float: left;
    position: relative;
}

.header .nav>ul>li:first-child{
    margin-left: 0;
}

.header .nav>ul>li>a{
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative;
    line-height: 80px;
    transition: all 0.5s;
    padding: 0 20px;
}

.header .nav a:after,
.header .child li a:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #EC8209;
    opacity: 0;
    transition: all 0.5s;
}

.header .nav>ul>li:hover>a,
.header .nav>ul>li.active>a{
    color: #EC8209;
}
.header .nav>ul>li:hover>a:after,
.header .nav>ul>li.active>a:after{
    opacity: 1;
    width: 100%;
}

.header .tel{
    float: right;
    line-height: 80px;
}

.header .tel p{
    color: #EC8209;
    font-size: 30px;
    padding-left: 35px;
    background: url("../img/icon_01.png") no-repeat left;
}
.header .menu-btn {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 20px;
    position: relative;
    margin-top: 20px;
    outline: none;
}

.header .menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .menu-btn span.one {
    top: 0px;
}

.header .menu-btn span.two {
    top: 10px;
}

.header .menu-btn span.three {
    top: 20px;
}

.header .menu-btn.active span.one {
    transform: rotate(45deg);
    top: 50%;
}

.header .menu-btn.active span.two {
    display: none;
}

.header .menu-btn.active span.three {
    transform: rotate(-45deg);
    top: 50%;
}

.header .child{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    content: '';
    z-index: 100;
}

.header .child a{
    display: block;
    line-height: 40px;
    height: 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: rgba(34,34,34,0.3);
    transition: all 0.5s;
    opacity: 0;
}

.header .child a:hover{
    color: #f18d00;
}

.header .child.active a{
    opacity: 1;
    height: 40px;
}
/********************************************************/
.footer {
    background-color: #00152B;
    background-image: url("../img/image_15.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer .links {
    padding: 21px 0 15px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.footer .links > span {
    float: left;
    color: #ccc;
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding-left: 34px;
    background: url("../img/icon_10.png") no-repeat left;
}

.footer .links-wrap {
    float: left;
    overflow: hidden;
    max-width: 1024px;
}

.footer .links .control {
    float: right;
    position: relative;
    width: 45px;
    height: 25px;
    line-height: 25px;
}

.footer .links .control:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(204, 204, 204, 0.3);
}


.footer .links .swiper-slide {
    width: auto !important;
    line-height: 25px;
    padding: 0 15px;
}

.footer .control .links-next,
.footer .control .links-prev {
    width: 10px;
    height: 19px;
    margin-top: -10px;
    background-size: cover;
}

.footer .control .links-next {
    background-image: url("../img/icon_09.png");
    right: 0;
}

.footer .control .links-prev {
    background-image: url("../img/icon_08.png");
    left: 0;
}

.footer .links-items a {
    font-size: 16px;
    color: #999;
}

.footer .links-items a:hover{
    color: #fff;
}

.footer .footer-wrap{
    padding: 40px 0;
}

.footer .footer-form{
    float: left;
    max-width: 370px;
}

.footer .form-top{
    line-height: 1;
    font-size: 0;
}

.footer .form-top .form-group{
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 8px;
}

.footer .form-top .form-group:first-child{
    margin-left: 0;
}

.footer .form-group label{
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 4px;
}

.footer .form-input{
    max-width: 170px;
    background-color:rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    height: 30px;
}

.footer .form-input:focus{
    outline: none;
    box-shadow: none;
}

.footer form > .form-group{
    position: relative;
}

.footer form > .form-group .form-control{
    background-color:rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    height: 60px;
}

.footer form > .form-group .form-control:focus{
    box-shadow: none;
}

.footer .btn{
    background-color: transparent;
    color: #EC8209;
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    padding-left: 25px;
    background:url("../img/icon_11.png") no-repeat left;
}

.footer .footer-code{
    float: right;
}

.footer .footer-code .code-items{
    float: left;
    margin-left: 30px;
}

.footer .footer-code .code-items:first-child{
    margin-left: 0;
}

.footer .footer-code p{
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

.footer-beian{
    background-color: rgba(196, 196, 196,0.4);
    line-height: 50px;
}

.footer-beian .beian-l{
    float: left;
}

.footer-beian .beian-l p{
    font-size: 16px;
    color: #fff;
}

.footer-beian .beian-r{
    float: right;
}

.footer-beian .beian-r a{
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
}

.footer-beian .beian-r a:first-child{
    margin-left: 0;
}
/********************************************/
.footer-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    box-shadow: 5px 5px 10px #999;
    z-index: 10000;
}
.footer-nav ul {
    display:none;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
}
.footer-nav li {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    text-align: center;
}
.footer-nav li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../../static/img/icon_18.png") no-repeat center;
    background-size: 100%;
}
.footer-nav li:nth-child(2) i {
    background: url("../../static/img/icon_16.png") no-repeat center;
    background-size: 100%;
}
.footer-nav li:nth-child(3) i {
    background: url("../../static/img/icon_17.png") no-repeat center;
    background-size: 100%;
}
.footer-nav li p {
    font-size: 14px;
}

.advant .advant-wrap-items{
    margin-top: 40px;
}
/**********************手机端底部**************************************/
.page-banner{
    line-height: 1;
    font-size: 0;
}
.page-banner > div{
    padding-bottom: 530px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}

.page-title h3{
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #222;
    position: relative;
    margin: 0;
    padding-bottom: 20px;
}

.page-title h3:before{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;
    background-color: #EC8209;
    margin-bottom: 0px;
    margin-left: -40px;
}

.page-title-write h3{
    color: #fff;
}
.page-article p{
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: #222;
    margin: 30px 0;
    font-weight: 100;
}

.subbar{
    background-color: rgba(255,255,255,0.6);
    margin-top: -80px;
    text-align: center;
}

.subbar ul{
    font-size: 0;
    line-height: 1;
}

.subbar li{
    display: inline-block;
    margin-left: 60px;
}

.subbar li:first-child{
    margin-left: 0;
}

.subbar li a{
    font-size: 18px;
    line-height: 80px;
    color: #333;
}

.subbar li:hover a,
.subbar li.active a{
    font-weight: bold;
    color: #0881C8;
}

/*******************************/

@media (max-width: 992px) {
    .header{
        height: 60px;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
    .header .logo{
        line-height: 60px;
    }
    .header .tel p{
        display: none;
    }
    .header .nav{
        position: fixed;
        left: 0;
        top: 60px;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 9999;
    }
    .header .nav.active{
        opacity: 1;
    }

    .header .nav.active>ul{
        background-color: rgba(0, 0, 0, 0.7);
        height: 100%;
    }

    .header .nav>ul>li{
        width: 100%;
        margin-left: 0;
    }

    .header .nav>ul>li>a{
        opacity: 0;
        line-height:52px;
        height: 0px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding-left: 20px;
        padding-right: 35px;
        text-align: left;
        position: relative;
    }

    .header .nav.active>ul>li>a{
        opacity: 1;
        height: 52px;
    }

    .header .nav ul>li>a i{
        position: absolute;
        right: 0;
        top: 0;
        content: '';
        width: 35px;
        height: 100%;
        background-image: url(../img/icon_15.png);
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.3s;
        z-index: 9999;
        display: block;
    }

    .header .child{
        position: static;
    }
    .header .nav.active .top.active .child{
        display: block;
    }
    .header .child li {
        float: none;
        padding: 0;
        margin-left: 30px;
        text-align: left;
    }
    .header .child ul{
        display: none;
    }
    .header li.active .child ul{
        display: block;
    }
    .header .child li a{
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        height: 0;
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 40px;
        padding: 5px 0;
        position: relative;
        color: #fff;
        text-align: left;
        background-color: transparent;
    }

    .header li.active li a{
        opacity: 1;
        height: auto!important;
    }

    .header .nav a:after,
    .header .child li a:after{
        background-color: rgba(255,255,255,0.8);
        height: 1px;
        opacity: 1;
        width: 100%;
    }

    .header .nav>ul>li:hover>a:after,
    .header .nav>ul>li.active>a:after{
        background-color: #EC8209;
    }

    .header .nav .top.active>a i {
        transform: rotate(180deg);
    }
    .spread-60 {
        display: block;
        height: 60px;
    }
    /*****************************/
    .footer{
        margin-bottom: 60px;
    }
    .footer .footer-wrap{
        padding: 15px 0;
    }
    .footer .links{
        display: none;
    }
    .footer-beian{
        text-align: center;
        line-height: 20px;
        padding: 5px 0;
    }
    .footer-beian .beian-l,
    .footer-beian .beian-r{
        float: none;
    }
    .footer-beian .beian-l p{
        font-size: 12px;
    }
    .footer-beian .beian-r a{
        font-size: 12px;
        float: none;
        margin-left: 0;
    }

    .honor .swiper-button-next, .honor .swiper-button-prev{
        display: none;
    }

    .footer .form-top .form-group{
        width: 100%;
        margin-left: 0;
    }
    .footer .form-input{
        width: 100%;
        max-width: 100%;
    }

    .footer .footer-code{
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }

    .footer .footer-code .code-items{
        display: inline-block;
        float: none;
        max-width: 70px;
    }

    .footer .footer-code p{
        font-size: 14px;
        margin-top: 5px;
    }
    /**************************************/
    .page-banner > div{
        padding-bottom: 200px;
    }
    .page-title h3{
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 10px;
    }
    .page-article p{
        margin: 15px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .subbar{
        display: none;
    }
    /**********************************/
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header .nav>ul>li{
        margin-left: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1245px) {
    .honor .swiper-button-next, .honor .swiper-button-prev{
        display: none;
    }
}