﻿/* css reset */
html {
  min-width: 320px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-family: "宋体",
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: "宋体";
  min-width: 320px;
  position: relative;
  padding-top: 81px;
}
td, th, caption {
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
h4 {
  display: block;
  font-weight: bold;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
  transition: all .3s;
}
a:hover {
  color: #3399df;
}
img {
  border: none;
}
ol, ul, li {
  list-style: none;
}
input, textarea, select, button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
.header_m {
  padding: 10px;
  position: relative;
  box-sizing: border-box;
  display: none;
}
.header_m .logo {
  width: 80%;
}
.header_m .logo img {
  height: 60px;
}
.header_m .head_m .m_menu {
  width: 40px;
  float: right;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 10px;
}
.header_m .head_m .m_menu .icon_menu {
  display: block;
  height: 40px;
  width: 40px;
  float: right;
}
.header_m .head_m .m_menu a.icon_menu i {
  background: url(../images/icon_menu.png) no-repeat center;
  background-size: 100%;
}
.header_m .head_m .m_menu a i {
  display: block;
  height: 40px;
  width: 100%;
}
.m_menu_box {
  background: #eee;
  overflow: hidden;
  display: none;
}
.m_menu_box li {
  line-height: 44px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  overflow: hidden;
}
.m_menu_box li a {
  display: block;
  height: 44px;
  padding: 0 10px;
  color: #333;
}
.m_menu_box li .sub {
  background: #f8f8f8;
  padding-left: 20px;
  display: none;
  width: 100%;
}
.head {
  position: fixed;
  top: 0px;
  width: 100%;
  border-bottom: #e7e7e7 1px solid;
  background-color: #fff;
  z-index: 99;
}
.headWrap {
  width: 1200px;
  margin: 0px auto;
}
.headWrap .logo {
  float: left;
}
.headWrap .logo a {
  display: block;
}
.headWrap .logo img {
  display: block;
  height: 80px;
}
.headWrap .nav {
  float: right;
  margin-right: 40px;
}
.headWrap .nav a {
  display: block;
  width: 112px;
  float: left;
  line-height: 80px;
  font-size: 16px;
  text-align: center;
  border-right: #e7e7e7 1px solid;
}
.headWrap .nav a:last-child {
  color: #f00;
}
.headWrap .nav a.cur {
  background-color: #3399df;
  color: #fff;
}
.headWrap .nav a:hover {
  background-color: #3399df;
  color: #fff;
}
.fullSlide {
  position: relative;
  background: #000;
  margin: 0 auto;
}
.fullSlide .bd {
  position: relative;
  z-index: 0;
}
.fullSlide .bd li img {
  width: 100%;
  vertical-align: top;
}
.fullSlide .hd {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.fullSlide .hd ul {
  text-align: center;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 60px;
  height: 8px;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  background-color: #fff;
  opacity: .3;
}
.fullSlide .hd ul .on {
  opacity: .9;
}
.slideBox {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  display: none;
}
.slideBox .hd {
  position: absolute;
  width: 100%;
  height: 5px;
  line-height: 5px;
  bottom: 15px;
  z-index: 1;
}
.slideBox .hd ul {
  display: block;
  text-align: center;
}
.slideBox .hd li {
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #fff;
  opacity: .3;
  margin: 0 5px;
  text-indent: -1000px;
}
.slideBox .hd li.on {
  opacity: .9;
}
.slideBox .bd {
  position: relative;
  z-index: 0;
}
.slideBox .bd li {
  position: relative;
  text-align: center;
}
.slideBox .bd li img {
  background: url(../images/loading.gif) center center no-repeat;
  vertical-align: top;
  width: 100%; /* 图片宽度100%，达到自适应效果 */
}
.slideBox .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} /* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: left;
}
.sec {
  overflow: hidden;
}
.secWrap {
  width: 1200px;
  margin: 0px auto;
  padding: 40px 0px;
  overflow: hidden;
}
.secTxt1 {
  width: 820px;
  margin: 0px auto;
  text-align: center;
  padding: 20px 0px;
}
.secTxt1 .secTxt1Row1 {
  line-height: 45px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.secTxt1 .secTxt1Row1 span {
  font-weight: bold;
  text-shadow: 4px 4px 10px #aeaeae;
  letter-spacing: 3px;
}
.secTxt1 .secTxt1Row2 {
  line-height: 20px;
  font-size: 14px;
  color: #b9b9b9;
  margin-bottom: 20px;
}
.secTxt1 .secTxt1Row3 {
  line-height: 20px;
  font-size: 16px;
  color: #3356c6;
  margin-bottom: 10px;
}
.secTxt1 .secTxt1Row4 {
  line-height: 20px;
  font-size: 14px;
  color: #b2b2b2;
}
.onePic {
  overflow: hidden;
}
.onePic img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
}
.onePicFull {
  overflow: hidden;
}
.onePicFull img {
  width: 100%;
}
.secTit1 {
  margin-bottom: 20px;
  text-align: center;
  line-height: 20px;
}
.secTit1 .sTitEn {
  font-size: 14px;
  color: #b9b9b9;
}
.secTit1 .sTitCn {
  font-size: 16px;
  color: #666666;
}
.f5 {
  overflow: hidden;
}
.f5 .f5Cel {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
}
.f5 .f5Cel img {
  display: block;
  width: 100%;
}
.f5 .f5Cel .f5Txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.f5 .f5Cel .f5Txt table {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.f5 .f5Cel .f5Txt table tr td {
  font-size: 22px;
  line-height: 35px;
  color: #222222;
}
.f3 {
  width: 23%;
  float: left;
  margin-right: 2%;
}
.f3:nth-child(4n) {
  margin-right: 0px;
}
.f3ItemPic {
  overflow: hidden;
  width: 200px;
  max-width: 100%;
  box-sizing: border-box;
  background: url(../images/f3picbg.png) repeat;
  border: #0fb4ef 3px solid;
  margin: 0px auto;
  padding: 20px 10px 10px 10px;
}
.f3ItemPic img {
  display: block;
  margin: 0px auto 20px;
  max-width: 60%;
}
.f3ItemPic .f3ItemPicTxt1 {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #0fb4ef;
}
.f3ItemPic .f3ItemPicTxt2 {
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #0fb4ef;
  font-weight: bold;
}
.f3ItemTit {
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.f3ItemTxt {
  line-height: 25px;
  font-size: 14px;
  text-align: center;
}
.secBlue {
  background: url(../images/secbluebg.png) center center no-repeat;
  background-size: cover;
}
.secTit2 {
  margin-bottom: 20px;
  text-align: center;
}
.secTit2 .sTitCn {
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.secTit2 .sTitEn {
  line-height: 25px;
  font-size: 16px;
  color: #fff;
}
.secNav {
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.secNavWrap {
  display: inline-block;
  padding: 10px;
  border: #8cc3e4 1px solid;
  border-radius: 15px;
  text-align: center;
}
.secNavWrap span {
  color: #8cc3e4;
}
.secNavWrap a {
  display: inline-block;
  line-height: 25px;
  font-size: 14px;
  padding: 0px 10px;
  color: #8cc3e4;
}
.secNavWrap a:hover {
  color: #fff;
}
.slide2Wrap {
  width: 910px;
  margin: 0px auto;
}
.slideBox2 {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}
.slideBox2 .hd2 {
  position: absolute;
  width: 100%;
  height: 5px;
  line-height: 5px;
  bottom: 15px;
  z-index: 1;
}
.slideBox2 .hd2 ul {
  display: block;
  text-align: center;
}
.slideBox2 .hd2 li {
  display: inline-block;
  width: 20px;
  height: 5px;
  border-radius: 2px;
  background: #187ad1;
  opacity: .3;
  margin: 0 5px;
  text-indent: -1000px;
}
.slideBox2 .hd2 li.on {
  opacity: .9;
}
.slideBox2 .bd2 {
  position: relative;
  z-index: 0;
}
.slideBox2 .bd2 li {
  position: relative;
  text-align: center;
}
.slideBox2 .bd2 li img {
  background: url(../images/loading.gif) center center no-repeat;
  vertical-align: top;
  width: 100%; /* 图片宽度100%，达到自适应效果 */
}
.slideBox2 .bd2 li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} /* 去掉链接触摸高亮 */
.slideBox2 .bd2 li .tit {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: left;
}
.secTit3 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.secTit3 .sTitCn {
  display: inline-block;
  line-height: 40px;
}
.secTit3 .sTitCn .cel1 {
  font-size: 20px;
  color: #000000;
  padding: 0px 3px;
  font-weight: bold;
}
.secTit3 .sTitCn .cel2 {
  font-size: 16px;
  color: #000000;
  padding: 0px 3px;
}
.secTit3 .sTitCn .cel3 {
  font-size: 16px;
  color: #16909d;
  padding: 0px 3px;
}
.secTit3 .sTitPic {
  overflow: hidden;
}
.secTit3 .sTitPic img {
  display: block;
  margin: 0px auto;
}
.secTit3 .sTitCnS {
  line-height: 20px;
  padding: 5px 0px;
}
.caseHomeList {
  overflow: hidden;
}
.caseHomeItem {
  width: 582px;
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
}
.caseHomeItem:nth-child(4n) {
  margin-right: 0px;
}
.caseHomeItem .caseHomePic {
  overflow: hidden;
}
.caseHomeItem .caseHomePic img {
  display: block;
  width: 100%;
}
.caseHomeItem .caseHomeTit {
  height: 40px;
  overflow: hidden;
  position: relative;
}
.caseHomeItem .caseHomeTit .titHomeLink {
  display: block;
  height: 40px;
  line-height: 40px;
  /*margin-right: 60px;*/
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseHomeBtn {
  position: absolute;
  height: 20px;
  right: 5px;
  top: 10px;
}
.caseHomeBtn a {
  float: left;
  margin-left: 5px;
}
.secGray {
  background-color: #eeeeee;
}
.wrapProcessTit {
  padding: 10px 0px;
}
.secTit4 {
  overflow: hidden;
  text-align: center;
  color: #000;
}
.secTit4 .sTitCn {
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
}
.secTit4 .sTitCnS {
  line-height: 30px;
  font-size: 14px;
  background: url(../images/tit4bg.png) center center no-repeat;
}
.processList {
  overflow: hidden;
}
.processList .processItem {
  position: relative;
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}
.processList .processItem .processItemNum {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #e26d16;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  font-family: "宋体";
}
.processItemTxt {
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  margin-left: 25px;
  background-color: #fff;
  padding: 15px 5px 15px 30px;
}
.secBlue2 {
  background-color: #3356c6;
}
.arc3 {
  width: 32%;
  float: left;
  margin-right: 2%;
  box-sizing: border-box;
  padding: 0px 10px;
}
.arc3:nth-child(3n) {
  margin-right: 0px;
}
.arc3 .arc3Item {
  line-height: 30px;
}
.arc3 .arc3Item a {
  display: block;
  position: relative;
}
.arc3 .arc3Item .arc3Tit {
  display: block;
  line-height: 35px;
  padding: 0px 40px 0px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.arc3 .arc3Item .arc3Num {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background-color: #ff3366;
}
.arc3 .arc3Item:nth-child(n+4) .arc3Num {
  background-color: #6699cc;
}
.arc3 .arc3Item:nth-child(n+7) .arc3Num {
  background-color: #666666;
}
.arc3 .arc3Item .arc3Date {
  position: absolute;
  font-size: 12px;
  color: #999999;
  top: 0px;
  right: 0px;
}
.customList {
  overflow: hidden;
}
.customList .customItem {
  width: 20%;
  float: left;
  box-sizing: border-box;
  border-top: #e6e6e6 1px solid;
  border-right: #e6e6e6 1px solid;
  border-bottom: #e6e6e6 1px solid;
}
.customList .customItem:nth-child(5n+1) {
  border-left: #e6e6e6 1px solid;
}
.customList .customItem:nth-child(1n+6) {
  border-top: none;
}
.customList .customItem img {
  display: block;
  width: 100%;
}
.footer {
  background-color: #333;
}
.footer .footerWrap {
  width: 1200px;
  margin: 0px auto;
  padding: 20px 0px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.kf {
  width: 53px;
  height: 210px;
  position: fixed;
  right: 20px;
  top: 300px;
  z-index: 99;
}
.caseIndexTit {
  overflow: hidden;
  margin-bottom: 30px;
}
.caseIndexTit .caseTitEn {
  line-height: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  color: #2db1bd;
}
.caseIndexTit .caseTitCn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  background: url(../images/bg1.png) left center repeat-x;
}
.caseIndexTit .caseTitCn span {
  display: inline-block;
  padding: 0px 10px;
  background: url(../images/bg2.png) center bottom no-repeat #fff;
}
.caseList {
  overflow: hidden;
}
.caseItem {
  width: 291px;
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
}
.caseItem:nth-child(4n) {
  margin-right: 0px;
}
.caseItem .casePic {
  overflow: hidden;
}
.caseItem .casePic img {
  display: block;
  width: 100%;
}
.caseItem .caseTit {
  height: 40px;
  overflow: hidden;
  position: relative;
}
.caseItem .caseTit .titLink {
  display: block;
  height: 40px;
  line-height: 40px;
  /*margin-right: 60px;*/
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseBtn {
  position: absolute;
  height: 20px;
  right: 5px;
  top: 10px;
}
.caseBtn a {
  float: left;
  margin-left: 5px;
}
.listPage {
  MARGIN: 0px auto 0px;
  WIDTH: 100%;
  PADDING: 20px 0px;
  TEXT-ALIGN: center
}
.listPage a, .listPage span {
  BORDER-RIGHT: #2eafbb 1px solid;
  PADDING-RIGHT: 8px ! important;
  BORDER-TOP: #2eafbb 1px solid;
  PADDING-LEFT: 8px ! important;
  PADDING-BOTTOM: 4px ! important;
  MARGIN: 2px;
  BORDER-LEFT: #2eafbb 1px solid;
  COLOR: #2eafbb;
  PADDING-TOP: 4px ! important;
  BORDER-BOTTOM: #2eafbb 1px solid;
  TEXT-DECORATION: none ! important;
  font-size: 12px;
}
.listPage span.page_nowindex {
  background-color: #2eafbb;
  border-color: #2eafbb;
  color: #fff;
}
.caseTable {
  overflow: hidden;
  width: 48%;
  float: left;
}
.caseTable:first-child {
  margin-right: 2%;
}
.caseTableTit {
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #00c0ef;
}
.caseTableRow {
  overflow: hidden;
  line-height: 40px;
  box-sizing: border-box;
  border-left: #dddddd 1px solid;
  border-bottom: #dddddd 1px solid;
}
.caseTableRow:nth-child(odd) {
  background-color: #f9f9f9;
}
.caseTableRow span {
  display: block;
  float: left;
  box-sizing: border-box;
  border-right: #dddddd 1px solid;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  padding: 0px 5px;
}
.caseTableRow span.caseTableCel1 {
  width: 22%;
}
.caseTableRow span.caseTableCel2 {
  width: 26%;
}
.caseTableRow span.caseTableCel3 {
  width: 13%;
}
.caseTableRow span.caseTableCel4 {
  width: 13%;
}
.caseTableRow span.caseTableCel5 {
  width: 26%;
}
.colorRed {
  color: #ff0000;
}
.position {
  line-height: 40px;
  color: #999999;
  padding-left: 20px;
  background: url(../images/ico3.png) 3px 14px no-repeat;
  border-bottom: #f7f7f7 1px solid;
  margin-bottom: 20px;
}
.position a {
  color: #999999;
  line-height: 40px;
}
.caseBody {
  overflow: hidden;
}
.caseType {
  line-height: 30px;
  font-size: 14px;
  color: #2eafbb;
}
.caseTit {
  line-height: 30px;
  font-size: 18px;
  color: #333333;
}
.caseInfo {
  line-height: 30px;
  font-size: 12px;
  color: #999999;
  margin-bottom: 10px;
}
.caseMain {
  line-height: 180%;
}
.caseMain img {
  max-width: 100%;
}
.newsNav {
  overflow: hidden;
  margin-bottom: 20px;
}
.newsNav a {
  display: block;
  width: 23.8%;
  float: left;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-right: 1.6%;
}
.newsNav a:nth-child(4n) {
  margin-right: 0px;
}
.newsNav a:nth-child(1) {
  background-color: #68c9d2;
}
.newsNav a:nth-child(2) {
  background-color: #87a2db;
}
.newsNav a:nth-child(3) {
  background-color: #aecc6b;
}
.newsNav a:nth-child(4) {
  background-color: #e48583;
}
.newsNav a:nth-child(5) {
  background-color: #5ab3e7;
}
.newsLeft {
  width: 240px;
  float: left;
  margin-right: 20px;
}
.newsLeft a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  padding: 0px 20px;
  border-left: #e6e6e6 1px solid;
  border-bottom: #e6e6e6 1px solid;
  border-right: #e6e6e6 1px solid;
}
.newsLeft a:first-child {
  border-top: #e6e6e6 1px solid;
}
.newsLeft a.cur {
  background-color: #009fd9;
  color: #fff;
}
.newsRight {
  width: 1200px;
  float: left;
}
.newsList {
  overflow: hidden;
}
.newsListItem {
  border: #e6e6e6 1px solid;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
}
.newsListItemPic {
  width: 190px;
  height: 100px;
  float: left;
  box-sizing: border-box;
  border-right: #e6e6e6 1px solid;
  padding-right: 10px;
}
.newsListItemPic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0px auto;
}
.newsListItemRight {
  margin-left: 210px;
}
.newsListItemRight .newsListItemTit {
  line-height: 25px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsListItemRight .newsListItemDes {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
}
.newsListItemRight .newsListItemInfo {
  line-height: 20px;
  font-size: 12px;
  color: #9c9c9c;
  padding-left: 20px;
  background: url(../images/ico4.png) left center no-repeat;
}
.newsListItemRight .newsListItemInfo a {
  float: right;
  color: #009fd9;
}
.newsTit {
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #33495e;
}
.newsTit h1 {
  font-size: 20px;
}
.newsInfo {
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.newsMain {
  line-height: 180%;
}
.newsMain p {
  margin-bottom: 8px;
  text-indent: 2rem;
}
.newsMain .pic_center{text-indent: 0;text-align: center;}

.newsMain img {
  max-width: 100%;
}
.funcTit {
  line-height: 20px;
  font-size: 18px;
  color: #141a24;
  border-left: #108cee 4px solid;
  padding-left: 10px;
  margin-bottom: 30px;
}
.funcList {
  overflow: hidden;
}
.funcItem {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}
.funcItem:nth-child(2n) {
  margin-right: 0px;
}
.funcItemPic {
  width: 70px;
  height: 70px;
  float: left;
}
.funcItemRight {
  margin-left: 90px;
}
.funcItemName {
  line-height: 30px;
  font-size: 16px;
  color: #141a24;
  margin-bottom: 5px;
}
.funcItemTxt {
  line-height: 18px;
  font-size: 12px;
  color: #666666;
  height: 54px;
  overflow: hidden;
}
.funcBody {
  overflow: hidden;
  padding: 40px 15px;
  line-height: 180%;
}
.funcBody img {
  max-width: 100%;
}
.funcList2 {
  overflow: hidden;
}
.funcList2Item {
  width: 23.8%;
  float: left;
  margin-right: 1.6%;
  box-sizing: border-box;
  border: #e6e6e6 1px solid;
  padding: 10px;
}
.funcList2Item:nth-child(4n) {
  margin-right: 0px;
}
.funcList2Pic {
  overflow: hidden;
}
.funcList2Pic img {
  display: block;
  width: 100%;
}
.funcList2Tit {
  line-height: 35px;
  text-align: center;
  color: #141a24
}
.footdb{background:#303030; display:-webkit-box; width:100%; margin-top:6px; background-size:9px 128px; position: fixed; z-index: 110;bottom: 0;left: 0;display: none;}
.footdb a{-webkit-box-flex: 1;display: -webkit-box; color:#fff;float: left;width: 33.33%;}
.footdb span{width:74px; display:block; margin:0 auto; text-align:right; color:#fff; height:35px;padding-top: 10px; margin-top: 10px;}
.footdb span.span1{background:url(../images/a1.png) 10px 6px no-repeat; background-size:23px 27px;}
.footdb span.span2{background:url(../images/a2.png) 10px 4px no-repeat; background-size:23px 27px;}
.footdb span.span3{background:url(../images/a3.png) 10px 6px no-repeat; background-size:23px 27px;}
@media (max-width: 1200px) {
  .headWrap {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .headWrap .nav {
    margin-right: 20px;
  }
  .secWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px;
  }
  .caseHomeItem {
    width: 23%;
    margin-right: 2%;
  }
  .caseItem {
    width: 23%;
    margin-right: 2%;
  }
  .footer .footerWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .newsLeft {
    width: 25%;
    margin-right: 2%;
  }
  .newsRight {
    width: 73%;
  }
  .f5 .f5Cel .f5Txt table tr td {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1100px) {
  .processList .processItem {
    width: 33.3333%;
  }
}
@media (max-width: 1100px) {
  .f5 .f5Cel .f5Txt table tr td {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 950px) {
  .slide2Wrap {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .secTxt1 {
    width: 100%;
  }
  .caseHomeItem {
    width: 32%;
    margin-right: 2%;
  }
  .caseHomeItem:nth-child(4n) {
    margin-right: 2%;
  }
  .caseHomeItem:nth-child(3n) {
    margin-right: 0px;
  }
  .caseItem {
    width: 32%;
    margin-right: 2%;
  }
  .caseItem:nth-child(4n) {
    margin-right: 2%;
  }
  .caseItem:nth-child(3n) {
    margin-right: 0px;
  }
  .processList .processItem {
    width: 50%;
  }
  .caseTable {
    width: 100%;
    margin-bottom: 20px;
  }
  .caseTable:first-child {
    margin-right: 0;
  }
  .newsNav a {
    font-size: 16px;
  }
  .f5 .f5Cel .f5Txt table tr td {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 800px) {
  body {
    padding-top: 0px;
  }
  .header_m {
    display: block;
  }
  .head {
    display: none;
  }
  .fullSlide {
    display: none;
  }
  .slideBox {
    display: block;
  }
  .secWrap {
    padding: 20px;
  }
  .arc3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .arc3:nth-child(3) {
    margin-bottom: 0px;
  }
  .kf {
    display: none;
  }
  .newsListItemPic {
    width: 120px;
  }
  .newsListItemRight {
    margin-left: 140px;
  }
  .f5 .f5Cel .f5Txt table tr td {
    font-size: 14px;
    line-height: 20px;
  }
	.footdb{display: block;}
	.footer{margin-bottom: 50px;}
}
@media (max-width: 720px) {
  .caseHomeItem {
    width: 49%;
    margin-right: 2%;
  }
  .caseHomeItem:nth-child(3n) {
    margin-right: 2%;
  }
  .caseHomeItem:nth-child(2n) {
    margin-right: 0px;
  }
  .caseItem {
    width: 49%;
    margin-right: 2%;
  }
  .caseItem:nth-child(3n) {
    margin-right: 2%;
  }
  .caseItem:nth-child(2n) {
    margin-right: 0px;
  }
  .secTit3 {
    margin-bottom: 20px;
  }
  .customList .customItem {
    width: 33.3333%;
  }
  .customList .customItem:nth-child(5n+1) {
    border-left: none;
  }
  .customList .customItem:nth-child(1n+4) {
    border-top: none;
  }
  .customList .customItem:nth-child(3n+1) {
    border-left: #e6e6e6 1px solid;
  }
  .funcItem {
    width: 100%;
    margin-right: 0px;
    float: none;
  }
  .funcList2Item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .funcList2Item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 640px) {
  .newsLeft {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .newsRight {
    width: 100%;
    float: none;
  }
  .f5 .f5Cel .f5Txt table tr td {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 580px) {
  .processList .processItem {
    width: 50%;
  }
  .processItemTxt {
    height: 70px;
  }
}
@media (max-width: 480px) {
  .header_m .logo img {
    height: 40px;
  }
  .secWrap {
    padding: 20px 10px;
  }
  .f3 {
    width: 48%;
    margin-bottom: 40px;
  }
  .secNav {
    margin-bottom: 20px;
  }
  .secNavWrap {
    padding: 5px;
  }
  .caseHomeItem {
    width: 50%;
    margin-right: 0;
    height: 145px;
  }
  .caseHomeItem:nth-child(3n) {
    margin-right: 0;
  }
  .caseItem {
    width: 100%;
    margin-right: 0;
  }
  .caseItem:nth-child(3n) {
    margin-right: 0;
  }
  .secTit4 .sTitCn {
    font-size: 20px;
  }
  .secTit4 .sTitCnS {
    font-size: 12px;
  }
  .newsNav a {
    font-size: 14px;
  }
}
.flink a {
  margin-right: 10px;
}
.footnav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.footnav li {
  width: 24.98%;
  float: left;
  background: #21a7f1;
  text-align: center;
  padding: 5px 0;
}
.footnav li:hover, .footnav .on {
  background: #158bcc;
}
.footnav li img {
  width: 22px;
  height: 22px;
}
.footnav li p {
  color: #fff;
  margin-top: 5px;
}