@charset "gbk";
html{font: 14px 'Microsoft Yahei';}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 300ms ease-in-out;}
a:hover{text-decoration: none;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
body{
	min-width: 1200px;
	margin:0 auto;
}
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
.swiper-pagination-bullet-active{
  background: #156353;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.banner{
	width:100%;
	height:580px;
	position: relative;
	margin:auto;
}

#flashs{ position:relative;height:580px; overflow:hidden;}
#flashs .bgitem{ z-index:1;position:absolute; top:0; }
#flashs .btn{ position:absolute; z-index:7; bottom:15px; left:80%; margin-right:-450px; padding:5px 6px;}
#flashs .btn span{ color:#0071D5;background:#fff; border:1px solid #0071D5; cursor: pointer;display: inline-block;margin-left: 5px;padding:2px 6px;}
#flashs .btn span.cur{background:#0071D5; color:#fff;}


.swiper-container1 img{
	width:100%;
}
.swiper-slide{
	width:100%;
}
/*toubu*/
.toubu{
	height: 40px;
	background: #ececec;
}
.toubu .t-left{
	float: left;
	line-height: 40px;
	font-size: 14px;
	color:#666;
}
.toubu .t-right{
	float: right;
	position: relative;
}
.toubu .t-right.wx a.weixin{
	position: relative;
	z-index: 3;
}
.toubu .t-right.wx a.weixin img{
	position: absolute;
	width:110px;
	top:31px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
}
.toubu .t-right.wx a.weixin:hover img{
	display: block;
}
.t-right-fir{
	display: inline-block;
	font-size: 12px;
	color:#8e8e8e;
	line-height: 30px;
	position: relative;
}
.t-right-fir:nth-child(2){
	margin:0 18px;
}
.t-right-fir:nth-child(2):after{
	display: block;
	content:"";
	position: absolute;
	width:2px;
	height: 10px;
	background: url(../images/toubu-bg2.png) no-repeat center;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left:-11px;
}
.t-right-fir:hover{
	color:#fff;
}
.t-right-sec{
	display: inline-block;
	line-height: 40px;
	margin-left: 25px;
    padding-left: 28px;
    font-size: 14px;
    color:#8a8a8a;
}
.t-right-sec:nth-child(1){
	background: url(../images/t1.png) no-repeat center left;
}

.t-right-sec:nth-child(2){
	background: url(../images/t2.png) no-repeat center left;
}



.t-right-sec.weixin:hover{

}
.t-right .tel{
	line-height: 40px;
	font-size: 22px;
	color:#fff;
	padding-left: 28px;
	background: url(../images/tel.png) no-repeat center left;
	margin-left: 26px;
}

/*top*/
.top{
	width:1200px;
	height:120px;
	margin:0 auto;
	position: relative;
}
.top-left{
	position: absolute;
	top:50%;
	left:0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-right{
	position: absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	padding-left: 60px;
}
.text-left {
	float: left;
}
.text-left p{
	font-size: 16px;
	color:#484848;
	font-weight: 700;
}
.text-left p:nth-child(1){
	margin-top: 6px;
}
.text-center {
	float: left;
}
.text-center p{
	font-size: 20px;
	color:#156353;
}
.text-right{
	float: right;
	display: block;
	margin-left: 10px;
}

/*nav*/
.nav{
	width:100%;
	background: #292929;
}
.nav>.wrapper>ul>li{
	float: left;
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	position: relative;
}
.nav>.wrapper>ul>li>a{
	display: block;
	color:#fff;
	line-height: 55px;
	width:150px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	text-align: center;
	position: relative;
} 
.nav>.wrapper>ul>li>a:after{
	display: block;
	content:"";
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:1px;
	height: 6px;
	background: #7f7f7f;
}
.nav>.wrapper>ul>li:last-child>a:after{
	display: none;
}
.nav>.wrapper>ul>li>a p:first-child{
	padding-top: 12px;
}
.nav>.wrapper>ul>li:hover a{
	background: #ec7014;
}
#thyNavStyle{
	background: #ec7014;
}
.nav>.wrapper>ul>li>.erji{
	position: absolute;
	top:60px;
	left:0;
	z-index: 10000;
	display: none;
	
}
.nav>.wrapper>ul>li:hover .erji{
	display: block;
}
.nav>.wrapper>ul>li>.erji>li{
	background: #303333;
	position: relative;
	width:133px;
	height:60px;
	line-height: 68px;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;

}
.nav>.wrapper>ul>li>.erji>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	text-align: center;
}

.nav>.wrapper>ul>li>.erji>li>.sanji{
	position: absolute;
	left:133px;
	top:0;
	display: none;
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li{
	background: #303333;
	position: relative;
	width:150px;
	height:68px;
	line-height: 68px;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li:hover{
	background-color:#c8000b; 
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	text-align: center;
}
.nav>.wrapper>ul>li>.erji>li:hover{
	background-color:#c8000b; 
}
.nav>.wrapper>ul>li>.erji>li:hover .sanji{
	display: block!important;
}
.titlebox p:first-child{
	text-align: center;
	font-size: 28px;
	color:#222;
	font-weight: 700;
	letter-spacing: 2px;
	
}
.titlebox img{
	max-width: 100%;
	margin:15px auto;
}
.titlebox p:nth-child(3){
	font-size: 16px;
	color:#b0b0b0;
	text-align: center;
	margin-bottom: 60px;
}

/*关键词*/
.guanjianci{
	background: url(../images/searchbg.jpg) no-repeat left center;
	position: relative;
}
.guanjianci .wrapper{
	position: relative;
	background: #156353;
}
.guanjianci ul{
	float: left;
	width:562px;
	background: url(../images/rm.png) no-repeat left center;
	padding-left: 38px;
}
.guanjianci .sousuo{
	float: right;
}
.sousuo p{
	background: url(../images/tel.png) no-repeat center left;
	line-height: 30px;
	color:#272727;
	font-size: 16px;
	padding-left: 35px;
}
.sousuo p span{
	font-size: 28px;
	color:#253d99;
	font-weight: 700;
}
.guanjianci ul li{
	float: left;
	line-height: 82px;
}
.guanjianci ul li a{
	display: block;
	font-size: 14px;
	color:#fff;
	padding-left:15px;
}
.guanjianci ul li:first-child{
	font-size: 16px;
	font-weight: 700;
	color:#fff;
}
.search {
    width: 310px;
    height: 35px;
    text-indent: 8px;
    outline: none;
    background: #e9e9e9;
    color:#6e9d95;
    float: left;
}
.sousuotijiao {
    width: 56px;
    height: 34px;
    background: url("../images/f-sou.png") no-repeat center;
    cursor: pointer;
    outline: none;
    float: right;
}
.sousuo ::-webkit-input-placeholder { /* WebKit browsers */
    color:#b8b8b8;
    font-size:14px;
}
.sousuo :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  	color:#b8b8b8;
    font-size:14px;
}
.sousuo ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#b8b8b8;
    font-size:14px;
}
.sousuo :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#b8b8b8;
    font-size:14px;
}

/*product*/
.pro{
	padding:50px 0;
}

/*侧边栏*/
.chanping-left{
	width: 305px;
	float: left;
	background: #f2f2f2;
    
}
.chanping-left .topbox{
	padding:15px 0;
	
	box-sizing:border-box;
}
.chanping-left .bottombox{
	background: #253d99 url(../images/telbg.png) no-repeat center left 30px;
	padding-left: 89px;
	height: 110px;
}
.chanping-left .bottombox p:first-child{
	font-size:16px;
	color:#fff;
	padding-top: 28px;
}
.chanping-left .bottombox p:nth-child(2){
	font-size:24px;
	color:#fff;
	font-weight: 700;
}
.chanping-left .topbox p{
	font-size: 30px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	line-height: 38px;
	margin-top: 18px;
	background: url(../images/Product-top.png) no-repeat center;
}
.chanping-left .topbox .xian{
	height: 2px;
	width:55px;
	background:#81d3a8;
	margin:0 auto;
	margin-top: 10px;
}
.ulBox{
	padding: 15px;
}
.chanping-left .ulBox>ul>li>a{
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	position: relative;
	color:#1a1a1a;
	font-size: 20px;
	font-weight: 700;
	display: block;
	line-height: 70px;
	border-bottom:1px solid #cdcdcd ;
	box-sizing:border-box;
	padding-left:20px;
}
.chanping-left .ulBox>ul>li>a.active{
	background: #fff;
	color:#253d99;
}

.chanping-left .ulBox>ul>li>a:hover{
	color:#253d99;
	background: #fff;
}
.chanping-left .ulBox>ul>li{
	position: relative;
}
.chanping-left .ulBox>ul>li .show_list{
	display: none;
}
.chanping-left .ulBox>ul>li:first-child .show_list{
	display: block;
}
/* .chanping-left .ulBox>ul>li:hover>a{
	background: #00bf79;
} */
.chanping-left .ulBox>ul>li>i{
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	position: absolute;
	right:20px;
	top:0;
	line-height: 70px;
	font-size: 14px;
	color:#747474;
	font-style: normal;
}
.chanping-left .ulBox>ul>li>i.active{
	color:#253d99;
}
.chanping-left .ulBox>ul>li:hover>i{
	color:#253d99;
}
.chanping-left .ulBox>ul>li>ul>li{
	border-bottom:1px dashed #ededed;
}
.chanping-left .ulBox>ul>li:last-child{
	
}
.chanping-left .ulBox>ul>li>ul>li>a{
	display:block;
	padding-left: 20px;
	line-height: 45px;
	background: #fff;
}
.chanping-left .ulBox>ul>li>ul>li>a>span{
	display: inline-block;
	margin-right:10px;
	width:24px;
	height: 45px;
	background: url(../images/arrow.png) no-repeat center;
	float: right;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}

.chanping-left .ulBox>ul>li>ul>li>a:hover span{
	background: url(../images/arrow-hover.png) no-repeat center;
}
.pro-right{
	float: right;
	width:857px;
	    height: 760px;
}
.pro-right-top{
	width:100%;
}
.pro-right-top p{
	float: left;
	line-height: 50px;
	font-size: 20px;
	color:#191919;
	font-weight: 700;
	padding-left: 35px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    cursor: pointer;
}
.pro-right-top p:hover{
	color:#253d99;
}
.pro-right-top p:first-child{
	background: url(../images/pfir.png) no-repeat left center;
}
.pro-right-top p:first-child:hover{
	background: url(../images/pfir1.png) no-repeat left center;
}
.pro-right-top p:nth-child(2){
	background: url(../images/psec.png) no-repeat left center;
	margin-left: 20px;
}
.pro-right-top p:nth-child(2):hover{
	background: url(../images/psec1.png) no-repeat left center;
}
.pro-right-top p:nth-child(1).active1{
	color:#253d99;
	background: url(../images/pfir1.png) no-repeat left center;
}
.pro-right-top p:nth-child(2).active2{
	color:#253d99;
	background: url(../images/psec1.png) no-repeat left center;
}
.pro-right-top a{
	display: block;
	float: right;
	width:31px;
	height: 50px;
	background: url(../images/pro-jian.png) no-repeat center;
}
.probox{
	position: relative;
}
.probox .pro-inner{
	position: absolute;
	left:0;
	top:0;
	display: none;
}
.probox .pro-inner.active{
	display: block;
}
.pro-top{
	border:1px solid #d2d2d2;
	height: 282px;
	width:100%;
	padding:0 55px;
	margin-top: 25px;
}
.pro-top .imgbox{
	float: left;
	height: 100%;
	width:240px;
	position: relative;
}
.pro-top .imgbox img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.pro-top .text{
	float: right;
	width:444px;
	margin-top: 41px;
}
.pro-top .text .title{
	font-size: 24px;
	color:#2b2b2b;
	font-weight: 700;
}
.pro-top .text .con{
	font-size: 14px;
	color:#9c9c9c;
	line-height: 30px;
	margin-top: 15px;
}
.pro-top .abox a{
	display: block;
	float: left;
	width:137px;
	line-height: 38px;
	color:#fff;
	font-size: 16px;
	border-radius: 20px;
	padding-left: 50px;
	margin-top: 20px;
}
.pro-top .abox a:nth-child(1){
	background:#253d99 url(../images/abox1.png) no-repeat left 26px center;
	margin-right: 16px;
}
.pro-top .abox a:nth-child(2){
	background:#253d99 url(../images/abox2.png) no-repeat left 26px center;
}
.pro-top .abox a:nth-child(1):hover{
	background:#ec7014 url(../images/abox1.png) no-repeat left 26px center;
}
.pro-top .abox a:nth-child(2):hover{
	background:#ec7014 url(../images/abox2.png) no-repeat left 26px center;
}
.pro-bottom ul li{
	float: left;
	width:273px;
	margin-right: 19px;
	margin-top: 19px;
}
.pro-bottom ul li:last-child{
	margin-right: 0;
}
.pro-bottom ul li a{
	display: block;
}
.pro-bottom ul li a .pic{
	width:100%;
	height: 214px;
	position: relative;
	border:1px solid #d2d2d2;
}
.pro-bottom ul li a .pic img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.pro-bottom ul li a .text{
	width:100%;
	height: 160px;
	background: #f2f2f2;
	padding:20px  20px 0 20px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.pro-bottom ul li:hover a .text{
	background: #ec7014;
}
.pro-bottom ul li a .text .title{
	font-size: 16px;
	color:#1e1e1e;
	font-weight: 700;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.pro-bottom ul li:hover a .text .title{
	color:#fff;
}
.pro-bottom ul li a .text .con{
	font-size: 14px;
	color:#808080;
	line-height: 25px;
	margin:15px 0 20px 0;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.pro-bottom ul li:hover a .text .con{
	color:#fff;
}
.pro-bottom ul li a .text .more{
	font-size: 14px;
	color:#253d99;
	font-weight: 700;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.pro-bottom ul li:hover a .text .more{
	color:#fff;
}
/*广告*/
.guang{
	height: 229px;
	background:#f0f0f0 url(../images/guanggao.png) no-repeat center;
}
.guang .text{
	float: right;
	width:256px;
	text-align: center;
	margin-top: 64px;
    margin-right: 40px;
}
.guang .text img{
	margin:0 auto;
}
.guang .text p:nth-child(2){
	font-size: 16px;
	color:#fff;
}
.guang .text p:nth-child(3){
	font-size: 28px;
	color:#fff;
	font-weight: 700;
}
/*质量*/
.zhiliang{
	padding:70px 0;
	background:#f0f0f0;
}
@keyframes imgScale{
  from{

    transform: scale(1);
  }
  to{
    transform: scale(1.15);
  }
}
.zhiliang .con .imgbox{
	float: left;
	width:470px;
	height: 416px;
	overflow: hidden;
}
.zhiliang .con .imgscle{
	
	animation: imgScale 10s ease-in-out infinite alternate;
    -webkit-animation: imgScale 10s ease-in-out infinite alternate;
}
.zhiliang .con .con-r{
	float: right;
	width:730px;
}
.zhiliang .con .con-r-top img{
	float: left;
}
.zhiliang .con .con-r-bottom{
	width:730px;
	height: 185px;
	background: #fff;
	padding:40px 60px 0 60px;
}
.zhiliang .con .con-r-bottom p:nth-child(1){
	font-size: 22px;
	color:#272727;
	font-weight: 700;
}
.zhiliang .con .con-r-bottom p:nth-child(1) a{
	display: block;
	float: right;
	line-height: 25px;
	width:77px;
	font-size: 12px;
	color:#fff;
	background: #ec7014;
	text-align: center;
	border:1px solid #ec7014;
}
.zhiliang .con .con-r-bottom p:nth-child(2){
	font-size: 14px;
	color:#8a8a8a;
	line-height: 25px;
	margin-top: 25px;
}
.zhiliang .con .con-r-bottom p:nth-child(1) a:hover{
	background: none;
	box-shadow: 0px 0px 5px #ec7014;
	color:#ec7014;
}
/*about*/
.about{
	padding:60px 0;
	background: url(../images/aboutbg.jpg) no-repeat center / cover;
}
.about .titlebox img{
	margin:0 auto;
}
.about .titlebox p:nth-child(2){
	font-size: 38px;
	color:#fff;
	text-align: center;
	margin:30px 0;
}
.about .titlebox p:nth-child(3){
	font-size: 18x;
	color:rgba(255,255,255,0.4);
	text-align: center;
}
.aboutbox{
	background: #fff;
	padding:40px 0;
}
.about-list {
	float: left;
	width:241px;
	margin-left: 48px;
}
.about-list .img-top{
	width:100%;
	height: 173px;
	background: url(../images/about-bg.png) no-repeat center ;
	padding-top: 49px;
}
@keyframes r_x{75%{transform: rotateY(0deg);} 100%{transform: rotateY(360deg);}}
@-webkit-keyframes r_x{75%{transform: rotateY(0deg);} 100%{transform: rotateY(360deg);}}
.about-list .img-top .imgbox{
	width:72px;
	height: 61px;
	margin:0 auto;
	 animation: r_x 4s ease-in-out infinite;
    -webkit-animation: r_x 4s ease-in-out infinite;
}
.about-list .fir{
	font-size: 20px;
	color:#141414;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}
.about-list .sec{
	font-size: 14px;
	color:#868686;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
}
.about-list:nth-child(1) .img-top .imgbox{
	background:url(../images/a1.png) no-repeat center; 
}
.about-list:nth-child(2) .img-top .imgbox{
	background:url(../images/a2.png) no-repeat center; 
}
.about-list:nth-child(3) .img-top .imgbox{
	background:url(../images/a3.png) no-repeat center; 
}
.about-list:nth-child(4) .img-top .imgbox{
	background:url(../images/a4.png) no-repeat center; 
}
.about-a{
	display: block;
	margin:0 auto;
	width:160px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	background: #ec7014;
	border:1px solid #ec7014;
	margin-top: 60px;
}
.about-a:hover{
	background: none;
	color:#ec7014;
	box-shadow: 0px 0px 5px #ec7014;
}

/*新闻*/
.news{
	padding: 60px 0;
	background: #f0f0f0;
}
.news-list{
	float: left;
	width:580px;
}
.news-title{
	background: url(../images/news-img.png) no-repeat center top;
	margin-bottom: 10px;
}
.news-title p{
	float: left;
	font-size: 20px;
	color:#323232;
	line-height: 50px;
}
.news-title a{
	display: block;
	float: right;
	font-size: 14px;
	color:#323232;
	line-height: 50px;
}
.news-top .img{
	width:100%;
	height: 266px;
}
.news-top .img img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.news-top .text{
	width:100%;
	height: 147px;
	padding:20px;
	border-bottom: 1px dashed #aaa;
	background: #fff;
	transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.news-top:hover .text{
	background: #253d99;
}
.news-top .text .title{
	font-size: 18px;
	color:#1f1f1f;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 15px;
	transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.news-top:hover .text .title{
	color:#fff;
}
.news-top .text .title span{
	display: inline-block;
	line-height: 28px;
	width:65px;
	text-align: center;
	background: #ec7014;
	font-size: 14px;
	color:#fff;
	border-radius: 20px;
	margin-right: 15px;
}
.news-top .text .con{
	font-size: 14px;
	color:#797979;
	line-height: 25px;
	transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.news-top:hover .text .con{
	padding-left: 20px;
	color:#fff;
}
.news-bottom {
	padding:28px 20px;
	background: #fff;
}
.news-bottom ul li a{
	display: block;
	padding-left: 20px;
	background: url(../images/news-t-bg.png) no-repeat left center;
}
.news-bottom ul li a .title{
	float: left;
	font-size: 14px;
	color:#1f1f1f;
	line-height: 35px;
	transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.news-bottom ul li:hover a .title{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.news-bottom ul li a .time{
	float: right;
	font-size: 14px;
	color:#a4a4a4;
	line-height: 35px;
}
.news-listsec{
	float: right;
}
.news-box{
	margin-bottom: 25px;
}
.news-box .img{
	width:212px;
	height: 145px;
	float: left;
	overflow: hidden;
}
.news-box .img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.news-box:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news-box .text{
	float: right;
	width:368px;
	height: 145px;
	background: url(../images/jia.jpg) no-repeat center;
	padding:0 25px;
	padding-top: 32px;

}
.news-box .text .title{
	font-size: 18px;
	color:#292929;
	font-weight: 700;

}
.news-box .text .con{
	font-size: 14px;
	color:#adadad;
	line-height: 25px;
	margin-top: 10px;
	transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.news-box:hover .text .con{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	margin-left: 15px;
}
.lianxi .img{
	width:284px;
	height: 234px;
	float: left;
}
.lianxi .img img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.lianxi .text{
	float: left;
	width:296px;
	height: 234px;
	background: #666;
	padding:25px 35px;
}
.lianxi .text p:nth-child(1){
	font-size: 16px;
	color:rgba(255,255,255,0.3);
	text-transform: uppercase;
}
.lianxi .text p:nth-child(2){
	font-size: 24px;
	color:#fff;
	font-weight: 700;
	margin:10px 0 20px 0;
}
.lianxi .text p:nth-child(3){
	font-size: 14x;
	color:rgba(255,255,255,0.6);
}
.lianxi a{
	display: block;
	width:100px;
	line-height: 30px;
	text-align: center;
	background: #ec7014;
	font-size: 16px;
	color:#fff;
	border-radius: 20px;
	margin-top: 27px;
	border:1px solid #ec7014;
}
.lianxi a:hover{
	background: none;
	box-shadow: 0px 0px 5px #ec7014;
	color:#ec7014;
}

/*留言*/
.mess{
	padding:50px 0;
}
.m-l{
	width:600px;
	height: 492px;
	background: url(../images/messagebg.jpg) no-repeat left center;
	float: left;
}
.m-l-inner{
	float: right;
	width:420px;
}
.m-l-inner p:nth-child(1){
	font-size: 18px;
	color:#242424;
}
.m-l-inner p:nth-child(2){
	font-size: 30px;
	color:#242424;
	font-weight: 700;
	padding-bottom: 50px;
	border-bottom: 1px solid #c2c2c2;
}
.m-l-inner p:nth-child(2) span{
	font-size: 30px;
	color:#1459ad;
}
.formbox{
	margin-top: 60px;
}
.formbox label{
	display: inline-block;
    width: 70px;
    text-align-last: justify;
}
.formbox input[type=text]{
	line-height: 40px;
	width:345px;
	border:1px solid #d2d2d2;
	margin-bottom: 10px;
	outline: none;
}
.formbox textarea{
	height: 125px;
	width:345px;
	border:1px solid #d2d2d2;
	margin-bottom: 10px;
	margin-left: 4px;
	resize: none;
	outline: none;
}
.ti input{
	float: left;
	width:130px;
	line-height: 40px;
	text-align:center;
	font-size: 14px;
	font-weight: 700;
	color:#fff;
	background:#ec7014;
	cursor: pointer;
	outline: none;
}
.ti input:nth-child(2){
	background: #5c5c5c;
	margin-left: 10px;
}
.ti input:nth-child(1){
	margin-left:74px;
}
.m-r{
	width:560px;
	float: right;
	height: 492px;
}
#allmap{
	width:560px;
	height: 492px;
}
/*footer*/
.footer{
	background:url(../images/footerbg.jpg) no-repeat center;
	height: 317px;
	padding:50px 0;
}
.f-l .imgbox{
	float: left;
	width:125px;
	height: 125px;
	margin-right: 20px;
}
.f-l .imgbox img{
	width:100%;
}
.f-l .text{
	float: left;
}
.f-l .text p:nth-child(1){
	font-size: 16px;
	color:#fff;
}
.f-l .text p:nth-child(2){
	font-size: 42px;
	color:#fff;
}
.f-l .text p:nth-child(3){
	font-size: 16px;
	color:#fff;
}
.f-l .text p:nth-child(4){
	font-size: 24px;
	color:#fff;
}
.f-l .abox a{
	display: inline-block;
	width:50px;
	height: 50px;
	border:1px solid #656565;
	border-radius: 50%;
	margin-left: 70px;
    margin-top: 40px;
}
.abox a:nth-child(1){
	background: url(../images/f3.png) no-repeat center;
}
.abox a:nth-child(1):hover{
	background: url(../images/f33.png) no-repeat center;
}

.f-l{
	float: left;
}
.f-r{
	float: right;
	width:600px;
}
.f-r ul li{
	float: left;
	width:200px;
	
}
.f-r ul li p:nth-child(1){
	font-size: 14px;
	color:#fff;
	margin-bottom: 15px;
}
.f-r ul li p:nth-child(2){
	font-size: 12px;
	color:rgba(255,255,255,0.4);
}
.last{
	width:100%;
	background: #000;
	line-height:60px;
}
.last .wrapper{
	position: relative;
}
.last .gotop{
	position: absolute;
	right:0;
	bottom:0;
	cursor: pointer;
}
.last-left{
	float: left;
}
.last-center{
	float: left;
}
.last-center ul{
	margin-top: 10px;
}
.last-center ul li{
	float:left;
	padding:5px 20px;

}
.last-center ul li a{
	display: block;
	color:#858585;
	font:12px 'Microsoft YaHei';
}
.last-center p{
	font:12px 'Microsoft YaHei';
	color:#858585;
	line-height: 60px;
}
.last-center p a{
	color:#858585;
}
.last-right{
	position: inherit;
	float: right;
}
.last-right a{
	font:12px 'Microsoft YaHei';
	color:#858585;
	line-height: 60px;
}
.sidarbox{
	display: none;
}
.prosec{
	padding-top: 0;
}
.prosec .pro-right{
	float: none;
	width:100%;
}
.prosec .pro-right ul li{
	width:287px;
	margin-right: 17px;
}
.prosec .pro-right ul li:nth-child(3n){
	margin-right: 17px;
}
.prosec .pro-right ul li:nth-child(4n){
	margin-right:0;
}
.prosec .pro-right ul li:nth-child(-n+8){
	margin-bottom:18px;
}

.pro-title-box{
	border-bottom: 1px dashed #666;
}
.pro-title-box p{
	font-size: 14px;
	color:#666;
	line-height: 40px;
	
	float: left;
}
.fr{
	float: right;
}
.fr p{
	line-height: 40px !important;
}
.fr p a{
	font-size: 12px;
	color:#0066cc;
}
.fr img{
	display: inline-block;
}