@charset "utf-8";
.header .header_content .nav_ul .nav_li .nav_a {
	color: black;
    
}
.header .header_content .nav_ul .nav_li:hover{
	background: rgba(255,255,255,0.15);
}
.header .header_content .nav_ul .nav_li .down_nav {
   border-top: 3px solid black;
}
/*下拉菜单*/
.header .header_content .nav_ul .nav_li .down_nav li {
    width: 100%;
}
.header .header_content .nav_ul .nav_li .down_nav li a {
    color: #fff;
    text-decoration: none;
    padding: 3px 0;
    display: block;
}
.header .header_content .nav_ul .nav_li .black {
    display: none;
    width: 100%;
    list-style-type: none;
    border-top: 3px solid #000;
    font-size: .45em;
    margin-top: 5px;
    padding-top: 5px;
    position: absolute;
    z-index: 7
}

.header .header_content .nav_ul .nav_li .black li {
    width: 100%;
    border-bottom: 1px solid #000
}

.header .header_content .nav_ul .nav_li .black li a {
    color: #000;
    text-decoration: none
}

.footer {
    background: rgba(237,107,2,0.8);
}
.footerContent .nav .nav_ul .nav_li_1 .down_nav>li{
	background-color: rgba(237,107,2,0.8);
}
@media screen and (max-width: 1440px) {
    html, body {
        font-size: 22px
    }

    .header {
        margin-top: 50px
    }

    .header .header_content {
        width: 1100px
    }

    .header .header_content .nav_ul {
        margin-top: 26px
    }

    .header .header_content .nav_ul .nav_li {
        margin-left: 45px
    }

    .footer .footerContent {
        width: 1100px
    }

    .footer .footerContent .nav {
        width: 785px;
        display: inline-block;
        vertical-align: top;
        margin-left: 50px
    }
}

.restoreTrans {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0)
}

@keyframes arrowAnimotion {
    0% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(50px)
    }
    30% {
        transform: translateY(40px)
    }
    55% {
        transform: translateY(50px)
    }
    60% {
        transform: translateY(40px)
    }
    85% {
        transform: translateY(50px)
    }
    90% {
        transform: translateY(40px)
    }
    100% {
        transform: translateY(0)
    }
}

@-moz-keyframes arrowAnimotion {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(50px)
    }
}

@-webkit-keyframes arrowAnimotion {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(30px)
    }
    100% {
        transform: translateY(0)
    }
}

@-o-keyframes arrowAnimotion {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(50px)
    }
}

@-ms-keyframes arrowAnimotion {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(50px)
    }
}

@keyframes titleChange {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    50% {
        transform: scale(.5, .5);
        opacity: .5
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}

@-moz-keyframes titleChange {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    50% {
        transform: scale(.5, .5);
        opacity: .5
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}

@-webkit-keyframes titleChange {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    50% {
        transform: scale(.5, .5);
        opacity: .5
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}

@-o-keyframes titleChange {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    50% {
        transform: scale(.5, .5);
        opacity: .5
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}

@-ms-keyframes titleChange {
    0% {
        transform: scale(0, 0);
        opacity: 0
    }
    50% {
        transform: scale(.5, .5);
        opacity: .5
    }
    100% {
        transform: scale(1, 1);
        opacity: 1
    }
}

@keyframes wordsChange {
    0% {
        transform: translateY(3400px)
    }
    100% {
        transform: translateY(0)
    }
}

@-moz-keyframes wordsChange {
    0% {
        -moz-transform: translateY(3400px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-webkit-keyframes wordsChange {
    0% {
        -webkit-transform: translateY(3400px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-o-keyframes wordsChange {
    0% {
        -o-transform: translateY(3400px)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@-ms-keyframes wordsChange {
    0% {
        -ms-transform: translateY(3400px)
    }
    100% {
        -ms-transform: translateY(0)
    }
}

@keyframes wordsChangeDown {
    0% {
        transform: translateY(-3800px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wordsChangeDown {
    0% {
        -moz-transform: translateY(-3800px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wordsChangeDown {
    0% {
        -webkit-transform: translateY(-3800px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wordsChangeDown {
    0% {
        -o-transform: translateY(-3800px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -o-transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-ms-keyframes wordsChangeDown {
    0% {
        -ms-transform: translateY(-3800px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -ms-transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #ed6b02;
    font-size: 25px
}

.page1 {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative
}

.page2 {
    width: 100%;
    height: 100%;
    position: relative
}

.header {
    z-index: 99999
}

.header .header_content .nav_ul .nav_li .nav_a {
    color: #000
}

.header .header_content .nav_ul .nav_li .down_nav {
    border-top: 3px solid #000
}

.header .header_content .nav_ul .nav_li .down_nav li {
    /*border-bottom: 1px solid #000*/
}

.header .header_content .nav_ul .nav_li .down_nav li a {
    color: #000
}

.main {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    overflow: hidden;
    position: relative
}

.return_top_btn {
    background: url("../img/return_top.png");
    width: 22px;
    height: 70px;
    position: fixed;
    z-index: 100;
    display: none;
    right: 80px;
    bottom: 50px;
    cursor: pointer
}

.resume_nav {
    position: fixed;
    width: 0;
    height: 1200px;
    right: 0;
    top: 0;
    border-left: 2px solid #ec6c00;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0)
}

.resume_nav ul {
    width: 100%;
    height: 100%;
    display: none
}

.resume_nav ul li {
    list-style: none
}

.resume_nav ul li a {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #8c8c8c;
    display: block;
    margin: 50px auto;
    cursor: pointer
}

.resume_nav ul li a.selected {
    background-color: #ec6c00
}

.main_floor {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom, right top, 0 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative
}

.main_floor .video_bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: -14px;
    width: 95%;
    height: auto;
    display: block
}

.main_floor .main_content {
    z-index: 100;
    top: 0;
    left: 60px;
    width: 1230px;
    margin: 0 auto;
    margin-top: 230px;
    padding: 0 0 0 0;
    height: 560px;
    position: relative;
    overflow: hidden;
}

.main_floor .main_content .main_img {
    width: 100%;
    text-align: left;
    position: relative
}

.main_floor .main_content .main_character {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: left;
    right: 0;
    padding-left: 50%;
    pointer-events: none
}

.main_floor .main_content .main_character .main_svg {
    width: 100%;
    height: 500px;
    float: right;
    pointer-events: none
}

.main_floor .main_content .main_character .main_text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 0;
    padding-left: 190px
}

.main_floor .main_content .main_character .main_text .main_text_title {
    color: #000;
    font-size: .9em;
    font-weight: 600;
    width: 430px;
    left: 5px;
    position: relative;
    top: 485px;
    letter-spacing: 1px;
    animation: titleChange 7s linear 0s 1 normal;
    -moz-animation: titleChange 7s linear 0s 1 normal;
    -webkit-animation: titleChange 7s linear 0s 1 normal;
    -o-animation: titleChange 7s linear 0s 1 normal
}

.main_floor .main_content .main_character .main_text .main_text_words {
    color: #000;
    font-size: .64em;
    position: relative;
    top: 290px;
    left: 5px;
    width: 430px;
    line-height: 25px;
    animation: wordsChangeDown 8s linear 0s 1 normal;
    -moz-animation: wordsChangeDown 8s linear 0s 1 normal;
    -webkit-animation: wordsChangeDown 8s linear 0s 1 normal;
    -o-animation: wordsChangeDown 8s linear 0s 1 normal
}

.main_floor .pd_btn {
    position: absolute;
    left: 50%;
    bottom: 50px;
    cursor: pointer;
    background-image: url("../img/arrow_down1.png");
    width: 42px;
    height: 43px;
    z-index: 9999
}

.main_floor.resume {
    background-color: #fff;
    width: 100%;
    position: static
}

.main_floor.resume Strong {
    font-weight: 700
}

.main_floor.resume .bg_img {
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    bottom: 0;
    display: inline-block;
    background-position: bottom left
}

.main_floor.resume .txt_img {
    width: 40%;
    height: 100%;
    position: relative;
    background-size: contain;
    background-position: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    background-repeat: no-repeat;
    display: inline-block
}

.main_floor.resume .txt_img .content {
    width: 100%;
    height: 100%;
    display: table
}

.main_floor.resume .txt_img .content .description {
    display: table-cell;
    vertical-align: middle
}

.main_floor.resume .intro {
    width: 100%;
    height: 80px;
    position: relative;
    top: -80px;
    background-color: #ec6c00;
    opacity: .8;
    filter: alpha(opacity=80);
    display: block
}

.main_floor.resume .intro span {
    line-height: 80px;
    margin-left: 100px;
    font-weight: 500;
    font-size: .72em;
    white-space: pre;
    width: 100%;
    background-color: rgba(237, 159, 18, 0)
}

.main_floor.resume.reverse .bg_img {
    margin-left: -50px;
    background-position: 100% 80%
}

.main_floor.resume.reverse .txt_img {
    margin-left: 50px;
    padding-left: 100px
}

.main_floor.resume.forward .txt_img {
    margin-left: -50px
}

/*zzh修改星瀚自荐*/
.introductory{
	background: url(../img/dna/introduction_bg_new.jpg);
	background-size: cover;
	width:100%;
	height: 100%;
	position: relative;
}
.introductory .title p{
	font-size: 44px;
	font-weight: bolder;
	text-align: center;
	color: white;
	margin-top: 50px;
}
.introductory .introductory_con{
	margin-left: 40%;
	width: 45%;
	height: 37%;
	margin-top: 12%;
	position: absolute;
	top: 12%;
	
}
.introductory .in_con_top{
	border-bottom: 2px solid #ea6b00;
}
.introductory .in_con_bottom{
	width: 100%;
	height: 60%;
	overflow: auto;
	line-height: 34px;
	font-size: 14px;
	color: white;
	margin-top: 10px;
	scrollbar-arrow-color: #bd5c0a; /*图6,三角箭头的颜色*/
	scrollbar-face-color: #bd5c0a; /*图5,立体滚动条的颜色*/
	scrollbar-3dlight-color: #bd5c0a; /*图1,立体滚动条亮边的颜
	
	色*/
	scrollbar-highlight-color: #bd5c0a; /*图2,滚动条空白部分的
	
	颜色*/
	scrollbar-shadow-color: #bd5c0a; /*图3,立体滚动条阴影的颜
	
	色*/
	scrollbar-darkshadow-color: #bd5c0a; /*图4,立体滚动条强阴
	
	影的颜色*/
	scrollbar-track-color: #a8a8a8; /*图7,立体滚动条背景颜色*/
	
	scrollbar-base-color:#bd5c0a; /*滚动条的基本颜色*/
	Cursor:url(mouse.cur); /*自定义个性鼠标*/
}
/*.introductory .in_con_bottom p{
	
}*/
/*---滚动条默认显示样式--*/  
.introductory .in_con_bottom::-webkit-scrollbar-thumb{  
   background-color:#bd5c0a;  
   height:50px;  
   /*outline-offset:-2px;*/  
   /*outline:2px solid #bd5c0a;*/  
   -webkit-border-radius:4px;  
   border: 2px solid #bd5c0a;  
}  
/*---鼠标点击滚动条显示样式--*/  
.introductory .in_con_bottom::-webkit-scrollbar-thumb:hover{  
   background-color:#bd5c0a;  
   height:30px;  
   -webkit-border-radius:4px;  
}  
/*---滚动条大小--*/  
.introductory .in_con_bottom::-webkit-scrollbar{  
   width:4px;  
   height:4px;  
}  
/*---滚动框背景样式--*/  
.introductory .in_con_bottom::-webkit-scrollbar-track-piece{  
   background-color:#a8a8a8;  
   -webkit-border-radius:0;  
}
/*--moz--*/
.introductory .in_con_bottom::-moz-scrollbar-thumb{  
   background-color:#bd5c0a;  
   height:50px;  
   /*outline-offset:-2px;*/  
   /*outline:2px solid #bd5c0a;*/  
   -moz-border-radius:4px;  
   border: 2px solid #bd5c0a;  
}  
/*---鼠标点击滚动条显示样式--*/  
.introductory .in_con_bottom::-moz-scrollbar-thumb:hover{  
   background-color:#bd5c0a;  
   height:30px;  
   -moz-border-radius:4px;  
}  
/*---滚动条大小--*/  
.introductory .in_con_bottom ::-moz-scrollbar{  
   width:4px;  
   height:4px;  
}  
/*---滚动框背景样式--*/  
.introductory .in_con_bottom ::-moz-scrollbar-track-piece{  
   background-color:#a8a8a8;  
   -moz-border-radius:0;  
}
/*zzh修改结束*/

.main_floor.log {
    background-color: #000;
    background-image: url("../img/dna/pen.png");
    background-position: -15% 7%;
    background-size: auto;
    background-repeat: no-repeat
}

.main_floor.log .title {
    height: 20%
}

.main_floor.log .title p {
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 48px;
    padding-top: 50px
}

.main_floor.log ul {
    overflow: hidden;
    width: 100%;
    height: 80%;
    margin: auto
}

.main_floor.log ul .selected {
    height: 80%;
    position: absolute;
    background-color: #ec6c00
}

.main_floor.log ul .selected a {
    border-radius: 0;
    height: 50%;
    overflow: inherit;
    background-color: #ec6c00
}

.main_floor.log ul .selected a p {
    position: relative
}

.main_floor.log ul .selected a span {
    padding: 0 10px;
    padding-top: 20px;
    font-weight: 600;
    position: relative;
    font-size: .42em;
    display: block;
    line-height: 130%
}

.main_floor.log ul li {
    height: 100%;
    float: left;
    margin-left: 20px;
    list-style: none
}

.main_floor.log ul li a {
    cursor: pointer;
    overflow: hidden;
    top: 40%;
    margin: 0;
    margin-top: -75px;
    font-weight: bolder;
    position: relative;
    display: block;
    font-size: 1.44em;
    text-align: center;
    width: 130px;
    height: 130px;
    background-color: #ccc;
    border-radius: 100%
}

.main_floor.log ul li a p {
    margin-top: 30%
}

.main_floor.map {
    background-color: #ec6c00
}

.main_floor.map .map_content {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    top: 50%;
    margin-top: -393px;
    background: url("../img/dna/map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 1325px;
    height: 787px
}

.main_floor.map .map_content .anchor {
    overflow: hidden;
    background-color: #fff;
    color: #ed6c00;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0)
}

.main_floor.map .map_content .anchor.biger {
    font-size: 1.6em;
    width: 111px;
    height: 111px;
    line-height: 108px
}

.main_floor.map .map_content .anchor.big {
    font-size: 1.2em;
    width: 85px;
    height: 85px;
    line-height: 80px
}

.main_floor.map .map_content .anchor.normal {
    font-size: .96em;
    width: 65px;
    height: 65px;
    line-height: 60px
}

.main_floor.map .map_content .anchor.small {
    font-size: .72em;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.main_floor.map .map_content .anchor.multi {
    line-height: normal
}

.main_floor.map .map_content .b_address {
    position: absolute;
    top: 480px;
    padding: 2px;
    left: 330px;
    font-size: .72em;
    font-weight: 800;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    cursor: pointer
}

.main_floor.map .map_content .b_address:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

.main_floor.map .map_content .server_f {
    position: absolute;
    top: 480px;
    padding: 2px;
    left: 480px;
    font-size: .72em;
    font-weight: 800;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    cursor: pointer
}

.main_floor.map .map_content .server_f:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

.main_floor.readme {
    background-color: #000
}

.main_floor.readme .top_content {
    width: 100%;
    height: 100%;
    background-size: contain;
    background: url("../img/dna/readme_txt.png");
    background-position: 50% 35%;
    background-repeat: no-repeat
}

.main_floor.readme .readme_arrow {
    animation: arrowAnimotion 2s cubic-bezier(.44, 1.15, .74, 1.05) 0s 1000 normal;
    -moz-animation: arrowAnimotion 2s cubic-bezier(.44, 1.15, .74, 1.05) 0s 1000 normal;
    -webkit-animation: arrowAnimotion 2s cubic-bezier(.44, 1.15, .74, 1.05) 0s 1000 normal;
    -o-animation: arrowAnimotion 2s cubic-bezier(.44, 1.15, .74, 1.05) 0s 1000 normal;
    display: block;
    position: absolute;
    margin: 50px auto;
    top: 60%;
    left: 48%;
    cursor: pointer
}

.main_floor.public {
    background-color: #ec6c00;
    background-image: url("../img/dna/public_bg.png");
    background-position: right;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main_floor.public .bg_other {
    background-image: url("../img/dna/public_bg_1.png");
    background-position: right;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.main_floor.public article {
    width: 650px;
    height: 360px;
    top: 50%;
    margin-top: -180px;
    margin-left: 200px;
    position: absolute;
    overflow: hidden;
    font-size: .72em
}

.main_floor.public article h1 {
    font-size: 48px;
    font-weight: 800;
    padding: 20px 0
}

.main_floor.public article p {
    line-height: 35px
}

.main_floor.public .top_bar {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0)
}

.main_floor.public .right_bar {
    width: 955px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0)
}

.main_floor.public .bottom_bar {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0
}

.main_floor.job {
    background-color: #ec6c00
}
.main_floor.job img {
    margin: 0 auto;
    display: block
}

.main_floor.job .job_content {
    width: 1200px;
    height: 660px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -450px
}

.main_floor.job .job_content ul {
    height: 60px;
    display: inline-block;
    width: 1200px;
    position: relative;
    top: 0;
    margin: 0 auto;
    overflow: hidden
}

.main_floor.job .job_content ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top
}

.main_floor.job .job_content ul li a {
    overflow: hidden;
    background-color: #2b2b2b;
    color: #fff;
    border-radius: 100%;
    font-size: .48em;
    padding: 23px 2px;
    text-align: center;
    width: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-color: #000;
    display: inline-block
}

.main_floor.job .job_content ul li a:hover, .main_floor.job .job_content ul li a.selected {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.main_floor.job .job_content .details {
    height: 500px;
    width: 1200px;
    float: left;
    overflow: hidden;
    font-size: .72em;
    margin: 0 auto;
    margin-top: 50px;
    overflow-y: auto;
    line-height: 32px
}

.main_floor.job .job_content .details .post {
    font-size: 1em;
    font-weight: 600
}

.main_floor.job .job_content .details .salary {
    border: #000 solid 1px;
    display: block;
    padding: 2px 5px;
    margin: 10px 0;
    margin-bottom: 0;
    width: 130px
}

.main_floor.job .job_content .details .require .title {
    font-weight: 600;
    height: 30px;
    display: block;
    margin-top: 20px;
    padding: 0;
    overflow: hidden
}

.main_floor.job .job_content .details .require .require_p {
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: pre
}

.main_floor.job .job_content .details .capacity .title {
    font-weight: 600;
    height: 30px;
    display: block;
    margin-top: 20px;
    padding: 0;
    overflow: hidden
}

.main_floor.job .job_content .details .capacity .capacity_p {
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: pre
}

.main_floor.job .job_footer {
    width: 100%;
    height: 100px;
    background-color: #000;
    color: #fff;
    font-size: .72em;
    text-align: center;
    position: absolute;
    bottom: 0;
    display: block
}

.main_floor.job .job_footer p {
    white-space: pre
}

.main_floor.job .job_footer image {
    margin: 0 auto
}

.main_floor.joinus {
    background-color: #000;
    background-image: url("../img/dna/joinus_bg.png");
    background-position: bottom;
    background-size: 100% 85%;
    font-size: 2.4em
}

.main_floor.joinus .title {
    display: block;
    margin: 0 auto;
    color: #fff;
    width: 240px;
    padding: .6em;
    font-size: 48px
}

.main_floor.joinus .bg_img {
    width: 47%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -2.2em
}

.main_floor.joinus .txt_img {
    width: 47%;
    height: 100%;
    background-image: url("../img/dna/joinus_right_bg.png");
    background-position: center 65%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -2.2em
}

.main_floor.gps {
    background-color: #fff
}

.main_floor.gps .map {
    width: 100%;
    height: 100%;
    background-image: url("../img/dna/map_bj.png")
}

.main_floor.gps .map #allmap {
    width: 100%;
    height: 960px;
    overflow: hidden;
    margin: 0
}

.main_floor.gps .map_nav {
    width: 410px;
    height: 700px;
    overflow: hidden;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    right: 10%;
    color: #FFFFFF;
}

.main_floor.gps .map_nav .map_nav_title {
    font-size: 18px;
    width: 360px;
    line-height: 80px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.main_floor.gps .map_nav .map_nav_title p {
    display: inline-block;
    font-size: 30px;
}
.main_floor.gps .map_nav .map_nav_title:hover{
	color: #ed6d00;
	
}
.adrees_txt p{
	font-size: 14px;
}
.main_floor.gps .map_nav .map_nav_title .zoom_btn {
    background-image: url("../img/dna/nav_zoom_btn.png");
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-top: 25px;
    margin-right: 2px;
}

.main_floor.gps .map_nav .map_nav_content {
    background-color: #ec6c00;
    width: 410px;
    height: 630px;
    position: relative;
    font-size: .64em
}

.main_floor.gps .map_nav .map_nav_content .addrees_item {
    width: 350px;
    height: 80px;
    margin: 0px 30px;
    overflow: hidden;
    white-space: nowrap;
}
.main_floor.gps .map_nav .map_nav_content hr{
	width: 340px;
	border: none;
	border-bottom: 1px solid black;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}
.main_floor.gps .map_nav .map_nav_content .adrees_twin{
	height: 71px;
}
.main_floor.gps .map_nav .map_nav_content .addrees_item .adrees_txt {
    display: inline-block;
    width: 310px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adrees_seven{
	margin-top: -10px;
}
.main_floor.gps .map_nav .map_nav_content .addrees_item .adrees_txt{
	color: black;
}

.main_floor.gps .map_nav .map_nav_content .addrees_item .adrees_txt .title {
    font-size: 18px;
}

.main_floor.gps .map_nav .map_nav_content .addrees_item .map_nav_anchor {
    display: inline-block;
    background-image: url("../img/dna/map_nav_anchor_normal.png");
    width: 22px;
    height: 70px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 13px;
}
.main_floor.gps .map_nav .map_nav_content .addrees_item .anchor_selected {
    background-image: url("../img/dna/map_nav_anchor_selsected.png")
}
.main_floor.gps .map_nav .map_nav_content .addrees_item .adrees_mor{
	margin-top: 20px;
}
.main_floor.gps .map_nav .map_nav_content .addrees_first{
	margin-bottom: 10px;
}

.main_floor.gps .map_nav .map_nav_content .addrees_item:hover .adrees_txt{
	color: white;
}
.main_floor.gps .map_nav .map_nav_content  .addrees_item.hover1 .adrees_txt{
	color: white;
}
.main_floor.gps .map_nav .map_nav_content .addrees_item .map_nav_anchor{
      background-image: url("../img/dna/map_nav_anchor_selsected.png")
}
.main_floor.gps .map_nav .map_nav_content .addrees_item.hover1 .map_nav_anchor{
      background-image: url("../img/dna/map_nav_anchor_normal.png");
}
.main_floor.gps .map_nav .map_nav_content .addrees_item:hover .map_nav_anchor{
    background-image: url("../img/dna/map_nav_anchor_normal.png");
}
.main_floor.gps .map_nav .map_nav_title:hover .zoom_btn{
	 background-image: url("../img/dna/nav_zoom_btn_h_s-h.png");
}
@media screen and (max-width: 1440px) {
    html, body {
        font-size: 22px
    }

    .main_floor .video_bg {
        width: 1500px;
        top: 0;
        left: -160px;
    }

    .main_floor .main_content {
        width: 1100px;
        margin-top: 200px;
        pointer-events: none
    }

    .main_floor .main_content .main_character {
        padding-left: 50%;
        top: 0;
    }

    .main_floor .main_content .main_character .main_text {
        padding-left: 187px
    }
    .main_floor.readme .top_content{
    	background-size: 30%;
    }
    .main_floor .txt_img {
        background-size: 70%
    }

    .main_floor.log {
        background-size: 43% 6%;
        background-position: -5% 10%
    }

    .main_floor.log ul li a {
        width: 90px;
        height: 90px;
        font-size: 1.1em
    }

    .main_floor.map {
        font-size: 24px
    }

    .main_floor.map .map_content {
        transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8);
        -o-transform: scale(.8, .8);
        -moz-transform: scale(.8, .8)
    }

    .main_floor.public .top_bar {
        height: 100px
    }

    .main_floor.public .right_bar {
        width: 580px
    }

    .main_floor.public .bottom_bar {
        height: 100px
    }

    .main_floor.job {
        background-color: #ec6c00
    }

    .main_floor.job img {
        margin: 0 auto;
        display: block
    }

    .main_floor.job .job_content {
        width: 1000px;
        height: 587px;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
        top: 50%;
        margin-top: -350px
    }

    .main_floor.job .job_content ul {
        padding-right: 80px
    }

    .main_floor.job .job_content ul li {
        list-style: none;
        margin-top: 0;
    }

    .main_floor.job .job_content .details {
        width: 1000px;
        height: 450px;
        float: left;
        overflow-y: auto;
        font-size: .72em;
        line-height: 28px
    }
     .main_floor.gps .map_nav .map_nav_content .addrees_item .adrees_txt {
	    display: inline-block;
	    width: 310px;
	    height: 90px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

@media screen and (max-width: 1366px) {
    html, body {
        font-size: 22px
    }
    .main_floor .main_content {
        width: 1100px;
        margin-top: 80px;
        pointer-events: none
    }
}