html, body {
	height: 100%;
	font-family: "微软雅黑";
}

a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
}
p {
	margin:0 0 15px;
    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: #005CA0;
	text-decoration: none;
}


	

body {
	background: #fff ;
	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:53px
}

.nav{
	height:53px;
	width:1200px
	}



.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: #fff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 53px;
	text-transform: uppercase;
	text-align: center;
	width: 133.3px;
	display: block;
}
.main-menu ul.navbar-nav li a:hover{
	color: #fff;
	background-color:#1f8cdc
}
.main-menu ul.navbar-nav > li > a::before {

    content: "";

    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: #fff ;
    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:#fff;

}
.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: #1f8cdc;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 133px;
	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: 53px;
	opacity: 1;
	z-index: 999;
	visibility: visible;  /*下拉导航*/
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat;
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #fff;
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	line-height:39px;
	height:39px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #41acfb;
}
.main-menu ul.nav li ul.sub-menu li a span{
	color: #fff;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#fff ; background-color:#005ca0
}
.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: 14px;
	font-weight: 700;
	margin: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
}
.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: 183px; margin-top:30px
}
.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:450px}
.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"}/*搜索*/
/*------------------*/









.soud1{
	height:38px;
	line-height:38px;
	background-color:#4f4d4a;
	color:#FFF;
	font-size:15px
}
.soud1a{ width:1200px; 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: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;

}	





.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;
}


.header-area{
	background-color: #005ca0;

}

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;

}/*头部固定代码*/


.xk1{
	margin: auto;
	width: 1200px;
}

.xk2{
	display: block;
	float: right;
	height: 100px;
	width: 386px;
	margin-top: 17px;
	background-image: url(ew0.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.xk2 span{ display:block}
.xk2 span a{
	font-size: 12px;
	line-height: 14px;
	color: #555; float:left;
}
.xk2 span img{
	float:left;
	margin-right:5px;
	margin-left:24px
}




.xk3{
	display: block;
	height: 110px;
	width: 400px;
	background-image: url(kc1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #2a3f52;
	padding-left: 52px;
	padding-top:26px;
	margin-top:25px

}



.kch02{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(kc2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 46px;
	overflow:hidden;
	padding-top: 130px;
}





.jiru05{ width:630px; float:left;}


.jiru05 li{}
.jiru05 li a{ width:305px; float:left; margin-bottom:10px; margin-left:10px; background-color:#000}

.jiru05 li a img{
	width:305px;
	height:244px;
	display:block
}
.jiru05 li a:hover img{opacity:0.9;filter:alpha(opacity=90);
}


.jiru05 li a span{
	font-size: 16px;
	line-height: 40px;
	color: #333;
	background-color: #e2e2e2;
	text-align: center;
	display: block;
	height: 40px
}

.jiru05 li a:hover span{
	color: #000;
	background-color:#005ca0
}

.jbl01{
	background-image: url(kc3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 593px;
}

.jbl01c{
	width:510px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-top: 151px;
	padding-left: 690px;
	font-size: 18px;
	line-height:1.8em;
	color: #777;
	font-size:15px;
	text-align: justify;
}

.jbl01m{
	font-size: 12px;
	text-align: center;
	display: block;
	height: 22px;
	width: 74px;
	background-color:#005ca0;
	color:#FFF;
	margin-top: 20px;
	line-height:22px;
	text-transform: uppercase; margin-left:auto; margin-right:auto
}

.jbl01m:hover{
 background-color:#1f8cdc; color:#FFF
}



.kch04{
	background-image: url(kc4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 32px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 104px; height:575px
}


.xk04{
	width:1200px;
	margin-left:auto;
	margin-right:auto;

}


.kch04c1{
	display: block;
	float: left;
	width: 250px;
	padding: 10px; background-color:#FFF

}

.kch04c1 a{
	display:block;
	font-size:18px;
	line-height: 32px;
	margin-top: 32px;
	color: #888;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-left: 20px;
}
#xkmj1{
	font-size: 22px;
	line-height: 38px;
	color: #FFF;
	height: 38px;
	background-color: #005ca0;
}



.kch04c1 a:hover{
	color: #005ca0;
}

.kch04g1{
	width:905px;
	float:right;
	height:518px;
	display:block;
	background-color:#FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.kch04g1 li a{
	float: left;
	width: 285px;
	display:block;
	text-align:center;
	margin-bottom: 28px;
	position: relative;
	overflow:hidden;
	border: 1px solid #ddd;
	height:233px;
	margin-left: 7px;
	margin-right: 4px; background-color:#fff
}
.kch04g1 li a:hover{background-color:#000}
.kch04g1 li a em{width: 285px; height:200px; display:block; overflow: hidden}
.kch04g1 li a em img{
	height: 200px;
	width: 285px; display:block;         cursor: pointer; 
            transition: all 0.9s;
}
.kch04g1 li a em img:hover{opacity:0.92;filter:alpha(opacity=92);transform: scale(1.14); } 
.kch04g1 li a span{
	font-size: 13px;
	color: #000;
	line-height: 33px;
	display: block;
	height: 33px;
	text-align: left;
	background-color:#ededed;
	background-image: url(xk1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 80px;
	padding-left: 10px;
}

.kch04g1 li a:hover span{
	color: #FFF;
	background-color: #2BB0FF;	padding-right: 10px; text-align:center;background-image: none; background-color:#074a98;font-size: 15px;
	padding-left: 10px;-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: 
}
.kch04g1 li a i{
	background-color:rgba(0, 81, 131, 0.4);
	display: block;
	height: 200px;
	width: 287px;
	position: relative;
	left: -9999px;
	top: -233px;

}
.kch04g1 li a i img{
	height: 43px;
	width: 45px; display:block; margin-left:auto; margin-right:auto; padding-top:75px
}

.kch04g1 li a:hover i{
	top: -233px;
	left: 0px;
}

.kch15{
	background-image: url(kc15.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 173px;
}
.kch15 li a{
	width: 544px;
	margin-right: 28px;
	margin-left: 28px;
	float:left;
	margin-bottom:20px;
	padding-bottom:16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
}


.kch15 li a em{
	display: block;
	text-align: center;
	width: 60px;
	height: 114px;
	float:left;
	line-height:58px;
		margin-right: 16px;
	box-shadow: 0px 0px 8px #e3e3e3;
	font-family: Arial, Helvetica, sans-serif;
}

.kch15 li a em b{
	display:block;
	height:58px;
	background-color:#e4e3e3;
	color:#FFF;
	font-size: 39px;
}
.kch15 li a:hover em b{

	background-color:#005ca0;

}

.kch15 li a em p{
	display:block;
	height:56px;
	background-color:#fff;
	color:#999;
	font-size:32px; line-height:56px
}

.kch15 li a span{ width:468px; float:left}

.kch15 li a span b{
	line-height: 35px;
	display: block;
	height: 35px;
	font-size:18px;
	font-weight: normal;
	overflow: hidden; color:#222; overflow:hidden
}
.kch15 li a:hover span b{ color:#005ca0}
.kch15 li a span i{
	display: block;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	font-size:14px;
	margin-top:10px;
	color: #888; overflow:hidden
}



.foot{
	width: 100%;
	padding-top: 38px;
	background-image: url(foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #343434;
}
.foot1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.foot2 {
	float: left;
	width: 530px;
}
.foot2 li{
	float: left;
	width: 127px;
}
.foot2 li em a{
	font-size: 18px;
	color: #FFF;
	display: block;
	margin-bottom: 30px;
	letter-spacing: 3px;
	padding-left: 13px;
}
.foot2 li span a{
	line-height:14px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 20px;
	padding-bottom: 13px;
	color: #888;
	font-size: 12px;
}

.foot2 li span a:hover{
	color:#005ca0
}


.foot3{ float:left; margin-top:20px; margin-right:22px}
.foot4{
	float:left;
	margin-top:30px;
	margin-left: 60px;
}

.foot5{
	float: right;
	width: 290px;
	display:block;
	font-size:18px;
	color:#FFF;
	background-image: url(xk14.png);
	background-repeat: no-repeat;
	background-position: left 40px;
	padding-left: 38px;
}


.foot5 i{
	display:block;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 10px;
}
	
.foot5 p{
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
}







	
.foot6{
	background-color: #666;
	height: 1px;
	overflow: hidden;
	display: block;
	margin-top: 40px;
}	


.foot7{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 45px;
	color: #f1f1f1;
	height: 45px;
	font-size: 13px; display:block; text-align:center
}

.foot7 a{

	color: #f1f1f1; margin-left:30px

}

.foot7 a:hover{
	color: #555;
}





.zb15{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 35px;
	margin-bottom: 38px;
}







.zb16{
	display:block;
	height:70px;
	font-size:26px;
	color:#FFF;
	text-align:center;
	line-height:70px;
	background-color: #005ca0;
	font-weight: normal;

}
.zb16  em{
	font-size:13px;
	text-transform: uppercase;
	margin-left:10px;
	color: #FFF;
}


.zb16 ul{
}

.zb16 ul li{
	display:block;


}

.zb16 ul li a{
	width:200px;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 20px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	font-size:14px;
	color:#565656;
	display:block;
	background-color:#FFF;
	margin-top: 6px;
	background-image: url(dan01.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;

}

.zb16 ul li a:hover{
	color:#333;
	background-color:#7AC2FE
}

.zb16im{
	margin-top: 35px;
}

.zb16 p{
	margin-top:25px;
	line-height:16px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	padding-bottom: 10px;
}


.zb17{
	width:940px;
	float:right;
	margin-bottom: 35px;
}

.zb17a{
	display:block;
	height:45px;

	line-height: 45px;
	
}

.zb17a em{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	background-image: url(sy.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-right: 10px;
}
.zb17a i{
	float: left;
	font-size:20px;
	display:block;
	width: 140px;
	color: #000;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #005CA0;
	text-indent: 15px;
}
.zb17b{
	margin-top:25px;
	line-height: 1.8em;
	font-size: 16px;
}


.fengnews {


}
.fengnews  li a{
	line-height: 45px;
	display: block;
	height: 45px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(gnn.gif);
	background-repeat: no-repeat;
	background-position: 5px 18px;
	padding-left: 28px;
	padding-right: 10px; margin-top:12px; font-size:14px
}
.fengnews  li a em{
	font-style: normal;
	float: right;
	color: #999;
}
.fengnews  li a:hover{
	color: #005ca0;
}



.cggz3{
	width:225px;
	float:left;
	margin-right:30px;
	color: #F1F1F1;
	background-color: #F1F1F1;
	padding-bottom: 30px;
}

.cggz3c{width:225px; display:block; padding-top:20px; padding-bottom:20px; text-align: center;background-color:#0c51b6;}

.cggz3c b{ color:#FFF; font-size:20px; line-height:26PX}
.cggz3c p{ font-size:16px; color:#CCC}
.cggz3d{ margin-top:20px;
	 display:block;	background-color: #E3E3E3;
}

.cggz3d a{
	display:block;
	line-height:14px;
	font-size:18px;
	padding-top: 19px;
	padding-right: 20px;
	padding-bottom: 19px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	color: #333;
	font-weight: bold;
}
.cggz3d a:hover{
	color:#FFF;
	background-color: #005ca0;
}
#jiru13{
	background-color:#EFF1F1;
	background-image:none;
	color:#888;
	font-weight: normal;
}	
	
#jiru13:hover{
	color:#0082E1;
}
	


.proList { }
.proList li{
	width:30%;
	float:left;
	text-align:center;
	margin-top:30px;
	margin-left: 3.3%;

}
.proList li i{
	display:block;
	background-color:#005ca0;
	margin-top: 4px;
	margin-right: 5%;
	margin-bottom: 4px;
	box-shadow: 0px 0px 30px #999;
border-radius:10px;
}

.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:13px;
	color:#666;
	display:block;
	height:28px;
	line-height:28px;
	 overflow:hidden; margin-top:8px 

}
.proList li a:hover span{
	color: #000;
}

.biaoti{
	font-size: 20px;
	color: #000;
	text-align: center;
	display: block;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 35px;
	font-weight: bold;
}

.nyyy{ display:block; margin:auto}

.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;}
.xt01{
		height:1px;
	background-color: #ccc;
	border-left: 140px solid #E60B12 ;border-with: 150px  ;
 display:block
}


.xkjx7{
	width:1200px;
	background-image: url(xk7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:600px;
	margin-top:25px;
	padding-top: 112px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}



.menu2 {width: 1220px;
}
.menu2 li a {
	display:block;
	line-height: 28px;
	float: left;
	height: 70px;
	width:199px;
	margin-right: 5px;
	border: 1px solid #D5D5D5;
	display:block;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 20px;
}
.menu2 li a img{ display: block; float:left;}
.menu2 li a span{
	display: block;
	float:right;
	width:140px;
	font-size: 18px;
	text-align:right;
	line-height:22px;
	padding-top:6px;
	background-image: url(kc77a.png);
	background-repeat: no-repeat;
	background-position: left 18px;
	color: #535353;
}

.menu2 li a span em{
	display: block;
	font-size:15px;
	text-transform: uppercase;
}
	
.menu2 li a.tabactive {

	position:relative;
	background-color: #2bb0ff;
	color: #FFF;
}


.menu2 li a.tabactive span{color: #FFF;background-image: url(kc77b.png); }


.jbl09c{
	width:1200px;
	margin-left:auto;
	margin-right: auto;
	background-image: url(xk10.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 140px;
}

.sgl20d{
	width:590px;
	float:left;
	display:block;
	left: 0px;
	margin-left: 0px;
}

.sgl20d img{
	display:block;
	width:560px;
	height:265px
}

.sgl20d em{
	height:34px;
	color:#333;
	display:block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
}


.sgl20d a em {
	color:#444;

}
.sgl20d a:hover em {
	color:#000;
}



.tabbox{
	width:560px;
	float:right;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
}


.newse{}
.newse li{
	width:560px;
	height:75px;

	padding-bottom: 20px;

	background-image: url(xk9.jpg);
	background-repeat: no-repeat;
	background-position: 115px top;
	height:140px
}


.newse em{
	font-size: 30px;
	line-height: 26px;
	color: #5A5A5A;
	text-align: right;
	display: block;
	width: 86px;
	float:left;
	padding-right:20px;
	padding-left: 0px;
	margin-right: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.newse em i{
	display:block;
	font-size:14px;
	color: #C3C3C3;
	font-weight: normal;
}



.newse li a{
	float:right;
	display:block;
	font-size:14px;
	line-height:20px;
	height:80px;
	width:400px;
	overflow:hidden;
	color:#8B8B8B;
	
}
.newse li a:hover{

}
.newse li a span{
	display:block;
	color: #333;
	font-size: 18px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	margin-bottom:15px
}

.newse li a:hover span{
	padding-left: 15px;

-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: ease;color:#0670C6
}


.sgl20f em{
	font-size: 30px;
	line-height: 26px;
	color: #000;
	text-align: right;
	display: block;
	width: 86px;
	float:left;
	padding-right:15px;
	padding-left: 0px;
	margin-right: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top:30px;
	height: 50px;
}
.sgl20f em i{
	display:block;
	font-size:14px;
	color: #999;
	font-weight: normal;
}

.sgl20f {
	display:block;
	background-image: url(xk9b.jpg);
	background-repeat: no-repeat;
	background-position: 105px 41px;
	height:150px
}

.sgl20f p{
	float:left;
	display:block;
	font-size:14px;
	line-height:20px;
	height:80px;
	width:435px;
	overflow:hidden;
	color:#8B8B8B;
	margin-top:40px;
}
	
	
.sgl20f p b{
	display:block;
	color: #333;
	font-size: 18px;
	line-height:25px;
	height:25px;
	overflow:hidden;
	margin-bottom:15px;
	font-weight: normal;
}	
.sgl20f:hover p b{
	color:#0768b1
}

#xkjx9{
	background-image: url(xk9b.jpg); height:100px
}

.xkjx12{
	background-image: url(xk12.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 171px;
	width: 428px;
	display:block;
	float:left;
	padding-top: 40px;
	padding-left: 62px;
}


.xkjx13{
	display: block;
	width: 116px;
	margin-left: 60px; float:left
}

.xkjx13 em{
	font-size: 18px;
	display: block;
	color:#FFF;
	font-weight: bold;
}

.xkjx13 a{
	color: #FFF;
	display: block;
	padding-top: 6px;
}

.xkjx13 a:hover{
	color: #ccc;

}

.xkjx11{
	background-image: url(xk11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 340px;
	margin-top: 29px;
	padding-top: 260px;
}

.xkjx14 img{
	margin-right: auto;
	margin-left: auto;
	display:block;
	cursor: pointer;
	transition: all 0.9s;
	height: 93px;
	width: 94px;
}
.xkjx14:hover img{transform: scale(1.4); }
.xkjx14k{	width:800px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.xkjx15{
	background-color: #5f626b;
	display: block;
	float: left;
	width: 175px;
	border: 1px solid #5f626b;
	color: #DBDBDB
}

.xkjx15i{ margin-left:62px; width:170px}

.xkjx15t{ margin-top:25px}



.xkjx15y{
	background-color: #5f626b;
	display: block;
	float: left;
	width: 330px;
	border: 1px solid #5f626b;
	color: #DBDBDB; height:63px; line-height:21px; margin-top:20px
}


.xkjx15u{
	background-color: #5f626b;
	display: block;
	float: left;
	width: 60px;border: 1px solid #5f626b;

	color: #DBDBDB; height:63px; line-height:21px; margin-top:20px; margin-left:18px
}
#xkjx18{ display:none}


.xkjx16{
	
	margin-left:190px; 
}










