﻿/**
* @author:    ssj
* @update:    2019年04月26日
* @description: 个性样式
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
em,i{
	font-style: normal;
}
ul,li{text-decoration: none; list-style: none;}
body{
	font-size: 14px;
}
img{
	vertical-align: middle;
}
.ftc-blue{
	color: #0d5cbe;
}
.ftc-red{
	color: #da251c;
}
.bgc-blue{
	background-color: #0d5cbe;
}

.clear:after{
  content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clear {
	*zoom:1;
}
.mt0{
	margin-left: auto;
	margin-right:auto;
}
.fl{ 
	float:left;
}
.fr{ 
	float:right;
}
.tow1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tow2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tow3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.imgchange:hover{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.shan{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.shan:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: "";
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
}

.shan:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
}
.pac{
	display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: box;
    box-orient: vertical;
    box-pack: center;
}

.text-l{
	text-align: left;
}
.text-c{
	text-align: center;
}
.text-r{
	text-align: right;
}
.bg-img{
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.shadow{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
}
.none{
	display: none;
}
.block{
	display: block;
}
/*@ 宋体      SimSun
@ 黑体      SimHei
@ 微软雅黑   Microsoft Yahei
@ 微软正黑体 Microsoft JhengHei
@ 新宋体    NSimSun
@ 新细明体  MingLiU
@ 细明体    MingLiU
@ 标楷体    DFKai-SB
@ 仿宋     FangSong
@ 楷体     KaiTi
@ 仿宋_GB2312  FangSong_GB2312
@ 楷体_GB2312  KaiTi_GB2312  
@
@ 说明：中文字体多数使用宋体、雅黑，英文用Helvetica*/

.scrollbar::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
    width:10px;
	background:#f5f5f5;
	border-radius:6px; 
}
.scrollbar::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
    background:#74D334;
	display:none;
}  
.scrollbar::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
    background:#62c0e3;
	display:none;
}  
.scrollbar::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/  
    background:#f2f2f2;
	border-radius:6px;
}  
.scrollbar::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#c7c7c7;
    border-radius:6px; 
}  
.scrollbar::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF;
	display:none;
}  
.scrollbar::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#FF0BEE;
	display:none;  
} 





@media screen and (min-width:1201px) {
/*header*/
.header-te{display: none;}		
.main{
	width:1200px;
	margin: 0 auto;
	position: relative;	
}

.ship{width: 47%; height: 342px;  margin-left: 1%;}
.header-top-box{
	background-color: #eeeeee;
}
.header-top p{
	line-height: 30px;
	font-size: 12px;
	color: #363636;
}
.header{
	padding: 20px 0;
}
.header.main{ width:80%}
.header-com{width:40%;height:auto;}
.header-com img{width:100%; height:auto;}
.header-tel{ width:26%; height:auto;}
.header-tel img {width:100%; height: auto;}

/*nav*/
	.banquan{display: none;}
.container{display: none;}		
.daoh{display: none;}	
.bann{display: none;}
.footer{display: none;}		
.header-fh{display: none;}	
.flex{display: none;}	
.gallery-top-box{display: none;}
.gallery-thumbs-box{display: none;}	
.mxw{display: none;}	
.nav-box{
	background-color: #eeeeee;
}
.nav{
	display: block;
	text-align: center;	
}
.nav>li {
	float: left;
	line-height: 42px;
	position: relative;
	width:14%;
}
	.nav>li:hover{background-color:  #0d5cbe; color:#fff;}	
.nav li>a{
	color: #1f1f1f;
	font-size: 18px; 
	display: block;
	transition-duration: .5s;
	position: relative;
	/*font-weight: 600;*/
}
	.nav li>a:hover{color: #fff;}
.nav>li.on>a{
	color: #fff;
	background-color: #0d5cbe;
}
/*.nav>li.on>a:after{
	content: "";
	display: block;
	width: 50%;
	height: 3px;
	background: #0d5cbe;
	position: absolute;
	left: 25%;
	bottom: 0;
}*/
.navsub{
	position: absolute;
	top: 42px;
	z-index: 2;
	width: 100%;
	background-color: rgba(255,255,255,.8);
	display: none;
	left: 0;
	border: 1px solid #eee;
	overflow: hidden;
	
}
.navsub>li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #0d5cbe;
}
.navsub>li>a{
	display: block;
	color: #000;
	font-size: 16px;
	/*font-weight: 600;*/
}
.navsub>li:hover>a{
	color: #fff;
    background: #da251c;
}

/*banner图轮播*/
#banner{width:100%;height:auto;}
#banner img{ width:100%; height:auto;}
.slides{margin:0px auto; width:100%; height:auto; overflow:hidden;position:relative;}
.slide-pic{width:100%;overflow:hidden;list-style:none;}
.slide-pic img{width:100%;height:auto;}
.slide-pic li{display:none;}
.slide-pic li.cur{display:block;}
.slide-li{right:5%;bottom:6%;position:absolute;}
.slide-li li{width:10px;height:10px;float:left;overflow:hidden;list-style:none;  margin-right: 10px; border-radius: 10px;}
.slide-li a{width:100px;height:10px;color:#000;font-size:12px;display:block; }
.slide-li a:hover{color:#F00;text-decoration:none;}
.op li{background:#fff;filter:alpha(opacity=60);opacity:0.6;}
.op li.cur{background: #da251c;}






/*subbanner*/
.subbannerbox {
    width:100%;
    height:auto;
    overflow: hidden;
}
.subbanner {
    width:100%;
    height:100%;
    overflow: hidden; margin: 0 auto;
	text-align: center;
}
.subbanner img{width: 100%; height:100%;}	

/*crumb*/
.crumbbox{
	width: 100%;
	margin-top: 10px;
	/*background: #f4f4f4;*/
}
.crumb{
	line-height: 30px;
	height: 30px;
	color: #2a2a2a;
	margin: 0 auto;
	width: 1170px;
	border-bottom: 1px solid #cacaca;
	background: url(../img/home.png) no-repeat left;
	padding-left: 30px;
}
.crumb strong{
	font-weight: 500;
}
.crumb strong i{
	color: #909090;
	font-size: 14px;
	margin: 0 12px;
}
.crumb a{
	color: #545454;
}
.crumb span,.crumb a:hover{
	color: #0d5cbe;

}
.crumb>i{
	font-size: 18px;
	color: #474747;
	margin-right: 10px;
}

	
	
	
	.titl{display: none;}
/* title */
.title{
	margin-top: 30px;	
	text-align: center;
	margin-bottom: 30px;
	
}
.title h2{
	width: 341px;
	height: 109px;
	display: inline-block;
	background: url(../img/tbg.png) 100% 100% no-repeat;
	color: #fff;
	padding-top: 24px;
	line-height: 1.4;
	font-size: 21px;
	letter-spacing: 2px;
}
.title2{
	text-align: center;
}
.title2 h3{
	font-size: 30px;
	color: #0d5cbe;
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom:6px;
	position: relative;
}
.title2 h3:after{
	content: '';
	display: inline-block;
	background-color: #a6a6a6;
	width: 60px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.title2 p{
	font-size: 26px;
	color: #a6a6a6;
	text-transform: uppercase;
	font-family: arial;
}




/*iabout*/
.index-about-box{
	background-color: #f4f4f4;
	padding-top: 30px;
	padding-bottom:60px;
}
.index-about{
	border-top: 20px solid #0d5cbe;
	margin-top: 20px;
	padding:20px 30px 40px 30px;
	background-color: #fff;
}
.index-about-img{
	width: 48%;
	height:auto;
}
.index-about-rt{
	width:100%;
}
.index-about-rt p{
	font-size: 15px;
	color: #3a3a3a;
	line-height: 1.7;
	margin-top: 30px;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-indent: 2em;
}
.more{
	width: 150px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background: #0d5cbe;
	color: #fff;
	font-size: 34px;
	text-align: center;
	margin-top: 30px;
}
.index-about-ul{
	margin-top: 35px;
}
.index-about-ul li{
	width: 30%;
	height:auto;
	overflow: hidden;
	float: left;
	position: relative;
	text-align: center;
}
.index-about-ul li+li{
	margin-left:3%;
}
.index-about-ul li a img{
	width:100%;
	height:auto;
}
.index-about-ul li:hover a img{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.index-about-ul li a p{
	position: absolute;
	width: 100%;
	left: 0;	
	bottom: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 18px;
	padding: 8px 0;
}

   .product li {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 3%;
    height: 280px;
    overflow: hidden;
    text-align: center;
}
 .product li img{width:auto; height:80%;}

/*ipro*/
	.tempwrap{overflow: hidden;
    position: relative;
    width: 950px;
    margin: 0 auto;}	
	
.index-product-box{
	padding-top:30px;
	padding-bottom: 30px;
	background: url(../img/iprobg.jpg) 100% top no-repeat;
}
.index-product{
	margin-top: 40px;
}
.index-product:before{
	content: '';
	width: 100%;
	height: 500px;
	display: block;
	background-color: #f0f0f0;
	position: absolute;
	bottom: -20px;
}
.index-product-box .title2 h3{
	color: #fff;
}
.index-product-box .title2 h3:after{
	background: #fff;
}
.index-product-box .title2 p{
	color: #fff;
}
	
	

.index-product-l{
	width:100%;
	position: relative;
	z-index: 9;
}
.index-product-l .bd a{width: 950px;}	
	
.index-product-l .bd img{
	width: 100%;

}
	
	

.index-product-l .hd {
	margin: 30px 0 0 0;

}
	
	
.index-product-l .hd li{
	position: relative;
	width:190px;
	height: 100px;
	float: left;
	text-align: center;
	margin: 0 1px;
}

.index-product-l .hd li img{
	width:auto;
	height: 100px;
}
.index-product-l .hd li+li{
	
}
.index-product-l .hd li.on img{
	border: 2px solid #114db7;
}
.index-product-l .hd li.on:after{
	position: absolute;
	top:-10px;
	left:50%;
	margin-left: -5px;
  border-bottom:10px solid #114db7;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  content: "";
}

/*新闻中心首页*/
.xinwen{width: 100%; height: 650px; background:url(../img/xwbg.jpg) no-repeat center; margin: 40px 0 0 0;}
.xinwen .xwda{width: 80%; height: auto; margin: 0 auto; padding-top: 20px;}
.xinwen .xwda ul li{width:31%; height:auto; float: left; background: #fff; margin:1%;}
.xinwen .xwda ul li:hover{ filter: Alpha(Opacity=90); /*IE*/ -moz-opacity: 0.9; /*FF*/ opacity: 0.9;}
.xinwen .ttu{width:99%; margin: 2px 0.5%; float: left; height:auto; text-align: center; overflow: hidden;}
.xinwen .ttu img{width: 100%; height:240px; transition: 1s all;}
.xinwen .ttu:hover img{transform: scale(1.1)}
.xinwen .wzz{width:98%; height: 186px; margin-top: 10px; float: left; padding:0 1%;}
.xinwen .wzzs{width:100%; height: 40px; line-height: 40px; float: left; background:url(../img/rili.png) no-repeat left; padding-left: 50px; border-bottom: 1px solid #666;}
.xinwen .wzzx{width: 100%; float: left; height: 130px; overflow: hidden; margin-top:6px; position: relative;}
.xinwen .wzzx p a{color: #666; font-size: 16px;}
.xinwen .wzzx p span a{color: #999; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3; font-size: 14px; }
.xinwen .gdu{width:100px; height:30px; text-align: center; line-height: 30px; color: #fff; background: #0d5cbe; position: absolute; left: 10px; bottom: 0px; }
.xinwen .gdu a{padding: 5px 20px; color: #fff;}

.xinwen .moe{width: 20%; line-height:30px; float: left; margin-left: 40%; margin-top:20px; background: #0d5cbe; text-align: center;}	
	.xinwen .moe a{padding:0.5rem 14%; color: #fff;}	
	
.xwll{width:94%; float:left; height: auto; padding-bottom: 40px; margin-left: 6%;}	
.xwll ul li{
	margin-bottom: 26px;
	border: 1px solid #ececec;
	width:100%;
	height: 110px;
	font-size: 0;
	text-align: left;
	transition: .3s;
	overflow: hidden;
	list-style: none;
	float: left;}	

  .xwll ul li:hover {
	background: #f2f2f2;
}
  .xwll .news-one-date, .news-one-desc {
	display: inline-block;
	vertical-align: top;
}
  .xwll .news-one-date {
	padding-top: 20px;
	padding-left:6%;
	width:20%;
	height: 100%;
	float: left;
	background:#0d5cbe;
}
  .xwll .news-one-date .day {
	margin-bottom: 5px;
	line-height: 40px;
	font-size: 44px;
	font-weight: bold;
    float: left;
	width: 100%;
	color: #fff;
}
   .xwll .news-one-date .year {
	margin-bottom: 5px;
	line-height:30px;
	font-size: 16px;
	 height: 30px; width: 100%; 
	 color: #fff;
	   float: left;
}

 .xwll ul li .ner{width:60%; height: 100%; float: left;  color: #666; padding-top: 10px; margin-left: 3%;}	
	
 .xwll .link{width:13%; float:right; height: 120px;	font-size: 12px; color: #666; line-height: 120px;}	

  .xwll ul li .ner h3 {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
  .xwll ul li .ner a {
	color: #666;
}
.xwll ul li .ner p.words {
	display: -webkit-box;
	line-height: 26px;
	font-size: 14px;
	color: #979797;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

  .xwll .link img {
	margin-left:6%;
	transition: .25s;
}
  .xwll .link:hover img {
	transform: translateX(10px);
}
.xwll center{ font-size: 20px; margin-top:20px; margin-bottom: 20px; font-weight:bold;}
.xwll p{line-height: 26px; color: #333;}
.fh{width: 120px; height: 40px; line-height: 40px; text-align: center; padding: 10px 40px; color: #fff; background:#de3d3d; margin-left:42%; margin-bottom: 20px;}

/*ijob*/
.index-job{
	padding-top: 50px;
	padding-bottom: 50px;
}
.index-job-item{
	width: 46%;
	position: relative;
}
.index-job-ht{
	padding: 0 30px;
	height: 80px;
	line-height: 80px;
	background-color: #0d5cbe;
	color: #fff;
	font-size: 28px;
}
.index-job-ht span{
	
	margin-left: 10px;
	font-size: 22px;
	font-family: arial;
	vertical-align: middle;
	text-transform: uppercase;
}
.index-job-ht a{
	font-size: 44px;
	position: absolute;
	top: 16px;
	right: 30px;
	color: #fff;
}
.index-job-bd{
	padding: 40px;
	height: 445px;
}
.index-job-bd img{
	width: 100%;
}
.index-job-bd p{
	font-size: 26px;
	color: #d90000;
	margin-top: 10px;
	text-align: center;
	font-weight: 600;
}
.index-job-bd span{
	display: block;
	font-size: 18px;
	color: #1b1b1b;
	margin-top: 5px;
	text-align: center;
}
.index-job-bd ul li{
	padding: 20px 30px;
	background-color: #dceaf8;
	font-size: 16px;
	color: #1b1b1b;
}
.index-job-bd ul li+li{
	margin-top: 10px;
}






/*contact*/
.contactb{
	width: 50%;
	height:auto;
margin: 40px auto 20px auto;}
	.contactb img{width: 100%;}	
.contactbox{
	width: 100%;
	height:auto;
}

.contact{
	padding: 20px 0;
	background-color: #fff;
	width:90%; margin: 0 auto;
	height: 160px;
	
}
.contact .zdad{width:30%; height: auto; float: left;}
.contact-ul{width: 70%; float: left;}	
.contact-ul li{
	float: left;
	width:48%; margin: 0 1%;
	height: 60px;
	text-align:left;
	overflow: hidden;
} 
	
	.contact-ul li img{float: left; max-height: 60px;}	

.contact-ul li p{
	color: #c51717;
	margin-top: 10px;
	font-size:1rem;
	font-weight:600;
}
.contact-ul li span{
	color: #c51717;
	font-size:1rem;
	margin-top: 5px;
	display: block;
	font-weight: 600;
}
.contact-ul li img{
	height:auto;
}
.contact-ul li h3{
	color: #303030;
	font-size:1rem;
	margin-top: 5px;
	font-weight: 600;
}
.contact-ul li small{
	font-size: 16px;
	color: #303030;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 5px;
}

  
.iw_poi_title{
	font-size: 16px;
	color: #ef8508;
	margin-bottom: 5px;
}
.iw_poi_content{
	font-size: 14px;
}



/*招商*/
.join{
	margin-top: 70px;
	margin-bottom: 80px;
	padding: 0 30px;
}



/*招聘*/
.job{
	margin-top: 30px;
	margin-bottom: 100px;
}
.job img{
	width: 100%;
}
.job .sub{
	color: #1a1a1a;
	font-size: 16px;
	white-space: pre;
	margin-top: 5px;
	margin-bottom: 55px;
}
.job .sub2{
	color: #1a1a1a;
	font-size: 20px;
	margin-top: 5px;
	white-space: pre;
	margin-bottom: 10px;
}
.job-tab{
	margin-top: 70px;
}
.job-tit{
	width: 100%;
	background-color: #0d5cbe;
	padding: 15px 80px 15px 0;
}
.job-item{
	width: 20%;
	float: left;
  vertical-align: middle;
  text-align: center;  
}
.job-tit .job-item{
	color: #fff;
	font-size: 18px;
}
.job-hd{
	width: 100%;
	padding: 12px 80px 12px 0;
	border: 1px solid #cacaca;
	position: relative;
}

.job-hd .job-item{
	color: #343434;
	font-size: 16px;
}
.job-bd{
	background-color: #e5e5e5;
	padding: 28px 30px;
}

	






/*标题 时间*/
.viewt{
	padding-bottom:10px;
	text-align: center;

}
.viewt h3{
	font:24px "微软雅黑";
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b9b9b9;
	color: #747474;
	margin-bottom: 10px;
}
.viewt p{
	font:14px "宋体";
	line-height: 40px;
	color:#7f7f7f;
	display: block;
}
.share2{
	line-height: 28px;
	color: #8e8e8e;
}
/*文章内容*/
/*.viewp p{
	font:14px "宋体";
	line-height: 35px;
	text-indent: 2em;
}*/
/*.viewp div{
	width:100%;
	margin: 0 auto;
}*/
.viewp img{
	max-width: 100%;
}
/*.viewt p span{
	margin-right: 30px;
}*/



/*分页  s*/
.pagination{
   width: 100%;
	text-align: center;
	font-size: 0px;
	padding: 20px 0 20px 0;
}
.pagination{
	padding: 0px 0 20px 0;
}
.pagination li{
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 13px;
	color: #aaa;
	height: 25px;
	line-height: 23px;
	margin: 0 5px;
	min-width: 25px;
}
.pagination li a{
	color: #333333;
	display: block;
	padding:0 4px;
	background: #f6f6f6;
}
.pagination li:hover,
.pagination .active{
	border:  1px solid #e5d2b2;
	transition:border 0.3s;
	-moz-transition:border 0.3s; /* Firefox 4 */
	-webkit-transition:border 0.3s; /* Safari and Chrome */
	-o-transition:border 0.3s; /* Opera */
}
.pagination li:hover a,
.pagination .active a{
	color: #fff;
	background: #0d5cbe;
	transition:color 0.3s, background 0.3s;
	-moz-transition:color 0.3s background 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3 background 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s background 0.3s; /* Opera */
}
.pagination li.disabled,
.pagination li.disabled:hover{
	border: 1px solid #ccc;
	background: none;
	cursor: default;
}
.pagination li.disabled a,
.pagination li.disabled:hover a{
	color: #bbb;
	background: none;
	cursor: default;
}
/*分页   e*/




/*about*/
.aboutbox{
	background: #f4f4f4;
	padding-top: 75px;
	padding-bottom: 110px;
}
.about .bai{
	display: block;
	width:20%;
	height: 100%;
	background-color: #fefefe;
	position: absolute;
	left: 444px;
	top: 0;
	z-index: 1;
}
.about-l{
	width:49%;
	position: relative;
	z-index: 9;
}
	
.about-l h2{
	color: #444444;
	font-size: 28px;
}
.about-l p{
	color: #444444;
	font-size: 15px;
	margin-top: 30px;
	line-height: 1.8;
	text-indent: 2em;
	
}
.about-r{
	width:50%;
	height:auto;
	overflow: hidden;
	position: relative;
}

.about-r img{
	width:100%;
	height:auto;
}



/*culture*/
.cul-l{
	width:55%;
	height:auto;
	overflow: hidden;
}
.cul-l img{
	width: 100%;
}

.cul-r{
	width:40%;
}
.cul-r h3{
	color: #0d5cbe;
	font-size: 36px;
}
.cul-r small{
	color: #919191;
	font-size: 20px;
	font-family: arial;
	display: block;
	text-align: right;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 600;
}

.cul-item{
	margin-top:10px;
}
.cul-hd{
	padding: 12px 28px;
	background: #0d5cbe;
	color: #fff;
	font-size: 22px;
}
.cul-hd span{
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	font-family: arial;
	margin-left: 20px;
}
.cul-bd{
	padding: 12px 28px;
}
.cul-bd p{
	text-transform: uppercase;
	font-size: 16px;
	font-family: simsun;
	line-height: 1.4;
}



/*brand*/
.brand{
	height: 530px;
}
.brand .subbanner{
	height: 530px;
}


/*team*/
.team{
	margin-bottom: 140px;
}
.team img{
	width: 100%;
}



/*prolist*/
.prolist{
	margin-top: 30px;
	margin-bottom: 40px;
}
.promeun{
	width:20%;
	float: left;
	margin-top: 2%;
}
.promeun li{
	padding: 15px 10px;
	text-align: center;
	background: #ececec;
	margin-bottom: 13px;
}
.promeun li.on{
	background: #0d5cbe;
}
.promeun li.on a span,
.promeun li.on a p{
	color: #fff;
}
.promeun li a span{
	color: #434343;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.promeun li a p{
	font-size: 16px;
	color: #434343;
}

.promain{
	width: 76%; float: left; margin-left: 4%; margin-top: 2%;
}
.pro-xuan{
	padding: 20px 50px;
	background: #f1f1f1;
}
.pro-xuan ul{
	margin-top: 10px;
}
.pro-xuan ul li{
	width: 47px;
	height: 49px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.pro-xuan ul li a img{
	width: 47px;
	height: 49px;
}
.pro-xuan ul li.on a img{
	border: 3px solid #0d5cbe;
}


.product{

}
.product li{
	float: left;
	width: 31%;
	margin-right:2%;
	margin-bottom: 3%;
	height:15rem;
}
.product li:nth-child(3n){
	margin-right: 0;
}
.product li img{
	width:100%;
	height:auto;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
}

	
.product li a p{
	color: #151515;
	text-align: center;
	margin-top:4%;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/*产品详细*/
.proview {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 50px 80px;
	background: #f3f3f3;
	line-height: 24px;
}
.proview .proview-img {
	width: 45%;
	height:auto;
	overflow: hidden;
	border:1px solid #a3a3a3;
	box-sizing: border-box;
}
.proview .proview-img img{
	display: block;
	width:100%;
	height:auto;

}
.proview .proview-img img:hover{
   transition: 0.5s;
   -webkit-transform:scale(1.1);
   -o-transform:scale(1.1);
   -moz-transform:scale(1.1);
   -ms-transform:scale(1.1);
    transform:scale(1.1);

}
.proview .proview-content {
	width: 50%; margin-left: 5%;
}
.proview .proview-content .name {
	font-size: 22px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
	color: #272727;
	font-weight: 600;
	padding-bottom: 10px;
}
.proview .proview-content .name span{
	display: inline-block;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
	margin-left: 15px;
}
.proview .proview-content .intro {
	padding-top: 10px;
}
/*.proview .proview-content .intro p{
	color: #202020;
	line-height: 30px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #aaaaaa;
}*/

.proview .proview-detail {
	clear: both;
	padding-top: 40px;
	/*border: 1px solid #a3a3a3;*/
}

.proview .proview-detail .ptitle {
	background-color: #007ce1;
	border: #eee solid 1px;
	/*padding: 10px 10px;*/
	line-height: 50px;
	height: 50px;
	text-transform:uppercase;
	padding-left: 30px;
	/*border-left: #003a83 solid 4px;*/
	color: #fff;
	font-size:20px;
}
.proview .proview-detail .ptitle span{
	font-size: 15px;
}
.proview-detail .detailp{
	background: #edf7ff;
	padding:2% 8%;
	word-break: break-all;
    text-align: justify;
	line-height: 30px;
}
 .proview-detail .detailp img{
	max-width: 100%;
}
	.join img{ width: 100%; height: auto;}	

}

/*=======20191007=======================*/
.dataHidden{ display:none;}
/**分页**/
.pagelist li a {
        padding: 5px 11px;
        display: block;
        border: 1px solid #ededed;
		text-decoration: none;
        color: #000;
    }
    .pagelist li:hover a, .pagelist li.active a {
        color: #fff;
        background: #0e90d2;
    }
    .pagelist {
        padding: 0;
        border: 0 none;
        font-family: 'Microsoft YaHei';
        
        width: 80%;
        margin: 10px auto;
        display: block;
    }
    .pagelist li {
        float: left;
        font-size: 12px;
        margin-left: 8px;
        margin-bottom: 6px;
		list-style: none;
    }
    .pagelist li.disable a {
        color: #ededed;
        cursor: default;
    }
	
/****20220416**********/	
/*footer*/
.footer-top {
	/*background:url(../img/footbg.jpg) no-repeat 50% 0;*/
	background:url(../img/footbg.jpg) no-repeat center;
	background-size:100% 100%;
	color: #fff;
	padding-top: 75px ;
	/*height: 342px;*/ width:100%
}

.footer-nav li{
	float: left;
	min-height: 170px;
	width:12%;

}
.footer-nav li b{
	width: 32px;
	height: 3px;
	display: block;
	background-color: #fff;
	margin: 22px 0;
}

.footer-nav li h3{
	font-size: 16px;
	/*font-weight: normal;*/
	color: #fff;
	line-height: 26px;
	
}
.footer-nav li p{
	line-height: 20px;
	padding: 4px 20px 4px 0px;
	margin-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer-nav li a{
	font-size: 14px;
	color: #fff;
	padding: 4px 0;
	transition-duration: 0.5S; font-weight:bold
}
.ewmm{
	float:left;
	width: 200px;
	margin-right: 20px;
	height:auto;
	text-align: center;
}

.ewmm img{
	display: block;
	width: 100%;
	/*height: 100px;*/
	margin-top: 20px;
}
.ewmm p{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 14px;
	color: #ece1e1;
	padding-top: 10px;
}

/*友情链接*/
.lanmuc-lka{width: 80%; height: auto; margin: 0 auto;}
.lanmuc-lka .link { overflow:hidden; position:relative; width:100%; margin:0 auto; margin-bottom:50px;}
.lanmuc-lka .mc{width: 100px; height: 50px; position:absolute; left:0; top:0;}
.lanmuc-lka .mc .sd{width: 100%; height: 25px; color: #333; float: left; font-size:30px; line-height: 25px; text-align: center; background: #fff;}
.lanmuc-lka .mc .xd{width: 100%; height: 25px; float: left; text-align: center; line-height: 25px; background: #0d5cbe; color: #fff; margin-top: 10px;}
.lanmuc-lka .link ul{ overflow:hidden; float:right; width:94%; padding:15px 3% 25px 3%; border:1px solid #c4c4c4}
.lanmuc-lka .link li{ float:left; margin:5px 15px; font-size:14px; white-space:nowrap; }
.lanmuc-lka .link li a{ color:#333}




.footer-nav li a:hover{
	text-decoration: underline;
	margin-left: 8px;
	color: #fff;
	/*color: #e62e24;*/
}

.footer-bottom-wrap{
	/*height: 42px;*/
	background: #000000;
	
}
.footer-bottom{
	width: 80%;
	/*height: 42px;*/
	margin: 0 auto;
	position: relative; text-align:center
}
.footer-bottom div,
.footer-bottom a{
	font-size: 12px;
	line-height: 42px;
	color: #fff;
}
.footer-bottom span{
	margin-left: 30px;
}
.footer-bottom a{
	padding: 0 2px;
	display: inline-block;
}
.footer-bottom a:hover{
	text-shadow:
    0 0 10px rgba(255,255,255, 1),
    0 0 50px rgba(255, 255, 255, .8),
    0 0 75px rgba(255, 255, 255, .6),
    0 0 76px rgba(255, 255, 255, .4),
    0 0 77px rgba(255, 255, 255, .5),
    0 0 78px rgba(255, 255, 255, .4),
    0 0 79px rgba(255, 255, 255, .3),
    0 0 80px rgba(255, 255, 255, .2),
    0 0 85px rgba(255, 255, 255, .1);
}
.bottom-copyright{width: 100%;line-height:30px;}
@media screen and (max-width:800px) {
	.footer-top{ padding-top:1rem;background:url(../img/footbgm.jpg) no-repeat center;
	background-size:100% 100%;}
	.footer-nav:after{clear: both;content: "";display: block;height: 0;visibility: hidden;}
    .footer-nav li{ width:20%}	
	.footer-nav li b{ margin:10px 0}
	.footer-nav li h3{ font-size:.9rem}
	.footer-nav li a{ font-size:.7rem}
	.footer-nav li p{ margin-bottom:0; padding:0.1rem}
	.ewmm{ float:none; margin: 10px auto;}
	.footer-bottom{width:100%;padding:1rem 0 4rem }
	.footer-bottom span{ margin-left:0}
}