@media (min-width: 1290px) {
    .container{
        width: 1320px;
    }
}

body,html{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
    line-height: 1;
    background-color:#FFFFFF;
}

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;
}

h3,h4{
    margin: 0;
}

textarea{resize:none}

/*************************清除默认样式****************************/
.head{
    line-height: 100px;
    height: 100px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
    background-color: rgba(255,255,255,0.6);
    position: fixed;
    width: 100%;
    z-index: 999999999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.head.small{
    line-height: 80px;
    height: 80px;
    background-color: #fff;
}

.head .logo{
    float: left;
}

.head .logo a{
    float: left;
}

.head .logo p{
    font-size: 14px;
    color: #5F62A7;
    padding-top: 4%;
    margin-left: 8px;
    overflow: hidden;
    display: inline-block;
    max-height: 100px;
}

.head .nav{
    float: left;
    margin-left: 175px;
}

.head .nav li{
    float: left;
    font-size: 18px;
    color: #222;
    margin-right: 26px;
}

.head .nav li a{
    padding-bottom: 10px;
    position: relative;
}

.head .nav li a:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -5%;
    background-color: #F9CA24;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    opacity: 0;
}

.head .nav li.active a,
.head .nav li:hover a{
    color: inherit;
}

.head .nav li.active a:before,
.head .nav li:hover a:before{
    transform: scaleX(4);
    opacity: 1;
}

.head .head-con{
    float: right;
}

.head .head-con>div{
    display: inline-block;
    margin-left: 20px;
}

.head .menu-btn {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 20px;
    position: relative;
    margin-top: 20px;
    outline: none;
}

.head .menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #F9CA24;
    position: absolute;
    top: 0;
    left: 0;
}

.head .menu-btn span.one {
    top: 0px;
}

.head .menu-btn span.two {
    top: 10px;
}

.head .menu-btn span.three {
    top: 20px;
}

.head .menu-btn.active span.one {
    transform: rotate(45deg);
    top: 50%;
}

.head .menu-btn.active span.two {
    display: none;
}

.head .menu-btn.active span.three {
    transform: rotate(-45deg);
    top: 50%;
}

.head .tel{
    position: relative;
    cursor: pointer;
}

.head .tel:hover .tel-pic{
    display: block;

}

.head .tel .tel-pic{
    width: 180px;
    height: 90px;
    position: absolute;
    top: 60%;
    left: 0;
    content: '';
    border-radius: 5px;
    background-color: #222;
    margin-left: -77px;
    margin-top: 20px;
    text-align: center;
    padding: 17px;
    display: none;

}

.head .tel .tel-pic i{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #222;
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    position: absolute;
    top: -8px;
    left: 50%;
    content: '';
    margin-left: -5px;
}

.wechat{
    position: relative;
}

.wechat  .wechat-cont{
    width: 140px;
    height: 140px;
    position: absolute;
    top: 60%;
    left: 0;
    content: '';
    border-radius: 5px;
    background-color: #222;
    margin-left: -55px;
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    display: none;
}

.wechat  .wechat-cont img{
    width: 120px;
    height: 120px;
}

.wechat  .wechat-cont i{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #222;
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    position: absolute;
    top: -8px;
    left: 50%;
    content: '';
    margin-left: -5px;
}

.wechat:hover  .wechat-cont{
    display: block;
}

.head .tel .tel-pic h3 {
    color: #F9CA24;
    font-size: 18px;
}

.head .tel .tel-pic p{
    color:#F9CA24 ;
    line-height: 32px;
    font-size: 22px;
}

.banner-content-other{
    padding-bottom: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-content-other p{
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 51px;
    margin-left: -15%;
    margin-top: -25px;
    content: '';
    font-size: 38px;
    color: #222;
}

.banner-content-other  p:after{
    position: absolute;
    content: '';
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background-color: #F9CA24;
}
/***************************head********************/
.column-more{
    border-radius: 30px;
    width: 190px;
    line-height: 46px;
    font-size: 18px;
    color: #666;
    border: 1px solid #666;
    display: block;
    text-align: center;
}

.column-more:hover{
    box-shadow: 0px 1px 5px  1px #bdbdbd;
    color: #222;
}

.column-more-center{
    margin: 50px auto 0;
}

.column-bg{
    padding: 100px 0;
}

.column-title{
    text-align: center;
}

.column-title h3{
    font-size: 96px;
    color: rgba(224,224,224,0.6);
    font-weight: bold;
}

.column-title p{
    font-size: 38px;
    color: #222;
    position: relative;
    top: -25px;
    z-index: 10;
}

.column-title p:before{
    position: absolute;
    content:'';
    top: 0;
    left: 50%;
    width: 56px;
    height: 80px;
    margin-left: -28px;
    margin-top: -30px;
    background-image: url("../images/icon_03.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.column-away{
    margin-top: 50px;
}

.public-title{
    text-align: center;
}

.public-title h3{
    font-size: 38px;
    color: #222;
    position: relative;
    font-weight: bold;
    padding-bottom: 12px;
}

.public-title h3:after{
    position: absolute;
    content: '';
    bottom:0;
    left: 50%;
    margin-left: -76px;
    width: 152px;
    height: 12px;
    background-color: #F9CA24;
}
/***********************footer*************************/
.footer{
    background-color: #F9CA24;
}

.footer .footer-nav{
    line-height: 90px;
    height: 90px;
    border-bottom: 1px solid rgba(34,34,34,0.2);
}

.footer .footer-nav .footer-nav-left{
    float: left;
}

.footer .footer-nav .footer-nav-left li{
    float: left;
    font-size: 18px;
    color: #222;
    margin-right: 60px;
}

.footer .footer-nav .footer-nav-right{
    float: right;
    color: #222;
}

.footer .footer-nav .footer-nav-right p{
    font-size: 18px;
}

.footer .footer-nav .footer-nav-right p span{
    font-size: 24px;
}

.footer .footer-wrap{
    width: 100%;
    padding: 50px 0;
}

.footer .footer-wrap .footer-warp-left{
    float: left;
}

.footer .footer-wrap .footer-warp-left img{
    margin-bottom: 20px;
}

.footer .footer-wrap .footer-warp-left p{
    font-size: 18px;
    line-height: 36px;
    color: rgba(34,34,34,0.8);
}

.footer .footer-wrap .footer-warp-right{
    float: right;
	max-width: 120px;
}

.footer .copy{
    background-color: rgba(153,153,153,0.2);
    line-height: 40px;
}

.footer .copy .copy-left{
    float: left;
}

.footer .copy p{
    float: left;
    margin: 0 10px;
}

.footer .copy p,
.footer .copy a{
    color: rgba(34,34,34,0.6);
    font-size: 16px;
}

.footer .copy .copy-right{
    float: right;
}
.footer .copy a:hover{
    color: #222;
}

.footer-wrap-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-wrap-nav ul {
    display:box;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
}
.footer-wrap-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-wrap-nav li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/icon_12.png") no-repeat center;
    background-size: 100%;
}
.footer-wrap-nav li:nth-child(2) i {
    background: url("../images/icon_13.png") no-repeat center;
    background-size: 100%;
}
.footer-wrap-nav li:nth-child(3) i {
    background: url("../images/icon_14.png") no-repeat center;
    background-size: 100%;
}
.footer-wrap-nav li p {
    font-size: 14px;
}
/*******************************footer*********************/
.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 #ddd;
    font-size: 15px;
    color: #666;
}

.dede_pages li a:hover,
.dede_pages li span:hover,
.dede_pages li.thisclass a {
    background-color: #AB2A24;
    color: #fff;
    border-color: #AB2A24;
}

.dede_pages li span {
    font-size: 14px;
    color: #666;
}
/***************************分页****************************/
@media (max-width: 1200px) {
    .head .logo p{
        display: none;
    }

    .head .nav li{
        margin-right: 10px;
    }

    .head .nav{
        margin-left: 100px;
    }
    .head .logo img{
        float: initial;
    }
}

@media (max-width: 992px) {
    .head,
    .head.small{
        height: 60px;
        line-height: 60px;
    }

    .head .nav{
        margin-left: 0px;
    }
    .head .nav{
        position: fixed;
        height: 100%;
        top: 0;
        padding-top: 10px;
        width: 60%;
        background: #fff;
        left: -60%;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .head .nav.active {
        left: 0%;
        overflow: auto;
    }

    .head .logo{
        width: 140px;
    }

    .head .nav li{
        color: #5a5c5f;
        line-height: 60px;
        padding: 1px 15px;
        font-size: 18px;
        border-radius: 5px;
        text-decoration: none;
        position: relative;
        list-style: none;
        float:inherit;
        text-align: center;
        overflow: hidden;
    }

    .head .nav li a{
        color: #5a5c5f;
        display: inline-block;
        line-height: 60px;
        padding: 1px 15px;
        border-radius: 5px;
        text-decoration: none;
    }
    .head .head-con{
        display: none;
    }

    .head .logo{
        height: 60px;
        line-height: 60px;
        margin: 0;
    }

    .column-more{
        width: 140px;
        line-height: 32px;
        margin: 15px auto 0;
    }

    .column-bg{
        padding: 30px 0;
    }

    .column-title h3{
        font-size: 36px;
    }

    .column-title p{
        font-size: 20px;
        top: -16px;
    }
    .column-title p:before{
        background-size: 44px;
        margin-top: -40px;
    }

    .column-away{
        margin-top: 15px;
    }

    .banner-content-other{
        padding-bottom: 200px;
    }

    .banner-content-other p{
        font-size: 22px;
        margin-top: -10px;
        margin-left: -40% !important;
    }

    .banner-content-other p:after{
        bottom: -10px;
    }

    .public-title h3{
        font-size: 22px;
    }

    .public-title h3:after{
        width: 100px;
        height: 12px;
        margin-left: -50px;
    }
    .footer{
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .column-title h3{
        font-size: 20px;
    }

    .column-title p{
        font-size: 16px;
        top: -6px;
    }

    .column-title p:before{
        background-size: 30px;
        width: 30px;
        height: 60px;
        margin-left: -5%;
        margin-top: -9%;
    }

    .footer .footer-wrap{
        padding: 30px 0;
    }

    .footer .footer-nav{
        line-height: 36px;
        padding: 15px 0;
        height: auto;
    }

    .footer .footer-nav .footer-nav-left li{
        margin-right: 10px;
    }

    .footer-nav-right{
        display: none;
    }

    .footer-warp-left{
        text-align: center;
    }

    .footer .footer-wrap .footer-warp-left img{
        width: 140px;
        margin-bottom: 10px;
    }

    .footer .footer-wrap .footer-warp-left p{
        font-size: 16px;
        line-height: 28px;
    }

    .footer .footer-wrap .footer-warp-right{
        float: initial;
        width: 100px;
        margin: auto;
    }

    .footer .copy{
        line-height: 28px;
        text-align: center;
        padding: 10px 0;
    }

    .footer .copy p{
        float: inherit;
    }

    .footer .copy .copy-right{
        float: inherit;
    }

    .footer .copy p, .footer .copy a{
        font-size: 14px;
    }

    .footer .copy .copy-left{
        float: initial;
    }
}