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;
	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: #293a8a ;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #293a8a ;
	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{background-color: #FFF;width:1300px; margin:auto;height:105px}

.nav{	height:105px; width:1000px; 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: 15.5px;
	font-weight: normal;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 32px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 105px;
	text-transform: uppercase;
}
.main-menu ul.navbar-nav li a:hover{
	color: #333;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #0059ad;
    content: "";
    height: 2px;
    position: absolute;
    top: 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: 290px;
	z-index: -99;
	box-shadow: 0px 0px 1px #ddd, -0px -0px 1px #ddd;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005AB1;
}

.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: 105px;
	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:#005AB1 ;
}
.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: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:#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}





.foottd3 a{ float: right; width:1105px; 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; padding-top:30px

}	





.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;
	text-align: center;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 14px;
}





.yzh{box-shadow: 0px 10px 10px -10px #ccc;}	
.header-area {
 background-color:#FFF

}
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; background-color:#FFF

}/*头部固定代码*/





.ent00{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}




.ent01{
	display: block;
	float: left;
	padding-top: 40px;
	margin-left: 60px;
}

.ent02{
	float: right;
	padding-top: 42px;
}


.ent03{
	background-image: url(ent02yw.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 181px;
	padding-bottom: 151px;
}



.ent03n{
	width:605px;
	float:right;
	display:block;
	margin-top: 103px;
	line-height: 1.5em;
	color: #333;
}


.ent03n a{
	line-height: 32px;
	display: block;
	height: 32px;
	color: #FFF;
	width: 142px;
	text-align: center;
	background-color: #152aa9;
	margin-top: 30px;
}

.ent03n a:hover{
	width: 165px;
}



.ent04{
	background-image: url(ent04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 410px;
}



.ent04 img{ display:block; margin-left:auto; margin-right: auto; padding-top:100px

}

.ent05{
	background-image: url(ent06.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 877px;
} 

.ent05t{
	font-size: 35px;
	line-height: 35px;
	padding-top: 85px;
	display:block;
	text-align:center;
	height: 80px;
	color: #434343;
}
.menu2 {
	width: 1200px;
	overflow: hidden;
	display: block;
	margin-bottom: 32px; margin-left:auto; margin-right:auto
}
.menu2 ul { display:block;justify-content: center; display: flex;
}

.menu2 li a {
	color:#111;
	display: block;
	font-family: "微软雅黑";
	background-color: #e3e3e3;
	height: 46px;
	line-height: 46px;
	margin-right: 8px;
	text-align: center;
	float: left;
	font-size: 17px;
	width: 210px;
}
.menu2 li a.tabactive {
		position:relative;
	background-color: #2a3d91;
	color: #FFF;
}


.s1200{
	width: 1200px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.chqz06{
	width: 1300px;
}
.chqz06 a{
	float: left;
	width: 287px;
	margin-right: 10px;
	font-size: 17px; margin-top:25px
}
.chqz06 a i{
	display: block;
	height: 210px;
	width: 287px;
	overflow: hidden;
}
.chqz06 a img{height: 210px;
	width: 287px; cursor: pointer; 
transition: all 1.2s;}


.chqz06 a:hover img{transform: scale(1.2); }


.chqz06 a p{
	font-size: 16px;
	line-height: 20px;
	display: block;
	padding-top: 12px;
	text-align: center;
	color: #333;
}
.chqz06 a:hover p{
	color: #000;	
}


.ent11{
	font-size: 15px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	display: block;
	height: 40px;
	width: 165px;
	margin-right: auto;
	margin-left: auto; background-color:#152aa9; margin-top:20px
}
.ent11:hover{

	color: #FFF;

	width: 205px;


}





.ent12{
	background-color: #f4f4f4;
	
	padding-bottom: 79px;
}









.ent12v{
	
		font-size: 35px;
	line-height: 35px;
	padding-top: 85px;
	display:block;
	text-align:center;
	height: 80px;
	color: #434343; margin-bottom:30px
	
	

}

.ent12v i{
	font-size: 16px;
	display:block;
	margin-top: 5px;
}



.ent13{
	display: block;
	float: left;
	width: 385px;
	background-color: #FFF;
	padding-top: 22px;
	margin-right: 15px;
}


.ent13 em{
	font-size: 17px;
	display:block;
	color:#acacac;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 10px;
}

.ent13 i{
	font-size: 16px;
	display:block;
	color:#333232;
	padding-right: 22px;
	padding-left: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 13px;
}

.ent13:hover i{
	color:#C00;
}


.ent13 p{
	font-size: 13px;
	display:block;
	color:#555;
	padding-right: 22px;
	padding-left: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	line-height: 20px; height:120px
}

.ent13 img{ display:block}


.ent14{
	display: block;
	float: right;
	width: 385px;

}

.ent14 a{
	background-color: #FFF;
	padding-top: 21px;
	padding-right: 22px;
	padding-left: 22px;
	display: block;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.ent14 a i{
	font-size: 16px;
	display:block;
	color:#333232;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 13px;
}

.ent14 a:hover i{
	color:#C00;
}

.ent14 a p{
	font-size: 13px;
	display:block;
	color:#555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 20px;height:60px
}

.foot{
	background-color: #2d3035;
	width: 100%;

	padding-top: 38px;
}
.foot1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.foot2 {
	float: left;
	width: 760px;
}
.foot2 li{
	float: left;
	width: 180px;
}
.foot2 li em a{
	font-size: 18px;
	color: #FFF;
	display: block;
	margin-bottom: 30px;

}
.foot2 li span a{
	line-height:14px;
	display: block;

	padding-bottom: 15px;
	color: #c9c9c9;
	font-size: 14px;
	height: 14px;
}

.foot2 li span a:hover{
	color:#fff
}


.foot4{ float:left; margin-top:30px}

.foot5{
	float: right;
	width: 346px;
	display:block;
	font-size:16px;
	color:#FFF;
	
}


.foot5 i{ display:block;font-size:18px; margin-bottom:22px}
	
.foot5 em{
	font-size: 12px;
	color: #c9c9c9;
	display:block;line-height:21px;

}
.foot5 em a{color: #FFF;}


.foot5 em a:hover{color: #88c8f8;}

.foot5 b{
	font-size: 18px;
	color: #FFF;
	display:block;
	line-height: 28px;
	margin-bottom: 7px;
	font-weight: bold;
}	
	
.foot6{
	background-color: #383b3f;
	height: 1px;
	overflow: hidden;
	display: block;
	margin-top: 40px;
}	


.foot7{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 45px;
	color: #6e6d72;
	height: 45px;
	font-size: 14px;
}

.foot7 a{
	width:400px;
	display:block;
	color: #6e6d72;
	float:right;
	text-align: right;
}

.foot7 a:hover{
	color: #777;
}



.klm21{
	width:100%;
	display:block;
	max-width:1920px;
	margin:auto;
}


.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: #293a8a;
	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: #DDE8FB;
}



.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:45px;
	line-height: 2em; 
}

.biaoti{
	font-size: 22px;
	color: #000;
	text-align: center;
	display: block;
	line-height: 35px;
	padding-top: 15px;
	padding-bottom: 25px;
	font-weight: bold;
}



.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: #06C;
}


.proList { }
.proList li{
	width:22%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 1.5%;
	margin-right:1%;
	border: 1px solid #E3E3E3;
}
.proList li i{
	display:block;
	background-color:#0d2a62;	
}

.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:14px;
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:14px;
	background-color: #E7E7E7;
	display:block
}
.proList li a:hover span{
	color: #FFF;
	background-color: #293a8a;
}


.prenext{
	padding:10px 0px;
	margin-top:10px;}
.prenext ul li{
	line-height:30px;
	background:url("/images/HituxCMSBold/jiantou.gif") no-repeat 0px 1px;
	padding-left:15px;}	

.t_page{
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:25px; margin-top:30px
	
	}	
.t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0px 3px;}


.kenj01{
	color: #000;
	background-color: #e8e8e8;
	height: 66px;
	line-height: 66px;
	font-size: 16px;

}


.kenj01 span{
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;justify-content: center; display: flex;
}
.kenj01 span a{
	display: block;
	color:#333;
	float:left;
	text-align: center;
	display: block;
	background-image: url(ent33.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left:68px;
	padding-right:68px;
	font-weight: bold;
}

.kenj01 span a:hover{
	color:#0a69c7;
	
}

#kenj01{
	background-image: none;
}


.kenj02{
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top:39px;
	font-size: 16px;
	line-height:2em;
	padding-bottom: 80px;
	color: #555;
	text-align: justify;
}



#pro {
	width: 1200px;
	margin-left: auto;
	margin-right: auto; margin-top:85px

}

#pro_con {

	overflow:hidden;
	
}
#pro_con .LeftBotton {
	height:240px;
	width:60px;
	float:left;
	cursor:pointer;
	background-image: url(bg3.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:240px;
	width:60px;
	float:right;
	cursor:pointer;
	background-image: url(bg3b.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .Cont {
	width:1060px;
	overflow:hidden;
	float:left;
	margin-left: 20px;
}
#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: 255px;
	margin-right: 10px;
	list-style:none;
display:block; text-align:center;
}

#pro_con img {
	height: 230px;
	width: 255px; display:block;
}


.kenj03{
	display: block;
	width: 1040px; margin-left:auto; margin-right:auto; line-height:2.5em

}

.kenj04{
	display: block;
	float: right;
	margin-left: 50px; max-width:400px
}


.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; overflow:hidden
}
.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:hover span i{
	color:#C00

}

.wdqz03e li a span em{ font-size:12px; color:#888; line-height:18px; display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.wdqz03e li a span p{
	display:block;
	font-size:12px;
	color:#C1C1C1;
	margin-top:12px
}
