body,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,select,input,textarea,fieldset,table,td,img,div,a {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: PingFangSC,'Open Sans','Helvetica','Arial',sans-serif;
    background: #ffffff;
    color: #666;
    font-size: 14px;
    line-height: 1.42857143
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal
}

ul,ol {
    list-style-type: none
}

select,input,button {
    vertical-align: middle;
    outline: 0
}

img {
    vertical-align: middle;
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

a:link,a:hover,a:focus {
    text-decoration: none
}

a:hover {
    color: #0076eb
}

@font-face {font-family: "iconfont";
    src: url('./font/iconfont.eot?t=1591350989292'); /* IE9 */
    src: url('./font/iconfont.eot?t=1591350989292#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALQAAsAAAAABswAAAKBAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqBNIEuATYCJAMMCwgABCAFhG0HNhv0BcgekiQloiRQgCLuMYMx4uH7NX7nvnd3v0oTsYjYdJJJEguZXzFpHTpDSHTP5L2ay00Z7Y4vICm0ycNewhcugybhge0L962QwK7CtgHwUoH5PIdLm5ZtnL/BOe1NY06KelkaBxTQ3hhFViIn5rcMr12MB/GcQL9ZVYRLI1OzkCXhdYF4qsoRyMpFpNTyvUJbczTFe43e8qI8Ae/C38c/DZFF0VR46+X7w3Ho++lvdbM7cUsQRAlwukHFNpDEndrMNalCo6fqN6a1l7dSKHPFu45Q6epb8g+PIogWrh0E61K28FOmTE2B+q67Kmi9RtUecAqmTeKkyOJYvAvFsUjtRYVN4z0437o4LouzMy4lnJyUU1xKOH1VKZNOaGiu6Ptn66z14wF2rz+uy+sRaH++tJTAQ0wuYV0yCEMCE4kchuFbjRfuwS31a0V3+DfnQECw97m9QSzs+p+Vm+AHrd9RqDv1qwa9Cr1Vf0/Vsy9dDXbVtJVM6XurxUxIAeS6XwcOjHsdb526w1zoNZWi6DGDqtcyManbaAw4RqvXWfTbMnp6wARXqsg+bNpDCKNuUQz7gmrUMzGpL2hM+0NrNFLR70qUXjlgNdScQZciPsUxuoRqjFuMevycqH6a5MCIuFlNyJ0n11PjWF9TV8yPkkXuHDu8UG7wfYbM5SaOoNfIMDjaLtco5tcovm931Nayug/VxLgJOS5ykQgfiUNRS5AqhrMwMdqXU/r+NCILGCLclp6O7Dzi8qiTo3o16noQR41Wr557eccTkjXw+RjEuDgTGkGLiMHAIbt+kYbE+GooI1K2DrVkEOtrrFnfbH7fMeiH76tRokbKZ2QF6TGDewQAAAAA') format('woff2'),
    url('./font/iconfont.woff?t=1591350989292') format('woff'),
    url('./font/iconfont.ttf?t=1591350989292') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('./font/iconfont.svg?t=1591350989292#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-menu:before {
    content: "\e6a9"
}

.clear {clear:both;zoom:1;}
.clear:after,.clear:before {clear:both;display:block;content:"";height:0;width:100%;font-size:0;visibility:hidden;zoom:1;}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.curser-pointer {
    cursor: pointer !important
}

.part-block-xs {
    margin-bottom: 10px
}

.part-block-sm {
    margin-bottom: 30px
}

.part-block-md {
    margin-bottom: 70px
}

.part-block-lg {
    margin-bottom: 90px
}

.part-title {
    text-align: center
}

.part-title.title-bg {
    background-size: auto 46px;
    background-position: center top;
    background-repeat: no-repeat
}

.part-title.title-m-b-sm {
    margin-bottom: 30px
}

.m-b-xs {
    margin-bottom: 10px !important
}

.m-b-sm {
    margin-bottom: 30px !important
}

.m-b-md {
    margin-bottom: 50px !important
}

input[type=text] {
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

input[type=text]:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 2px rgba(102,175,233,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 2px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 2px rgba(102,175,233,0.6);
    border-color: #66afe9 !important;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}


@media screen and (max-width:1200px) {

}

@media screen and (max-width:768px) {

}

.fadeIn {
    animation: fadeIn .4s;
    -moz-animation: fadeIn .4s;
    -webkit-animation: fadeIn .4s
}

.fadeOut {
    animation: fadeOut .4s;
    -moz-animation: fadeOut .4s;
    -webkit-animation: fadeOut .4s
}

.fadeInUp {
    animation: fadeInUp .4s;
    -moz-animation: fadeInUp .4s;
    -webkit-animation: fadeInUp .4s
}

.rotate180deg {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        margin-top: 10px
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

@-moz-keyframes fadeInUp {
    from {
        opacity: 0;
        margin-top: 10px
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        margin-top: 10px
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

@-moz-keyframes scaleSmall {
    from {
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    to {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleSmall {
    from {
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    to {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleSmall {
    from {
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    to {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.mt10 {
    margin-top: 10px;

}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

header .box-fluid {
    width: 100%;
    margin: 0;
}

header .h-top {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 37px;
    height: 37px;
    font-size: 14px;
    background-color: #ffffff;
    overflow: hidden;
}

header .h-top .h-logo {
    float: left;
    height: 25px;
    margin-top: 6px;
}

header .iconfont {
    margin-left: 2px;
    color: #ff5f27;
    font-size: 16px
}

header .h-bottom {
    background-color: #fff;
    width: 100%;
    height: auto;
    color: #666;
    line-height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    clear: both;
    position: relative;
    display: none;
}

header .h-bottom .h-b-list li {
    position: relative;
}

header .h-bottom .h-b-list li h3 {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #eee;
}

header .h-bottom .h-b-list li h3 a {
    color: #666;
}

.title {
    font-size: 16px;
    text-align: center;
    padding: 25px 0;
    color: #333333;
    font-weight: 600;
}

.tel {
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
}
.tel a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
}


.sBanner {
    margin-top: 38px;
}
footer {
    clear: both;
    zoom: 1;
    border-top: 1px solid #ededed;
    padding-bottom: 68px;
    color: #333333;

}

footer .contus {
    width: 70%;
    margin: 20px auto 10px;
    text-align: center;
}
footer .contus h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 6px;
}
footer .contus p {
    font-size: 14px;
}
.codeBox {
    width: 60%;
    position: relative;
    display: flex;
    margin: 14px auto 10px;
    text-align: center;
    justify-content: space-around;
}
.codeBox .code {
    margin-right: 10px;
}
.codeBox .code img {
    width: 90px;
    height: auto;
}
.codeBox .code p {
    margin-top: 6px;
}
.bottomList {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.bottomList li {
    text-align: center;
    display: inline-block;
}
.bottomList li a {
    text-decoration: none;
    color: #333333;
}