/*全局样式*/
@charset"utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    color: #0D6DB7;
}

i,
em {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}

b,
strong {
    font-weight: normal;
}

ul,
li {
    list-style: none;
}

input,
img {
    vertical-align: top;
    border: 0;
    outline: none;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    background: #F6F6F6;
}

.clear {
    clear: both;
}

/* 中间内容 */
.about_us_box{
    width: 1366px;
    margin: 0 auto;
    margin-top: 70px;
}

.without{
    width: 100%;
    height: 366px;
    position: relative;
}
.without_pic{
    width: 100%;
    height: 366px;
    position: absolute;
    top: 0;
    left: 0;
}
.without_fl{
    float: left;
    width: 781px;
    height: 366px;
    background: #ccc;
}
.without_fl img{
    width: 100%;
    height: 100%;
}
.without_fr{
    float: left;
    position: relative;
}
.without_fr_kong{
    width: 496px;
    height: 304px;
    background: #FFFFFF;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.17);
    position: absolute;
    top: 114px;
    left: -61px;
}
.without_fr_img{
    width: 561px;
    height: 309px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9;
}
.without_fr_xian{
    width: 1px;
    height: 60px;
    background: #000000;
    position: absolute;
    left: 102px;
    top: 387px;
}
.without_tip{
    width: 185px;
    font-size: 12px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #000000;
    position: absolute;
    bottom: 32px;
    left: -52px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.border{
    width: 40px;
    height: 1px;
    background: #000000;
    display: inline-block;
    vertical-align: middle;
}
.dian{
    width: 5px;
    height: 5px;
    background: #000000;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: -11px;
}
.without_text_t{
    font-family: 'Source Han Serif CN';
    font-size: 40px;
    position: absolute;
    left: 605px;
    top: 195px;
    z-index: 10;
}

.without_text_b{
    font-family: 'Source Han Serif CN';
    font-size: 40px;
    position: absolute;
    left: 682px;
    top: 250px;
    z-index: 10;
}

.without_wz_fl{
    color: #000000;
    
}
.without_wz_fr{
    color: #fff;
    margin-left: 28px;
}

/* 简介 */
.company{
    width: 100%;
    height: 729px;
    background: url(../img/about/company_bj.png) no-repeat;
    background-position-y: -561px;
    background-position-x: -8px;
}
.company_fl{
    float: left;
    margin-top: 292px;
    margin-left: 80px;
}
.company_fl img{
    width: 302px;
    height: 278px;
}
.company_fr{
    float: left;
    margin-top: 348px;
    margin-left: 48px;
}
.company_fr p{
    text-align: center;
    font-size: 20px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

/* concept */
.concept{
    width: 100%;
    height: 619px;
    margin-top: -32px;
}
.concept_t{
    width: 100%;
    height: 290px;
    position: relative;
}
.concept_pic{
    width: 421px;
    height: 290px;
    position: absolute;
    left: 666px;
    top: 0;
}
.concept_kong{
    width: 454px;
    height: 284px;
    background: #000000;
    opacity: 0.4;
    position: absolute;
    top: -34px;
    left: 586px;
    z-index: 2;
}
.concept_text{
    z-index: 5;
    font-size: 20px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #000000;
    position: absolute;
    top: 0;
    left: 308px;
}
.concept_text>p{
    margin-left: 80px;
    font-size: 40px;
}
.concept_text>div{
    margin-top: 38px;
}
.concept_text>div p{
    margin-bottom: 20px;
}
.concept_text_fl{
    color: #fff;
}


.concept_b{
    width: 619px;
    height: 264px;
    margin-top: 65px;
    margin-left: 523px;
}

.concept_b img{
    width: 100%;
    height: 100%;
}
.connect{
    width: 100%;
    margin-top: -46px;
    margin-bottom: 148px;
}
.connect_fl{
    float: left;
    width: 689px;
}
.connect_fr{
    float: left;
    width: 475px;
    height: 297px;
    margin-left: 26px;
    margin-top: 86px;
}
.connect_fr img{
    width: 100%;
    height: 100%;
}
.connect_title{
    font-size: 40px;
    font-family: 'Source Han Serif CN';
    font-weight: bold;
    color: #000000;
}
.connect_eng{
    font-size: 25px;
    font-family: 'Source Han Serif CN';
    font-weight: bold;
    color: #000000;
    margin-top: 23px;
}
.connect_kong{
    margin-top: 18px;
    width: 130px;
    height: 1px;
    background: #000000;
}
.connect_fl>div{
    margin-top: 18px;
}
.connect_fl>div p{
    font-size: 20px;
    font-family: 'Source Han Serif CN';
    color: #000000;
    margin-bottom: 10px;
}
.connect_fl>div p:last-child{
    margin-bottom: 10x;
}







/*底部*/
/* footer {
    width: 100%;
    height: 95px;
    background: #000109;
}

footer ul {
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

footer ul li {
    line-height: 16px;
    margin: 15px 0 0 0;
    font-size: 14px;
    display: inline-block;
}

footer ul li a {
    color: #868788;
    float: left;
}

footer ul li a:hover {
    color: #fff;
}

footer ul li .line {
    width: 2px;
    height: 20px;
    background: #868788;
    float: left;
    margin: 0 35px;
}

footer p {
    text-align: center;
    font-size: 14px;
    color: #999;
    height: 20px;
    line-height: 30px;
} */

/*退出登录*/
.shade_tc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.is_quit {
    position: absolute;
    top: 40%;
    left: 45%;
    width: 200px;
    height: 80px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    display: block;
    z-index: 1000;
}

.is_quit p {
    padding: 10px 0 0 35px;
}

.is_quit div {
    margin: 20px 0 0 20px;
}

.is_quit div span {
    width: 66px;
    height: 26px;
    background: #878787;
    float: left;
    margin-left: 10px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.is_quit div span:nth-child(2) {
    background: #06415e;
}