html, body {
	height: 100%;
	font-family: "思源黑体 CN Regula";
}

a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
}
p {
	color: #777;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
  color: #f39800 ;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #f39800 ;
	text-decoration: none;
}


	

body {
	background: #fff none repeat scroll 0 0;
	color: #7f7f7f;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}











.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}



/*  菜单 
/*----------------------------------------*/



.main-menu{
	width:1200px;
	margin:auto;
	height:102px

}

.nav{	height:102px; width:820px; float: right
	}



.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 102px;
	text-transform: uppercase;
}
.main-menu ul.navbar-nav li a:hover{
	color: #333;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #f39800;
    content: "";
    height: 2px;
    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: #f39800 ;
    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;
	
}

.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: 102px;
	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: #f39800 ;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#f39800 ;
}
.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: 183px;
}
.logo a { padding-left:13px;}

   #sub-menu a{
	font-size:12px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
}	 
    
    
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:94%}
.counter-area-2 .fun_text {
    width: 50%;
    float: left;
}
    
    
}
 
@media only screen and (min-width: 320px) and (max-width: 480px) {
.container {width:97%}
    
    
}
 



/*-----返回顶部剪头------*/

@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:#F5F5F5;
	color:#777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	font-size:12px
}
.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}




.foott{
	width: 100%;
	font-size:12px;
	background-color: #393b45;
	margin-top: 50px;
}



.footta{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top:45px;
	line-height:20px;
	color: #D4D4D4;
}

.footta2{
	float:left;
	display:block;
}
.footta2 em{ width:320px; float:left; font-size:14px}
.footta2 i{
	display:block;
	font-size:21px;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}


.foottb{
	width:760px;
	float:right;

}


.foottb li{
	float: left;
	width: 135px;
	margin-right: 35px;
}
.foottb a{
	color:#DADEEF;
	display: block;
	line-height: 27px;
	height: 27px;
}
.foottb a:hover{
	color:#F39800
}


.foottb li p{
	display:block;
	font-size:20px;
	line-height: 22px;
	color: #fff;
	height: 22px;
	text-transform: uppercase;
}


.foottb li em{
	display:block;
	font-size:16px;
	line-height: 20px;
	color: #f39800;
	margin-bottom: 20px;
}



.foottd{
	line-height: 45px;
	height: 45px;
	background-color: #2f3038;
	width: 100%;
	margin-top:40px
}


.foottd1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;


}

.foottd2{
	float:left;
	color: #ccc;
}

.foottd3 a{ float: right; width:190px; text-align:right;color: #ccc;}


.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;
	margin-top: 40px;

}	





.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:45px;
    padding: 5px 14px;
    text-align: center;
}





.yzh{
	box-shadow: 0px 10px 10px -10px #ccc;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}	
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; background-color:#FFF

}/*头部固定代码*/



.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: #f39800;
	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: #FFF1D9;
}



.xhao09c{
	border: 1px solid #ccc;margin-top:20px;; display:block
}

.xhao09c em{
	font-size: 18px;
	color:#fff;
	font-weight:100;
	height:46px;
	line-height:46px;
	background-color: #0194dc;
	display:block;
	padding-left:20px
}
.xhao09e{
	display: block;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size:14px;
	color:#666;
	line-height: 29px;
}

.xhao10{
	float: right;
	width: 905px;


	padding-bottom: 35px;

	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
}

.zb17a{
	display:block;
	height:50px;
	line-height:50px;

	background-color: #eee;
}

.zb17a em{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	padding-right: 10px;
	background-image: url(sy.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
.zb17a i{
	float: left;
	font-size:18px;
	display:block;
	width: 350px;
	height: 30px;
	color: #000;
	padding-left: 15px;
}
.zb17b{
	margin-top:25px;
	line-height: 2em;
}

.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 b{
	font-weight: normal;
}
.fengnews  li a em{
	font-style: normal;
	float: right;
}
.fengnews  li a:hover{
	color: #f39800;
}


.proList { }
.proList li{
	width:29.8%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 2%; margin-right:1.5%; 
box-shadow: 0px 0px 15px #888;

}
.proList li i{
	display:block;
	width:100%; overflow:hidden

	
}

.proList li img{
	display:block;
	width:100%;
	height: auto; cursor: pointer; transition: all 1.2s;


}

.proList li a:hover img{filter:alpha(opacity=90);transform: scale(1.2);}  



.proList li a span{
	font-size:14px;
	color:#666;
	display:block;
	height:42px;
	line-height:42px;
	overflow:hidden;
	font-size:15px;
	background-color: #EAEAEA;
	display:block
}
.proList li a:hover span{
	color: #fff; background-color:#f39800
}



.klm21{ width:100%; display:block; max-width:1920px; margin:auto}


.pro2 { }
.pro2 li{
	width:18%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 2%;
box-shadow: 0px 0px 6px #999;

}


.pro2 li img{
	display:block;
	width:100%;
	height: auto;


}

.pro2 li a:hover img{opacity:0.9;filter:alpha(opacity=90)}  



.pro2 li a span{
	font-size:12px;
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:12px;
	background-color: #EAEAEA; display:block
}
.pro2 li a:hover span{
	color: #0194dc;
}



.xc00{
	width: 1200px;
	margin-right:auto;
	margin-left: auto;
	overflow: hidden;
}

.xc{
	background-color: #f7f7f7;
	padding-bottom: 64px;
}


.xc01{
	float: left;
	width: 500px;
	color: #121212;
}
.xc01b{
	font-size: 22px;
	line-height: 25px;
	display: block;
	font-weight: bold;
	color: #333;
	margin-top: 47px;
	margin-bottom: 30px;
}

.xc01c{
	display: block;
	color: #333;
	padding-top: 36px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	margin-top: 45px;
}


.xc01c a{
	line-height: 32px;
	text-align: center;
	display: block;
	height: 32px;
	width: 138px;
	border: 1px solid #555;
}
.xc01c a:hover{ color:#f39800;width: 158px;

}



.xc01d{
	float: right;
	margin-top: 38px;
}


.xc02{
	background-image: url(xc03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 228px;
}

.tpp1{
	margin-top: 50px;
}


.xc03{
	text-align: center;
	display: block;
	font-size: 41px;
	font-weight: bold;
	color: #30373e;
	text-transform: uppercase;
	line-height: 45px;
}

.xc03 i{
	font-size: 29px;
	font-weight: normal;
	display:block;
	line-height: 35px;
}


.xc04{
	background-color: #f4f4f6;
	padding-top: 56px;
	padding-bottom: 70px;
}



.ppj23{
	width: 1300px; margin-top:16px
}
.ppj23 a{
	float: left;
	width: 292px;
	margin-right: 14px;
	font-size: 17px;
	margin-top: 17px;	
}

.ppj23 a img{
	height: 290px;
	width: 290px;
	border: 1px solid #E3E3E3;
	display:block;
	margin-bottom: 5px;
}




.ppj23 a p{
	font-size: 15px;
	line-height: 46px;
	display: block;
	color: #666;
	height: 46px;
	background-color: #e1e1e1;
	background-repeat: no-repeat;
	background-position: right 10px;
	overflow: hidden;
	text-align: center;
}
.ppj23 a:hover p{
	color: #fff;background-color: #f39800;
}



.xc05{
	display: block;
	margin-top: 30px;
}






.sbig08{
	background-image: url(bg5.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 540px;
	padding-top: 50px;
}



#pro {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;

}

#pro_con {

	overflow:hidden;
	
}
#pro_con .LeftBotton {
	height:265px;
	width:30px;
	float:left;
	cursor:pointer;
	background-image: url(bg4.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:265px;
	width:30px;
	float:right;
	cursor:pointer;
	background-image: url(bg3.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .Cont {
	width:1232px;
	overflow:hidden;
	float:left;
	margin-left: 4px; margin-right:4px
}
#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: 286px; height:259px;
	margin-right: 11px;
	margin-left: 11px;
	list-style:none;
	background-color: #0891e2;
}



#pro_con .Cont li a p{
	line-height: 40px;
	display: block;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color:#000;
	overflow:hidden;
	background-color: #FFF;
}


#pro_con .Cont li a:hover p{
	color: #000;
}





#pro_con img {
	height: 219px;
	width: 286px; display:block;
}



.xc07{
	color: #FFF;
	margin-bottom: 40px;
}


.xc08{
	background-image: url(bg6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:20px;
	display:block;
	margin-bottom: 38px;
}


.ent13{
	display: block;
	float: left;
	width: 302px;
	margin-right: 35px;
}


.ent13 em{
	font-size: 13px;
	display:block;
	color:#888;
	line-height:16px;
	margin-bottom: 7px;
}

.ent13 i{
	font-size: 18px;
	display:block;
	color:#333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 36px;
	height:36px
}

.ent13:hover i{
	color:#f39800;
}


.ent13 p{
	font-size: 14px;
	display:block;
	color:#777;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 23px;

}

.ent13 img{
	display:block;
	width:100%;
	margin-bottom:8px
}

.ent13 ins{
	display: block;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	padding-top: 15px;
}
.ent13 ins img{
	display: block; width:113px;
}


.bott{ margin-bottom:50px}
		
		

.frt08{
	float: right;
	width: 500px;
}
.foottb li{ line-height:27px

}


.frt08 li a{
	display:block;
	height:105px;
	padding-right: 20px;
		background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CACACA;	
}

.frt08 li a:hover{

	color: #FFF;
	background-color: #f39800;	border-top-color: #f39800;
	border-bottom-color: #f39800;
}

.frt08 li a:hover em{
	color: #FFF;
}
.frt08 li a em{
	display:block;
	float:left;
	width:90px;
	height:85px;

	padding-top: 20px;
	padding-left: 15px;color: #333;
}
.frt08 li a em i{
	display:block;
	font-size: 26px;
	line-height:38px;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CACACA;
}


.frt08 li a:hover em i{
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}


.frt08 li a em p{display:block;}
.frt08 li a:hover em p{ color:#FFF}

.frt08 li a span{ width:350px; display:block; float:right}

.frt08 li a span b{
	font-size: 14px;
	display:block;
	color:#333;
	line-height: 18px;
	padding-top: 20px;
}
.frt08 li a:hover span b{

	color:#fff;

}



.frt08 li a span p{
	font-size: 14px;
	display:block;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top:4px;
}

.frt08 li a:hover span p{ color:#FFF

}

		
.frt09{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
}
