﻿@charset "utf-8";
/*reset*/
*{ font-family: "微软雅黑"; font-size: 16px;}
body,p,h1,h2,h3,h4,h5,h6,ul,li,img,input,table,dl,dd{ margin: 0; padding: 0;}
img{ /*display: block;*/ border: none;}
input{ outline: none;}
li{ list-style: none; vertical-align: middle;}
a{ text-decoration: none; color:#666; border: none;}
a:hover{
	 text-decoration: none; 
}
input{ outline: none; border: none;}
/*h1,h2,h3,h4,h5,h6{ font-weight: normal;}*/
.fl{ float: left;}
.fr{ float: right;}
.clearfix:after{ display: block; height: 0; clear: both; content: ""; visibility: hidden; }

.w1200{width: 98%; margin: 50px auto;}
.w1460{width: 100%; min-width: 1300px; margin: 0 auto;}
.w1300{width: 98%; min-width: 1300px; margin: 0 auto;}
.w1400{width: 90%; min-width: 1300px; margin: 0 auto;}
.w1376{width: 1376px; min-width: 1300px; margin: 0 auto;}
.w84{width: 90%; min-width: 1300px; margin: 0 auto;}
.w90{width: 90%; min-width: 1300px; margin: 0 auto;}
.w1440{width: 1440px; min-width: 1300px; margin: 0 auto;}
.pad40{padding-top:100px;margin-bottom:50px;}
.position{background:url(../images/home.png) no-repeat left center;padding-left:25px;}
/*head*/
.body{
	width: 100%;
	height: 100%;
	position:relative;
}
.logo{width:20%;overflow:hidden;margin-left:1%;}
.logo img{
	padding-top:6px;
}
.navp{
	padding: 25px 0;
}
/*nav*/
.navwarp{
	
}
nav{ 
	position: absolute;
	z-index: 99999999;
	top:0;
	left:0%;
	width: 100%;
	height:100px;
	background:rgba(255,255,255,1);
}

.navList {
	width: 57%;
	float: left;
}

.navList>ul>li {
	width: 14.28%;
	float: left;
	padding: 2px 0;
	transition: .3s;
	margin-top: 0px;
	height:100px;
	transition:all .5s ease-in-out;
	position:relative;
}
.navList>ul>li a{
	transition:all .5s ease-in-out;
}
.navList>ul>li>a:hover{
	margin-top:-5px;
}
.navList>ul>li:hover>a{
	color: #2966cc;
	font-weight:500;
}
.navList ul li {
	font-weight: normal;
	font-size: 18px;
	position: relative;
	transition: .6s;
}

.navList ul li>a {
	color: #222;
	line-height: 100px;
	display: block;
	height: 100px;
	text-align: center;
	font-size: 18px;
	text-transform:uppercase;
}
.navList ul li:after{
	position:absolute;
	bottom:2px;
	left:50%;
	height:5px;
	background:#2966cc;
	content:"";
	z-index:9999;
	width:70%;
	margin-left:-35%;
	display:none;
	transition:all .5s ease-in-out;
}
.navList ul li:hover:after{
	display:block;
}
.navul1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background:rgba(255,255,255,0.9);
	box-shadow: 1px 1px 3px #ccc;
}
.navList ul li .subNav {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  min-width: 180px;
  background: #fff;
  list-style: none;
  padding:0;
  margin: 0;
  z-index: 999;
}
.navList ul li .subNav li {
  padding: 0 10px;
  line-height: 50px;
  white-space: nowrap;
}
.navList ul li .subNav li a{
	color: #888;
	line-height: 50px;
	display: block;
	height: 50px;
	text-align: center;
	font-size: 16px;
}
/* 鼠标悬浮时显示二级菜单 */
.navUl li:hover .subNav {
  display: block;
}
/* 二级菜单悬浮高亮 */
.navList ul li .subNav li:hover a {
  color: #2966cc;
}
.navList ul li .subNav li:after{
	display:none;
}
.navList ul li .subNav li:hover:after{
	display:none;
}


.tel{
	width:17%;
	float:right;
	padding-top:28px;
	background:url(../images/tel.png) no-repeat left 30px;
}
.t1{
	font-size:14px;
	color:#fff;
	padding-left:60px;
}
.t2{
	font-size:32px;
	color:#e60012;
	padding-left:60px;
	font-family:Impact;
}
.language{
	width:17%;
	float:right;
	margin-top:30px;
}
.language a{
	width:100px;
	float:left;
	background:#db0101;
	text-align:center;
	color:#fff;
	height:40px;
	line-height:40px;
	border-radius:30px;
}
.lan1{
	border-right:1px solid #fff;
}
.lang-btn {
 	background:#db0101;
}
.lang-btn.active {
 background:#c10202;
  font-weight: bold;
 }

/*banner*/
.banner{
    position: relative;
    height: 100%;
    }

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;   
    /* Center slide text vertically */
    display: -webkit-box;
    /*flex 弹性布局*/
    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;
}
.swiper-slide a{ display: block; width: 100%; height: 100%;}
.swiper-slide a img{ width: 100%;}

.Box {position: relative; padding: 80px 0 40px;}
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;
	}
.Box .Box_con .btn {display: block;width: 45px;height: 88px;position: absolute;top: 75px;cursor: pointer; transition: .5s;}
.Box .Box_con .btnl {background:url(../images/pre.png) no-repeat 0 0;left: -22px;}
.Box .Box_con .btnr {background:url(../images/next.png) no-repeat 0px 0;right: -22px;}
.Box .Box_con .btnl:hover{left: -36px;} 
.Box .Box_con .btnr:hover{right: -36px;}
.mr_frbox{padding: 0px 0 50px;}		
.mr_frUl{ width: 100%; overflow: hidden;}
.mr_frUl ul li{
	position: relative;
	float:left;
	width:24%;
	margin:0 .5%;
	background: #fff;
	overflow:hidden;
	box-sizing: border-box;
	margin-bottom: 25px;
	}
.goodsUl{
	width: 100%;
    float: right;
	height: 800px;
	overflow: hidden;
}

.goodsUl li a div{
	width: 96%;
	padding: 1% 2% 1%;
	overflow: hidden;
	background:#f5f5f5;
	position:relative;
	border-bottom: #eee 1px solid;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
}
.goodsUl li a img{
	width:100%;
	transition-duration:500ms ;
	-webkit-transition-duration:500ms ;
	-moz-transition-duration:500ms ;
	height:256px;
}
.goodsUl li a p{
	position: relative;
	width:100%;
	height:256px;
	overflow:hidden;
}	
.goodsUl li:hover a p img{
	transform:scale(1.1);
}
.goodsUl li a p span{
	content: " ";
	position: absolute;
	bottom: 30%;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.5) url(../images/fdj.png) no-repeat center 80px;
	transition: .5s;
	
	}
.goodsUl li a p span i{
	position:absolute;
	bottom:40px;
	left:50%;
	font-size:30px;
	margin-left:-100px;
	width:200px;
	background:none !important;
	text-align:center;
	color:#fff !important;
	font-style:normal;
	font-family:Impact;
	content:"";
}
.goodsUl li:hover a p span{
	bottom:0;
	opacity: 1;
	
}
.goodsUl li div span{
	transition:all .5s ease-in-out;
	text-align:center;
	display:block;
	line-height:50px;
}
.goodsUl li {
	display: block;
	color: #09244d;
	line-height: 40px;
	transition: .3s;
	text-align:center;
	float:left;
	font-size:18px;
	
}
.goodsUl li div em{
	position:absolute;
	left:0;
	bottom:0;
	display: block;
	background: #db0101;
	width:0px;
	height:3px;
	content:"";
	transition: .5s;
}
.goodsUl li:hover div em{
	width:100%;
}
.goodsUl li div i{
	float: right;
	width: 120px;
	height: 28px;
	background: #e61109;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	line-height: 28px;
	transition: .5s;
	margin-top:2px;
}
.goodsUl li:hover div{
	background: #1e50c2;
}
.goodsUl li:hover span{
	color: #fff;
}
.goodsUl li:hover em{
	color: #fff;
	font-size: 24px;
}
.goodsUl li:hover i{
	background: #fff;
	color: #000;
}	
		



/*product*/
.proBox{
	background: url(../images/ju.png) no-repeat center 0;
	margin-top: 30px;
}

.product{ 
	padding-top: 1px;
	margin-top: 2px;
	}
.ulWrap{
	width: 98%; margin: 0 auto; 
}


/*about*/
.about1{
	padding-top: 80px;
	background:url(../images/ab00.jpg) no-repeat center top;
}
.abP{
	width: 45%;
	padding-bottom:70px;
}
.abP img{
	width:100%;
}
.focus{
	width: 53%;
}
.abP img{
	margin-top: 60px;
	}
.btABout{
	display: block;
	width: 190px;
	height:45px;
	margin-top: 60px;
	background: #e60101;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btABout img{
	margin: 0px auto;
}
.btABout:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.i-count {
  width: 100%;
  margin: 60px auto 0 auto;
  overflow: hidden;
  color:#fff;
  
}
.i-count ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.i-count ul li strong {
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 80px;
  vertical-align: bottom;
}
.i-count ul li span {
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  vertical-align: bottom;
}
.i-count ul li p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.product-num-head{
	width: 90%;
	margin:70px 10px 10px 10px;
	color:#fff;
}
.product-num-head b{
	font-size:60px;
	text-transform:uppercase;
	font-family:Impact;
	border-left:10px solid #cc0000;
	padding-left:25px;
	}
.product-num-head p{
	font-size:32px;
	font-weight:normal;
	line-height:32px;
	padding-top:15px;
	}
.jjL1{
	width: 96%;
}
.jjL1 h6{
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-top: 75px;
}		
.jjL1 p {
    color: #fff;
    line-height: 30px;
	text-align:justify;
}
@keyframes ab{
	from{
		transform: scale(1);
	}
	to{
		transform: scale(1.08);
	}
}
@-webkit-keyframes ab{
	from{
		transform: scale(1);
	}
	to{
		transform: scale(1.08);
	}
}

/*abUl*/
.abUl{
	width: 1000px;
	margin: -80px auto 0;
	display: flex;
}
.abUl li{
	flex: 1;
	transition: .5s;
} 
.abUl li img{
	display: block;
	transition: .5s;
}
.abUl li:hover img{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	
}

/*case*/
.case{
	position: relative;
	width: 100%;
	/*height: 400px;*/
	padding:80px 0 20px;
	/*padding-bottom: 55px;*/
	background: url(../images/case.jpg) no-repeat center 0;
	z-index: 9;
}
.bt{
	display: block;
	text-align:center;
}
.bt img{
	margin: 0 auto;
	display:block;
}
.bt b{
	font-size:50px;
	color:#164bcb;
	line-height:47px;
	position:relative;
}
.bt b:after{
	position:absolute;
	top:-10px;
	left:50%;
	width:700px;
	content:"鲁通工程";
	color:#f1f1f1;
	font-size:70px;
	z-index:-11;
	margin-left:-350px;
}
.bt b em{
	color:#2966cc;
	font-style:normal;
	font-size:50px;
	line-height:46px;
	padding-left:8px;
	text-transform:uppercase;
}
.bt span{
	display:block;
	font-size:18px;
	color:#777;
	line-height:38px;
	text-align:center;
	padding-top:10px;
	text-transform:uppercase;
}

/*.bt .pro_t{
	padding-bottom: 55px;
}*/

.mgt40{
	margin-top:40px;
}
.picFocus{
	margin-top: 50px;
}


/*案例分类图片一排滚动*/
.caseUl{
	margin: 55px auto 0;
}
.caseUl li{
	position: relative;
	float: left;
	width: 425px;
	padding: 15px 12px 0 12px;
	background: rgba(255,255,255,.75);
	margin-right: 5px;
	transition: .5s;
}

.caseUl li a{
	display: block;
	width: 100%;
	
}
.caseUl li a>img{
	width: 100%;
	height: 345px;
	transition: .3s;
}
.caseUl li p{
	position: relative;
	color: #1a1a1a;
	text-align: center;
	width: 100%;
	height: 72px;
	line-height: 72px;
	/*background: #09244d;*/
	/*padding: 16px 0 16px 30px;*/
	transition: .5s;
}

.caseUl li span{
	display: block;
	width: 100%;
	height: 50px;
	background: #f2f2f2;
	color: #000;
	font-size: 18px;
	
	line-height: 50px;
	transition: .3s;
}
.caseUl li a p>img{
	position: absolute;
	right: 0;
	top: 0;
}
.caseUl li:hover a>img{
	width: 100%;
}
.caseUl li:hover{
	background: #1574cd;
}
.caseUl li:hover p{
	color: #fff;
} 



/*news*/
.news{	
	padding-top: 80px;
}
.newNei{
	width: 100%;
	height: 100%;
}
.newsBox{
	position: relative;
}
.new_btn {
    position: absolute;
    bottom: -110px;
    right: 0;
    transition: .5s;
}
.picFocus .hd{ width:52%; float: right; padding-top:5px;  }
/*.picFocus .hd ul{ margin-right:-5px; }*/
.picFocus .hd ul li{ margin-bottom:30px;  text-align:center;transition: all 0.7s;-webkit-transition: all 0.7s;-moz-transition: all 0.7s;  }
.picFocus .hd ul li:last-child{margin-bottom:0 !important;}
.picFocus .hd ul li img{  cursor:pointer; margin-right:5px;  background: hsla(0,0%,100%,.3);}
.bd{width: 44.5%;float: left;position: relative;}
.new_y{position: absolute;top: 20%;left: 50%;margin-left: -90px;}
.hdLi h6{color: #ccc;font-size: 60px;text-align: left;font-weight: normal;}
.picFocus .hd ul li.on p,.picFocus .hd ul li.on h4,.picFocus .hd ul li.on .tmleft { color: #ff5400; margin-left: -8px;}
.bd .bdImg{ width: 100%; height: 350px;
	transition: .5s;
}
.tm{
	position: absolute;
	right: 38px;
	top:22px;
}
.tmleft{
	position: absolute;
	right: 0;
	top: 25px;
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.xq{
	margin-top: 30px;
	display: block;
	width: 105px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
	color: #666666;
	font-style: normal;
}
.picFocus .hd ul li.on .xq{
	background: #ffad00;
	color: #fff;
}
.newMain{
	 padding:30px 20px;
	 position: relative;
	width: 420px;
	transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s; 
} 
.newMainleft{
	position: relative;
	padding-top: 20px;
}

.newMain h4,.newMainleft h4{
	font-weight: normal;
	font-size: 20px;
	color: #000;
	height: 40px;
	line-height: 40px;
	transition: .3s;
}
.newMain p{
	color: #666;
	font-size: 14px;
	transition: .5s;
}
.hdLi h6{
	width: 135px;
	text-align: center;

}
.imgL,.imgL img{
	width: 150px;
	height: 120px;
	border: #e4e4e4 2px solid;
	
}



/*foot*/
.foot{
	width: 100%;
	background:#f5f5f5;
}
.footWrap{
	padding: 72px 0 50px 0;
	
}
.fUl{width:26%;margin-right:3%;}
.fUl b{font-size:26px;color:#222;display:block;margin-bottom:20px;border-bottom:1px solid #666;padding-bottom:15px;position:relative;text-transform:uppercase;}
.fUl b:before{
	position:absolute;
	left:0;
	bottom:-1px;
	width:100px;
	height:3px;
	background:#db0101;
	content:"";
}
.contact b:before{
	position:absolute;
	left:0;
	bottom:-1px;
	width:100px;
	height:3px;
	background:#db0101;
	content:"";
}
.fUl li{
	float: left;
	width: 100%;
	line-height: 42px;
}
.fUl a{
	color: #666;
}
.fUl li a:hover{color:#2966cc;font-weight:bold;}
.contact{width:26%;margin-right:3%;}
.contact b{font-size:26px;color:#222;display:block;margin-bottom:20px;border-bottom:1px solid #666;padding-bottom:15px;position:relative;}
.contact p{color:#666;line-height:40px;padding-left:40px;}
.footWrap03{
	padding: 15px 0 35px;
	border-top: #303030 2px solid;
	border-bottom: #303030 2px solid;
}
.footWrap03 p{
	color: #fff;
}
.footWrap03 li{
	float: left;
	width: 20%;
	color: #fff;
	line-height: 30px;
	padding-left: 50px;
}
.fUl:last-child{margin-right:0;}
.contact p:nth-child(1){
	background: url(../images/boticon1.png) no-repeat 0 0;
}
.contact p:nth-child(2){
	background: url(../images/boticon1.png) no-repeat 0 0;
}
.contact p:nth-child(3){
	background: url(../images/boticon2.png) no-repeat 0 0;
}
.contact p:nth-child(4){
	background: url(../images/boticon3.png) no-repeat 0 0;
}
.contact p:nth-child(5){
	background: url(../images/boticon4.png) no-repeat 0 0;
}
.contact p:nth-child(6){
	background: url(../images/boticon5.png) no-repeat 0 0;
	line-height: 26px;
}


.bMxin{
	background: #2966cc;
}
.bMxin p{
	color: #fff;
	line-height: 70px;
}
.bMxin a{
	color: #fff;
	line-height: 70px;
}
.bMxin a:hover{
	text-decoration: underline;
}
.bMxin img{
	margin-top: 8px;
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 660px;
  margin-top:20px;
}

.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  position:relative;
}
.item:hover {
  flex: 5;
}

.item-1 {
  background: url(../images/yingyong1.jpg) no-repeat center;
}
.item-2 {
  background: url(../images/yingyong2.jpg) no-repeat center;
}
.item-3 {
  background: url(../images/yingyong3.jpg) no-repeat center;
}
.item-4 {
  background: url(../images/yingyong4.jpg) no-repeat center;
}
.item-5 {
  background: url(../images/yingyong5.jpg) no-repeat center;
}
.item-6 {
  background: url(../images/yingyong6.jpg) no-repeat center;
}
.masking{
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5)
}
.item:hover .masking{
	background:rgba(0,0,0,0.3)
}
.masking b{
	display:block;
	margin-top:200px;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:1.5;	
}
.masking b em{
	display:block;
	font-size:14px;
	color:#fff;
	line-height:20px;
	font-weight:normal;
	padding-bottom:60px;
	
}
.masking p{
	border-radius:0 20px 0 20px;
	border:1px solid #aaa;
	text-align:center;
	font-size:	13px;
	width:120px;
	margin: 120px auto 0;
	transition:all .5s ease-in-out;
}

.masking p a{
	display:block;
	line-height:40px;
	color:#eee;
}
.item:hover .masking p{
	background:rgba(219,0,0,0.8);
	width:200px;
	height:40px;
	border:1px solid #db0101;
	margin-top:100px;
	
}

header,nav,.banner,.product,.youshi,.about,.case,.news,.foot,.dinggou{min-width: 1200px;}



/*内页产品分类*/
.proUl-nei{
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
	height:450px;
	position: relative;
}
.proUl-nei li{
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	margin: 15px;
	border: #fff 5px solid;
	box-shadow: #808080 1px 2px 4px;
	border-radius: 50%;
	overflow: hidden;
	/*background: rgba(206,18,8,.5);*/
	background: rgba(255,255,255,.65);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.proUl-nei li:hover{
	transform: translateY(-20px);
}
.proUl-nei li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #cd010a;
	font-weight: bold;
	text-align: center;
	line-height: 160px;
}
.proUl-nei li a img{
	display: block;
	width: 100%;
	height: 100%;
}
.proUl-nei li a p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(255,255,255,.65);
	position: absolute;
	bottom: 15px;
	text-align: center;
	
}

.firstRow td p img{
	margin: 0 auto;
}

#main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
}
.ny_left {
	width: 320px;
	height: auto;
	float: left;
}

.ny_right {
	width: 880px;
	height: auto;
	float: left;
}

.bass {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	width: 100%;
	margin: 0 auto 50px;
	border-bottom: solid 1px #eee;
	background:#f8f8f8;
}
.bassMain{
	width:1440px;
	margin:0 auto;
}
.phoneNei{
	padding-left: 50px;
	background: url(../images/phone-nei.png) no-repeat 12px 15px;
	font-size:20px;
	color: #4d4d4d;
	font-weight: bold;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	text-transform:lowercase;
}
.bass a:hover{
	color:#db0101;
}

.ny_news li{
	width: 100%;
	padding:1%;
	border-bottom: solid 1px #f1f1f1;
	margin-bottom: 0px;
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
	transition: .3s;
	float:left;
}
.newsLi{
	width:100%;
	margin: 0 auto;
	position:relative;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	top:0;
}
.ny_news li:hover{
	background: #e00000;
}
.ny_news li:nth-child(2n):hover{
	background: #1574cd;
}
.ny_news li .newRight{
	transition:all 0.3s linear 0s;
}
.ny_news li:hover .newRight{
	margin-left:1.5%;
}
.ny_news li:hover h6,.ny_news li:hover p,.ny_news li:hover span{
	color: #fff;
}
.ny_news li:hover .newDate b{
	color:#fff;
}
.ny_news li:nth-child(2n){
	background: #fff;
}
.ny_news li a{
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.ny_news li a:hover{
	color: #234bba;
}
.ny_news li>img{
	width: 200px;
	height: 135px;
	float: left;
	margin-right: 20px;
	display: block;
}

.ny_news li .newRight em{
	width:100px;
	height:32px;
	border:1px solid #eee;
	font-style:normal;
	color:#999;
	margin-top:20px;
	display:block;
	text-align:center;
	line-height:32px;
	transition:all .5s ease-in-out;
}
.ny_news li:hover .newRight em{
	color:#222;
	background:#fff;
	width:120px;
}
.ny_news li p{
	width: 100%;
}
.ny_news li p>img{
	vertical-align: middle;
	margin-right: 5px;
}

.nynews_list{
	margin-bottom: 30px;
	/*width: 100%;*/
	overflow: hidden;
}
.nynews_list h1{
	margin-bottom: 20px;
}
.nynews_list li{
	width: 49%;
	height: 45px;
	margin: 5px 0.5%;
	float: left;
	border: solid 1px #ddd;
	background:url(../images/news1.jpg) left center no-repeat #fff;
	box-sizing: border-box;
	line-height: 45px;
	color: #666;
	
}
.nynews_list li a{
	color: #555;
	padding-left: 10px;
}
.nynews_list li a:hover{
	color: #d7a02b;
}



.love-pic-box{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.love-pic-box li{
		width: 23%;
		height: 280px;
		background: #fff;
		margin: 15px 1%;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0px 0px 10px #ccc;
		border: solid 1px #d5d2d2;
		box-sizing: border-box;
		
}
.love-pic-box li img{
		width: 100%;
		height: 240px;
		padding: 0;
		margin: 0;
}
.love-pic-box li p{
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;	
}
.love-pic-box li:hover p{
	position: absolute;
	width: 100%;
	height:50px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
}

.love-pic-box li p>a{
		width: 100%;
		line-height:30px;
		height: 30px;
		text-align: center;
		font-size: 16px;
		color: #000;
		display: block;
		padding-top: 5px;
}
.love-pic-box li p em{
	background: url(../images/pro-tel.png) left center no-repeat;
	padding-left: 40px;
	font-size: 20px;
	color: #dd0000;
	line-height: 40px;
	display: block;
	margin-left: 30px;
	font-weight: bold;
}

.nr16 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	/*width:100%;*/
	height: auto;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.nr20 h1{
	font-size: 26px;
	color: #234bba;
	text-align: left;
}

.nextinfo{
	width: 100%;
	overflow: hidden;
	
}
.nextinfo span{
 	background: #eee;
 	margin: 30px 1%;
 	width: 48%;
 	float: left;
	line-height:40px;
 	text-align: center;
 	border-radius: 20px;
 }
.nextinfo span:hover{
 	background: #1449c3;
 	color: #fff;
 }
.nextinfo span:hover a{
	color: #fff;
}
 
 
.pc_tt {
	background: #0f61ab ;
	color: #fff;
	width: 290px;
	height: 200px;
	padding-top: 50px;
	border-bottom: solid 5px #d2201a;
	box-sizing: border-box;
}
.pc_tt h1{
	line-height: 50px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.pc_tt h2{
	font-size: 32px;
	line-height: 30px;
	text-align: center;
}
.pc_tt>p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ccc !important;
	width: 250px;
	margin: 0 auto;
}
.left_cplei {
	width: 290px;
	padding-bottom: 45px;
	height: auto;
	background: #0f61ab;
}

.left_cplei li {
	height: 50px;
	border-bottom: #fff 1px solid;
	text-align: left;
	line-height: 50px;
	font-size: 18px;
	padding-left: 20px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.left_cplei li:hover{	
	background:#d2201a;
	text-indent: 10px;
}
.left_cplei li:hover a{
	color: #423d43;
	
}
.left_cplei li a {
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
}

.left_cplei li a:hover {
	color: #fff;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	display: block;
	font-weight: bold;
}

.left_cplei p a:hover {
	color: #ff0000;
}

.left-lx{
	width: 290px;
	overflow: hidden;
	border: solid 1px #ddd;
	box-sizing: border-box;
	/*padding-bottom: 20px;*/
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 20px;
	
}
.lx-tt{
	height: 60px;
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(../images/fenlei.jpg) no-repeat 0 0;
	color: #888;
	border-bottom: solid 5px #ff6633;
	width:100%;
	margin: 0 auto 10px;
}
.lx-tt h2{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	float: left;
	font-weight: initial;
	padding-left: 15px;
	
}
.lx-tt a{
	font-size: 14px;
	color: #eee;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.lx-tt a:hover{
	color: #ff6633;
}
.left-lx p{
	padding: 0px 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.lxBox{
	padding: 30px 0;
}
#nyba {
	width: 100%;
	height: 450px;
	background:url(../images/bannernei.jpg) no-repeat center 0;
 	background-attachment: fixed;
	position:relative;
	
}
.proUl-nei p{
	font-size:50px;
	color:#fff;
	display:block;
	text-align:center;
	font-weight:normal;
}
.proUl-nei .tit-nei{
	position: absolute;
    bottom: 170px;
    width: 100%;
}
.proUl-nei .tit-nei span{
	font-size:26px;
	color:#fff;
	text-align:center;
	display:block;
	padding-top:10px;
}
.contentnav{
	width:100%;
	display:block;
	margin-bottom:50px;
	border-bottom:1px solid #eee;
	text-align: center;
}
.contentnav ul {
  display: inline-block;  /* 核心：让 ul 自适应宽度 */
  padding: 0;
  margin: 0;
  list-style: none;
}

.contentnav ul li{
	width:140px;
	height:50px;
	border-bottom:3px solid #fff;
	float: none; 
    display: inline-block; 
}
.contentnav ul li a{
	width:100%;
	line-height:50px;
	font-size:20px;
	text-align:center;
	display:block;
	color:#666;
	height:50px;
	overflow:hidden;
}
.contentnav ul li:hover, .contentnav ul .connavbar{
	border-bottom: 3px solid #2966cc !important;
	color:#2966cc;
}
.contentnav ul .connavbar a{
	color:#2966cc;
	font-weight:bold;
}

.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}





.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(../images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(../images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/

.cppic {
	width: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic3 dl {}

.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}

.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}

.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}

.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news3 li:hover {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	box-shadow: 0px 0px 10px #ccc;
	transform: scale(1.05);
}

.news3 li img {
	width: 200px;
	height: 160px;
	margin-right: 10px;
	float: left;
}

.news3 li strong {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: initial;
}

.news3 li strong a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news3 li strong a:hover {
	color: #ff0000;
}


.news3 li p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1200px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.content h1{
	text-align: center;
	font-size: 20px;
	line-height: 80px;
}
.zixun{
	width: 1200px;
}
.zixun h1{
	text-align: left;
}

.newsLi img{
	width: 25%;
	height: 210px;
	float:left;
	margin-right:2%;
}
.newRight{
	width: 70%;
	padding-top:0px;
	float:left;
}
.newDate{
	padding-bottom:20px;
}
.newDate b{
	font-size:20px;
	display:block;
	text-align:left;
	color:#ccc;
	margin-top:10px;
	font-family:Impact;
	font-weight:normal;
}

.newRight h6{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}
.newRight p{
	font-size: 16px;
	color: #a6a6a6;
	line-height:30px;
	text-align:justify;
}
.newRight span{
	color:#bbb;
}  
.ss_submit{
	background: #999;
}
.h50{
	height: 50px;
}


.product-num-head{
	width: 90%;
	margin:70px 10px 10px 10px;
	color:#fff;
}
.product-num-head b{
	font-size:60px;
	text-transform:uppercase;
	font-family:Impact;
	border-left:10px solid #164bcb;
	padding-left:25px;
	}
.product-num-head p{
	font-size:32px;
	font-weight:normal;
	line-height:32px;
	padding-top:15px;
	}

.ljysk{width: 100%;height: 630px;background: url(../images/youshibj.jpg)no-repeat center;margin-top: 30px;}
.ljysk p{text-align: center;color: #fff;padding-top: 170px;font-size: 38px;text-transform: uppercase;}
.ljysk h2{color: #fff;font-size: 26px;font-weight: normal;text-align: center;}
.ljysk ul{width: 1200px;margin: 0 auto;}
.ljysk ul li{width: 235px;height: 330px;background: url(../images/youshi2.png)no-repeat;text-align: center;float: left;margin-left: 55px;margin-top: 50px;transition-duration: .3s;}
.ljysk ul li img{margin-top: 20px;}
.ljysk ul li p{color: #2a2a2a;font-size: 22px;padding-top: 30px;width: 100px;border-bottom: 1px solid #d3d3d3;text-align: center;margin: 0 auto;line-height: 50px;}
.ljysk ul li i{width: 175px;margin: 0 auto;color: #5a5a5a;font-size: 14px;line-height: 24px;text-align:left;display: block;margin-top: 20px;font-style:normal;}
.ljysk ul li:hover{background: url(../images/youshi3.png)no-repeat;margin-top: 30px;transition-duration: .3s;}
.pnavBox {
	padding-top: 40px;
	padding-bottom:20px;
}

.pnav {
	width: 92%;
	position: relative;
	padding-top: 1px;
	margin: 0 auto;
}

.pnav ul {
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.pnav ul li {
	display: block;
	margin: 0 20px 0 20px;
	transition: all .3s;
	float: left;
}

.pnav ul li a {
	display: block;
	position: relative;
}

.pnav ul li .photo {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
}

.pnav ul li a img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	transition:all .5s ease-in-out
}

.pnav ul li a p {
	margin-top: 10px;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	transition: .5s;
	z-index: 5;
	border-radius: 20px;
	text-align: center;
	background: #2456c6;
	box-sizing: border-box;
}

.pnav ul li a i {
	position: absolute;
	bottom: 6px;
	font-style: normal;
	font-size: 18px;
	left: 123px;
	transition: .5s;
}

.pnav ul li a:hover img {
	filter: brightness(120%);
	transform:rotate(360deg);
}

.pnav ul li a:hover p {
	background: #db0101;
	color: #fff;
}

.pnav ul li a:hover i {
	color: #fff;
}

.pnav .btnLeft, .pnav .btnRight {
	position: absolute;
	top: 40%;
	margin-top: -15px;
	width: 66px;
	height: 66px;
	transition: 0.5s;
}

.pnav .btnLeft {
	left: -65px;
	background: url(../images/leftbtnn.png) no-repeat center center;
}

.pnav .btnLeft:hover {
	left: -75px;
	opacity: 1;
}

.pnav .btnRight {
	right: -65px;
	background: url(../images/rightbtnn.png) no-repeat center center;
}

.pnav .btnRight:hover {
	right: -75px;
	opacity: 1;
}
.youshi {
	background: url(../images/ys_bg1.jpg) no-repeat center 0;
	background-size: cover;
	padding: 60px 0 63px;
}
.ysNei {
	width: 1620px;
	margin: 0 auto;
}
.ysUl {
	height: 630px;
}
.ysUl li {
	float: left;
	margin: 0 10px;
}
.ysUl li:nth-child(3) {
	animation: hxd 1600ms infinite linear alternate;
}
@keyframes hxd {
 from {
padding-top: 0px;
}
to {
	padding-top: 50px;
}
}
@-webkit-keyframes hxd {
 from {
padding-top: 0px;
}
to {
	padding-top: 50px;
}
}
@-ms-keyframes hxd {
 from {
padding-top: 0px;
}
to {
	padding-top: 50px;
}
}
@-moz-keyframes hxd {
 from {
padding-top: 0px;
}
to {
	padding-top: 50px;
}
}
.ysUl li:nth-child(1), .ysUl li:nth-child(5) {
	padding-top: 170px;
	animation: hx 1600ms infinite linear alternate;
}
@keyframes hx {
 from {
padding-top: 120px;
}
to {
	padding-top: 170px;
}
}
@-webkit-keyframes hx {
 from {
padding-top: 120px;
}
to {
	padding-top: 170px;
}
}
@-ms-keyframes hx {
 from {
padding-top: 120px;
}
to {
	padding-top: 170px;
}
}
@-moz-keyframes hx {
 from {
padding-top: 120px;
}
to {
	padding-top: 170px;
}
}
.ysUl li:nth-child(2), .ysUl li:nth-child(4) {
	padding-top: 60px;
	animation: hxdz 1600ms infinite linear alternate;
}
@keyframes hxdz {
 from {
padding-top: 90px;
}
to {
	padding-top: 60px;
}
}
.waiHuan {
	width: 279px;
	height: 279px;
	padding: 12px;
	background: rgba(255,255,255,.15);
	border-radius: 50%;
}
.huan {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 12px;
	background: rgba(255,255,255,.3);
	border-radius: 50%;
}
.ysWrap {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.ysWrap h3 {
	font-size: 29px;
	color: #fff;
	padding: 62px 0 5px;
	text-align: center;
}
.ysWrap p {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 28px;
}
.ysUl li:nth-child(1) .ysWrap,
.ysUl li:nth-child(3) .ysWrap, 
.ysUl li:nth-child(5) .ysWrap {
	background: #1574cd;
}
.ysUl li:nth-child(2) .ysWrap,
.ysUl li:nth-child(4) .ysWrap {
	background: #d00101;
}
.ysUl li .ysNum {
	margin-top: -35px;
	height: 188px;
	background: url(../img/ysicon.png) no-repeat center bottom;
}
.ysUl li .ysNum span {
	position: relative;
	z-index: 1;
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	font-family: impact;
	text-align: center;
	line-height: 54px;
}
.ysUl li:nth-child(1) .ysNum span,
.ysUl li:nth-child(3) .ysNum span,
.ysUl li:nth-child(5) .ysNum span {
	background: #8ccd27;
}
.ysUl li:nth-child(2) .ysNum span,
.ysUl li:nth-child(4) .ysNum span {
	background: #8CCD27;
}
.ysBox {
	padding: 30px 0;
	width: 745px;
	margin: 0 auto;
	
}
.ysBox h2 {
	font-size: 45px;
	color: #fff;
	text-align: center;
	padding: 65px 0 95px;
}
.ysBox h2 p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight:normal;
	line-height:2;
}
.ysBox h2 span{color:#fff;font-size: 45px;}
.ysBox .tel {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.ysBox .tel span {
	padding: 15px 0 15px 60px;
	display: inline-block;
	background: url(../images/icon_tel.png) no-repeat left center;
	background-size: 50px 50px;
}
.ds1{
	height: 625px;
	margin-top:20px;
	margin-bottom:20px;
}
.ds1 ul li{
	width: 30.33%;
	margin: 1% 1.5%;
	float: left;
}
.ds1 ul li .ds2{
	width: 100%;
	height: 305px;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
.ds1 ul li .ds2 img{
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	height:100%;
}
.ds1 ul li .ds2 span{
	content: " ";
	position: absolute;
	bottom: 30%;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.5) url(../images/fdjj.png) no-repeat center center;
	transition: .5s;
	}
.ds1 ul li:hover .ds2 span{
	bottom:0;
	opacity: 1;
	
}
.ds1 ul li .ds3{
	width: 100%;
	height:215px;
	margin: 0px auto;
	padding-top:30px;
	background-color: #f4f4f4;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li .ds3 h3{
	font-size: 18px;
	color: #4a4a4a;
	width: 90%;
	height: 40px;
	margin: 0px auto;
	overflow: hidden;
	text-align: left;
	font-weight: 500;
	padding-top: 25px;
	padding-bottom: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.ds1 ul li .ds3 p{
	font-size: 15px;
	color: #767676;
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
	line-height: 25px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li:hover .ds3{
	margin-top: 0;
	width: 100%;
	height: 215px;
	background-color: #1056ca;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li:hover img{
	transform: scale(1.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li:hover h3{
	color: #FFFFFF;
	height: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li:hover p{
	color: #FFFFFF;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li:hover .ds3 span{
	color:#fff;
}
.newsdate{
	width:160px;
	height:46px;
	border:2px solid #db0101;	
	border-radius:40px;
	font-size:22px;
	color:#db0101;
	display:block;
	text-align:center;
	line-height:46px;
	font-family:Impact;
	margin-left:5%;
}
.newsbt{
	font-size:12px;
	color:#999;
	margin-left:5%;
	margin-top:15px;
	transition:all .5s ease-in-out;	
}
.ds1 ul li:hover .newsbt{
	color:#fff;
	margin-left:7%;
}

.ds1 ul li:hover .newsdate{
	border:2px solid #fff;	
}

.Iindex_ys {
	background: url(../images/ys_bg.jpg) center top no-repeat;
	position: relative;
}
.Iindex_ys h3 {
	padding-top: 30px;
}
.Iindex_ys h3 strong {
	font-size: 64px;
	color: #fff;
	display: block;
}
.Iindex_ys h3 strong em {
	color: #fff;
	font-size: 86px;
}
.Iindex_ys h3 span {
	color: #fff;
	font-size: 34px;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
.Iindex_ys h3 i {
	color: #fff;
	font-weight: normal;
}
 .Iindex_ys h3::before {
 position: absolute;
 bottom: -15px;
 left: 0;
 height: 10px;
 width: 100px;
 content: "";
 background: #fff;
}
.Iindex_ys .Iindex_ys1 {
	position: relative;
	height:100%;
}
.Iindex_ys .Iindex_ys1 img {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left:-315px;
}
.Iindex_ys .Iindex_ys1 span {
	width: 555px;
	background: url(../images/ysbj.png) no-repeat;
	height: 149px;
	display: block;
	margin-top: 10px;
}
.Iindex_ys .Iindex_ys1 span b {
	display: block;
	float: left;
	width: 100px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding-top: 40px;
}
.Iindex_ys .Iindex_ys1 span i {
	color: #fff;
	width: 67%;
	display: block;
	padding-top: 40px;
	position: relative;
	float: right;
	padding-left: 20px;
	margin-right: 50px;
	font-style:normal;
}
 .Iindex_ys .Iindex_ys1 span i::before {
 position: absolute;
 width: 1px;
 height: 80px;
 background: #fff;
 content: "";
 left: 1px;
}
.Iindex_ys2 {
	background: rgba(0, 100, 219, 0.9);
	height: 152px;
	width: 100%;
}
.Iindex_ys2 ul {
	display: flex;
	padding-top: 37px;
}
.Iindex_ys2 ul li {
	flex: 1;
}
.Iindex_ys2 ul li img {
	float: left;
	padding-right: 20px;
}
.Iindex_ys2 ul li b {
	color: #fff;
	font-size: 30px;
	display: block;
}
.Iindex_ys2 ul li em {
	color: #fff;
	font-style:normal;
}
.Iindex_ys .ys_01{
	position:absolute;
	left:20px;
	top:8%;
}
.Iindex_ys .ys_02{
	position:absolute;
	left:0;
	top:28%;
}
.Iindex_ys .ys_03{
	position:absolute;
	left:20px;
	top:48%;
}
.Iindex_ys .ys_04{
	position:absolute;
	right:0px;
	top:8%;
	background: url(../images/ysbj1.png) no-repeat !important;
}
.Iindex_ys .ys_05{
	position:absolute;
	right:20px;
	top:28%;
	background: url(../images/ysbj1.png) no-repeat !important;
}
.Iindex_ys .ys_06{
	position:absolute;
	right:0px;
	top:48%;
	background: url(../images/ysbj1.png) no-repeat !important;
}
.Iindex_ys .ys_04 i{
	margin-right:20px !important;
}
.Iindex_ys .ys_05 i{
	margin-right:20px !important;
}
.Iindex_ys .ys_06 i{
	margin-right:20px !important;
}
.Iindex_ys .ys_04 b{
	margin-left:40px !important;
}
.Iindex_ys .ys_05 b{
	margin-left:40px !important;
}
.Iindex_ys .ys_06 b{
	margin-left:40px !important;
}
.case_con {
	margin-top: 45px;
	margin-bottom:40px;
}
.case_con .rtCont {
	margin: 25px 0 10px 0;
	position: relative;
}
.case_con .rtCont ul {
	margin: 0 auto;
	width: 1380px;
	overflow: hidden;
}
.case_con .rtCont li {
	margin: 10px 15px 15px;
	width: 430px;
	float: left;
	font-size: 16px;
	text-align: center;
	background:#f1f1f1;
}
.case_con .rtCont li a {
	padding-bottom: 15px;
	display: block;
	overflow: hidden;
	height: 430px;
	position: relative;
	transition: all .2s ease-in-out;
}
.case_con .rtCont li .tu{
	height: 360px;
	overflow:hidden;
	transition: all .2s ease-in-out;
	
}
.case_con .rtCont li a img{
	width: 100%;
	height: 360px;
	max-height: 100%;
}
.case_con .rtCont li a p{
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#000;
	height:80px;
	position:relative;
}
.case_con .rtCont li a span {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 150px;
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	padding-top: 100px;
	transition: all .2s ease-in-out;
}
.case_con .rtCont li a span h4 {
	font-weight: bold;
}
.case_con .rtCont li a span p {
	position:relative;
	font-size: 14px;
	
}
.case_con .rtCont li a p i{
	font-style:normal;
	position:absolute;
	left:0px;
	top:4px;
	width:100%;
	text-align:center;
	font-size:18px;
}
.case_con .rtCont li:hover a p i{
	left:0px;
}
.case_con .rtCont li a p em{
	font-style:normal;
	position:absolute;
	right:0px;
	bottom:0;
	font-weight:bold;
	width:100%;
	text-align:center;
	font-size:24px;
	
	
	transition:all .5s ease-in-out;
}
.case_con .rtCont li:hover a p em{
	bottom:6px;
}
.case_con .rtCont li a img {
	display: block;
	font-size: 0px;
	transition: all .2s ease-in-out;
}
.case_con .rtCont li a:hover {
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	transition: all .2s ease-in-out;
}
.case_con .rtCont li a:hover img {
	transform: scale(1.1);
}
.case_con .rtCont li a:hover span {
	display: block;
	background: rgba(242,2,2,.7);
	transition: all .5s;
}
.case_con .rtCont li:hover{
	background:#2966cc;
}
.case_con .rtCont li a:hover p{
	color:#fff;
}
.case_con .rtCont .btnLeft, .rtCont .btnRight {
	position: absolute;
	top: 120px;
	margin-top: -15px;
	width: 60px;
	height: 60px;
	transition: all .3s;
	opacity: 1;
}
.case_con .rtCont .btnLeft {
	left: -70px;
	background: url(../images/leftbtn.png) no-repeat center;
}
.case_con .rtCont .btnRight {
	right: -70px;
	background: url(../images/rightbtn.png) no-repeat center;
}
.case_con .rtCont .btnLeft:hover {
	left: -80px;
	opacity: 0.5;
}
.case_con .rtCont .btnRight:hover {
	right: -80px;
	opacity: 0.5;
}
#LeftArr {
            background: url(../images/leftbtn.jpg) no-repeat;
            width: 40px;
            height: 40px;
            margin-left: -5px;
            text-decoration: none;
            color: #323232;
			position:absolute;
			top:40%;
			z-index:999999999;
        }

        #RightArr {
            background: url(../images/rightbtn.jpg) no-repeat;
            width: 40px;
            height: 40px;
            margin-right: -8px;
            text-decoration: none;
            color: #323232;
			position:absolute;
			top:40%;
			right:0;
			z-index:999999999;
        }
.ys-tt {
	display: table;
	position: relative;
}

.ys-tt h3 {
	font-size: 62px;
	font-family: impact;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	height: 60px;
	opacity: 0.4;
}

.ys-tt h2 {
	font-size: 46px;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 80px;
	position: absolute;
	z-index: 2;
	top: 35px;
	left: 0;
}

@keyframes hxd {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1 );
}

}
@-webkit-keyframes hxd {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1 );
}
}
@-ms-keyframes hxd {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1 );
}
}
@-moz-keyframes hxd {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1 );
}
}



.aboutl{
	float:right;
	width:43%;
}
.aboutl img{
	width:100%;
	height:570px;
}
.aboutr{
	float:left;
	font-size:20px;
	line-height:1.6;
	width:55%;
	text-align:justify;
}
.aboutr b{
	font-size:50px;
	font-family:Impact;
	color:#0750ca;
	text-transform:uppercase;
	line-height:50px;
}
.aboutr b i{
	font-style:normal;
	font-size:43px;
	padding-left:10px;
	font-weight:200;
	line-height:53px;
}
.footad{
	width:100%;
	height:200px;
	background:url(../images/footad.jpg) no-repeat center;
	margin-top:50px;
}
.footadmin{
	width:90%;
	margin:0 auto;
	
}
.footadleft{
	float:left;
	width:50%;
}
.footadleft b{
	font-size:46px;
	color:#fff;
	line-height:200px;
	display:block;
}
.footadright{
	float:right;
	width:50%;
}
.footadright span{
	font-size:40px;
	color:#fd6421;
	display:block;
	font-weight:bold;
	margin-left:25%;
	line-height:200px;
	padding-left:70px;
	background:url(../images/telft.png) no-repeat left center;
	
}

