@charset "utf-8";
/* CSS Document */

/*search*/
.seach{
	width: 100%;
	min-width: 1200px;
	height: 77px;
	border-bottom: 1px solid #dadada;
}
.seach_left{
	width: 70%;
	height: 100%;
	overflow: hidden;
}
.seach_left ul{
	width: 100%;
	height: 100%;
}
.seach_left li{
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 77px;
}
.seach_left li p{
	color: #e62129;
	font-weight: bold;
}
.seach_left li a{
	margin: 0 10px 0 10px;
	color: #666;
	line-height: 77px;
}
.seach_left li a:hover{color:#e62129;}
.seach_right{
	width:320px;
	height: 36px;
	background: #fff;
	border-radius: 20px;
	margin-top: 16px;
	border: 1px solid #ccc;
}
.text_name{
	float: left;
	width:84%;
	padding-left: 5%;
	height:34px;
	color: #7d7d7d;
	font-size:14px; 
	background:rgba(0, 0, 0, 0);
	border:1px solid #fff;
	border-radius: 20px;
}
.submit{
	width:18px;
	height:18px;
	background:url(/statics/images/tem/pro_search.png)no-repeat center;
	float: right;
	margin:9px 12px 0 0;
	border:0px;
	cursor: pointer;
	background-position-x:0;
	background-size: 100% 100%;
}

/*product*/
.product{
	width: 100%;
	height: 964px;
	margin-top: 54px;
	background:url(/statics/images/tem/pro_bg.jpg)no-repeat center;
	min-width: 1200px;
}
.pro_title{
	width: 100%;
	height: 40px;
	text-align: center;
}
.pro_title p{
	font-size: 30px;
	color: #333;
}
.pro_title p span{
	font-size: 30px;
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.pro_title p span i{
	font-style: normal;
	position: absolute;
	top: -14px;
	right: -16px;
}
.pro_list_title{
	width: 100%;
	height:58px;
	margin-top:28px;
}
.pro_list_title ul{
	width: 70%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}
.pro_list_title li{
	width: 198px;
	height: 100%;
	background: #eeeeee;
}
.pro_list_title li a{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color:#666;
	line-height: 58px;
	text-align: center;
	font-weight: bold;
}
.pro_list_title li:hover{background: #e62129;}
.pro_list_title li:hover a{color: #fff;}

.pro_list_content{
	width: 100%;
	height: 750px;
	margin-top: 30px;
}
.pro_list_content ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pro_list_content li{
	width: 580px;
	height: 358px;
	float: left;
	margin: 0 38px 32px 0;
	position: relative;
	overflow: hidden;
}
.pro_list_content li:nth-child(even){margin: 0 0 32px 0;}
.pro_list_content li img{
	width: 100%;
	transition: 0.6s;
}
.pro_list_content li a{
	width: 90%;
	height: 83%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	color: #fff;
	padding: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_list_content li:hover img{transform: scale(1.1)}
.pro_list_content li:hover a{color: #e62129;background:rgba(255,255,255,0.2)}

/*about*/
.about{
	width: 100%;
	height: 900px;
	background:url(/statics/images/tem/about_bg.jpg)no-repeat center;
}
.about_title{
	width: 1200px;
	margin: 0 auto;
	height: 1px;
}
.about_title{
	width: 63%;
	height: 220px;
	margin: 0 auto;
	color: #fff;
}
.about_title a{
	font-size: 32px;
	color: #fff;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.about_title span{
	font-size: 30px;
	display: block;
	margin-top: 20px;
}
.about_title p{
	font-size: 16px;
	width: 100%;
	height: 96px;
	line-height: 34px;
	overflow: hidden;
	margin-top: 20px;
}
.about_bottom{
	width: 82%;
	height: 525px;
	margin-top: 75px;
	background:rgba(255,0,253,0.70)
}
.slidebox{
	width:100%;
	height:525px;
	overflow:hidden;
	position:relative;
}
.slidepic{position:absolute;}/* 必要元素 */
.slidepic li{
	height: 525px;
	overflow:hidden;
}
.slidepic li a,.slidepic li a img{
	width: 100%;
	height: 100%;
	display: block;
}
.slidebtn{
	position:absolute;
	bottom:10px;
	right:10px;
	float:right;
}
.slidebtn li{
	background:#fff;
	border:1px solid #D00000;
	cursor:pointer;
	float:left;
	font-family:arial;
	height:18px;
	line-height:18px;
	width:18px;
	margin:4px;
	text-align:center;
	color:#D00000;
}
.slidebtn li.current{
	background:#FF0000;
	border:1px solid #D00000;
	height:24px;
	line-height:24px;
	width:24px;
	margin:0 2px;
	color:#fff;
	font-weight:800;
}

/*advantage*/
.advantage{
	width: 100%;
	height: 700px;
	margin-top: 54px;
}
.adv_title{
	width: 100%;
	text-align: center;
	height: 40px;
}
.adv_title p{
	font-size: 30px;
	color: #333;
}
.adv_bottom{
	width: 100%;
	height: 630px;
	margin-top: 30px;
	margin-top: 30px;
	margin-top: 30px;
	margin-top: 30px;
}
.adv_bottom ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.adv_bottom li{
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}
.adv_img{
	width: 600px;
	height: 100%;
	overflow: hidden;
}
.adv_img a,.adv_img a img{
	width: 100%;
	height: 100%;
	display: block;
	transition:0.6s;
}

.adv_bottom li:hover .adv_img a img{transform: scale(1.1)}
.adv_font{
	width: 540px;
	height: 100%;
}
.adv_font img{
	width: 70px;
	margin-top: 30px;
}
.adv_font b{
	display: block;
	font-size: 26px;
	color: #333;
	margin-top: 30px;
	font-weight: normal;
	width: 30%;
	border-right: 3px solid #e62129;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.adv_font p{
	width: 100%;
	text-align: justify;
	font-size: 14px;
	color: #666;
	height: 88px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 24px;
}

/*number*/
.number{
	width: 100%;
	height: 254px;
	min-width: 1200px;
	margin-top: 40px;
	background:url(/statics/images/tem/adv_num_bg.jpg)no-repeat center;
}
.num_bg{
	width: 100%;
	height: 78px;
}
.num_bg ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.num_bg li{
	float: left;
	width: 22%;
	height: 100%;
	margin-right: 3.5%;
}
.num_bg li:last-child{margin-right: 0;}
.num_left{
	width: 22%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
}
.num_left img{
	width: 100%;
}
.num_right{
	width: 74%;
	height: 100%;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.num_right i{
	font-size: 42px;
	color: #fff;
	font-style: normal;
    display: inline-block;
}
.num_right b{
	font-size: 50px;
	position: absolute;
	top: -24px;
	right: 54px;
	font-weight: normal;
}
.num_right p{
	font-size: 13px;
	color: #fff; 
}

/*honor*/
.honor{
	width: 100%;
	height: 439px;
	min-width: 1200px;
	background:url(/statics/images/tem/honor_bg.jpg)no-repeat center;
}
.honor_left{
	width: 235px;
	color: #fff;
	height: 100%;
	overflow: hidden;
}
.honor_left span{
	font-size: 30px;
	opacity: 0.1;
	padding-top: 110px;
	display: block;
}
.honor_left b{
	font-size: 30px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.honor_left a{
	width: 156px;
	height: 40px;
	display: block;
	margin-top: 40px;
	background: #fff;
	font-size: 18px;
	color: #e62129;
	text-align: center;
	line-height: 40px;
}
.honor_left a:hover{
	background: #1d7545;
	color: #fff;
}
.honor_right{
	width: 888px;
	height: 320px;
	float: left;
	padding: 60px 0 0 10px;
}

.image_video_detail{
	max-width: 100%;
	height: 100%;
	position: relative;
}
#video_detail_list{
	width: 100%!important;
	margin: 0 auto;
}
.image_video_detail ul{
	width:100%;
	height: 100%;
}
.image_video_detail li{
	float: left;
	width: 208px;
	height: 100%;
	margin-right:13px;
	overflow: hidden;
}
.image_video_detail li a{
	width: 100%;
	height: 285px;
	display: block;
	overflow: hidden;
}
.image_video_detail li a img{
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.image_video_detail li a img:hover{transform: scale(1.05)}
.image_video_detail li p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*news*/
.news{
	width: 100%;
	height: 430px;
	margin-top:48px;
}
.news_list{
	width: 322px;
	height: 100%;
	overflow: hidden;
	margin-right: 116px;
	float: left;
}
.news .news_list:nth-child(3){
	margin-right:0;
}
.news_title{
	width: 322px;
	height: 60px;
	border-bottom: 1px solid #dadada;
}
.news_title p{
	font-size:30px;
	color: #333;
	float: left;
	line-height: 56px;
}
.news_title a{
	font-size: 40px;
	color: #999;
	float: right;
}
.news_title:hover{border-bottom: 1px solid #666;}
.news_title:hover a{color: #e62129;}
.news_bottom{
	width: 100%;
	height: 335px;
	margin-top: 34px;
}
.news_font{
	width: 100%;
	height: 110px;
}
.news_font a{
	width: 100%;
	display: block;
	height: 26px;
	font-size: 18px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_font p{
	width: 100%;
	height: 68px;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	line-height: 24px;
	overflow: hidden;
}
.news_img{
	width: 100%;
	height: 193px;
	margin-top: 32px;
	overflow: hidden;
}
.news_img a,.news_img a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.news_bottom:hover .news_font a{color: #e62129;}
.news_bottom:hover .news_img a img{transform: scale(1.1)}

/*link*/
.link{
	width:100%;
	margin: 60px 0 20px 0;
	display: flex;
}
.link_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	width:1200px;
}
.link_bg li{
	float: left;
}
.link_bg li p{
	font-size: 16px;
	font-weight: bold;
}
.link_bg li a{
	font-size: 14px;
	padding: 0 10px 0 10px;
	line-height: 24px;
}
.link_bg li a:hover{color: #e62129;}

/*partner*/
.case{
	width: 100%;
	height:600px;
	background-color: #f6f6f6;
}
.case_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.case_top{
	text-align: center;
}
.case_top p{
	font-size: 30px;
	color: #333;
}
.case_bottom{
	width: 100%;
	height: 360px;
	margin-top: 26px;
	overflow: hidden;

	position: relative;
}
.prod_bg1{
	width: 100%;
	height: 360px;
}
#prod1{
	height:auto; 
	margin:0 auto;
}
#case_l{
	background:url("/statics/images/tem/parten_icon1.png") no-repeat;
	background-position: left center;
	width: 37px;
	height: 37px;
	cursor: pointer;
	position: absolute;
    top: 40%;
    left: 0%;
}
#case_l:hover{background:url("/statics/images/tem/parten_icon2.png") no-repeat;}
#case_r{
	background:url("/statics/images/tem/parten_icon3.png") no-repeat;
	background-position: right center;
	width: 37px;
	height: 37px;
	cursor: pointer;
	position: absolute;
    top: 40%;
    right: 0%;
}
#case_r:hover{background:url("/statics/images/tem/parten_icon4.png") no-repeat;}
#case_d{
	width:92%!important; 
	height:360px; 
	overflow:hidden;
	float: left;
	margin-left:46px;
}
.case_list{
	width:100%;
	height: 100%;
}
.case_list ul{
	width:100%;
	height: 100%;
}
.case_list li{
	float: left;
	width: 345px;
	height:355px;
	margin-left:5px;
	margin-right: 20px;
	background: #fff;
	overflow: hidden;
}
.case_img{
	width:345px;
	height: 264px;
	overflow: hidden;
}
.case_img a,.case_img a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.case_font{
	width: 100%;
	height: 100px;
	background-color: #f6f6f6;
}
.case_font a{
	font-size: 18px;
	color: #333;
	width: 90%;
	text-align: center;
	margin-left: 5%;
	margin-top: 20px;
	display:inline-block;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case_font p{
	font-size: 14px;
	color: #666;
	width: 90%;
	text-align: justify;
	margin-left: 5%;
	margin-top: 2px;
	height: 40px;
	overflow: hidden;
}
.case_list li:hover .case_img a img{transform: scale(1.1)}
.case_list li:hover .case_font a{color: #e6212a;}
.case_list li:hover .case_font p{color: #e6212a;}
.case_more{
	width: 100%;
	text-align: center;
	margin-top: 36px;
}
.case_more a{
	width: 140px;
    height: 35px;
    line-height: 35px;
    background: #e62129;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: inline-block;
}