@charset "utf-8";

/*header*/
header{
	width: 100%;
}
header .logo{
	display: block;
	float: left;
	margin-top: 36px;
	margin-bottom: 40px;
}

header .nav{
	float: right;
}

header .nav li{
	float: left;
	padding: 0 4px;
	margin: 51px 55px 41px 13px;
	line-height: 50px;
	position: relative;
	
}
header .nav li a{
	line-height: 50px;
	color: #418785;
	font-size: 18px;
}

header .nav li::before{
	content: " ";
	display: block;
	width: 0;
	height: 3px;
	background: #418785;
	position: absolute;
	bottom: 0;
	transition: width .8s;
    -webkit-transition: width .8s; /* Safari */
	
}
header .nav li:hover::before{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #418785;
	position: absolute;
	bottom: 0;
	transition: width .8s;
    -webkit-transition: width .8s; /* Safari */
	
}


/*banner*/
.banner{
	width: 100%;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
  text-align: center;
  font-size: 18px;
}
.swiper-slide img{
  display: block;
	width: 100%;
	height: 100%;
}
/*search*/
.search{
	width: 100%;
	background: #dae0e2;
	border-top: 1px #fff solid;
}

.search .guanjianci{
	float: left;
}
.search .guanjianci dt{
	font-size: 18px;
	color: #333;
	margin-right: 25px;
	float: left;
	line-height: 102px;
}
.search .guanjianci dd{
	float: left;
	line-height: 102px;
	color: #333;
	margin-right: 20px;
}
.search .guanjianci dd a{
	font-size: 16px;
}

.search .sousuo{
	float: right;
}
.search .sousuo input[type=text]{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	background: #fff;
	border: none;
	width: 160px;
	border-radius: 50px 0 0 50px;
	padding-left: 10px;
	margin-top: 29px;
}
.search .sousuo input[type=submit]{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	background: #fff url(../images/icon1.png) center no-repeat;
	border: 0;
	width: 44px;
	height: 36px;
	line-height: 36px;
	border-radius: 0 50px 50px 0px;
	margin-top: 29px;
	margin-right: 33px;
}

/*产品推荐*/
.tuijian{
	width: 100%; 
	background: url(../images/p-1.png) no-repeat top left;
	padding:75px 0 114px 0
}
.title h1{
	font-size: 36px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 28px;
}
.title p{
	text-align: center;
	color: #999;
}

.tuijian .title{
	margin-bottom: 51px;
}

.tuijian .tu{
	display: block;
	width: 360px;
	height: 278px;
	overflow: hidden;
}
.tuijian .tu img{
	width: 360px;
	display: block;
	transition: width 2s;

}
.tuijian .bt{
	height: 63px;
	line-height: 63px;
	display: block;
	width: 340px;
	margin-top: 2px;
	background: #f2f2f2;
	padding-left: 21px;
	text-align: left;
}
.pro-swiper{
	height: 343px!important;
}


.tuijian .tu img:hover{
	transition: width 2s;
	width: 380px;
}

/*ABOUT*/
.about{
	width: 100%;
	background: url(../images/a-1.png) no-repeat left top;
	padding-top: 70px;
	padding-bottom: 76px;
}

.about .text{
	float: left;
	margin-left: 64px;
	margin-right: 77px;
	width: 560px;
}

.about img{
	display: block;
	float: right;
}

.about .text h1{
	font-family: "思源黑体 CN Medium";
	font-size: 51px;
	color: #000;
	width: 279px;
	line-height: 51px;
	margin-bottom: 30px;
}
.about .text h1 span{
	display: block;
	float: right;
	margin-left: 20px;
	margin-top: 30px;
	line-height: 20px;
}

.about .text p{
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em
}

/*brand*/
.brand{
	padding: 96px 0 115px 0;
}
.brand .brand-box{
	position: relative;
}
.brand-swiper{
	margin-top: 62px;
	width: 1020px;
	
}
.but{
	color: #b91d21;
}

/*new*/
.news{
	width: 100%;
	background: #f2f2f2;
	padding: 69px 0 93px 0
}

.news_n{
	margin-top: 50px;
}

.news_n li{
	float: left;
	margin-right: 81px;
	margin-left: 15px;
}
.news_n li:nth-child(3){
	margin-right: 0
}

.news_n li img{
	width: 323px;
	height: 214px;
	border: 1px #333 solid;
}
.news_n li p{
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	text-align: center;
}

/*footer*/
footer{
	background: #b91d21;
}

footer .logo-2{
	float: left;
	display: block;
	margin-top: 40px;
	margin-right: 62px;
}

footer p{
	float: left;
	font-size: 14px;
	margin-top: 54px;
	color: #fff;
}

footer .ewm{
	float: right;
	margin-top: 25px;
	margin-bottom: 29px;
}
footer .dibu{
	border-top: 1px solid #de2a2e;
	line-height: 60px;
	text-align: center;
}


/*content*/
.caidan{
	width: 100%;
	line-height: 50px;
	background: #dae0e2;
	border-top: 1px solid #fff;
	position: relative;
	overflow: hidden;
}


.caidan ul{
	border-left: 1px dashed #b3b3b3;
}
.caidan ul li{
	padding: 0 20px;
	float: left;
	text-align: center;
	line-height: 100px;
	border-right: 1px dashed #b3b3b3
}
.caidan ul li::before{
	content: " ";
	background: #b91d21;
	height: 2px;
	width:0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: width .8s;
    -webkit-transition: width .8s; /* Safari */
}
.caidan ul:hover li::before{
	width: 1920px;
	transition: width .8s;
    -webkit-transition: width .8s; /* Safari */
}
.caidan ul li a{
	color: #333;
	font-size: 16px;
	line-height: 100px;
	display: block;
	height: 100%;
}
.caidan ul li:hover{
	background: #b91d21;
	border-right: 1px dashed #b91d21
}
.caidan ul li:hover a{
	color: #fff
}


.neirong{
	width: 1200px;
	margin: 30px auto;
	padding-bottom: 50px;
}
.neirong h1{
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: 50px;
}

.neirong .time{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
}


.photo_list{
	margin: 50px 0;
}
.photo_list li{
	width: 340px;
	float: left;
	margin: 20px 30px;
}

.photo_list li a.img{
	display: block;
	width: 340px;
	height: 278px;
	overflow: hidden;
}
.photo_list li p{
	background: #f2f2f2;
	color: #333;
	line-height: 60px;
	padding-left: 15px;
	width: 325px;
	margin-top: 2px;
	position: relative;
}
.photo_list li p a{
	display: block;
	width:100%;
	height: 100%;
	z-index: 1;
	position: relative;
}
.photo_list li p::after{
	content: " ";
	background: #b91d21;
	height: 60px;
	width:0px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	transition: width .8s;
    -webkit-transition: width .8s; /* Safari */
}
.photo_list li:hover p::after{
	width:340px;
	transition: width .8s;
    -webkit-transition: width .8s; /* Safari */
}

.photo_list li:hover p a{
	color: #fff
}

.news_list{
	margin: 50px 0; 
}
.news_list li{
	width:1170px;
	position: relative;
	border-bottom: 1px #ccc dotted;
	padding: 15px;
}

.news_list li img{
	display: block;
	float: left;
	width: 340px;
	margin-right: 20px;
}

.news_list li .news_text{
	float: left;
	width: 850px;
}

.news_list li .news_text h1{
	font-size: 20px;
	font-weight: bold;
}

.news_list li .news_text h2{
	font-size: 14px;
	color: #999;
	line-height: 40px;
}

.news_list li .news_text p{
	font-size: 16px;
	margin-top: 5px;
	color: #666;
	height: 60px;
}

.news_list li a{
	display: block;
	height: 100%;
}
.news_list li span{
	display: block;
	overflow: hidden;
	float: right;
	background: #b91d21;
	color: #fff;
	height: 100%;
	line-height: 161px;
	text-align: center;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	transition: width .8s;
    -webkit-transition: width .8s; /* Safari */
}
.news_list li:hover span{
	width: 130px;
	transition: width .8s;
    -webkit-transition: width .8s; /* Safari */
}




