@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;

}

body {
	background-color: rgba(246, 246, 246, 1);
     margin:0 auto;
	 padding:0px;
	 color:#666;
	 font-size:14px;
    font-family: "Alibaba Sans Light","Alibaba Sans", "Alibaba Sans Black", "Alibaba Sans Heavy", "Alibaba Sans Medium",  Arial;
	 overflow-x:hidden;
	 width:100%;
	 position:relative;
		
}
::-webkit-scrollbar-track-piece { width:8px; background-color:#f8f8f8 } 
::-webkit-scrollbar { width:8px; background-color:#ccc } 
::-webkit-scrollbar-thumb { width:8px; background-color:#aeaeae } 
::-webkit-scrollbar-thumb:hover { width:8px; background-color:#ccc }
tr,td{font-size:14px;

	padding:0 5px;	
}
input{
outline:none;
}

input:focus {
  outline-color:none;

}

.w{
width:1200px; 
margin:0 auto;
}



.w1{
width:1170px;  
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:##44b63d;
}
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;
}
.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;
	}
/*--------------头部开始------------------*/
#top{
	width:100%;
	height:40px;
	line-height:40px;

	color:#808080;
	}
#top a{
	color:#808080;
	padding:0 10px;
	font-size:14px;
	}
.logo{
	background:url(../images/logo.png) no-repeat center left;
background-size:auto 62px;
width:35%;
height:62px;
overflow:hidden;
margin-right:20px;
padding:10px;
position:relative;
overflow:hidden;
margin-left:5%;
}
.logo a{
display:block;
width:100%;
height:62px;
overflow:hidden;
}

/*.logo:before {content:"";
position:absolute;	
width:400px;
height:15px;
background-color:rgba(255,255,255,.5);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-animation:searchLights 3s ease-in 3s infinite;
	-o-animation:searchLights 3s ease-in 3s infinite;
	animation:searchLights 3s ease-in 3s infinite}
@-webkit-keyframes searchLights {
	0% {left:-500px;top:0px	}
	to {left:500px;	top:300px	}
}
@-o-keyframes searchLights {
	0% {left:-500px;top:0px	}
	to {left:500px;	top:300px	}
}
@-moz-keyframes searchLights {
	0% {left:-500px;top:0px	}
	to {left:500px; top:300px	}
}
@keyframes searchLights {
	0% {left:-500px;top:0px	}
	to {left:500px;	top:300px	}
}
*/

/*---------------导航---------------*/
 .cms-site-head {
            font-size: 14px;
            z-index: 100;
            width: 100%;
            min-width: 1200px;
            height: 100px;
            text-align: center;
			margin:0 auto;
			background-color:#fff;
				        }
        .cms-site-head .cms-site-bg-header{
            overflow: hidden;
            width: 100%;
            height: 80px;
        }
        .cms-site-inner {
            position: relative;
            width:1200px;			
            height: 100px;
            line-height: 100px;
            margin: 0 auto;
	
        }
        .cms-site-head .cms-site-bg-header img{
            width: 100%;
            height: 100%;
        }
        .cms-site-head .cms-site-logo {
            position: absolute;
            left: 0;
            height: 100px;
        }
  
        .cms-site-head .cms-site-logo img {
            width: auto;
            margin:15px 0 15px 10px;
        }

					
.nav { position: absolute;
    right: -42px; text-align: center;
	top:23px;
	 } 
.menu, .menu ul { list-style: none; padding: 0; margin: 0; }
.menu { height: 58px; } 
.menu li { min-width: 110px; } 
.menu > li { display: block; float: left; position: relative; } 
.menu > li:first-child { border-radius: 5px 0 0; } 
.menu a { border-left: 3px solid rgba(0, 0, 0, 0); color: #828282; display: block; font-size: 16px; line-height: 54px; text-decoration: none; text-transform: uppercase; } 
.menu li:hover { } 
.menu li:hover > a { border-radius: 5px 0 0 0; color: #db2921; } 
.menu a.active{
	color: #db2921;}
.submenu { left: 0; 
max-height: 0; 
position: absolute; 
top: 100%; 
z-index: 0; 
-webkit-perspective: 400px; 
-moz-perspective: 400px; 
-ms-perspective: 400px; 
-o-perspective: 400px; 
perspective: 400px; 
} 

.submenu a{ color:#fff; line-height: 48px; width: 110px; } 

.submenu li { opacity: 0; -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); -webkit-transition: opacity .4s, -webkit-transform .5s; -moz-transition: opacity .4s, -moz-transform .5s; -ms-transition: opacity .4s, -ms-transform .5s; -o-transition: opacity .4s, -o-transform .5s; transition: opacity .4s, transform .5s; } 
.menu .submenu li:hover a { border-left: 0px solid #454545; border-radius: 0; color: #FFF; font-weight: bold; } 
.menu > li:hover .submenu, .menu > li:focus .submenu { max-height: 2000px; z-index: 10; width: 110px; overflow: hidden; } 
.menu > li:hover .submenu li, .menu > li:focus .submenu li { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; background: rgba(218, 37, 29, 0.8); } 
.menu li:hover .submenu li:nth-child(1) { -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } 
.menu li:hover .submenu li:nth-child(2) { -webkit-transition-delay: 50ms; -moz-transition-delay: 50ms; -ms-transition-delay: 50ms; -o-transition-delay: 50ms; transition-delay: 50ms; } 
.menu li:hover .submenu li:nth-child(3) { -webkit-transition-delay: 100ms; -moz-transition-delay: 100ms; -ms-transition-delay: 100ms; -o-transition-delay: 100ms; transition-delay: 100ms; } 
.menu li:hover .submenu li:nth-child(4) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -ms-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms; } 
.menu li:hover .submenu li:nth-child(5) { -webkit-transition-delay: 200ms; -moz-transition-delay: 200ms; -ms-transition-delay: 200ms; -o-transition-delay: 200ms; transition-delay: 200ms; } 
.menu li:hover .submenu li:nth-child(6) { -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -ms-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; } 
.menu li:hover .submenu li:nth-child(7) { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } 
.menu li:hover .submenu li:nth-child(8) { -webkit-transition-delay: 350ms; -moz-transition-delay: 350ms; -ms-transition-delay: 350ms; -o-transition-delay: 350ms; transition-delay: 350ms; } 
.submenu li:nth-child(1) { 
-webkit-transition-delay: 350ms; 
-moz-transition-delay: 350ms; 
-ms-transition-delay: 350ms; 
-o-transition-delay: 350ms; 
transition-delay: 350ms; 
} 
.submenu li:nth-child(2) { 
-webkit-transition-delay: 300ms; 
-moz-transition-delay: 300ms; 
-ms-transition-delay: 300ms; 
-o-transition-delay: 300ms; 
transition-delay: 300ms; 
} 
.submenu li:nth-child(3) { -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -ms-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; } 
.submenu li:nth-child(4) { -webkit-transition-delay: 200ms; -moz-transition-delay: 200ms; -ms-transition-delay: 200ms; -o-transition-delay: 200ms; transition-delay: 200ms; } 
.submenu li:nth-child(5) { -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -ms-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms; } 
.submenu li:nth-child(6) { -webkit-transition-delay: 100ms; -moz-transition-delay: 100ms; -ms-transition-delay: 100ms; -o-transition-delay: 100ms; transition-delay: 100ms; } 
.submenu li:nth-child(7) { -webkit-transition-delay: 50ms; -moz-transition-delay: 50ms; -ms-transition-delay: 50ms; -o-transition-delay: 50ms; transition-delay: 50ms; } 
.submenu li:nth-child(8) { -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }

.ttel{
	width:195px;
	overflow:hidden;
	height:100px;
	}
.ttel img{
	overflow:hidden;
	margin-top:0px;
	}
/*-----------------------首页开始--------------------*/
.inss{
	width: auto;
    height: auto;
    overflow: visible;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: none;
    border-color: rgba(228,228,228,0);
    background-color: transparent;
    position: relative;
    box-shadow: 1px 2px 4px 1px rgb(142, 142, 142,.5);
	
	}
.sswb{
	border:0;
	height:35px;
	line-height:35px;
	overflow:hidden;
	padding:0 10px;
	color:#666;
	width:260px;
	-webkit-box-shadow: 0 0 0 30pxwhiteinset;
	}
.ssan{
	background:url(../images/ssan.png) no-repeat left 5px;
	width:30px;
	border:0;
	cursor:pointer;
	}
.inabout{
	overflow:hidden;
	line-height:32px;
	font-size:16px;	
	color:#666;
	position:relative;
	height:360px;
	}
	
.aboutl{
	width:650px;
	overflow:hidden;
	line-height:28px;
	font-size:14px;
	}
.aboutl p{
	text-indent:2em;
	margin-bottom:10px;
	
	}
.atit{
	height:50px;
	font-size:26px;
	line-height:50px;
	font-weight:bold;
	color:#000;
	letter-spacing:3px;
	}
.atit span{
	font-size:22px;
	color:#ccc;
	padding-left:15px;
	letter-spacing:2px;
	font-style:italic;
	
	}
.aboutr{
	width:450px;
	overflow:hidden;
	padding-top:15px;}
.amore a{
	background-image: linear-gradient(#fe6c03 50%,#da251d 100%);
	position:absolute;
	left:10px;
	bottom:25px;
	height:45px;
	line-height:45px;
	display:inline-block;
	padding:0 35px;
	color:#fff;
	border-radius:3px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	}

.titel{
	text-align:center;
	font-size: 32px;
    line-height: 40px;
    margin-top: 40px;
	margin-bottom:30px;
	text-transform:uppercase;
	color:#2a3e7b;
	letter-spacing:4px;
	font-weight:bold;
	}
.titel span{
	display:block;
	height:3px;
	width:100px;
	margin:0 auto;
	background-color:#2a3e7b;
	margin-top:20px;}
	
.indhlm{
	width:100%;
	height:70px;
	line-height:70px;
	border-bottom:1px solid #ccc;
	margin:0 auto;
	position:relative;
	}	
.indhlm ul{
	width:1200px;
	margin:0 auto;
	}
.indhlm ul li a{
	display:block;
	float:left;
	padding:0 30px;
	font-size:18px;
	color:#333;
	width:140px;
	text-align:center;
	position:relative;
	}	
.indhlm ul li:nth-child(1) a,.indhlm ul li:nth-child(2) a{
	line-height:30px;
	padding-bottom:10px;
	}
.indhlm ul li a:hover{
	color:#c00;
	}
.indhlm ul li span{
	width:50px;
	height:3px;
	background:none;
	position:absolute;
	left:75px;
	bottom:-2px;
	transition:all ease-in .3s;
	}
.indhlm ul li a:hover span{
	display:block;
	width:50px;
	height:3px;
	background-color:#c00;}	
	

.ypro ul{
	list-style:none;
	padding:20px 0;
	}	
.ypro ul li{
	width:380px;
	height:350px;
	float:left;
	margin:10px 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:nth-child(3n){
	float:right;
	}
.ypro 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;
	}
.pmore{

	border-bottom:1px solid #ccc;
	height:25px;
	margin:20px 0;
	}	
.pmore a{
	background-image: linear-gradient(#fe6c03 50%,#da251d 100%);
	height:45px;
	line-height:45px;
	display:inline-block;
	padding:0 35px;
	color:#fff;
	border-radius:3px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	}
.inwhy{
	background:url(../images/why.png) no-repeat center 80px;
	min-height:500px;
	margin:0 20px;
	}	
.inwhy ul li{
	width:499px;
	float:left;
	margin:20px 0 50px 0;
	height:186px;
	}	
.inwhy ul li:nth-child(2n){
	float:right;
	}	
.inews dl{
	padding:10px;
	list-style:none;
	height:140px;
	overflow:hidden;
	margin:0 0 25px 0;
	transition:all ease-in .3s;
	background-color: rgba(246, 246, 246, 1);
	}
.inews dl dt{
	float:left;
	width:220px;
	height:140px;
	overflow:hidden;}	
.inews dl dt img{
	width:220px;
	height:140px;
	}
.inews dl dd{
	float:left;
	width:850px;
	height:140px;
	line-height:30px;
	color:#999;
	position:relative;
	overflow:hidden;
	margin-left:20px;
	transition:all ease-in .3s;
		}	
.inews dl dd h1 a{
	font-size:18px;
	line-height:40px;
	height:40px;
	font-weight:normal;
	}
.inews dl dd div.more a{
	position:absolute;
	display:inline-block;
	height:30px;
	padding:0 20px;
	border-radius:20px;
	border:1px solid #ccc;
	font-size:12px;
	right:50px;
	bottom:5px;
	color:#ccc;
	transition:all ease-in .3s;
	}
.inews dl.jhover1{
	box-shadow:rgb(0,0,0,.2) 0px 0px 8px 2px;
	}	
.inews dl.jhover1 dd{
	margin-left:50px;
	}	
.inews dl.jhover1 dd div.more a{
	background-color:#ccc;
	color:#fff;
	right:5px;}	
	
/*-----------------尾部开始-------------*/
#footer{
	background-color:#373c40;
	margin:0 auto;
	width:100%;
	color:#ffffff;
	position:relative;
	}

.footer{
	width:100%;
	border-bottom:1px solid #ccc;
	position:relative;	
	}
.fcon{
	width:1250px;
	margin:0 auto;
	font-size:14px;
min-height:100px;
padding-top:60px;

	}
.fcon dl{
	float:left;
	line-height:25px;
	list-style:none;
	font-size:16px;
	margin:0 15px;
	}
.fcon dl dt{
	margin-bottom:10px;
	}
.fcon dl dt a{
	font-size:16px;
	line-height:25px;
	color:#fff;
	}

.fcon dl dd a{
	color:#999;
	}	
	
.fcon dl.wx{
	width:320px;
	float:right;
	color:#ccc;
	}
.fcon dl.wx span{
	width:140px;
	text-align:center;
	}		
.fcon dl.wx span img{
	width:100%;}
.fotxx{
	height:30px;
	line-height:30px;
	font-size:14px;}
.fotxx a{
	color:#eee;}
.star{
	position:absolute;
	bottom:30px;
	left:27%;
	height:35px;
	}	
.star img{
	height:35px;
	overflow:hidden;
	}	
.add{
	background:url(../images/add.png) no-repeat left center;
	padding-left:25px;
	}	
	
.here{
	height:35px;
	line-height:35px;
	width:1230px;
	margin:0 auto;
	padding:10px 0;
	}
.inlmfl{
	display:inline-block;
	text-align:right;
	height:35px;
	line-height:35px;
	}
.inlmfl ul li{
	display:inline-block;}
.inlmfl ul li a{
	display:inline-block;
	margin-left:10px;
	padding:0 25px;
	border-radius:5px;
	transition:all ease-in .3s;
	border-radius:10px;
	font-size:16px;
	}
.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: 14px;
	font-family:'Manrope-Medium',"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-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:28px;
list-style:none;
font-size:14px;
margin:0 auto;
font-family:'Manrope-Medium';
text-transform:capitalize;
}
.center img.fl{
	margin-right:55px;
	}

.center img{
	display:inline;
	max-width:100%;
	}

.line{
border-top:1px dotted #ccc;
height:10px;
overflow:hidden;}

.h1t{
font-size:32px;
color:#333333;
line-height:50px;
font-family:'Manrope-Medium',"Microsoft YaHei";
text-align:center;
height:90px;
border-bottom:1px solid #ddd;
margin-bottom:20px;
}


.h5t{
font-size:12px;
font-family:'Manrope-Medium',Arial, Helvetica, sans-serif;
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;
	font-family:'Manrope-Medium',"Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:1px;
	}	
.center img{
	max-width:100%;
	height:auto;
	}	
.ypro1 ul{
	list-style:none;
	padding:20px 0;
	}	
.ypro1 ul li{
	width:370px;
	height:340px;
	float:left;
	margin:10px 10px;
	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(3n){
	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 30px;
	list-style:none;
	height:120px;
	overflow:hidden;
	margin:0 0 25px 0;
	transition:all ease-in .3s;
	border-bottom:1px dotted #ddd;
	}

.inews1 dl dd{
	float:left;
	width:1050px;
	height:120px;
	line-height:30px;
	color:#999;
	position:relative;
	overflow:hidden;

	transition:all ease-in .3s;
		}	
.inews1 dl dd h1 a{
	font-size:18px;
	line-height:40px;
	height:40px;
	font-weight:normal;
	}
.inews1 dl dd div.more a{
	position:absolute;
	display:inline-block;
	height:30px;
	padding:0 20px;
	border-radius:20px;
	border:1px solid #ccc;
	font-size:12px;
	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;
	}


.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{
	background-color:#fff;
	color:#f4f1f8;
	}
#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;
		}
		
		
		
		
.inpro{
list-style:none;
}
.inpro ul li{
display:block;
text-align:center;
float:left;
transition:background .3s ease-in,
color .3s ease-in,
border .3s ease-in;
width:530px;
height:295px;
overflow:hidden;
margin:30px;
position:relative;
}
.inpro ul li a{
font-family:'Manrope-Medium',"Raleway";
font-size:18px;
transition:background .3s ease-in,
color .3s ease-in;
display:block;

}
.inpro ul li a img{
display:block;
width:530px;
height:295px;
-webkit-transition:all 1s; 
-moz-transition:all 1s; 
-o-transition:all 1s; 
margin-bottom:15px;
overflow:hidden;
position:relative;
z-index:-1;
}
.inpro ul li .mask{
	position:relative;
	z-index:2;
	height:60px;
	background-color:#000;
	display:block;
	opacity:.5;
	filter:alpha(opacity=50);
	margin-top:-60px;
	left:0px;}
.inpro ul li div.txt{
	z-index:3;
	position:relative;
	height:50px;
	line-height:50px;
	overflow:hidden;
	transition:color .3s ease-in;
	margin-top:-60px;
	}
.inpro ul li div.txt a{
	color:#fff;
	font-size:18px;
	}
.inpro ul li a:hover img{
	width:530px;
-webkit-transform:scale(1.2); 
-moz-transform:scale(1.2); 
-o-transform:scale(1.2); 
}


.inpro ul li a:hover{
	
font-weight:normal;
}
.inpro ul li a:hover .txt{
	color:#fff;
	}
.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;}
/*-------------底部开始----------------*/
