.container {
    margin-top: 86px;
    width: 100%;
    /* background-color: pink; */
    /* background: url(../images/container_bg.png) repeat 0 0/100% 100% scroll; */
}
.banner_js {
    width: 100%;
    height: 300px;
    color: #fff;
    padding-top: 50px;
    background: url(../images/3018170.jpg) repeat 0 0/100% 100% scroll;
}
.banner_js .title {
    text-align: center;
}
.banner_js .title p:nth-child(1) {
    font-size: 24px;
    color: #fff;
}
.banner_js .title p:nth-child(2) {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.bannerWrap {
    width: 100%;
    height: 55px;
    font-size: 16px;
    display: flex;
    background-color: #F5F5F5;
}
.yiContent_box{
    position: relative;
}
.yiContent{
    position: absolute;
    top: -85px;
    left: -15px;
    width: 390px;
    height: 140px;
    background-color: rgba(0,0,0,0.1);
}
.yiContent_title span{
    display: block;
    color: #fff;
    margin-top: 10px;
    margin-left: 15px;
}
.yiContent_title span:nth-of-type(1){
    font-size: 24px;
}
.yiContent_title span:nth-of-type(2){
    font-size: 12px;
}
.wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.wrap span {
    color: #151885;
    font-size: 20px;
    font-weight: 700;
}
.breadCrumb {
    font-size: 18px;
}
.breadCrumb a {
    color: #000;
}
.zxns{
    padding: 40px 30px 0 30px;
    box-sizing: border-box;
}
.zxns .text{
     display: flex;
}
.zxns .text div:nth-of-type(1),
.zxns .text div:nth-of-type(3){
    font-size: 160px;
    height: 50px;
    color: #ccc;
}
.zxns .text div:nth-of-type(1){
    margin-right: 60px;
    margin-left: 40px;
    line-height: 125px;
}
.zxns .text div:nth-of-type(3){
    margin-left: 60px;
    line-height: 210px;
}
.diabhua>span{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.diabhua>span>span{
    font-size: 30px;
}
.diabhua>span:nth-of-type(2){
    font-size: medium;
    color: #000;
    line-height: 2;
}
.job{
    margin-top: 50px;
    width: 1050px;
    height: 380px;
    margin-left: 40px;
}
.job ul{
    width: 300px;
    height: 100%;
}
.job  p{
    font-size: 16px;
    color: #555;
    line-height: 2;
    font-weight: bold;
}
.job span{
    display: block;
    line-height: 2;
    color: #555;
}
.topDown{
	width: 130px;
	background-color: rgb(86, 171, 226);
	line-height: 50px;
	}
.topDown a{
	color: white;
}
.topDown li:hover{
	background-color:white ;
}
.topDown li a:hover{
	background-color:#9E1010 ;
}