html, body {
	height: 100%;
font-family: Arial, Helvetica, sans-serif;
}

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

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: #7f7f7f;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}











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



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



.main-menu{background-color: #FFF;width:1200px; margin:auto;height:100px 

}

.nav{	height:100px; width:900px;  float: right
	}



.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: #333;
	font-size: 16px;
	font-weight: normal;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 32px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 100px;
	text-transform: uppercase;
}
.main-menu ul.navbar-nav li a:hover{
	color: #1d35a3;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #1d35a3;
    content: "";
    height: 0px;
    position: absolute;
    bottom:22px;
    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: #005AB1 ;
    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: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
	background: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 240px;
	z-index: -99;
	box-shadow: 0px 0px 1px #ddd, -0px -0px 1px #ddd;

}

.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: 100px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	padding: 20px 0px;  /*下拉导航*/
	background-color: rgba(0, 0, 0, 0.5);
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	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: #1d35a3;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}


/*----------------------------------------*/
.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:9px;}

   #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:35px;
	line-height:35px;
	background-color:#3e3e3f;
	color:#fff;
	font-size:12px
}
.soud1a{
	width:1200px;
	margin:auto;
	display:block;
	font-size: 14px;
}
.soud1a i{ margin-left:19px}
.soud1a em{ float:right; font-size:12px}


.soud1a em a{
	font-size:12px;
	color:#d8d8d9;
	margin-left:14px;
	margin-right:14px; display:block; float:left
}
.soud1a em a:hover{
	color: #fff;
}


.soud1a em img{
	display: block;
	float: left;
}



.deyin01{
	float:left;
	padding-top: 13px;
	padding-bottom: 5px;
}



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

.cggz1b{ width:1200px; 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; padding-top:30px

}	





.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	background: #3871c1;
	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: 232px;
	height: 44px;
}
.search-option button.button {
	background: #fff;
	border: medium none;
	color: #fff;
	display: inline-block;
	float:left;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	padding-top: 13px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
}





.yzh{box-shadow: 0px 10px 10px -10px #ccc;}	
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; background-color:#FFF

}/*头部固定代码*/




.xxq00{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	margin-bottom: 100px;
}
.xxqleft{
	float:right;
	width:570px;
}


.xxq04a{
	display: block;
	float: left;
	width: 550px;
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
}

.xxq04a em{
	font-size: 38px;
	line-height: 38px;
	color: #000;
	padding-top: 10px;
	display:block;
	font-weight: bold;
	font-style: italic;
}
.xxq04a i{
	width:65px;
	display: block;
	margin-bottom:24px;
	height:3px;
	overflow:hidden;
	background-image: url(bg11.png);
	background-repeat: no-repeat;
	margin-top: 9px;
}
.xxq04m{
	font-size: 13px;
	text-transform: uppercase;
	color: #999;
	display: block;
	height: 36px;
	border: 1px solid #DDD;
	text-align: center;
	width: 112px;
	line-height: 36px;
	margin-top: 25px;
}

.xxq04m:hover{
	width:140px;
	color: #FFF;
	background-color: #3871c1;
	border-top-color: #3871c1;
	border-right-color: #3871c1;
	border-bottom-color: #3871c1;
	border-left-color: #3871c1;
}

.huha01{
	background-color: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;

}







#pro {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top:33px;

}

#pro_con {

	overflow:hidden;
	
}
#pro_con .LeftBotton {
	height:275px;
	width:30px;
	float:left;
	cursor:pointer;
	background-image: url(b8.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:275px;
	width:30px;
	float:right;
	cursor:pointer;
	background-image: url(b9.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .Cont {
	width:1212px;
	overflow:hidden;
	float:left;
	margin-left: 14px; margin-right:14px
}
#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: 387px;
	margin-right: 9px;
	margin-left:8px;
	list-style:none;
 height:286px
}



#pro_con .Cont li a p{
	display: block;
	height: 170px;
	text-align: center;
	font-size: 26px;
	color:#fff;
	overflow:hidden;
	position: relative;
	top: 0px;
	z-index: 666;
	font-weight: bold;
	padding-top: 116px;background-color:rgba(0, 0, 0,0.3);
}
#pro_con .Cont li a p i{
	display: block;
	width:135px;
	margin-left:auto;
	margin-right:auto;
	height:36px;
	line-height:35px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #FFF;
	margin-top: 40px; font-weight:normal
}


#pro_con .Cont li a:hover p{
	color: #FFF;
	top:-286px;
-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: ease;
}





#pro_con img {
	height: 286px;
	width:387px;
	display:block;
	position: relative;
}











.hze03h{
	width: 1300px; margin-top:25px
}

.hze03h li a{
	width: 385px;
	margin-right:22px; display:block; float:left;
}


.hze03h li a img{
	display:block;
	width:385px;
	height:210px
}

.hze03h li a span{
	display:block;
	background-color:#f6f6f6;
	color:#444;
	padding-top: 38px;
	padding-right: 24px;
	padding-bottom: 38px;
	padding-left: 24px; height:158px; overflow:hidden
}


.hze03h li a span em{
	display: block;
 margin-bottom:16px

}


.hze03h li a span i{
	font-size: 18px;
	display:block;
	color:#1d35a3;
	line-height:25px;
	font-weight: bold;	margin-bottom:13px; height:25px;  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
}


.hze03h li a span ins{
	display:block;
	color:#444;
	text-decoration: none;
	line-height:22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;

}




.hze03h li a:hover span{

	background-color:#1d35a3;
	color:#FFF;

}
.hze03h li a:hover span i{

	color:#FFF;

}


.hze03h li a:hover span ins{
	color:#c1c3d0;


}


.xxq08m{
	font-size: 13px;
	text-transform: uppercase;
	color: #999;
	display: block;
	height: 36px;
	text-align: center;
	width: 112px;
	line-height: 36px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background-color: #FFF;
}

.xxq08m:hover{
	width:140px;
	color: #FFF;
	background-color: #3871c1;

}

.huha000{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 50px;
}



.huha05{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 50px;
}


.wdqz03{
	width:1200px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px
}

.wdqz03e{
	width:1300px;
	font-family: Arial, Helvetica, sans-serif;
}

.wdqz03e li a{
	float: left;
	width:580px;
	margin-right:35px;
	margin-bottom:30px;
	height:170px;
	display:block;
	background-color: #f0eeef;position: relative;
	
}

.wdqz03e li a img{
	width:190px;
	height:170px;
	display:block;
	float:left;
	margin-right:20px
}

.wdqz03e li a span{
	width:355px;
	float:left;
	
}

.wdqz03e li a span i{
	font-size: 17px;
	line-height: 20px;
	height: 20px; margin-bottom:3px; margin-top:18px; color:#3871c1;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
}
.wdqz03e li a:hover span i{ color:#671a81

}
.wdqz03e li a span p{
	display:block;
	font-size:12px;
	color:#888; 

}


.wdqz03e li a span em{ font-size:12px; color:#888; line-height:18px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden; margin-top:5px}

.wdqz03e li a ins{
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #3871c1;
	display: block;
	height: 26px;
	width: 85px;
	text-decoration: none;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.wdqz03e li a:hover ins{

	width: 130px;
-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: ease; background-color:#671a81


}

.foott{
	width: 100%;
	font-size:13px;
	background-color: #222;
	color: #C2C2C2;
	margin-top:50px
}



.footta{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top:24px;
	line-height:20px
}

.footta2{
	width:380px;
	float:left;
	display:block;
	font-size: 13px;
	line-height: 26px;
}

.footta2 img{ display:block}
.footta2 p{ display:block; padding-top:9px; padding-bottom:9px; line-height:15px; color:#c2c2c2}

.footta2 a{ color:#c2c2c2}
.footta2 a:hover{ color:#fff}

.foottb{ width:790px; float:right}

.foottb dl{
	float: left;
	width: 120px;
	margin-left: 35px;text-align:center;
}
.foottb a{
	color:#8F8F8F
}
.foottb a:hover{
	color:#1d35a3
}


.foottb dl dt{
	width: 120px;
	display:block;
	font-size:18px;
	text-align:center;
	line-height: 42px;
	color: #E7E7E7;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B4B4B;
	margin-bottom: 18px;
}

.foottb dl dt a{
	color:#CCC
}


.foottb dl dd{
	line-height: 14px; padding-bottom:15px; margin:0px
}





.foottd{
	line-height: 64px;
	height: 64px;
	background-color: #000;
	width: 100%;
	margin-top:20px
}
.foottd1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;


}

.foottd2{
	float:left;
	color: #8C8C8C;
}

.foottd3{ float: right; width:190px; padding-top:15px}

.foottd3 img{ float: left}

.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;}
	
.klm21{ width:100%; display:block; max-width:1920px; margin:auto}	



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


.xhao09{ width:255px; float:left}
.xhao09a{
	font-size: 26px;
	line-height: 55px;
	color: #FFF;
	background-color: #1d35a3;
	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: #000;
	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-weight: bold;
}
.xhao09b a:hover{
	color: #333;
	background-color: #d0d6ef;
}

#vvv {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	color: #555;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
	background-image: none;
	font-weight: normal;
}


.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: 905px;


	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: #eee;
}

.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:45px;
	line-height: 2em;
}

.biaoti{
	font-size: 18px;
	color: #000;
	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.biaoti2{
	font-size: 20px;
	color: #000; font-weight:bold;	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}



.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: #1d35a3;
}


.proList { }
.proList li{
	width:29.8%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 2%; margin-right:1.5%; 
box-shadow: 0px 0px 15px #888;

}
.proList li i{
	display:block;
	background-color:#1f36a4;

	
}

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


}

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



.proList li a span{
	font-size:14px;
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:14px;
	background-color: #EAEAEA;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
}
.proList li a:hover span{
	color: #1d35a3;
}



.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;
}


.kean01{
	line-height: 47px;
	text-align: center;
	display: block;
	height: 47px;
	width: 162px;
	background-color: #1d35a3;
	font-size: 18px;
	color: #FFF;
	border-radius:8px;
	margin-top: 20px;
}


.kean01:hover{
	width: 182px;
	background-color: #1d35a3;
	color: #FFF;
}





.kean02{
	background-color: #35374c;
	background-image: url(bg14.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 920px;
	margin-top:80px;
	padding-top: 80px;
}


.huha02 em{
	font-size: 38px;
	line-height:38px;
	color: #000;
	padding-top: 10px;
	display:block;
	font-weight: bold;
	font-style: italic;
	text-align: center;

}
.huha02 i{
	width:65px;
	display: block;
	margin-bottom:24px;
	height:3px;
	overflow:hidden;
	background-image: url(bg11.png);
	background-repeat: no-repeat;
	margin-top: 9px; margin-left:auto; margin-right:auto

}




.qt11k5{
	width:1380px;
	
}


.qt11k5 a {
	float: left;
	width:285px;
	height:330px;
	margin-right: 20px;
	display:block;
	position: relative;
	overflow:hidden;
	margin-bottom:40px 
}



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




.qt11k5 a p{
	position: relative;
	z-index: 4000;
	background-color:rgba(21, 78, 149, 0);
	height: 60px;
	width: 285px;
	left: 0px;
	top: 0px;
	display:block;
	padding-top: 10px;
	text-align: center;
	color: #FFF;
	font-size:16px;
	overflow:hidden;
	line-height: 18px;
}

.qt11k5 a:hover p{
	left: 0px;
	top: -285px;
	height:215px;
	width:285px;
	padding-top:70px;
	background-color:rgba(0, 0, 0,0.55);
	-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 #ed6d1b;
	margin-top: 40px;
	background-color: #ed6d1b;
}




.hze06{
	color: #fff;
	background-color: #1d35a3;
	text-align: center;
	display: block;
	font-size: 13px;
	line-height: 34px;
	height: 34px;
	width: 132px;border-radius:5px ; margin-left:auto; margin-right:auto; margin-top:40px
}


.hze06:hover{

	width: 152px; color:#FFF
}




.sbzx{ width:1200px; margin-left:auto; margin-right:auto; margin-top:30px; overflow:hidden}
.sbzx2{ width:1300px;}
.sbzx2 a{
	display:block;
	float:left;
	width:590px;
	margin-right:20px;
	margin-top:20px;
}

.sbzx2 a i{
	display:block;
	width:590px;
 overflow:hidden;background-color:#000
}

.sbzx2 a i img{ display:block; width:100%;cursor: pointer; transition: all 1.2s;opacity:0.4;filter:alpha(opacity=40); 

}



.sbzx2 a:hover i img{
transform: scale(1.4);opacity:1.0;filter:alpha(opacity=100); 

}



.sbzx2 a p{
	display:block;
	text-align:center;
	font-size: 18px;
	line-height: 36px;
	color: #000;
	margin-top: 10px;
}

.sbzx3{display: block;
	width: 1100px;
}

.sbzx3 img{
	display: block;
	float: left;
	margin-right: 55px;
	width: 420px;
 margin-bottom:55px;
}


.sbzx4{display: block;
	width: 1100px;
}

.sbzx4 img{
	display: block;
	float: left;
	margin-right: 35px;
	width: 430px;
 margin-bottom:35px;
}


.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:#f1a71d;

color:#FFF
}
.dede_pages .pageinfo{

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

}



.sbzx6 img{
	display: block; margin-left:auto; margin-right:auto
	
}
