/*html{filter:progid:DXImageTransForm.Microsoft.BasicImage(grayscale=1);-webkit-filter:saturate(0)}*/

body {
    font-family: 'SourceHanSansCN-Regular', 'SourceHanSansCN', 'PingFang SC', 'Helvetica Neue', Helvetica, STHeitiSC-Light, Arial, sans-serif;
    /*font-family:'PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,STHeitiSC-Light,Arial,sans-serif;*/
    font-size: 14px;
}

body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
input,
button,
textarea,
footer,
i,
s,
small,
cite,
span,
mark,
time,
address,
article,
section {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: 400;
    outline: 0;
}

ul, li, dl, dt, dd,
em,
th,
var,
small {
    font-style: normal;
    font-weight: normal;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/**************************************************************************************
                                  共用样式
**************************************************************************************/
.main1200 {
    width: 1200px;
    margin: 0 auto;
}

.main1280 {
    width: 1280px;
    margin: 0 auto;
}

.posRe {
    position: relative;
}

.posiAb {
    position: absolute;
    left: 0;
    bottom: -30px;
}

.flexNor {
    display: flex;
}

.flex {
    display: flex;
    align-items: center;
}

.flex1 {
    flex: 1;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexAround {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flexBetWeen {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.red {
    color: #f00;
}

a {
    text-decoration: none;
    color: inherit;
}

.x_headWrap {
    height: 72px;
}

.x_head {
    width: 100%;
    min-width: 1280px;
    height: 72px;
    line-height: 72px;
    background: #262c34;
    font-size: 18px;
    color: #858E9B;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.x_head .logo {
    height: 40px;
    margin-left: 32px;
}

.x_head .menu {
    width: 743px;
    line-height: 70px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    /*margin-left: 180px;*/
}

.x_head .menu li {
    width: 88px;
    cursor: pointer;
    /*float: left;*/
}

.x_head .menu li a {
    width: 100%;
    height: 100%;
    display: block;
}

.x_head .menu .active {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.x_head .loginBox {
    margin-right: 40px;
    cursor: pointer;
}

.x_head .loginBox:hover .jumpPop {
    display: block;
}

.x_head .loginBox img {
    width: 46px;
    height: 46px;
}

.x_head .loginBox .jumpPop {
    position: absolute;
    top: 56px;
    width: 105px;
    font-size: 14px;
    color: #858E9B;
    text-align: center;
    display: none;
}

.x_head .loginBox .jumpPop .arrow {
    width: 0;
    height: 0;
    border: 17px solid;
    border-color: transparent transparent #FFFFFF transparent;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.x_head .loginBox .jumpPop .jumpMain {
    background: #FFFFFF;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
}

.x_head .loginBox .jumpPop ul {
    width: 85px;
    line-height: 35px;
}

.x_head .loginBox .jumpPop ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.x_head .loginBox .jumpPop ul li a:hover {
    text-decoration: underline;
}

.x_head .loginBox .jumpPop ul li:nth-of-type(1) {
    border-bottom: 1px solid rgba(133, 142, 155, 0.1);
}

[v-cloak] {
    display: none;
}

.x_footer {
    min-width: 1280px;
    background: url("../img/img26.png") no-repeat;
    background-size: cover;
}

.x_footer .main {
    width: 1200px;
    height: 267px;
    margin: 0 auto;
}

.x_footer .main .top {
    display: flex;
}

.x_footer .main .top .tit {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    margin: 51px 0 16px 0;
}

.x_footer .main .top .contactUs .text,
.x_footer .main .top .services .text {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
}

.x_footer .main .top .contactUs {
    width: 545px;
}

.x_footer .main .top .services {
    width: 298px;
}

.x_footer .main .top .tanwin {
    margin-right: 85px;
}

.x_footer .main .top .tanwin,
.x_footer .main .top .guangliang {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 51px;
    text-align: center;
}

.x_footer .main .top .tanwin img,
.x_footer .main .top .guangliang img {
    margin: 0 auto 22px;
}

.x_footer .main .line {
    height: 0;
    border-top: 1px solid #D8D8D8;
    margin-top: 24px;
}

.x_footer .main .bottom {
    text-align: center;
    color: #FFFFFF;
    margin-top: 16px;
}

.x_footer .main .bottom span:nth-of-type(1),
.x_footer .main .bottom span:nth-of-type(2) {
    margin-right: 30px;
}

.x_footer .main .bottom a {
    text-decoration: none;
}