
header .container {
    justify-content: flex-start;
}
.container nav{
    display: inline-flex;
    width: 20%;
}

.container nav li{
    text-align: center;
    flex: 1;
}
.container nav a{ 
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.banner{
    position: relative;
}
.banner span.title{
    font-size: 48px;
}
.banner span.title{
    font-size: 48px;
}
.contact{
    width: 100%;
    max-width: 1400px;
    /* float: right; */
    margin: 0 auto;

}

.contact_con{
    width: 100%;
    margin: 75px auto 0;
}
.contact_con .contact_con_title{
    font-size: 24px;
    font-weight: bold;
	letter-spacing: 2px;
    color: #333333;
    position: relative;
}
.contact_con .contact_con_title:after{
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background-color: #e5e5e5;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.contact_con .contact_con_title img{
    display: inline-block;
    width: 59px;
    vertical-align:bottom;
}
.contact_con dd{
    width: 100%;
    max-width: 1200px;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    margin: 27px 0 ;
}
.contact_con dd:hover .contact_con_js {
    border: solid 3px #455377;
}
.contact_con dd:hover .contact_con_js span{
    color: #455377;
}
.contact_con dd .contact_con_js{
    width: 506px;
    height: 390px;
    border: solid 3px #e5e5e5;
    float: left;
    margin: 25px 0 0 127px;
}
.contact_con dd .contact_con_js span{
    display: block;
    width: 91%;
    margin: 127px 0 0 -100px;
    background-color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
    color: #333333;

}
.contact_con dd .contact_con_img{
    position: absolute;
    width: 714px;
    height: auto;
    display: flex;
    align-items: flex-end;
    float: right;
    right: 0;
    top: 0;
    
}
.contact_con dd .contact_con_img .contact_con_img_small{
    display: block;
}
.contact_con dd .contact_con_img .contact_con_img_big{
    display: block;
    margin: 0 0 -7px -3px;
}
.contact_con:nth-of-type(2n) dd .contact_con_img{
    float: left;
    flex-direction:row-reverse;
    right:auto;
    left: 0;
}
.contact_con:nth-of-type(2n) dd .contact_con_js{
    float: right;
    right: 182px;
    left: auto;
    margin: 10px 175px 0 0px;
}
.contact_con:nth-of-type(2n) dd .contact_con_js span{
    margin: 127px 0px 0 175px;
    text-align: right;
}
.contact_con:nth-of-type(2n) dd .contact_con_img .contact_con_img_big{
    margin: 0 -3px -7px 0;
}
.contact_con dd .contact_con_js:hover{
    border: solid 3px #455377;
}
.contact_con dd .contact_con_js:hover span{
    color: #455377;
}
/*职位*/
.contact_position{
     width: 100%;
     max-width: 1200px;
     margin: 70px auto 0;
     border: solid 1px #d2d2d2;
     overflow: hidden;
}
.contact_position_search{
    width: 100%;
    max-width: 777px;
    height: 42px;
    line-height: 42px;
    margin: 37px auto;
    position: relative;
}
.contact_position_search input[type="text"]{
    width: 90%;
    max-width:593px;
	height: 42px;
	background-color: #ffffff;
    border: solid 1px #d2d2d2;
    border-right: none;
    font-size: 14px;
	letter-spacing: 0px;
    color: #cccccc;
    text-indent: 2em;
    box-sizing: border-box;
}
.contact_position_search input[type="submit"]{
    position: absolute;
    width: 30%;
    max-width: 184px;
    height: 42px;
    background-color: #455377;
    border: none;
    font-size: 16px;
	letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    right: 0;
    top:0; 
}
.contact_position_con{
    width: 100%;
    height: auto;
}
.contact_position_con li{
    display:flex ;
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    letter-spacing: 1px;
	color: #333333;
}
.contact_position_con li a{
    display:flex ;
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    letter-spacing: 1px;
	color: #333333;
}
.contact_position_con li:first-child{
    background-color: #e6e6e6;
    font-size: 16px;
}
.contact_position_con li:not(:first-child){
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.contact_position_con li:hover{
    background-color: #f5f5f5;
}
.contact_position_con li span{
    flex: 1;
    text-align: center;
    overflow: hidden;
}

/*新闻分页*/
.pages {
    text-align: center;
    padding: 30px 0 70px 0;
}

.pages a {
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    color: #666666;
}

.page {
    display: inline-block;
}

.pages a.ac {
    color: #fff;
    background: #0743b6;
}

.pages a {
    padding: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    margin: 0 5px;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    color: #333333;
}
.pages a.curr{
    background-color: #455377;
    color: #fff;
}
.pages a.lan {
    background: #0743b6;
    color: #fff;
}
.page a font{
    color: #fff;
}
/*联系我们 方式*/
.contact_us{
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}
.contact_us .contact_us_mode {
    width: 100%;
    height: auto;
    border: solid 1px #bfbfbf;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 58px 0;
}
.contact_us .contact_us_mode dt{
    font-size: 24px;
    font-weight: bold;
    flex: 1;
    color: #333333;
    text-align: center;
}
.contact_us .contact_us_mode dd{
    flex: 1;
    font-size: 16px;
	color: #333333;
}
.contact_us .contact_us_mode dd p{
    font-size: 16px;
}
.contact_us .contact_us_mode dd p i{
    font-size: 20px;
    margin-right: 5px;
}
.contact_us .contact_us_mode dd p:not(:first-child){
    margin-top: 36px;
    
}

.contact_cooperation_join{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px auto;
}
.contact_cooperation_join li{
    flex: 1;
    position: relative;
}
.contact_cooperation_join li a{
    width: 100%;
    height: 100%;
}
.contact_cooperation_join li img{
    display: block;
    width: 100%;
}
.contact_cooperation_join li span{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    font-size: 24px;
	letter-spacing: 5px;
    color: #ffffff;
	text-shadow: 2px 3px 3px 
        rgba(0, 0, 0, 0.15);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 222;
 
}
.contact_cooperation_join li:hover span{
    background-color: rgba(0,0, 0, 0.6);
}

.contact_joy{
    width: 100%;

}
.contact_joy li{
    display: inline-block;
    vertical-align: top;
    width: 310px;
	height: 273px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}
.contact_joy li:not(:first-child){
    margin-left: 127px;
}
.contact_joy li h5{
    width: 156px;
    height: 43px;
    line-height: 43px;
    background-color: #455377;
    text-align: center;
    color: #fff;
    margin: 15px 0 0 -10px;
}
.contact_joy li p{
    text-align: center;
    margin: 25px 0 20px;
}
.contact_joy li p span{
    display: block;
    margin-top: 20px;
}
.contact_joy li a{
    display: block;
    margin: 0 auto;
    width: 121px;
    height: 38px;
    line-height: 38px;
	background-color: #ffffff;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.contact_joy li a:hover{
    color: #fff;
    background-color: #455377;
}
.contact_joy li.English h5{
    font-size: 10px;
    line-height: 20px;
}
/*简介详情*/
header{
    width: 100%;
    background-color: #455377;
   
}

.brief_bg{
    background-color: #f5f5f5;
}
.brief{
    width: 90%;
    padding: 2% 5%  ;
    max-width: 1200px;
    margin: 34px auto;
    background-color: #fff;
    position: relative;
}
.brief .brief_time{
    font-size: 14px;
	color: #b3b3b3;
}
.brief .brief_zhiwei{
    font-size: 18px;
	font-weight: bold;
    color: #333333;
    padding: 21px 0 14px;
}

.brief .brief_class{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #b3b3b3;
}
.brief .brief_class span{
    padding: 0 1% 0 0;
}
.brief .brief_class span:nth-child(2){
    padding: 0 1%;
}
.brief dl{
    margin: 10px 0;
}
.brief dl dt{
    width: 114px;
    height: 33px;
    line-height: 33px;
    background-color: #455377;
    color: #ffffff;
    text-align: center;
}
.brief dl dd{
    margin: 29px 0;
    line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
}
.toudi{
    position: absolute;
    width: 111px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #455377;
    font-size: 14px;
	letter-spacing: 1px;
    color: #455377;
    right: 2%;
    top: 3%;
}
/*简历搜索页*/
.brief_search{
    width: 90%;
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}
.brief_search_con{
    
}
.brief_search_con ul{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}
.brief_search_con ul li{
    width: 32%;
    border-left: 1px solid #d2d2d2;
    padding: 2% 1%;
    box-sizing: border-box;
    margin-top: 2%;
}
.brief_search_con ul li:hover{
    background-color: #f5f5f5;
}
.brief_search_con ul li:nth-child(3n-2){
    border-left: none;
}
.brief_search_con ul li:not(:nth-child(3n-2)){
    margin-left: 1%;
    padding-left: 2%;

}
.brief_search_con ul li .zhiwei{
    font-size: 18px;
	color: #000000;
}
.brief_search_con ul li p{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.brief_search_con ul li p:nth-of-type(1){
    margin:  14px 0 26px;

}
.brief_search_con ul li p span{
    display: block;
    flex: 1;
    font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
    color: #b3b3b3;
    text-align: left;
}
.brief_search_con ul li p span.company{
    position: relative;
    margin-right: 2%;
}
.brief_search_con ul li p span.company:after{
    position: absolute;
    content: "";
    width: 1px;
	height: 16px;
    background-color: #d2d2d2;
    right: 0;
    top: 5px;
}
.brief_search_con ul li p .city{
    font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
}
.brief_search_con ul li p .time {
    font-size: 12px;
	letter-spacing: 1px;
    color: #b3b3b3;
    text-align: right;
}


.dz_biaodan{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color:rgba(0, 0, 0, 0.6);
    z-index: 1000;
    
}

.dz_biaodan{
    display: none;
}
.dingwei{
 
    left: 50%;
    transform: translate(-50%,0);

}
.dz_biaodan_con{
    width: 574px;
	height: auto;
    background-color: #ffffff;

    padding: 0 0 41px;
    position: relative;
}
.dz_biaodan_con_close{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 8px;
    top: 15px;
}
.dz_biaodan_con_top{
    display: block;
    width: 100%;
    height: 9px;
    background-color: #455377;
    margin-bottom: 41px;
}
.dz_biaodan_con dl{
    width: 460px;
    margin: 0 auto;
    
}
.dz_biaodan_con dl i{
    font-size: 14px;
	letter-spacing: 1px;
	color: #ff0000;
}
.dz_biaodan_con dl dt{
    text-align: center;
}
.dz_biaodan_con dl dt b{
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 5px;
    color: #333333;
    display: block;
}
.dz_biaodan_con dl dt span{
	font-size: 14px;
	letter-spacing: 1px;
    color: #999999;
    display: block;
    margin:  16px auto 11px;
}
.dz_biaodan_con dl dt em{
    font-size: 14px;
	letter-spacing: 1px;
    color: #333333;
    display: block;
    flex: 1;
}
.dz_biaodan_con dl dd{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 26px;
}

.dz_biaodan_con dl dd em{
    font-size: 14px;
	letter-spacing: 1px;
    color: #808080;
    margin-right: 5px;
}
.dz_biaodan_con dl dd input{
    border: none;
    outline: none;
    width: 349px;
	height: 34px;
	background-color: #eeeeee;
}
.dz_biaodan_con dl dd input[type="submit"]{
    width: 128px;
	height: 42px;
    background-color: #455377;
    font-size: 16px;
	line-height: 42px;
	letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}
.dz_biaodan_con dl dd select{
    width: 349px;
    height: 42px;
    border: none;
    background-color: #eeeeee;
}
.dz_biaodan_con dl dd textarea{
    border: none;
    outline: none;
    width: 349px;
    height: 163px;
    background-color: #eeeeee;
}

@media only screen and (max-width: 1200px){
    .contact_con dd .contact_con_js:hover{
        border: none;
    }
    .contact_con dd:hover .contact_con_js{
        border: none;
    }
}
@media only screen and (max-width: 414px){
    .dz_biaodan_con{
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        padding: 0 0 15px;
    }
    .dz_biaodan_con dl{
        width: 90%;
        max-width: 460px;
    }
    .dingwei{
        left:0%;
        transform: translate(0,0)
    }
    .dz_biaodan_con dl dd{
        margin-top: 10px;
        justify-content: flex-start;
    }
    .dz_biaodan_con_top{
        margin-bottom: 0;
    }
    .dz_biaodan_con dl dd textarea{
        height: 120px;
    }
    .container nav{
        width: 50%;
    }
    .contact_position_con li a{
        font-size: 12px;
    }

}
