html,
body {
    /* width: 1920px; */
    overflow-y: hidden !important;
}

.body {
    position: relative;
    margin: 0 auto;
    width: 1920px;
}

/********************header部分*******************/
/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 74px;
    height: 100%;
}

.headerModule-14-safety {
    height: 100%;
    /*background: rgba(191, 191, 191, .5);*/
    background: rgba(131, 137, 138, 1);
    box-shadow: -7px 0px 30px 2px rgba(0, 0, 0, 0.35);
}

.headerModule-14-content {
    /*position: relative;*/
    /*top: 40%;*/
    padding-top: 210px;
}

.headerModule-14 .navCon {
    position: absolute;
    top: 0;
    left: -110px;
    z-index: -1;
    width: 184px;
    height: 100%;
    background: rgba(131, 137, 138, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.headerModule-14 .navBox:hover .navCon {
    left: 74px;
}

.headerModule-14 .nav {
    width: 184px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.headerModule-14 .nav>li {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: left;
    /* text-indent: 3.5em; */
}
@media screen and (min-width: 1500px) {
    .headerModule-14 .nav>li {
        margin-top: 15px;
    }

    .headerModule-14 .nav>li:first-child {
        margin-top: 0;
    }
}

.headerModule-14 .navIcon>span,
.headerModule-14 .searchIcon>span {
    font-size: 18px;
    color: #FEFEFE;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.headerModule-14 .nav>li.active>a {
    /*border-bottom: 1px solid #fff;*/
    font-size: 19px;
    font-weight: bold;
}

.headerModule-14 .nav>li>a:hover {
    /*border-bottom: 1px solid #fff !important;*/
    font-size: 19px;
    font-weight: bold;
}

.headerModule-14 .nav>li>a {
    font-size: 16px;
    color: #ffffff;
    margin-left: 50px;
}
.headerModule-14 .nav>li .subnav{
    background:rgba(131, 137, 138, 1);
}
/*.headerModule-14 .nav>li>a:hover .subnav{*/
    /*background:rgba(131, 137, 138, 1);*/
/*}*/
.headerModule-14 .nav>li .subnav>li:hover {
    /*background: rgba(255, 255, 255, .5);*/
    background:rgba(131, 137, 138, 1);
}

.headerModule-14 .nav>li .subnav>li {
    text-align: center;
}

.headerModule-14 .nav>li .subnav>li>a {
    font-size: 18px;
    color: #ffffff;
}



.headerModule-14 .navConDis {
    position: absolute;
    top: 0;
    left: -110px;
    z-index: -1;
    width: 184px;
    height: 100%;
    background: rgba(131, 137, 138, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.headerModule-14 .navBox:hover .navConDis {
    left: 74px;
}

.headerModule-14 .navDis {
    width: 184px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.headerModule-14 .navDis>li {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: left;
    /* text-indent: 3.5em; */
}
@media screen and (min-width: 1500px) {
    .headerModule-14 .navDis>li {
        margin-top: 15px;
    }

    .headerModule-14 .navDis>li:first-child {
        margin-top: 0;
    }
}



.headerModule-14 .navDis>li.active>a {
    /*border-bottom: 1px solid #fff;*/
    font-size: 19px;
    font-weight: bold;
}

.headerModule-14 .navDis>li>a:hover {
    /*border-bottom: 1px solid #fff !important;*/
    font-size: 19px;
    font-weight: bold;
}

.headerModule-14 .navDis>li>a {
    font-size: 16px;
    color: #ffffff;
    margin-left: 50px;
}
.headerModule-14 .navDis>li .subnav{
    background:rgba(131, 137, 138, 1);
}
/*.headerModule-14 .nav>li>a:hover .subnav{*/
/*background:rgba(131, 137, 138, 1);*/
/*}*/
.headerModule-14 .navDis>li .subnav>li:hover {
    /*background: rgba(255, 255, 255, .5);*/
    background:rgba(131, 137, 138, 1);
}

.headerModule-14 .navDis>li .subnav>li {
    text-align: center;
}

.headerModule-14 .navDis>li .subnav>li>a {
    font-size: 18px;
    color: #ffffff;
}



.headerModule-14-content .login {
    /*margin-top: 50px;*/
    /*margin-bottom: 30px;*/
}

.headerModule-14-content .logo-reg {
    /*display: inline-block;*/
    /*margin-left: 60px;*/
}

.headerModule-14-content .logo-reg li a {
    font-size: 18px;
    color: #ffffff;
}

.headerModule-14-content .search_b {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 5%;*/
    /*width: 100%;*/
    margin-top: 60px;
    position: relative;
}

.headerModule-14-content .search_b>img {
    display: block;
    margin-left: 50px;
    padding: 19px 0;
}

.headerModule-14-content .search_ipt_b {
    /*background:rgba(83, 89, 81, 1);*/
    background:rgba(131, 137, 138, 1);
    padding: 10px 0;
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    height: 40px;
    transition: all ease .3s;
}

.headerModule-14-content .search_ipt_b .ipt {
    width: 260px;
    /*border-radius: 25px;*/
    box-sizing: border-box;
    padding-left: 10px;
    border: solid 1px #eee;
    height: 40px;
    outline: none;
}

.headerModule-14-content .search_ipt_b .btn {
    padding-left: 20px;
    cursor: pointer;
    color: rgba(254, 254, 254, 1);
    font-size: 18px;
    position: relative;
    /* top: 20px; */
    /* right: 30px; */
}

.headerModule-14-content .search_b:hover {
    /*background: #253B5A;*/
}

.headerModule-14-content .search_b:hover .search_ipt_b {
    width: 336px;
    padding: 10px;
    z-index: 99;
    height: 40px;
}

.headerModule-14-content .navmore {
    background: #5A463B;
    left: 180px;
    top: auto;
    bottom: 0;
    width: 180px;
}

.headerModule-14-content .navmore a {
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.headerModule-14-content .navmore a:hover {
    background: rgba(255, 255, 255, .5);
}

/********************关于我们*******************/

.concerning {
    width: 100%;
}

.concerning-security {
    max-width: 1920px;
    min-width: 1200px;
    /*height: 865px;*/
    margin: 0 auto;
    height: 538px;
    overflow: hidden;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.concerning-content {
    width: 1200px;
    /*margin: 161px auto 60px;*/
    margin: 0 auto;
}

.concerning-content .content {
    /*width: 690px;*/
    /*height: 500px;*/
    width: 785px;
    height: 360px;
    /*margin-left: 510px;*/
    margin-left: 286px;
    background-color: #F9FAFD;
    overflow: hidden;
}

.concerning-content .content span {
    display: block;
    font-size: 20px;
    width: 80px;
    height: 19px;
    color: #000;
    margin: 72px auto 55px;
}

.concerning-content .content .about {
    width: 562px;
    height: 200px;
    overflow: hidden;
    font-size: 16px;
    color: #838383;
    margin: 76px auto 88px;
    line-height: 20px;
}

.concerning-content .content p {
    /*text-indent: 2em;*/
}

.concerning-content .content em a {
    display: block;
    margin: 40px 60px 71px 582px;
    font-size: 12px;
    color: #B5B5B5;
}

/*.concerning .mainMore{
    right: 127px;
}*/


/**************************底部***********************/

.footer {
    width: 100%;
    height: auto;
    /*background-color: #d2d5dd;*/
    display: none;
}

.footer-security {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    margin-top: 22px;
    position: relative;
    /*background-color: #d2d5dd;*/
}

.footer-content {
    width: 1200px;
    height: auto;
    /*border-top: 1px solid #000;*/
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.footer-content hr {
    background-color: #2F343B;
}

.footer-content .info {
    display: inline-block;
    /*margin-top: 42px;*/
    height: 14px;
    overflow: hidden;
}

.footer-content .info li {
    float: left;
    margin-right: 8px;
    font-size: 14px;
    color: #fff;
}

.footer-content .info li a {
    color: #fff;
}

.footer-content .friendly {
    /*display: inline-block;*/
    /*margin-top: 15px;*/
    /*margin-bottom: 50px;*/
}

.footer-content .friendly li {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.footer-content .friendly li a {
    font-size: 14px;
    color: #fff;
}

.footer-content .friendly li a:hover {
    color: #7e8597;
}

.search {
    /*margin-left: 362px;*/
    width: 197px;
    position: relative;
}

.search .close {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/close.png);
    background-size: 100% 100%;
    margin-top: 6px;
    display: none;
    cursor: pointer;
}

.search input {
    top: 4px;
    right: 39px;
    display: inline-block;
    width: 0;
    font-size: 16px;
    /*background-color: #2F343B;*/
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #7E8691;
    outline: none;
}

.search .sousuo {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/search2.png);
    background-size: 100% 100%;
    margin-top: 1px;
    /*margin-left: 31px;*/
    cursor: pointer;
}

/*弹窗*/

.layui-layer-setwin .layui-layer-close1 {
    display: none !important;
}

.layui-layer-dialog {
    width: 500px !important;
    height: 191px;
}

.layui-layer-dialog .layui-layer-content {
    color: #000000;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 103px !important;
    text-align: center;
}

.layui-layer-btn0,
.layui-layer-btn1 {
    width: 110px !important;
    height: 28px !important;
    line-height: 28px !important;
    font-size: 14 !important;
    border-radius: 14px !important;
    padding: 0 !important;
    line-height: 28px !important;
}

.layui-layer-title {
    display: none !important;
}


.layui-layer-btn a {
    margin: 5px 28px !important;
}

/* 设置placeholder颜色 */

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}









