@charset "utf-8";

/*首页*/


/*banner图轮播*/

.banner {
	height: 705px;
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.banner .swiper-container {
	height: 705px;
	width: 100%;
}

.banner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 20px;
	width: 100%;
	z-index: 99;
}

.banner .swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 10px;
	cursor: pointer;
}

.banner .swiper-active-switch {
	background: #bf0000;
	box-sizing: border-box;
}

.banner .swiper-wrapper {
	height: 705px;
	width: 100%;
	overflow: hidden;
}

.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: 705px;
}

.iabout_box {
	float: left;
	width: 761px;
	height: 235px;
	overflow: hidden;
}

.iabout_con {
	width: 318px;
	float: right;
}

.iabout_pic {
	float: left;
	width: 435px;
	height: 230px;
}

.iabout_pic img {
	width: 435px;
	height: 280px;
	margin: 0;
}

.iabout_con p {
	font-size: 12px;
    line-height: 22px;
    color: #000;
    padding: 5px;
    height: 150px;
    overflow: hidden;
}

.icontact_box {
	float: right;
	width: 429px;
	height: 235px;
	background: url(../images/icontactbg.jpg) right bottom no-repeat;
}

.icontact_box p {
	padding: 5px 0 0 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
}

.icontact_box p strong {
	color: #bf0000;
}

.icontact_box p span {
	color: #fff;
}

.icontact_box p a {
	color: #333
}

.pub_tit {
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}

.pub_tit strong {
	font-size: 16px;
	color: #bf0000;
}

.pub_tit span {
	fonts-size: 12px;
	color: #999;
	padding-left: 10px;
	padding-left: 5px;
}

.more {
	display: block;
	width: 59px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	background-color: #bf0000;
	border-radius: 50px;
	font-size: 12px;
	margin: 0 5px 0 0;
	text-align: center;
	margin-top: 5px;
}

.more:link {
	color: #fff;
}

/*首页产品*/
.cont1{
	background-color: #f2f2f2;
	padding: 40px 0;
	min-width: 1200px;
}
.cont1-menu{
	width: 220px;
}
.cont1-menu a{
	display: block;
	width: 220px;
	height: 76px;
	line-height: 76px;
	font-size: 20px;
	color: #fff;
	background-color: #b12929;
	box-sizing: border-box;
	padding-left: 30px;
}
.cont1-menu a:nth-child(2n){
	background-color: #900000;
}
.cont1-menu a:hover{
	color: #bf0000;
	background-color: #fff;
}
.title{
	text-align: center;
	color: #bf0000;
	margin-bottom: 20px;
}
.title h2{
	font-size: 38px;
	font-weight: bold;
	line-height: 46px;
}
.title span{
	display: block;
	font-size: 14px;
}
.cont1-c{
	width: 960px;
}
.cont1-c a{
	float: left;
	background-color: #fff;
	width: 185px;
	height: 240px;
	box-sizing: border-box;
	border: 1px solid #dedede;
	margin-right: 8.75px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.cont1-c a:nth-child(5n){
	margin-right: 0;
}
.cont1-c a img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1-c a:hover img{
	transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
}
.cont1-c a span{
	display: block;
	line-height: 40px;
	text-align: center;
	background-color: rgba(000,000,000,0.3);
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/*首页新闻*/
.cont2{
	padding: 40px 0;
}
.cont2-plant{
	width: 360px;
}
.cont2-news{
	width: 380px;
}
.tit{
	overflow: hidden;
	line-height: 36px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
}
.tit h3{
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.tit a{
	float: right;
	font-size: 14px;
	color: #333;
}
.cont2-plant{
	margin-right: 40px;
}
.cont2-plant .swiper-container {
	height: 265px;
	width: 360px;
}
.cont2-plant .swiper-wrapper {
	height: 265px;
	width: 360px;
	overflow: hidden;
}

.cont2-plant .swiper-slide {
	overflow: hidden;
	height: 265px;
	width: 360px;
}
.cont2-plant .swiper-slide img{
	width: 360px;
	height: 265px;
}
.cont2-news li{
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #ddd;
}
.cont2-news li a{
	color: #333;
}
.cont2-news li a:hover{
	color: #990000;
}
/*新品推荐*/
.cont3{
	background-color: #f2f2f2;
	padding: 40px 0 50px;
	min-width: 1200px;
}
.devices{
	height: 280px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.devices .swiper-container{
	overflow: hidden;
	height: 280px;
	width: 100%;
}
.devices .swiper-slide a{
	display: block;
	width: 215px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
	height: 280px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.devices .swiper-slide a img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.devices .swiper-slide a:hover img{
	transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
}
.devices .arrow-left {
  background: url(../images/prow.png) no-repeat left bottom;
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -22px;
  width: 45px;
  height: 45px;
}
.devices .arrow-right {
  background: url(../images/prow.png) no-repeat left top;
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -22px;
  width: 45px;
  height: 45px;
}
.devices>a:hover{
	background-position-x: right;
}

.content {
    min-height: 600px;
    margin-bottom: 60px;
}

.contact-box img{
	margin: 0 auto;
}

/*在线留言*/
.ly-box{
	padding: 50px;
	background-color: #f1f1f1;
}
.ly-box li{
	position: relative;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.ly-box li:nth-child(2n){
	float: right;
	margin-left: 0;
}
.ly-box li label{
	position: absolute;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #333;
	left: -40px;
}
.ly-box li input{
	width: 100%;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.ly-box li:last-child{
	width: 98%;
}
.ly-box li textarea{
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #666;
	resize: none;
}
.ly-box form>input{
	display: inline-block;
	width: 184px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	background-color: #990000;
	margin-left: 22px;
	margin-top: 10px;
}
.ly-box .site{
	border: none;
}
.ly-box .site input{
	width: 173px;
	border: 1px solid #ddd;
}
.ly-box .site span{
	margin: 0 10px;
}
.ly-box h2{
	font-size: 29px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 34px;
    margin-top: -21px;
    color: #333;
}

/*资质荣誉*/
.honor-tit{
	margin-top: 30px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}
.honor-tit h2{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
}
.honor-c{
	height: 265px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.honor-c .swiper-container{
	overflow: hidden;
	height: 265px;
	width: 100%;
}
.honor-c .swiper-slide a{
	display: block;
	width: 300px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
	height: 265px;
	overflow: hidden;
}
.honor-c .swiper-slide a img{
	width: 100%;
	height: 225px;
}
.honor-c .swiper-slide a  span{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.honor-c .arrow-left {
  background: url(../images/prow.png) no-repeat left bottom;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -40px;
  width: 45px;
  height: 45px;
  z-index: 3;
}
.honor-c .arrow-right {
  background: url(../images/prow.png) no-repeat left top;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -40px;
  width: 45px;
  height: 45px;
  z-index: 3;
}
.honor-c>a:hover{
	background-position-x: right;
}

/*生产车间*/
.plant li{
	float: left;
	width: 450px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.plant li img{
	width: 100%;
	height: 315px;
}
.plant li span{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}
.plant li:nth-child(2n){
	margin-right: 0;
}
/*news*/
.news-c{
	margin-top: 40px;
}
.news-c li{
	margin-bottom: 30px;
}
.news-c li>a{
	float: left;
    width: 220px;
    height: 130px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ccc;
}
.news-c li>a img{
	width: 100%;
	height: 100%;
}
.news-c li>div{
	width: 684px;
	float: right;
	box-sizing: border-box;
	padding-right: 20px;
}
.news-c li>div h4 a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.news-c li>div p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.news-c li>div span{
	display: block;
	margin-top: 10px;
	line-height: 25px;
	padding-left: 25px;
	background: url(../images/time.png) no-repeat left center;
}
.news-c li{
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news-c li:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	transform: translate3d(0,-9px,0);
	-webkit-transform: translate3d(0,-9px,0);
	-moz-transform: translate3d(0,-9px,0);
	-ms-transform: translate3d(0,-9px,0);
}
.news-c li:hover>div h4 a{
	color: #990000;
	text-decoration: underline;
}
.xq-tit{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.xq-tit p{
	text-align: center;
	font-size: 12px;
	color: #999;
}
.xq-tit p span{
	margin: 0 10px;
}
.news-fh li a{
	color: #333;
	font-size: 12px;
}
.news-fh li{
	line-height: 30px;
	color: #333;
	font-size: 12px;
}
.news-fh{
	padding-top: 30px;
	border-top: 1px solid #ddd;
	margin-top: 60px;
}
.news-xq img{
	max-width: 90% !important;
	height: auto !important;
	margin: 0 auto 10px;
}

/*page*/
.page-box {
	margin-bottom: 30px;
	margin-top: 40px;
}
.page-box div{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.page-box a{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 3px;
}
.page-box strong{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	background-color: #990000;
	color: #fff;
	margin: 0 5px;
	border-radius: 3px;
}

/*产品中心*/
.product-list li{
	float: left;
}
.product-list li{
	float: left;
	background-color: #fff;
	width: 178px;
	height: 230px;
	box-sizing: border-box;
	border: 1px solid #dedede;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.product-list li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.product-list li:nth-child(5n){
	margin-right: 0;
}
.product-list a img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product-list a:hover img{
	transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
}
.product-list a span{
	display: block;
	line-height: 40px;
	text-align: center;
	background-color: rgba(000,000,000,0.3);
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}