html,body{
	margin:0;
	padding:0;
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 14px;
	color: #333;
}
ul, li {
	list-style: none;
}
ul, li, dl, dd, p, button, form, table, tbody, thead, tr, th, td , h1, h2, h3, h4, img{
	margin: 0;
	padding: 0;
}
input, button, textarea, select {
	outline:none;
}
a {blr:expression(this.onFocus=this.blur());}
:focus {outline: none;}
a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
	color: #e73838;
}
img {
  border:0;
}
.clear {
clear:both;
}

/****** 背景 ******/

.hiSlider {
	height: 700px;
	width: 100%;
	background: #eee;
	position: relative;
	z-index: -100;
}
.hiSlider2 {
	height: 163px;
	background: none;
}
.hiSlider-item {
	float: left;
}
.hiSlider img {
	height:700px;
}
@media (max-width: 768px) {
body{
	background:url(../images/mbg22.jpg) no-repeat center 40px;
	background-size: 100% 300px;
}
.hiSlider {
	display:none;
}
.hiSlider2 {
	display:block;
	height: 150px;
}
}


/****** 顶部 ******/
.head {
	width: 100%;
	position: absolute;
	top:0;
	z-index:10;
	height: 80px;
	line-height: 80px;
}
.cd-main-header {
	width: 1100px;
	margin: 0 auto;
}
.cd-logo {
float:left;
margin: 27px 0 0 0;	
}
.cd-logo img {
display:block;
width: 140px;
height: 36px;
}
@media (max-width: 768px) {
.head {
	height: 45px;
	line-height: 45px;
	background:#0476cd;
	border-bottom: none;
}
.cd-main-header {
  width: 100%;
}
.cd-logo {
  margin: 10px 0 0 10px;
}
.cd-logo img {
  width:100px;
  height:26px;
}
}

/****** 顶部导航 ******/
.cd-nav {
    float: right;
}
.cd-top-nav a {
    font-size: 16px;
    color: #d1e0eb;
	display:block;
	padding-left: 15px;
}
.cd-top-nav a:hover, .cd-top-nav a:active {
    color: #fff;
}
.cd-top-nav a.on
 {
	background:#026ec1;
}
.cd-top-nav li {
	line-height: 44px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative;
}
.cd-top-nav li.nav-xl span{
	width: 0;
	height: 0;
	border: 4px solid transparent; 
	border-bottom: none;
	border-top-color: #fff;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	left: 6px;
}
.cd-top-nav .nav-xl ul.ejli {
	display:none;
	background:#026ec1;
	padding-bottom: 6px;
}
.cd-top-nav .nav-xl ul.ejli i {
	margin-right: 6px;
}
.cd-top-nav .nav-xl ul li {
	line-height: 36px;
	border: none;
}
.cd-top-nav .nav-xl ul li a {
	display:block;
	padding-left: 15px;
}
@media (min-width: 768px) {
.cd-top-nav a {
    font-size: 18px;
    color: #fff;
	padding: 0 25px;
	border-radius: 3px;
}
.cd-top-nav a:hover,
.cd-top-nav a:active,
.cd-top-nav a.on
 {
 	background:#0069c3;
}
.cd-top-nav li {
	float:left;
    margin-left: 10px;
	margin-top: 25px;
	line-height: 43px;
	border: none;
	position: relative;
}
.cd-top-nav li.nav-xl span{
	width: 0;
	height: 0;
	border: 4px solid transparent; 
	border-bottom: none;
	border-top-color: #fff;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	left: 6px;
}
.cd-top-nav .nav-xl ul.ejli {
	display:none;
	position: absolute;
	background: #fff;
	top: 50px;
	left: 0;
	z-index: 10000;
	width: 360px;
	border-radius: 5px;
	padding: 10px 0 20px 0;
}
.cd-top-nav .nav-xl ul.ejli i {
	margin-right: 10px;
}
.cd-top-nav .nav-xl ul.ejli a i {
	font-size: 18px;
}
.cd-top-nav .nav-xl ul li {
	float:none;
	margin: 0;
}
.cd-top-nav .nav-xl ul li a {
	margin-top: 10px;
	padding: 0 0 0 25px;
	border-radius: 0;
	color: #666;
}
.cd-top-nav .nav-xl ul li a:hover {
	color: #fff;
	background: #0070d0;
	border-left-color: #0070d0;
	border-right-color: #0070d0;
}
}

/****** 折叠后的按钮 ******/

.cd-nav-trigger {
  float: right;
  position: relative;
  display: block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  background: rgba(0,0,0,0.2);
}
.on {
	background:#f03838;
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 17px;
  background: #c8dbea;
}
.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: #eac8c8;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(2px) translateY(0px) rotate(45deg);
  -moz-transform: translateX(2px) translateY(0px) rotate(45deg);
  -ms-transform: translateX(2px) translateY(0px) rotate(45deg);
  -o-transform: translateX(2px) translateY(0px) rotate(45deg);
  transform: translateX(2px) translateY(0px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(2px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(2px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(2px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(2px) translateY(0px) rotate(-45deg);
  transform: translateX(2px) translateY(0px) rotate(-45deg);
}
@media (min-width: 768px) {
  .cd-nav-trigger {
    display: none;
  }
}

/****** 顶部折叠显示主要区域 ******/

.cd-main-content::before {
  display: none;
  content: 'mobile';
}
.cd-side-nav {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 45px;
  width: 100%;
  background: rgba(8,40,73,0.95);
  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;
}
.cd-main-content::before {
    content: 'tablet';
  }
}
@media (min-width: 1170px) {
  .cd-main-content::before {
    content: 'desktop';
  }
}

/****** banner ******/

.banner-width{
	width: 1100px;
	margin: 0 auto;
	position: absolute;
	top:116px;
	left: 50%;
	margin-left: -550px;
}
@keyframes bf {
	from {
	opacity: 0;
	transform: translate(-100px,0);
	-webkit-transform: translate(-100px,0);
}
to {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
}
@-webkit-keyframes bf
{
from {
	opacity: 0;
	transform: translate(-100px,0);
	-webkit-transform: translate(-100px,0);
}
to {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
}
.banner-info {
	float: left;
	width: 540px;
	color:#fff;
	padding-top: 96px;
}
.banner-info h2 {
	font-size:53px;
	font-weight: bold;
	-webkit-animation: bf .8s 1 ease forwards;
	animation: bf .8s 1 ease forwards;
}
.banner-info .b-t {
	opacity: 0;
	font-size:16px;
	line-height: 34px;
	padding: 25px 0 70px 0;
	text-indent: 32px;
	-webkit-animation: bf .8s 1 ease forwards 0.5s;
	animation: bf .8s 1 ease forwards 0.5s;
}
@keyframes bt {
	from {
	opacity: 0;
	transform: translate(0,100px);
	-webkit-transform: translate(0,100px);
}
to {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
}
@-webkit-keyframes bt
{
from {
	opacity: 0;
	transform: translate(0,100px);
	-webkit-transform: translate(0,100px);
}
to {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
}
.banner-info a {
	opacity: 0;
	display:block;
	width: 160px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	float: left;
	font-size: 18px;
	border-radius:2px;
	text-align:center;
	margin-right: 18px;
	-webkit-animation: bt .8s 1 ease forwards 1.2s;
	animation: bt .8s 1 ease forwards 1.2s;
}
a.b-tmenu1 {
	background: #0069c3;
	border: 1px solid #0069c3;
}
a.b-tmenu2 {
	background: transparent;
	border: 1px dashed #fff;
}
@media (max-width: 768px) {
.banner-width {
	width: 100%;
	margin: 0 auto;
	top: 60px;
	left: 0;
	margin-left: 0;
	text-align:center;
}
.banner-info {
	width: 100%;
	padding-top: 25px;
	box-sizing: border-box;
}
.banner-info h2 {
	font-size:30px;
	font-family: "微软雅黑","宋体";
}
.banner-info .b-t {
	font-size:16px;
	line-height: 30px;
	padding: 20px 20px 30px 20px;
	color:#bac6d7;
}
.banner-info p {
	text-align:center;
	display:inline-block; *display:inline; zoom:1;
}
.banner-info a {
	width: 110px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	margin: 0 8px;
}
a.b-tmenu1 {
	color:#cfdbec;
}
a.b-tmenu2 {
	border: 1px solid #d2def0;
	color:#d2def0;
}
}

/****** 主要业务 ******/

.sec {
	border-bottom: 1px solid #ddd;
	padding: 58px 0 72px 0;
	text-align:center;
}
.nobor {
	border: none;
}
.hbg {
	background:#eee;
	padding-bottom: 60px;
}
.sec .blocktit {
	width: 1100px;
	margin: 0 auto;
}
.sec .blocktit h3 {
	font-size: 36px;
	font-weight: normal;
	display: inline-block;
    position: relative;
	height: 80px;
	line-height: 80px;
}
.sec .blocktit h3:after {
	content: '';
    position: absolute;
    width:40px;
    height: 3px;
	border-radius: 5px;
	background: #1987da;
    bottom: 0;
    left: 50%;
	margin-left: -20px;
}
.sec .blocktit h3 span {
	color: #0074cb;
}
.sec .blocktit p {
	color: #888;
	height: 76px;
	line-height: 76px;
}
.sec .ywz {
	width: 1100px;
	margin: 0 auto;
	margin-top: 12px;
}
.sec .ywz li {
	float:left;
	width: 25%;
	cursor: pointer;
}
@keyframes yico
{
0% {
width:108px;
}
10% {
width:160px;
}
20% {
width:90px;
}
30% {
width:150px;
}
40% {
width:95px;
}
50% {
width:140px;
}
60% {
width:100px;
}
70% {
width:130px;
}
80% {
width:105px;
}
90% {
width:120px;
}
100% {
width:108px;
}
}
@-webkit-keyframes yico
{
0% {
width:108px;
}
10% {
width:160px;
}
20% {
width:90px;
}
30% {
width:150px;
}
40% {
width:95px;
}
50% {
width:140px;
}
60% {
width:100px;
}
70% {
width:130px;
}
80% {
width:105px;
}
90% {
width:120px;
}
100% {
width:108px;
}
}
.sec .ywz li:hover i {
border: 1px solid #0283d7;
background:#0283d7;
color:#fff;
animation: yico 1s 1 ease forwards;
/****** 
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transform: rotate(360deg); 
	-webkit-transform: rotate(360deg); 
******/
}
.sec .ywz li:hover p {
color:#0283d7;
}
.sec .ywz li i {
	border-radius: 50%;
	border: 1px solid #ccc;
	display: inline-block;
	width: 108px;
	height: 108px;
	line-height: 112px;
	font-size: 45px;
	color: #0283d7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sec .ywz li p {
	font-size: 20px;
	font-weight: bold;
	margin: 25px 0 10px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sec .ywz li span {
	color:#888;
	line-height: 24px;
}


@media (max-width: 768px) {
.sec {
	padding: 356px 0 0px 0;
}
.sec .blocktit {
	width: 100%;
}
.sec .blocktit p {
	line-height: 24px;
	padding: 15px 20px;
}
.sec .ywz {
	width: 100%;
}
.sec .ywz ul {
	padding-bottom:10px;
	display: inline-block;
}
.sec .ywz li {
	width: 100%;
	margin-bottom: 20px;
}
}
@media (max-width: 768px) {
.nobor {
	padding-top: 15px;
}
.hbg {
	padding-top: 0;
}
}

.sec .news {
	width: 1100px;
	margin: 0 auto;
	margin-top: 12px;
}
.sec .news ul {
	width: 1140px;
}
.sec .news li {
	float:left;
	width: 340px;
	margin-right: 40px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 20px;
	position: relative;
	transition: all .3s ease;
}
.sec .news li img {
	display:block;
	width: 300px;
	height: 210px;
}
.sec .news li p.tit {
	height: 40px;
	line-height: 40px;
	position: absolute;
	display: block;
	top:190px;
	left: 20px;
	width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 0 15px;
}
.sec .news li p.tit {
	font-size: 16px;
	color:#fff;
}
.sec .news li span {
	color:#666;
	line-height: 24px;
	text-align: left;
	display:block;
	margin-top: 15px;
}
.sec .news li p.date {
	float:left;
	margin-top: 12px;
	line-height: 28px;
	color:#999;
}
.sec .news li p.more {
	float:right;
	width: 90px;
	height: 28px;
	padding-left: 3px;
	line-height: 28px;
	border: 1px solid #ddd;
	color:#666;
	margin-top: 12px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sec .news li:hover {
	border: 1px solid #3b94df;
	-webkit-box-shadow: 0px 0px 20px rgba(5,127,231,.3);
	box-shadow: 0px 0px 20px rgba(5,127,231,.3);
}
.sec .news li:hover .more  {
	border: 1px solid #057fe7;
	background: #057fe7;
	color:#fff;
}
@media (max-width: 768px) {
.sec .news {
	width: 100%;
	margin-top: 0;
}
.sec .news ul {
	width: 100%;
	padding: 20px;
	padding-top: 0;
	box-sizing: border-box;
}
.sec .news li {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 0px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.sec .news li img {
	width: 100%;
}
.sec .news li p.tit {
	position: absolute;
	width: 100%;
	top:170px;
	left: 0;
	box-sizing: border-box;
	padding: 0 10px;
}
.sec .news li span {
	margin-left: 15px;
	margin-right: 15px;
}
.sec .news li p.date {
	margin-left: 15px;
}
.sec .news li p.more {
	margin-right: 15px;
}
}


.sec .botnav {
	width: 1100px;
	margin: 0 auto;
}
.sec .botnav li {
	float:left;
	text-align:left;
}
.sec .botnav li.nav1 {
	width: 300px;
}
.sec .botnav li.nav2 {
	width: 310px;
}
.sec .botnav li.nav3 {
	width: 190px;
}
.sec .botnav h4 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.sec .botnav .i-con {
	line-height: 32px;
	color: #666;
	margin-top: 20px;
}
.sec .botnav .i-con a {
	color: #666;
}
.sec .botnav .i-con a:hover {
	color: #e73838;
	border-bottom: 1px dotted #e73838;
}
.sec .botnav .i-app {
	margin-top: 28px;
	width: 220px;
	height: 110px;
	background:#fff;
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.1);
	box-shadow: 0px 0px 12px rgba(0,0,0,.1);
}
.sec .botnav .i-app img {
	float:left;
	display:block;
	width: 110px;
	height: 110px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sec .botnav .i-app:hover img {
	transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
}
.sec .botnav .i-app p {
	margin: 9px 0 0 0;
	text-align: center;
	float:left;
	display:block;
	width: 99px;
	height: 78px;
	border: 1px solid #e2e2e2;
	color: #999;
	line-height: 22px;
	padding-top: 11px;
}
.sec .botnav .i-link {
	margin-top: 28px;
	width: 190px;
}
.sec .botnav .i-link {
	margin-top: 28px;
	width: 190px;
	position: relative;
}
.sec .botnav .i-link p {
	border: 1px solid #ccc;
	background:#e2e2e2;
	display:block;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	cursor: pointer;
	color:#666;
}
.sec .botnav .i-link p i {
	float:right;
	transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}
.sec .botnav .i-link .link {
	display: none;
	width: 188px;
	position: absolute;
	left:0;
	top:31px;
	background:#fff;
	border: 1px solid #ccc;
	padding: 8px 0;
}
.sec .botnav .i-link .link li {
	float: none;
}
.sec .botnav .i-link .link a {
	height: 30px;
	line-height: 30px;
	display:block;
	padding: 0 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sec .botnav .i-link .link a:hover {
	background:#077dd8;
	color:#fff;
}

@media (max-width: 768px) {
.sec .botnav {
	display: none;
}
}
#fx {
	margin-top: 16px;
}
#fx a {
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	/***border-left: 1px solid #e5e5e5;***/
}
#fx a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#fx a.bds_weixin {
	background-image: url(../images/weixin.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#fx a.bds_weixin:hover {
	background-image: url(../images/weixin-h.png);
}
#fx a.bds_tsina {
	background-image: url(../images/weibo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#fx a.bds_tsina:hover {
	background-image: url(../images/weibo-h.png);
}
#fx a.bds_sqq {
	background-image: url(../images/qq.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#fx a.bds_sqq:hover {
	background-image: url(../images/qq-h.png);
}
.foot {
	background:#0a77cb;
	text-align:center;
	height: 60px;
	line-height: 60px;
	color: #fff;
}
.foot a {
	color: #fff;
}
@media (max-width: 768px) {
.foot {
	height: 50px;
	line-height: 50px;
}
.foot span {
	display: none;
}
}

/****** 检测IE7以下浏览器 ******/

.errorie {
	position: absolute;
	top: 8px;
	width: 630px;
	left: 290px;
	line-height:22px;
	background:#ffefbb;
	border: 1px solid #f6c04b;
	z-index:10000;
	font-size: 12px;
	color:#555;
	padding: 8px 0 7px 0;
}
.errorie p {
	float:left;
}
.errorie p.d {
	font-size: 18px;
	color:#f7a300;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align:center;
	margin: 0 4px 0 5px;
}
.errorie p.s {
	font-size: 12px;
	color:#fff;
	display:block;
	background:#f7a300;
	height: 17px;
	line-height: 16px;
	width: 16px;
	text-align:center;
	cursor:pointer;
	margin: 2px 5px 0 0;
	float:right;
}
.errorie a { 
	color: #cc0000;
	text-decoration: underline;
	font-size: 12px;
}
.errorie a:hover {
	text-decoration: none;
}

/****** 返回顶部 ******/

#totop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 999;
	width: 50px;
	cursor: pointer;
	display: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
*html #totop {
	position: absolute;
	cursor: pointer;
	right: 20px;
	display: none;
	top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")
}
#totop span {
	display: block;
	width: 50px;
	height: 50px;
	background: #000;
	filter:Alpha(opacity=60);
	opacity:0.6;
	text-align: center;
	color: #888;
	overflow: hidden;
}
#totop span img {
	width: 26px;
	height: 18px;
	margin-top: 16px;
}