/* banner */
.head_banner_box{height: 750px;position: relative;overflow: hidden;}
.banner{width: 100%;height: 100%;animation:mymove  5s infinite ;}


/* 公共 */
.contact{width: 80%;margin: 0 auto;min-height: 900px;}
.contact_head{width: 100%;height: 80px;display: flex;align-items: center;border-bottom:1px solid #eef2f4 ;justify-content: space-between;}
.contact_head_list{width: 70%;display: flex;height: 100%;align-items: center;}
.contact_head_list_li{position: relative;width: 15%;text-align: center;}
.contact_head_list_li::after{content: "/";position: absolute;right: 0;color: #eef2f4;}
.dqwz{display: flex;justify-content: flex-end;align-items: center;}
.py_path { display: flex;}
.breadcrumb>li {display: flex;flex-wrap: nowrap;flex-direction: row;align-items: center;justify-content: center;color: #333;}
.breadcrumb>li+li:before {padding: 0 5px;color: #ccc;content: "\00a0";}
.contact_madin{width: 90%;margin: 50px auto;margin-top: 80px;}
.hove_activation::after{content: "";display: block;height: 1px;width: 50px;background-color: #f9c75e;}
.read_title{text-align: center;font-size: 36px;margin-top: 50px;margin-bottom: 40px;}
.read_ner_des{text-align: center;font-size: 14px;font-weight: 500;margin: 20px auto;}


/* 荣誉资质 */
.ryzz_list{display: flex;flex-wrap: wrap;justify-content: space-around;width: 100%;margin-top: 100px;}
.ryzz_list_li{max-width: 25%;width: 22%; margin: 20px auto;}
.ryzz_list_li>a{width:100%;height: 100%;display: flex;flex-direction: column;align-items: center;}
.ryzz_list_li>a>img{margin: 0 auto;width: 80%;border: 1px solid rgba(66,66,66,0.1);}
.ryzz_list_li>a>p{margin: 0 auto;text-align: center;margin-top: 15px;}


/* 厂房介绍 */
.int_list{display: flex;flex-wrap: wrap;justify-content: space-around;width: 100%;margin-top: 100px;margin-bottom: 50px;}
.int_list_li{max-width: 33%;width: 30%; margin: 20px auto;}
.int_list_li>a{width:100%;height: 100%;display: flex;flex-direction: column;align-items: center;}
.int_list_li_img_box>img{margin: 0 auto;width: 90%;}
.int_list_li>a>p{margin: 0 auto;text-align: center;margin-top: 15px;}
.int_list_li_img_box{width: 100%;height: 335px;overflow: hidden;border: 1px solid rgba(66,66,66,0.1);display: flex;}
.int_list_li:hover .int_list_li_img_box>img{ transform: scale(1.3);transition: 0.8s;}



/* 新闻资讯 */
.new_box{width: 100%;}
.main_body{margin: 0 auto; margin-bottom: 50px; width: 80%;}
.new_box_list{display: flex; flex-direction: row;justify-content:center;margin-top: 50px;overflow: hidden; flex-wrap:wrap;}
.new_box_list_li{max-width:27%;margin: 30px 30px;line-height: 2;position: relative;border-bottom:1px solid #e9e9e9 ;}
.img_box>img{width: 100%;}
.new_box_list_li_a>p{color: #333;letter-spacing: 2px;font-size: 16px;color: #666;margin-top: 10px;}
.new_box_list_li_a>a{position: absolute;bottom: 10px;right: 10px;width: 100px;height: 30px;line-height: 30px;color: #999;}
.new_box_list_li_a>h3{font-weight: 800;color: #333;font-size: 18px;margin-top: 5px;}
.new_box_list_li_time{font-weight: 100;color: #999;height: 50px;line-height: 50px;width: 100%;}
.new_box_list_li_time>span{float: right;height:50px;line-height: 50px; margin-right: 10px;}
.img_box{overflow: hidden;width: 100%;height: 315px;}
.new_box_list_li:hover .img_box>img{animation:mix 1.5s 1;}


/* 按钮 */
.py_path{display: flex;}
.breadcrumb>li+li:before {padding: 0 5px;color: #ccc;content: "/\00a0";}
.breadcrumb>li{display: flex;flex-wrap: nowrap;flex-direction: row;align-items: center;justify-content: center;color: #333;}
.breadcrumb img {width: 16px;margin-top: 0px;vertical-align: middle;margin-right: 8px;}


.piaoye_page_botton{margin-bottom: 50px;margin-top: 50px;}
.pagination{display: flex;flex-wrap: nowrap;flex-direction: row;justify-content: center;align-items: center;align-content: center;}
.btn-group{display: flex;justify-content: center;align-items: center;}
.btn-default{margin: 0 10px;height: 40px;width: 70px;border: #f9c75e solid 1px;display: flex;justify-content: center;align-items: center;
background-color:#f9c75e ;color: #fff;}
#page_center_botton>span{width: 40px;height: 40px;background-color: rgba(0,0,0,0);color: #333;}

.plist_but{width: 80%;margin: 30px auto;}
.plist_but>a{display: flex;justify-content: space-between;}
.hidden-lg{text-align: right;}
#pagelist{text-align: center;}
.py_path>li>a{color: #999;}
.py_path>li{color: #999;}


 @keyframes mymove
            {
                0%{
                transform: scale(1.3);  /*开始为原始大小*/
                }
				
				100%{
				transform: scale(1);  /*开始为原始大小*/
				}

            }
			
@keyframes mix
            {
                0%{
                transform: scale(1);  /*开始为原始大小*/
                }
				
				100%{
				transform: scale(1.3);  /*开始为原始大小*/
				}

            }		