html, body {
	height: 100%;
	font-family: "思源黑体 CN Regula";
}

a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
	list-style-type: none;
}
p {
	margin:0;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
  color: #005AB1 ;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #005AB1 ;
	text-decoration: none;
}


	

body {
	background: #fff none repeat scroll 0 0;
	color: #666;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}



.wdi01{
	width:1320px;
	margin-left:auto;
	margin-right:auto;
	height:109px
}

.wdi01 em{
	display:block;
	float:left;
	padding-top:30px;
	font-size: 21px;
	line-height: 40px;
	color: #666;
	margin-left: 34px;
	letter-spacing: 1px;
}

.wdi01 span{
	display: block;
	float: right;
	height: 50px;
	width: 215px;
	background-image: url(wd1.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 26px;
	line-height:25px;
	font-weight: bold;
	color: #DB0500;
	padding-top: 20px;
	padding-left: 58px;
	margin-top: 17px;
	font-style: normal;
}









.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}



/*  菜单 
/*----------------------------------------*/




.main-menu{
	width:1320px;
	margin:auto;
	height:58px

}

.nav{

	}



.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
	font-size: 16px;
	margin-bottom: 0px;
	width:165px;
	text-align:center;
	display:block;
	line-height: 58px;
	text-transform: uppercase;

}
.main-menu ul.navbar-nav li a:hover{
	color: #000;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #074e95;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
	left: 0px; 
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #0f306d;
	position: relative;
	z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #d81e26;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 255px;
	z-index: -99;

}


.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
	top: 58px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	padding: 20px 0px;  /*下拉导航*/
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 7px 15px;
	text-transform: capitalize;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #005AB1 ;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
	color:#fff;
	background-color: #0e549c;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}

.navbar-nav i{ float:left; color:#FFF; line-height:58px; font-size:17.7px}

/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/



@media (min-width: 1920px) {

  .client-details {
    padding: 6% 10%;
}
.company-content {
    padding: 100px 60px 100px 30px;
}
	
	
	
}





/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.logo {
    height: inherit;
    left: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    z-index: 999999;
    max-width: 200px;
}
.logo a { padding-left:5px;}

   #sub-menu a{
	font-size:12px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
}	 
    
    
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:94%}
.counter-area-2 .fun_text {
    width: 50%;
    float: left;
}
    
    
}
 
@media only screen and (min-width: 320px) and (max-width: 480px) {
.container {width:97%}
    
    
}
 



/*-----返回顶部剪头------*/

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-angle-up:before{content:"\f106"}     /*剪头*/


.fa-search:before{content:"\f002"}/*搜索*/
/*------------------*/









.soud1{
	height:33px;
	line-height:33px;
	background-color:#F5F5F5;
	color:#777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	font-size:12px
}
.soud1a{ width:1320px; margin:auto; display:block}
.soud1a i{ margin-left:15px}
.soud1a em{ float:right}


.soud1a em a{
	font-size:12px;
	color:#777;
	margin-left:10px;
	margin-right:10px
}
.soud1a em a:hover{
	color: #005BAF;
}

.deyin01{ float:left}



.cggz1{
	width:100%;
	height:65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

.cggz1b{ width:1320px; margin:0 auto; line-height:65px; font-size:14px;}

.cggz1b b{ font-size:14px;}
.cggz1b a{ margin-left:10px; margin-right:10px; color:#999}

.sea1{
	height: 30px;
	width: 263px;
	display:block;
	float:right;
	font-size: 13px;
	color: #ADADAD;
	padding-left: 7px;
	border: 1px solid #F1F1F1;
	line-height: 30px;
	border-radius:17px;
	margin-top:15px;
	padding-top:3px;
	background-color: #F1F1F1;
}


.sea2{
	line-height: 23px;
	height: 23px;
	width: 215px;
	border: 1px solid #F1F1F1;
	color: #999;
	float:left;
	background-color: #F1F1F1; margin-left:10px;
}
.sea3{float:left;}

.riggg{
	float: right;

}	





.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	background: #f5f5f5;
	color: #444;
	display: none;
	position: fixed;
	
	width: 300px;
	z-index: 99999;
	top: 40%;
	padding: 20px;
	left: 40%;
}
.search-option input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #444;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	padding: 8px 10px;
	width: 214px;
	height: 44px;
}
.search-option button.button {
    background: #fff;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 14px;
    text-align: center;
}



.yzh{
	box-shadow: 0px 10px 10px -10px #ccc;
	background-color: #fff;
	background-image: url(cs01.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}	
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; background-color:#FFF;background-color: #fff;	background-image: url(cs01.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
/*头部固定代码*/



.xhao08{
	width:1320px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	padding-bottom: 40px;
}


.xhao09{ width:260px; float:left}
.xhao09a{
	font-size: 24px;
	line-height: 55px;
	color: #FFF;
	background-color: #074e95;
	text-align: center;
	display: block;
	height: 55px;
}
.xhao09b{
	display:block
}
.xhao09b a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	color: #555;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 20px;
	background-image: url(rr.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.xhao09b a:hover{
	color: #333;
	background-color: #BBE4FD;
}



.xhao09c{
	border: 1px solid #ccc;margin-top:20px;; display:block
}

.xhao09c em{
	font-size: 18px;
	color:#fff;
	font-weight:100;
	height:46px;
	line-height:46px;
	background-color: #0194dc;
	display:block;
	padding-left:20px
}
.xhao09e{
	display: block;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size:14px;
	color:#666;
	line-height: 29px;
}

.xhao10{
	float: right;
	width: 1015px;


	padding-bottom: 35px;

	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
}

.zb17a{
	display:block;
	height:50px;
	line-height:50px;

	background-color: #f3f3f3;
}

.zb17a em{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	padding-right: 10px;
	background-image: url(sy.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
.zb17a i{
	float: left;
	font-size:18px;
	display:block;
	width: 350px;
	height: 30px;
	color: #000;
	padding-left: 15px;
}
.zb17b{
	margin-top:25px;
	line-height: 2em;
	overflow:hidden;
	padding-top: 20px;
}

.biaoti{
	font-size: 20px;
	color: #000;
	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 25px; font-weight:bold
}
.t_page{
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	
	}	
.t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0px 3px;}
	

.fengnews {


}
.fengnews  li a{
	line-height: 25px;
	display: block;
	height: 25px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(z.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 28px;
	padding-right: 10px;
	margin-top: 20px;
}
.fengnews  li a b{
	font-weight: normal;
}
.fengnews  li a em{
	font-style: normal;
	float: right;
}
.fengnews  li a:hover{
	color: #0194dc;
}


.proList { }
.proList li{
	width:28.3%;
	float:left;
	text-align:center;
	margin-bottom:55px;
	margin-left: 2.5%; margin-right:2.5%; 
box-shadow: 0px 0px 15px #888;

}
.proList li i{
	display:block;
	width:100%; overflow:hidden

	
}

.proList li img{
	display:block;
	width:100%;
	height: auto; cursor: pointer; transition: all 1.2s;


}

.proList li a:hover img{filter:alpha(opacity=90);transform: scale(1.2);}  



.proList li a span{
	color:#666;
	display:block;
	height:50px;
	line-height:42px;
	overflow:hidden;
	font-size:14px;
	background-color: #EAEAEA;
	display:block
}
.proList li a:hover span{
	color: #fff; background-color:#1558a9
}



.klm21{ width:100%; display:block; max-width:1920px; margin:auto}


.pro2 { }
.pro2 li{
	width:18%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 2%;
box-shadow: 0px 0px 6px #999;

}


.pro2 li img{
	display:block;
	width:100%;
	height: auto;


}

.pro2 li a:hover img{opacity:0.9;filter:alpha(opacity=90)}  



.pro2 li a span{
	font-size:12px;
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:12px;
	background-color: #EAEAEA; display:block
}
.pro2 li a:hover span{
	color: #0194dc;
}


.fet01{
	line-height: 26px;
	background-image: url(tel1.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 145px;
	padding-top: 21px;
	padding-left: 30px;
	background-position: left top;
	float: right;
	margin-top: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #004893;
}




.fert00{
	display: block;
	width: 1320px; margin:auto;
}
.fert02{
	text-align: center;
	display: block;
	width: 1320px; margin:auto
}

.fert02 p{
	display: block;
	color: #000;
	font-size: 40px;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}


.fert02 em{
	display: block;
	color: #000;
	font-size: 30px;
	line-height: 35px;
	background-color: #CCC;
	height: 2px;
	width: 37px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 10px;
}

.fert02 i{
	display: block;
	color: #777;
}


.fert03{
	background-color: #FFF;
	padding-top: 60px;
	padding-bottom: 56px;
}



.fert04{
	width: 1320px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;

}






#pro {
	width: 1340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;

}

#pro_con {

	overflow:hidden;
	
}

#pro_con .Cont {
	width:1340px;
	overflow:hidden;
	float:left;
	margin-left: 11px; margin-right:11px
}

#pro_con .ScrCont{width:10000000px; padding:0; float:left;}
#pro_con #List1, #pro_con #List2 {float:left; padding:0px; margin:0px;}
#pro_con .Cont li{
	float:left;
	width: 315px;
	margin-right:10px;
	list-style:none;
	display:block;
	height: 310px;
	background-color: #FFF;
	margin-left: 10px;
}






#pro_con a p {
	height: 264px;
	width: 315px;
	display: block;
	overflow: hidden;
}


#pro_con a img {
		width:315px;
	height: 264px;
	display:block;
	transition: all 1.2s;

}



#pro_con a:hover img {
transform: scale(1.3);

}

#pro_con a span{
	display: block;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px; text-align:center
}


#pro_con i{
	line-height: 28px;
	color: #000;
	font-weight: bold;
	height: 28px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;  
} 


#pro_con i:hover {
color: #0068b7;

} 








.tjtc03{
	background-image: url(tj07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	padding-top: 90px;
	
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	
} 

.hj5{
	position: relative;
	margin-right: auto;
	margin-left: auto;
}








.tjtc03n{
	background-image: url(tj02.png);
	background-repeat: no-repeat;
	background-position: 34px top;
	height: 400px;
	width: 718px;
	display:block;
	font-size: 17px;
	line-height: 27px;
	color: #FFF;
	padding-top: 117px;
	padding-right: 54px;
	padding-left: 34px; line-height:32px
} 

.mov1{
	color: #FFF;
	background-color: #d11217;
	text-align: center;
	display: block;
	height: 38px;
	width: 160px;
	margin-top: 36px;
	line-height: 36px;
	border-radius:19px;
	font-size: 15px;
}
.mov1:hover{width: 180px;color: #FFF;}





.jbl09{
	padding-top: 50px;

}

.jbl09c{
	width:1320px;
	margin-left:auto;
	margin-right: auto;
	padding-top: 50px;

}

.sgl20d{
	width:610px;
	float: right;
	display:block;
	height: 380px;
	overflow: hidden;
	border-radius:15px;   
}

.sgl20d img{
	display:block;
	width:610px;
	height:380px;
	position: relative;

}

.sgl20d em{
	background-color:rgba(0, 0, 0, 0.5);
	height:100px;
	display:block;
	line-height: 20px;
	position: relative;	
	top: -120px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.sgl20d a em {
	color:#D5D5D5;
}

.sgl20d a:hover em {
	color:#fff
}
.sgl20d a em b{
	font-size: 21px;
	color: #fff;
	display:block;
	line-height:40px;
	height: 40px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
}


.tabbox{
	width:610px;
	float:left;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
}


.newse{}
.newse li{
	width:590px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	height:85px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 35px;

}


.newse em{
	font-size: 33px;
	line-height: 33px;
	color: #000;
	text-align: right;
	display: block;
	width: 96px;
	float:left;
	padding-right:30px;
	padding-left: 0px;
}
.newse em i{
	display:block;
	font-size:16px;
	color: #999;
	font-weight: normal;
}



.newse li a{
	float:left;
	display:block;
	font-size:14px;
	line-height:20px;
	height:80px;
	width:460px;
	overflow:hidden;
	color:#888;
	
}
.newse li a:hover{
	color:#000
}
.newse li a span{
	display:block;
	color: #000;
	font-size: 22px; line-height:25px; height:25px; overflow:hidden; margin-bottom:15px
}


.sgl20f em{
	font-size: 20px;
	line-height: 26px;
	color: #000;
	text-align: right;
	display: block;
	width: 70px;
	float:left;
	padding-right:15px;
	padding-left: 0px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top:30px;
	height: 50px;
}
.sgl20f em i{
	display:block;
	font-size:14px;
	color: #000;
	font-weight: normal;
}

.sgl20f { display:block}
.sgl20f:hover {
	background-color: #30a7dd;
}
.sgl20f p{
	float:left;
	display:block;
	font-size:14px;
	line-height:16px;
	height:80px;
	width:450px;
	overflow:hidden;
	color:#8B8B8B;
	margin-top:30px;
}
	
	
.sgl20f p b{
	display:block;
	color: #000;
	font-size: 16px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	margin-bottom:5px;
	font-weight: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
}	
.sgl20f:hover p b{
	color:#014993
}
.sgl20f p ins{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-decoration: none;
}

.top1{ margin-top:50px}


.foot{
	background-color: #074e95;
	width: 100%;
	padding-top: 38px;
	margin-top: 70px;
}
.foot1{
	width: 1320px;
	margin-right: auto;
	margin-left: auto;

}
.foot2 {
	float: left;
	width: 940px;
}
.foot2 li{
	float: left;
	width: 180px;
}
.foot2 li em a{
	font-size: 20px;
	color: #FFF;
	display: block;
	margin-bottom: 20px;
	background-image: url(ke19.jpg);
	background-repeat: no-repeat;
	background-position: left bottom; height:40px
}
.foot2 li span a{
	line-height:13px;
	display: block;
	padding-bottom: 15px;
	color: #FFF;
	font-size: 14px;
	height: 14px;
}

.foot2 li span a:hover{
	color:#fff
}


.foot4{ float:left; margin-top:30px}

.foot5{
	float: right;
	width: 370px; display:block; font-size:15px; color:#f2f2f2; line-height:30px
}


.foot5 i{ display:block; font-size:18px}
	
.foot5 em{
	font-size: 20px;
	color: #FFF;
	display:block;
	margin-bottom: 10px;
}
.foot5 em b{
	font-size: 29px;
	color: #DB0500;
	line-height: 38px;
	margin-top:33px
}	
	
	
.foot6{
	background-color: #075aad;
	height: 1px;
	overflow: hidden;
	display: block;
	margin-top: 40px;
}	


.foot7{
	width: 1320px;
	margin-right: auto;
	margin-left: auto;
	line-height: 48px;
	color: #CCC;
	height: 48px;
	font-size: 12px;
}

.foot7 a{
	width:290px;
	display:block;
	color: #CCC;
	float:right;
	text-align: right;
}

.foot7 a:hover{
	color: #fff;
}
	 

.dede_pages{ font-size:12px
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}	 
	 
.ewma{
	display: block;
	margin-top: 20px;
	width:95px; float:left; margin-right:20px
} 
	 
.fer05{
	background-repeat: no-repeat;
	height: 320px;
	background-position: center top;
	background-image: url(about.jpg);
}

.fer05 span{
	height: 98px;
	width: 260px;
	display: block;
	line-height: 94px;
	text-align: center;
	background-color:rgba(3, 67, 132, 0.5);
	font-size: 33px;
	font-weight: bold;
	color: #FFF;
}

.top5{
	margin-top: 55px;
}


.fer06{
	text-align: center;
	display: block;
	width: 80%;
	background-image: url(bg55.png);
	background-repeat: no-repeat;
	background-position: center 14px;
	margin-right: auto;
	margin-left: auto;
	font-size: 35px;
	color: #000;
	line-height: 35px;
	margin-bottom: 20px;
}

.fer06 em{
	font-size: 14px;
	color: #999;
	display: block;
	text-transform: uppercase;
}

.fer07{
	font-size: 16px;
	color: #000;
	margin-right: 5px;
}

.fert0000{
	display: block;
	width: 1320px;
	line-height: 35px;
	margin-right: auto;
	margin-left: auto;
}





.fer08{
	background-color: #f7f7f7;
	margin-top: 30px;
	padding-top: 60px;
	padding-bottom: 90px;
}


.ma7{width: 1320px;	margin-right: auto;	margin-left: auto;	margin-top: 30px;	margin-bottom: 20px;}
.ma7 ul{}
.ma7 ul li{
	float: left;
	text-align:center;
	line-height:20px;
	margin-right: 15px;
	list-style-type: none;
}
.ma7 ul li a{color: #666;}
.ma7 ul li a:hover{color: #9D0000;}
.ma7 ul li img{	margin-bottom:3px;	height: 350px;	display: block;}
#demo {overflow:hidden;width:1320px;}
#indemo {float: left;width:800%;}
#demo1 {float: left;}
#demo2 {float: left;}	


.uuu{
	width:1400px;
	margin-top:50px;
	
}


.uuu a {
	float: left;
	width: 418px;
	height:350px;
	margin-right: 31px;
	display:block;
	position: relative;
	margin-bottom:35px;
	overflow:hidden;
	background-color: #FFF; 
}



.uuu a img{width: 418px; height:350px; display:block}




.uuu a p{
	position: relative;
	z-index: 4000;
	background-color:rgba(4, 23, 118, 0.0);
	height: 290px;
	width: 418px;
	left: 0px;
	top: -350px;
	display:block;
	padding-top: 80px;
	color: #fff;
	font-size: 19px;

	text-align: center;opacity:0.0;filter:alpha(opacity=0)
}

.uuu a p em{
	display: block;
	height: 60px;
	width: 314px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden; margin-top:15px
}




.uuu a p i{
	display: block;
	height: 26px;
	width: 114px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 25px;
	line-height: 25px;
	font-size: 12px;
}



.uuu a:hover p{
background-color:rgba(5, 80,173, 0.8);

-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease; opacity:1.0;filter:alpha(opacity=100)
}






.chqz06{
	width: 1380px;
}
.chqz06 a{
	float: left;
	width:408px;
	margin-right: 43px;
	font-size: 17px; margin-bottom:25px
}
.chqz06 a i{
	display: block;
	height: 321px;
	width: 408px;
	overflow: hidden;
}
.chqz06 a img{height: 321px;
	width: 408px; cursor: pointer; 
transition: all 1.2s;}


.chqz06 a:hover img{transform: scale(1.2); }


.chqz06 a p{
	font-size: 15px;
	line-height: 20px;
	display: block;
	padding-top: 9px;
	padding-bottom: 18px;
	text-align: center;
}
.chqz06 a:hover p{
	color: #000;	
}

.fert08{}
.fert08 a{
	line-height: 35px;
	display: block;
	height: 36px;
	padding-right: 20px;
	padding-left: 20px;
	color: #333;
	background-color: #e5e5e5;
	width: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.fert08 a:hover{
	color: #fff;
	background-color: #004992;

}


.fennyy{
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
	color: #666;
}


.fert09{
	line-height:38px;
	color: #000;
	text-align: center;
	display: block;
	font-size: 36px;
	margin-top:30px;
	margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}

.fert10{
	font-weight: bold;
	font-size: 18px;
	display: block;
	color: #000; margin-bottom:20px; margin-top:20px;

}

.fert11{
	font-size: 18px;
	display: block;
	color: #000;margin-bottom:20px; margin-top:20px;
}





.xzzz{
	width: 1380px;
}
.xzzz a{
	float: left;
	width:300px;
	margin-right: 32px;
	font-size: 17px;
	margin-bottom:35px;
	
}

.xzzz a img{height: 350px;
	width: 298px;border: 1px solid #E1E1E1;}

.xzzz a:hover img{border: 1px solid #0558ac;}

.xzzz a p{
	font-size: 15px;
	line-height: 20px;
	display: block;
	padding-top: 9px;
	padding-bottom: 18px;
	text-align: center;
}
.xzzz a:hover p{
	color: #0558ac;	
}





.wdqz03e{ width:1390px; margin-top:50px}

.wdqz03e li a{
	float: left; width:640px; margin-right:50px; margin-bottom:50px; height:98px; display:block
}

.wdqz03e li a em{
	width:98px;
	height:98px;
	display:block;
	float:left;
	margin-right:20px;
	background-color: #E0E0E0;
	text-align:center;border-radius:16px;

}

.wdqz03e li a em p{
	font-size: 15px;
	color: #444;
	line-height:30px;
	padding-top:3px;
}

.wdqz03e li a em h1{
	font-size: 58px;
	display: block;
	color:#008dc6;
	font-family: "黑体";
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wdqz03e li a:hover em{
	background-color: #008DC6;
}
.wdqz03e li a:hover em p{
	 color: #FFF
}

.wdqz03e li a:hover em h1{
	 color: #FFF
}



.wdqz03e li a span{ width:462px; float:left;font-size:12px; color:#888; line-height:18px; }

.wdqz03e li a span i{
	font-size: 19px;
	line-height: 20px;
	display: block;
	height: 20px; margin-bottom:12px; margin-top:5px; overflow:hidden; color:#444
}


.frt15{
	padding-top:60px;
}
.frt15 a{
	display: block;
	width: 46%;
	overflow: hidden;
}

.frt15 a img{
cursor: pointer; transition: all 1.2s; display:block; width:100%
}

.frt15 img:hover{
transform: scale(1.3);
}


.frt15 span{
	display: block;
	width: 46%;
	line-height: 2.5em;
}

.frt15 span em{
	display: block;
	font-size: 28px;
	line-height: 48px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}




.qt11k5{
	width:1380px;
	margin-top:28px;
	
}


.qt11k5 a {
	float: left;
	width:430px;
	height:323px;
	margin-right: 11px;
	display:block;
	position: relative;
	overflow:hidden;
	border: 1px solid #E1E1E1; margin-bottom:40px 
}



.qt11k5 a img{width: 430px; height:251px; display:block}




.qt11k5 a p{
	position: relative;
	z-index: 4000;
	background-color:rgba(21, 78, 149, 1);
	height: 70px;
	width: 430px;
	left: 0px;
	top: 0px;
	display:block;
	padding-top: 15px;
	text-align: center;
	color: #FFF;
	font-size:19px; overflow:hidden

}

.qt11k5 a:hover p{

	left: 0px;
	top: -253px;
		height:240px;
	width:430px;
padding-top:93px;background-color:rgba(21, 78, 149,0.8);
-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: ease; 
}

.qt11k5 a p em{
	display:block;
	font-size:12px; line-height:17px

}



.qt11k5 a p i{
	display: block;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 28px;
	color: #DFDFDF;
	text-align: center;
	height: 28px;
	border: 1px solid #DFDFDF;
	margin-top: 40px;
}

.qt11k5 a p i:hover{
	color: #fff;
	text-align: center;
	height: 28px;
	border: 1px solid #dc1821;
	margin-top: 40px;
	background-color: #dc1821;
}



#box_center_left{
	width:240px;
	overflow:hidden
}
.FrontProductsCategory_show01-d1_c2 UL{
}
.FrontProductsCategory_show01-d1_c2 .menu-first UL LI A{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	color: #555;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
		background-image: url(rr.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;

	background-repeat: no-repeat;
}
.FrontProductsCategory_show01-d1_c2 .menu-first UL LI A:hover{
	text-decoration:none;

	background-repeat: no-repeat;
		color: #000;
	background-color: #f5f5f5;
}

.FrontProductsCategory_show01-d1_c2 .menu-second{padding-bottom:0;margin:0;padding-left:0;width:240px;padding-right:0;display:none;padding-top:0}
.FrontProductsCategory_show01-d1_c2 .menu-second UL LI{padding-bottom:0;margin:0;padding-left:0;padding-right:0;padding-top:0}
.FrontProductsCategory_show01-d1_c2 .menu-second P{padding-bottom:0;margin:0;padding-left:0;padding-right:0;padding-top:0}
.FrontProductsCategory_show01-d1_c2 .menu-second .top{display:none}
.FrontProductsCategory_show01-d1_c2 .menu-second .bottom{display:none}
.FrontProductsCategory_show01-d1_c2 .menu-second UL LI A{
	line-height:25px;
	width:240px;
	height:25px;
	text-decoration:none;
	background-image: none;	background-image: url(second-bg-02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;		
}
.FrontProductsCategory_show01-d1_c2 .menu-second UL LI A:hover{ display:block;

	color: #000;

}
.FrontProductsCategory_show01-d1_c2 .menu-first UL LI.menu-none A{
	display: block;

	color: #555;

	padding-right: 15px;

	padding-left: 30px;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;	height:55px;
}
.FrontProductsCategory_show01-d1_c2 .menu-first UL LI.menu-none A:hover{
	width:240px;
	height:32px;
	text-decoration:none;
	background-image: url(left2.jpg);
	background-repeat: no-repeat;
}
.FrontProductsCategory_show01-d1_c2 A.menu-text1:link{padding-left:25px;color:#4c4948;font-size:14px;text-decoration:none;}
.FrontProductsCategory_show01-d1_c2 A.menu-text1:visited{padding-left:25px;color:#4c4948;font-size:14px;text-decoration:none}
.FrontProductsCategory_show01-d1_c2 A.menu-text1:active{
	padding-left:25px;
	color:#4c4948;
	font-size:15px;
	text-decoration:none
}
.FrontProductsCategory_show01-d1_c2 A.menu-text1:hover{color:#fff;font-size:14px;text-decoration:underline}
.FrontProductsCategory_show01-d1_c2 A.menu-text2:link{
	padding-bottom:10px;
	padding-left:25px;
	padding-right:0;
	font-size:13px;
	text-decoration:none;
	padding-top:10px;
	font-weight: normal;
}

.cx01{
	display: block;
	float: right;
	margin-top: 47px;
	width: 230px;
}
.cx01 a{
	display:block;
	width:70px;
	background-image: url(cn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	line-height: 15px;
	padding-left: 29px;
	float:left;
	font-size: 14px;
}


.cx02{
	display: block;
	background-image: url(bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
}



.ut2k{
	width: 1320px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}

.ut22k{
	width:1400px;
	margin-top:50px;
	
}


.ut22k a {
	float: left;
	width: 432px;
	height:340px;
	margin-right: 11px;
	display:block;
	position: relative;
	margin-bottom:25px;
	overflow:hidden;
	background-color: #FFF; 
}



.ut22k a img{width: 432px; height:340px; display:block}




.ut22k a p{
	position: relative;
	z-index: 4000;
	background-color:rgba(4, 23, 118, 0.0);
	height: 230px;
	width: 432px;
	left: 0px;
	top: -340px;
	display:block;
	padding-top: 110px;
	color: #fff;
	font-size: 19px;

	text-align: center;opacity:0.0;filter:alpha(opacity=0)
}
.ut22k a p i{
	display: block;
	height: 26px;
	width: 114px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 20px;
	line-height: 25px;
	font-size: 12px;
}



.ut22k a:hover p{
background-color:rgba(5, 80,173, 0.8);

-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease; opacity:1.0;filter:alpha(opacity=100)
}

.cxcpz { margin-top:50px}


.cxcpz1{
	width: 1400px;
	
}

.cxcpz1 a{
	display: block;
	float: left;
	width: 302px;
	margin-bottom:25px; margin-right:36px
	
}
.cxcpz1 a i{
	display: block;
	width: 300px;
	height:300px; overflow:hidden;border: 1px solid #eee; 
}

.cxcpz1 a img{
	display: block;
	width: 300px;
 height:300px; cursor: pointer; 
transition: all 1.4s;
}

.cxcpz1 a:hover img{
	display: block;
	transform: scale(1.2);
}



.cxcpz1 a span{
	font-size: 16px;
	line-height: 17px;
	color: #000;
	height: 65px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	display: block;
	overflow:hidden;
	background-color: #eee;
	padding-top:11px;
}

.cxcpz1 a:hover span{
	color: #074e95;
	}
.cxcpz1 a span p{ display:block; width:85px; height:24px; line-height:24px; text-align:center; background-color:#074e95; color:#FFF; margin-left:auto; margin-right:auto; margin-top:10px; border-radius:12px; font-size:13px}





.cxcpz2{  width:260px; float:left; margin-right:8px;	background-color: #f0f0f0;	color: #222;}


.cxcpz2 span{
	display:block;
	height: 76px;
	background-color: #1f3288;
	color: #fff;
	padding-top: 16px;
	text-align: center;
	font-weight: bold;
	font-size:28px;
	line-height:35px;
	letter-spacing: 1px;
	}

.cxcpz2 i{
	display:block;
	font-weight:  normal;
	font-size:15px;
	line-height:25px
	}

.cxcpz2 a{
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 3px;
	background-image: url(bg8.png);
	background-repeat: no-repeat;
	background-position: 17px 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d7d7;
	padding-bottom: 16px;
	padding-top: 14px;
	padding-left: 33px;
	padding-right: 16px;
}
.cxcpz2 a:hover{
	color: #1f3288;
}



.more{display:block; width:240px; height:44px; border-radius:44px; margin:0 auto; line-height:44px; font-size:15px; color:#1558a9; text-align:center; font-weight:bold; background:#fff; border:2px solid #0145a5;}
.more:hover{background:#1558a9;color:#fff; }






.dede_pages{
line-height:18px;
font-size:14px;
 width: 100%;
height: 100px;       
text-align: center; margin-top:30px
}


.dede_pages ul{ display: inline-block;	}


.dede_pages ul li{
	float:left;
	font-family:"微软雅黑";
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-right:6px;
	border:1px solid #E9E9E9;
	list-style-type: none;
	background:#FFF;
	line-height:20px;
}
.dede_pages ul li a{
	float:left;
	color:#444;
	display:block;
	text-decoration: none;

}
.dede_pages ul li a:hover{
	color:#f1a71d;
	text-decoration:none;

}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#c61319;

color:#FFF
}
.dede_pages .pageinfo{

	color:#555;
}
.dede_pages .pageinfo strong{
	color:#333;

}


.cxcpz5{ display:block; margin-left:auto; margin-right:auto; max-width:720px; margin-bottom:30px}


#cxcpz0{
	color:#000;
	line-height: 38px;
	font-size: 20px; display:block
}
#cxcpz6{
	color:#0070c0;
	line-height:38px;
	font-size: 16px;
}



.tuuu2 span{
	width:43%;
	margin-right:2.9%;
	margin-left:2.9%;
	margin-top: 30px;
	float: left; display:block;
}



.tuuu2 span img{
	display:block;
	width:100%;
	margin-bottom:8px;
	border: 1px solid #EBEBEB;
}

.tuuu2 span i{
	display:block;
	height:22px;
	line-height:22px;
	overflow:hidden;
	font-size:16px;
	color: #333;
	text-align: center;
}




.xn1{
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 650px;

	
}



.xn2{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}


.cxcpz9{
	font-size: 18px;
	color: #FFF;
	background-color: #304DA3;
	display: block;
	height: 36px;
	width: 180px;
	border-radius:18px;
	line-height: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 28px;
}
.cxcpz10{ display:block; margin-left:auto; margin-right:auto}
.cxcpz11{
	display: block;
	float: left;
	margin-top: 14px;
}
.cxcpz12{
	display: block;
	width:160px;
	height:40px;
	line-height:36px;
	text-align:center;
	font-size:18px;
	background-color:#064c93;
	color:#FFF;
	font-weight: bold;
	border-radius:20px;
	letter-spacing: 2px;
	margin-bottom: 10px; margin-top:20px
}