html, body {
	height: 100%;
	font-family: "微软雅黑";
}

a:focus {
	outline:0px solid;
}
img {
	max-width:100%;
	height:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
	list-style-type: none;
}
p {
	margin:0 0 15px;
    color: #777;
}

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


	

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











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



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



.main-menu{width:1200px; margin:auto;height:110px 

}

.nav{	height:110px; width:830px; margin-left:100px; float:left
	}



.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: 17px;
	font-weight: normal;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 24px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 110px;
	text-transform: uppercase;

}
.main-menu ul.navbar-nav li a:hover{
	color: #333;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #15a8ff;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 20px;
    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: 220px;
	z-index: -99;
	box-shadow: 0px 0px 1px #ddd, -0px -0px 1px #ddd;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #15a8ff;
}

.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: 110px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	padding: 20px 0px;  /*下拉导航*/
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #444;
	display: block;
	font-size: 13px;
	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:#15a8ff ;
}
.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: 170px;
}
.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:33px;
	line-height:33px;
	background-color:#eaeaea;
	color:#777;

	font-size:12px
}
.soud1a{ width:1200px; margin:auto; display:block}
.soud1a i{ margin-left:15px}
.soud1a em{
	float:right;
	background-image: url(xs01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}


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

.deyin01{ float:left}



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


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

.riggg{
	float: right;

}	





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





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

}/*头部固定代码*/



.xxy00{ width:1200px; margin-left:auto; margin-right:auto}
.xxy01{
	float: right;
	padding-top: 44px;
}


.foot{
	background-color: #e1e1e1;
	width: 100%;
}
.foot1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;

}
.foot2 {
	float: left;
	width: 490px;
	margin-top: 38px;
}
.foot2 li{
	float: left;
	width: 127px;
}
.foot2 li em a{
	font-size: 18px;
	color: #666666;
	display: block;
	margin-bottom: 25px;
	letter-spacing: 3px;
	padding-left: 13px;
	font-weight: bold;
}
.foot2 li span a{
	line-height:14px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9A7A7;
	padding-left: 20px;
	padding-bottom: 13px;
	color: #888686;
	font-size: 12px;
	height: 14px;
}

.foot2 li span a:hover{
	color:#1d3b70
}


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

.foot5{
	float: right;
	width: 340px;
	display:block;
	font-size:14px;
	color:#333;
	line-height:22px;


}


.foot5 i{
	display:block;
	font-size: 18px;
	margin-top: 58px;
	font-weight: bold;
	color: #555;
}
	
.foot5 em{
	background-color: #333;
	display: block;
	height: 1px;
	width: 80px;
	overflow: hidden; margin-top:20px; margin-bottom:20px
}
.foot5 p{
	font-size: 14px;
	color: #777;
	display:block;
	line-height: 22px;
	font-weight: bold;
}	
	
.foot6{
	background-color: #404b61;
	height: 1px;
	overflow: hidden;
	display: block;
	margin-top: 40px;
}	


.foot7{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 45px;
	color: #ccc;
	height: 45px;
	font-size: 14px;
}

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

.foot7 a:hover{
	color: #555;
}
.frt02{
	background-color:#777879;

}

.btt1{
	font-size: 38px;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #333;
	text-transform: uppercase;
}

.btt1 b{
	color: #007dd4;
}


.btt2{
	line-height: 40px;
	background-image: url(yzh2.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 40px;
	display:block;
	font-size: 18px;
	color: #777;
}


.xxytp1{ margin-top:50px}

.xxy03{
	background-image: url(xx04.jpg);
	background-repeat: no-repeat;
	background-position: center top; height:930px; overflow:hidden
}





#pro {
	width: 1310px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#pro_con {
	float:left;
	overflow:hidden; height:450px

}
#pro_con .LeftBotton {
	height:375px;
	width:55px;
	float:left;
	cursor:pointer;
	background-image: url(left.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#pro_con .RightBotton {
	height:375px;
	width:55px;
	float:right;
	cursor:pointer;
	background-image: url(right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#pro_con .Cont {
	width:1200px;
	overflow:hidden;
	float:left;

}
#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;
	display:block;
	width:360px;
	margin-right:10px;
	overflow:hidden;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
	border: 1px solid #E3E3E3;
	background-color: #FFF;
}

#pro_con .Cont li:hover{border: 1px solid #0ea7ea;}






#pro_con .Cont li a span{
	display: block; padding-left:30px;

}
#pro_con .Cont li a span b{
	display: block;
	font-size: 23px;
	color: #3d3d3d;
}
#pro_con .Cont li a span em{
	font-size:14px;
	color: #7c7c7c;
	text-transform: uppercase; display:block
}
#pro_con .Cont li a span i{
	display:block;
	height:5px;
	width:38px;
	background-color: #00a2e9;
	margin-top: 15px;
	margin-bottom: 8px;
}
#pro_con .Cont li a:hover span i{

	width:98px;-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: ease;

}

#pro_con a img {
	height: 320px;
	width: 360px; display:block
}





.menu3 {
	color:#272727;
	height:58px;
	width: 1200px;
	line-height: 58px;
	background-color: #3ab0f8;
	margin-top: 10px;
}
.menu3 ul {
}

.menu3 li a {
	color:#FFF;
	display: block;
	font-family: "微软雅黑";
	font-size: 20px;
	float:left;
	padding-right:32px;
	padding-left: 32px;
}
.menu3 li a.tabactive {
	position:relative;
	color: #fff;
	background-color: #045ac9;
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6{
	width:759px;
	text-align:center;
	font-size:12px;
	height: 630px;
}

.ul0{
	width: 1130px;
	height: 280px;
	background-color:rgba(169, 207, 238, 0.4);
	padding-left: 70px;
	padding-top: 40px; overflow:hidden
}
.ul0 li{

}
.ul0 li a{
	width: 250px;
	display: block;
	color: #666;
	font-family: "微软雅黑";
	float:left;
	margin-right:20px;
	font-size: 18px; text-align:center
}
.ul0 li a img{
	display: block;
	height: 222px;
	width: 250px; margin-bottom:5px

}
.ul0 li a:hover{
	color: #3AB0F8;
}
.ul0 li a:hover img{opacity:0.8;filter:alpha(opacity=80)}

.right1{ float:right}
.left1{ float:left}

.xxy04{
	background-image: url(xx08.jpg);
	background-repeat: no-repeat;
	background-position: center top; height:585px; overflow:hidden
}



.xxy04a{
	background-image: url(yzh9.png);
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top:25px;
	height: 324px;
	padding-left: 60px;
	padding-top: 70px;
	padding-right: 640px;
	line-height: 21px; color:#939393
}

.xxy04a b{ font-size:24px

}

.xxy04a em{
	font-size:20px;
	color:#939393;
	text-transform: uppercase;
	padding-left: 10px;
}

.xxy04a i{
	background-color: #d1d1d1;
	display: block;
	height: 2px;
	width: 35px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.xxy04a a{
	display:block;
	height: 32px;
	width:92px;
	margin-top: 25px;
	line-height:32px;
	color: #FFF;
	background-color: #cdcdcd;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
}


.xxy04a a:hover{
	background-color: #0096d5;width: 122px;

}


.xxy11{
	background-image: url(xx10.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 92px; height:665px
}

.xxy11k{
	display: block;
	float: left;
	width: 463px;
	padding-top: 40px;
}




.pxjx05{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}	



.pxjx05n li a{
	background-color: #f7f7f7;
	float: left;
	width: 330px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 28px;
	background-image: url(px6.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	margin-top: 33px;
}
.pxjx05n li a:hover{
	background-image: url(px6b.png);
	background-color: #ededed;

}
.pxjx05n li a span{
	display: block;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-left: 25px;
}
.pxjx05n li a:hover span{
	color: #0185d0;
}


.pxjx05n li a span i{
	font-size: 12px;
	text-transform: uppercase;
	color: #CCC;
	font-weight: normal;
	display: block;
}
.pxjx05n li a img{
	width: 330px; height:170px; display:block; margin-top:20px

}
.pxjx05n li a b{
	display:block;
	color:#333;
	margin-top:10px;
	font-size: 16px;

}
.pxjx05n li a:hover b{
	color: #000;
}



.pxjx05n li a em{
	display: block;
	line-height:20px;
	margin-top:8px;
	font-size:13px;
	height:40px;
	overflow:hidden;
	color:#777
}
.pxjx05n li a:hover em{color: #0185d0;}

.pxjx05n li a p{
	display:block;
	font-size:12px;
	color:#999;
	margin-top:10px;
	margin-bottom: 30px;
}


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


.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: #0890E1;
	text-align: center;
	display: block;
	height: 55px;
}
.xhao09b{
	display:block
}
.xhao09b a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	color: #555;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 20px;
	background-image: url(rr.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.xhao09b a:hover{
	color: #333;
	background-color: #BBE4FD;
}



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

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

.xhao10{
	float: right;
	width: 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: 250px;
	height: 30px;
	color: #000;
	text-indent: 20px;
}
.zb17b{
	margin-top:25px;
	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;
}
.t_page{
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	
	}	
.t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0px 3px;}
	

.fengnews {


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


.proList { }
.proList li{
	width:270px;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 20px;
	box-shadow: 0px 0px 15px #888;
	margin-right: 11px;
}
.proList li i{
	display:block;
	background-color:#0194dc;

	
}

.proList li img{
	display:block;
	width:270px ;
	height: 240px;


}

.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:12px;
	background-color: #EAEAEA; display:block
}
.proList li a:hover span{
	color: #0194dc;
}




.dede_pages{ font-size:12px; margin-top:30px
}
.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;
}




#xsylf{
	line-height: 33px;
	height: 33px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: none;
	font-size: 14px;
	color: #888;
}
#xsylf:hover{}