@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
/*	box-sizing: border-box;*/

}
html{
		background-color:#fefefe;
		margin:0;
		padding:0;overflow-x:hidden;}
@font-face{font-family:'Manrope-Medium'; src:url('../fonts/manrope-thin-8.otf');font-weight:normal;font-style:normal}

body {
     background-color:#fff;
     margin:0 auto;
	 padding:0px;
	 color:#666;
	 font-size:22px;
     font-family: "Alibaba Sans Light","Alibaba Sans", "Alibaba Sans Black", "Alibaba Sans Heavy", "Alibaba Sans Medium",  Arial;
	 overflow-x:hidden;
	width:750px;
	box-shadow: rgb(0,0,0,.2) 0 0 5px;
		
}

tr,td{font-size:14px;

	padding:0 5px;	
}
input{
outline:none;
}

input:focus {
  outline-color:none;

}

.w{
width:100%; 
margin:0 auto;
}



.w1{

margin: 0 auto;
position:relative;
padding:30px;
background-color:#ffffff;
}

.bgf{
	background-color:#ffffff;
margin: 0 auto;
border-bottom:1px solid #ddd;
	}


a {
	font-size:14px;
	 font-family:'Raleway','Rajdhani','Josefin Sans','Squada One','Amaranth';
	color:#666;
	cursor:pointer;
	}

a:focus { -moz-outline-style: none; outline:0;/*兼容火狐浏览器*/  
} 
a:link {
	text-decoration: none;
	star:expression(this.onFocus=this.blur());/*让加载样式时同时加载js事件*/  

}
a:visited {
	text-decoration: none;
	star:expression(this.onFocus=this.blur());/*让加载样式时同时加载js事件*/  


}
a:hover {
	text-decoration: none;
	color:#c4261b;
}
a:active {
	text-decoration: none;
	
}
table {
	border-collapse:collapse;
}
img {
	border:0;
}
p,ul,ol,li,form {
	margin:0px;
	padding:0px;
	list-style: none;
}
.fl{
float:left;
}
.fr{
float:right;
}
.cl{
clear:both;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }
* html .clearfix { height: 1%; }
.blank{
height:10px;
overflow:hidden;
}

.pd5{
padding:10px;
}
.pd10{
padding:10px;
line-height:1.5em;
}

.blank2{
height:15px;
overflow:hidden;
}
.blank3{
height:35px;
overflow:hidden;
}
.blank6{
	height:6em;
	overflow:hidden;}
.bd1{
border:1px solid #dfdfdf; 
}

.ml{
margin-left:20px;
}
.mr{
margin-right:20px;}

#bg1{
	background:url(../images/bg01.jpg) repeat-y center top;
	margin:0 auto;
	}
/*----------------------------------------------------------------------导航开始----------*/
.sp_header{height:120px;overflow:hidden;
background-color:#ffffff;
 position:relative; width:750px;z-index:10; margin:0 auto;
    box-shadow: rgb(0,0,0,.2) 0 0 5px;
	z-index:9999999;
 }
.sp_logo{height:85px; position:absolute; 
left:130px;
top:15px;
}

.sp_logo img{height:70px;}
.sp_logo img.fr{
	height:57px;
	position:absolute;
	left:400px;
	margin-top:5px;
}

.sp_nav{width:60px;float:left;position:relative;cursor:pointer;height:80px;margin-top:30px; margin-left:30px;}
.sp_nav span{display:block;background:#666666;width:60px;height:5px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:15px}
.sp_nav span:nth-of-type(3){top:30px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 254px);font-size:18px;line-height:4em;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:120px; height:90%;}
.sjj_nav>ul>li:first-child{overflow:hidden;}


.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:4em;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:4em;}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:100%; font-size:1.8em; display:block;
}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:40px;height:100%;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}
.cms-site-login{
	position:absolute;
	right:20px;
	top:25px;
	height:45px;
	z-index:11;
	}
.cms-site-login img{
	height:45px;
	}

/*-----------------------首页开始--------------------*/
.titel{
	
	text-align:center;
	font-size: 1.3em;
    line-height: 2.2em;
	height: 2.2em;
	text-transform:uppercase;
	color:#2a3e7b;
	letter-spacing:2px;
	margin-top:-10px;
	font-weight:bold;
	}
.titel span.tit{
	background:url(../images/titbg.jpg) no-repeat right top;
	background-size:auto 100%;
	color:#fff;
	padding:0 100px 0 30px;
	display:inline-block;

	}
.titel span.more a{
	color:#c4261b;
	font-size:.7em;
	padding-right:20px;}	

.inabout{
	overflow:hidden;
	line-height:2em;
	font-size:1em;	
	color:#666;
	position:relative;
	padding:0 2%;
	}
.inabout img{
	width:100%;
	}	
.inabout p{
	text-indent:2em;
	margin-bottom:10px;}
.inpro{
	MARGIN: 0px auto; WIDTH: 680px;POSITION: relative; HEIGHT: 400px;TEXT-ALIGN:center;
}
.inpro UL {margin:0;padding:0;
	WIDTH: 10000px
}
.ypro ul{
	list-style:none;
	padding:20px 0;
	}	
.ypro ul li{
	width:320px;
	height:350px;
	float:left;
	margin:0px 10px;
	overflow:hidden;
	position:relative;
	}	

.ypro ul li img{
	display:block;
	width:100%;
	padding-bottom:0;
	transition:all ease-in .5s;
	z-index:1;
	overflow:hidden;
	}	
.ypro ul li.phover1 img{
	transform:scale(1.1,1.1);
	}			
.ypro ul li.phover1 div.ptit{
	background-color:#e72410;
	}	
.ypro ul li div.ptit{
	height:2.5em;
	width:100%;
	line-height:2.5em;
	background-color:rgb(0,0,0,.6);
	color:#ffffff;
	padding:0 10px;
	position:absolute;
	z-index:2;
	font-size:1.2em;	
	transition:all ease-in .5s;
	left:0px;
	bottom:0px;
	}
.ks-switchable-triggers A {
	DISPLAY: block; Z-INDEX: 99; WIDTH: 37px; COLOR: #b4b4b4; POSITION: absolute; TOP: 125px; HEIGHT: 65px; TEXT-DECORATION: none
}
.ks-switchable-triggers SPAN {

	DISPLAY: block;  FONT: 400 83px/87px arial; WIDTH: 37px; CURSOR: pointer; HEIGHT: 63px; TEXT-ALIGN: center
}
.ks-switchable-triggers .corner {

}
.ks-switchable-triggers .prev {
	LEFT: -40px
}
.ks-switchable-triggers .next {
	RIGHT: -40px
}
.ks-switchable-triggers A:hover {
	COLOR: #f43d1e
}
.ks-switchable-triggers A:hover SPAN {
	COLOR: #f43d1e
}
.inews{
	width:700px;
	margin:0 auto;
	}

.inews dl{
	padding:10px;
	list-style:none;
	width:680px;
	height:8em;
	overflow:hidden;
	margin:0 0 25px 0;
	transition:all ease-in .3s;
	border:1px solid #ddd;
	}
.inews dl dt{
	float:left;
	width:220px;
	height:100%;
	overflow:hidden;}	
.inews dl dt img{
	width:220px;
	height:100%;
	}
.inews dl dd{
	float:right;
	width:420px;
	height:100%;
	line-height:1.8em;
	color:#999;
	position:relative;
	overflow:hidden;
	margin-left:20px;
	transition:all ease-in .3s;
		}	
.inews dl dd h1 a{
	font-size:.7em;
	line-height:1.8em;
	height:1.8em;
	font-weight:normal;
	color:#333;
	}
.inews dl dd div.more a{
	position:absolute;
	display:inline-block;
	height:2em;
	padding:0 20px;
	border-radius:20px;
	border:1px solid #ccc;
	font-size:1em;
	right:30px;
	bottom:5px;
	color:#ccc;
	transition:all ease-in .3s;
	}
	
.inews dl.jhover1 dd div.more a{
	background:rgb(0,0,0,.5);
	color:#fff;}
.inews dl.jhover1 dd h1 a{
	color:#c4261b;
	}
	
/*-----------------尾部开始-------------*/
#footer{
	background:rgb(0,0,0,.7);
	margin:0 auto;
	width:750px;
	color:#ffffff;
	position:fixed;
	bottom:0;
	overflow:hidden;
	z-index:9;
	}
#bottom{
	background-color: rgba(196, 38, 29, 1);
	width:750px;
	margin:0 auto;
	height:5em;
	padding:10px 0;
	}
#bottom ul{
	list-style:none;
	background:#09F;
	color:#fff;
	}
#bottom ul li{
	width:25%;
	float:left;
	color:#fff;
	text-align:center;
	line-height:2em;
	}
#bottom ul li span{
	display:block;
	background:url(../images/t18.png) no-repeat center top;
	background-size:40px auto;
	margin-top:10px;
	height:40px;
	margin-bottom:5px;
	}
#bottom ul li a{
	color:#fff;
	font-size:1em;}

#bottom ul li a:hover{
	text-decoration:none;
	}
#bottom ul li:nth-child(2) span{
	background:url(../images/t21.png) no-repeat center top;
	background-size:40px auto;
	}
#bottom ul li:nth-child(3) span{
	background:url(../images/t19.png) no-repeat center top;
	background-size:40px auto;
	}
#bottom ul li:nth-child(4) span{
	background:url(../images/t20.png) no-repeat center top;
	background-size:40px auto;
	}

.fotxx{
	height:2em;
	line-height:2em;
	font-size:.8em;
	text-align:center;}
.fotxx a{
	color:#eee;
	padding-left:20px;
	font-size:1em;}
.here{
	height:2em;
	line-height:2em;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	background:#c4261b;
	color:#fff;
	position:relative;
	}
.here span{
	padding-left:20px;
	font-size:1.2em;
	}
#sub_menu_1{ 
   display: none; 
   position:absolute;
	right:80px;
	transition:all ease-in .5s;
  } 	

.inlmfl i{
	position:absolute;
	right:20px;
	text-align:right;		
	}
.inlmfl ul{
	display:block;
	background:rgb(0,0,0,.8);
	padding:15px;
	line-height:1.5em;
	width:60%;
	transition:all ease-in .5s;
	z-index:3;
	}
.inlmfl ul li a{
	display:block;
	font-size:1.2em;
	line-height:2em;
	height:2em;
	text-align:center;
	margin:10px auto;
	color:#fff;
	}

.inlmfl ul li a:hover, .inlmfl ul li.hover a{
	background-color:#da251d;
	color:#fff;
	}
	
	
/* 分页样式*/
.list_page {
float:right;
	margin: 25px 8px;
}
.pageLink a,
.list_page a{
	padding: 5px 12px;
	background: #fff;
	text-align: center;
	display: inline;
	font-size: 16px;
	font-family:"Microsoft YaHei";
	color:#333;
	margin-right:3px;	
	}

.list_page b,
.pageLink a:hover,
.list_page a:hover{
padding:5px 12px;
	background: #da251d;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	font-size: 16px;
	font-weight:normal;
		margin-right:3px;	
	}
.list_page b{
padding:5px 12px;}

/*分页样式2*/
.showpage .epages {
	text-align: center;
	}
.epages{margin:3px 0;font:11px/12px Tahoma}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}

	
	/*--------------------内容页开始-----------------*/
.center{
line-height:2em;
list-style:none;
font-size:1em;
margin:0 auto;
text-transform:capitalize;
padding:20px;
}

.center img{
	display:inline;
	max-width:100%;
	text-align:center;
	}

.line{
border-top:1px dotted #ccc;
height:10px;
overflow:hidden;}

.h1t{
font-size:32px;
color:#333333;
line-height:50px;
text-align:center;
height:90px;
border-bottom:1px solid #ddd;
margin-bottom:20px;
}


.h5t{
font-size:.8em;
color:#ccc;
font-weight:200;
padding-bottom:10px;
}
.smallt{
	margin:5px auto 30px auto;
	padding:15px;
	border:1px dotted #ccc;
	}
.h4t{
	font-size:2.5%;
	line-height:10vh;
	height:10vh;
	font-weight:bold;
	color:#000;
	text-align:center;
	letter-spacing:1px;
	}	
.center img{
	max-width:100%;
	height:auto;
	}	
.ypro1 ul{
	list-style:none;
	padding:20px 0;
	}	
.ypro1 ul li{
	width:345px;
	height:320px;
	float:left;
	margin:10px 15px;
	overflow:hidden;
	position:relative;
	}	

.ypro1 ul li img{
	display:block;
	width:100%;
	padding-bottom:0;
	transition:all ease-in .5s;
	z-index:1;
	overflow:hidden;
	}	
.ypro1 ul li.phover1 img{
	transform:scale(1.1,1.1);
	}			
.ypro1 ul li.phover1 div.ptit{
	background-color:#e72410;
	}	
.ypro1 ul li:nth-child(2n){
	float:right;
	}
.ypro1 ul li div.ptit{
	height:50px;
	width:100%;
	line-height:50px;
	background-color:rgb(0,0,0,.6);
	color:#ffffff;
	padding:0 10px;
	position:absolute;
	z-index:2;
	font-size:16px;
	
	transition:all ease-in .5s;
	left:0px;
	bottom:0px;
	}	
.inews1 dl{
	padding:10px 20px;
	list-style:none;
	height:8em;
	overflow:hidden;
	margin:0 0 25px 0;
	transition:all ease-in .3s;
	border-bottom:1px dotted #ddd;
	}

.inews1 dl dd{
height:8em;
	line-height:2em;
	color:#999;
	position:relative;
	overflow:hidden;

	transition:all ease-in .3s;
		}	
.inews1 dl dd h1 a{
	font-size:.8em;
	line-height:2em;
	height:2em;
	font-weight:normal;
	color:#333;
	}
.inews1 dl dd div.more a{
	position:absolute;
	display:inline-block;
	height:1.8em;
	line-height:1.8em;
	padding:0 20px;
	border-radius:20px;
	border:1px solid #ccc;
	font-size:.75em;
	right:50px;
	bottom:5px;
	color:#ccc;
	transition:all ease-in .3s;
	}
.inews1 dl.jhover1{
	box-shadow:rgb(0,0,0,.2) 0px 0px 8px 2px;
	}	

.inews1 dl.jhover1 dd div.more a{
	background-color:#ccc;
	color:#fff;
	right:5px;}	
	
.jobl dl{
	list-style:none;
	padding:15px 25px;
	border:1px solid #dddddd;
	border-left:5px solid #dddddd;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#666;
	margin:35px auto;
	transition:all ease-in .3s;
	border-radius:15px;
}
.jobl dl dt{
	font-size:24px;
	color:#333;
	line-height:50px;
	height:50px;
	letter-spacing:2px;
	margin-bottom:10px;
	transition:all ease-in .3s;
	}
.jobl dl dt span{
	font-size:18px;
	}

.jobl dl.jhover1{
	border:1px solid #da251d;
	border-left:10px solid #da251d;
	}	
.jobl dl.jhover1 dt{
	color:#da251d;
	}	
.wzxx2 dl{
	border-bottom:1px dotted #ccc;
	font-size:12px;
	color:#666;
	margin-bottom:20px;
	padding:10px 20px;
	}
.wzxx2 dl dt{
	color:#666;
	height:30px;
	line-height:30px;
	}
.wzxx2 dl dt a{
	display:block;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	float:left;
	color:#4d4d4d;
	}
.wzxx2 dl dt span{
	padding-left:20px;
	font-size:12px;
	color:#a2a2a2;
	float:right;
	}
.wzxx2 dl dd{
	line-height:30px;
	font-size:14px;
	}
.wzxx2 dl dt a:hover{
	color:#da251d;
	}
.wzxx2 dl.onhover1{
	background-color:#efefef;
	color:#666;	
	}
.wzxx2 dl.onhover1 dt a{
	color:#da251d;
	}
.mtxst{
	width:1170px;
	font-size:16px;
	line-height:30px;
	padding:25px 30px;
	background-color:#fff;
	margin:0 auto;
	}
.mtxst strong{
	color:#da251d;
	font-size:18px;
	padding:0 10px;}
.sswb1{
	width:320px;
	height:30px;
	line-height:30px;
	padding:0 5px;
	color:#666;
	font-size:14px;
	border:1px solid #ddd;
	overflow:hidden;
	-webkit-box-shadow: 0 0 0 30px white inset;
	}
.ssan1{
	height:30px;
	line-height:30px;
	padding:0 25px;
	background-color:#666;
	color:#fff;
	border:0;
	border-radius:2px;
	font-size:14px;
	margin:0 20px;
	letter-spacing:2px;
	cursor:pointer;
	}
.lastl{
	font-size:.82em;
	}
.lastl a{
	font-size:1em;
	}
.sslm a{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 25px;
	border:1px solid #ddd;
	color:#666;
	text-align:center;
	letter-spacing:2px;
	font-size:14px;
	border-radius:10px;
	margin-left:30px;
	}
.sslm a:hover,.wzxx2 dl.onhover1 .sslm a{
	background-color:#ddd;}		
	
/*------------------------------新闻封面页----------------------*/
#flash{
	height:10em;
	overflow:hidden;
	width:100%;
	background-size:auto 100%;
	}
#flash img{
	width:100%;}




	
.mzf img{
	border-radius:40px;
	width:100%;
	}	
	
.jdpro ul{
	list-style:none;

	}
.jdpro ul li{
	width:31%;
	float:left;
	margin:10px 1%;
	overflow:hidden;
	border-radius:20px;
	}	
	

.mdfw ul{
	list-style:none;
	}
	
.mdfw ul li{
	background-color:#e62410;
	width:806px;
	float:left;
	height:495px;
	overflow:hidden;
	
	}	
	
.mdfw ul li a img{
	width:100%;
	transition:all ease-in .3s;
	}
.mdfw ul li:nth-child(2){
	width:366px;
	float:right;
	height:235px;
	margin-bottom:20px;
	}
	
.mdfw ul li:nth-child(3){
	width:366px;
	float:right;
	height:240px;
	}
.mdfw ul li a:hover img{
	opacity:.8;
	filter:alpha(opacity=80);	
	}
.titel1{
	background:url(../images/titbg.png) no-repeat top center #e62410;
	height:140px;
	line-height:140px;
	color:#fff;
	margin-top:30px;
		}
.czms ul{
	display:flex;}

.czms ul li{
	width:40%;
	margin:35px 10px 0 0;
	position:relative;
	text-align:center;
	background-color:#fff;
	border-radius:15px;
	padding:30px;
	}
.czms ul li img{
	height:150px;
	}
.czms ul li div.text{

	font-size:24px;
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#666;
	letter-spacing:4px;
	margin-top:15px;
	}
.czms ul li:last-child{
	float:right;
	margin-right:0;}

.czms ul li a:hover div.mack{
	background:rgb(230,36,16,.85);
	}	
	
.hzlink ul{
	list-style:none;
	}
.hzlink ul li{
	width:200px;
	margin:20px 100px;
	float:left;
	}
.hzlink1 ul{
	list-style:none;
	padding:10px 60px;
	}
.hzlink ul li img{
		 filter: grayscale(0);
-webkit-filter: grayscale(0);/*彩图变黑白图片*/
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
	filter:none;
	opacity:1;
	transition:all ease-in .3s;
	width:200px;
	overflow:hidden;
	}

.hzlink ul li.xwhover1 img,.hzlink1 ul li.xwhover1 img{

	-webkit-filter: grayscale(20%);/*彩图变黑白图片*/
    -moz-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
    -o-filter: grayscale(20%);    
    filter: grayscale(20%);
	filter: gray;
	opacity:1;
	 transform: scale(1.1);
	}
	
.hzlink1 ul li{
	width:180px;
	height:60px;
	overflow:hidden;
	text-align:center;
	padding:10px 0;
	margin:15px 42px;
	float:left;
	border:2px solid #2a3e7b;
	}
.hzlink1 ul li img{
	height:60px;
	overflow:hidden;
	filter: grayscale(0);
-webkit-filter: grayscale(0);/*彩图变黑白图片*/
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
	filter:none;
	opacity:1;
	transition:all ease-in .3s;}
	


		
		
	
	
	
	
	
.mdzs{
	background:url(../images/ibg.webp) no-repeat center top;
	background-size:100% auto;
	margin:0 auto;
	width:100%;
	min-height:200px;
	position:relative;
	padding-top:460px;
		}
.inw{
	background-image:url(../images/logo1.png);
	background-size:80px auto;
	background-repeat:no-repeat;
	background-position:95% center;
	background-color:rgb(20,51,119,.8);
	width:640px;
	margin:0 auto;
	padding:20px 50px;
	border-radius:20px;
	color:#ffffff;
	padding-right:150px;
	line-height:30px;
	text-indent:2em;
	}
.inztbg{
	background:url(../images/ibg1.webp) no-repeat center top #c93931;
	background-size:100% auto;
	min-height:620px;
	width:100%;
	display:flex;
	position:relative;
	}
@media (min-width: 1467px){
	.inztbg{
	background:url(../images/ibg1.webp) no-repeat center top #c93931;
	background-size:100% auto;
	min-height:889px;
	width:100%;
	display:flex;
	position:relative;
	}
.mdzs{
	background:url(../images/ibg.webp) no-repeat center top;
	background-size:100% auto;
	margin:0 auto;
	width:100%;
	min-height:260px;
	position:relative;
	padding-top:620px;
		}
	 }	
.ztleft{
	background:url(../images/pro6.webp) no-repeat left bottom;
	background-size:65% auto;
	width:30%;
	position:absolute;
	left:0;
	bottom:0;
	padding-bottom:30%;
	padding-left:25%;
	}
.ztleft img, .ztright img{
	width:100%;
	}
.ztright{
	position:absolute;
	right:10%;
	bottom:5%;
	width:30%;
	}
	

	
.mdms ul{
	list-style:none;
	display:flex;
	}	
.mdms ul li{
	margin:15px 1.5%;
	width:50%;
	transition:all ease-in .5s;
	}
.mdms ul li a img{
	transition:all ease-in .5s;

	}
.mdms ul li a:hover img{
	transform:scale(1.1,1.1);
	opacity:.8;
	filter:alpha(opacity=80);	
	}



	



	
	






/*--------------------资质荣誉-----------------------------*/

	
/*---------------联系我们-------------*/
#w3{
	background:#f2f5fa;
	margin:0 auto;
	overflow:hidden;
	padding:0;}

.contact-part2{width:90%; overflow:hidden; margin:0 auto;}
.contact-part2 ul{ overflow: hidden}
.contact-part2 ul li{float: left; padding: 0 30px; width: 39%; height: 40vh;}
.contact-part2 ul h4{font-size: 1.6%; border-bottom: 1px solid #ddd; height: 69px; line-height: 69px; padding-left: 45px;}
.contact-part2 ul p{font-size: 16px; color: #666666; margin:28px 15px 0;}
.contact-part2 ul a{ display: block;width: 180px; text-align: center; height: 45px; margin: 36px 15px 0; line-height: 45px; border:1px solid #ccc; border-radius:25px; box-shadow:rgb(0,0,0,.1) 0px 2px 3px 1px; color: #333;
transition:all ease .3s;}
.contact-part2 ul a:hover{
	background:#339999; color:#fff;
	}
.contact-part2 ul span{display: block; height: 8vh; line-height: 8vh; margin:3vh 15px 0; font-size: 2%;}
.contact-part2 ul em{ font-family:'Manrope-Medium'; font-style:normal; letter-spacing:1px; display: inline-block; margin-right: 10px; color: #339999; font-weight:bold; font-size: 2.2%;}
.contact-part2 ul .item1{background:url("../images/bg1.jpg") right top no-repeat; background-size: auto 100%;}
.contact-part2 ul .item1 h4{background:url("../images/ico4.png") 12px center no-repeat;}
.contact-part2 ul .item2{background:url("../images/bg2.jpg") right top no-repeat; float:right;background-size: auto 100%;}
.contact-part2 ul .item2 h4{background:url("../images/ico6.png") 14px center no-repeat;}
	
.titel2{
	text-align:left;
	font-size:2%;
	line-height:10vh;
	margin-top:8vh;
	text-transform:uppercase;
	color:#339999;
	text-indent:1em;
	letter-spacing:2px;
	text-align:center;
	}		
.feed{
	width:580px;
	line-height:35px;
	margin-bottom:10px;
	font-family:'Manrope-Medium';
	}
.feed span,.feed1 span{
	display:block;
	font-size:16px;
	color:#999;
	text-indent:5px;
	letter-spacing:1px;
	text-transform:capitalize;
	}
.wb{
	height:35px;
	line-height:35px;
	width:100%;
	border:1px solid #ccc;
	padding-left:10px;
	background-color:#fff;
	color:#666;
	font-size:14px;
	border-radius:5px;
	font-family:'Manrope-Medium';
	letter-spacing:1px;}

.feed1{
	width:100%;
	display:block;
	line-height:35px;
	font-family: 'Manrope-Medium';
	}
.an{
	width:10%;
	line-height:7vh;
	height:7vh;
	background-color:#339999;
	color:#fff;
	border:1px solid #339999;
	font-size:1.2%;
	margin-top:2vh;
	text-transform:uppercase;
	letter-spacing:2px;
	cursor:pointer;
	border-radius:5px;
	}
#w4{
	background:#f2f5fa;
	margin:0 auto;
	margin-top:80px;
	width:100%;
	padding:0;}



.wzxx ul{
	padding:5px;
	}
.wzxx ul li a{
	display:block;
	line-height:45px;
	height:45px;
	font-size:14px;
	color:#4d4d4d;
	border-bottom:1px dotted #ccc;
	position:relative;
	
	}
.wzxx ul li a span.more4{
	background:url(../images/donw.png) no-repeat 88px center;
	background-size:12px auto;
	display:inline-block;
	font-size:10px;
	height:20px;
	line-height:18px;
	padding:0 10px;
	border-radius:3px;
	border:1px solid #339999;
	color:#339999;
	position:absolute;
	top:15px;
	right:5px;
	transition:all ease-in .3s;
	padding-right:22px;
	}

.wzxx ul li a i{
	color:#999;
	padding-right:10px;}
.wzxx ul li a:hover{
	color:#339999;
	}
.wzxx ul li a:hover span.more4{
	background:url(../images/donw1.png) no-repeat 88px center #339999;
	background-size:12px auto;
	border:1px solid #fff;
	color:#fff;}
.wzxx ul li a:hover i{
	color:#339999;
	}
/*--------------------右侧弹窗----------------*/
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
button,input{line-height:normal;}
button:focus{outline: 0;}
button,select{text-transform:none;}
#btn{
	position:fixed;
	left:40px;
	bottom:30px;
	height:40px;
	line-height:40px;
	display:inline-block;
	padding:0 20px;
	border-radius:40px;
	background-color:#339999;
	border:0px;
	color:#fff;
	box-shadow:rgb(0,0,0,.15) 2px 2px 10px 3px;
	font-size:16px;
	cursor:pointer;
	 animation:animate1 1s;
	 transition:all ease-in .3s;
	}
#btn i{
	font-size:22px;
	padding-right:7px;}
#btn:hover{
	background-color:#ffa200;
	}
#myModal{
 display:none;
 position: fixed;
 z-index:1;
 left:30px;
 bottom:0px;
 width: 320px;
 height:440px;
 box-shadow:rgb(0,0,0,.15) 2px 2px 10px 3px; 
 border-radius:20px 20px 0 0;
 overflow:hidden;
  animation:animate 1s;
}
#myModal .modal{
	display:block;
 width: 100%;
 height:100%;
 position:relative;
 bottom:0px;
 margin-bottom: 0px;
 background-color:#fff;
    overflow: hidden;
}
.modal .modal-header1{
 height:40px;
 background:#339999;
 color: #fff;
 line-height:40px;
 position:relative;
 margin-top:-1px;
}
.modal .modal-header1 p{
 display: inline-block;
 margin:0;
 position:absolute;
 left:15px;
 font-size:12px;
}
.modal .modal-header1 .close{
 position: absolute;
 right:20px;
 font-size: 18px;
 cursor:pointer;
 color:#fff;
 font-weight:normal;
 opacity:1; 
 top:10px;
}
.modal .modal-content1{
	padding:10px;
 line-height: 25px;
 overflow:hidden;
}
.tceng{
	background-color:#eee;
	border-radius:10px;
	line-height:25px;
	padding:10px;
	color:#999;
	margin-bottom:10px;

	}
.modal .modal-content1 font{
	color:#c00;
	padding-left:5px;
	text-align:right;}

/*添加动画*/
@keyframes animate{
 from{bottom:-50%;opacity:0}
 to{bottom:0;opacity:1}
}
@keyframes animate1{
 from{bottom:-50%;opacity:0}
 to{bottom:30px;opacity:1}
}

.wb1{
	height:32px;
	line-height:32px;
	border:1px solid #ccc;
	color:#999;
	padding:0 10px;
	margin-bottom:12px;
	width:87%;
	border-radius:4px;
	font-size:12px;
	}
.an1{
	height:35px;
	line-height:35px;
	display:inline-block;
	border:0;
	background-color:#339999;
	color:#fff;
	font-size:14px;
	padding:0 25px;
		}
		
		
		
		

.inlink a{ 
    -webkit-filter: grayscale(100%);/*彩图变黑白图片*/
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	filter: gray;
	opacity:.8;
	transition:all ease-in .3s;
}
	
.inlink a:hover{filter: grayscale(0);
-webkit-filter: grayscale(0);/*彩图变黑白图片*/
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
	filter:none;
	opacity:1;
    
}
/*------------------------------产品内容页开始-------------------------*/

.xwhy{
	width:1200px;
	margin:0 auto;
	padding-top:60px;
	}
.xwhy dl{
	width:29%;
	padding:20px;
	text-align:center;
	display:inline-block;
	line-height:25px;
	position:relative;
	vertical-align:top;
	color:#959393;
	float:left;
	}
.xwhy dl dt{
	width:55px;
	height:55px;
	border-radius:100%;
	padding:25px;
	border:3px solid #bababa;
	margin:0 auto;
	margin-bottom:10px;
	}
.xwhy dl dt img{
	width:55px;
	height:55px;
	-webkit-filter: grayscale(100%);/*彩图变黑白图片*/
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);    
    filter: grayscale(100%);
	filter: gray;
	opacity:.8;
	transition:all ease-in .3s;
	}
.xwhy dl dd span{
	font-size:20px;
	line-height:50px;
	font-weight:bold;
	color:#787272;
	}

.xwhy dl .xwhover1{
	cursor:pointer;
	}
.xwhy dl .xwhover1 dt img{
	 filter: grayscale(0);
-webkit-filter: grayscale(0);/*彩图变黑白图片*/
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
	filter:none;
	opacity:1;
	 transform: scale(1.1);
	}



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


/*--------------------首页弹出窗口--------------*/
.black_overlay{
display: none;
position: absolute;
top:0px;
left:0px;
width: 100%;
height:100%;
background-color: black;
background-attachment:fixed;
z-index:10001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: fixed;
_position:absolute;
width: 600px;
top:10%;
left:30%;
height: 450px;
margin-top:-250px;
margin-left:-300px;
border: 5px solid #ffce85;
border-radius:10px;
box-shadow:5px 5px 4px #666;
background-color: white;
z-index:10002;
color:#999;
overflow: auto;
font-family:'Manrope-Medium',"Microsoft YaHei", "微软雅黑";
margin:0 auto;
padding:10px 20px;
line-height:30px;
font-size:14px;
}
.xzyd{
	margin-top:15px;
	margin-left:80px;
	font-size:12px;
	line-height:30px;
	color:#f90;
	height:60px;
	line-height:60px;
	}
.xzyd a{
	display:block;
	line-height:40px;
	height:40px;
	font-size:20px;
	text-align:center;
	background-color:#44b63d;
	border-radius:20px;
	color:#fff;
	width:150px;
	box-shadow:#ccc 3px 2px 2px;
	font-weight:bold;
	transition:all ease-in .3s;
	letter-spacing:2px;
	float:left;
	margin-right:25px;
			}
.xzyd a:hover{
	background-color:#ff9600;}
/*-------------底部开始----------------*/
