<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#555
}

a:focus {
	outline:0px solid;
}

.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: #0185F2;
	text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #0185F2;
	text-decoration: none;
}


	

body {
	background: #fff;
	color: #666;
	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 &gt; li &gt;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:32px;
	padding-left: 32px;
	line-height: 53px;
	text-transform: uppercase;
	text-align: center;
	display: block;

}
.main-menu ul.navbar-nav li a:hover{
	color: #fff;
	background-color:#004ca2
}
.main-menu ul.navbar-nav &gt; li &gt; a::before {

    content: "";

    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
	left: 0px;
}
.main-menu ul.navbar-nav &gt;li:hover &gt; a:before, .main-menu ul.navbar-nav &gt;li.active &gt; 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 &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
	background: none;
	color:#fff;

}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; 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 {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: -99;

	background-color: #004ca2;
}

.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: 20px 0px;  /*下拉导航*/
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	text-transform: capitalize;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.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: #3ba1f5;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}


/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 5px 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: 15px;
	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: 152px;
}
.logo a { padding-left:10px;}

   #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&amp;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:32px;
	line-height:32px;
	color:#666;
	font-size:12px; background-color:#e5e5e5

}
.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: #09F;
}

.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: #0185f2;
}

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;

}/*头部固定代码*/


.kch01{
	margin: auto;
	width: 1200px;
	height: 140px;
}

.kch01 img{
	float:left
}

.kch01 span{
	display: block;
	float: right;
	height: 60px;
	width: 250px;
	background-image: url(kc17.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 29px;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	padding-top: 26px;
	padding-left: 49px;
	margin-top: 31px;
	font-style: italic;
}

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




.menu1{
	width:1210px;

}

.menu1 li a {
	display:block;
	line-height: 60px;
	float: left;
	height: 60px;
	width:399px;
	text-align: center;
	background-image: url(kc3.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-color: #f8b500;
	color:#3a3a3a;
	font-size: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fff;
	margin-bottom: 26px;
}
.menu1 li a:hover {
	background-color: #474747; color:#FFF;background-image: url(kc3b.png);

}


.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:#F8B500
}

.jbl01{
	background-image: url(kc3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 618px;
}

.jbl01c{
	width:565px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-top: 260px;
	padding-right: 620px;
	font-size: 17px;
	line-height:1.65em;
	color: #333;
	padding-left: 15px;
}

.jbl01m{
	font-size: 15px;
	text-align: center;
	display: block;
	height: 32px;
	width: 144px;
	margin-top: 31px;
	line-height:29px;
	text-transform: uppercase;background-color:#f8b600; color:#FFF
}

.jbl01m:hover{
	background-color:#acacac;
	color:#FFF;
}



.kch04{
	background-image: url(kc4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 32px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
}

.kch04c1{
	display: block;
	float: left;
	height: 462px;
	width: 150px;
	background-image: url(kc4c1.jpg);
	padding-left: 102px;
	padding-top: 46px;
}

.kch04c1 a{
	display:block;
	font-size: 20px;
	line-height: 38px;
	margin-top: 38px;
	color: #c3c3c3;
}

.kch04c1 a:hover{
	color: #F8B500;
}

.kch04g1{
	width:823px;
	float:left;
	height:518px;
	display:block;
	background-image: url(kc4c2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-left: 60px;
	padding-right: 20px;
}

.kch04g1 li a{
	float: left;
	width: 260px;
	padding-right:6px;
	padding-left: 6px;
	display:block;
	text-align:center;
	margin-bottom: 10px;
	position: relative; overflow:hidden; height:201px
}

.kch04g1 li a img{
	height: 166px;
	width: 260px; display:block
}

.kch04g1 li a span{
	font-size: 16px;
	color: #000;
	line-height: 35px;
	display: block;
	height: 35px;
}

.kch04g1 li a:hover span{
	color: #444;

}
.kch04g1 li a i{
	background-color:rgba(0, 0, 0, 0.4);
	display: block;
	height: 166px;
	width: 260px;
	position: relative;
	left: -9999px;
	top: -201px;

}
.kch04g1 li a i img{
	height: 43px;
	width: 45px; display:block; margin-left:auto; margin-right:auto; padding-top:60px
}

.kch04g1 li a:hover i{
	top: -201px;
	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: 50px;
	padding-top: 133px;
}
.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:#f8b500;

}

.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:#f8b500}
.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{
	background-color: #353535;
	width: 100%;
	padding-top: 38px;
	background-image: url(bggg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.foot1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.foot2 {
	float: left;
	width: 610px;
}
.foot2 li{
	float: left;
	width: 197px;
}
.foot2 li em a{
	font-size: 15px;
	color: #FFF;
	display: block;
	margin-bottom: 30px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.foot2 li span a{
	line-height:14px;
	display: block;
	padding-bottom: 13px;
	color: #FFF;
	font-size: 12px;
	padding-left: 10px;
}

.foot2 li span a:hover{
	color:#0185F2
}


.foot3{
	float:left;
	margin-top:20px;
	margin-right:22px
}
.foot4{
	float:left;
	margin-top:20px
}

.foot5{
	float: right;
	width: 360px;
	display:block;
	font-size:14px;
	color:#FFF;
	line-height:25px
}
.foot5 a{

	color:#FFF;

}


.foot5 i{ display:block}
	
.foot5 em{
	font-size: 18px;
	color: #FFF;
	display:block;
	margin-bottom: 10px;
}
.foot5 em b{
	font-size: 29px;
	color: #0185F2;
	line-height: 38px;
	margin-top:27px
}	
	
.foot6{
	background-color: #666;
	height: 1px;
	overflow: hidden;
	display: block;
	margin-top: 40px;
}	


.foot7{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	font-size: 14px;
}

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

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





.zb15{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 35px;
	margin-bottom: 38px;
}







.zb16{
	display:block;
	height:55px;
	font-size:24px;
	color:#333;
	text-align:center;
	line-height:55px;
	background-color: #f8b500;
	font-weight: normal;

}
.zb16  em{
	font-size:13px;
	text-transform: uppercase;
	margin-left:10px;
	color: #666;
}


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



.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 b{
	font-weight: normal;
}


.fengnews  li a:hover{
	color: #0A84EF;
}



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

.cggz3d a{
	display:block;
	line-height:16px;
	font-size:14px;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	color: #333;
	font-weight: bold;
	background-image: url(gnn.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
.cggz3d a:hover{
	color:#000;
	background-color: #f8b500;
}
#jiru13{
	background-color:#F5F8F8;
	background-image:none;
	color:#888;
	font-weight: normal;
}	
	
#jiru13:hover{
	color:#f2b103;
}
	


.proList { }
.proList li{
	width:30%;
	float:left;
	text-align:center;
	margin-top:30px;
	margin-left: 3.3%;

}
.proList li i{
	display:block;
	background-color:#000;
	margin-top: 4px;
	margin-right: 5%;
	margin-bottom: 4px;
	box-shadow: 0px 0px 10px #999;
}

.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: 8px;
	padding-bottom: 20px;
	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;}
	
.dede_pages{
}
.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;
}	
	
	
.xt01{
		height:1px;
	background-color: #ccc;
	border-left: 140px solid #E60B12 ;border-with: 150px  ;
 display:block
}

.jiuh1{
	background-image: url(ys1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height:505px;
	margin-top:50px;
	padding-top: 133px;
}

.jiuh2{
	display:block;
	margin-left:auto;
	margin-right:auto;box-shadow: 5px 5px 10px #ddd ;

}


.jiya{ width:1200px; margin-left:auto; margin-right:auto; overflow:hidden}

.jiya01{
	font-size: 35px;
	line-height: 38px;
	font-weight: bold;
	color: #000;
	text-align: center;
	display: block;
}

.jiya01 em{
	display:block;
	color:#a3a3a3;
	font-size:14px;
	font-weight: normal;
}

.tpp1{
	margin-top: 52px;
}
.tpp2{
	margin-top: 65px;
}
.jiya02{
	margin-top:23px;
	height:45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
.jiya02 li a{
	font-size: 16px;
	line-height: 30px;
	color: #939393;
	display: block;
	float: left;
	width: 140px; text-align:center
}


.jiya02 li a:hover{
	background-color: #0a84ef; color:#FFF
}

#jinm{
	background-color: #0a84ef;
	color:#FFF;


}

#jinm2{
	width: 80px;}




.jiya03{
	background-image: url(jiya1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 747px;
	padding-top: 57px;
}



.jiya04{
	background-image: url(jiya2.png);
	background-repeat: no-repeat;
	height: 138px;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 206px;
	background-color: #FFF;
}


.jiya04b{
	display:block;
	width: 765px;
	padding-top: 40px;
	font-size: 43px;
	line-height: 44px;
	color: #333;
	font-weight: bold;
	float: left; 
} 

.jiya04b em{
	display:block;
	font-size: 16px;
	color: #b0b0b0;
	text-transform: uppercase;
	line-height: 31px;
	font-weight: normal;
}

.jiya04m{
	line-height: 41px;
	background-color: #7db947;
	height: 41px;
	width: 180px;
	color: #FFF;
	text-align: center;
	display: block;
	float: right;
	margin-right: 28px;
	font-weight: bold;
	margin-top: 25px;
	font-size: 16px;
}

.jiya04m:hover{
	width:198px;
	color: #FFF;

}

.jiya05{
	display: block;
	width: 558px;
	padding-left: 16px;
	font-size: 14px;
	line-height: 27px;
	color: #505050;
	font-weight: bold;
	margin-top: 59px;
	
}

.jiya05 em{
	display: block; height:66px;text-align: justify;

}


.jiya05 em i{
	line-height: 52px;
	color: #FFF;
	background-color: #01a54f;
	display: block;
	height: 52px;
	width: 52px;
	float: left;
	margin-right: 20px;
	font-size: 36px; text-align:center;border-radius:26px; 
}


.jiya05 em p{	display: block;
	font-size: 32px;
	color: #57B227;
	line-height: 42px;  float:left;}


.jiya06{
	display: block;
	width: 568px;
	padding-left:615px;
	font-size: 14px;
	line-height: 27px;
	color: #505050;
	font-weight: bold;
	margin-top: 90px;
	
}

.jiya06 em{
	display: block; height:66px;text-align: justify;

}


.jiya06 em i{
	line-height: 52px;
	color: #FFF;
	background-color: #01a54f;
	display: block;
	height: 52px;
	width: 52px;
	float: left;
	margin-right: 20px;
	font-size: 36px; text-align:center;border-radius:26px; 
}


.jiya06 em p{	display: block;
	font-size: 32px;
	color: #57B227;
	line-height: 42px;  float:left;}


.jiya07{

	margin-top: 68px; background-color:#f2f2f2
}



#pro {
	width: 1365px;
	margin-left: auto;
	margin-right: auto; margin-top:55px

}

#pro_con {

	overflow:hidden;
	
}
#pro_con .LeftBotton {
	height:240px;
	width:60px;
	float:left;
	cursor:pointer;
	background-image: url(bg3.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:240px;
	width:60px;
	float:right;
	cursor:pointer;
	background-image: url(bg3b.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .Cont {
	width:1220px;
	overflow:hidden;
	float:left;
	margin-left: 10px; margin-right:10px
}
#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: 285px;
	margin-right: 20px;
	margin-left: 5px;
	list-style:none;
display:block; text-align:center;
}

#pro_con img {
	height: 190px;
	width: 285px; display:block;
}



#pro_con .Cont li a p{
	line-height: 40px;
	display: block;
	height: 40px;
	font-size: 14px;
	color:#222;
	overflow:hidden;
	background-color: #e5e5e5;
}


#pro_con .Cont li a:hover p{
	color: #FFF;
	background-color: #0185F2;

}



.jiya08{
	background-color: #f4f4f4;
	padding-top: 88px;
	padding-bottom: 58px;

}

.jiya09{
	float: left;
	width: 583px; font-size:14px;	color: #292929;
}
.jiya09 em{
	display:block;
	font-size:24px; margin-bottom:20px; line-height:25px

}

.jiya09m{
	display:block;
	line-height: 21px;
	color: #FFF;
	background-color: #7db947;
	text-align: center;
	height: 21px;
	width: 66px; margin-top:35px
}

.jiya09m:hover{
	width: 88px;
	color: #FFF;
	background-color: #00A54F;
}

.jiya09f{ float:right}


.jiya09n{ margin-top:30px}



.jiya10{
	float: left;
	width: 511px; overflow:hidden;height: 319px;
}
.jiya10 a{height: 319px; overflow:hidden;}
.jiya10 a img{
	display: block;
	height: 319px;
	width: 511px;
	position: relative;
}
.jiya10 a p{
	display: block;
	height: 43px;
	background-color:rgba(0, 0, 0, 0.5);
	color:#FFF;
	font-size: 12px;
	position: relative;
	bottom: 43px;
	padding-right: 30px;
	padding-left: 30px; line-height:20px
}
.jiya10 a p i{line-height:43px;text-align:center;font-size: 16px; display:block; margin-bottom:20px	}
.jiya10 a:hover p{
	position: relative;
	top: -319px;
	height:290px;
	background-color:rgba(0, 0, 0, 0.5);
	padding-top: 29px;
}


.jiya11{
	float: right;
	width: 628px;
}



.menu2 {
	height:40px;
	width: 628px;
	overflow: hidden;
	display: block;
	color: #FFF;
	margin-bottom: 40px;
}
.menu2 ul {
}
.menu2 li {
	display:block;
	line-height: 28px;
	float: left;
	width:314px;
	text-align: center;
}
.menu2 li a {
	color:#555;
	height: 40px;
	display: block;
	width: 314px;
	font-size:16px;
	font-weight:bold; line-height:40px;
	background-color: #f1f1f1;
}
.menu2 li a.tabactive {

	position:relative;
	background-color: #7db947;
	color: #FFF;
}

.jiya12{}

.jiya12 li a{
	width: 628px;
	height: 37px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF; display:block; margin-top:10px; line-height:37px; overflow:hidden
}
.jiya12 li a:hover{
	color: #7DB947;
}
.jiya12 li a em{
	display: block;
	float: left;
	width: 510px;
	height:37px;
	overflow:hidden;
	background-image: url(jiya12.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.jiya12 li a p{
	text-align: right;
	display: block;
	float: right;
	width: 73px;
	font-size: 12px;
	color: #999;
	height: 37px;
}

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


.xhao09{ width:255px; float:left}
.xhao09a{
	font-size: 24px;
	line-height: 55px;
	color: #FFF;
	background-color: #0a84ef;
	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;
	font-weight: bold;	
}



.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
}
.phone{
	height:40px;
	border-bottom:1px solid #ededed;
	color:#727272;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	display:block;
	background-image: url(tel2.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 10px;
	padding-left: 53px;
	padding-bottom: 20px;
}

.phone i{ font-size:12px; color:#777; display:block}

.phone b{
	font-size: 18px;
	color: #444;
	line-height: 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;
	text-align: ;
	width: 320px;
	height: 30px;
	color: #000;
	padding-left: 18px;
}
.zb17b{
	padding-top: 25px;
}



.footh{

	overflow-x: hidden;
	overflow-y:  hidden;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.foot8{
	line-height: 45px;
	height: 45px;
	background-color: #454545;
	margin-top: 30px;
}




.sbao00{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
}


.sbao01{
	background-image: url(sbao17.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 411px;
	padding-top: 148px;
}

.sbao02{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-right: 650px;
}


.sbao02v{
	text-align: right;
	display: block;
	text-transform: uppercase;
	margin-bottom: 35px;
}


.sbao02i{
	line-height: 19px; display:block; color:#666; font-size:12px
}



.sbao02n{
	display: block;
	float: left;
	font-weight: bold;
	color: #666;
	margin-top: 107px;
	text-align: center;
	width: 158px;
}
.sbao03{
	text-align: center;
	display: block;
	height: 96px;
	background-image: url(sba2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.sbao03 em{
	font-size: 43px;
	line-height: 48px;
	color: #444;
	display: block;
}

.sbao03 i{
	font-size: 14px;
	color: #999;
	display: block;
	text-transform: uppercase;
	line-height: 35px;
}



.sbao04{
	background-image: url(sbao4e.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 70px; height:1266px
}



.sbao05{
	background-image: url(sbao5.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 528px;box-shadow: 0px 0px 30px #ccc;
}




.sbao05c{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}


.sbao05m{
	float:left;
	height: 400px;
	width: 605px;
	border: 8px solid #b8b8b8;
	margin-top: 59px;
}



.sbao05b{
	display: block;
	float: right;
	width: 495px;
	line-height: 25px;
	color: #3c3c3c;
	font-size: 17px;
}


.sbao05b i{
	font-size: 60px;
	line-height: 60px;
	color: #C0C1C2;
	display: block;
	text-transform: uppercase;
	margin-top: 80px;
}



.sbao05b em{
	font-size: 43px;
	line-height: 50px;
	color: #0a84ef;
	display: block;
	text-transform: uppercase;

}
.sbao05b p{
	display: block;
	background-color: #333;
	height: 2px;
	width: 85px;
	margin-top: 21px;
	margin-bottom: 15px;
}

.sbao05g{
	line-height: 45px;
	color: #FFF;
	background-color: #f75151;
	display: block;
	height: 45px;
	width: 165px;
	text-align: center;
	margin-top: 30px;
} 



.sbao05g:hover{
	color: #FFF;
	width: 205px;

} 


.menu3 {

	height:40px;
	width: 266px;
	margin: auto; 
}

.menu3 li {
	display:inline;
	line-height: 18px;
	float: left;
	height: 30px;
}
.menu3 li a {
	color:rgba(255, 0, 0, 0);
	text-decoration:none;
	line-height: 18px;
	height: 30px;
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	margin-right: 20px;
}
.menu3 li a.tabactive {
	font-weight:bold;
	position:relative;
	color:rgba(255, 0, 0, 0.0);

}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4{
	width:605px;
}


.sbao07{

	display: block;
	height: 50px;
}



.wdd22{
	background-color: #f5f5f5;
	padding-top:40px;
	padding-bottom:50px
}

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

.wdqz03e{ width:1300px;}

.wdqz03e li a{
	float: left;
	width:540px;
	margin-right:35px;
	margin-bottom:30px;
	height:125px;
	display:block;
	background-color: #FFF;
	padding: 20px;
}
.wdqz03e li a:hover{ background-color:#FFF}
.wdqz03e li a img{
	width:142px;
	height:118px;
	display:block;
	float:left;
	margin-right:25px;
	padding: 4px;
	border: 1px solid #CCC;
}

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

.wdqz03e li a span i{
	font-size: 17px;
	line-height: 20px;
	display: block;
	height: 20px; margin-bottom:12px; margin-top:5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
}


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

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

#sbao07d{	margin-bottom: 32px;
	margin-top: 17px;}


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


.jiaa15{ width:360px; float: right; display:block; min-height:380px; line-height:22px; color:#666}


.jiaa15b{
	font-size: 22px;
	color: #000; display:block; padding-bottom:12px; padding-top:12px
}

.sbig17{
	line-height: 40px;
	color: #000;
	background-color: #EEE;
	height: 40px;
	padding-left: 20px;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	font-size: 16px;
}





.proList2 { }
.proList2 li{
	width:22%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 1.5%; margin-right:1.5%; 
box-shadow: 0px 0px 8px #888;

}
.proList2 li i{
	display:block;
	background-color:#0194dc;

	
}

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


}

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



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



.sbig16{
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	display: block;
	height: 32px;
	width: 130px;
	margin-right: 20px;
	float:left;
	background-color: #0890e1;
	text-align: center;
	margin-top: 25px;border-radius:12px; 
}

.sbig16:hover{

	background-color: #0054a6; color:#FFF
}
</pre></body></html>