@charset "utf-8";

*{list-style:none; box-sizing:border-box;}





.index_honor{margin:0; padding:0;width:100%; height: auto; overflow: hidden; background: #f0f0f0; padding-top: 70px; padding-bottom: 66px;}
.honor_box{width:100%; height:400px;}
.honor_box .Box_con {position: relative; width: 1200px; margin: 0px auto;}
.honor_box .Box_con .index_honor_list {position: relative;overflow: hidden; width:100%; }
.honor_box .Box_con .index_honor_list ul {position: relative;list-style: none;margin-top: 20px;}
.honor_box .Box_con .index_honor_list ul li{float: left;height:185px; margin-left:18px;overflow: hidden; position: relative;z-index: 9; width:185px; border: 1px solid #2d66d9}
.honor_box .Box_con .index_honor_list ul li a{width:100%; height: 100%; display: block; overflow: hidden}
.honor_pic{width:100%; height:100%; overflow: hidden; position: relative}
.honor_pic img{width:100%; height:100%; align-items: center; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.honor_box .Box_con .index_honor_list ul li:first-child {margin-left: 0;}
.honor_box .Box_con .index_honor_list ul li:hover img{transform: scale(1.1);}
.honor_box .Box_con .btn2 {display: block;width:40px;height:40px;cursor: pointer;  text-align: center; position: absolute;top: 50%; margin-top: -20px;}
.honor_box .Box_con .btnl {background: url(../image/p_left.png) no-repeat; left:-75px; }
.honor_box .Box_con .btnr {background: url(../image/p_right.png) no-repeat;  right:-75px; }
.honor_box .Box_con .btnl:hover{background: url(../image/p_hleft.png) no-repeat;}
.honor_box .Box_con .btnr:hover{background: url(../image/p_hright.png) no-repeat;}





