html,body{
    /* width: 1920px; */
    overflow-y: hidden!important;
}
.body{
    position: relative;
    margin: 0 auto;
    width: 1920px;
}
/********************header部分*******************/
/* header */
#header{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 208px;
    height: 100%;
    background: #203C5D;
}
.headerModule-13 .nav{
    width: 180px;
    position: absolute;
    top:50%;
    left:0;
    transform: translate(0,-50%);
}
.headerModule-13 .nav>li{
    position: relative;
    height: 50px;
    line-height:50px;
    text-align: left;
    /* text-indent: 3.5em; */
}

@media screen and (min-width: 1500px) {
    .headerModule-13 .nav>li{
        margin-top: 15px;
    }
    .headerModule-13 .nav>li:first-child{
        margin-top: 0;
    }
}
.headerModule-13-content{
}
.headerModule-13 .nav>li.active{
    background: url(../../images/fullpage/navbg.png) no-repeat center;
    background-size: 100%;
}
.headerModule-13 .nav>li.active a{
    color: #ffffff!important;
}
.headerModule-13 .nav>li>a{
    font-size: 16px;
    color: #ffffff;
    margin-left: 50px;
}
.headerModule-13 .nav>li .subnav>li:hover{
    background: rgba(255, 255, 255, .5);
}
.headerModule-13 .nav>li .subnav>li{
    text-align: center;
}
.headerModule-13 .nav>li .subnav>li>a{
    font-size: 18px;
    color: #ffffff;
}
.headerModule-13-content .login{
    margin-top: 50px;
    margin-bottom: 30px;
}
.headerModule-13-content .logo-reg{
    display: inline-block;
    margin-left: 60px;
}
.headerModule-13-content .logo-reg li a{
    font-size: 16px;
    color: #ffffff;
}
.headerModule-13-content .search_b {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
}
.headerModule-13-content .search_b>img{
    display: block;
    margin-left: 50px;
    padding: 19px 0;
}
.headerModule-13-content .search_ipt_b {
    background: #203C5D;
    padding: 10px 0;
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    height: 40px;
    transition: all ease .3s;
}
.headerModule-13-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-13-content .search_ipt_b .btn {
	display: none;
    padding-left: 20px;
    cursor: pointer;
    color: rgba(254, 254, 254, 1);
    font-size: 18px;
    position: relative;
    /* top: 20px; */
    /* right: 30px; */
}
.headerModule-13-content .search_b:hover{
    background: #203C5D;
}
.headerModule-13-content .search_b:hover .search_ipt_b {
    width: 336px;
    padding: 10px;
    z-index: 99;
    height: 40px;
}
.headerModule-13-content .navmore{
    background: rgba(32, 60, 93, 1);
    left:180px;
    top:0;
    width: 180px;
}
.headerModule-13-content .navmore a{
    display: block;
    font-size: 18px;
    color: #ffffff;
}
.headerModule-13-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;
}
#area144 .mainArea-safety{ background:rgba(0,0,0,0.2);}
#area128 .bg{ width: 100%!important; max-width: 1920px!important;}
/*.w1920,.w1200{ float: none!important;}*/