/*换算rem*/
@media screen and (min-width: 640px) , only screen and (max-device-width: 640px) {
    html,
    body {
        font-size: 100px;
    }
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    html,
    body {
        font-size: 93.75px;
    }
}

@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    html,
    body {
        font-size: 84.375px;
    }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    html,
    body {
        font-size: 75px;
    }
}

@media only screen and (max-width: 414px), only screen and (max-device-width: 414px) {
    html,
    body {
        font-size: 64.6875px;
    }
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
    html,
    body {
        font-size: 62.5px;
    }
}

@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
    html,
    body {
        font-size: 58.59375px;
    }
}

@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
    html,
    body {
        font-size: 56.25px;
    }
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
    html,
    body {
        font-size: 50px;
    }
}

@media only screen and (max-width: 240px), only screen and (max-device-width: 240px) {
    html,
    body {
        font-size: 37.5px;
    }
}

/*去默认*/
html, body, img, span, p, input, a, button, form, ul, li {
    margin: 0;
    padding: 0;
}
html, body {
    min-width: 10.24rem;
}
body {
    /*font-family: "MicrosoftYaHei","微软雅黑","黑体", "Arial", "宋体", sans-serif;*/
    font-family: "SimSun, 宋体";
    font-size: 0.18rem;
    margin: 0 auto;
    background-color: #F3F3F3;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0 none;
    border: 0 none;
}

a {
    color: #000;
    text-decoration: none;
}

form {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

button {
    border: 0 none;
    outline: 0 none;
}

ul,li {
    list-style: none;
}
i{
    font-style: normal;
}
/*头部样式开始*/
.header{
    width: 100%;
    height: 0.99rem;
    background-color:#F3F3F3;
}
.header>.top{
    position: relative;
    width: 10.24rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 auto;
}
.header>.top>a{
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.11rem;
    height: 0.65rem;
    transform: translate(0,-50%);
}
.header>.top>a>img{
    width: 100%;
    height: 100%;
}
.header>.top>ul{
    float: right;
    height: 100%;
    width:auto;
}
.header>.top>ul>li{
    float: left;
    margin-right: 0.28rem;
}
.header>.top>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #777777;
}
.header>.top>ul>li>.active{
    color: #008fc5;
}
/*头部样式结束*/

/*底部样式开始*/
.footer{
    width: 100%;
    min-width: 10.24rem;
    height: 0.62rem;
    margin: 0.72rem 0;
}
.footer>.footerContent{
    width: 10.24rem;
    height: 0.62rem;
    margin: 0 auto;
}
.footer>.footerContent>.logo{
    float: left;
    margin-left: 0.88rem;
    margin-top: 0.02rem;
}
.footer>.footerContent>.line{
    width: 0.01rem;
    height: 0.62rem;
    background-color: #008fc5;
    float: left;
    margin-left:0.32rem;
}
.footer>.footerContent>.culture{
    float: left;
    margin-left: 0.32rem;
    margin-top: 0.095rem;
}
.footer>.footerContent>.company{
    width: 5.96rem;
    height: 0.62rem;
    margin-left: 4.28rem;
    font-size: 0.14rem;
    color: #747474;
}
.footer>.footerContent>.company>.companyInfo1{
    height: 0.14rem;
    line-height: 0.14rem;
}
.footer>.footerContent>.company>.companyInfo1>a{
    color: #747474;
}
.footer>.footerContent>.company>.companyInfo2{
    height: 0.14rem;
    line-height: 0.14rem;
    margin-top: 0.08rem;
}
.footer>.footerContent>.company>.companyInfo3{
    height: 0.14rem;
    line-height: 0.14rem;
    margin-top: 0.08rem;
}
/*底部样式结束*/