﻿/* 头部 start*/
.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 999999;
    background-color: #fff;
}
.header {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    cursor: pointer;
    color: #12263c;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.header-tab .title {
    line-height: 80px;
    /* border: 1px solid red; */
}
.header .logo-img  {
    width: 152px ;
    height: 62px;
    flex-shrink: 0;
}
.header .header-tabs {
    flex-grow: 1;
    height: 100%;
    margin-left: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header-tabs .header-tab {
    height: 100%;
    position: relative;

    display: flex;
    align-items: center;
}
.header .header-tabs .header-tab:hover,.header .sub-title-wrap .sub-title:hover {
    color: #2ca1e4;
}
.header .header-tabs .header-tab:hover  .arrow-down{
    transform: translate(-0px, 6px) rotateZ(-225deg);
}
.header .header-tabs .header-tab:hover .sub-title-wrap {
    transition: all .3s;
    transform: translate(-50% ,0);
}
.header .header-tabs  .header-tab.active {
    color: #2ca1e4;
}
.header .header-tabs  .header-tab.active::after {
    content: '';
    display: block;
    width: 98px;
    height: 4px;
    background-color: #2ca1e4;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.header  .hot-icon {
    width: .21rem;
    height: .25rem;
}
.header .arrow-down{
    width: 8px;
    height: 8px;
    display: inline;
    margin-bottom: 8px;
    margin-left: 15px;
    border-left: 1px solid #999 ;
    border-bottom:  1px solid #999;
    transform: rotate(-45deg);
    transition: all .3s;
}
.header .sub-title-wrap {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50% ,-100%);
    z-index: -1;
    background-color: #fff;
}
.header .sub-title-wrap .sub-title {
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #12263c;
    font-size: 16px;
    padding: 0  10px; 
    box-sizing: border-box;
}

/* 头部 end*/
/* 底部 */
.Foot {
    background-color: #252525;
}

footer {
    width: 100%;
    background-color: #252525;
}

.footer {
    width: 1200px;
    border-top: solid 1px rgba(238, 238, 238, 0.1);
    padding: 37px 69px 26px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
}

.footer-link div {
    line-height: 26px;
}

.first {
    margin-bottom: 3px;
}

.footer-link {
    flex: 1;
    width: 300px;
}
.adderss {
    flex: 1.4;
}

.footer-left,
.footer-right {
    cursor: pointer;
}

.footer-left div:hover,
.footer-right div:hover {
    color: #fff;
}

.footer-link div:first-of-type {
    margin-top: 0;
}

.footer-code {
    margin-left: 60px;
    text-align: center;
    display: flex;
}

.code-box {
    text-align: center;
    font-size: 18px;
    color: #fff;
}


.code-box img {
    width: 110px;
    height: 110px;
    margin-top: 13px;
}

.footer {
    background-color: #252525;
}

.footer-record {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #1d1d1d;
    text-align: center;
    border-top: 1px solid #1d1d1d1;
}

.footer-record:hover {
    cursor: pointer;
}

.footer-record span,
.footer-record a {
    font-size: 12px;
    color: #fff;
}

.banner {
    width: 100%;
    height: 400px;
}

.beian-number {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.beian-number:hover {
    color: #999;
}

/* 侧边栏 */

.weixin {
    background-image: url('../img/home-icon7.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.weixin:hover {
    background-image: url('../img/home-icon7-2.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.phone {
    background-image: url('../img/home-icon8.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.phone:hover {
    background-image: url('../img/home-icon8-2.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.qq {
    background-image: url('../img/home-icon9.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.qq:hover {
    background-image: url('../img/home-icon9-2.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.top {
    background-image: url('../img/zuoce5-1.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.top:hover {
    background-image: url('../img/zuoce5.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.side {
    position: fixed;
    top: 60%;
    right: 10px;
    z-index: 99;
}

.side-code {
    width: 0px;
    height: 0px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.2s linear;
    box-sizing: border-box;
    padding: 12px 0 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.side-btn-item {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 100%;
    margin-bottom: 10px;
}

.side-btn-item .side-btn {
    width: 50px;
    height: 50px;
    box-shadow: 2px 0px 7px 1px rgba(6, 11, 70, 0.13);
    border-radius: 100%;
}

.side-code img {
    height: 110px;
    width: 110px;
    margin: 10px 0 10px;
}

.side-btn-item:hover .side-code {
    width: 200px;
    height: 180px;
    left: -230px;
    opacity: 1;
}

#to-top {
    display: none;
}

@media screen and (max-width: 1440px) {
    .side-btn {
        width: 68px;
        height: 68px;
    }
}

.scheme_all {
    color: #3976ff;
    margin-top: 30px;
    cursor: pointer;
    display: block;
}

.content-auto {
    margin: 0 auto;
    min-width: 1200px;
    width: 1200px;
}

.width100 {
    width: 100%;
}

.hot {
    position: relative;
}

.hot::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 14px;
    background: url('../img/dh-hot.png') no-repeat;
    background-size: 100% 100%;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-slide:hover {
    cursor: pointer;
}

#banner {
    min-width: 1200px;
    margin-top: 80px;
}
[v-cloak]{
    display: none !important;
}

/* S 新增登录注册样式 */
.login {
    margin-left: 60px;
    font-size: 14px;
}
.login .register:hover, 
.login .sign:hover{
    color: #2ca1e4;
}
/* E 新增登录注册样式 */