header {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
header .selected {
    color: #337cd8;
}
header .selected > span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #3199fa;
    top: 0;
    left: 0;
}
header div.headline-pc {
    height: 32px;
    line-height: 28px;
    top: 0px;
    width: 100%;
    background: #0096ff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    z-index: 10086;
}
header div.headline-pc span {
    font-size: 20px;
    color: #F90D16;
}
header div.headline-pc a {
    display: inline-block;
    vertical-align: top;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #F90D16;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    margin-left: 46px;
    margin-top: 4px;
    padding: 0px 15px;
}
header div.headline-mobile {
    position: fixed;
    left: 0;
    top: 1.2rem;
    height: 1rem;
    line-height: .5rem;
    width: 100%;
    background: #0096ff;
    text-align: center;
    font-weight: bold;
    font-size: .12rem;
    color: #fff;
    z-index: 99999;
}
header div.headline-mobile span {
    font-size: .12rem;
    color: #EAFF00;
}
header div.headline-mobile a {
    display: inline-block;
    vertical-align: top;
    height: .26rem;
    line-height: .26rem;
    font-size: .12rem;
    color: #F90D16;
    background: #fff;
    border-radius: .13rem;
    -webkit-border-radius: .13rem;
    margin-left: .46rem;
    margin-top: .13rem;
    padding: 0 .15rem;
}
header div.head {
    height: 76px;
    position: fixed;
    top: 32px;
    width: 100%;
    /* min-width: 1366px; */
    z-index: 10086;
    background: #fff;
}
header div.head div:nth-child(1) {
    height: 52px;
    background: #337cd8;
}
header div.head div:nth-child(1) .showEQ {
    width: 164px;
    height: 100%;
    line-height: 52px;
    float: left;
    margin-left: 100px;
}
header div.head div:nth-child(1) .showEQ a {
    font-size: 14px;
    color: #fff;
}
header div.head div:nth-child(1) .showEQ i {
    position: absolute;
    left: 209px;
    right: 50px;
    top: 14px;
    display: inline-block;
    height: 23px;
    width: 23px;
    background: url(../../img/icon/1-head-二维码小标.png) no-repeat;
}
header div.head div:nth-child(1) .showEQ .showBigIcon {
    display: none;
    position: absolute;
    top: 36px;
    left: 136px;
    width: 0;
    height: 0;
    border: 16px solid #005eb5;
    border-color: transparent transparent #005eb5 transparent;
}
header div.head div:nth-child(1) .showEQ .showBig {
    width: 190px;
    height: 190px;
    background: #005eb5;
    display: none;
    position: absolute;
    top: 59px;
    left: 56px;
    z-index: 10086;
}
header div.head div:nth-child(1) .showEQ:hover .showBig {
    display: block;
}
header div.head div:nth-child(1) .showEQ:hover .showBigIcon {
    display: block;
}
.flex{
    display: flex;
    align-items: center;
}
.pc_logo{
    display: block;
    width: 1.6rem;
}
.pc_phone{
    display: block;
    color: #0096ff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.en{
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
header div.head nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    height: 76px;
}
header div.head nav > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
header div.head nav > ul li {
    width: 120px;
    text-align: center;
    height: 75px;
    color: #675e71;
    line-height: 75px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 4px;
}
header div.head nav > ul li .service-content {
    display: none;
    width: 110px;
    height: 185px;
    position: absolute;
    top: 75px;
    left: 0px;
    background-color: #fff;
    color: #fff;
    text-align: left;
}
header div.head nav > ul li .service-content dl {
    width: 50%;
    float: left;
    height: 100%;
}
header div.head nav > ul li .service-content dl span {
    display: block;
    width: 98px;
    height: 2px;
    background: #eee;
    margin-left: 10px;
}
header div.head nav > ul li .service-content dl dt {
    color: #675e71;
    text-align: center;
    font-size: 16px;
    cursor: default;
    height: 62px;
    line-height: 64px;
    font-weight: bold;
}
header div.head nav > ul li .service-content dl dd {
    width: 120px;
    height: 46.5px;
    line-height: 46.5px;
    display: block;
    margin-bottom: 0;
}
header div.head nav > ul li .service-content dl dd a {
    display: inline-block;
    color: #675e71;
    height: 100%;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    line-height: 46.5px;
}
header div.head nav > ul li .service-content dl dd:hover {
    background-color: #f5f5f5;
}
header div.head nav > ul li:hover {
    color: #337cd8;
    cursor: pointer;
    
}
header div.head nav a{
    text-decoration:none;
}
header div.head nav > ul li:hover > span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #3199fa;
    top: 0;
    left: 0;
}
header div.head nav > ul li:hover .service-content {
    display: block;
}
header div.head nav > ul li:nth-child(3) .service-content {
    width: 120px;
}
header div.head nav > ul li:nth-child(3) .service-content dl dt {
    width: 120px;
}
header div.head nav > div {
    top: -52px;
    background: url("../../img/icon/1-head-logo底色.png");
    z-index: 10;
    background-size: 100% 100%;
    width: 200px;
    height: 194px;
    position: relative;
    overflow: hidden;
    transition: height 0.5s ease-out;
}
header div.head nav > div ul {
    position: relative;
    transform-style: preserve-3d;
}
header div.head nav > div ul li:nth-child(1) {
    margin-top: 20px;
    text-align: center;
    transform: translateZ(50px);
}
header div.head nav > div ul li:nth-child(2) {
    margin-top: -72px;
    text-align: center;
    transform: rotateX(-90deg) translateZ(50px);
}
@keyframes move {
    0% {
      transform: rotateX(0deg);
    }
    100% {
      transform: rotateX(90deg);
    }
}
@keyframes moveBack {
    0% {
      transform: rotateX(90deg);
    }
    100% {
      transform: rotateX(0deg);
    }
}

.mobile-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.2rem;
    z-index: 99999;
    background: #0195FF;
    
}

.mobile-head .left-icon {
    display: inline-block;
    float: left;
    width: 35%;
    margin-left: 5%;
    margin-top: 4%;
}

.mobile-head .right-icon {
    display: inline-block;
    float: right;
    width: 8%;
    margin-right: 5%;
    margin-top: 5%;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background: rgba(147, 153, 159, .6);
}

.side-bar {
    position: fixed;
    width: 70vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 600;
    background: #333;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transition: all 200ms linear;
}

.menu-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.fade-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

.close-icon {
    display: inline-block;
    float: right;
    width: 10%;
    margin-top: .4rem;
    margin-right: .4rem;
}

.menu-list {
    position: fixed;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -555;
    /* display: inline-block;
    width: 100%;
    height: 90%;
    margin: 0;
    margin-top: .3rem; */
}

.menu-list .menu-one {
    width: 100%;
}

.menu-list .menu-one a {
    display: inline-block;
    width: 100%;
    height: 1rem;
    padding-left: 10%;
    box-sizing: border-box;
    line-height: 1rem;
    font-size: .4rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: left;
    color: #fff;
}

.menu-list .menu-one .menu-one-title {
    display: inline-block;
    width: auto;
    height: 100%;
    margin-left: 10%;
    line-height: 1rem;
    font-size: .4rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: #fff;
}

.menu-list .menu-one .menu-one-icon {
    display: inline-block;
    float: right;
    width: 10%;
    height: auto;
    margin-right: 10%;
    margin-top: 5%;
    transform: rotate(0);
}

.rotate-icon {
    transform: rotate(90deg) !important;
}

.menu-list .menu-one .submenu-list {
    width: 100%;
    height: auto;
    margin: 0;
}

.menu-list .menu-one .submenu-list .submenu-one {
    background: #555;
}

.menu-list .menu-one .submenu-list .submenu-one a {
    display: inline-block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .4rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: left;
    color: #fff;
}

