@charset "utf-8";
/* CSS Document */

.banner{height:640px;position:relative;overflow:hidden;top:85px;background-color:#323ab0;}
.banner .obj-f img{width:100%;}

.index_title{width:100%;padding-top:90px;padding-bottom:50px;position:relative;}
.index_title_line{height:2px;background:url(../images/index_title_line.png) no-repeat top center;width:20%;left:40%;position:absolute;top:105px;}
.index_title h2{font-size:30px;color:#333333;font-weight:bold;padding:0 20px;z-index:9999;width:30%;margin-left:auto;margin-right:auto;position:relative;}
.index_title p{font-size:13px;color:#555;padding-top:20px;}
.index_con{-webkit-transition: all 1s;transition: all 1s;position:relative;}
.index_conbox{}

.index_products{-webkit-transition: all 1s;transition: all 1s;width:1200px;margin-left:auto;margin-right:auto;border-bottom:1px solid #D9D9D9;}
.index_products.scthide{margin-top:70px;}
.index_products_bigimg{width:54%;float:left;}
.index_products li{float:left;width:25%;}
.index_products li img{transition: all 2s;}
.index_products li:hover img{transform: rotate(360deg);}
.index_products li p{text-align:center;padding-top:5px;position:relative;z-index:9999;}

/******关于新弘*******/

#index_company_con{height:425px;overflow:hidden;}
#index_company_con li{height:410px;float:left;overflow:hidden;margin-left:1%;width:21.5%;position:relative;}
#index_company_con li:first-child{width:55%;margin-left:0;}
#index_company_con li img{height:100%;transition:all 0.8s;}
#index_company_con li:hover img{transform:scale(1.1);}
.company_btn{position:absolute;top:100px;width:40%;left:30%;height:30px;line-height:30px;background-color:#454bc6; opacity:0.9;color:#FFF;border-radius:2px;overflow:hidden;}
#company_btn1{left:4%;top:20px;width:20%;}
.index_morebtn{width:20%;height:36px;line-height:36px;background-color:#FFF; opacity:0.9;margin:40px auto;border-radius:3px;border:1px solid #E6E6E6;}
.index_morebtn span{display:block;width:100%;height:36px;line-height:36px;}
.index_morebtn:hover{background-color:#E6E6E6;}
.index_morebtn:hover span a{color:#FFF;}

@media screen and (max-width:1024px){
.index_hz li{float:left;width:17.2%;margin-left:2.5%;margin-bottom:15px;border:1px solid #F6F6F6;}
}
@media screen and (max-width:768px){
.index_ys li{height:220px;}
}
@media screen and (max-width:640px){
	.banner{width:100%;height:220px;top:60px;}
	.banner img{max-width:100%;}
	.index_title{padding-top:60px;padding-bottom:20px;width:90%;margin-left:5%;}
	.index_title h2{font-size:1.8em;padding:0 20px;width:60%;}
	.index_title p{font-size:0.9em;line-height:1.2em;}

.index_products_bigimg{width:100%;}
.index_products_bigimg img{width:100%;}
.index_products_class{width:100%;float:none;}
.index_products_class li{width:33%;}
	
.index_products{width:90%;margin-left:5%;margin-right:5%;overflow:hidden;}
.index_products ul{margin-top:30px;}
.index_products li{width:45%;margin-left:2.5%;margin-right:2.5%;margin-bottom:20px;}
.index_products li.scthide{ opacity:0.5;}
.index_products li img{width:98%;margin-bottom:5px;}
.index_products li p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_products li:hover img{border:none;}
.index_morebtn{width:40%;}

/******关于新弘*******/
.index_company{width:90%;margin-left:5%;margin-right:5%;}
#index_company_con{overflow:visible;}
#index_company_con li{height:280px;width:48%;float:left;border-radius:3px;overflow:hidden;margin-left:0;}
#index_company_con li img{width:100%;}
#index_company_con li:first-child{width:100%;height:240px;margin-bottom:10px;}
#index_company_con li:nth-child(2){margin-right:4%;}
.company_btn{top:60px;width:50%;left:25%;right:25%;}

}


