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;
}
p {
	margin:0 0 15px;
    color: #777;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
  color: #44559b;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #44559B;
	text-decoration: none;-webkit-transition-duration: 0.7s;
-webkit-transition-timing-function: ease;  
}


	

body {
	background: #fff none repeat scroll 0 0;
	color: #777;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 24px;
}











.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}



/*  菜单 
/*----------------------------------------*/



.main-menu{
	height:54px;
	background: linear-gradient(to bottom,  #ebebeb 0%,#c3c3c3 100%);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #14257f;
}

.nav{ width:1200px; margin:auto}



.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: #000;
	font-size: 15px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 36px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 54px;
	text-transform: uppercase;
	
}
.main-menu ul.navbar-nav li a:hover{
	color: #333;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #14257f;
    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: #44559b;
    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;
    border-bottom: 2px solid #44559b;
    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: 54px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	padding: 20px 0px;  /*下拉导航*/
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #333;
	display: block;
	font-size: 13px;
	padding: 7px 15px;
	text-transform: capitalize;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #14257f;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#14257f;
}
.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');src:url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2') format('woff2'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont.ttf') format('truetype'),url('../fonts/fontawesome-webfont.svg') 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{ width:1200px; margin:20px auto;}
.soud1a{ float:left}
.soud1b{ width:275px; height:71px; float:right; display:block; background-image:url(../images/shd1.jpg);}

.soud1b em{
	font-size: 27px;
	line-height: 45px;
	font-weight: 700;
	color: #44559B; margin-left:50px
}

.soud1b a{
	display: block;
	float: left; margin-left:122px; font-size:12px
}







.foott{
	width: 100%;
	font-size:12px;
	background-color: #0265b8;
	color: #DADEEF;
	margin-top: 60px;
}



.footta{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top:24px;
	line-height:20px
}

.footta2{
	width:400px;
	float:right;
	display:block;
	line-height:26px;
	padding-top: 20px;
}

.footta2 i{
	display:block;
	font-size:18px;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: bold;
}


.foottb{
	width:710px;
	float:left
}

.foottb dl{
	float: left;
	width: 151px;
	margin-right: 25px;
}
.foottb a{
	color:#DADEEF
}
.foottb a:hover{
	color:#C6CCE6
}


.foottb dl dt{
	width: 80px;
	display:block;
	font-size:16px;
	line-height: 42px;
	color: #E7E7E7;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADEEF;
	margin-bottom: 18px;
}

.foottb dl dt a{
	color:#E4E8F3
}


.foottb dl dd{ display:block;
	line-height: 14px; padding-bottom:11px; margin-left:0px}







.foottd{
	line-height: 45px;
	height: 45px;
	background-color: #063861;
	width: 100%;
	margin-top:20px
}
.foottd1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;


}

.foottd2{
	float:left;
	color: #BEBEBE;
}

.foottd3{ float: left; width:190px; text-align:right}
.foottd3 a{
	color: #BEBEBE;
}


.qljx01{ float:right}





.qlhg05{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;

	height: 800px;

}


.qlhg05 ul{}

.qlhg05 ul li{
	float: left;
	width: 400px;
	height: 340px;
	overflow: hidden;
	padding-top: 40px;
	position: relative;
}


.qlhg05 ul li em{
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	width: 350px;

	color: #333;

}

.qlhg05 ul li p{
	font-size: 15px;
	color: #999;
	margin-top: 7px;
	height: 23px;
}





#qlhgli1 a{
	position: relative;
	width: 400px;
	height: 380px;
	left: 0px;
	top: -400px;
	text-align: center;
	display: block;

}


#qlhgli1 a:hover{	
	background-image: url(../images/bg0.png);

}


#qlhgli2 a{
	position: relative;
	width: 800px;
	height: 380px;
	left: 0px;
	top: -400px;
	text-align: center;
	display: block;

}


#qlhgli2 a:hover{	
	background-image: url(../images/bg2.png);

}





.qljx02{ display:block; margin-left:auto; margin-right:auto; margin-top:85px; margin-bottom:65px}


.qljx03{
	height:720px;
	background-image:url(../images/qlhg03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
	
.qljx04{ display:block; margin-left:auto; margin-right:auto; padding-top:40px; margin-bottom:115px}
	
.qljx04c{
	width:1200px;
	margin-left:auto;
	margin-right:auto;

}
.qljx04aa{ width:520px; float:left; display:block; height:380px; }
.qljx04bb{ width:570px; float:right; display:block;	color:#333;
	font-size:15px;
	padding-right: 40px;

	line-height: 24px;
	text-align: justify;
	display: block;}

.qljxmo{
	font-size: 14px;
	line-height: 34px;
	color: #999;
	text-align: center;
	display: block;
	width: 110px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #E4E4E4; margin-top:30px
}



.qljxmo:hover{
	border: 1px solid #0265B8; color:#0265B8
}



.qljx06{
	height:1590px;
	background-image:url(../images/qlhg04.jpg);
	background-repeat: no-repeat;
	background-position: center 180px; background-color: #f6f5fa
}
	
.qljx06mr{ display:block; margin-left:auto; margin-right:auto; padding-top:80px;}


.qljx07{ display:block; margin-left:auto; margin-right:auto; width:1200px}


.sgl20d{
	width:500px;
	float:left;
	display:block;
	left: 0px;
	margin-left: 0px;
}

.sgl20d img{
	display:block;
	width:500px;
	height:380px
}

.sgl20d em{
	background-color: #0265B8;
	height:44px;
	color:#0B3B56;
	margin-top:12px;
	display:block;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
}


.sgl20d a em {
	color:#E2E6F3;

}
.sgl20d a:hover em {
	color:#FFF
}



.tabbox{
	width:660px;
	float:right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
}


.newse{}
.newse li{
	width:620px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	height:85px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;

}


.newse em{
	font-size: 48px;
	line-height: 33px;
	color: #000;
	text-align: center;
	display: block;
	width: 80px;
	float:left; padding-top:10px; padding-right:20px
}
.newse em i{
	display:block;
	font-size:14px;
	color: #C3C3C3
}



.newse li a{
	float:left;
	display:block;
	font-size:12px;
	line-height:15px;
	height:75px;
	width:480px;
	overflow:hidden;
	color:#A2A2A2
}
.newse li a:hover{
	color:#44559B
}
.newse li a span{
	display:block;
	color: #333;
	font-size: 16px; line-height:20px; height:20px; overflow:hidden; margin-bottom:10px
}


	

.zb15{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 55px;
	margin-bottom: 38px;
}





.zb16{
	width:235px;
	float:left;
	margin-bottom: 25px;
}

.zb16 span{
	display:block;
	width:235px;
	height:55px;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:55px;
	background-color: #0265B8;
}
.zb16 span em{
	font-size:13px;
	text-transform: uppercase; margin-left:10px
}


.zb16 ul{
}

.zb16 ul li{
	display:block;


}

.zb16 ul li a{
	width:190px;
	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(../images/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;
}









.zb17{
	width:910px;
	float:right;
	margin-bottom: 35px;
}

.zb17a{
	display:block;
	padding-bottom:10px;
	height:20px;
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-image:url(../images/bg8.png);
	background-repeat: no-repeat;
	background-position: left 23px;
	padding-left: 20px;
	padding-top: 20px;
}

.zb17a em{
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#565656;

}
.zb17a i{
	float: right;
	font-size:14px;
	font-weight: bold;
	margin-right: 7px;
}
.zb17b{
	margin-top:25px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 2em;
}


.fengnews {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.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(../images/t.jpg);
	background-repeat: no-repeat;
	background-position: 5px 18px;
	padding-left: 28px;
	width: 97%;
	padding-right: 10px;
}
.fengnews  li a em{
	font-style: normal;
	float: right;
}
.fengnews  li a:hover{
	color: #0082D0;
}

.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;}





.proList { }
.proList li{
	width:30%;
	float:left;
	text-align:center;
	margin-bottom:25px;
	margin-left: 3.3%;

}
.proList li i{ display:block; background-color:#666;	margin-top: 4%;
	margin-right: 5%;
	margin-bottom: 4%;	-webkit-filter: drop-shadow(0 0 1px #b2b1b1) drop-shadow(0 0 2px #b2b1b1) drop-shadow(0 0 5px #ccc);}

.proList li img{
	display:block;
	width:100%;
	height: auto;


}

.proList li a:hover img{opacity:0.5;filter:alpha(opacity=50)}  








.proList li a span{
	font-size:14px;
	color:#666;
	display:block;
	height:28px;
	line-height:28px;
	 overflow:hidden; font-size:12px;

}
.proList li a:hover span{
	color: #0265B8;
}



/*web_pages*/
.web_pages{width:100%;margin-top: 20px; clear: both; overflow:hidden;}
.web_pages ul li{float:left;line-height:17px;margin-right:6px;border:1px solid #ccc;}
.web_pages ul li a{float:left;padding:10px;color:#555;display:block;}
.web_pages ul li a:hover{background-color:#016eb1; color:#fff;text-decoration:none;padding:10px;}
.web_pages ul li.thisclass,
.web_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{background-color:#016eb1;color:#fff;font-weight:bold;}
.web_pages .pageinfo{line-height:50px;padding:10px 15px;color:#999;border:1px solid #ccc;margin-left: 20px; }
.web_pages .pageinfo strong{color:#555;margin:0px 2px;}