﻿html,body {
	margin:0;
	padding:0;
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 14px;
	color: #666;
}
ul, li {
	list-style: none;
}
ul, li, p, form, table, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
a {blr:expression(this.onFocus=this.blur());}
:focus {outline: none;}
a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  color: #096bd7;
}
img {
  border:0;

}
.clear {
clear:both;
  }
  
/****** 顶部折叠显示区域 ******/

.cd-main-content::before {
  display: none;
  content: 'mobile';

}
@media (min-width: 768px) {
  .cd-main-content::before {
    content: 'tablet';
  }
}
@media (min-width: 1170px) {
  .cd-main-content::before {
    content: 'desktop';
  }
}

/****** 顶部 ******/

header {
	width: 100%;
	background: rgba(26,126,217,1);
	position:fixed;
	top:0;
	z-index:999;
	height: 66px;
-moz-box-shadow: 0px 1px 10px rgba(0,0,0,.4);
-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,.4);
box-shadow: 0px 1px 10px rgba(0,0,0,.4);
  }
  .cd-main-header {
	width: 1100px;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
@media (max-width: 768px) {
header {
	width: 100%;
	height: 40px;
	position: static;
-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
box-shadow: 0px 0px 8px rgba(0,0,0,.4);
}
.cd-main-header {
  width: 100%;
}
}

.cd-logo {
float:left;
margin: 11px 0 0 0;	
  }
.cd-logo img {
display:block;
  }
@media (max-width: 768px) {
.cd-logo {
  margin: 5px 0 0 10px;
  }
.cd-logo img {
  width:120px;
  height:32px;
  }
}

.cd-nav-trigger {
  float: right;
  position: relative;
  display: block;
  width: 28px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  margin-top: 7px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 20px;
  background: #fff;
}
.cd-nav-trigger span {
  position: relative;
  top: -3px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  top: -6px;
}
.cd-nav-trigger span::after {
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  background: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  background: #fff;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(0px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(0px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(45deg);
  -o-transform: translateX(4px) translateY(0px) rotate(45deg);
  transform: translateX(4px) translateY(0px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media (min-width: 768px) {
  .cd-nav-trigger {
    display: none;
  }
}

/****** 顶部导航 ******/
.cd-nav {
    float: right;
    height: 40px;
  }
.cd-top-nav a {
    font-size: 14px;
    color: #fff;
	display:block;
	padding-left: 10px;
  }
 .cd-top-nav a:hover, .cd-top-nav a:active {
    color: #fff;
	background: #1a80dd;
  }
.cd-top-nav li {
	line-height: 35px;
	border-top: 1px solid #46a6fd;
	position: relative;
  }
.cd-top-nav .nav-xl ul  {
	display:block;
  }
.cd-top-nav .nav-xl ul li {
	line-height: 33px;
	border: none;
  }
.cd-top-nav .nav-xl ul li a {
	display:block;
	padding-left: 38px;
  }
@media (min-width: 768px) {
  .cd-top-nav a {
    font-size: 16px;
    color: #a2cef4;
	display:block;
	padding: 0 15px 0 15px;
	border-bottom: 3px solid #1a7ed9;
	  background: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

  }
 .cd-top-nav a:hover, .cd-top-nav a:active {
    color: #fff;
	border-bottom: 3px solid #42c767;
  background: rgba(255,255,255,0.16);
  }
  .cd-top-nav li {
	float:left;
	margin-left: 10px;
	line-height: 63px;
	border: none;
	position: relative;
	background: none;
  }
.active a {
	color: #fff;
	border-bottom: 3px solid #42c767;
  background: rgba(255,255,255,0.16);
  }
  .cd-top-nav .nav-xl ul {
	display:none;
  }
  .cd-top-nav .nav-xl ul li {
	display:none;
  }
}

/****** 顶部折叠显示主要区域 ******/

.cd-side-nav {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
  bottom:0;
  width: 100%;

  background-color: #2c91ed;
  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-side-nav.nav-is-visible {

  opacity: 1;
  visibility: visible;
  overflow: auto;

  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;

}
@media (min-width: 768px) {
  .cd-side-nav {
    display: none;
  }
}

.cpic {
    width: 100%;
}
.cpic img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .cpic {
    margin: 0 auto;
  }
}


/****** 底部 ******/

footer {
	background: #21303f;
	margin: 0;
	color: #7e91a5;
	text-align: center;
	line-height: 90px;
}
@media (max-width: 768px) {
footer {
	margin: 20px 0 0 0;
	padding: 15px;
	line-height: 22px;
}
}

/****** 返回顶部 ******/

.floating_ck{position:fixed;right:1px;top:40%;}
.floating_ck li{position:relative;width:70px;height:70px;background-color:#2c91ed;text-align:center;margin-bottom:1px;color:#fff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.floating_ck li i{
display:block;
font-size: 32px;
line-height: 32px;
padding-top: 10px;
}
.floating_ck li a{width:70px;height:70px;display:block;color:#fff;}
.floating_ck li:hover{background-color:#137ad9;}
.floating_ck li:hover .floating_left{display:block;left:-180px;opacity: 1;visibility:visible;}
.floating_left{position:absolute;left:0px;top:0px;width:180px;height:62px;background-color:#137ad9;visibility:hidden;color:#fff;z-index:-1;line-height: 26px;padding-top:8px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
}

.back-top {display:none;}

@media (max-width: 768px) {
.floating_ck{display:none;}
.back-top{display:block;position:fixed;right:10px;bottom:20%;background: rgba(255,255,255,.6);border:1px solid #ccc;-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius:50px;width:40px; height:40px; z-index:100;text-align:center;}
.back-top a{font-size: 20px;color:#999;}
}


/****** 检测IE8以下浏览器 ******/

#errorie{
    position: absolute;
	z-index: 9999;
	background-color: #333333;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	_height: 100%;
	width: 100%;
	text-align:center;
  }
#cell{
	 position: absolute;
	 top: 50%;
	 bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: -100px;
	line-height:28px;
  }
#cell a{ 
color: #096bd7;
padding: 0 6px 0 6px;
text-decoration: underline;
  }
#cell a:hover {
	text-decoration: none;
  }
  
  
  
  
/****** 解决方案 ******/
.cenbg-box {
	background-image: url(../img/lrbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	overflow:hidden;
}
.fa-box {
	width: 1100px;
	margin-top: 66px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.fa-box .fa-boxleft {
	width: 240px;
	margin:0;
	padding:38px 0 0 0;
	float:left;
	min-height:800px;
}
.fa-box .fa-boxleft .fa-navtit {
    color:#888;
	padding: 0 0 15px 26px;
}
.fa-box .fa-boxleft .fa-navli {
	margin-bottom:18px;
}
.fa-box .fa-boxleft .fa-navli li {
	line-height: 35px;
	height: 35px;
	position:relative;
}
.fa-box .fa-boxleft .fa-navli li:hover span {
	color: #fff;
}
.fa-box .fa-boxleft .fa-navli li span {
	font-size: 12px;
	top:0;
	right: 18px;
	position: absolute;
}
.fa-box .fa-boxleft .fa-navli li a {
	padding:0 26px 0 26px;
	display:block;
	width: 188px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;

}
.fa-box .fa-boxleft .fa-navli li a:hover {
	background:#2c91ed;
	color:#fff;
}
.li-active span {
	color:#fff;
}
.li-active a {
	background:#2c91ed;
	color:#fff;
}
.fa-box .fa-boxleft .fa-navline {
    height:1px;
	background: #e6e6e6;
	margin: 0 0 23px 0;
}
.fa-box .fa-boxright {
	float:right;
	width: 830px;
}
.fa-box .fa-boxright .fa-titbox {
	font-size: 24px;
	color: #333;
	text-align:left;
	height: 58px;
	line-height: 58px;
	margin-top: 23px;
	border-bottom: 1px solid #e3e5e7;
}
.fa-box .fa-boxright .fa-titbox span {
	font-size: 14px;
	color: #999;
	float:right;
	padding-right: 3px;
}
.fa-box .fa-boxright .fa-jscon {
	line-height:28px;
	padding: 26px 15px 32px 12px;
}
.fa-box .fa-boxright .fa-jscon .fa-jscon-lx {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}
.fa-box .fa-boxright .fa-jscon .fa-jscon-map {
	padding: 20px 0 6px 0;
}
.fa-box .fa-boxright .fa-jscon .fa-jscon-mess {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 8px 0;
}
.fa-box .fa-boxright .fa-jscon .fa-jscon-btn {
	padding: 16px 0 16px 77px;
}
.fa-box .fa-boxright .fa-jscon span {
width:73px;
display:inline-block;
}
.tj-in {
	border:1px solid #ddd;
	height:24px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	font-family: "Microsoft YaHei","微软雅黑";
	outline:none;
	padding-left: 5px;
	-moz-transition: all 0.2s ease-in-out; 
-webkit-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out; 
transition: all 0.2s ease-in-out; 
margin-top:14px;
}
.tj-in:focus {
border: 1px solid #3399e8;
-moz-box-shadow: 0px 0px 7px rgba(1,128,226,.4);
-webkit-box-shadow: 0px 0px 7px rgba(1,128,226,.4);
-o-box-shadow: 0px 0px 7px rgba(1,128,226,.4);
box-shadow: 0px 0px 7px rgba(1,128,226,.4);
}
.tj-txt {
	border:1px solid #ddd;
	height:80px;
	font-size: 14px;
	width: 68%;
	color: #666;
	font-family: "Microsoft YaHei","微软雅黑";
	outline:none;
	padding: 5px;
	vertical-align:middle;
	-moz-transition: all 0.2s ease-in-out; 
-webkit-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out; 
transition: all 0.2s ease-in-out; 
margin-top:14px;
}
.tj-txt:focus {
border: 1px solid #3399e8;
-moz-box-shadow: 0px 0px 7px rgba(1,128,226,.4);
-webkit-box-shadow: 0px 0px 7px rgba(1,128,226,.4);
-o-box-shadow: 0px 0px 7px rgba(1,128,226,.4);
box-shadow: 0px 0px 7px rgba(1,128,226,.4);
}
.tj-btn {
	border:1px solid #3399e8;
	background:#3399e8;
	font-size: 16px;
	padding: 6px 0 8px 0;
	width: 120px;
	color: #fff;
	font-family: "Microsoft YaHei","微软雅黑";
	outline:none;
	-moz-transition: all 0.2s ease-in-out; 
-webkit-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.tj-btn:hover {
border: 1px solid #3399e8;
background:#3399e8;
-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.3);
-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.3);
-o-box-shadow: 2px 2px 6px rgba(0,0,0,.3);
box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}
@media (max-width: 768px) {
.fa-box {
width: auto;
margin: 10px;
}
.fa-box .fa-boxleft {
display:none;
}
.fa-box .fa-boxright {
	width: 100%;
}
.fa-box .fa-boxright .fa-titbox {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 5px;
	margin-top: 0px;
}
.fa-box .fa-boxright .fa-titbox span {
display:none;
}
.fa-box .fa-boxright .fa-jscon {
	line-height:24px;
	padding: 12px 5px 5px 5px;
}
.fa-box .fa-boxright .fa-jscon .fa-jscon-map {
	display:none;
}
.fa-box .fa-boxright .fa-jscon .fa-jscon-btn {
	padding: 10px 0 0 77px;
}
.tj-in {
margin-top:10px;
}
.tj-txt {
margin-top:10px;
}
}

/****** 关于我们左侧菜单 ******/
.fa-box .fa-boxleft .ab-navtit {
    color:#888;
	padding-left: 19px;
	padding-bottom: 15px;
}
.fa-box .fa-boxleft .ab-navli {
    
}
.fa-box .fa-boxleft .ab-navli li {
	margin-bottom: 5px;
	position: relative;	
}
.fa-box .fa-boxleft .ab-navli li:hover i {
	color: #fff;
}
.fa-box .fa-boxleft .ab-navli li i {
	position: absolute;	
	left: 18px;
	line-height: 37px;
	font-size: 18px;
}
.fa-box .fa-boxleft .ab-navli li a {
	line-height: 35px;
	height: 35px;
	display:block;
	padding-left: 45px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
	width: 195px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fa-box .fa-boxleft .ab-navli li a:hover {
	background:#2c91ed;
	color:#fff;
}
.li-active i {
	color:#fff;
}
.li-active a {
	background:#2c91ed;
	color:#fff;
}


/****** 新闻列表 ******/

.fa-box .fa-boxright .news-li {
width:830px;
}
.fa-box .fa-boxright .news-li li {
border-bottom:1px solid #e3e5e7;
margin-top: 26px;
padding-bottom:22px;
}
.fa-box .fa-boxright .news-li .news-tit {
padding: 0 0 5px 0;
}
.fa-box .fa-boxright .news-li .news-tit a {
font-size: 22px;
}
.fa-box .fa-boxright .news-li .news-con {
line-height:24px;
padding:5px 0 5px 0;
}
.fa-box .fa-boxright .news-li .news-date {
padding:5px 0 5px 0;
}
.fa-box .fa-boxright .news-li .news-date a {
color: #4582de;
}
.fa-box .fa-boxright .news-li .news-date span {
padding-right: 22px;
}

@media (max-width: 768px) {
.fa-box .fa-boxright .news-li {
width:100%;
}
.fa-box .fa-boxright .news-li li {
margin-top: 12px;
padding-bottom:10px;
}
.fa-box .fa-boxright .news-li .news-tit a {
font-size: 18px;
}
.fa-box .fa-boxright .news-li .news-con {
line-height:22px;
padding:3px 0 3px 0;
}
}

/****** 分页 ******/
.t_page {
	width: 830px;
	float:right;
		text-align:center;
		margin:34px 0 40px 0;
}
.t_page ul li {
	float: left;
	margin-right: 8px;
	color:#666;
	line-height: 28px;
	height: 28px;
	width: 28px;
	display: block;
	border: 1px solid #e3e5e7;
-moz-transition: all 0.2s ease-in-out; 
-webkit-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out; 
transition: all 0.2s ease-in-out; 
}
.t_page ul li a {
	line-height: 28px;
	height: 28px;
	width: 28px;
	display: block;
-moz-transition: all 0.2s ease-in-out; 
-webkit-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out; 
transition: all 0.2s ease-in-out; 
color:#666;
}
.t_page ul li a:hover {
	color: #fff;
	background-color: #2c91ed;
}
.t_page .this {
	line-height: 28px;
	color: #fff;
	width: 28px;
	background-color: #2c91ed;
	height: 28px;
	border: 1px solid #2c91ed;
}

@media (max-width: 768px) {
.t_page {
	width: 100%;
	margin:16px 0 0 0;
}
.t_page ul li a {
	line-height: 24px;
	height: 24px;
	width: 24px;
}
.t_page .this {
	line-height: 24px;
	width: 24px;
	height: 24px;
}
}

/****** 文章页 ******/
.fa-box .fa-boxright .ar-titbox {
	text-align:left;
	height: 58px;
	line-height: 58px;
	margin-top: 23px;
	border-bottom: 1px solid #e3e5e7;
}
.fa-box .fa-boxright .ar-titbox span {
	font-size: 14px;
	color: #999;
	padding-right: 3px;
}
.fa-box .fa-boxright .h1tit {
	text-align:left;
	padding: 26px 0 18px 0;
}
.fa-box .fa-boxright .h1tit h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding:0;
	margin: 0;
}
.fa-box .fa-boxright .fu-tit {
	padding-bottom:47px;
}
.fa-box .fa-boxright .fu-tit li {
	float:left;
	margin-right: 23px;
}
.fa-box .fa-boxright .fu-tit .fu-tity {

}
.fa-box .fa-boxright .fu-tit li a {
	color:#666;
}
.fa-box .fa-boxright .ar-artcon {
	line-height: 30px;
	color: #333;
	clear:both;
	padding-bottom: 60px;
}
.fa-box .fa-boxright .ar-artcon img {
	margin: 16px 0 16px 0;
}
.fa-box .fa-boxright .ar-artcon a {
	text-decoration: underline;	
	color:#026ccd;
}

@media (max-width: 768px) {
.fa-box .fa-boxright .ar-titbox {
	height: 32px;
	line-height: 32px;
	margin-top: 0px;
}
.fa-box .fa-boxright .h1tit {
	padding: 15px 0 12px 0;
}
.fa-box .fa-boxright .h1tit h1 {
	font-size: 22px;
}
.fa-box .fa-boxright .fu-tit {
	padding-bottom:32px;
}
.fa-box .fa-boxright .fu-tit .fu-tity {
	display:none;
}
.fa-box .fa-boxright .ar-artcon {
	line-height: 24px;
	padding-bottom: 0px;
}
.fa-box .fa-boxright .ar-artcon img {
	display:block;
	max-width: 100%;
	height: auto;
}
}