

.layout_banner{width: 100%;height:auto;overflow: hidden;position: relative;}
.layout_banner img{min-height: 400px;object-fit: cover;width: 100%;}
.banner_text{position: absolute;top: 40%;transform: translate(0,-50%);margin:0 auto;margin-left: 14%;}
.banner_text h4{font-family: ;font-size: 42px;color: #fff;}
.banner_text h5{font-family: ;font-size: 18px;color: #fff;padding-top: 15px;}

.banner_text h4{animation: bannertextleft 1.2s ease both 400ms;}
.banner_text h5{animation: bannertextright 1.2s ease both 600ms;}
@keyframes bannertextleft {0% {transform: translateX(-60px);opacity: 0;}100% {transform: translateX(0);opacity: 1;}}
@keyframes bannertextright {0% {transform: translateX(60px);opacity: 0;}100% {transform: translateX(0);opacity: 1;}}





.banner_list_bg{position: absolute;left: 0;width: 100%;bottom: 0;background: rgba(0, 0, 0, .4);z-index: 9;height:70px;}
.banner_list{width: 1360px;margin:0 auto;}
.banner_list ul{float: left;}
.banner_list ul li{float: left;}
.banner_list ul li a{line-height: 70px;font-size: 14px;color: #fff;padding: 0 20px;display: inline-block;text-align: center;}
.banner_list ul li a:hover{background-color: #e3143b;}
.banner_list ul li a.hover{background-color: #e3143b;}

.banner_list_right{float: right;font-size: 14px;color: #fff;line-height: 70px;background: url('../images/about/list_bg.png') no-repeat right center;padding-right: 25px;}
.banner_list_right a{font-size: 14px;color: #fff;}
.banner_list_right a:hover{color: #e3143b;}
.banner_list_right span{font-family: "宋体";font-size: 12px;color: #959595;padding: 0 8px;}


/* 滚动条 */
.zUIpanelScrollBox,.zUIpanelScrollBar{width:4px;top:4px;right:2px;border-radius:6px;}
.zUIpanelScrollBox{background: #ddd;opacity:0.9;filter:alpha(opacity=10);}/* 轨道颜色 */
.zUIpanelScrollBar{background:#e3143b;opacity:0.8;filter:alpha(opacity=80);}/* 滚动条颜色 */


.telent-la{width: 100%;height: 250px;overflow-x: auto;}
.telent-la ul{padding-right: 10px}

/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {

}

@media all and (max-width:1460px) {
   
}

@media all and (max-width:1380px) {
 .banner_list{width: 94%}
	.layout_banner{ height:400px;}
}

@media all and (max-width:1280px) {
   


}

@media all and (max-width:1200px) {
	.layout_banner{ height:300px;}
	.layout_banner img{ min-height:300px;}




}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
 /*banner*/
	.layout_banner{ height:250px;}
 .layout_banner img{min-height: 250px;}
 .banner_text{margin-left: 5%}
.banner_text h4{font-size: 30px !important ;color: #fff;}
.banner_text h5{font-size: 14px;color: #fff;padding-top: 10px;}


.banner_list_bg{height:auto;}
 .banner_list{width: 100%;}
 .banner_list ul{width: 100%}
.banner_list ul li{float: left;width: 33.3333%;}
.banner_list ul li a{line-height: 40px;font-size: 14px;color: #fff;display: inline-block;text-align: center;padding: 0;width: 100%;}

.banner_list_right{display: none;}

.telent-la{width: 100%;height: auto;}
}

@media all and (max-width:768px) {
	.banner_text h4{ font-size:26px !important;}
	
	
	
	
}











