.header{
	width: 100%;
	height:100px;
}
.header .w1200{
	height: inherit;
}
.header .flex{
	-webkit-align-items: center;
	align-items: center;
}
.logo{
	max-width:120px;
}
.nav li a{
	display: block;
	color: #f77946;
	border-radius:8px;
	background:none;
	/*width: 112px;*/
	width: 100px;
	height: 44px;
	line-height:44px;
	text-align: center;
	letter-spacing: normal;
    white-space: nowrap;
    margin-right: 5px;
    font-size: 16px;
}
.nav li:last-child a{
	width: 50px;
}
.nav li.active a{
	background: #f77946;
	color: #fff;
}
.nav li:hover a{
	background: #f77946;
	color: #fff;
}
.search aside{
	width: 248px;
	height: 40px;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border:2px solid #f77946;
    position: relative;
    overflow:hidden;
}
.search aside input{
	width: 100%;
	padding-left: 45px;
	line-height:36px;
	font-size: 14px;
    color: #333;
}
.fa-search{
	color: #f77946;
	position: absolute;
    top: 50%;
    left: 15px;
    font-size: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.search button{
	width: 62px;
	height:40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #f77946;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.banner{
	width: 100%;
	height:600px;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.banner .swiper-container{
	height: inherit;
}
.swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}
.banner .swiper-button-next{
	width: 45px;
	height: 108px;
	right:0;
	opacity: .5;
    filter: Alpha(opacity=50);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
	background:url(../images/hover_right.png) no-repeat center;
}
.banner .swiper-button-next:hover{
	opacity: 1;
}
.banner .swiper-button-prev{
	width: 45px;
	height: 108px;
	left:0;
	opacity: .5;
    filter: Alpha(opacity=50);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
	background:url(../images/hover_left.png) no-repeat center;
}
.banner .swiper-button-prev:hover{
	opacity: 1;
}
.quality_list li{
	width:260px;
	
	padding:30px 0 0;
	 height:280px;
	border:2px solid #eeeeee; 
	box-shadow: #bcbcbc 2px 2px 4px;
}
.quality_list li .img{
	width: 73.7991266375546%;
    height: 114px;
	margin: 14px auto 0 auto;
	text-align: center;
}
.quality_list li .img img{
	width: auto;
	height: 100%;
}
.quality_list li p{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top:50px;
}
.quality_list li p b{
	display:block;
}
.module_page1{
	padding-top: 42px;
}
.index_title{
	height:130px;
	-webkit-align-items: center;
	align-items: center;
}
.index_title h3{
	text-align: left;
    color: #3f3e3d;
    font-size: 26px;
    line-height:50px;
}
.index_title h4{
	text-align: left;
    color: #f77946;
    font-size: 16px;
    line-height: 20px;
}
.index_title a{
	color: #5b5b5a;
    font-size: 16px;
    line-height: 20px;
}
.product_list{
	padding:12px;
}
.product_list li{
	width: 24.25%;
	padding:0;
	border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #eaeaea;
    position: relative;
    overflow:hidden;
}
.product_list li figcaption{
	width: 100%;
	height:30px;
	position:absolute;
	bottom:-30px;
	left:0;
	z-index:9;
	background: rgba(0,0,0,.4);
	padding: 6px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
    font-size: 14px;
    color: #fff;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}
.product_list li:hover figcaption{
	bottom:0;	
}
.product_list li figure img{
	-webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}
.product_list li:hover figure img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.module_page3{
	padding:30px 0;
}
.module_page4{
	background: #eeeeee;
	padding:40px 0 60px 0;
}
.proqul_list li{
	width: 50%;
	padding:40px 0;
	background: #fff;
	position: relative;
}
.proqul_list li:nth-child(2){
	background: #f6f6f6;
}
.proqul_list li figure{
	width: 83.33%;
	height:300px;
	margin: 0 auto;
	overflow:hidden;
}
.proqul_list li figure img{
	width: 100%;
    height: auto;
    margin-left: 0px;
}
.proqul_list li figcaption{
	width: 83.33%;
	height:300px;
	position: absolute;
	left:8.33%;
	top:40px;
	z-index:9;
	background:rgba(0,0,0,0.6);
	text-align: center;
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
	opacity:0;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.proqul_list li figcaption p{
	width: 100%;
	text-align: center;
	line-height:30px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left:0;
	top:calc(50% - 15px);
	z-index: 1;
}
.proqul_list li:hover figcaption{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.proqul_list{
	margin-bottom: 50px;
}
.product_list2{
	padding: 0;
}
.product_list2 li{
	background: #fff;
}
.module_page6{
	background: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: 50%;
    height:503px;
}
.wenzi_list{
	max-width:974px;
	margin: 0 auto;
}
.wenzi_list li{
	width: 172px;
	height: 80px;
	border:2px solid #fff;
	border-radius:10px;
	color: #ffffff;
    font-size: 26px;
    text-align: center;
}
.module_page6 .w1200{
	height: inherit;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.module_page6 aside{
	max-width:974px;
	color: #e5e5e5;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.module_page8{
	background: #eee;
	padding-top: 45px;
}
.pro_nav{
	margin-bottom: 40px;
}
.pro_nav .flex{
	-webkit-justify-content:center;
	justify-content:center;
}
.pro_nav li{
	margin-left: 50px;
}
.pro_nav li a{
	display: block;
	min-width: 96px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #F77946;
	font-size: 16px;
}
.pro_nav li.active a{
	border-bottom:2px solid #f77946;
}
.pro_nav li:first-child{
	margin-left: 0;
}
.product_list3 li{
	padding:0;
	width: 23.5%;
	margin-bottom: 2%;
}
.product_list3 li figcaption p{
	color: #000000;
    text-align: center;
    margin-top: 0px;
    border-bottom-color: #e2e2e2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 15px;
    padding-top: 20px;
    font-size: 16px;
}
.product_mod{
	display: none;
}
.module_page10{
	background: #eee;
}
.module_page10 .flex{
	-webkit-align-items: center;
	align-items: center;
}
.news_list{
	width:55%;
}
.news_list li{
	width: calc(98% - 0px - 80px);
	padding:0 6px;
	margin:6px 0;
	border-bottom:1px dashed #ddd;
	margin-bottom: 10px;
	padding-top: 10px;
}
.news_list li h3{
	padding-bottom: 6px;
    padding-top: 1px;
    margin-top: 3px;
    font-size: 16px;
    color: #333;
    -webkit-transition:ease-in-out .2s;
    -o-transition:ease-in-out .2s;
    transition:ease-in-out .2s;
}
.news_list li p{
	padding:0 7px;
	color: #999;
    font-size: 12px;
    line-height: 1.6;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.news_list li:hover h3{
	color:#f77946;
}
.news_swiper{
	width: 44.16%;
    height: 530px;
}
.news_swiper .swiper-container{
	width: 100%;
	height:inherit;
}
.news_swiper .swiper-container figure{
	height: inherit;
}
.news_swiper .swiper-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_swiper .swiper-slide{
	position: relative;
}
.news_swiper .swiper-slide figcaption{
	position: absolute;
	width: 450px;
	height:100px;
	padding: 20px;
	left:0;
	top:50%;
	z-index: 1;
	background:rgba(0,0,0,0.6);
	font-size: 16px;
	color: #fff;
}
.news_swiper .swiper-pagination{
	bottom:-3px!important;
}
.news_swiper .swiper-pagination span{
	width: 50%;
	height: 5px;
	background:rgba(255,255,255,0.6);
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	margin:0!important;
	opacity: 1;
	border-radius: 0;
}
.news_swiper .swiper-pagination-bullet-active{
	background: #f77946!important;
}
.news_swiper .swiper-button-next{
	width: 54px;
	height: 54px;
	background:rgba(255,255,255,0.5) url(../images/hover_right2.png) no-repeat center;
	background-size:80%;
	border-radius:54px;
	opacity:0;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_swiper:hover .swiper-button-next{
	opacity: 1;
}
.news_swiper .swiper-button-prev{
	width: 54px;
	height: 54px;
	background:rgba(255,255,255,0.5) url(../images/hover_left2.png) no-repeat center;
	background-size:80%;
	border-radius:54px;
	opacity:0;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_swiper:hover .swiper-button-prev{
	opacity: 1;
}
.footer{
	margin-top: 50px;
	background:#eee;
	padding:30px 0 45px 0;
}
.ewm{
	margin-right: 50px;
}
.ewm .img{
	width: 140px;
	height: 140px;
}
.ewm p{
	font-size: 15px;
	text-align: center;
	color: #333;
	padding-top: 3px;
}
.f_logo{
	max-width: 246px;
}
.f_nav{
	width:731px;
	max-width:731px;
	margin-left:27px;
}
.f_nav li{
	width: 20%;
}
.f_nav li a{
	display: block;
	line-height: 44px;
	width: 100%;
	text-align: center;
	color: #2b2b2b;
	font-size: 14px;
}
.f_contact p{
	float: left;
	width: 50%;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 42px;
}
.f_contact p:nth-child(2n+1){
	padding-left:60px;
}
.fo_b{
	text-align: center;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	width: 100%;
	display: block;
}
.about_deta .left{
	width: 35.2%;
	height:509px;
	background:url(../images/40.jpg) no-repeat center center;
	background-size:cover;
	padding-top: 60px;
}
.about_deta .right{
	width:64.8%;
	height:509px;
	background:#eee;
	padding-top: 50px;
}
.detail{
	padding-top:40px;
}
.inside_title{
	font-size: 46px;
	color: #333;
	text-align: center;
	margin-bottom: 45px;
}
.about_deta .left h3{
	font-size: 23px;
	color: #fff;
	line-height:30px;
	max-width:380px;
	margin: 0 auto;
}
.about_deta .left p{
	font-size: 16px;
    color: #a5a5a5;
    line-height: 30px;
    max-width: 370px;
    margin: 50px auto 0 auto;
}
.about_deta .right h3{
	text-align: center;
    color: #f77946;
    font-size: 34px;
    letter-spacing: 0;
}
.about_deta .right aside{
	font-size: 16px;
    line-height: 30px;
    color: #f77946;

    max-width: 658px;
    margin:30px auto 0 auto;
	overflow-y:hidden;
	overflow-y:auto;
	height:335px;
}
.about_deta .right aside::-webkit-scrollbar {  
  width: 14px;  
  height: 14px;  
}  
  
.about_deta .right aside::-webkit-scrollbar-track,  
.about_deta .right aside::-webkit-scrollbar-thumb {  
  border-radius: 999px;  
  border: 5px solid transparent;  
}  
  
.about_deta .right aside::-webkit-scrollbar-track {  
  box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;  
}  
  
.about_deta .right aside::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;
}  
  
.about_deta .right aside::-webkit-scrollbar-corner {  
  background: transparent;  
} 
.message{
	max-width:474px;
	padding-top: 25px;
	text-align: center;
	margin-left: 50px;
}
.message input{
	width: 100%;
	height:40px;
	padding:6px;
	border:1px solid #ccc;
	border-radius:5px;
	margin-bottom: 20px;
}
.message textarea{
	width: 100%;
	height:126px;
	padding:5px;
	border:1px solid #ccc;
	border-radius:5px;
	margin-bottom: 35px;
}
.message button{
	width: 188px;
	height: 36px;
	text-align: center;
	line-height:36px;
	background:#f77946;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
}
.map{
	margin-right: 40px;
	width: 594px;
	height: 405px;
}
.map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inside_news{
	width: 100%;
}
.inside_news li p{
	height:60px;
	padding:7px 7px 7px 0;
}
.newsdea_title h3{
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}
.newsdea_title p{
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-align: center;
}
.newsdea_title p span{
	padding:0 15px;
}
.newsdea_page{
	background: #fff;
	padding-bottom:60px;
}
.detailSet{
	width: 100%;
	height: 72px;
	padding:18px;
	border:1px solid #e1e1e7;
	border-left-width:4px;
	margin:30px;
	font-size: 12px;
	color: #333;
}
.news_endit{
	font-size: 16px;
	color: #333;
	line-height:30px;
}
.product_nav ul{
	-webkit-justify-content: center;
	justify-content: center;
}
.product_nav li{
	margin:0 10px;
}
.product_nav li a{
    color: #f77946;
    margin-bottom: 0px;
    border:2px solid #f77946;
    border-radius:20px;
    line-height:32px;
    display: block;
    padding:0 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_nav li.active a{
	background: #f77946;
	color: #fff;
}
.product_nav li:hover a{
	background: #f77946;
	color: #fff;
}
.inside_pro{
	margin-top: 50px;
}
.inside_pro ul{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.inside_pro li{
	width: 23.5%;
	margin-bottom: 2%;
	padding:0;
	margin-right:2%;
}
.inside_pro li:nth-child(4n){
	margin-right: 0;
}
.inside_pro li figure{
	overflow:hidden;
	position: relative;
}
.inside_pro li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.inside_pro li:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.inside_pro li figure::after{
	content:'';
	position: absolute;
	width: 30%;
	height: 30%;
	left:35%;
	top:35%;
	background:none
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.inside_pro li:hover figure::after{
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background:rgba(255,255,255,0.25);
}
.inside_pro li figcaption h3{
	font-size: 14px;
	color: #333;
	padding-top: 15px;
	margin-bottom: 5px;
}
.inside_pro li figcaption p{
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}
.prodea_top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.prodea_swiper{
	width: 325px;
	height: 325px;
	overflow:hidden;
}
.prodea_swiper .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prodea_swiper .swiper-container{
	height: 100%;
}
.prodea_swiper .swiper-button-next{
	width: 73px;
	height: 73px;
	background:url(../images/hover_right2.png) no-repeat center center;
	top:calc(50% - 37px);
	margin-top: 0;
	opacity:0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
} 
.prodea_swiper .swiper-button-prev{
	width: 73px;
	height: 73px;
	background:url(../images/hover_left2.png) no-repeat center center;
	top:calc(50% - 37px);
	margin-top: 0;
	opacity:0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.prodea_swiper:hover .swiper-button-next{
	opacity: 1;
}
.prodea_swiper:hover .swiper-button-prev{
	opacity: 1;
}
.prodea_right{
	width: 710px;
	padding:10px;
}
.pro_endit{
	border:1px solid #ccc;
	margin-top: 30px;
}
.pro_endit .tabber{
	width: 100%;
	height:40px;
	background: #f6f6f6;
}
.pro_endit .tabber p{
	width:fit-content;
	padding:0 50px;
	line-height: 40px;
	background: #fff;
	font-size: 14px;
	color: #3c3c3c;
}
.prodea_con{
	padding:10px;
	text-align: center;
}
.prodea_page{
	background: #fff;
	padding-bottom: 50px;
}
.pro_color{
	display:-webkit-flex;
	display: flex;
}
.pro_color p{
	width: 70px;
	line-height:28px;
}
.pro_color ul li{
	float: left;
	margin-right: 10px;
}
.pro_color ul li a{
	display: block;
	padding:3px 6px;
	border: 1px solid #DCDCDC;
	text-align: center;
}
.pro_color ul li a aside{
	width: 20px;
	height: 16px;
	border:1px solid #ccc;
}
.pro_color ul li:hover a{
	border: 2px solid #F40;
	padding:2px 5px;
}
.pro_color ul li.active a{
	border: 2px solid #F40;
	padding:2px 5px;
}
.prodea_right h3{
    margin-right: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #c40000;
    background: url(../images/proInfo_bg.jpg) no-repeat center;
    background-size: 100%;
    padding:10px;
    margin-bottom: 20px;
}
.menu_down{
	display: none;
}
.menu{
	display: none;
}
.por_page{
	padding:0 65px;
}
.pro_jcs{
	padding-left:2%;
	line-height:1.8;
}
.pro_jcs li{
	font-size:14px;
	line-height:2;
}
.prodea_con table{
	width:100%;
}
.prodea_con td{
	padding:1%;
}