html,
body {
    margin: 0 auto;
    /*height: auto !important; */
}

* {
    font-family: 'PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;
}

img {
    border: 0;
    max-width: 100%;
}
a {
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.position_relative {
    position: relative;
}

.position_absolute {
    position: absolute;
}

.boxblock-p {
    display: block;
}

.boxblock-m {
    display: block;
}

.boxnone-p {
    display: none;
}

.boxnone-m {
    display: none;
}

.box_widthall {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}
.box_widthauto {
    width: auto;
    min-height: 1px;
    overflow: hidden;
}

.mb {
    display: none !important;
}

.pc {
    display: block !important;
}

.centerpd {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.borderradius-btn{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}
.borderradius-bg{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}


/* 
-------------  瑙嗛鎻掍欢  -------------
*/

.bgcolor-s1{
    background-color: #ffffff;
}
.bgcolor-s2{
    background-color: #f0f0f0;
}
.bgcolor-s3{
    background-color: #f7f7f7;
}
.bgcolor-s4{
    background-color: #ececec;
}
.padding-34{
    padding: 36px 40px;
}


.btn_boxpd{
    padding: 10px 0px;
}

.btn_boxmore{
    
}
.btn_boxmore a{
    width: 200px;
    margin-bottom: 12px;
    display: block;
    border: none;
    background-color: #fff;
    font-size: 12px;
    line-height: 44px;
    text-align: center;
    border: 2px solid transparent;
    box-sizing: border-box;
    background-image: linear-gradient(#f7f7f7,#f7f7f7),linear-gradient(to right, #124ebd, #29970c);
    color: #666666;
    padding: 1px;
    border-radius: 12px;
    background-clip: content-box,padding-box;
    transition: filter .5s ease;
    margin: 0 auto;
}
.btn_boxmore a:hover{
    filter:hue-rotate(0deg);
    background-image: linear-gradient(to right, #124ebd,#29970c),linear-gradient(to right, #124ebd, #29970c);
    color: #ffffff;
}