﻿html, body {width:100%;height:100%;min-width: 1280px;} /*非常重要的样式让背景图片100%适应整个屏幕*/  
@charset "utf-8";
body 
{
	padding:0;
	margin:0;
	font-family: "微软雅黑";
	border:none;
    font-size:14px;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0; }
ul,ol,li{list-style-type:none;}
p,h2,h1,h3,h4{ padding:0; margin:0;}
a:link,a:visited{ text-decoration:none;}
a{color: inherit;text-decoration:none;}
.clear{ clear:both;}    

img {
    border: none;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*********************************************************************************************************************************************************
** 
*/
.header{
	float: left;
	width: 100%;
	padding-top: 15px;
}
.container{
	margin: 0 auto;
	width: 1200px;
}
.logo{
	float: left;
	width: 428px;
	height: 75px;
    font-size:0;
    text-indent:-999px;
	background: url(/images/logo.png) no-repeat left top;
}
.nav{
	float: right;
}
.nav ul li{
	float: left;
	
}
.nav ul li a{
	float: left;
	font-size: 14px;
	color: #202020;
	padding: 25px 28px 50px 28px;
	position: relative;
}
.nav ul li a:after{
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: transparent;
	transition: all .2s;
}
.nav ul li a:hover:after,.nav ul li.active a:after{
	width: 100%;
	background-color: #c42f3b;
}
.nav ul li a:hover,.nav ul li.active a{
	color: #c42f3b;
}


/**轮播**/
.swiper-container1{
	float: left;
	width: 100%;
	overflow: hidden;
}
.swiper-container1 img{
	float: left;
    width: 100%;
}
.swiper-button-prev1, .swiper-button-next1 {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 49px;
    margin-top: -25px;
    z-index: 100;
    cursor: pointer;
    background-size: 30px 49px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .6s;
}
.swiper-button-prev1.swiper-button-disabled, .swiper-button-next1.swiper-button-disabled {
    opacity: 0;
    transition: .6s;
}
.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1 {
  background-image:url(/images/prev.png);
  left: 60px;
  right: auto;
}
.swiper-button-next1,
.swiper-container-rtl .swiper-button-prev1 {
  background-image:url(/images/next.png);
  right: 60px;
  left: auto;
}

.swiper-container1:hover .swiper-button-prev1,.swiper-container1:hover .swiper-button-next1{
	opacity: 1;
}
.swiper-container1:hover .swiper-button-prev1.swiper-button-disabled,.swiper-container1:hover  .swiper-button-next1.swiper-button-disabled {
    opacity: 1;
}

/*滚动*/
.zuixin-wrap{
	float: left;
	width: 100%;
	background-color: #3e3e3e;
	padding: 12px 0 8px 0;
}
.zuixin-title{
	float: left;
	font-size: 14px;
	color: #fff;
	background: url(/images/zixun-ico.png) no-repeat left center;
	min-height: 27px;
	padding-left: 52px;
}

.dowebok {float: left; width: 470px; font-size: 14px;margin-left: 60px;margin-top: 3px;}
.dowebok a { margin: 0 50px; color: #fff; text-decoration: none;}
.dowebok a:hover { text-decoration: underline;}
.zuixin-xq{
	float: right;
	width: 215px;
	font-size: 14px;
	color: #fff;
}
.zuixin-xq a:hover{
	text-decoration: underline;
}
/*产品分类*/
.pro-cate-wrap{
	float: left;
	width: 100%;
	padding: 70px 0 80px 0;
}
.head{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}
.head-title{
	display: inline-block;
	font-size: 24px;
	color: #c30003;
	font-weight: bold;
	background: url(/images/head-black.png) no-repeat left top 7px;
	padding-left: 33px;
}
.head-sub-title{
	display: inline-block;
	font-size: 24px;
	color: #7c7c7c;
	text-transform: uppercase;
	margin-left: 10px;
}
.head-title2{
	color: #fff;
	background: url(/images/head-white.png) no-repeat left top 7px;
}
.head-sub-title2{
	color: #fff;
}
.hot-pro-wrap{
	float: left;
	width:100%;
}
.hot-pro-title{
	float: left;
	width: 145px;
	height: 105px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background-color: #c30003;
	text-align: center;
	padding-top: 36px;
	border-top-left-radius: 35px;
}
.hot-pro-list{
	float: left;
	width: 770px;
	margin-left: 33px;
}
.hot-pro-list ul li{
	float: left;
	margin-right: 10px;
}
.hot-pro-list ul li:nth-child(5n){
	margin-right: 0px;
}
.hot-pro-list ul li a{
	float: left;
	font-size: 13px;
	width: 145px;
	color: #fff;
	background-color: #2f3239;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-pro-list ul li a:hover{
	background-color: #c30003;
}
.dingzhi{
	float: right;
	width: 225px;
	height: 105px;
	background-color: #c30003;
	padding: 20px 9px 0 20px;
	overflow: hidden;
}
.dingzhi-desc{
	float: left;
	background: url(/images/jiagong-ico.png) no-repeat top 15px left;
	padding-left: 45px;
}
.dingzhi-desc-title{
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.dingzhi-desc-sub-title{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #fff;
}
.enter{
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 6px 12px 6px 8px;
	background-color: #19242c;
	margin-top: 6px;
}
.enter:hover{
	text-decoration: underline;
}

/*pro*/
.pro-show-wrap{
	float: left;
	width: 100%;
	background:url(/images/pro-show-bg.jpg) no-repeat top center;
	padding: 40px 0;
}

/*******************************swiper******************************/
.swiper2{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.swiper2 .swiper-wrapper{
	height: 337px;
}
.swiper-button-prev2, .swiper-button-next2 {
	top: 50%;
	margin-top: -70px;
    width: 69px;
    height: 69px;
    background-size: 69px 69px;
    z-index: 2;
}
.swiper-button-prev2, .swiper-container-rtl .swiper-button-next2 {
    background-image: url(/images/pro-prev.png);
    left: -120px;
}
.swiper-button-next2, .swiper-container-rtl .swiper-button-prev2 {
    background-image: url(/images/pro-next.png);
    right: -120px;
}
.swiper-container2 {
	width: 100%;
    height: 100%;
}
.ser{
	float: left;
	width: 285px;
	transition: .3s;
	position: relative;
}
.ser-img{
	float: left;
	width:285px;
	height: 227px;
	overflow: hidden;
}
.ser-img img{
	width:285px;
	height: 227px;
}
.ser-info{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ser-info-title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
	height: 38px;
	text-align: center;
	background-color: #959595;
	overflow: hidden;
	padding-top: 10px;
	transition: .3s;
}
.ser:hover .ser-info-title{
	height: 110px;;	
	background-color: #9d171a;
}
.lingyu{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
}

/*关于我们*/
.about-wrap{
	float: left;
	width: 100%;
	background:url(/images/about-bg.jpg) no-repeat top center;
	padding: 55px 0 45px 0;
}
.about-left-pic{
	float: left;
	width: 502px;
	height: 432px;
	margin-top: 20px;
}
.about-right{
	float: right;
	width: calc( 100% - 502px );
	background-color: #9d171a;
	padding: 28px 50px 43px 29px;
}
.about-ico{
	float: left;
	width: 100%;
}
.about-right-in{
	float: left;
	width: 100%;
	padding-left: 45px;
}
.about-head{
	float: left;
	width: 100%;
	border-bottom: solid 1px #b65153;
	padding-bottom: 9px;
	margin-bottom: 13px;
}
.about-head-title{
	float: left;
	font-size: 26px;
	color: #fff;
}
.about-head-sub-title{
	float: left;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 3px;
	margin-left: 10px;
}
.about-right-con{
	float: left;
	width: 100%;
	height: 232px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
}
.about-more{
	float: left;
	width: 100%;
}
.about-more a{
	float: right;
	padding: 5px 0;
	width: 105px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: solid 1px #fff;
	border-radius: 35px;
}
.about-more a:hover{
	text-decoration: underline;
}

/*新闻列表*/
.news-wrap{
	float: left;
	width: 100%;
	padding: 45px 0 100px 0;
}
.news-list-wrap{
	float: left;
	width: 100%;
}
.news-list{
	float: left;
	width: 566px;
	overflow: hidden;
}
.news-list.s1{width:100%; padding-bottom:15px; border-bottom:dotted 1px #eee; margin-bottom:15px;}
.news-list:nth-child(2n){
	float: right;
}
.news-list.s1:nth-child(2n){float:left;}
.news-list-pic{
	float: left;
	width: 186px;
	height: 135px;
	overflow: hidden;
}
.news-list-desc{
	float: right;
	width: 356px;
}
.news-list.s1 .news-list-desc{ width:calc(100% - 15px - 186px);}
.news-list-desc-title{
	float: left;
	width: 100%;
}
.news-list-desc-title a{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 8px 20px;
	background-color: #3e3e3e;
	transition: .15s;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list-desc-title a:hover{
	background-color: #222;
	text-decoration: underline;
}
.news-list.s1 .news-list-desc-title a{ background:none; color:#000; font-size:15px; font-weight:bold; padding-left:0; padding-top:0;}
.news-list-desc-sub-title{
	float: left;
	width: 100%;
	height: 100px;
	overflow: hidden;
	font-size: 12px;
	color: #7c7c7c;
	line-height: 25px;
}
.news-list.s1 .news-list-desc-sub-title{height:auto;}
.learn-more{
	float: left;
	width: 100%;
	margin-top: 6px;
}
.learn-more a{
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 7px 0;
	width: 108px;
	background-color: #9d171a;
	border-radius: 35px;
	text-align: center;
	transition: .15s;
}
.learn-more a:hover{
	background-color: #c21a1e;
}

/*footer-wrap*/
.footer-wrap{
	float: left;
	width: 100%;
	background-color: #3e3e3e;
}
.footer-head{
	float: left;
	margin-top: 28px;
	
}
.footer{
	float: left;
	width: 100%;
	position: relative;
} 

.return{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 51px;
	overflow: hidden;
	cursor: pointer;
}
.return:hover{
	opacity: .8;
}
.footer-head-title{
	float: left;
	font-size: 24px;
	color: #c3c3c3;
}
.footer-head-sub-title{
	float: left;
	font-size: 22px;
	color: #7c7c7c;
	text-transform: uppercase;
	margin-top: 3px;
	margin-left: 10px;
}
.footer-contact{
	float: left;
	width: 100%;
	margin: 74px 0 80px 0;
	text-align: center;
}
.footer-contact ul li{
	display: inline-block;
	padding: 15px 0;
	padding-left: 80px;
	margin-right: 60px;
	font-size: 14px;
	color: #fff;
}
.footer-contact ul li:nth-child(1){
	background: url(/images/ft-ico1.png) no-repeat left top;
}
.footer-contact ul li:nth-child(2){
	background: url(/images/ft-ico2.png) no-repeat left top;
}
.footer-contact ul li:nth-child(3){
	background: url(/images/ft-ico3.png) no-repeat left top;
}
.beian{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #c3c3c3;
	border-top: 1px solid #525252;
	background-color: #3e3e3e;
	text-align: center;
	padding: 17px 0;
}


/*产品中心*/
.banner{
	float: left;
	width: 100%;
	height: 328px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.pro-cen-wrap{
	float: left;
	width: 100%;
	margin: 24px 0 28px 0;
}
.pro-cen-left{
	float: left;
	width: 270px;
	overflow: hidden;
}
.pro-cen-left-nav{
	float: left;
	width: 100%;
	margin-bottom: 37px;
}
.pro-cen-left-nav-title{
	float: left;
	width: 100%;
	height: 66px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: url(/images/small-head-bg.jpg) no-repeat top center;
	text-align: center;
	line-height: 26px;
	padding-top: 6px;
    text-transform:uppercase;
}
.pro-cen-left-nav-in{
	float: left;
	width: 100%;
	background-color: #f1f1f1;
	padding: 24px 30px 26px 24px;
}
.pro-cen-left-nav-in ul li{
	float: left;
	width: 100%;
    margin-bottom:1px;
}
.pro-cen-left-nav-in ul li a{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #202020;
	padding:12px 34px 10px 40px;
	padding-left: 43px;
	background: url(/images/menu-ico.png) no-repeat right 20px center;
	border: solid 1px transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-cen-left-nav-in ul li a:hover,.pro-cen-left-nav-in ul li a.active{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #c30003;
	padding: 12px 34px 10px 40px;
	padding-left: 43px;
	background: #fff url(/images/menu-ico-hover.png) no-repeat right 20px center;
	border: solid 1px #c30003;
}
.contact-list{
	float: left;
	width: 100%;
	margin-top: 10px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 28px;
}
.contact-list ul li{
	float: left;
	width: 100%;
	margin-bottom:15px;
    color:#000;
}
.hots-tel{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #202020;
	margin-bottom: 30px;
}
.hots-tel-title{
	float: left;
	font-size: 14px;
	color: #202020;
	padding-left: 58px;
	margin-bottom: 5px;
}
.hots-tel-desc{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #c30003;
	font-weight: bold;
	padding-left: 58px;
	background: url(/images/tel-ico.png) no-repeat left center;
}
.pro-cen-right{
	float: right;
	width: 905px;
	overflow: hidden;
}
.pro-cen-right-top{
	float: left;
	width: 100%;
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 18px;
}
.pro-cen-right-top-title{
	float: left;
	font-size: 24px;
	color: #c30003;
	font-weight: bold;
	background: url(/images/head-black.png) no-repeat left center;
	padding-left: 53px;
}
.weizhi{
	float: right;
	font-size: 14px;
	color: #3e3e3e;
	margin-top: 12px;
}
.weizhi a:hover{
	text-decoration: underline;
}

.pro-list-in{
	float: left;
	width: 100%;
	margin-top: 36px;
}
.pro-list{
	float: left;
	width: 288px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.pro-list:nth-child(3n){
	margin-right: 0px;	
}
.pro-list-img{
	float: left;
	width: 288px;
	height: 227px;
	overflow: hidden;
}
.pro-list-img a{
	text-align:center;
    display:table-cell;
    vertical-align:middle;
    width: 288px;
	height: 227px;
}
.pro-list-title{
	float: left;
	width: 100%;
}
.pro-list-title a{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background-color: #959595;
	padding: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.pro-list:hover .pro-list-title a{
	background-color: #9d171a;
}
.content{float:left; width:100%; margin-top:0; line-height:26px; font-size:14px;}
.content img{max-width:100%;}
.content p{ margin:10px 0;}
.content h1{ margin:15px 0;}
.content h2{ margin:14px 0;}
.content h3{ margin:13px 0;}
.content h4{ margin:12px 0;}
.content ul{ padding-left:20px; list-style-type:georgian;}
.content img{ max-width:100%;}

article{float:left; width:100%;}
article h1.title{float:left; padding:0; width:100%; line-height:30px; text-align:center; font-size:20px; color:#000; box-sizing:border-box;}
article .article-content{float:left; margin-top:0; padding:15px 30px; width:100%; background-color:#fff; box-sizing:border-box;}
article .article-content .info{float:left; width:100%; line-height:30px; text-align:center; font-size:13px; border-bottom:solid 1px #eee; color:#666;}
article .article-content .info.left{ text-align:left;}
article .article-content .info span{color:#a6a6a6; margin-left:20px; display:inline-block;}
article .article-content .info i{ font-style:normal; min-width:30px; text-align:left; display:inline-block;}
article .article-content .content{float:left; margin-top:15px; width:100%; font-size:15px; line-height:29px;}
article .article-content .content img{max-width:100%;}
article .article-content .content p,.mod-cases-details article .content p{display:block;}
article .article-content .content h1,article .article-content .content h2,article .article-content .content h3{ margin-bottom:12px; display:block;}
article .article-content .bdsharebuttonbox{float:right; margin-top:23px; height:32px;}
article .article-content .bdsharebuttonbox span{float:left; font-size:14px; line-height:32px; margin-right:0;}
article .article-content .bdsharebuttonbox a{float:left; margin:0 0 0 10px; width:32px; height:32px; background-position:0 0; background-repeat:no-repeat; transition:all 0.3s ease 0s;}
article .article-content .bdsharebuttonbox a.bds_weixin{ background-image:url(../image/icon_weixin.png);}
article .article-content .bdsharebuttonbox a.bds_sqq{ background-image:url(../image/icon_qq.png);}
article .article-content .bdsharebuttonbox a.bds_tsina{ background-image:url(../image/icon_weibo.png);}
article .article-content .bdsharebuttonbox a:hover{ background-position:0 bottom; opacity:1; transition:all 0.3s ease 0s; }
article .article-content .prev_next{float:left; border-top:solid 1px #ebebeb; padding-top:10px; margin-top:15px; width:100%;  line-height:30px; font-size:14px;}

.pagination{float:right; width:auto; margin-top:30px;}
.pagination a,.pagination span.current{ margin:0 5px; width:35px; height:35px; text-align:center; line-height:35px; border:solid 1px #ddd; font-size:12px; color:#000; display:inline-block; cursor:pointer;}
.pagination span.current{ border-color:#c30003; color:#fff; background-color:#c30003;}
.pagination a:hover{border-color:#c30003; color:#666;}
.pagination .pages{ border-color:#fff; margin:0;}
.pagination a:hover,.pagination a:active{ text-decoration:none;}
.pagination a[disabled="disabled"]{ display:none;}

.mod-dingzhi-box{float:left; margin-top:0; width:100%; font-size:13px;}
.mod-dingzhi-box .dingzhi-title{float:left; width:100%; height:1px; background:#ddd; text-align:center; position:relative;}
.mod-dingzhi-box .dingzhi-title h4{ position:absolute; left:50%; top:50%; margin-left:-65px; margin-top:-10px;  width:130px; background:#fff; height:20px; line-height:20px; font-weight:300; font-size:15px; display:inline-block; font-weight:bold; border-radius:5px;}
.mod-dingzhi-box .dingzhibox{float:left; margin-top:0; width:800px;}
.mod-dingzhi-box .dingzhibox .item{float:left; margin-top:15px; width:100%;  box-sizing:border-box;  position:relative;}
.mod-dingzhi-box .dingzhibox .item.focus{border-color:#5cbaee;}
.mod-dingzhi-box .dingzhibox .item label.c1,.mod-dingzhi-box .dingzhibox .item .list{float:left; width:200px; height:45px; line-height:45px; text-align:center; font-size:14px; font-weight:300; letter-spacing:1px; text-align:right; margin-right:10px;}
.mod-dingzhi-box .dingzhibox .item input[type="text"],.mod-dingzhi-box .dingzhibox .item textarea,.mod-dingzhi-box .dingzhibox .item select{float:left; margin:0; padding:10px; width:calc(100% - 210px); height:43px; line-height:23px; color:#555; font-size:13px; border:none; border-bottom:solid 1px #ddd; background:transparent; box-sizing:border-box;}

.mod-dingzhi-box .dingzhibox .item input[type="text"].yzm{width:100px;}
.mod-dingzhi-box .dingzhibox .item img{ margin-left:5px; cursor:pointer;}
.mod-dingzhi-box .dingzhibox .item input[type="text"]:focus,.mod-dingzhi-box .dingzhibox .item textarea:focus{ outline:none; color:#333;}
.mod-dingzhi-box .dingzhibox .item textarea{float:right; height:43px; line-height:23px;  resize: vertical; font-family:Microsoft YaHei,sans-serif,微软雅黑;}
.mod-dingzhi-box .dingzhibox .item label.c1.s1{ position:absolute; left:0; top:0; height:100%;}
.mod-dingzhi-box .dingzhibox .item .list{ float:left; padding:0 10px; width:100%; text-align:left; box-sizing:border-box;}
.mod-dingzhi-box .dingzhibox .item .list input[type="checkbox"]{ margin:0 3px 0; display:inline-block;}
.mod-dingzhi-box .dingzhibox .btn-submit{float:left; margin-top:30px; margin-left:200px; width:200px; height:45px; line-height:45px; background:#cf3335;border-radius:5px; font-size:14px; text-align:center; color:#fff !important; font-weight:300; cursor:pointer; box-shadow:2px 2px 1px #ddd; background: -webkit-gradient(linear, left top, left bottom, from(#cf3335), to(#c30003)); background: -moz-linear-gradient(top,  #cf3335,  #c30003); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf3335', endColorstr='#c30003'); display:inline-block;}
.mod-dingzhi-box .dingzhibox .btn-submit:active{box-shadow:1px 1px 2px #dbb83d;}
.mod-dingzhi-box #loading{float:left; margin:32px 0 0 20px; display:none;}
.mod-dingzhi-box .dingzhibox .item label span{color:#c30003;}