/*NAV*/
.clear{clear: both;}
.index_nav{height: 100px;border-bottom: 1px solid #f3f3f3;position: fixed;width: 100%;z-index: 999;background-color: #fff;top: 0;}
.index_nav ul{display: table;}
.index_nav li{float: left;transition: all 0.5s;}
.index_nav li a{color: #000;font-size: 16px;line-height: 100px;margin: 0 77px;transition: all 0.5s;}
.index_nav li:hover a{font-weight: bold;transition: all 0.5s;}

/*BANNER*/
.index_banner{font-size: 36px;font-weight: bold;color: #000;text-align: center;margin-top: 200px;}
.index_banner p{font-size: 18px;color: #999;margin-top: 10px;}

/*MISSION*/
.index_mission{margin-top: 115px;}
.index_title{font-size: 36px;color: #000;font-weight: bold;text-align: center;}
.index_title p{font-size: 24px;color: #333;font-weight: lighter;margin-top: 35px;}
.index_mission_main{font-size: 18px;color: #999;line-height: 34px;width: 1100px;margin-top: 60px;}

/*QUALITY POLICY*/
.index_quality{margin-top: 110px;}
.index_quality_main{text-align: center;font-size: 18px;color: #999;line-height: 34px;width: 1100px;margin-top: 60px;}

/*PRODUCTS*/
.index_products{margin-top: 105px;}
.index_products ul{margin-top: 85px;}
.index_products li{width: 960px;clear: both;margin-top: 44px;}
.index_products li .index_pro_img{width: 250px;height: 250px;position: relative;}
.index_products li .index_pro_img img{max-width: 250px;max-height: 250px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;border: 1px solid #eee;}
.index_products li .index_pro_text{width: 645px;font-size: 24px;color: #000;margin-top: 20px;}
.index_products li .index_pro_text p{font-size: 18px;color: #999;line-height: 28px;margin-top: 6px;}

/*CONTACTS*/
.index_contacts{margin-top: 120px;text-align: center;font-size: 18px;color: #000;line-height: 34px;}
.index_contacts p{font-size: 18px;color: #999999;line-height: 34px;}

.sub_contacts{margin-top: 200px;text-align: center;font-size: 18px;color: #000;line-height: 34px;}
.sub_contacts p{font-size: 18px;color: #999999;line-height: 34px;}

/*FOOTER*/
.index_footer{ height: 58px;line-height: 58px;text-align: center;border-top: 1px solid #f3f3f3;background-color: #fff; font-size: 16px;color: #000;margin-top: 66px;}
.sub_footer{width: 100%; height: 58px;line-height: 58px;text-align: center;border-top: 1px solid #f3f3f3;background-color: #fff; font-size: 16px;color: #000;position: fixed;bottom: 0;}





















