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;
	list-style-type: none;
}
p {
	margin:0px;

}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
  color: #fab00f ;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #fab00f ;
	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{width:1200px; margin:auto;height:88px ; 

}

.nav{	height:88px; width:800px; 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: 15px;

	margin-right:22px;
	margin-bottom: 0px;
	margin-left: 22px;
	line-height: 88px;
	text-transform: uppercase;
}
.main-menu ul.navbar-nav li a:hover{
	color: #FAAA05;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #fab00f;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0px;
    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: #fab00f ;
    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-color:rgba(3, 17, 44, 0.8);
	left:-560px;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width:1100px;
	z-index: -99;


}

.main-menu ul.nav li ul.sub-menu li {
	position: relative;
	width: 33.3%;

}
.main-menu ul.nav li:hover ul.sub-menu {
	top: 88px;
	opacity: 1;
	z-index: 999;
	visibility: visible;  /*下拉导航*/
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px; padding-right:40px;
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	text-transform: capitalize;
	text-align:left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	line-height:18px;

	padding-left: 15px;
	background-image: url(jack16.png);
	background-repeat: no-repeat;
	background-position: left 15px;
}


.main-menu ul.nav li ul.sub-menu li a span{
    color: #fab00f ;
}


.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#f4d05e ;
}


.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:100%}
.logo {
    height: inherit;
    left: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    z-index: 999999;
    max-width: 183px;
}
.logo a { padding-left:13px;}

   #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:95%}
.counter-area-2 .fun_text {
    width: 50%;
    float: left;
}
    
    
}
 



/*-----返回顶部剪头------*/

@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"}/*搜索*/
/*------------------*/









.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:31px

}	





.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	background: #ddd;
	color: #444;
	display: none;
	position: fixed;
	
	width: 398px;
	z-index: 99999;
	top: 40%;
	padding: 10px;
	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;
	width:330px;
	height: 44px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.search-option button.button {
	background: #fff;
	border: medium none;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 17px;
	line-height: 44px;
	text-align: center;
	height: 52px;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 9px;
}






.yzh{
	width: 100%;
	z-index:99999;
	background-color:rgba(255, 255, 255, 1);
	position: relative;box-shadow: 0px 10px 10px -10px #555;
	
}
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;background-color:rgba(255, 255, 255,1);box-shadow: 0px 10px 10px -10px #555;

}/*头部固定代码*/

.biaoti{
	font-size: 20px;
	line-height: 23px;
	color: #000;
	display: block;
	padding-top: 20px;
	padding-bottom: 29px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.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; width:100px
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}



.jack01{
	background-image: url(footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 66px;
	padding-bottom: 42px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #393d42;
	margin-top: 70px;
}





.foottb{ width:1200px; margin-left:auto; margin-right:auto}

.foottb li {
	float: left;
	width: 290px;
	display:block;
	color:#CACACA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.foottb li a:hover{
	color:#fab00f
}


.foottb li a em{
	display:block;
	font-size:15px;
	line-height: 17px;
	color: #fab00f;
	height: 34px;
	margin-bottom: 18px;
}



.foottb li a p{
	line-height: 12px;
	padding-bottom:19px;
	color: #DDD;
	font-size: 12px;
}

.foottb li a:hover p{
	line-height: 12px;

}





.foott2{
	width: 1200px;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5a340;
	padding-top: 38px;
}

.foott2a{ display:block; float:left

}


.foott2 span{
	display:block;
	float:left;
	margin-left:50px;
	color:#CACACA;
	margin-right: 50px;
}
.foott2 span a{ color:#CACACA}
.foott2 span em{ display:block; float:left;}

.foott2 span img{
	display: block;
	float:left;
margin-right: 13px;
border-radius:27px;
border: 1px solid #c49a47;
}

.foott2m1{ padding-top:10px}










.jack02{
	line-height: 58px;
	background-color: #041536;
	height: 58px;
	font-size:12px
}

.jack02mm{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	color: #454f63;
}
.jack02mm a{
	color: #454f63;
}






.foot33{ float: right; width:222px; padding-top:15px; display:block}

.foot33 a { float: left; margin-left:10px; display:block; border-radius:14px ; display:block; background-color:#010a1d; height:28px; width:28px  }

.foot33 a img{display:block}

.foot33 a:hover {background-color:#dba229;  }


.soud1{
	height:37px;
	line-height:36px;
	background-color:#041536;
	color:#9da4ad;
	font-size:12px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #5e7080;
}
.soud1a{
	width:1200px;
	margin:auto;
	display:block;
	font-size: 13px;
}
.soud1a span{ width:400px; display:block; float:left}
.soud1a span img{
	display:block;
	float:left;
	padding-top:9px;
	margin-right:10px
}
.soud1a span i{display:block; float:left;margin-right:40px}
.soud1a span i a{color:#9da4ad;}
.soud1a span i a:hover{
	color:#D6D9DC;
}


.soud1a em{ float:right; font-size:12px}



.soud1a em img{
	float: left;
	margin-left:15px;
	margin-right:15px;
	display:block;
	padding-top: 3px;
}
.soud1a em i{
	float: left;
	width:1px;
	display:block;
	height:20px;
	display:block;
	background-color:#4A5966;
	margin-top: 11px;
}

.soud1a em ins{
	float: left;
	margin-top: 10px; width:24px; height:40px;
}
.soud1a em ins img{	margin-left:8px;	margin-right:0px;}

.deyin01{
	float:left;
	padding-top: 18px;
}


.jack03{
	z-index: 444;
	position: relative;

}

.yzh01 img{
	 display:block; margin-top:5px
}



.jack05{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 50px;
}

.jack06{
	text-align: center;
	display: block; color:#222; line-height:20px

}
.jack06 i{
color:#fab00f; display:block

}
.jack06 p{
	font-size:40px;
	line-height: 50px;
	display: block;
	padding-top:10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.jack06 em{
	display:block;
	color: #777;
}


.chqz06{
	width: 1300px;
	margin-top: 50px;
}
.chqz06 a{
	float: left;
	width: 281px;
	margin-right: 11px; margin-left:5px;
	font-size: 17px;box-shadow: 0px 0px 10px #ccc; margin-bottom:30px
}
.chqz06 a i{
	display: block;
	height: 237px;
	width: 281px;
	overflow: hidden;
}
.chqz06 a img{
	width: 281px; cursor: pointer; 
transition: all 1.2s;height: 237px;s}


.chqz06 a:hover img{transform: scale(1.2); }


.chqz06 a p{
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding-top: 9px; height:35px;

	text-align: center; background-color:#38404b; color:#FFF
}
.chqz06 a:hover p{
	background-color:#fab00f;
}


.jack08{
	background-image: url(jjja.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
	height:902px;
	padding-top: 70px;
}


.jack00{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.jack09{
	display: block;
	color:#fab00f;
	line-height:20px;
	width:503px;
	float:left;


}
.jack09 i{
	display:block;
	text-transform: uppercase;
}
.jack09 p{
	font-size:40px;
	line-height: 50px;
	display: block;
	padding-top:10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}






.jack09 em{
	display:block;
	color:#FFF;
	line-height:28px;
	padding-top: 10px;
	padding-bottom: 50px;	
}

.jack09 a{
	color: #000;
	background-color: #FAB00F;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 34px;
	height: 34px;
	width: 102px;border-radius:5px ;
}


.jack09 a:hover{

	width: 132px;
}



.jack11{
	float: right;
	width: 600px;
}
.jack11m{
	height: 170px;
	width: 290px;
	margin-left: 10px;
	float: left; margin-bottom:10px
}

.jack11 a{
	display:block;
		height: 170px;
	width: 290px; float:left; margin-bottom:10px; margin-left:10px
}
.jack11 a img{
	display:block;height: 170px;
	width: 290px;position: relative;
}

.jack11 a span{
	display:block;
	height: 50px;
	width: 290px;
	position: relative;
	left: 0px;
	top: -170px;
	background-color:rgba(0, 0, 0, 0.7);
	background-image: url(jack15a.png);
	background-repeat: no-repeat;
	background-position: center 35px;
	padding-top: 120px;
	color: #FFF;
	text-align: center;
}
.jack11 a:hover span{

	background-image: url(jack15b.png);

}



.jack12{
	width: 42%;
	margin-right: 4%;
	margin-left: 4%;
	margin-top: 150px;
	color:#555;
	text-align: justify;
}

.jack12 i{
	display:block;
	text-transform: uppercase; color:#5c4e43
}
.jack12 p{
	font-size:40px;
	line-height: 50px;
	display: block;
	padding-top:10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold; color:#333
}
.jack13{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}

.jack13 li{

	display: block;
	float: left;
	width: 330px;
	margin-left: 71px;
	line-height: 20px;
	color: #666;
	font-size: 14px; text-align:center
}

.jack13 li img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}

.jack13 li i{
	display: block;
	text-align:center;
	font-size: 22px;
	line-height: 23px;
	color: #333;
	margin-bottom: 23px;
}


#jack13{

	float: right;
	margin-left: 0px;

}




.jack14{
	background-image: url(jack14.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 62px;
	margin-top: 70px; color:#222
}


.jack14 i{
	color:#fab00f;
	display:block;
	text-align: center;
	text-transform: uppercase;

}
.jack14 p{
	font-size:40px;
	line-height: 50px;
	display: block;
	padding-top:10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold; text-align: center
}




#pro {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 50px;
}

#pro_con {

	overflow:hidden;
	
}
#pro_con .LeftBotton {
	height:265px;
	width:30px;
	float:left;
	cursor:pointer;
	background-image: url(b8.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:265px;
	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: 276px;
	margin-right: 14px;
	margin-left:13px;
	list-style:none;

}



#pro_con .Cont li a p{
	line-height: 15px;
	display: block;
	height: 38px;
	text-align: center;
	font-size: 12px;
	color:#333;
	font-weight: normal;
	text-transform: capitalize;
}


#pro_con .Cont li a:hover p{
	color: #fab00f;
}





#pro_con img {
	height: 233px;
	width: 276px; display:block;
}






.hze03{
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	overflow: hidden;
}


.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:285px}

.hze03h li a span{
	display:block;
	background-color:#f6f6f6;
	color:#444;
	padding-top: 38px;
	padding-right: 24px;
	padding-bottom: 38px;
	padding-left: 24px; height:168px; overflow:hidden
}


.hze03h li a span em{
	display: block;
 margin-bottom:16px

}


.hze03h li a span i{
	font-size: 18px;
	display:block;
	color:#fab00f;
	line-height:25px;
	font-weight: bold;	margin-bottom:13px; -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;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:#fab00f;
	color:#FFF;

}
.hze03h li a:hover span i{

	color:#FFF;

}



.hze06{
	color: #000;
	background-color: #FAB00F;
	text-align: center;
	display: block;
	font-size: 12px;
	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
}




.jackbbb i{
	color:#fab00f;
	display:block;
	text-align: center;
	text-transform: uppercase;

}
.jackbbb p{
	font-size:40px;
	line-height: 50px;
	display: block;
	padding-top:10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold; text-align: center; color: #222
}




.hksl03{ width:1280px; padding-top:40px

}

.hksl03a{
	display: block;
	float: left;
	height: 316px;
	width: 415px;
}



.hksl03 li a{
	float: left;
	margin-left: 15px;
	display: block;
	width: 335px;
	height: 70px;
	background-color: #ebecef;
	margin-bottom: 13px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
}
.hksl03 li a:hover{
	background-color: #fab00f;
}

.hksl03 li a em{
	text-align: center;
	display: block;
	height: 70px;
	width: 70px;
	float: left;

	background-color: #959492;
}

.hksl03 li a:hover em{
	background-color: #fff;
}




.hksl03 li a em p{	font-size: 32px;
	font-weight: bold;
	color: #FFF; padding-top:10px; }

.hksl03 li a:hover em p{color: #fab00f;}

	
.hksl03 li a em i{	font-size: 13.2px;
	font-weight: bold;
	color: #FFF;}
	
.hksl03 li a:hover em i{color: #fab00f;}	
		
	
.hksl03 li a span{
	display: block;
	float: left;
	width: 253px;
	margin-left: 12px;
}

.hksl03 li a span i{
	font-size: 18px;
	color: #4c4c4c;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
}
.hksl03 li a:hover span i{
	color: #fff;
}

.hksl03 li a span p{
	font-size: 12px;
	line-height: 16px;
	display: block;
	height: 32px;
	color: #949494;
	margin-top: 4px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;
}
.hksl03 li a:hover span p{
	color: #fff;
}

.klm21{
	display: block;
	margin-right: auto;
	margin-left: auto; max-width:1920px
}


.xhao08{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	padding-bottom: 40px;
}


.xhao09{ width:255px; float:left}
.xhao09a{
	font-size: 20px;
	line-height:52px;
	color: #000;
	background-color: #d1d1d1;
	display: block;
	height: 52px;
	padding-right: 15px;
	padding-left: 20px;
	font-weight: bold;
}
.xhao09b{
	display:block
}
.xhao09b a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	color: #000;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 20px;
	background-color: #f2f2f2;
}
.xhao09b a:hover{
	color: #FFF;
	background-color: #153466;
}



.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:25px;
	line-height: 2em;
	padding-right: 15px;
	padding-left: 15px;
}

.biaoti{
	font-size: 20px;
	color: #000;
	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px; 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;
	padding-bottom: 10px;
}
.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: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:#fff;

	
}

.proList li img{
	display:block;
	width:100%;
	height: auto;


}

.proList li a:hover img{}  



.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:block
}
.proList li a:hover span{
	color: #fff;
	background-color: #fab00f;
}




.jack31{
	font-size: 17px;
	font-weight: bold;
	color: #000;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}

.jack31 a{

	color: #000;

}

.jack31 a:hover{

	color:  #fab00f;

}



.ppj{
	width: 930px;
}


.ppj a{
	float: left;
	width: 190px;
	margin-right: 22px; margin-left:5px;
	font-size: 17px;box-shadow: 0px 0px 10px #ccc;	margin-bottom: 28px;
}

.ppj a img{height: 160px;
	width: 190px; }




.ppj a p{
	font-size: 12px;
	line-height:14px;
	display: block;
	padding-top:3px;
	padding-bottom: 11px;
	text-align: center;
	height:35px;
	overflow: hidden;

}
.ppj a:hover p{
}


.fling5{}
.fling5 li a{
	height:144px;
	margin-bottom:35px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-top: 15px;

}




.fling5 li a img{
	display:block;
	width:154px;
	height:130px;
	float:left;

	margin-right:15px;
	border: 1px solid #D9D9D9;
}
	
.fling5 li a:hover img{
	border: 1px solid #fab00f;}
.fling5 li a span{ display:block; width:675px; float:left}

.fling5 li a span em{
	font-size: 15px;
	display: block;
	line-height: 40px;
	color: #000;
	font-weight: bold;
}


.fling5 li a span p{
	font-size: 12px;
	display: block;
	line-height: 20px;	
	}


.fling5 li a span i{
	display: block;
	color: #000;
	font-size: 13px; margin-top:10px; color:#fab00f
}


.jack33{ margin-left:30px; color:#666}
.jack33:hover{ color:#000}





.chqz06y{
	width: 900px;
	margin-top: 50px;
}
.chqz06y a{
	float: left;
	width: 281px;
	margin-right: 11px; margin-left:5px;
	font-size: 17px;box-shadow: 0px 0px 10px #ccc; margin-bottom:30px
}
.chqz06y a i{
	display: block;
	height: 237px;
	width: 281px;
	overflow: hidden;
}
.chqz06y a img{
	width: 281px; cursor: pointer; 
transition: all 1.2s;height: 237px;s}


.chqz06y a:hover img{transform: scale(1.2); }


.chqz06y a p{
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding-top: 9px; height:35px;

	text-align: center; background-color:#38404b; color:#FFF
}
.chqz06y a:hover p{
	background-color:#fab00f;
}


.jack51{
	display: block;
	height: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
}







.jack71 a{
	display:block;
	height: 228px;
	width: 270px;
	float:left;
	margin-bottom:30px;
	margin-right:10px;
	margin-left: 10px;
}
.jack71 a img{
	display:block;height: 228px;
	width: 270px;position: relative;
}

.jack71 a span{
	display:block;
	height: 70px;
	width: 240px;
	position: relative;
	left: 0px;
	top: -228px;
	background-color:rgba(0, 0, 0, 0.6);
	background-image: url(jack15a.png);
	background-repeat: no-repeat;
	background-position: center 55px;
	padding-top: 158px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	padding-right: 15px;
	padding-left: 15px;
}
.jack71 a:hover span{

	background-image: url(jack15b.png);

}






