/* Css About */
.ab-bg{ background-color:#fff;  width:100%; padding:0 0 40px;}
.ab-sj{ margin-top:-95px;width: 1200px;height: 440px;box-shadow: 0 0px 15px rgba(0,0,0,.2);background: #fff; position:relative; z-index:100;background-image:url(../Images/about_bg.jpg); background-repeat:no-repeat; background-position:center right;margin-bottom: 55px;border-radius: 2px;text-align: center;overflow: hidden;}
.titimg{ margin: 30px auto;display: block; }
.ab-sj p{ text-align: center;line-height: 40px;font-size: 16px; }
.ab-sj .about_more{ display: block;margin-top: 30px }

.pro_main{ background: url(../Images/probg.jpg) no-repeat left top;padding:30px 0px 60px; text-align: center; }
.protype{ text-align: center; }
.protype ul{ display: inline-block; }
.protype ul li{ float: left;margin: 0 7px; }
.protype ul li a{ padding:10px 40px;font-size: 14px;background: #fff;border-radius: 2px; }
.protype ul li a:hover{ background: #dc272e;color: #fff}
.i_pro{
	width: 100%;
	padding-top: 60px;
	background: url(../img/i_pro_bg.jpg) no-repeat center top;
	overflow: hidden;
}
.pro_content{
	width: 1330px;
	margin: 0 auto;
	position: relative;
}
.i_pro .con{
    width: 1190px;
	margin-top: 40px;
	overflow: hidden;
	margin: 0 auto;

}
.i_pro .con .btn_scroll{ 
	width:100%; 
	height:54px;
	line-height: 54px;
	text-align: center;
	overflow:hidden; 
	left: 0px;
	top:240px;
	z-index: 999;
	position: absolute;
}
.i_pro .con .btn_scroll .prev,.i_pro .con .btn_scroll .next{ 
	display:inline-block;  
	width:50px; 
	height:50px; 
	border:2px #cccccc solid;
	overflow:hidden; 
	cursor:pointer;
	line-height:50px;
	border-radius: 2px; 
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    text-decoration: none;
    float: left;
}
.i_pro .con .btn_scroll .next{ 
	float: right;
}
.i_pro .con .btn_scroll .prev i,.i_pro .con .btn_scroll .next i{
	font-size: 20px;
	color: #888888;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;

}
.i_pro .con .btn_scroll .prev:hover,.i_pro .con .btn_scroll .next:hover{
    background: #eb1f23;
	border-color: #eb1f23;
	color: #ffffff;
}
.i_pro .con .btn_scroll .prev:hover i,.i_pro .con .btn_scroll .next:hover i{
	color: #ffffff;
}
.i_pro .con .hd{
     text-align: center;
    margin-top: 40px; 
}
.i_pro .con .hd ul{
    display: inline-block;  
	overflow:hidden; 
	zoom:1;  
}
.i_pro .con .hd ul li{ 
	float:left;   
	overflow:hidden; 
	margin:0 5px; 
	cursor:pointer; 
	font-size: 0px;
    width: 14px;
    height: 14px;
    background: #999999;
    border-radius: 50%;
}

.i_pro .con .bd{
	width:100%; 
	height:504px;
	overflow:hidden;
}
.i_pro .con .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.i_pro .con .bd ul li{ 
	width: 354px;
	margin:0 20px;  
	float:left; 
	height:504px;  
	text-align:left; 
	_display:inline;
	background: #ffffff;
	
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_pro .con .bd ul li:last-child{ margin-right: 0px; }
.i_pro .con .bd ul li:hover{
	border-color: #eb1f23;
}
.i_pro .con .bd ul li a{
	display: block;
}
.i_pro .con .bd ul li a .pic{
	width: 354px;
	height: 354px;
	overflow: hidden;
}
.i_pro .con .bd ul li a .pic img{
	width: 354px;
	height: 354px;
	display: block;
}
.i_pro .con .bd ul li a .wz{
	width: 354px;
	border-right: 1px solid #efefef;
	border-bottom: 4px solid #efefef;
	padding: 15px;
	display: flex;
    justify-content:center;
    flex-direction:column
}

.i_pro .con .bd ul li a:hover .more{
	background: -webkit-linear-gradient(#d6180c, #cd1105); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#d6180c, #cd1105); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#d6180c, #cd1105); /* Firefox 3.6 - 15 */
	background: linear-gradient(#d6180c, #cd1105); /* 标准的语法 */

}
.i_pro .con .bd ul li a .wz span{ font-size: 16px;padding-bottom: 15px;border-bottom: 2px solid #efefef; }
.i_pro .con .bd ul li a .wz p.summary{ color: #999999;height: 50px;line-height: 50px;overflow: hidden;}
.i_pro .con .bd ul li a .wz .more { background: url(../Images/arrow1.png) no-repeat right center; border-bottom:2px solid  #efefef;display: inline;width: 80px;padding-bottom: 5px;font-style: normal;}

/* Css Class */

/* Css News */
.ns-bg{ padding:80px 0 110px;background:url(../Images/newsbg.jpg) no-repeat center bottom;background-color:#f5f5f5; }
.ns-bg dl{ font-size:15px; color:#888; text-align:center;}
.ns-bg dl h2{ font-family:Microsoft YaHei; font-size:32px; color:#01368f; margin-bottom:13px;}
.ns-bg .mainCon{ width:1200px;margin:0px auto;overflow: hidden;}
.ns-bg .mainCon .box{float: left;}
.ns-bg .mainCon .box1{height: 540px;background: #fff;position: relative;width: 390px;}
.ns-bg .mainCon .box .top{padding-top: 26px;overflow: hidden;}
.ns-bg .mainCon .box .top h3{float: left;}
.ns-bg .mainCon .box .top h3 a{display: block;text-decoration: none;font-size: 24px;color: #1c1c1c;font-weight: lighter;}
.ns-bg .mainCon .box .top h3 b{font-weight:bold;font-size: 24px;}
.ns-bg .mainCon .box .top h3 span{display: block;margin-top: 3px;}
.ns-bg .mainCon .box .top h3 span img{display: block;}
.ns-bg .mainCon .box .top a.more{display: block;width: 15px;height: 15px;float: right;}
.ns-bg .mainCon .box1 .top a.more{background: url(../Images/news_icon01.png) no-repeat center;}
.ns-bg .mainCon .box1 .top{background:url(../Images/news_company.jpg) no-repeat center;padding: 26px 30px 0;height: 216px;}
.ns-bg .mainCon .box1{padding: 0;width: 390px;}
.ns-bg .mainCon .box1 .top h3 a{color: #fff;}
.ns-bg .mainCon .box1 .con{width: 330px;position: absolute;left: 50%;margin-left: -165px;top: 90px;height: 450px;}
.ns-bg .mainCon .box1 .con img{display: block;width:330px;}
.ns-bg .mainCon .box1 .con h3{line-height: 20px;margin-top: 28px;font-size: 15px;color: #333333;font-weight: normal;}
.ns-bg .mainCon .box1 a{text-decoration: none;}
.ns-bg .mainCon .box1 h3 a{color: #333333;}
.ns-bg .mainCon .box1 p{margin-top: 20px;line-height: 18px;font-size: 12px;color: #999999;}
.ns-bg .mainCon .box1 p a{color: #999999;}
.ns-bg .mainCon .box1 .xian{display: block;width: 64px;height: 2px;background: #e0e0e0;position: absolute;left: 0;bottom: 36px;}
.ns-bg .mainCon .box1 .time{display: block;position: absolute;right: 0;bottom: 31px;font-size: 12px;color: #999999;font-family: arial;}
.ns-bg .mainCon .box1:hover .con h3 a{color: #01368f;}
.ns-bg .mainCon .box2 .top a.more,.ns-bg .mainCon .box3 .top a.more{background: url(../Images/news_icon02.png) no-repeat center;}
.ns-bg .mainCon .box2,.ns-bg .mainCon .box3{padding: 0 30px;height: 240px;width: 790px;background: #fff;margin-left: 20px;}
.ns-bg .mainCon .box2{margin-bottom: 20px;}
.ns-bg .mainCon .box3{height: 280px;}
.ns-bg .mainCon .box2 ul{margin-top: 28px;}
.ns-bg .mainCon .box2 li{float: left;width: 338px;height: 145px;position: relative;}
.ns-bg .mainCon .box2 li:first-child{margin-right: 54px;}
.ns-bg .mainCon .box2 li h3{line-height: 20px;font-size: 15px;color: #333333;font-weight: normal;}
.ns-bg .mainCon .box2 li h3 a{color: #333333;}
.ns-bg .mainCon .box2 li p{margin-top: 10px;line-height: 18px;font-size: 12px;color: #999999;}
.ns-bg .mainCon .box2 li p a{color: #999999;}
.ns-bg .mainCon .box2 li .xian{display: block;width: 64px;height: 2px;background: #e0e0e0;position: absolute;left: 0;bottom: 34px;}
.ns-bg .mainCon .box2 li .time{display: block;position: absolute;right: 0;bottom: 28px;font-size: 12px;color: #999999;font-family: arial;}
.ns-bg .mainCon .box2 li a{text-decoration: none;}
.ns-bg .mainCon .box2 li:hover h3 a{color: #01368f;}
.ns-bg .mainCon .box:hover .top a.more{background: url(../Images/news_icon03.png) no-repeat center;}
.ns-bg .mainCon .box3 a.zx{width: 133px;height: 38px;line-height: 38px;border: 1px solid #e0e0e0;text-indent: 10px;font-size: 12px;color: #999999;display: block;background: url(../Images/news_icon04.png) no-repeat 68px center;position: absolute;bottom: 33px;left: 30px;}
.ns-bg .mainCon .box3{position: relative;background: url(../Images/newsBg01.jpg) no-repeat center;}
.ns-bg .mainCon .box3 a{text-decoration: none;}
.ns-bg .mainCon .box3 ul{position: absolute;top: 44px;left: 424px;}
.ns-bg .mainCon .box3 li{margin-bottom: 20px;position: relative;}
.ns-bg .mainCon .box3 li i{display: block;position: absolute;left: -35px;top: 8px;background: #333333;height: 1px;width: 0;}
.ns-bg .mainCon .box3 li a{display: block;font-size: 13px;color: #666666;position: relative;*display: inline-block;}
.ns-bg .mainCon .box3 li:hover a{color: #333333;}
.ns-bg .mainCon .box3 a.zx:hover{background: url(../Images/news_icon05.png) no-repeat 68px center #01368f;color: #fff;border-color: #01368f;}