*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
body{
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
    background: #fff;
}
img{
    border: none;
}
.clear{
    clear: both;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: none!important;

}
/* a:link {text-decoration: none!important;} */
a:visited {text-decoration: none!important;}
a:active {text-decoration: none!important;}
.centeo{
    width: 15.36rem;
    margin: 0 auto;
    min-width: 1200px;
    position: relative;
}
.centeo1{
    width: 1400px;
    margin: 0 auto;
    min-width: 1200px;
    position: relative;
}

div{
    transition: all 0.5s ease-out;
}








/*分页*/

.page {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.page a {
    padding: 0 13px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 6px 0 0;
    color: #666;
    background-color: #fff;
    transition: all .5s;
    border: 1px solid #dedede;
}
.page p {
    padding: 0 13px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 6px 0 0;
    color: #666;
    background-color: #fff;
    transition: all .5s;
    border: 1px solid #dedede;
}
.page p.pageRemark{
    display: none;
}
.page a.on {
    color: #fff;
    cursor: default;
    border-color: #e67a3a;
    background: #e67a3a;
}
.page a:hover{
    color: #fff;
    background: #e67a3a;
    cursor: pointer;
    border-color: #e67a3a;
}

.page_article {
    margin-top: 40px;
}
.page_article a {
    display:block;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    box-sizing: border-box;
    color: #666;
}

/*头部*/

.souc2{
    width: 100%;
    height: 100%;
}
.souc21{
    border: none;
    border-bottom: solid 1px #ddd;
}
.souc1{
    position: relative;
}
.souc1 img{
    margin-top: 3px;
    cursor: pointer;
}
.souc3{
    width: 25px;
    height: 25px;
    background: url("../images/ss.svg") no-repeat center;
    background-size: 20px auto;
    border: none;
    cursor: pointer;
    resize: none;
    outline: none;
}
.souc21{
    height: 25px;
    width: 100%;
}
.headtop{
    height: 90px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    z-index: 9995;
}
.ddetq{
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: none;
    box-shadow: none;
    padding-top: 20px;
}
.headtop2 img{
    margin-top: 11px;

}
.headtop2{
    float: left;
}
.headnav{
    float: left;
    text-align: right;
}
.headtel{
    float: right;
    position: relative;
    margin-left: 25px;
}
.souc{
    float: right;
    margin-top: 25px;
    position: relative;
    padding: 0 25px;
}
.souc:after{
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 20px;
    display: block;
    content: '';

    background: #999;
}
.headnav>ul>li{
    width: auto;
    height: 90px;
    display: inline-block;
    position: relative;
}
.headnav>ul>li>a{
    line-height: 90px;
    height: 90px;
    padding: 0 20px;
    font-size: 16px;
    display: block;
    text-align: center;
}
.headnav>ul>li>div{
    position: absolute;
    left: 0;
    right: 0;

    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s;
    z-index: 999;
}

.headnav>ul>li:hover>div{
    height: auto;
    z-index: 9999;
}
.headnav>ul>li>div>ul>li{
    line-height: 45px;
    height: 45px;
    text-align: center;
    background: rgba(230, 122, 58, 0.79);
}
.headnav>ul>li>div>ul>li:hover{
    background: #ba5515;
}
.headnav>ul>li>div>ul>li:last-child{
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.headnav>ul>li>div>ul>li>a{
    color: #fff;
    display: block;
}
.headnav-hover:after{
    width: 80% !important;
}
.headnav>ul>li:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 0%;
    height: 2px;
    background: #e67a3a;
    display: block;
    content: '';
    margin: 0 auto;
    transition: .5s;
}
.headnav>ul>li:hover:after{
    width: 80%;
}
.ddetq .headnav>ul>li:hover:after{
    width: 0%;
}
.ddetq .headnav>ul>li:hover:before{
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 14px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 0;
    height: 0;
    transition: all ease-in-out .3s;
    border-bottom: 5px solid rgba(230, 122, 58, 0.89);
    display: block;
    content: '';
    z-index: 99;

}
.ddetq .headnav>ul>li>div{
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s;
    z-index: 999;
}
.ddetq .headnav>ul>li:hover>div{
    height: auto;
    z-index: 9999;
}
.ddetq .headnav-hover:after{
    width: 0% !important;
}
.headnav-hover a{
    color: #e67a3a;
}
.headnav>ul>li:hover>a{
    color: #e67a3a;
}

.headtel{
    font-size: 20px;
    line-height: 28px;
    padding-left: 51px;
    background: url("../images/dianhua_03.png") no-repeat left center;
    background-size: 39px auto;
    margin-top: 15px;

}
.headtel1{
    font-size: 14px;
    color: #525252;
    height: 28px;
    line-height: 38px;
    /*font-family: 方正华隶简体;*/
}
.headtel2{
    color: #e67a3a;
    font-size: 22px;

}
.headrig{
    float: right;
    width: 67%;
}
@media screen  and (min-width: 1500px) and (max-width: 1634px) {
    .headnav>ul>li>a{
        line-height: 90px;
        height: 90px;
        padding: 0 14px;
        font-size: 16px;
        display: block;
        text-align: center;
    }
    .headrig{
        float: right;
        width: 65%;
    }
}
@media screen  and (min-width: 1400px) and (max-width: 1500px) {
    .headnav>ul>li>a{
        line-height: 90px;
        height: 90px;
        padding: 0 10px;
        font-size: 16px;
        display: block;
        text-align: center;
    }
    .headrig{
        float: right;
        width: 63%;
    }
}
@media screen  and (min-width: 1200px) and (max-width: 1400px) {
    .headnav>ul>li>a{
        line-height: 90px;
        height: 90px;
        padding: 0 10px;
        font-size: 16px;
        display: block;
        text-align: center;
    }
    .headrig{
        float: right;
        width: 63%;
    }
}
/*@media screen  and (min-width: 960px) and (max-width: 1200px) {*/
    /*.headnav>ul>li{*/
        /*width: 80px;*/
    /*}*/
/*}*/

.sousuo{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9994;
    display: none;
    height: 100%;
    width: 100%;

}
.sousuo1{
    width: 100%;
    height: 100%;
    position: relative;
}
.sousuozzz{
    background: rgba(0,0,0,0.85);
    height: 100%;
    width: 100%;
    z-index: 9998;
}
.sousuoz{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
    z-index: 9999;
    background: #fff;
    height: 60px;
    width: 50%;

}

.sousuoz1{
    position: relative;
}
.sousuot1{
    height: 60px;
    border: none;
    outline: none;
    padding: 0 25px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
}
.sousuo2{
    position: absolute;
    right:10px ;
    top: 10px;
    border: none;
    width: 40px;
    height: 40px;
    background: url("../images/ss1.svg") no-repeat center;
    background-size: 28px auto;
    cursor: pointer;
    outline: none;

}
.sousuo2:hover{
    background: url("../images/ss.svg") no-repeat center;
    background-size: 28px auto;
}











.weibfoot{
    background: #333333;
    padding: 50px 0 0;
    margin-top: 80px;
}

.weibfoot5{
    height: 60px;
    border-top: solid 1px #7b7b7b;
    color: #ccc;
    line-height: 60px;
    margin-top: 27px;
}
.weibfoot6{
    float: left;
}
.weibfoot7{
    float: right;
}
.weibfoot7 a{
    color: #ccc;
}
.weibfoot3{
    float: left;
    width: 25%;
    color: #ccc;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 10px 0 30px;
    margin-left: 5%;
}

.weibfoot4{
    float: left;
    width: 30%;
    text-align: center;
    color: #ccc;
    line-height: 25px;

}
.weibfoot41{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.weibfoot41 img{
    width: 100px;
    height: 100px;
}
.weibfoot8{
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding-right: 25px;
}
.weibfoot81{
    font-size: 23px;
    color: #fff;
}
.weibfoot81 span{
    color: #991017;
}
.weibfoot82{
    line-height: 15px;
    margin-top: 15px;
}
.weibfoot82 a{
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #888;
    font-size: 13px;
    border-right: solid 1px #888;
}

.weibfoot4 li{
    display: inline-block;
    margin: 0 15px;
}











.ssfoot{
    background: #e3e3e3;
    padding: 30px 0 0;
    margin-top: 33px;
}

.ssfoot3{
    width: 33%;
    float: left;
    padding: 0 50px;
    box-sizing: border-box;
}
.ssfoot6{
    width: 40%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}
.ssfoot9{
    width: 27%;
    float: right;
    padding: 0 30px;
    box-sizing: border-box;
}
.ssfoot7{
    float: left;
    width: 50%;
}
.ssfoot91{
    float: left;
    width: 50%;
}
.ssfoot5{

}
.ssfoot5>ul>li{
    line-height: 33px;
    padding-left: 35px;
}
.ssfoot5>ul>li:nth-of-type(1){
    background: url("../images/f1.png") no-repeat left 5px;
    background-size: 20px auto;
}
.ssfoot5>ul>li:nth-of-type(2){
    background: url("../images/f2.png") no-repeat left 5px;
    background-size: 20px auto;
}
.ssfoot5>ul>li:nth-of-type(3){
    background: url("../images/f3.png") no-repeat left 5px;
    background-size: 20px auto;
}
.ssfoot5>ul>li:nth-of-type(4){
    background: url("../images/f4.png") no-repeat left 5px;
    background-size: 20px auto;
}
.ssfoot5>ul>li:nth-of-type(5){
    background: url("../images/f5.png") no-repeat left 5px;
    background-size: 20px auto;
}
.ssfoot4{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    position: relative;
    padding-left: 0;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}
.ssfoot4:after{
    position: absolute;
    left: -15px;
    top: 5px;
    height: 22px;
    width: 2px;
    background: #991017;
    display: block;
    content: '';
}
.ssfoot8 li{
    line-height: 32px;
}
.ssfoot8 li a{
    color: #555;
}
.ssfoot10 input{
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    border: solid 1px #b2b2b2;
    padding:  0 10px;
    background: none;
}
.ssfoot10{
    margin-bottom: 10px;
}
.ssfoot11 textarea{

    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    resize: none;
    height: 70px;
    background: none;
}
.ssfoot12 input{
    background: #991017;
    color: #fff;
    border: none;
    width: 120px;
    height: 38px;
    margin-top: 10px;
    border-radius: 5px;
}
.ssfoot31{
    background: #991017;
    color: #fff;
    margin-top: 47px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}











.ftnmo{
    background: #313131;

    padding: 45px 0 0;

}
.ftnmo2{
    height: 50px;
    border-bottom: solid 1px #686868;
    text-align: center;
    margin-bottom: 36px;
}
.ftnmo2 li{
    display: inline-block;
    border-right: solid 1px #ddd;
    width: auto;
    padding: 0 30px;
    text-align: center;
}
.ftnmo2 li a{
    color: #fff;
}
.ftnmo2 li:last-child{
    border-right: none;
}
.ftnmo4{
    float: left;
    width: 27%;
    padding-top: 0px;
    margin-top: -20px;
}
.ftnmo5{
}

.ftnmo5 img{
    height: 50px;
    margin-left: 20px;
}
.ftnmo6{
}
.ftnmo7 a{
    display: block;
    margin: 10px 0 0;
    width: 160px;
    height: 30px;
    border: solid 1px #e67a3a;
    color: #fff;
    line-height: 30px;
    border-radius: 20px;
    text-align: center;
    margin-left: 20px;
    background: #e67a3a;
}
.ftnmo8{
    line-height: 50px;
    font-size: 22px;
    margin-left: 25px;
    color: #ffffff;
}
.ftnmo9{
    width: 45%;
    color: #fff;
    float: left;
    box-sizing: border-box;
    padding-left: 4%;
}
.ftnmo91{
    height: 35px;
}
.ftnmo92{
    height: 42px;
    line-height: 42px;
    padding-left: 35px;
}
.ftnmo9 span{
    display: inline-block;
    width: 50%;
    float: left;
    line-height: 35px;
    padding-left: 35px;
    box-sizing: border-box;
}
.f1{
    background: url("../images/f1.png") no-repeat left center;
    background-size: 26px auto;
}
.f2{
    background: url("../images/f2.png") no-repeat left center;
    background-size: 26px auto;
}
.f3{
    background: url("../images/f3.png") no-repeat left center;
    background-size: 26px auto;
}
.f4{
    background: url("../images/f4.png") no-repeat left center;
    background-size: 26px auto;
}
.f5{
    background: url("../images/f5.png") no-repeat left center;
    background-size: 26px auto;
}
.ftnmo10{
    float: right;
    width: 28%;
    text-align: center;
}
.ftnmo10 li{
    display: inline-block;
    margin: 0 15px;
}
.ftnmo11 img{
    width: 100px;
    height: 100px;
}
.ftnmo13{
    color: #eee;
    line-height: 28px;
}
.ftnmo14{
    margin-top: 26px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    color: #eee;
    border-top: solid 1px #7e7e7e;
}
.ftnmo14 span{
    margin-left: 25px;
}
.ftnmo14 span:nth-of-type(4){
    display: none;
}
.ftnmo14 span a{
    color: #fff;
}


.yqlj{
    border-top: solid 1px #ddd;
    line-height: 50px;
    height: 50px;
    display: none;
}
.yqlj3{
    width: 100px;
    float: left;
}
.yqlj2{
    float: left;
    width: calc(100% - 100px);
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}
.yqlj2 a{
    margin-right: 25px;
    color: #707070;
}

.vtopeety{
    background: rgba(0, 0, 0, 0.81);
    padding-top: 40px;
}
.vtope{
    background: #ebebeb;
    background: url("../images/ftto.jpg") no-repeat;
    background-size: 100% auto;
    padding: 40px 0 0;
    padding: 0px 0 0;
}
.vtope2{
    float: left;
    width: 180px;
    text-align: center;
    line-height: 35px;
    color: #999;
    margin-top: 10px;
    display: none;
}
.vtope2 img{
    width: 120px;
    height: 120px;
}
.vtope5{
    float: left;
    width: 400px;
    margin-top: 5px;
    border-right: solid 1px rgba(255, 255, 255, 0.07);
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: 80px;
}
.fess{
    display: none;

}
.vtope6>ul>li{
    line-height: 30px;
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
}
.vtope6>ul>li> a{
    color: #999999;
}
.vtope4{
    color: #fff;
    font-size: 16px;
}
.vtope61{
    color: #ff7625!important;
    font-size: 30px!important;
    font-family: Impact;
    letter-spacing: 2px;
    margin-bottom: 0px;
    line-height: 45px!important;
    margin-top: 7px;
}
.vtope8>ul>li{
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding-left: 13%;
}
.vtope8>ul>li:nth-of-type(4n){
    display: none;
}
.vtope8>ul>li>span{
    font-size: 22px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 10px;
    display: block;
    color: #fff;
}
.vtope8>ul>li>ul>li{
    line-height: 32px;
    height: 32px;
    font-size: 16px;
}
.vtope8>ul>li>ul>li a{
    color: #dedede;
}

.vtope8>ul>li>ul>li:hover a{
    color: #e36419;
}
.vtope7{
    float: left;
    width: calc(100% - 650px);
}

.vvrop{
    width: 85%;
    margin: 55px auto 0;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    border-top:solid 1px rgba(255, 255, 255, 0.07);
}
.vvrop a{
    color: #fff;
}
.vvrop span{
    margin: 0 10px;
}
.ftto44{
    margin-top: 15px;
}
.err{
    /*background: #e3e3e3;*/
}


.photo{
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    z-index: 99999;
    width: 100%;
    height: 100%;

    box-sizing: border-box;
    transition: 0.5s;
    overflow: hidden;
}
.photo4>ul>li{
    line-height: 45px;
    border-bottom: solid 1px #e8e7e7;
    background: url("../images/nav-ico1.png") no-repeat left 15px;
    background-size: 15px 15px;
    padding-left: 25px;
}
.photo4>ul>li>ul{
    height: 0;
    overflow: hidden;
    transition: .5s;
    margin-left: -25px;
}
.photo4>ul>li>a{
    position: relative;
    display: block;
    height: 45px;
}
.photo4>ul>li>ul>li{
    line-height: 45px;
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    border-top: solid 1px #eee;
}
.photo4>ul>li>ul>li:after{
    position: absolute;
    left: 20px;
    top: 21px;
    width: 3px;
    height: 3px;
    background: #e36419;
    content: '';
    display: block;
}
.photo4>ul>li>ul>li a{
    display: block;
}
.photo4>ul>li>a:after{
    background: url("../images/nav-ico6.png") no-repeat right center;
    background-size: 12px 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 45px;
    height: 45px;
    content: '';
    transform: rotate(0deg);
}
.photo3 img{
    height: 47px;
    margin-left: -20px;
    margin-top: -22px;
    margin-bottom: 20px;
}
.photo1{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 35px;
    box-sizing: border-box;
}
.photo2{
    background: url("../images/nav-shut.png") no-repeat center;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    position: absolute;
    right: -0px;
    top: -0px;
}