﻿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;
  }
}


/****** 中间左侧内容 ******/

.cen-box {
	width: 1100px;
	margin-top: 105px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cen-box .cen-left {
    float:left;
	width: 220px;
}
.cen-box .cen-left .cen-navtit {
    color:#888;
	padding-left: 19px;
	padding-bottom: 15px;
}
.cen-box .cen-left .cen-navli {
    
}
.cen-box .cen-left .cen-navli li {
	margin-bottom: 5px;
	position: relative;	
}
.cen-box .cen-left .cen-navli li:hover i {
	color: #fff;
}
.cen-box .cen-left .cen-navli li i {
	position: absolute;	
	left: 18px;
	line-height: 37px;
	font-size: 18px;
}
.cen-box .cen-left .cen-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: 175px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cen-box .cen-left .cen-navli li a:hover {
	background:#2c91ed;
	color:#fff;
}
.li-active i {
	color:#fff;
}
.li-active a {
	background:#2c91ed;
	color:#fff;
}
.cen-box .cen-left .cen-navline {
    height:1px;
	background: #e6e6e6;
	margin: 18px 0 23px 0;
}
@media (max-width: 768px) {
.cen-box {
	width: auto;
	margin: 10px;
}
.cen-box .cen-left {
    display:none;
}
}


/****** 中间右侧内容 ******/

.cen-box .cen-right {
    float:right;
	width: 830px;
}
.cen-box .cen-right .cen-h1box {
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
	background-image: url(../img/re-pro.png);
	background-repeat: no-repeat;
	background-position: 540px 33px;
	min-height: 220px;
	padding: 0 0 32px 32px;
}
.cen-box .cen-right .cen-h1box .ck-box {
	float:right;
	width: 300px;
	height: 250px;
}
.cen-box .cen-right .cen-h1box .cen-h1tit {
	width: 590px;
	padding: 0 0 18px 54px;
	background-image: url(../img/re-icon.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 32px;
	color: #333;
	line-height: 43px;
	margin-top: 27px;
}
.cen-box .cen-right .cen-h1box .cen-content {
	width: 760px;
	color: #666;
	line-height: 24px;
	padding-bottom: 23px;
}
.cen-box .cen-right .cen-h1box .cen-content img {
	border: 1px solid #e6e6e6;
}
a.mess:link, a.mess:visited {
background: #2c91ed;
display:block;
width: 136px;
height: 35px;
line-height: 35px;
color: #fff;
font-size: 14px;
text-align:center;
	-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;
  }
a.mess:hover {
background: #06b03e;
  }
  
@media (max-width: 768px) {
.cen-box .cen-right {
	width: 100%;
}
.cen-box .cen-right .cen-h1box {
	background-image: none;
	min-height: 100px;
	padding: 10px 10px 15px 15px;
}
.cen-box .cen-right .cen-h1box .ck-box {
	display: none;
}
.cen-box .cen-right .cen-h1box .cen-h1tit {
	width: auto;
	padding: 0;
	background-image: none;
	font-size: 22px;
	margin-top: 0px;
}
.cen-box .cen-right .cen-h1box .cen-content {
	width: 100%;
	padding-bottom: 10px;
}
}

/****** 功能介绍 ******/

.cen-box .cen-right .cen-gntit {
	color: #333;
	font-size: 22px;
	padding: 32px 0 18px 0;
}
.cen-box .cen-right .cen-gncon {
	line-height: 28px;
	border: 1px solid #e6e6e6;
	padding: 26px 36px 30px 36px;
}
.cen-box .cen-right .cen-gncon li {
	line-height: 32px;
}
.cen-box .cen-right .cen-gncon li i {
	color: #1a7ed9;
	margin-right: 10px;
}

@media (max-width: 768px) {
.cen-box .cen-right .cen-gntit {
	font-size: 18px;
	padding: 15px 0 10px 0;
}
.cen-box .cen-right .cen-gncon {
	line-height: 24px;
	padding: 12px 10px 15px 12px;
}
.cen-box .cen-right .cen-gncon li {
	line-height: 26px;
}
.cen-box .cen-right .cen-gncon li i {
	margin-right: 8px;
}
}

/****** 底部 ******/

footer {
	background: #21303f;
	margin: 60px 0 0 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;
  }
  
  