﻿@charset "utf-8";
body{
	background-color: #e7e7e7;
}
.banner {
	height: 430px;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
	background-color: #e6e6e6;
}

.banner .swiper-container {
	height: 430px;
	width: 100%;
	margin: 0 auto;
}

.banner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 10px;
	width: 100%;
	z-index: 99;
}

.banner .swiper-pagination-switch {
	display: inline-block;
	height: 4px;
	width: 37px;
	background-color: #fff;
	margin: 0 10px;
	cursor: pointer;
}

.banner .swiper-active-switch {
	background: #da251c;
}

.banner .swiper-wrapper {
	height: 430px;
	width: 100%;
	overflow: hidden;
}
.cont1-tj{
	position: relative;
}
.cont1-tj .arrow-left {
  background: url(../img/index/left.jpg) no-repeat left top;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -40px;
  width: 34px;
  height: 34px;
}
.cont1-tj .arrow-right {
  background: url(../img/index/right.jpg) no-repeat left bottom;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -45px;
  width: 34px;
  height: 34px;
}
.cont1-tj a div {
    width: 189px;
    height: 184px;
    position: relative;
    border: 2px solid #e3e3e3;
    background: url('../img/hf_bg.jpg') no-repeat center center;
    background-size:100% 100%;
}
.cont1-tj a:hover div{
    border-color:#1064a0;
}
.cont1-tj a div span{
	display: block;
	position: absolute;
	line-height: 35px;
	text-align: center;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 12px;
	color: #333;
    display:none;
}
.cont1-tj a>span{
	display: block;
	width: 176px;
	margin: 10px auto 0;
	text-align: center;
	line-height: 35px;
	background: url(../img/index/product_bg.png) no-repeat center center;
	font-size: 14px;
	color: #fff;
    box-sizing:border-box;
    padding:0 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.cont1-tj a div i{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.cont1-tj a div i img{
	width: 100%;
	height: 180px;
}
.cont1-tj a{
	display: block;
	width: 193px;
	margin: 0 auto;
}
.cont1-tj{
	height: 235px;
}
.cont1-tj .swiper-container{
	height: 235px;
}
.cont2 li{
	float: left;
	width: 33%;
}
.cont2 li:last-child{
	width: 30%;
	float: right;
}
.cont2 li:first-child{
	margin-right: 2%;
}
.cont2 .title{
	margin-bottom: 8px;
}
.cont2 li img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.cont2 li p{
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
.cont2 li h4{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
}
.cont3-l{
	width: 68%;
}
.cont3-r{
	width: 30%;
}
.cont3-l-l{
	float: left;
	width: 311px;
	height: 210px;
	padding-bottom: 20px;
	position: relative;
}
.cont3-l-l a{
	display: block;
}
.cont3-l-l a img{
	width: 311px;
	height: 210px;
}
.cont3-l-l .swiper-container{
	height: 210px;
}
.cont3-l-l .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0;
	width: 100%;
	z-index: 99;
}

.cont3-l-l .swiper-pagination-switch {
	display: inline-block;
	height: 3px;
	width: 22px;
	background-color: #a19e9e;
	margin: 0 5px;
	cursor: pointer;
}

.cont3-l-l .swiper-active-switch {
	background: #da251c;
}
.cont3-l-r{
	width: 410px;
	float: right;
}
.cont3-l-r>a{
	display: block;
	font-size: 22px;
	color: #343434;
	font-weight: bold;
	margin-bottom: 8px;
}
.cont3-l-r li{
	padding: 8px 0;
	border-bottom: 1px dashed #afafaf;
}
.cont3-l-r li a{
	float: left;
	font-size: 12px;
	line-height: 12px;
    height:12px;
	color: #333;
	padding-left: 12px;
	border-left: 2px solid #a0a0a0;
	box-sizing: border-box;
	width: 70%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.cont3-l-r li:hover a{
    text-decoration:underline;
    color:#0094ff;
}
.cont3-l-r li span{
	float: right;
	font-size: 12px;
	line-height: 12px;
	color: #999;
}
.cont3-r>img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 4px solid #cfcfcf;
}
.cont3-r ul{
	margin-top: 5px;
}
.cont3-r ul li{
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

/*产品中心*/
.content-box{
	margin-top: 10px;
}
.content{
	width: 830px;
}
.products a div {
    width: 189px;
    height: 184px;
    position: relative;
    border: 2px solid #e3e3e3;
    background: url('../img/hf_bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}
.products a:hover div{
    border-color:#0094ff;
}
.products a div span{
	display: block;
    display:none;
	position: absolute;
	line-height: 35px;
	text-align: center;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 12px;
	color: #333;
}
.products a>span{
	display: block;
	width: 176px;
	margin: 10px auto 0;
	text-align: center;
	line-height: 35px;
	background: url(../img/index/product_bg.png) no-repeat center center;
	font-size: 14px;
	color: #fff;
    box-sizing:border-box;
    padding:0 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.products a div i{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.products a div i img{
	width: 100%;
	height: 180px;
}
.products a{
	display: block;
	width: 193px;
	float: left;
	margin-right: 19.33px;
	margin-bottom: 5px;
}
.products a:nth-child(4n){
	margin-right: 0;
}
.products{
	margin-top: 10px;
}

/*关于恒峰*/
.about1{
	margin-top: 25px;
}
.about1 p{
	font-size: 13px;
	color: #333333;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 5px;
}
.about1 img{
	width: 100%;
	height: auto;
	margin-top: 10px;
}

/*领导致辞*/
.about2 h4{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

/*企业文化*/
.about3 img{
	width: 100%;
	height: auto;
}
.about3 ul{
	margin: 30px 0;
}
.about3 ul li{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.about3 p{
	text-indent: initial;
}

/*资质荣誉*/
.about4{
	margin-top: 25px;
}
.about4 li{
	float: left;
	width: 36%;
	margin: 0 7% 40px;
}
.about4 li img{
	width: 100%;
	height: auto;
}

/*联系方式*/
.contact{
	margin-top: 25px;
}
.contact>img{
	max-width: 100%;
}
.contact-fs{
	margin-top: 30px;
}
.contact-fs ul{
	float: left;
}
.contact-fs ul li{
	font-size: 13px;
	color: #333;
	line-height: 30px;
}
.contact-fs ul li:first-child{
	font-size: 16px;
	font-weight: bold;
}
.contact-fs div{
	float: right;
	margin-top: 30px;
}
.contact-fs div img{
	width: 130px;
	height: 130px;
	margin-bottom: 5px;
}
.contact-fs div span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #333;
}
.map{
	width: 100%;
	box-sizing: border-box;
	border: 4px solid #d0d0d0;
	margin-top: 40px;
}
.map img{
	width: 100%;
	height: auto;
}

/*在线留言*/
.contact-ly{
	margin-top: 25px;
}
/*在线留言*/
.leave_box{
	height: 628px;
	width: 100%;
	overflow: hidden;
}
.leave{
	width: 100%;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 0 80px;
	overflow: hidden;
}
.leave h2{
	font-size: 24px;
	color: #333;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
.leave li{
	margin-bottom: 15px;
}
.leave li label{
	display: inline-block;
	width: 80px;
	text-align: right;
	font-family: 14px;
	color: #333;
	height: 34px;
	line-height: 34px;
}
.leave li i{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin-left: 5px;
	font-size: 12px;
	color: #999;
}
.leave li input{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 210px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 0 10px;
}
.leave .leave_c label{
	float: left;
	margin-right: 5px;
}
.leave .leave_c textarea{
	float: left;
	resize: none;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	width: 450px;
	height: 90px;
	padding: 10px;
}
.leave .btn{
	display: block;
	width: 165px;
	height: 38px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	margin: 40px auto;
	background-color: #1064a0;
}

/*新闻动态*/
.news{
	margin-top: 25px;
}
.news li h2 a{
	display: block;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news li:hover h2 a{
    text-decoration:underline;
    color:#0094ff;
}
.news li p{
	font-size: 12px;
	color: #454545;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
.news li span{
	font-size: 12px;
	color: #999;
	display: block;
	line-height: 20px;
	padding-left: 20px;
	background: url(../img/news/time.png) no-repeat left center;
	margin-top: 5px;
}
.news li{
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
}

/*新闻详情*/
.news-xq{
	margin-top: 25px;
}
.xq-tit h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.xq-tit p{
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
.xq-tit p span{
	margin: 0 10px;
}
.xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #BCBCBC;
}
.news-xq-box{
	width: 85%;
	margin: 0 auto;
	margin-top: 30px;
}
.news-xq-box p{
	font-size: 15px;
	color: #333;
	line-height: 28px;
	 
	margin-bottom: 10px;
}
.news-xq-box img{
	width: 80%;
	margin: 20px auto;
}
.news-fh{
	padding-top: 25px;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
}
.news-fh>a{
	display: block;
	width: 138px;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
	border-radius: 50px;
	background: url(../img/news/fh.png) no-repeat 20px center;
	margin-bottom: 20px;
}
.news-fh ul li{
	font-size: 14px;
	line-height: 30px;
}
.news-fh ul li span{
	color: #666;
}
.news-fh ul li a{
	color: #787878;
}

/*客户服务*/
.marketing{
	margin-top: 25px;
}
.marketing dl{
	margin-bottom: 50px;
}
.marketing dt{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.marketing dd{
	font-size: 13px;
	color: #333;
	line-height: 30px;
}
.marketing dd span{
	color: #FF3525;
	font-size: 16px;
}
/*营销网络*/
.marketing2{
	margin-top: 25px;
}
.marketing2 img{
	width: 100%;
	height: auto;
}

/*运用领域*/
.apply{
	margin-top: 25px;
}
.apply img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.apply h4{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
.apply p{
	font-size: 13px;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
}

/*资料下载*/
.download{
	margin-top: 25px;
}
.download li>div{
	float: left;
	max-width: 80%;
}
.download li>div h4 a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	
}
.download li>div span{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	padding-left: 20px;
	background: url(../img/news/time.png) no-repeat left center;
}
.download li{
	padding: 15px 0;
	border-bottom: 1px dotted #999;
}
.download li>a{
	float: right;
	display: block;
	width: 39px;
	height: 39px;
	background: url(../img/apply/download.png) no-repeat center center;
	margin: 10px 20px 0 0;
}

/*产品详情*/
.products-xq{
	margin-top: 12px;
}
.xq-l{
	width: 420px;
	float: left;
}
.xq-l-c{
	height: 100px;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	width: 420px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 20px;
}
.xq-l-c .swiper-container{
	height: 100px;
}
.xq-l i {
    display: block;
    width: 100%;
    height: 410px;
    box-sizing: border-box;
    border: 1px solid #BCBCBC;
    background: url('../img/hf_bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}
.xq-l i img{
	width: 100%;
	height: 100%;
}
.xq-l-c .swiper-slide i {
    display: block;
    width: 118px;
    height: 100px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2px;
    border: 1px solid #d7d7d7;
    background: url('../img/hf_bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}
.xq-l-c .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
}
.xq-l-c .swiper-slide:hover i{
	border: 3px solid #c6c6c6;
}
.xq-l-c .swiper-slide i.active{
	border: 3px solid #c6c6c6;
}
.xq-l-c .swiper-slide i img{
	display: block;
	width: 100%;
	height: 100%;
}
.xq-l-c .arrow-left {
  background: url(../img/product/left.png) no-repeat left top;
  position: absolute;
  left: 0px;
  top: 39px;
  width: 17px;
  height: 30px;
}
.xq-l-c .arrow-right {
  background: url(../img/product/right.png) no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 34px;
  width: 17px;
  height: 30px;
}
.xq-l-r{
	width: 385px;
	float: right;
}
.xq-l-r h4{
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.cpcs p{
	font-size: 12px;
	line-height: 30px;
	color: #333;
    height:30px;
    overflow:hidden;
}
.bdsharebuttonbox a{
	display: block;
	float: left;
	margin-right: 20px !important;
}
.bdsharebuttonbox{
	margin-top: 107px;
}
.xq-l-r ul{
	margin-top: 10px;
}
.xq-l-r ul li {
    height：30px;
}
.xq-l-r ul li a{
	font-size: 12px;
	line-height: 30px;
	color: #333;
}
.xq-l-r ul li:last-child a{
	display: block;
	width: 110px;
	line-height: 28px;
	border: 1px solid #999;
	border-radius: 50px;
	text-align: center;
}
.tab a{
	float: left;
	width: 112px;
	line-height: 32px;
	font-size: 14px;
    font-weight:bold;
	color: #333;
	text-align: center;
	margin-right: 3px;
	background-color: #bfbfbf;
}
.products-yl{
	margin-top: 12px;
}
.tab {
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.tab a:hover,.tab a.active{
	background-color: #1064a0;
	color: #fff;
}
.products-yl p{
	font-size: 12px;
	color: #333;
	line-height: 30px;
	/*text-indent: 2em;*/
}
.products-tj h4{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid #bcbcbc;
}
.products-tj{
	margin-top: 5px;
}

.products-yl table, .news-xq table,.marketing table {
    width: 480px !important;
    font-size: 12px;
    margin:0 !important;
}
.products-yl table td,.news-xq table td,.marketing table td{
    border:1px solid #999;
    text-align:center !important;
    line-height:30px;
    color:#333;
}
.products-yl table td p,.news-xq table td p,.marketing table td p{ 
    text-align:center !important;
}
.products-yl table th,.news-xq table th,.marketing table th{
     border:1px solid #ccc;
     text-align:center !important;
     line-height:30px;
     color:#333;
}
.xsye-tab{
    margin-bottom:30px;
}
.xsye-tab a{
    float:left;
    width: 110px;
    text-align:center;
    line-height:30px;
    margin-right:10px;
    border:1px solid #ccc;
    font-size:12px;
    margin-bottom:20px;
    color:#333;
}
.xsye-tab a:last-child{
    margin-right:0;
}
.xsye-tab a:hover,.xsye-tab a.active{
    background-color:#0094ff;
    color:#fff;
}
/*.marketing table{
    width:48% !important;
}
.marketing table:nth-child(2n+1){
    float:left;
}
.marketing table:nth-child(2n){
    float:right;
}*/