.yj-container{
    max-width: 1200px;
    margin: auto;
    font-weight: normal;
     font-size: 16px;
	line-height:24px;
    overflow: hidden;
    background: #fff;
}
.bannerBox{
    width: 100%;
    height:0px;
    
}

.bannerBox img {
    width: 100%;
height: 100%;
display: block;
}

.yjContent{
    width: 100%;
    overflow: auto;
}

.yjContent .leftMenu{
    width: 25%;
    min-height:500px;
    border-right:1px solid #eee;
    margin-bottom: 4em;
}

.leftMenu .menuBox{
    width: 100%;
}
.leftMenu .menuBox li{
    width: 100%;
}
.leftMenu .menuBox li a{
    line-height: 50px;
    padding-left:10%; 
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #555;
    position: relative;
    transition: all .5s;
}
.leftMenu .menuBox li a::before{
    position: absolute;
    top:50%;
    left: 0;
    content: "";
    height:5px;
    width: 5px;
    background: #ccc;
    transition: all .5s;
}
.leftMenu .menuBox li a:hover{
    font-weight: bold;
    color: #C07B51;
}
.leftMenu .menuBox li a:hover::before{
    transform: scale(3) rotateZ(360deg);
    background: #221715;
    left: 5px;
}
.leftMenu .menuBox li a.active{
    font-weight: bold;
    color: #C07B51;
}
.leftMenu .menuBox li a.active::before{
    transform: scale(3) rotateZ(360deg);
    background: #221715;
    left: 5px;
}
.leftMenu .menuAdv{
    width: 100%;
    margin-top: 1em;
}
.leftMenu .menuAdv img{
    display: block;
    width: 100%;
}

.rightCon{
    width: 70%;
	min-height:800px;
}

.rightCon .AllTitle .tLt{
    line-height: 81px;
}
.rightCon .AllTitle .tRt span,
.rightCon .AllTitle .tRt a{
    display: inline-block;
    border: 0;
    padding: 0;
    color: #777;
    font-size: 14px;
    line-height: 66px;
}
.rightCon .AllTitle .tRt a.pageMap{
    color: #C07B51;
}


.pages{
	    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 2em;
}
.pages ul li{
    display: inline-block;
}
.pages ul li a{
    display: block;
    color: #777;
    background: #eee;
    padding: .8em 1em;
}
.pages ul li a:hover{
    background: #C07B51;
    color: #fff;
}
.pages ul li a.active{
    background: #C07B51;
    color: #fff;
}




.aboutConBox {
    margin-bottom: 4em;
}
.aboutConBox p{
    margin: 0;
    line-height: 28px;
    font-size: 14px;
    text-indent: 2em;
    color: #777;
}




.newConBox{
    width: 100%;
    height: auto; 
    margin-bottom: 4em;
}
.newBox{
    width: 100%;
    height: auto;
   
}
.newBox ul li{
    padding: 1.5em 0;
    border-bottom:1px solid #eee; 
}
.newBox .newList{
    display: block;
    color: #221715;
    transition: all .5s;
}
.newBox .newList .left_img{
    width: 150px;
    height: 100px;
    display: inline-block;
    background: #eee;
    vertical-align: top;
    text-align: center;
    color: #777;
    transition: all .5s;
}
.newBox .newList .left_img img{
	width:100%;
}
.newList .left_img span{
    line-height: 70px;
    font-size: 50px;
    font-weight: bold;
    border-bottom:1px solid #777; 
    transition: all .5s;
}
.newList .left_img small{
    line-height: 25px;
    font-size: 12px;
}



.newBox .newList .newTime{
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #eee;
    vertical-align: top;
    text-align: center;
    color: #777;
    transition: all .5s;
}
.newList .newTime span{
    line-height: 70px;
    font-size: 50px;
    font-weight: bold;
    border-bottom:1px solid #777; 
    transition: all .5s;
}
.newList .newTime small{
    line-height: 25px;
    font-size: 12px;
}



.newBox .newList .right_txt{
    width: 600px;
    margin-left: 1em;
    height: auto;
    display: inline-block;
    vertical-align: top;
    transition: all .5s;
}
.newList .right_txt .newText{
    height: 40px;
    overflow: hidden;
    color: #777;
    line-height: 20px;
}
.newList:hover .right_txt{
    margin-left: 1.5em;
}




.newBox .newList .newCon{
    width: 80%;
    margin-left: 1em;
    height: auto;
    display: inline-block;
    vertical-align: top;
    transition: all .5s;
}
.newList .newCon .newText{
    height: 40px;
    overflow: hidden;
    color: #777;
    line-height: 20px;
}
.newList:hover{
    color: #C07B51;
}
.newList:hover .newTime{
    background: #C07B51;
    color: #fff;
}
.newList:hover .newTime span{
    border-bottom:1px solid #fff; 
}
.newList:hover .newCon{
    margin-left: 3em;
}





.newDetaBox{
    width: 100%;
    height: auto;
    margin-bottom:4em; 
}
.newDetaBox .detaTitle{
    text-align: center;
}
.newDetaBox .detaTitle span{
    font-size: 12px;
    font-weight: normal;
    color: #777;
    margin-right: 2em;
}
.newDetaBox .newDetaCon{
    width: 100%;
    line-height: 28px;
    text-indent: 2em;
    color: #777;
    font-size: 14px;
}
.newDetaBox .newDetaCon p{
    margin: 0;
}




.industryBox{
    width: 100%;
    height: auto;
    margin-bottom: 4em;
}
.industryBox .introduce{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
    overflow: auto;
    padding-bottom: 2em;
}
.introduce .introLf{
    width: 100%;
    min-height: 170px;
    overflow: hidden;
}
.introduce .introLf p{
    color: #777;
    line-height: 25px;
}
.introduce .introRt{
    width: 35%;
}
.introduce .introRt img{
    display: block;
    width: 100%;
}



.recruitBox{
    width: 100%;
    height: auto;
    margin-bottom: 4em;
}
.recruitBox table{
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}
.recruitBox table tr{
    border-bottom: 1px solid #eee;
}
.recruitBox table tr:nth-child(odd){
    background: #eee;
}
.recruitBox table th{
    background: #C07B51;
    line-height: 50px;
    color: #fff;
}
.recruitBox table td{
    line-height: 40px;
    color: #777;
}
.recruitBox table td a{
    color: #C07B51;
}








.videoBox .block{
    display: block;
    width:45%;
    margin:0.5em 1em;
    float:left;
}


.videoBox .block .img-block{
    width:100%;
    overflow: hidden;
}

.videoBox .block .img-block img {
    width:100%;
    max-height: 215px;
    transition: all 0.4s ease-in-out;
}

.videoBox .block .title{
    font-size: 16px;
    text-align: center;
    color:#c07b51;
    line-height: 2em;
}

.videoBox .block:hover img{
    transform: scale(1.1);
}


.videoBox .video-block{
    width:90%;
    margin:0 auto;
}

.videoBox .video-block video {
    width:100%;
}

.videoBox .video-block h2{
    text-align: center;
    color:#c07b51;
    margin:1em 0;
}
.video-block iframe { width:100%; min-height:500px;}
