.clearfix{
    clear: both;
}
.honor-container{
    width: 1200px;
    margin: 0px auto;
    clear: both;
}

.honor-nav{
    width: 100%;
    height: 80px;
    /* line-height: 80px; */
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.honor-nav .nav-item{
    width: 200px;
    text-align: center;
    float: left;
}
.honor-nav .nav-item a{
    font-size: 18px;
    color: #999999;
    display: block;
    width: 72px;
    height: 24px;
    line-height: 24px;
    margin:28px auto 0px auto;
    position: relative;
}
.honor-nav .active a::after{
    content: " ";
    width: 100%;
    height: 2px;
    display: block;
    background-color: #939391;
    position: absolute;
    left: 0px;
    bottom:-10px;
}



/*- 中心标题 --------------------------------------*/
.honor-title{
    width: 600px;
    height: auto;
    line-height: 52px;
    margin: 30px auto 0px auto;
    font-size: 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
    position: relative;
    /* background-color: aquamarine; */
    padding-top:30px;
    position: relative;
}
.honor-title:after{
    content: " ";
    width: 96px;
    height: 8px;
    background-color: #939391;
    position: absolute;
    left: calc(50% - 48px);
    bottom: -20px;
}
.honor-title .title-en{ 
    color: #d8d8d8; 
    text-transform: uppercase;
    letter-spacing:5px;
}
.honor-title .title-cn{
    margin-top:-65px;
}




/* ----------------------------*/
.job-container{
    width: 1200px;
    min-height: 100px;
    margin:0px auto;
}
.job1{
    width: 1200px;
    height: 516px;
    position: relative;
    margin-top: 70px;
    margin-bottom: 100px;
    position: relative;
}
.job-slogan{
    width: 380px;
    height: 150px;
    position: absolute;
    z-index: 11;
    /* background-color: rgb(223, 223, 223); */
    margin-top:50px;
}
.job-slogan::after{
    content: " ";
    display: block;
    width: 136px;
    height: 2px;
    background-color: #17243A;
    position: absolute;
    left: 0px;
    bottom: -50px;
}
.job-slogan-en{
    font-size: 24px;
    color:#999;
    text-transform: uppercase;
}
.job-slogan-cn{
    font-size: 40px;
    color:#17243A;
    font-weight: bold;
    margin-top:17px;
}
.job-solgan-desc{
    width: 476px;
    height: 159px;
    font-size: 14px;
    color:#666;
    position: absolute;
    top:243px;
    left: 170px;
    z-index: 12;
}

.job-pic{
    width: 891px;
    /* 516 + 375  */
    height: 516px;
    background-color: #F3F3F3;
    position: absolute;
    top:0px;
    right: 0px;
}
.job-pic img{
    width: 516px;
    height: 516px;
    float:right;
}


.job-group{
    clear: both;
    margin-top:60px;
}




/* ----------------------------------- */

.job-content{
    color:#666;
    font-size: 18px;
    text-align: center;
    height: 72px;
    margin-top:72px;
}

.job-cultures{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    margin-top:50px;
}

.job-culture{
	margin: 0 48px;
    width: 336px;
    height: 505px;
    /* background-color: #999999; */
    border: 1px solid rgba(153,153,153,.4);
    margin-top:30px;
    margin-bottom:50px;
	transition: all .2s ease-in-out;
	position: relative;
}
.job-culture:nth-child(3){
	margin-left: 0;
}
.job-culture:nth-child(5){
	margin-right: 0;
}
.job-culture:nth-child(1){
	margin-left: 200px;
}
.job-culture:nth-child(2){
	margin-right: 200px;
}
.job-culture:after{
	position: absolute;
	height: 2px;
	background: #FBC127;
	left: 0;
	bottom: 0;
	width: 0;
	transition: all .2s ease-in-out;
	display: block;content: '';
	border-radius: 2px;
}
.job-culture:hover{
	box-shadow:0px 0px 16px rgba(51,51,51,0.24);
}
.job-culture:hover:after{
	width: 100%;
}
.job-culture-img{
    display: block;
    width: 336px;
    height: 256px;
}

.job-culture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job-cur-title{
    font-size: 18px;
    color:#444;
    font-weight: bold;
    text-align: center;
    margin-top:23px;
}
.job-cur-desc{
    width: 293px;
    margin:10px auto 0px auto;
    font-size: 12px;
    color:#999;
    line-height: 20px;
    text-align: justify;
    line-height: 22px;
}

.job-group{
    width: 100%;
    height: 300px;
    background-image: url(../img/job-group.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e0e0e0;

}

/* ----------------------------------- */



.job-line{
    width: 1200px;
    min-height: 300px;
    margin: 50px auto 0px auto;
}

.job-line-item{
    margin-top: 110px;
    position: relative;
}
.job-line-item.active{
    height: auto;
}
.job-item-box{
    position: relative;
    width: 250px;
    height: 90px;
    /* background-color: #999999; */
    margin-left:80px;
    float: left;
}
.job-item-button{
    width: 40px;
    height: 40px;
    background-color: #17243A;
    background-image:url(../img/job-plus.jpg);
    background-repeat: none;
    cursor: pointer;
    /* display: none; */
    position: absolute;
    left: -80px;
}
.job-item-button.active{
    background-image:url(../img/job-cut.jpg);
}
.job-item-title{
    font-size: 24px;
    font-weight: bold;
    color: #17243A;
    line-height: 40px;
}
.job-item-more{
    font-size: 24px;
    font-weight: bold;
    color: #17243A;
    line-height: 40px;
}



.job-item-more2{
    width: 180px;
    height: 40px;
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0px;
    top:0px;
    text-transform: uppercase;
}
.job-item-more2::after{
    content: "";
    display: block;
    width: 2px;
    height: 40px;
    background-color: #999;
    position: absolute;
    top: 60px;
}

.job-item-content{
    width: 760px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    /* margin-left: 330px; */
    float: left;
}
.job-item-content p{
    max-width: 434px;
    clear: both;
    margin-bottom: 30px;
}
.job-item-content img{
    width: 240px;
    height: 240px;
}


/*-----------------------------------------------------------*/
.job-video{
    width: 1200px;
    height: 640px;
    /* 291px + 349px; */
    background-color: #F3F3F3;
    position: relative;
    margin-top:100px;
}

.job-video-1{
    width:640px;
    height:288px;
    position: absolute;
    top:0px;
    left:144px;
    z-index: 999;
}
.job-video-1-button{
    width: 48px;
    height: 48px;
    position: absolute;
    left: calc(50% - 24px);
    top:130px;
}
.job-video-1-button img{ width: 100%; height: 100%;}
.job-video-1-button:hover{
    opacity: 0.8;
}
.job-img{
    width: 656px;
    height: 496px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.job-img img{
    width: 100%;
    height: 100%;
}
.job-video-info{
    height: 291px;
    width: 400px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.job-video-info-title{
    width: 220px;
    height: 112px;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: #17243A;
    position: relative;
    letter-spacing: 15px;
}
.job-video-info-title::after{
    content: " ";
    width: 152px;
    height: 2px;
    background-color: #333;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -20px;
}
.job-video-info-desc{
    width: 266px;
    min-height: 66px;
    color:#666;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 180px;
    left: 80px;
}



/* ------------------------------------------*/
.job-small-title{
    font-size: 14px;
    color:#17243A;
    text-align: right;
    font-weight: bold;
    margin-top:100px;
}
.job-small-title span{
    font-size: 24px;
}
.job-small-title .more{
    font-size: 14px;
    font-weight: normal;
    margin-top:20px;
}

.job-widgets{
    width: 1200px;
    margin: 0px auto;
    margin-top:60px;
    position: relative;
	margin-bottom: 70px;
	overflow: hidden;
}
.job-widget{
    width: 264px;
    height: 224px;
    position: relative;
    box-shadow:0px 0px 50px rgba(51,51,51,0.1);
    opacity:1;
}
.job-widget a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 224px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.job-widget-more{
    width: 400px;
    font-size: 40px;
    color:#EAEAEA;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute
}

.job-widget .job-contents{
    width: 400px;
    min-height: 200px;
    position: absolute;
    top: 0px;
    left: 300px;
    background-color: #e2e0e0;
    font-size:12px;
    padding: 10px;
    display: none;
}
.job-contents.show{
    display: block !important;
}

.job-widget.active{
    background-color: #17243A;
    color: #fff !important;
}
.job-widget.active a{
    background-color: #17243A;
    color: #fff !important;
}



.job-no-1{
    position: absolute;
    left: 144px;
}
.job-no-1 .job-widget-more{
    bottom:-100px;
    left:-140px;
}
.job-no-1 .job-contents{
    left: 300px;
}

.job-no-2{
    width:312px;
    height:258px;
    /* margin-left: 600px; */
    top: 200px;
    left: 550px;
}
.job-no-2 .job-widget-more{
    width: 500px;
    bottom:-100px;
    left:80px;
}
.job-no-2 .job-contents{
    left: 350px;
}


.job-no-3{
    /* margin-left: 600px; */
    top: 300px;
    left: 280px;
}
.job-no-3 .job-widget-more{
    width: 500px;
    bottom:-100px;
    left:-170px;
}


.job-no-4{
    width:312px;
    height:258px;
    /* margin-left: 600px; */
    top: 250px;
    left: 730px;
}
.job-no-4 .job-widget-more{
    width: 500px;
    bottom:-100px;
    left:80px;
}
.job-no-4 .job-contents{
    left: 350px;
}

.job-no-5{
    top: 370px;
    left: 140px;
}
.job-no-5 .job-widget-more{
    width: 650px;
    bottom:-100px;
    left:-240px;
}

.job-no-6{
    width:312px;
    height:258px;
    top: 250px;
    left: 610px;
}
.job-no-6 .job-widget-more{
    width: 500px;
    bottom:-100px;
    left:80px;
}

.job-no-6 .job-contents{
    left: 350px;
}

.job-no-7{
    width:312px;
    height:258px;
    top: 350px;
    left: 250px;
}
.job-no-7 .job-widget-more{
    width: 500px;
    bottom:-100px;
    left: -250px;
}
.job-no-7 .job-contents{
    left: 350px;
}

.job-map-left{
    width: 450px;
    height: 200px;
    font-size: 18px;
    font-weight: bold;
    color:#17243A;
    float: left;
    margin-top:300px;
}

.job-map-right{
    width: 720px;
    height: 428px;
    float: right;
}
.job-map-right img{
    width: 100%;
    height:100%;
}
.job-address-title{
    width: 100px;
    height: 30px;
    float: left;
    position: relative;
    margin-bottom: 40px;
}
.job-address-title::after{
    content: " ";
    position: absolute;
    width: 152px;
    height: 1px;
    background-color: #333;
    bottom: -20px;
    left: 0px;
}
.job-address-title-img{
    width: 20px;
    height: 24px;
    float: left;
    display: block;
    margin-top:5px;
    margin-right: 10px;
}
.job-address-text{
    width: 300px;
    height: 30px;
    float: left;
    color:#F54336;
}
