*{padding:0;margin:0;font-family: '微软雅黑';}
div,p,h1,h2,h3,h4,h5,h6,span,td,tr,table,i,s,d,ul,li,dl,dt,dd,textarea,input{
    box-sizing: border-box;
}
.hContainer{
     /*max-width:1200px;*/
     width:1200px;
     margin:0 auto;
     padding:0px;
 }
 a{
     color: black;
     text-decoration: none;
 }
 ul{
     list-style: none;
     margin: 0px;
 }
 li{
     list-style: none;
 }
 .w_left{
     float: left;
 }
 .w_right{
     float: right;
 }
 .m-mobile-btn{
     display:none;
 }
 .mobile_banner{
     display: none;
 }
 a:focus, a:hover {
     color:#333333;
     text-decoration:none;
     }
 .w_clear:after {
     display: block;
     clear: both;
     content: "";
     visibility: hidden;
     height: 0;
 }
 p{
     margin:0px;
 }
 .m_banner{
     height: auto;
     max-height: 380px;
     overflow: hidden;
 }
 .m_banner img{
     display: block;
     width:100%;
 }
 .mobile_container{
	display: block;
}
.h_btn{
	display: none;
}
.banner{
	width: 100%;
}
.banner img{
    display:block;
	width: 100%;
}
input {
    border: 1px #dadada solid;
    color: #4b4b4b;
    outline: none;
}
.page-banner{
    width:100%;
    height:auto;
    max-height:223px;
    overflow:hidden;
}
.page-banner img{
    width:100%;
    height:100%;
}
.common-brand{
    padding:8px;
    background-color:#e1e1e1;
}
.common-brand .hContainer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:#1655bc;
}
.common-brand img{
    margin-right:12px;
    width:17px;
    height:17px;
}
.common-brand a{
    position:relative;
    margin-right:20px;
    display:inline-block;
    color:#1655bc;
}
.common-brand a::after{
    content:'>';
    position:absolute;
    right:-18px;
    top:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:-7.5px;
    width:15px;
    height:15px;
    
}
.common-brand a:last-child::after{
    display:none;
}
.common-header{
    /* margin-top:60px; */
    height:75px;
    text-align: center;
}
.common-title{
    position: relative;
    width:auto;
	font-size: 36px;
    text-align: center;
	line-height: 18px;
	color: #ff8a00;
}
.common-title::after{
    content:'';
    position:absolute;
    left:50%;
    top:21px;
    margin-left:-256px;
    width:540px;
    height:75px;
    z-index:-1;
    background:url(../images/common-th-bg.png) no-repeat;
    background-size: auto;
    background-position:center;
}
.public-pagin{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    /* margin:60px auto; */
}
.public-pagin span,.public-pagin a{
    display:inline-block;
    margin-right:12px;
    width:40px;
    height:40px;
    font-size:14px;
    color:#fff;
    text-align: center;
    line-height:40px;
    background-color:#666d81;
}
.public-pagin .active{
    background-color:#111652;
}
.public-pagin span:last-child{
    margin-right:0;
}
.mo-logo{
    display:none;
}
@media (max-width:1200px){
    .page-banner{
        height:auto;
    }
    .page-banner img{
        display:block;
    }
}
@media (max-width:767px){
    .m-mobile-btn{
        display:block;
    }
    .m-mobile-btn span{
        margin-bottom:1vw;
        display:block;
        width: 8vw;
        height: 1vw;
        background-color:#938044;
        border-radius: 5px;
    }
    .mo-logo{
        display: block;
    }
    .pc-logo{
        display:none;
    }
    
}