html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'ar';*/
/*    src: url('AlibabaPuHuiTi-2-55-Regular.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: 'al';*/
/*    src: url('AlibabaPuHuiTi-2-45-Light.ttf');*/
/*}*/
/*@font-face {*/
/*    font-family: 'ab';*/
/*    src: url('AlibabaPuHuiTi-2-85-Bold.ttf');*/
/*}*/
@font-face {
    font-family: 'ah';
    src: url('AlibabaPuHuiTi-2-105-Heavy.ttf');
}



body {
    font-size: 14px;
    line-height: 1;
    color: #333;
    font-family: 'ar';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
}

fieldset,
img {
    border: 0;
}

a {
    color: #333;
}

a,
img {
    -webkit-touch-callout: none;
}

img {
    display: block;
}

li img {
    transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: none;
    outline: none
}

.li,
.dd {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.container::after {
    content: '';
    display: block;
    clear: both;
}

* {
    transition: .3s all linear;
    -ms-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
}
/* CSS Document */
.w1200{
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
.w1200::after{
    content: '';
    display: block;
    clear: both;
}
.header{
    width: 100%;
    height: 72px;
    line-height: 72px;
}
.header img{
    float: left;
    margin-top: 16px;
}
.header .dh{
    float: right;
}
.header .dh li{
    margin-right: 52px;
    float: left;
}
.header .dh li:nth-child(5){
    margin-right: 0px;
}
.header .dh li a{
    font-family: 'ab';
    font-size: 16px;
    border-bottom: 3px solid #fff;
    box-sizing: border-box;
    height: 72px;
    line-height: 72px;
    display: block;
}
.header .dh li a:hover{
    color: #0092e6;
    border-bottom: 3px solid #0092e6;
}
.header .dh li.i a{
    color: #0092e6;
    border-bottom: 3px solid #0092e6;
}
.bjt{
    width: 100%;
    overflow: hidden;
}
.bjt img{
    max-width: 100%;
}
.footer{
    width: 100%;
    float: left;
    background-color: #333333;
    padding: 42px 0;
}
.footer .f1{
    width: 385px;
    float: left;
    display:flex;
    justify-content:center;
    align-items:center;

}

.footer .f1 .logo{
    max-width: 49%;
    max-height: 100%;
}
.footer .f1 .logo:nth-child(2) {
    margin-left: 21px;
}
.footer .f2{
    width: calc(100% - 412px);
    float: right;
    border-left: 2px solid #656565;
    box-sizing: border-box;
    padding-left: 20px;
}
.footer .f2 .wz1{
    color: #b7b7b7;
}
.footer .f2 .wz2{
    color: #b7b7b7;
    margin-bottom: 10px;
}
.position{
    color: #777;
    font-size: 16px;
    font-family: 'al';
}
.position a{
    color: #777;
}
@media screen and (max-width: 1210px) {
    .w1200 {
     width: 1000px;
    }
    .header .dh li {
        margin-right: 35px;
    }
    .header .dh li a {
         font-size: 14px;
    }
}
@media screen and (max-width: 1000px) {
    .w1200 {
     width: 768px;
    }
    .header img {
        margin-right: 61px;
    }
    .header .dh li {
        margin-right: 40px;
    }
    .header .dh li a {
        padding-bottom: 23px;
    }
  
}

@media screen and (max-width: 768px) {
    .w1200 {
     width: 90%;
    }
    .header img {
        margin-right: 52px;
    }
    .header .dh li {
        margin-right: 27px;
    }
    .header .dh li a {
        font-size: 18px;
    }
    .footer {
        padding: 15px 0;
    }
    .footer .f1 {
        display: none;
    }
  
  .footer .f2 {
        text-align: center;
        width: 100%;
        border: 0;
    }
    .footer .f2 .wz2 {
        float: none;
        font-size: 12px;
        text-align: center;
        margin-bottom:  8px;
    }
    .footer .f2 .wz1 {
        float: none;
        color: #b7b7b7;
        text-align: center;
        font-size: 12px;
    }
    .bjt img{
        width: 140%;
        left:-20%;
        position: relative;
        max-width: 140%;
    }
.position{
    font-size: 12px;
}

}

@media screen and (max-width: 500px) {
    .header img {
        width: 40%;
        margin-right: 20px;
    }
    .footer .f1 .asada {
        width: 100%;
        overflow: hidden;
        float: none;
        display: block;
        align-items: center;
    }
 

}

.r-f {
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 99999;
}

.r-f li {
    margin-bottom: 2px;
    width: 50px;
    height: 50px;
    border-radius: 6px 0 0 6px;
    background: #d6d7db;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.r-f li .c {
    position: absolute;
    right: 50px;
    width: 166px;
    background: url(../images/bg.png) center top no-repeat;
    padding: 20px 30px 25px 25px;
    box-sizing: border-box;
    display: none;
    opacity: 0;
}

.r-f li .c img {
    width: 100%;
}

.r-f li:hover {
    background: #3655d4;
}

.r-f li:hover .c {
    display: block;
    opacity: 1;
}












