@charset "utf-8";

/*产品展示*/
.main {
	padding-top:40px;
}
/*左侧内容*/
.conright {
	width: 900px;
	float: right;
	min-height: 500px;
	overflow: hidden;
}
.crumb {
	height: 37px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.crumb h1 {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #006cc1;
	line-height: 37px;
	font-weight: bold;
}
.crumb span {
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #828282;
	width: 357px;
    float: right;
    text-align: right;
    padding-right: 10px;
}
.crumb span a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #828282;
}
/*产品展示*/
.prolist  {
	width: 900px;
	min-height:520px;
	overflow: hidden;
}
.prolist li {
	width: 285px;
	height: 255px;
	float: left;
	background: #ebebeb;
	border-bottom: 4px solid #ebebeb;
	margin:0 7px 30px;
	position: relative;
}
.prolist li .proimg {
	width:285px;
	height: 200px;
	line-height: 0;
	overflow: hidden;
	/*display: table-cell;*/
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.prolist li .proimg img {
	transition-duration:0.6s;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 100%;
    line-height: 0;
}
.prolist li p {
	width: 100%;
	height: 55px;
	text-align: center;
	color: #333;
	line-height: 55px;
	font-size: 18px;
	overflow: hidden;
}
.prolist .mark {
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	width: 100%;
	height: 200px;
	background-color: rgba(0,104,176,0.6);
	text-align: center;
	transition: all 1s;
}
.prolist .mark span {
	display: inline-block;
	height: 38px;
	padding: 0 10px;
	line-height: 38px;
	margin-top: 85px;
	color: #fff;
	font-size: 18px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.prolist li:hover {
	border-bottom: 4px solid #0068b0;
}
.prolist li:hover .mark {
	opacity: 1;
}
/* 产品相册 */
.goods_ct {margin: 20px auto;padding: 0;overflow: hidden;}
.photo {width: 415px;}
.photo .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.photo .swiper-slide {background-size: cover;background-position: center;}
.photo .gallery-top {height: 311px;width: 100%;margin-bottom: 10px;}
.photo .gallery-thumbs {height:70px;box-sizing: border-box;padding: 2px 0 0;}
.photo .gallery-thumbs .swiper-slide {height: 100%; opacity: 1;border: none;}
.photo .gallery-thumbs .swiper-slide div{ width:99%; height:99%; border:1px solid #ccc; background-color: #000; opacity: 0.5;}
.photo .gallery-thumbs .swiper-slide-active {opacity: 1;border: none;}
.photo .gallery-thumbs .swiper-slide-active div{ opacity:0;}
.photo .swiper-button-prev,.photo .swiper-button-next{ background-color:#ccc; background-size:50% auto;}
.photo .swiper-button-next, .photo .swiper-container-rtl .swiper-button-prev{ right:0;}
.photo .swiper-button-prev{ left:0;}
.photo .p-block{ position:relative;border: 2px solid #bfbfbf;}
.photo .pros{ width:100%; margin:0 auto; height:70px;}
.photo .p-block .swiper-button-prev,.photo .p-block .swiper-button-next{ background-color:#ccc; background-size:50% auto; bottom:20px; top:auto;}
#goods_info  {padding: 30px;overflow: hidden;}
#goods_info p{font-size: 13px;font-family: 'Microsoft YaHei';line-height:40px;}
#goods_info b{color:#3067cb; }
#goods_info span{display: block;border-bottom: 1px dashed #ddd; font-size: 24px;font-weight: bold;height: 50px;line-height: 50px; }
#pro_order{display: flex;}
#pro_order a{display: inline-block;padding:0 30px;line-height: 40px;background: #3067cb;color: #fff;font-size: 14px;}

/* 产品详情 */
.por_tit{height:50px;background:#ececec;line-height: 50px;margin: 20px auto;}
.por_tit a{display:inline-block;padding:0 40px;height:100%;line-height:50px;transition:0.4s;color:#333;font-size: 16px; border-right:1px solid #fff;}
.por_tit a:hover{background: #3067cb;color: #fff;}



/*新闻样式*/
.newlist {
	width: 830px;
	min-height: 470px;
	overflow: hidden;
	padding-bottom: 40px;
	margin:0 auto;
}
.newlist ul {
	min-height: 609px;
	margin-bottom: 20px;
}
.newlist li {
	height: 60px;
	padding: 12px 0;
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
}
.newlist li .date {
	width: 78px;
	height: 60px;
	float: left;
	border-right: 1px solid #d1d1d1;
	margin-right: 15px;
}
.newlist li .date h1 {
	font-family: "Arial";
	color: #9b9b9b;
	font-size: 36px;
	text-align: center;
	line-height: 35px;
}
.newlist li .date h2 {
	font-family: "Arial";
	color: #7d7d7d;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
}
.newlist li .newcon {
	width: 730px;
	height: 60px;
	float: left;
}
.newlist li .newcon h1 {
	font-family: "微软雅黑";
	color: #393939;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.newlist li .newcon span {
	font-family: "微软雅黑";
	color: #7d7d7d;
	font-size: 14px;
	line-height: 25px;
	display: block;
	height: 30px;
	overflow: hidden;
}
.newlist li:hover .newcon h1,.newlist li:hover .newcon span {
	color: #de2812;
}


/*单页*/
.content {
	min-height: 200px;
}
.pagecon {
	margin:0 auto;
}
.ctit {
	font-size: 22px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
}
.info {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}
.content, .content p,.content span  {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	line-height: 35px;
}
.content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin:0 auto;
}

/*留言板*/
.m-form{line-height:29px;color:#555;}
.m-form legend{font-size:14px;font-weight:bold;}
.m-form form {float: left;}
.tips{float: right;margin-top: 50px;border: 1px solid #ccc;padding: 30px;}
.m-form .formitm{padding:20px 0 0;line-height:30px;}
.m-form .formitm.last{padding:10px 0;}
.m-form .formitm-1{padding-left:100px;}
.m-form .lab{float:left;width:90px;margin-right:-90px;text-align:right;font-weight:bold;}
.m-form .ipt{margin-left:100px; background:none;}
.m-form .ipt *{vertical-align:middle;height: 30px;}
.m-form .ipt a,.m-form .ipt a:hover{text-decoration:none;color:#fb5500;}
.m-form .ipt img{height:28px;margin:0 15px 0 5px;}
.m-form .ipt .domain{margin:0 0 0 5px;font-weight:bold;color:#777;}
.m-form .ipt p{height:22px;line-height:22px;color:#fb5500;}
.m-form .tip{padding-top:10px;color:#545454!important;}
.m-form .tip input{margin:0 5px 3px 0;}
.m-form .u-btn {width: 50px;height: 30px;background: #0e60bc;border: none;color: #fff;margin-right: 15px;outline: none;}

/* 上下篇*/
.n-p{padding:10px 0;border-bottom: 1px dotted #afafaf;font-family:"宋体";height: 25px;}
.n-p li{float: left;padding:0px 20px;max-width: 50%; line-height:24px; list-style:none}
.n-p li a:hover{ text-decoration:underline}
.n-p .p,.n-p .n{background: url(../images/icon.png) no-repeat;}
.n-p .p{background-position: 0px -332px;}
.n-p .n{background-position: 0px -313px;}
