body{
    letter-spacing: 1px;
    font-size: 14px;
    font-family: Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    
}
.yj-container{
    max-width: 1240px;
    margin: auto;
    font-weight: normal;
    font-size: 12px;
    overflow: hidden;
    background: #FFF;
}

.banner .bannerBox{
    height: 500px;
    width: 100%;
}

.bannerBox .swiper-container {
    width: 100%;
    height: 100%;
  }
.bannerBox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
.bannerBox .swiper-pagination .swiper-pagination-bullet-active{
    background: #C0794F;
}

.notice{
    background: #f5f5f5;
    overflow: auto;
	width: 100%;
    margin: auto;
}
.notice .yj-container{
    background: #f5f5f5;
}
.notice .noticeBox img{
    height: 24px; 
    float: left;
    margin: 8px;
}
.notice .noticeBox .noticeText{
    float: left;
    line-height: 40px;
    color:#333;
}
.noticeText .textCon,
.noticeText .textTime{
    display: block;
    float: left;
    font-size: 14px;
}
.noticeText .textCon{
    margin-right: 2em;
}
.noticeText .textTime{
    color: #777;
}
.notice .noticeBox .noticeText:hover{
    color: #C0794F;
}
.notice .noticeBox .notMore{
    float: right;
    line-height: 40px;
    color:#777;
}
.notice .noticeBox .notMore:hover{
    color:#C0794F;
}


.AllTitle{
    width: 100%;
    overflow: auto;
    border-bottom:1px solid #eee; 
    margin-bottom:2em;
    background: #fff;
}
.AllTitle .tLt{
    float: left;
    line-height: 40px;
    position: relative;
    color: #221715;
    font-size: 20px;
    font-weight: bold;
    padding: 0 .2em;
    padding-left: 40px;
    background: url(/static/image/timg.png) no-repeat left;
}
.AllTitle .tLt::before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #221715;
}
.AllTitle .tRt{
    float: right;
}
.AllTitle .tRt a{
    display: block;
    line-height: 24px;
    margin: 7px 0;
    padding: 0 2em;
    border: 1px solid #aaa;
    color: #aaa;
}
.AllTitle .tRt a:hover{
    color: #C0794F;
    border: 1px solid #C0794F;
}



#news{
    overflow: auto;
}
#news .yj-container{
    padding-top: 2em;
    padding-bottom: 2em;
}

.hotNew{
    width: 45.8%;
    height: 400px;
    background: #221715;
    
}
.hotBagBlock{
    opacity: 1;
    z-index: 9;
}
.hotBag{
    position: relative;
    overflow: hidden;
    height: 300px;
}
.hotNew .hotBag a{
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all .5s;
}
.hotNew .hotBag a.active{
    opacity: 1;
    z-index: 9;
}
.hotNew .hotBagImg{
    width: 100%;
    height: 300px;
}
.hotNew .hotBagImg img{
    display: block;
    width: auto;
    height: 300px;
}
.hotNew .hotBagText{
    position: relative;
    width: 530px;
    padding: 0 2%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    margin-top: -40px;
    background: rgba(34, 23, 21,.8);
}
.hotList{
    width: 100%;
        height: 80px;
		    overflow: hidden;
}
.hotList ul{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.hotList ul li{
    display: inline-block;
    margin: .4em 0;
    cursor: pointer;
    opacity: .5;
    transition: all .5s;
	    width: 22%;
    margin: 0 1%;
    overflow: hidden;
	    height: 65px;
}
.hotListImg img{ width:100%; height:100%;}
.hotList ul li.active{
    opacity: 1;
}
.otherNew{
    width: 48%;
    height: 380px; 
}
.otherNew .oNewBox{
    width: 100%;
    height: auto;
}
.otherNew .oNewBox li{
    margin-bottom:1.8em;
    margin-top: .5em
}
.otherNew .oNewBox li:last-child{
    margin-bottom: 0;
}
.oNewBox li a{
    color: #221715;
}
.oNewBox li a h4{
    margin: 0;
    margin-bottom: .5em;
    font-size: 18px;
    position: relative;
    margin-bottom: .2em;
    padding-bottom: .5em;
}
.oNewBox li a h4::before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 10%;
    background: #eee;
    transition: all .5s;
}
.oNewBox li a .text{
    height: 25px;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777;
}
.oNewBox li a:hover{
    color: #C0794F;
}
.oNewBox li a:hover h4::before{
    width: 100%;
    background: #C0794F;
}



.market{
    overflow: auto;
}
#market .yj-container{
    padding: 4em 0;
}
.market .marketCon{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.market .marketCon .marketName{
    text-align: center;
    background: #125b9b;
    font-size: 0;
}
.marketName li{
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    border-left:1px solid #fff; 
    width: 19.86%;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    background-color: #125b9b;
    font-weight: bold;
color: #fff;
}
.marketName li:first-child{
    border: 0;
}
.marketName li.active{
    margin: 0;
    padding: 10px 0;
    background: #318dde;
    color: #fff;
    
}
.marketName li.active::before{
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    border:10px solid #f5f5f5;
    border-top:10px solid #318dde;
    border-bottom:0;
    margin-left: -5px;
    z-index:10;
}
.marketBox{
    width: 100%;
    background: #f5f5f5;
    position: relative;
    height: 300px;
}
.marketBox .mkBoxList{
    width: 94%;
    height: 260px;
    padding: 3%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    transition: all 1s .2s;
    transform: scale(0.8);
    background: #f5f5f5;
}
.mkBoxList .boxLt{
    width: 60%;
    height: 260px;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.mkBoxList .boxLt .btn {
	display:block;
	width:11%;
	text-align:center;
	color:#318dde;
	border:1px solid #318dde;
	padding:0.5em 1em;
	margin-top:1em;
	transition:all 0.4s ease-in-out;
}
.mkBoxList .boxLt .btn:hover {
	color:#FFF;
	background-color:#318dde;
}
.mkBoxList .boxLt::first-letter{
    
    color: #221715;
}
.mkBoxList .boxRt{
    width: 375px;
    height: 225px;
    overflow: hidden;
}
.mkBoxList .boxRt img{
    display: block;
    width: 100%;
    height: auto;
}
.mkBoxList.active{
    z-index: 9;
    transform: scale(1);
}



.industry{
    overflow: auto;
}
.industry .yj-container{
    padding: 1em 20px;
}
.industry .industryCon{
    text-align: center;
    font-size: 0;
    position: relative;
}
.industry .industryCon::before{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;

}
.industry .industryCon li{
    display: inline-block;
    width: 16.5%;
    font-size: 0;
    
}
.industry .industryCon li a{
    display: block;
    border: 1px solid #EEE;
	margin-right:-2px;
    color: #221715;
    font-size: 14px;
    padding: 2.5em 0;
    transition: all .3s .2s;
    overflow: hidden;
}
.bhc{
	    background: url(/static/image/bhc.png) no-repeat center;
    width: 80px;
    height: 80px;
    margin: auto;
    background-size: 80%;
}
.xiaofang{
	    background: url(/static/image/xiaofang.png) no-repeat center;
    width: 80px;
    height: 80px;
    margin: auto;
    background-size: 80%;
}
.yunshang{
	    background: url(/static/image/yunshang.png) no-repeat center;
    width: 80px;
    height: 80px;
    margin: auto;
    background-size: 80%;
}
.industry .industryCon li a small{
    font-size: 18px;
}
.industry .industryCon li:nth-of-type(7) a,
.industry .industryCon li:last-child a{
 
}
.industry .industryCon li a i{
    font-size: 70px;
    display: block;
    transition: all .3s;
}
.industry .industryCon li a:hover{
    color: #C0794F;
}
.industry .industryCon li a:hover i{
    transform: scale(1.2)
}




.Investment .yj-container{

}
.jiange{  padding:20px;     margin-bottom:15px;}
#topjiange{ margin-top:15px;}
.investBox{
    text-align: center;
}
.investBox .investBoxList{
    display: inline-block;
    padding-right:1.6em;
    position: relative;
    color: #fff;
    transition: all .5s;
}
.investBox .investBoxList:last-child{
    padding: 0;
}
.investBox .investBoxList .inImg{
    width:100%;
    height: 180px;
    overflow: hidden;
}
.investBox .investBoxList .inImg img{
    width:280px;
    height: 100%;
}
.investBox .investBoxList .inText{
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    text-align: left;
}
.investBoxList .inText .text1{
    position: relative;
    top: 0;
    background: #125b9b;
    width: 60%;
    line-height: 35px;
    font-size: 16px;
    padding: 0 .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .5em;
    transition: all .5s;
}
.investBoxList .inText .text2{
    position: relative;
    top: 0;
    background: #4680b1;
    width: 80%;
    line-height: 30px;
    padding: 0 .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}
.investBoxList:hover{
    color: #221715;
}
.investBoxList:hover .inText .text1{
    background: #C0794F;
    top: 2.8em;
}
.investBoxList:hover .inText .text2{
    background: #C0794F;
    top: -2.8em;
}




.info{
    clear: both;
}
.info .yj-container{
    padding: 2em 20px;
}
.info .AllTitle{
    margin-bottom: .2em;
}

.infoCon:nth-of-type(1){
    display: inline-block;
    width: 28%;
    margin: 0 .5%;
    vertical-align: top;
}
.infoCon:nth-of-type(2){
    display: inline-block;
    width: 40%;
    margin: 0 .5%;
    vertical-align: top;
}
.infoCon:nth-of-type(3){
    display: inline-block;
    width: 28%;
    margin: 0 .5%;
    vertical-align: top;
}
.infoNameBox{
    height: auto;
    border-bottom:1px solid #eee; 
}
.infoNameBox .infoName{
    display: inline-block;
    line-height: 40px;
    padding: 0 .2em;
    cursor: pointer;
    font-size: 16px;
}
.infoNameBox .infoName.active{
    border-bottom: 3px solid #C0794F;
    color: #C0794F;
}
.infoConBox{
    padding: .5em 0;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.infoConBox .infoBox{
      background: #EEE;
    position: absolute;
    PADDING: 10PX;
    top: 0;
    left: 3em;
    
    transition: all .5s .3s;
    
    width: 100%;
    height: 200px;
	margin-top:20PX;
    
}
.infoConBox .infoBox.active{
    left: 0;
    z-index: 9;
    
    
}
.infoConBox ul li{
    line-height: 35px;
    border-bottom: 1px #eee dashed;
}
.infoConBox ul li a{
    display: block;
    width: 100%;
    height: 35px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.infoConBox ul li a:hover{
    color: #C0794F;
}




.linkBox {
    overflow: auto;
}

.AllTitle {
    width: 100%;
    overflow: auto;
        border-bottom: 1px solid #221715;
    margin-bottom: 2em;
    background: none;
}

.AllTitle .tLt {
    float: left;
    line-height: 40px;
    position: relative;
    color: #221715;
    font-size: 20px;
    font-weight: bold;
    padding: 0 .2em;
        padding-left: 0.2em;
    padding-left: 40px;
    background: url(/static/image/timg.png) no-repeat left;
}

.linkBox .linkCon {
    padding-bottom: 4em;
}

.linkBox .linkCon li {
    display: inline-block;
}

.linkBox .linkCon li a {
    font-size: 14px;
    display: block;
    
    padding: .5em 1.2em;
    color: #777;
    border: 1px solid #98c3dc;
    margin: .3em;
    transition: all .3s;
    width: 144px;
    text-align: center;
}

.linkBox .linkCon li a:hover {
    transform: scale(1.1);
    background: #221715;
    border: 1px solid #221715;
    color: #fff;
}
.investBoxList P{     display: block;
    text-align: center;
    line-height: 50PX;
    color: #333;
    font-size: 18PX;
    MARGIN-TOP: 0PX;
    MARGIN-BOTTOM: -20PX;}
.investBoxList P:HOVER{ color:#8d5c4d;}
.hotListImg img{ }
