html, body {
	height: 100%;
	font-family: "思源黑体 CN Light";
}

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:0px;

}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
	color: #1D6DDA;
	text-decoration: none;
	-webkit-transition-duration: 0.7s;
	-webkit-transition-timing-function: ease;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #1D6DDA;
	text-decoration: none;
}


	

body {
	background: #fff none repeat scroll 0 0;
	color: #000;
	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:40px

}

.nav{

	}



.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: 17px;
	margin-bottom: 0px;

	text-align:center;
	display:block;
	line-height: 40px;
	text-transform: uppercase; margin-left:31.5px; margin-right:31.5px
}
.main-menu ul.navbar-nav li a:hover{
	color: #fff;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #0b78df;
    content: "";
    height: 3px;
    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: #0890E1;
	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: #d81e26;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
	background: #000;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 165px;
	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: 40px;
	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: 15px;
	text-transform: capitalize;
	text-align:center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover{
	color:#fff;
	background-color: #096dcb;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}

.navbar-nav i{ float:left; color:#FFF; line-height:40px; font-size:17.7px}
/*----------------------------------------*/
.mobile-menu-area {
	background: #f9f9f9 none repeat scroll 0 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/



@media (min-width: 1920px) {

  .client-details {
    padding: 6% 10%;
}
.company-content {
    padding: 100px 60px 100px 30px;
}
	
	
	
}





/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.logo {
    height: inherit;
    left: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    z-index: 999999;
    max-width: 200px;
}
.logo a { padding-left:2px;}

   #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:#efefef;
	color:#777;
	font-size:14px
}
.soud1a{ width:1200px; margin:auto; display:block}
.soud1a i{ margin-left:15px}
.soud1a em{ float:right; font-size:12px}


.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: left;
	margin-top: 16px;
}	





.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	background: #0891e1;
	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:46px;
    padding: 5px 14px;
    text-align: center;
}





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

}/*头部固定代码*/



.wdi01{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	height:85px
}

.wdi01 span{
	background-image: url(ken01.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
	height: 44px;
	width:173px;
	padding-top:10px;
	padding-left: 40px;
	font-size: 26px;
	color: #000;
	margin-top: 20px;
	font-weight:bold;
	text-align: right;
	letter-spacing: 2px;
}


.ken01{
	display: block;
	float: left;
	margin-right: 56px;
	padding-top: 3px;
}

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

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



.foo{
	background-color: #000;
	padding-top: 40px;
	color: #888888;
}


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



.foo2{
	float: left;
	width: 750px; display:block
}


.foo2 li{
	width: 212px;
	float: left;
}

.foo2 li em{
	font-size: 18px;

	color: #FFF;
	display: block;
}


.foo2 li a{
	display: block;
	margin-top: 11px;
	color: #888;
	line-height: 16px;
	font-size: 14px;
}

.foo2 li a:hover{
	color: #fff;

}

.foo3{
	line-height: 50px;
	height: 50px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #252525;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	margin-top: 25px;
}
.klm21{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto; max-width:1920px
}







.ken05{
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 65px;
	margin-bottom: 80px;
	overflow:hidden;
	font-size: 25px;
	line-height: 44px;
}



.ken06{
	font-size: 41px;
	line-height: 50px;
	color: #000;
	display: block;
	margin-bottom: 28px;
	text-align: center;
	font-family: "思源黑体 CN Regular";
}

.ken06b{
	font-size: 41px;

}


.ken07{
	font-size: 22px;
	line-height: 42px;

	display: block;
	margin-bottom: 48px;
}



.tppp1{
	margin-top: 120px;
}

.ken08{
	font-size: 41px;
	line-height: 90px;
	color: #0a6dcb;
	display: block;
	font-family: "思源黑体 CN Medium";
	padding-left: 40px;
}



.ken09{
	display: block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 70px;
}

.ken12{
	background-image: url(ken05.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height:670px;
	padding-top:30px;
}



.ken13{
	display: block;
	width: 348px;
	font-size: 20px;
	margin-right:60px;
	line-height: 35px;
	float:left;
	margin-left: 10px;
}



.kenbb{
	font-size: 29px;
	line-height: 30px;
	display: block;
	margin-bottom: 22px;
	text-align:center;
	font-family: "思源黑体 CN Regular";
}
.kenbb2{
	color: #58ab4c;

}

.kenbb3{
	color: #f44c0a;

}

.kenbb4{
	color: #006ac9;

}
#kenbb0{ margin-right:0px}


.kenbb5{
	line-height: 67px;
	background-color: #FFF;
	display: block;
	height: 70px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 90px;
	font-size: 37px;
	color: #9b26b6;box-shadow: 0px 2px 10px #ccc;margin-bottom:100px
}

.kenbb5:hover{
	
	
margin-top: 80px;
box-shadow: 0px 5px 10px #999;color: #9b26b6; margin-bottom:110px
}


.ken21{
	font-size: 41px;
	line-height: 50px;
	display: block;
	margin-bottom: 0px;
	text-align: center;
	font-family: "思源黑体 CN Regular"; margin-top:40px
}


.ken22{
	display: block;
	float: left;
	width: 570px;
	font-size: 20px;
	line-height:30px;
	margin-top: 50px;
}


.ken22 em{
	display: block;
	font-size:29px;
	margin-bottom: 20px;
	font-family: "思源黑体 CN Medium";
}


.ken22 p{
	display: block;
		font-family: "思源黑体 CN Medium"; margin-bottom:10px; margin-top:10px
}

#ken22{
	float: right;
}





.ken23{
	width: 1600px;
}
.ken23 li{ height:520px;	float: left;}

.ken23 li a{
	width: 310px;
	height:450px;
	display: block;

	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px #ccc;
	margin-right: 30px;
	margin-left: 10px;
}

.ken23 li a img{
	display: block;
	height: 310px;
	width: 310px;
}

.ken23 li a span{
	display: block;
	font-size:20px;
	line-height:25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 75px;
	overflow: hidden;
	color: #000;
}

.ken23 li a em{
	display: block;
	font-size:15px;
	padding-right: 20px;
	padding-left: 20px;
	color: #999;
}

.ken23 li a:hover{
	margin-top: 25px;
	margin-bottom: 35px;
	box-shadow: 0px 5px 15px #666;

}





.ken24{
	font-size:50px;
	line-height: 60px;
	color: #000;
	display: block;
	margin-bottom:38px;
	text-align: center;
	font-family: "思源黑体 CN Regular";
}
.ken24 a{color: #000;}

.ken25{
	justify-content: center;
	display: flex;
	margin-bottom: 40px;
}

.ken25 a{
	display: block; width:25%;

	font-size: 33px;
	line-height: 55px;
	color: #000;
	height: 55px;
	text-align: center;font-family: "思源黑体 CN Regular"; float:left
}

.ken25 a:hover{
	color: #FFF;
	background-color: #000;
}







.ken27{
	width: 1600px;
}
.ken27 li{ height:400px;	float: left;}

.ken27 li a{
	width: 300px;
	height:360px;
	display: block;

	margin-top: 20px;
	margin-bottom: 20px;

	margin-right: 30px;
	margin-left: 20px;
}

.ken27 li a img{
	display: block;
	height: 300px;
	width: 300px;
}

.ken27 li a span{
	display: block;
	font-size:20px;
	line-height:25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 50px;
	overflow: hidden;
	color: #000;
	text-align: center;
}


.ken27 li a:hover{
	margin-top: 17px;
	margin-bottom: 23px;
	box-shadow: 0px 5px 20px #666;

}




.ken28{
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 65px;
	margin-bottom: 80px;
	overflow:hidden;
	font-size: 25px;
	line-height: 44px;
}



.ken29{
	display: block;
	float: right;
	width: 570px; max-height:620px; overflow:hidden
}

.ken29t{
	font-size: 37px;
	line-height: 40px;
	color: #0a6dcb;
	font-family: "思源黑体 CN Medium";
	display: block;
	margin-bottom: 30px;
}


.ken29b{
	font-size: 41px;
	line-height: 50px;
	font-family: "思源黑体 CN Medium";
	display: block;
	margin-bottom: 30px;
	margin-top:60px;
	text-align: center;
}


.dede_pages{
	font-size: 14px; margin-top:30px
}
.dede_pages ul{
	
	padding:12px 0px 12px 16px;justify-content: center; display: flex;
}
.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;
}


#thisclass{color: #FFF;
	background-color: #000;}
	
	
	
.ken31{
	width: 100%;
	margin-top: 80px;
}	
	
	
.ken31z{
	float: left;
	width: 48.5%;
	margin-right: 1.5%; display:block

}
	
.ken31r{
	float: left;
	width: 48%;
	margin-left: 2%; display:block
}	
	
.ken32{
	display: block;
	float: right;
}
	
.ken33{
	width: 557px;
	height: 640px;
	display:block;

}

.ken33 li a{
	display: block;
	height: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;width: 520px;
}

.ken33 li a:hover{
	background-color:#0052d9;
	
}


.ken33 li a p{
	line-height: 80px;
	display: block;
	height: 80px;
	font-family: "思源黑体 CN Heavy";
	font-size: 25px;
	color: #000;
	margin-top: 20px;
}

.ken33 li a:hover p{
	color: #fff;
	margin-top: 0px;
}



.ken33 li a em{
	font-size: 16.5px;
	line-height: 23px;
	display: block;
	height: 50px;
	position: absolute;
	color: #000;
	top: 200px;
	width: 520px;
	text-align: justify;
}


.ken33 li a:hover em{

	color: #fff;
	top:63px;
}



#ken33:hover{
	background-color:#fe6720;
	
}

#ken33s{background-color:#0052d9;}

#ken33s p{
	color: #fff;
	margin-top: 0px;
}

#ken33s em{
color: #fff;
	top:63px;
}

.ken36{
	display: block;
	height: 80px;
}
.ken37{
	display: block;
	float: left;
}


#ken38{
	float: right;
}




.ken51{
	background-color: #f6f5fb;
	margin-top: 50px;
}


.ken51k{
	display:block;
	width:375px;
	float: left;
	padding-top: 34px;
	padding-left: 160px;
	font-size: 18px;
	font-family: "思源黑体 CN Regular";
	color: #4a4949;
	line-height: 2em;
}

.ken51k em{
	font-size:25px;
	font-family: "思源黑体 CN Medium";
	color: #3a3132;
	display: block;
	padding-bottom: 23px;
}
.ken51m{
	height: 515px;
	width: 700px;
	float:right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.ken52{
	display: block;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}


.ken53{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	text-align: justify;
}
	
