body{
	margin:0;
	padding:0;
	font-family: "Microsoft YaHei","微软雅黑";
	font-size: 14px;
	color: #333;
	background:url(../images/banner_bg.jpg) no-repeat center top;
}
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;
}
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;
}


@media (max-width: 768px) {
body{
	background: none;
}
}

/****** 顶部 ******/

.head {
	width: 100%;
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.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:block;
	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;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.2);
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
.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';
  }
}

/****** 主要业务 ******/

.sec {
	border-bottom: 1px solid #ddd;
	padding: 58px 0 72px 0;
	text-align:center;
	background:#fff;
	margin-top: 200px;
}
.nobor {
	border: none;
}
.ntop {
	margin-top: 0;
}
.hbg {
	background:#eee;
	padding-bottom: 60px;
}
.sec .bigtit {
	width: 1100px;
	margin: 0 auto;
	text-align:center;
}
.sec .bigtit h3 {
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 26px;
	display: inline-block;
    position: relative;
}
.sec .bigtit h3:after {
	content: '';
    position: absolute;
    width:66px;
    height: 3px;
    border-radius: 5px;
    background: #1987da;
    bottom: 0;
    left: 50%;
	margin-left: -33px;
}
.sec .bigtit span {
	padding-left: 12px;
	color: #0a77cb;
	font-family: "微软雅黑","宋体";
}
.sec .sec-con {
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
}
.sec .sec-con .con {
	width: 1100px;
	font-size: 18px;
	line-height: 36px;
	text-align:left;
}
.sec .sec-con .con p {
	text-indent:2em;
	margin-bottom: 30px;
}
.sec .ywz {
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
}
.sec .ywz li {
	float:left;
	width: 25%;
	cursor: pointer;
}
.sec .ywz li:hover i {
border: 1px solid #0283d7;
}
.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: 22px;
	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;
	font-size: 16px;
}

@media (max-width: 768px) {
.sec {
	padding: 0;
	margin-top: 15px;
}
.sec .bigtit {
	width: 100%;
}
.sec .bigtit h3 {
	padding-bottom: 20px;
	font-size: 26px;
}
.sec .bigtit h3.m-tk {
	padding-top: 10px;
}
.sec .bigtit span {
	padding-left: 8px;
}
.sec .sec-con {
	width: 100%;
	margin-top: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}
.sec .sec-con .con {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.sec .sec-con .con p {
	text-indent:2em;
	margin-bottom: 20px;
}
.sec .ywz {
	width: 100%;
	margin-top: 20px;
}
.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 .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;
	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;
}

.sec .sec-con .fa-jscon {
	
}
.sec .sec-con .fa-jscon p {
	text-indent:0;
	margin-bottom: 20px;
}
.sec .sec-con .fa-jscon .fa-jscon-map {
	padding: 20px 0 20px 0;
}
.sec .sec-con .fa-jscon .fa-jscon-mess {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 8px 0;
}
.sec .sec-con .fa-jscon .fa-jscon-btn {
	padding: 16px 0 16px 100px;
}
.sec .sec-con .fa-jscon span {
	width:100px;
	display:inline-block;
}
.tj-in {
	border:1px solid #ddd;
	height:28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	font-family: "Microsoft YaHei","微软雅黑";
	outline:none;
	padding-left: 5px;
	-webkit-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	margin-top:16px;
	margin-right: 30px;
}
.tj-in:focus {
	border: 1px solid #3399e8;
	-webkit-box-shadow: 0px 0px 7px rgba(1,128,226,.4);
	box-shadow: 0px 0px 7px rgba(1,128,226,.4);
}
.tj-in-rk {
	margin-right: 10px;
}
.tj-txt {
	border:1px solid #ddd;
	height:100px;
	font-size: 14px;
	width: 85%;
	color: #666;
	font-family: "Microsoft YaHei","微软雅黑";
	outline:none;
	padding: 5px;
	vertical-align:middle;
	-webkit-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	margin-top:16px;
}
.tj-txt:focus {
	border: 1px solid #3399e8;
	-webkit-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 #0a77cb;
	background:#0a77cb;
	font-size: 20px;
	padding: 8px 0 10px 0;
	width: 200px;
	color: #fff;
	font-family: "Microsoft YaHei","微软雅黑";
	outline:none;
	-webkit-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;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.3);
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}
.sec .sec-con .zxcon p {
	margin-bottom: 10px;
}
.sec .sec-con .zxcon p.l {
	float:left;
}

@media (max-width: 768px) {
.sec .sec-con .fa-jscon {
	
}
.sec .sec-con .fa-jscon span {
	width:90px;
}
.sec .sec-con .fa-jscon .fa-jscon-map {
	display:none;
}
.tj-txt {
	width: 96%;
}
.sec .sec-con .fa-jscon .fa-jscon-btn {
	padding: 10px 0 0 0px;
}
.tj-in {
	margin-top:10px;
}
.tj-txt {
	margin-top:10px;
}
.tj-btn {
	width: 100%;
	margin-bottom: 10px;
}
}

/****** 列表 ******/

.sec .l-li {
	width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	text-align:left;
}
.sec .l-li li {
	border-bottom: 1px solid #ddd;
	padding: 25px 0 22px 0;
	height: 100%;
	overflow:hidden;
}
.sec .l-li li .tit {
	display:block;
	padding: 2px 0 5px 0;
}
.sec .l-li li .tit a {
	font-size: 22px;
}
.sec .l-li li .img {
	float:left;
}
.sec .l-li li .img a {
	width: 190px;
	height: 128px;
	margin-right: 22px;
	border: 1px solid #ddd;
	display: inline-block;
	overflow:hidden;
}
.sec .l-li li .img img {
	width: 190px;
	height: 128px;
	vertical-align:middle;
}
.sec .l-li li .con {
	line-height:24px;
	padding:5px 0 5px 0;
	color:#666;
}
.sec .l-li li .con a {
	color: #f33d72;
}
.sec .l-li li .bq {
padding:5px 0 5px 0;
}
.sec .l-li li .bq a {
color: #0a77cb;
}
.sec .l-li li .bq span {
padding-right: 20px;
color:#999;
}
.sec .l-li li .bq i {
	font-style:normal;
	padding-left: 5px;
	-webkit-transition: all 0.1s ease-in-out; 
	transition: all 0.1s ease-in-out; 
}
.sec .l-li li .bq a:hover {
	color: #e73838;
}
.sec .l-li li .bq a:hover i {
	color: #e73838;
	padding-left: 8px;
}

@media (max-width: 768px) {
.sec .l-li {
	width: 92%;
	margin-top: 15px;
}
.sec .l-li li {
	padding: 15px 0 15px 0;
	position:relative;
	background: url(../images/nopic.png) no-repeat left center;
}
.sec .l-li li .tit {
	padding: 2px 0 5px 0;
	margin-left: 135px;
}
.sec .l-li li .tit a {
	font-size: 18px;
}
.sec .l-li li .img {
	 position: absolute;
     top: 50%;
	 -webkit-transform: translateY(-50%); 
     transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
}
.sec .l-li li .img a {
	width: 120px;
	height: 80px;
	margin-right: 0;
	display: block;
}
.sec .l-li li .img img {
	width: 120px;
	height: 80px;
}
.sec .l-li li .con {
	display: none;
}
.sec .l-li li .bq {
	margin-left: 135px;
}
.sec .l-li li .bq a {
	display: none;
}
}

/****** 分页 ******/

.sec .l-page {
	width: 1100px;
	margin: 0 auto;
	text-align:center;
	padding: 35px 0 0 0;
	height: 34px;
}
.sec .l-page ul{
	display:inline-block; *display:inline; zoom:1;
}
.sec .l-page ul li {
	float:left;
	height:32px;
	line-height:32px;
	border:1px solid #ddd;
	padding: 0px 14px 0px 14px;
	-webkit-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin-left: -1px;
	color:#666;
}
.sec .l-page ul li:hover{
	background:#0a77cb;
	border:1px solid #0a77cb;
	color:#fff;
}
.sec .l-page ul li a{
	color:#666;
}
.sec .l-page ul li:hover a{
	color:#fff;
}
.sec .l-page ul li.on,
.sec .l-page ul li.on a{
	background:#0a77cb;
	color:#FFF;
	padding: 0px 14px 0px 14px;
	border:1px solid #0a77cb;
}
.sec .l-page ul li.on a:hover{
	color:#FFF;
}
.sec .l-page ul li:first-child {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.sec .l-page ul li:last-child {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

@media (max-width: 768px) {
.sec .l-page {
	width: 96%;
	padding: 20px 0 0 0;
}
.sec .l-page ul li {
	float:left;
	height:24px;
	line-height:24px;
	border:1px solid #ddd;
	padding: 0px 8px 0px 8px;
}
.sec .l-page ul li:hover{
	background:#0a77cb;
	border:1px solid #0a77cb;
	color:#fff;
}
.sec .l-page ul li a{
	color:#666;
}
.sec .l-page ul li:hover a{
	color:#fff;
}
.sec .l-page ul li.on,
.sec .l-page ul li.on a{
	background:#0a77cb;
	color:#FFF;
	padding: 0px 8px 0px 8px;
	border:1px solid #0a77cb;
}
.sec .l-page ul li.on a:hover{
	color:#FFF;
}
.sec .l-page ul li:first-child {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.sec .l-page ul li:last-child {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
}

@media (max-width: 768px) {
.sec .botnav {
	display: none;
}
}

/****** 文章页 ******/

.artz {
	margin: 0 auto;
	width: 998px;
	padding: 40px;
	margin-top: 260px;
	margin-bottom: 45px;
	border: 1px solid #ddd;
}
.artz .mbx {
	width: 1000px;
	margin: 0 auto;
}
.artz .mbx span {
	color:#df2b2b;
	font-size: 16px;
	font-weight: bold;
}
.artz .mbx i {
	color:#999;
	margin-right: 6px;
}
.artz .h1tit {
	text-align:center;
	padding: 26px 0 22px 0;
}
.artz .h1tit h1 {
	font-size: 36px;
	font-weight: normal;
}
.artz .fu-tit {
	padding-bottom:18px;
	text-align:center;
	border-bottom: 1px solid #d6d6d6;
	margin: 0 auto;
	width: 1000px;
}
.artz .fu-tit ul {
	display:inline-block; *display:inline; zoom:1;
}
.artz .fu-tit li {
	float:left;
	margin-right: 23px;
}
.artz .fu-tit .fu-tity {

}
.artz .fu-tit li a {
	color:#666;
}
.artz .fu-tit li a i {
	margin-right: 6px;
}
.artz .ar-artcon {
	line-height: 34px;
	color: #333;
	clear:both;
	padding: 30px 0;
	font-size: 18px;
	margin: 0 auto;
	width: 1000px;
}
.artz .ar-artcon img {
	margin: 25px 0;
}
.artz .ar-artcon a {
	text-decoration: underline;	
	color:#026ccd;
	font-size: 18px;
}
.artz .ar-artcon a:hover {
	color: #e73838;
}

@media (max-width: 768px) {
.artz {
	width: 91%;
	padding: 0;
	margin: 25px 18px 18px 18px;
	border: none;
}
.artz .mbx {
	display: none;
}
.artz .h1tit {
	padding: 0 0 15px 0;
	text-align:left;
}
.artz .h1tit h1 {
	font-size: 26px;
}
.artz .fu-tit {
	padding-bottom:12px;
	width: 100%;
	text-align:left;
}
.artz .fu-tit li {
	float:left;
	margin-right: 23px;
	color:#666;
}
.artz .fu-tit li:nth-child(3) {
	display: none;
}
.artz .fu-tit .fu-tity {
	display: none;
}
.artz .ar-artcon {
	line-height: 30px;
	padding: 20px 0;
	width: 100%;
}
.artz .ar-artcon img {
	margin: 20px 0;
	max-width: 100%;
	height:auto;
	vertical-align:middle;
}
}

/****** 产品页 ******/

.pro {
	margin: 0 auto;
	width: 1100px;
	padding-bottom: 60px;
}
.pro h2 {
	text-align:center;
	font-weight: normal;
	font-size: 45px;
	height:220px;
	line-height: 220px;
	color:#fff;
}
.pro i {
	margin-right: 12px;
}
.pro .pro-jj {
	font-size: 18px;
	line-height: 36px;
	margin-top: 40px;
}
.pro .pro-jj a {
	font-size: 18px;
	color: #006ecc;
	text-decoration: underline;
}
.pro .pro-jj p.jtit {
	font-size: 26px;
	color: #006ecc;
	border-bottom: 1px solid #238bdc;
	display: inline-block;
	line-height: 60px;
	text-indent: 0;
}
.pro .pro-jj p {
	margin-bottom: 30px;
	text-indent: 32px;
}
.pro .pro-gn {
	padding-bottom:20px;
}
.pro .pro-gn p.tit {
	font-size: 26px;
	color: #006ecc;
	border-bottom: 1px solid #238bdc;
	display: inline-block;
	line-height: 60px;
}
.pro .pro-gn ul {
	width: 1140px;
	overflow:hidden;
}
.pro .pro-gn li {
	width: 530px;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
}
.pro .pro-gn li.nof {
	width: 1100px;
	float: left;
	margin-right: 0;
	margin-top: 40px;
}
.pro .pro-gn li.nof p {
	width: 975px;
}
.pro .pro-gn li.nof span {
	width: 975px;
}
.pro .pro-gn li i {
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	line-height: 104px;
	font-size: 45px;
	color: #0283d7;
	display: table-cell;
	float:left;
	margin-right: 23px;
	text-align:center;
}
.pro .pro-gn li p {
	font-size: 18px;
	font-weight: bold;
	width: 405px;
	margin: 6px 0 10px 0;
}
.pro .pro-gn li span {
	color:#888;
	line-height: 26px;
	font-size: 16px;
	width: 405px;
	display: inline-block;
}
.pro .pro-gn-f {
	padding-bottom:20px;
}
.pro .pro-gn-f p.tit {
	font-size: 26px;
	color: #006ecc;
	border-bottom: 1px solid #238bdc;
	display: inline-block;
	line-height: 60px;
}
.pro .pro-gn-f li {
	float:left;
	width: 16.6%;
	margin-top: 40px;
	text-align:center;
}
.pro .pro-gn-f li i {
	border-radius: 50%;
	border: 1px solid #ccc;
	display: inline-block;
	width: 108px;
	height: 108px;
	line-height: 112px;
	font-size: 45px;
	color: #0283d7;
}
.pro .pro-gn-f li p {
	font-size: 18px;
	margin: 15px 0 10px 0;
}
.pro .fx li {
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
}
.pro .fx li span {
	color:#888;
	line-height: 24px;
	font-size: 16px;
}

@media (max-width: 768px) {
.pro {
	width: 100%;
	padding-bottom: 0px;
	padding: 0 15px;
	box-sizing: border-box;
}
.pro h2 {
	font-size: 32px;
	height: auto;
	line-height: 32px;
	color:#333;
	padding: 30px 0;
}
.pro .pro-jj {
	font-size: 16px;
	line-height: 30px;
	margin-top: 0px;
}
.pro .pro-jj img {
	max-width: 100%;
	height:auto;
}
.pro .pro-jj a {
	font-size: 16px;
}
.pro .pro-jj p.jtit {
	font-size: 22px;
	line-height: 40px;
}
.pro .pro-jj p {
	margin-bottom: 20px;
}
.pro .pro-gn {
	padding-bottom:20px;
}
.pro .pro-gn p.tit {
	font-size: 22px;
	line-height: 40px;
}
.pro .pro-gn ul {
	width: 100%;
}
.pro .pro-gn li {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-top: 20px;
	position: relative;
}
.pro .pro-gn li.nof {
	width: 100%;
	float: none;
	margin-top: 20px;
}
.pro .pro-gn li.nof p {
	width: auto;
}
.pro .pro-gn li.nof span {
	width: auto;
}
.pro .pro-gn li i {
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	line-height: 104px;
	font-size: 45px;
	color: #0283d7;
	float:none;
	margin-right: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.pro .pro-gn li p {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 122px;
}
.pro .pro-gn li span {
	color:#888;
	line-height: 26px;
	font-size: 16px;
	width: 100%;
	display: inline-block;
	padding-left: 122px;
	padding-top: 30px;
	box-sizing: border-box;
}
.pro .pro-gn-f {
	padding-bottom:35px;
}
.pro .pro-gn-f p.tit {
	font-size: 22px;
	line-height: 40px;
}
.pro .pro-gn-f ul {
	font-size: 0;
}
.pro .pro-gn-f li {
	width: 50%;
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
	float: none;
	text-align:center;
}
.pro .pro-gn-f li i {
	border-radius: 50%;
	border: 1px solid #ccc;
	display: inline-block;
	width: 108px;
	height: 108px;
	line-height: 112px;
	font-size: 45px;
	color: #0283d7;
	margin-right: 0;
}
.pro .pro-gn-f li p {
	font-size: 18px;
	margin: 15px 0 10px 0;
}
.pro .fx ul {
	font-size: 0;
}
.pro .fx li {
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	float: none;
	text-align:center;
	margin-top: 20px;
}
.pro .fx li span {
	color:#888;
	line-height: 24px;
	font-size: 16px;
}
}



#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: 20px;
	width: 630px;
	left: 50%;
	margin-left: -315px;
	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 8px 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;
}