@charset "utf-8";
/* Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
  padding: 0;
  margin: 0;
}
table {
  /*border-collapse: collapse; border-spacing: 0; */
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-weight: normal;
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
body,
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
}
body {
  color: #747474;
  font: 12px/20px "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  cursor: default;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #e43238;
}
.clearbox {
  border: none;
  border-top: 1px solid transparent !important;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin-top: -1px !important;
  visibility: hidden;
}
.blank {
  display: block;
  height: 0;
  font-size: 0px;
  line-height: 0;
  overflow: hidden;
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* * html .clearfix{height:1%;}
*+html .clearfix{min-height:1%;} */
.clear {
  clear: both;
}
/*清除浮动*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*清除浮动*/
.hide {
  display: none;
}
.show {
  display: block;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.block {
  width: 1200px;
  margin: 0 auto;
}
#marginright a,
li#marginright,
#marginright {
  margin-right: 0;
}
/* banner */
#banner_bg {
  position: fixed;
  z-index: 1;
  width: 100%;
}
#banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .hd {
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 48%;
  bottom: 20px;
  z-index: 1;
  display: none;
}
#banner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
#banner .hd ul li {
  float: left;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 7px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
#banner .hd ul li.on {
  background: #f00;
  color: #fff;
}
#banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
#banner .bd li {
  zoom: 1;
  vertical-align: middle;
}
#banner .bd img {
  width: 100%;
  display: block;
  min-height: 525px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
#banner .prev,
#banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  transition: all ease-out 0.3s;
  z-index: 999;
}
#banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
#banner .prev:hover,
#banner .next:hover {
  background-color: #03d522;
}
#banner .prevStop {
  display: none;
}
#banner .nextStop {
  display: none;
}
/* nav */
#iheader,
#header {
  width: 100%;
  padding-top: 50px;
  background: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all ease 0.3s;
}
#iheader .block,
#header .block {
  width: 1190px;
  padding-left: 10px;
}
#iheader #logo,
#header #logo {
  height: 50px;
}
#iheader #logo,
#header #logo {
  float: left;
  margin-right: 148px;
}
#iheader #tel,
#header #tel {
  height: 19px;
}
#iheader #tel img,
#header #tel img {
  margin-top: 50px;
}
#iheader #nav,
#header #nav {
  padding-top: 50px;
  width: 100px;
}
#iheader #nav li,
#header #nav li {
  height: 40px;
}
#iheader #nav li a,
#header #nav li a {
  color: #8d8d8d;
  font-size: 16px;
  transition: all ease-out 0.3s;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: block;
}
#iheader #nav li a p,
#header #nav li a p {
  margin-top: 0;
  transition: all ease-out 0.3s;
}
#iheader #nav li a p,
#header #nav li a p,
#iheader #nav li a span,
#header #nav li a span {
  line-height: 20px;
  height: 20px;
  display: block;
}
#iheader #nav li.active a,
#header #nav li.active a,
#iheader #nav li a:hover,
#header #nav li a:hover {
  color: #fff;
}
#iheader #nav li.active a p,
#header #nav li.active a p,
#iheader #nav li a:hover p,
#header #nav li a:hover p {
  margin-top: -20px;
}
#iheader.fixed,
#header.fixed {
  background: #000;
  height: 50px;
  padding: 39px 0;
  width: 100%;
}
#iheader.fixed #nav,
#header.fixed #nav {
  float: left;
  padding-top: 5px;
  width: auto;
}
#iheader.fixed #nav li,
#header.fixed #nav li {
  float: left;
  height: 20px;
  padding: 10px 0;
}
#iheader.fixed #nav li a,
#header.fixed #nav li a {
  padding: 0 20px;
}
#iheader.fixed #tel,
#header.fixed #tel {
  float: right;
}
#iheader.fixed #tel img,
#header.fixed #tel img {
  float: left;
  margin-top: 15px;
}
#header_xg {
  width: 100%;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all ease 0.3s;
  padding: 39px 0;
}
#header_xg .block {
  width: 1190px;
  padding-left: 10px;
}
#header_xg #tel {
  height: 19px;
  float: right;
}
#header_xg #tel img {
  margin-top: 50px;
  float: left;
  margin-top: 15px;
}
#header_xg #nav {
  float: left;
  padding-top: 5px;
  width: auto;
}
#header_xg #nav li {
  height: 40px;
  float: left;
  height: 20px;
  padding: 10px 0;
}
#header_xg #nav li a {
  color: #8d8d8d;
  font-size: 16px;
  transition: all ease-out 0.3s;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0 20px;
  text-align: center;
}
#header_xg #nav li a p {
  margin-top: 0;
  transition: all ease-out 0.3s;
}
#header_xg #nav li a span,
#header_xg #nav li a p {
  line-height: 20px;
  height: 20px;
  display: block;
  color: #fff;
}
#header_xg #nav li.active a,
#header_xg #nav li a:hover {
  color: #fff;
}
#header_xg #nav li.active a p,
#header_xg #nav li a:hover p {
  margin-top: -20px;
}
#header_xg #logo {
  height: 50px;
  float: left;
  margin-right: 148px;
}
#header_xg.fixed {
  background: #000;
  position: fixed;
  padding: 20px 0;
}
#header.top-128 {
  top: -128px;
}
#header.top-0 {
  top: 0;
}
#nav li.dropdown {
  position: relative;
}
#nav .dropdown-menu {
  opacity: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  top: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  visibility: hidden;
}
#nav .dropdown-menu li {
  float: none;
  width: 100%;
}
#nav .dropdown-menu li a {
  padding: 0 !important;
}
#nav li.dropdown:hover .dropdown-menu {
  /*visibility: visible; opacity: 1; top:39px;*/
}
#indexbox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 700px;
  z-index: 2;
  background: #FFF;
}
#iservice {
  height: 445px;
  background: #f1f1f1;
  position: relative;
  border-top: 1px solid #FFF;
}
#iservice h3 {
  text-align: center;
  height: 164px;
  position: relative;
}
#iservice .block {
  width: 960px;
  margin: 0 auto;
  height: 329px;
  position: relative;
}
#iservice .imgsBox {
  width: 571px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#iservice .imgs {
  width: 9999px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#iservice .imgs img {
  width: 571px;
  float: left;
  height: 329px;
}
#iservice .imgs img.i_service_2 {
  width: 500px;
  height: 329px;
  padding: 0 35px 0 36px;
}
#iservice .imgs img.i_service_3 {
  width: 504px;
  height: 328px;
  margin: 0 33px 0 34px;
}
#iservice .btns {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 320px;
}
#iservice .btns li {
  height: 46px;
  overflow: hidden;
  cursor: pointer;
  background: none;
  transition: height 0.3s;
}
#iservice .btns li h5 {
  font-size: 23px;
  color: #c4c4c4;
  line-height: 50px;
  font-weight: normal;
  height: 50px;
}
#iservice .btns li p {
  font-size: 12px;
  color: #656565;
  line-height: 16px;
}
#iservice .btns li.on {
  background: url(img/btns_li_bg.png) left bottom no-repeat;
  height: 120px;
}
#iservice .btns li.on h5 {
  color: #000;
}
#icase {
  margin-top: 147px;
}
#icase h3 {
  text-align: center;
  height: 70px;
}
.logo_list {
  width: 1080px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.logo_list .hd {
  position: relative;
}
.logo_list .hd .prev,
.logo_list .hd .next {
  display: block;
  position: absolute;
  width: 30px;
  height: 36px;
  float: right;
  margin-top: 15px;
  overflow: hidden;
  cursor: pointer;
  background: url(img/icase_left.png) left no-repeat;
  transition: all ease-out 0.2s;
}
.logo_list .hd .next {
  background: url(img/icase_right.png) right no-repeat;
  left: auto;
  right: 0;
}
.logo_list .hd .prev:hover {
  left: 5px;
}
.logo_list .hd .next:hover {
  right: 5px;
}
.logo_list .hd .prevStop {
  display: none;
}
.logo_list .hd .nextStop {
  display: none;
}
.logo_list .hd ul,
.logo_list .hd span {
  display: none;
}
.logo_list .bd {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
.logo_list .bd ul {
  overflow: hidden;
  zoom: 1;
}
.logo_list .bd ul li {
  width: 163px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.icase_list {
  width: 1518px;
  margin: 0 auto;
  margin-top: 56px;
}
.icase_list .icase_list_box {
  width: 494px;
  height: 338px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  float: left;
  margin-right: 18px;
  margin-bottom: 23px;
}
.icase_list .icase_list_box a {
  width: 494px;
  height: 338px;
  position: relative;
  display: block;
}
.icase_list .icase_list_box a img {
  width: 494px;
  height: 298px;
  transition: all ease-out 0.3s;
}
.icase_list .icase_list_box span {
  width: 494px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  transition: all ease-out 0.3s;
  color: #666;
}
.icase_list .icase_list_box a:hover span {
  display: block;
  color: #d70000;
  line-height: 50px;
}
.icase_list .icase_list_box a:hover img {
  transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
.icase_list .icase_list_box .pic {
  width: 494px;
  height: 298px;
  overflow: hidden;
}
.icase_list .icase_list_box:nth-child(3n) {
  margin-right: 0;
}
.more {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.more a {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 30px;
  color: #cdcdcd;
  display: block;
  font-size: 24px;
  height: 52px;
  line-height: 52px;
  text-indent: 0px;
  transition: all 0.3s ease-out 0s;
  width: 310px;
  margin-top: 46px;
  text-align: center;
}
.more a:hover {
  background: #6198d8;
  color: #FFF;
  border: 1px solid #6198d8;
}
#iabout {
  margin-top: 79px;
  background: #efefef;
  height: 553px;
  width: 100%;
}
#iabout h3 {
  text-align: center;
  height: 80px;
  padding-top: 75px;
}
#iabout img {
  margin: 0 auto;
  display: block;
}
#iabout p {
  width: 770px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #555;
  padding-top: 33px;
}
.iaboutmore a {
  background: #e0e0e0;
  color: #FFF;
  border: 1px solid #ffffff;
  margin-top: 40px;
}
.iaboutmore a:hover {
  background: #fff;
  color: #cdcdcd;
  border: 1px solid #cdcdcd;
  background: #6198d8;
  color: #FFF;
  border: 1px solid #6198d8;
}
.inewsbox {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#inews {
  height: 485px;
  width: 1200px;
}
#inews h3 {
  text-align: center;
  height: 80px;
  padding-top: 67px;
}
#inews li {
  width: 340px;
  height: 240px;
  margin-right: 90px;
  float: left;
}
#inews li a {
  width: 340px;
  height: 240px;
  display: block;
  cursor: pointer;
}
#inews li h5 {
  font-size: 16px;
  color: #000;
}
#inews li span {
  color: #c5c5c5;
  line-height: 48px;
  height: 57px;
  display: block;
}
#inews li i {
  border-bottom: 2px solid #707070;
  width: 22px;
  display: block;
  height: 0;
  transition: width 0.8s;
}
#inews li p {
  line-height: 22px;
  color: #939393;
  padding-top: 25px;
}
#inews li a:hover i {
  border-bottom: 2px solid #d70000;
  width: 100%;
}
#inews li#marginright {
  margin-right: 0;
}
.inewsbox .inewbox_hd {
  position: relative;
  height: 0;
}
.inewsbox .inewbox_hd a {
  text-align: center;
}
.inewsbox .inewbox_hd img {
  padding-top: 13px;
}
.inewsbox .inewbox_hd .prev,
.inewsbox .inewbox_hd .next {
  position: absolute;
  left: -60px;
  top: 200px;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-out 0.3s;
  background: #e0e0e0;
  border-radius: 20px;
  z-index: 100;
}
.inewsbox .inewbox_hd .next {
  right: -60px;
  left: auto;
}
.inewsbox .inewbox_hd a:hover {
  background: #6198d8;
}
.inewsbox .inewbox_hd .nextStop {
  display: none;
}
#icontact {
  background: url(img/i_contact_pic.jpg);
  height: 410px;
  width: 100%;
  background-size: 100% 410px;
  -moz-background-size: 100% 410px;
  background-repeat: no-repeat;
}
#icontact h3 {
  text-align: center;
  height: 52px;
  padding-top: 74px;
  border-bottom: 1px solid #464646;
  width: 436px;
  margin: 0 auto;
}
#icontact p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  padding-top: 20px;
}
#icontact ul {
  width: 92px;
  margin: 0 auto;
  margin-top: 20px;
  height: 36px;
}
#icontact li a {
  width: 36px;
  display: block;
  height: 24px;
  padding: 5px 0;
  cursor: pointer;
  background: #5e5e5e;
  border: 1px solid #8b8b8b;
  border-radius: 18px;
  float: left;
  text-align: center;
  margin: 0 4px;
}
#icontact li a:hover {
  background: #999;
}
#icontact p.icopyright {
  font-size: 12px;
  color: #CCC;
  text-align: center;
}
#icontact p.icopyright a {
  color: #CCC;
}
#icontact p.link_footer {
  font-size: 12px;
  color: #CCC;
  text-align: center;
}
#icontact p.link_footer a {
  color: #CCC;
}
#fixed_weixin {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  z-index: 100;
  display: none;
}
#fixed_weixin .fixed-container {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  width: 220px;
  height: auto;
  padding: 20px 20px 0 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -140px;
}
#fixed_weixin .fixed-container p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #000;
}
#fixed_weixin .fixed-container img {
  width: 220px;
  height: 220px;
}
.backTop {
  opacity: 0;
  width: 54px;
  height: 54px;
  position: fixed;
  right: 35px;
  bottom: -54px;
  z-index: 100;
}
.backTop img {
  position: absolute;
  left: 0;
  top: 0;
}
/* 新闻中心 */
#news {
  width: 1200px;
  margin: 0 auto;
  margin-top: 128px;
  position: relative;
}
#news .cat_title {
  padding: 70px 0 85px 0;
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-align: center;
}
.news_list_box {
  width: 365px;
  height: 380px;
  display: block;
  float: left;
  margin-right: 52px;
  margin-bottom: 108px;
}
.news_list_box:nth-child(3n) {
  margin-right: 0;
}
.news_list_box a {
  width: 365px;
  height: 380px;
  display: block;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.news_list_box .time {
  padding-left: 30px;
  height: 12px;
  width: 60px;
  float: left;
  line-height: 12px;
  margin-top: 60px;
  margin-left: -38px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* Internet Explorer */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.news_list_box span {
  font-size: 120px;
  display: block;
  height: 120px;
  line-height: 120px;
}
.news_list_box h4 {
  line-height: 34px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list_box .fl {
  width: 315px;
  margin-left: -40px;
}
.news_list_box p {
  padding-top: 90px;
  color: #777777;
  line-height: 20px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news_list_box .txt {
  border-left: 1px solid #c6c6c6;
  margin-top: 33px;
  padding-left: 22px;
  height: 270px;
  position: relative;
}
.news_list_box .txt .newsmore {
  width: 28px;
  height: 11px;
  display: block;
  padding: 5px 0 12px 0;
  position: absolute;
  left: 20px;
  top: auto;
  bottom: 6px;
  border: 1px solid #ababab;
  border-radius: 50%;
  transition: all ease-out 0.3s;
  text-align: center;
}
.news_list_box a:hover .newsmore {
  width: 24px;
  padding: 5px 0 12px 4px;
  left: 150px;
}
#footer {
  background: #000;
  height: 170px;
  width: 100%;
  padding-top: 90px;
  margin-top: 90px;
}
#footer ul {
  width: 92px;
  margin: 0 auto;
  margin-top: 20px;
  height: 36px;
}
#footer li a {
  width: 36px;
  display: block;
  height: 24px;
  padding: 5px 0;
  cursor: pointer;
  background: #000;
  border: 1px solid #8b8b8b;
  border-radius: 18px;
  float: left;
  text-align: center;
  margin: 0 4px;
}
#footer li a:hover {
  background: #999;
}
#footer p.icopyright {
  font-size: 12px;
  color: #858585;
  text-align: center;
  line-height: 60px;
}
#case {
  width: 1518px;
  margin: 0 auto;
  margin-top: 128px;
  position: relative;
  overflow: hidden;
}
#case .cat_title {
  padding: 80px 0 33px 0;
  text-align: center;
}
#case .cat_list {
  height: 36px;
  margin: 0 auto;
  text-align: center;
}
#case .icase_list {
  margin-top: 70px;
  text-align: center;
}
#case .cat_list a {
  font-size: 16px;
  padding: 0 35px;
  line-height: 36px;
  display: inline-block;
  color: #c7c7c7;
  transition: all ease-out 0.3s;
  background: none;
  border-radius: 18px;
  margin: 0 5px;
}
#case .cat_list a.active,
#case .cat_list a:hover {
  background: #8d8d8d;
  color: #FFF;
}
.case_con {
  padding-top: 50px;
}
.case_con_left {
  width: 1118px;
  float: left;
}
.case_con_left img {
  width: auto;
  max-width: 1118px;
  display: block;
  margin: 0 auto;
}
.case_con_right {
  width: 343px;
  float: right;
}
.case_con_right h1 {
  font-size: 24px;
  line-height: 91px;
  border-bottom: 1px solid #e0e0e0;
  color: #000;
}
.case_con_right .case_info {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}
.case_con_right .case_info span {
  color: #000;
  line-height: 20px;
  display: block;
}
.case_con_right .case_info_but a {
  padding: 18px 0;
  display: block;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #009CFF;
  font-size: 14px;
  transition: all ease 0.3s;
}
.case_con_right .case_info_but a:hover {
  background: #02b2ed;
}
.case_con_right p {
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid #e0e0e0;
  color: #7c7c7c;
  padding: 23px 0 27px 0;
}
.case_con_right li {
  width: 166px;
  height: 139.6px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.case_con_right li:nth-child(3n) {
  margin-right: 10px;
}
.case_con_right li:nth-child(2n) {
  margin-right: 0 !important;
}
.case_con_right li img {
  width: 166px;
  display: block;
}
.case_con_right li a {
  width: 166px;
  height: 139.6px;
  display: block;
  cursor: pointer;
  line-height: 40px;
  font-size: 14px;
}
.case_con_right .next_pre {
  padding: 0 0 32px 0;
  width: 64px;
  float: right;
  height: 28px;
  text-indent: -9999em;
}
.next_pre span a {
  width: 28px;
  height: 28px;
  display: block;
  border: 1px solid #ababab;
  border-radius: 50%;
  transition: all ease-out 0.3s;
  text-indent: -9999em;
  float: left;
}
.next_pre span.next a {
  background: url(img/icon_right.jpg) center center no-repeat;
  margin-left: 4px;
}
.next_pre span.pre a {
  background: url(img/icon_left.jpg) center center no-repeat;
}
.next_pre span a:hover {
  background-position: 9px 9px;
}
#about {
  margin-top: 128px;
  position: relative;
}
#about .cat_title {
  padding: 80px 0 0 0;
  width: 1200px;
  margin: 0 auto;
}
.about_info {
  width: 1200px;
  margin: 0 auto;
}
.about_info .fl {
  float: left;
  width: 530px;
  color: #555;
  padding-top: 32px;
}
.about_info .fl h3 {
  font-size: 16px;
  line-height: 46px;
}
.about_info .fl p,
.about_team .fr p {
  font-size: 14px;
  line-height: 24px;
}
.about_info .fr {
  float: right;
  position: relative;
  z-index: 9;
}
.about_team {
  background: #f4f4f4;
  margin-top: -36px;
  padding: 80px 0 60px 0;
}
.about_team .fr {
  width: 522px;
}
.about_team .fr p {
  padding-top: 20px;
}
.about_history {
  width: 1200px;
  margin: 0 auto;
}
.about_history h3 {
  padding: 70px  0 80px 0;
}
.about_history_con .hd {
  background: url(img/line_history.jpg) bottom center no-repeat;
}
.about_history_con .hd li {
  float: left;
  margin-bottom: -10px;
  text-align: center;
}
.about_history_con .hd li.history_2010 {
  text-align: left;
}
.about_history_con .hd li.history_2016 {
  text-align: right;
}
.about_history_con .bd li {
  float: left;
  padding: 20px 10px 0 10px;
  font-size: 14px;
  color: #555;
  line-height: 22px;
  text-align: left;
}
.about_history_con .bd li.history_2016 {
  text-align: right;
}
.history_2010 {
  width: 100px;
}
.history_2011 {
  width: 200px;
}
.history_2012 {
  width: 200px;
}
.history_2013 {
  width: 200px;
}
.history_2014 {
  width: 200px;
}
.history_2015 {
  width: 200px;
}
.history_2016 {
  width: 100px;
}
.about_history_con .bd li.history_2011,
.about_history_con .bd li.history_2012,
.about_history_con .bd li.history_2013,
.about_history_con .bd li.history_2014,
.about_history_con .bd li.history_2015 {
  width: 180px;
}
.about_history_con .bd li.history_2010,
.about_history_con .bd li.history_2016 {
  width: 80px;
}
.about_service {
  width: 1200px;
  margin: 0 auto;
  margin-top: 124px;
}
.about_service div {
  width: 379px;
  height: 136px;
  float: left;
  margin-right: 28px;
  position: relative;
}
.about_service div a {
  width: 379px;
  height: 136px;
  display: block;
  border: 1px solid #d6d6d6;
}
.about_service div img {
  padding: 30px 0 0 24px;
  position: relative;
  left: 0;
  transition: left 0.3s;
}
.about_service .about_contact.wow {
  margin-right: 0;
}
.about_service div a:hover img {
  left: 10px;
}
#contact {
  margin-top: 128px;
  background: url(img/contact_bg.jpg);
  margin-bottom: -90px;
  padding-bottom: 90px;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  /* 老版本的 Firefox */
  background-repeat: no-repeat;
}
#contact .block {
  width: 680px;
  margin: 0 auto;
}
#contact .cat_title {
  padding: 125px 0 85px 0;
}
#contact li {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #000;
  line-height: 42px;
  height: 77px;
}
#contact li span {
  float: left;
  padding-right: 25px;
}
#conbox {
  margin-top: 128px;
}
#conbox h1 {
  font-size: 24px;
  color: #000;
  line-height: 40px;
  padding: 125px 0 0 0;
  text-align: center;
}
#conbox .block span {
  font-size: 12px;
  line-height: 40px;
  padding-bottom: 30px;
  display: block;
  color: #666;
  text-align: center;
}
#conbox .block div span {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 166%;
  display: inline;
  text-align: left;
}
#conbox .block #bdRewardBtn span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 58px;
  color: #fff;
  font: 400 25px/50px 'microsoft yahei';
  background: #FEC22C;
  text-align: center;
}
#conbox #bdRewardBtn span {
  padding-bottom: 0;
}
#conbox .coninfo {
  width: 1200px;
}
#conbox .coninfo p,
#conbox .coninfo div {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 166%;
}
#conbox .coninfo blockquote {
  background-color: #272822;
  border: none;
  overflow: hidden;
  margin: 20px 0;
  font: 12px/20px 'courier new' !important;
  background: #272822;
  padding: 10px 15px;
  border-radius: 4px;
  color: #F8F8D4;
}
#conbox .coninfo blockquote p,
#conbox .coninfo blockquote div {
  font: 12px/20px 'courier new' !important;
  color: #F8F8D4;
}
#conbox .coninfo p {
  padding: 11px 0;
}
#conbox .coninfo strong,
#conbox .coninfo h4 {
  font-size: 18px;
  color: #000;
}
#conbox .coninfo img {
  width: auto;
  max-width: 1200px;
}
#conbox .coninfo.coninfo_new p,
#conbox .coninfo.coninfo_new div {
  line-height: 1.8;
}
#conbox .coninfo.coninfo_new p {
  padding: 0;
}
h2.serivce_title {
  line-height: 34px;
  margin: 1px;
  font-size: 14px;
  padding: 0 10px;
  background: #dadada;
  color: #787878;
  width: 690px;
}
h2.serivce_title a,
h2.serivce_title a:visited {
  color: #787878;
}
h2.serivce_title span {
  float: right;
  font-weight: normal;
  line-height: 34px;
  font-size: 12px;
}
h2.serivce_title span a,
h2.serivce_title span a:visited {
  line-height: 34px;
  color: #787878;
  font-size: 12px;
}
#tech {
  background: #bcdbf7;
}
#tech h2.serivce_title {
  background: #0650d2;
  color: #FFF;
  width: auto;
}
#tech h2.serivce_title a,
#tech h2.serivce_title a:visited {
  color: #FFF;
}
#tech .newsBox p {
  font-size: 13px;
  color: #000;
  line-height: 24px;
  padding: 24px 0 0 0;
}
#tech .newsBox span {
  padding-right: 10px;
}
#tech .contactinfo {
  position: absolute;
  right: 50%;
  margin-right: -406px;
  bottom: 90%;
}
.newsBox {
  height: auto;
  border-bottom: 1px solid #CCC;
  padding-bottom: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.newsBox a {
  color: #000;
}
.newsBox p a {
  color: #666;
}
.newsBox a:hover {
  color: #C00;
}
.newsBox p {
  color: #666;
}
.newsBox .date {
  font-family: Georgia, "Times New Roman", Times, serif;
  float: right;
  text-align: center;
  color: #666;
  font-size: 11px;
  font-weight: normal;
}
.newsBox h4 {
  font-family: "微软雅黑";
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}
.newsBox p {
  line-height: 18px;
}
.newsBox p strong {
  color: #CC0000;
}
#web {
  position: relative;
}
.section {
  height: 1000px;
  overflow: hidden;
}
.section img {
  display: block;
  margin: 0 auto;
}
.section img.web_text_1_1 {
  padding-top: 0;
}
.section img.web_pic_1 {
  padding-top: 90px;
}
.section img.web_text_1_2 {
  padding-top: 40px;
}
.web_2 {
  width: 563px;
  height: 119px;
  margin: 0 auto;
  margin-top: 40px;
}
.web_2 img {
  float: left;
  padding-left: 29px;
}
.web_2 img.web_2_1 {
  padding-left: 0;
}
.web_4 {
  padding-top: 28px;
}
.web_6 {
  padding-top: 56px;
}
.web_8 {
  padding-top: 53px;
}
.sidenav {
  position: fixed;
  top: 400px;
  left: 50%;
  margin-left: 500px;
  z-index: 999;
  width: 36px;
}
.sidenav li {
  height: 20px;
  list-style: none;
  cursor: pointer;
  position: relative;
  transition: all ease-out 0.3s;
}
.sidenav li .nav_sidebox {
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 36px;
  top: -6px;
  display: none;
  color: #202c3d;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
.sidenav li span {
  display: block;
  width: 36px;
  height: 17px;
  background: url('img/sidenav.png');
}
.sidenav li:hover span,
.sidenav li.show-item span {
  background-position-x: -29px;
}
.sidenav li.show-item .nav_sidebo {
  display: block;
}
.service_nav {
  width: 125px;
  height: 120px;
  position: fixed;
  left: 50%;
  margin-left: -600px;
}
.service_nav a {
  width: 125px;
  height: 40px;
  margin: 10px 0;
  display: block;
  cursor: pointer;
  transition: all ease-out 0.3s;
  background: url(img/service_nav.png);
  float: left;
}
.service_nav a.website {
  background-position: 0 -40px;
  margin-right: 50px;
}
.service_nav a.wechat {
  background-position: -147px -40px;
}
.service_nav a.mobile {
  background-position: -295px -40px;
}
.service_nav a:hover,
.service_nav a.check {
  background-position-y: 0px;
}
.service_nav ins {
  display: none;
}
.WeChat_6 {
  height: 106px;
  width: 402px;
  margin: 0 auto;
}
.WeChat_6 img {
  float: left;
}
.WeChat_6_2 {
  padding: 0 42px;
}
.WeChat_8 {
  height: 408px;
  width: 569px;
  margin: 0 auto;
}
.WeChat_8 img {
  float: left;
  padding: 20px 0;
}
.WeChat_8 img.WeChat_8_2,
.WeChat_8 img.WeChat_8_5 {
  padding: 20px 40px;
}
.WeChat_1 {
  padding-top: 0;
}
.WeChat_2 {
  padding-top: 54px;
}
.WeChat_3 {
  padding-top: 0;
}
.WeChat_4 {
  padding-top: 54px;
}
.WeChat_5 {
  padding-top: 0;
}
.WeChat_6 {
  padding-top: 60px;
}
.WeChat_7 {
  padding-top: 0;
}
.WeChat_8 {
  padding-top: 50px;
}
.WeChat5 {
  background: url(img/wchatbg.gif);
  width: 676px;
  height: 566px;
  margin: 0 auto;
}
.WeChat_9 {
  padding-top: 180px;
}
.WeChat_10 {
  padding-top: 0;
}
/*增加手机网站建设 CSS*/
.Mobile_1 {
  padding-top: 0;
}
.Mobile_2 {
  padding-top: 40px;
}
.Mobile_3 {
  padding-top: 0;
}
.Mobile_4 {
  padding-top: 40px;
  height: 167px;
  width: 750px;
  margin: 0 auto;
}
.Mobile_4 img {
  float: left;
  padding-right: 30px;
}
.Mobile_4 img.Mobile_4_4 {
  padding: 0;
}
.Mobile_5 {
  padding-top: 0;
}
.Mobile_6 {
  padding-top: 0;
}
.Mobile_7 {
  padding-top: 0;
}
.Mobile_8 {
  padding-top: 40px;
}
.Mobile_9 {
  padding-top: 0;
}
.Mobile_10 {
  padding-top: 70px;
}
/*增加END*/
.more2 {
  width: 100%;
  margin: 0 auto;
  height: 54px;
}
.more2 a {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #6198d8;
  border-radius: 5px;
  color: #6198d8;
  display: block;
  font-size: 24px;
  height: 52px;
  line-height: 52px;
  text-indent: 0px;
  transition: all 0.3s ease-out 0s;
  width: 220px;
  margin-top: 46px;
  text-align: center;
}
.more2 a:hover {
  background: #6198d8;
  color: #FFF;
  border: 1px solid #6198d8;
}
.right_side {
  width: 190px;
  height: 146px;
  position: fixed;
  z-index: 999999;
  top: 200px;
  right: 0;
}
.right_side_m {
  position: relative;
  top: 0;
  float: right;
  right: 0;
  width: 89px;
  height: 146px;
  cursor: pointer;
}
.right_side_c {
  width: 180px;
  height: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  position: fixed;
  right: -200px;
  top: 200px;
}
#olx_head {
  padding: 20px;
  line-height: 16px;
  height: 16px;
  background: #6198d8;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  width: 140px;
  overflow: hidden;
}
#olx_head i {
  cursor: pointer;
  float: right;
  width: 18px;
  height: 18px;
  background: url(img/icon_close.png);
  display: block;
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
#olx_qq,
#olx_tel {
  background-color: #fff;
}
#olx_qq li a {
  padding: 12px 30px;
  height: 18px;
  line-height: 18px;
  background: #f5f5f5;
  color: #353434;
  display: block;
  border-bottom: #fff 1px solid;
  transition: all ease-out 0.3s;
  font-size: 12px;
}
.right_side_c span {
  margin-right: 18px;
  display: block;
  float: left;
  width: 14px;
  height: 18px;
}
.right_side_c span.icon_qq {
  background: url(img/icon_qq2.png);
  width: 16px;
  height: 17px;
  float: left;
}
.right_side_c span.icon_phone {
  background: url(img/iocn_phone2.png) center no-repeat;
  margin-right: 15px;
}
#olx_qq li a:hover {
  color: #fff;
  background: #565656;
}
#olx_qq li a:hover span {
  background-position-y: -17px;
}
#olx_tel {
  padding: 20px 30px;
}
#olx_tel div {
  color: #434343;
  line-height: 14px;
  height: auto;
  margin-bottom: 10px;
}
#olx_tel p {
  line-height: 18px;
  font-size: 12px;
}
#olx_tel div img {
  width: 120px;
}
#moban {
  width: 100%;
  margin-top: 128px;
  position: relative;
}
#moban .header {
  padding-top: 120px;
  padding-bottom: 50px;
}
#moban .header p {
  text-align: center;
}
#moban .header p.title {
  color: #444;
  font-size: 26px;
}
#moban .header p.subtitle {
  color: #A7A7A7;
  font-size: 14px;
  line-height: 24px;
  margin: 30px auto 10px;
}
#projectlist {
  margin: 0px auto;
}
#projectlist .projectitem {
  width: 25%;
  height: auto;
  float: left;
  position: relative;
}
#projectlist .projectitem a {
  display: block;
  overflow: hidden;
}
#projectlist .projectitem a img {
  width: 100%;
  height: auto;
  transition: all ease-out 0.3s;
}
#projectlist .projectitem a:hover img {
  transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
#projectlist .projectitem .project_info {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-out 0.3s;
}
#projectlist .projectitem a:hover .project_info {
  background: rgba(0, 0, 0, 0.7);
}
#projectlist .projectitem .project_info p {
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
#projectlist .projectitem .project_info div {
  position: relative;
  top: 50%;
  margin-top: -15px;
}
#projectlist .projectitem .project_info p.title {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0);
  font-size: 14px;
  transition: all ease-out 0.3s;
}
#projectlist .projectitem a:hover .project_info p.title {
  margin-top: 0px;
  color: #fff;
}
#projectlist .projectitem .project_info p.subtitle {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0);
  font-size: 12px;
  transition: all ease-out 0.3s;
}
#projectlist .projectitem a:hover .project_info p.subtitle {
  margin-top: 0px;
  color: #b7b7b7;
  font-size: 12px;
}
#projectlist .projectitem {
  width: 32.7%;
  margin-right: 0.6%;
  margin-bottom: 0.6%;
}
#projectlist .projectitem .project_info {
  background: transparent;
  height: 0;
  width: 0;
  top: 0;
}
#projectlist .projectitem a:hover .project_info {
  background: transparent;
  height: 0;
  width: 0;
  top: 0;
}
#projectlist .projectitem a:hover img {
  transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
}
#projectlist .projectitem .project_info p.title {
  margin-top: 0;
  color: transparent;
  font-size: 0;
  transition: all ease-out 0.3s;
}
#projectlist .projectitem a:hover .project_info p.title {
  margin-top: 0px;
  color: transparent;
  font-size: 0;
}
#projectlist .projectitem .project_info p.subtitle {
  margin-top: 0;
  color: transparent;
  font-size: 0;
  transition: all 0.3s ease-out 0s;
}
#projectlist .projectitem a:hover .project_info p.subtitle {
  margin-top: 0;
  color: transparent;
  font-size: 0;
}
#projectwrap.fw {
  width: 100%;
  background-color: #F5F5F5;
  padding: 50px 0;
}
#projectbody {
  max-width: 100%;
  margin: 0px auto;
  width: calc(100% - 500px);
  float: right;
  padding: 0px 30px 0px 20px;
}
#projectimages {
  background: #FFF none repeat scroll 0% 0%;
  padding: 40px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
#projectimages img {
  display: block;
  float: none;
  max-width: 100%;
  margin: 0px auto;
}
#projectinfo {
  width: 340px;
  float: right;
  margin-left: 0px;
  background-color: #FFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
#projectih {
  width: 340px;
}
#projectinfo .header {
  padding: 0;
  border-bottom: #cccccc 1px dotted;
  width: 340px;
}
#projectinfo .header p {
  text-align: left;
}
#projectinfo .header .description {
  color: #6a6a6a;
  font-size: 13px;
  line-height: 24px;
  margin: 30px 0;
}
#projectinfo .description a {
  padding: 18px 142px;
  color: #fff;
  background: #6198d8;
  font-size: 14px;
  transition: all ease 0.3s;
}
#projectinfo .description a:hover {
  background: #009CFF;
}
#projecttags {
  margin-top: 40px;
}
#projecttags a {
  float: left;
  font-size: 13px;
  color: #989898;
  padding: 5px 10px;
  background: #f3f3f3;
  margin-right: 5px;
  margin-bottom: 5px;
}
#projectib {
  margin-right: -10px;
  margin-top: 20px;
}
#projectib .projectitem {
  width: 165px;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 14px;
}
#projectib .projectitem img {
  width: 100%;
  height: auto;
  float: none;
}
#projectib .projectitem a .project_info {
  width: 100%;
  height: 30px;
}
#projectib .projectitem a .project_info p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
#projectib .projectitem a .project_info p.title {
  color: #333;
  font-size: 12px;
  transition: all ease-out 0.3s;
}
#projectib .projectitem a .project_info p.subtitle {
  margin-top: 0px;
  color: #b7b7b7;
  font-size: 12px;
  transition: all ease-out 0.3s;
  margin-bottom: 10px;
}
.related_title {
  height: 37px;
  background: #eaeaea;
  line-height: 37px;
  margin-top: 50px;
}
.related_title strong {
  float: left;
  height: 37px;
  color: #333;
  text-indent: 15px;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 1px 1px 0 #fff;
}
.related_con li {
  float: left;
  width: 50%;
  border-bottom: 1px dotted #ccc;
  height: 37px;
  overflow: hidden;
}
.related_con li a {
  width: 100%;
  text-indent: 18px;
  background: url(img/ulListDot.gif) no-repeat 5px 6px;
  line-height: 37px;
  font-size: 13px;
  overflow: hidden;
  color: #51504f;
  padding-left: 20px;
}
.related_con_tag li {
  float: none;
  display: inline-block;
  width: auto;
  border-bottom: 1px dotted #ccc;
  height: 37px;
}
.related_con_tag li a {
  width: 100%;
  text-indent: 18px;
  background: url(img/ulListDot.gif) no-repeat 5px 6px;
  line-height: 37px;
  font-size: 13px;
  overflow: hidden;
  color: #51504f;
  padding-left: 20px;
  margin-right: 10px;
}
.prev_next {
  background: #f5f4f4;
  border-top: 1px solid #d8d9d8;
  padding: 15px 0;
  height: 20px;
  margin-top: 20px;
  margin-bottom: -90px;
}
.prev_next ul {
  width: 1200px;
  margin: 0 auto;
}
.prev_next li {
  width: 33%;
  float: left;
}
.prev_next li.type_li a {
  width: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(img/sprite_arrows.png) 0 -40px no-repeat;
  display: block;
  margin: 0 auto;
  transition: all ease-out 0.3s;
}
.prev_next li.type_li a:hover {
  background-position: -20px -40px;
}
.prev_next li.next_li {
  text-align: right;
}
#category {
  text-align: center;
  padding-bottom: 50px;
}
#category a {
  line-height: 16px;
  height: 16px;
  padding: 8px 40px;
  color: #898989;
  border: 1px solid #fff;
  margin-right: 14px;
  display: inline-block;
  border-radius: 20px;
  transition: all 0.3s ease-out 0s;
}
#category a.active,
#category a:hover {
  background: #fff;
  border-color: #DADADA;
  color: #6198d8;
}
#pages {
  padding: 40px 0;
  height: 36px;
  text-align: center;
}
#pages li {
  display: inline-block;
}
#pages a,
#pages span {
  padding: 0 13px;
  height: 36px;
  background: #e0e0e0;
  display: inline-block;
  color: #a9a9a9;
  line-height: 36px;
  text-align: center;
  font-family: Arial;
  margin-right: 5px;
  transition: background-color 0.2s ease-out;
}
#pages span {
  margin-right: 5px;
}
#pages a i {
  font-size: 24px;
  top: 2px;
  position: relative;
}
#pages a.active,
#pages a:hover,
#pages li.active span {
  background: #00C0FF;
  color: #fff;
}
#pages span.disabled {
  display: none;
}
/*028修改幻灯片*/
.section1 {
  background-color: #62BDDE;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
}
.swiper-container .swiper-slide .img {
  width: 100%;
  position: absolute;
  bottom: 50%;
  text-align: center;
  opacity: 0.5;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
}
.swiper-container .swiper-slide .img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.swiper-container .swiper-slide .text {
  position: absolute;
  top: 70%;
  margin-top: 40px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 20px;
  line-height: 28px;
  opacity: 0.5;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
}
.swiper-container .swiper-slide .text a {
  color: #fff;
}
.swiper-container .swiper-slide.swiper-slide-active .img {
  opacity: 1;
  bottom: 40%;
}
.swiper-container .swiper-slide.swiper-slide-active .text {
  opacity: 1;
  top: 60%;
}
.swiper-pagination {
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 54px;
  background: url(img/line.png) center center repeat-x;
  z-index: 2;
}
.swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin-right: 160px;
  margin-top: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.4s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination-bullet:before {
  width: 16px;
  height: 16px;
  position: absolute;
  content: '';
  left: -5px;
  top: -5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.6s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
}
.swiper-pagination-bullet:after {
  position: absolute;
  content: '';
  left: -5px;
  top: -5px;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  background-color: #fff;
  transform: scale(0.3, 0.3);
  -webkit-transform: scale(0.3, 0.3);
  -moz-transform: scale(0.3, 0.3);
  -ms-transform: scale(0.3, 0.3);
  transition: all 0.4s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.45, 0.55, 0.55, 0.45) 0s;
}
.swiper-pagination-bullet:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.swiper-pagination-bullet:hover:before {
  transform: scale(1.8, 1.8);
  -webkit-transform: scale(1.8, 1.8);
  -moz-transform: scale(1.8, 1.8);
  -ms-transform: scale(1.8, 1.8);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.swiper-pagination-bullet:hover:after {
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  left: -4px;
  top: -4px;
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  z-index: 0;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.swiper-pagination-bullet-active:before {
  transform: scale(1.8, 1.8);
  -webkit-transform: scale(1.8, 1.8);
  -moz-transform: scale(1.8, 1.8);
  -ms-transform: scale(1.8, 1.8);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  border: none;
}
.swiper-pagination-bullet-active:after {
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  left: -4px;
  top: -4px;
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  z-index: 0;
}
.mouse-animte {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 132px;
  width: 20px;
  height: 31px;
  background: url(img/sb1.png) no-repeat center center;
  z-index: 3;
}
.mouse-animte a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mouse-animte a img {
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 6px;
  opacity: 1;
  animation: aimte 1s cubic-bezier(0.45, 0.45, 0.45, 0.45) 0s infinite alternate;
  -webkit-animation: aimte 1s cubic-bezier(0.45, 0.45, 0.45, 0.45) 0s infinite alternate;
}
.waper-line {
  bottom: 30px;
}
.mouse-animte {
  bottom: 80px;
}
.lazy {
  background: url(img/loading_case.gif) center center no-repeat;
}
#opencl {
  display: none;
}
.mobile {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 1518px) {
  #case,
  .icase_list {
    width: 1200px;
  }
  .icase_list .icase_list_box {
    width: 390px;
    height: 275px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 15px;
    margin-bottom: 23px;
  }
  .icase_list #marginright.icase_list_box {
    margin-right: 0;
  }
  .icase_list .icase_list_box a {
    width: 390px;
    height: 275px;
    position: relative;
    display: block;
  }
  .icase_list .icase_list_box span {
    width: 390px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    transition: all ease-out 0.3s;
    color: #666;
  }
  .icase_list .icase_list_box a:hover span {
    display: block;
    color: #d70000;
    line-height: 50px;
  }
  .icase_list .icase_list_box .pic {
    width: 390px;
    height: 235px;
    overflow: hidden;
  }
  .icase_list .icase_list_box a img {
    width: 390px;
    height: 235px;
    transition: all ease-out 0.3s;
  }
  .case_con_left {
    width: 800px;
    float: left;
  }
  .case_con_left img {
    width: auto;
    max-width: 800px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1440px) {
  #fp-nav.left {
    left: 0px;
  }
  .nav-home li a {
    font-size: 38px;
  }
  /*.slide-wrap li .text{ letter-spacing:18px;}*/
  .section2 .page2 {
    width: 1180px;
    height: 366px;
    margin-top: -183px;
  }
  .waper-page2-ban {
    height: 366px;
  }
  .waper-page2-ban .lft-slide {
    width: 385px;
    height: 366px;
  }
  .waper-page2-ban .rit-slide {
    width: 557px;
    height: 366px;
  }
  .hd-slide {
    width: 100px;
    height: 50px;
    margin-left: -18px;
    margin-top: -25px;
  }
  .hd-slide a {
    height: 50px;
  }
  .hd-slide .dlft {
    background: url(../img/page2-jt.png) no-repeat 16px center;
  }
  .hd-slide .dlft:hover {
    background: url(../img/page2-jt.png) no-repeat -45px center;
    background-color: #fff;
  }
  .hd-slide .drit {
    background: url(../img/page2-jt1.png) no-repeat -166px center;
  }
  .hd-slide .drit:hover {
    background: url(../img/page2-jt1.png) no-repeat -107px center;
    background-color: #fff;
  }
  .waper-page2-ban .lft-slide dl {
    padding-left: 30px;
  }
  .waper-page2-ban .lft-slide dt {
    margin-top: 45px;
  }
  .waper-page2-ban .lft-slide h2 {
    margin-top: 42px;
    font-size: 34px;
  }
  .waper-page2-ban .lft-slide p {
    margin-top: 50px;
    font-size: 14px;
  }
  .waper-page2-ban .rit-slide .video-wen {
    font-size: 30px;
    line-height: 12;
  }
  .waper-page2-ban .rit-slide video {
    min-width: 0;
    width: 651px;
    min-height: 366px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section3 .page3 {
    width: 1036px;
    height: 412px;
    margin-left: -518px;
    margin-top: -170px;
  }
  .section3 .waper-page3-top {
    height: 79px;
  }
  .section3 .waper-page3-top .sub-left-tit {
    height: 79px;
  }
  .section3 .waper-page3-top .sub-left-tit img {
    height: 79px;
  }
  .section3 .waper-page3-top .sub-recommended ul li h4 {
    margin-bottom: 14px;
  }
  .section3 .waper-page3-top .sub-recommended {
    width: 410px;
  }
  .section3 .waper-page3-bom {
    height: 276px;
  }
  .section3 .waper-page3-bom ul li {
    width: 234px;
    height: 276px;
    margin-right: 33px;
  }
  .section3 .waper-page3-bom ul li .kg1 {
    width: 234px;
    height: 276px;
  }
  .section3 .waper-page3-bom ul li .kg2 {
    width: 234px;
    height: 276px;
  }
  .section3 .waper-page3-bom ul li .kg2 .logk2 {
    margin: 10px auto 0;
  }
  .section4 .page4 {
    height: 500px;
    margin-top: -212px;
  }
  .section4 .waper-page4-top .sub-nei-rit .sub-right-tit {
    height: 75px;
  }
  .section4 .waper-page4-top .sub-nei-rit .sub-right-tit img {
    height: 65px;
  }
  .waper-slide-move {
    margin-top: 20px;
  }
  .waper-slide-move .sub-internal-move ul li h4 small {
    line-height: 2.3;
  }
  .waper-bom-switch {
    margin-top: 8px;
  }
  .section5 .page5 {
    width: 1200px;
    height: 430px;
    margin-top: -176px;
    margin-left: -600px;
  }
  .section5 .page5 .waper-lft-nb .sub-wen-big img {
    width: 300px;
  }
  .section5 .page5 .waper-rit-nb {
    width: 60%;
  }
  .section5 .page5 .waper-rit-nb p {
    font-size: 24px;
  }
  .section5 .page5 .waper-rit-nb p strong {
    font-size: 35px;
  }
  .section6 .page6 {
    width: 1200px;
    height: 460px;
    margin-top: -185px;
    margin-left: -600px;
  }
  .waper-page6-top .sub-wen-tit img {
    height: 96px;
  }
  .waper-page6-top .sub-most-lb {
    left: 625px;
  }
  .waper-page6-bottom {
    margin-top: 30px;
  }
  .waper-banner-opit ul li article {
    margin-right: 20px;
    width: 220px;
  }
  .section7 .page7 {
    width: 1200px;
    margin-left: -600px;
    height: 374px;
    margin-top: -187px;
  }
  .section7 .page7 .sub-pl-lft h3 {
    font-size: 35px;
    line-height: 1.2;
  }
  .section7 .page7 .sub-pl-lft .qq,
  .section7 .page7 .sub-pl-lft .copyright {
    margin-top: 30px;
  }
  .waper-line {
    bottom: 30px;
  }
  .mouse-animte {
    bottom: 75px;
  }
}
@media only screen and (max-width: 1280px) {
  .nav-home li a {
    font-size: 26px;
  }
  .header-pc {
    display: none;
  }
  .header-moblie {
    top: 5px;
    display: block;
  }
  .header-moblie .logo {
    margin-left: 30px;
  }
  .nav-moblie {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  @font-face {
    font-family: 'HELVETICANEUELTPRO-THEX';
    src: url('font/HELVETICANEUELTPRO-THEX.otf');
    font-weight: normal;
    font-style: normal;
  }
  * {
    padding: 0;
    margin: 0;
  }
  ul li {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  html {
    font: 62.5% Arial, "Microsoft YaHei";
    color: #929292;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #1a1b1c;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  body {
    margin: 0 auto;
    font-size: 1.3rem;
  }
  .block {
    width: 100%;
  }
  #openlc {
    padding: 10px 15px;
    display: block;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
  }
  #openlc .lcbody {
    width: 30px;
    height: 30px;
    position: relative;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  #openlc .lcitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    -webkit-transform: translateZ(0px) rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    width: 30px;
    height: 30px;
  }
  #openlc .lcitem .rect {
    width: 30px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 14px;
    transition: transform 0.2s ease 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease 0.2s;
  }
  #openlc .lcitem .rect.top {
    transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);
  }
  #openlc .lcitem .rect.bottom {
    transform: translate3d(0px, 6px, 0px);
    -webkit-transform: translate3d(0px, 6px, 0px);
  }
  #header,
  #header_xg,
  #iheader,
  #header.fixed,
  #header_xg.fixed,
  #iheader.fixed {
    position: fixed;
    height: 50px;
    padding: 0;
    background: #161616;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  #header .block,
  #header_xg .block,
  #iheader .block,
  #header.fixed .block,
  #header_xg.fixed .block,
  #iheader.fixed .block {
    width: 100%;
    height: 50px;
    display: block;
    margin: 0;
    padding: 0;
  }
  #header #logo,
  #header_xg #logo,
  #iheader #logo,
  #header.fixed #logo,
  #header_xg.fixed #logo,
  #iheader.fixed #logo {
    width: 180px;
    height: 30px;
    float: none;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
  }
  #header #logo img,
  #header_xg #logo img,
  #iheader #logo img,
  #header.fixed #logo img,
  #header_xg.fixed #logo img,
  #iheader.fixed #logo img {
    height: 30px;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    float: none;
  }
  #header #nav,
  #header_xg #nav,
  #iheader #nav,
  #header.fixed #nav,
  #header_xg.fixed #nav,
  #iheader.fixed #nav {
    display: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50px;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
    width: 100%;
    float: none;
    height: 0;
    overflow-y: hidden;
    transition: all ease-out 0.4s;
  }
  #header #nav li,
  #header_xg #nav li,
  #iheader #nav li,
  #header.fixed #nav li,
  #header_xg.fixed #nav li,
  #iheader.fixed #nav li {
    float: none;
    height: 40px;
    padding: 0;
    border-top: 1px solid #272727;
  }
  #header #nav li a,
  #header_xg #nav li a,
  #iheader #nav li a,
  #header.fixed #nav li a,
  #header_xg.fixed #nav li a,
  #iheader.fixed #nav li a {
    color: #8d8d8d;
    font-size: 14px;
    transition: all ease-out 0s;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
  }
  #header #nav li a p,
  #header_xg #nav li a p,
  #iheader #nav li a p,
  #header.fixed #nav li a p,
  #header_xg.fixed #nav li a p,
  #iheader.fixed #nav li a p {
    margin-top: 0;
    transition: all ease-out 0s;
  }
  #header #nav li a span,
  #header_xg #nav li a span,
  #iheader #nav li a span,
  #header.fixed #nav li a span,
  #header_xg.fixed #nav li a span,
  #iheader.fixed #nav li a span,
  #header #nav li a p,
  #header_xg #nav li a p,
  #iheader #nav li a p,
  #header.fixed #nav li a p,
  #header_xg.fixed #nav li a p,
  #iheader.fixed #nav li a p {
    line-height: 40px;
    height: 40px;
    display: block;
    color: #fff;
  }
  #header #nav li a span,
  #header_xg #nav li a span,
  #iheader #nav li a span,
  #header.fixed #nav li a span,
  #header_xg.fixed #nav li a span,
  #iheader.fixed #nav li a span {
    display: none;
  }
  #header #nav li.active a,
  #header_xg #nav li.active a,
  #iheader #nav li.active a,
  #header.fixed #nav li.active a,
  #header_xg.fixed #nav li.active a,
  #iheader.fixed #nav li.active a,
  #header #nav li a:hover,
  #header_xg #nav li a:hover,
  #iheader #nav li a:hover,
  #header.fixed #nav li a:hover,
  #header_xg.fixed #nav li a:hover,
  #iheader.fixed #nav li a:hover {
    color: #fff;
  }
  #header #nav li.active a p,
  #header_xg #nav li.active a p,
  #iheader #nav li.active a p,
  #header.fixed #nav li.active a p,
  #header_xg.fixed #nav li.active a p,
  #iheader.fixed #nav li.active a p,
  #header #nav li a:hover p,
  #header_xg #nav li a:hover p,
  #iheader #nav li a:hover p,
  #header.fixed #nav li a:hover p,
  #header_xg.fixed #nav li a:hover p,
  #iheader.fixed #nav li a:hover p {
    margin-top: 0;
  }
  #header #tel,
  #header_xg #tel,
  #iheader #tel,
  #header.fixed #tel,
  #header_xg.fixed #tel,
  #iheader.fixed #tel {
    display: none;
  }
  .header_xg_bg {
    height: 50px;
  }
  #header.fixed,
  #header_xg.fixed {
    position: fixed;
    padding: 0;
  }
  .mouse-animte {
    display: none;
  }
  body.open #openlc .lcbody {
    transform: translateZ(0px) rotate(90deg);
    -webkit-transform: translateZ(0px) rotate(90deg);
  }
  body.open #openlc .lcbody .lcitem {
    transform: translateZ(0px) rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    -webkit-transform: translateZ(0px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  }
  body.open #openlc .lcbody .lcitem.bottom {
    transform: translateZ(0px) rotate(-45deg);
    -webkit-transform: translateZ(0px) rotate(-45deg);
  }
  body.open #openlc .lcbody .lcitem .rect {
    transition: transform 0.2s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  body.open #header #nav,
  body.open #header_xg #nav {
    display: block;
    height: calc(100vh - 100px);
  }
  .right_side {
    display: none;
  }
  .m_header {
    display: block;
    padding: 50px 0 30px 0;
  }
  .m_title {
    color: #444;
    font-size: 18px;
    text-align: center;
  }
  .m_title a {
    color: #444;
    font-size: 18px;
  }
  .m_desc {
    color: #848484;
    width: 90%;
    margin: 10px auto 0px auto;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  #icase {
    margin-top: 0;
    background: #f8f8f8;
  }
  #icase h3 {
    display: none;
  }
  #icase .logo_list {
    width: 100%;
    overflow-x: auto;
    padding: 30px 0;
    background: #fff;
  }
  #icase .logo_list .hd {
    display: none;
  }
  #icase .logo_list .bd {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #icase .logo_list .bd .picList {
    width: 1265px;
  }
  #icase .logo_list .bd .picList li {
    width: 115px;
    height: 40px;
  }
  #icase .logo_list .bd .picList li img {
    height: 40px;
  }
  .icase_list {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
  }
  .icase_list .icase_list_box {
    width: 48%;
    height: auto;
    float: left;
    margin: 0 1% 1% 1%;
  }
  .icase_list .icase_list_box a {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
  }
  .icase_list .icase_list_box a img {
    width: 90%;
    height: auto;
    transition: all ease-out 0s;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .icase_list .icase_list_box span {
    width: 100%;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .icase_list .icase_list_box a:hover span {
    display: block;
    color: #d70000;
    line-height: 40px;
  }
  .icase_list .icase_list_box a:hover img {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .icase_list .icase_list_box .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .icase_list .icase_list_box:nth-child(3n) {
    margin-right: 1%;
  }
  .more {
    width: 100%;
    padding-top: 20px;
  }
  .more a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    display: block;
    background: #343434;
    text-indent: 0px;
    position: relative;
    z-index: 1;
    margin-top: 0;
    border-radius: 0;
  }
  #iabout {
    margin-top: 0;
    height: auto;
  }
  #iabout img {
    width: auto;
    max-width: 100%;
  }
  #iabout p {
    width: auto;
    max-width: 90%;
  }
  .inewsbox {
    width: 100%;
  }
  .inewsbox .inewbox_hd {
    display: none;
  }
  #inews {
    height: auto;
    width: 100%;
    padding-bottom: 20px;
  }
  #inews li {
    width: calc(100% - 30px);
    height: 140px;
    margin-right: 0;
    float: none;
    padding: 30px 15px 20px 15px;
    border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
    display: none;
  }
  #inews li a {
    width: 100%;
    height: 140px;
    display: block;
    cursor: pointer;
  }
  #inews li h5 {
    font-size: 16px;
    color: #000;
  }
  #inews li span {
    color: #c5c5c5;
    line-height: 48px;
    height: 57px;
    display: block;
  }
  #inews li i {
    display: none;
  }
  #inews li p {
    padding-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #inews li.key_1,
  #inews li.key_2,
  #inews li.key_3,
  #inews li.key_4,
  #inews li.key_5,
  #inews li.key_6,
  #inews li.key_7,
  #inews li.key_8 {
    display: block;
  }
  #inews li.key_8 {
    border-bottom: 0;
  }
  #indexbox {
    position: relative;
  }
  .swiper-container .swiper-slide .img {
    width: 60%;
    margin: 0 auto;
    left: 20%;
  }
  .swiper-container .swiper-slide .text {
    letter-spacing: 5px;
  }
  .swiper-container .swiper-slide.swiper-slide-active .img {
    opacity: 1;
    bottom: 30%;
  }
  .swiper-container .swiper-slide.swiper-slide-active .text {
    opacity: 1;
    top: 70%;
  }
  #icontact h3 {
    width: auto;
  }
  #case {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    overflow: hidden;
  }
  #case .cat_title {
    padding: 30px 0 20px 0;
    text-align: center;
  }
  #case .cat_list {
    height: 36px;
    margin: 0 auto;
    text-align: center;
  }
  #case .icase_list {
    margin-top: 20px;
    text-align: center;
  }
  #case .cat_list a {
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    color: #c7c7c7;
    border-radius: 4px;
    margin: 0 5px;
  }
  #case .cat_list a.active,
  #case .cat_list a:hover {
    background: #8d8d8d;
    color: #FFF;
  }
  .service_nav {
    width: 100%;
    height: auto;
    padding: 20px 0;
    position: relative;
    left: 0;
    margin-left: 0;
    top: auto !important;
    text-align: center;
  }
  .service_nav a {
    width: auto;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    transition: all ease-out 0.3s;
    background: none;
    padding: 0 6px;
    border-radius: 4px;
    color: #c7c7c7;
    float: none;
    margin: 0;
  }
  .service_nav a.website {
    margin-right: 10px;
  }
  .service_nav a.wechat {
    margin-right: 10px;
  }
  .service_nav a:hover,
  .service_nav a.check {
    background: #8d8d8d;
  }
  .service_nav a:hover ins,
  .service_nav a.check ins {
    color: #fff;
  }
  .service_nav ins {
    display: block;
    color: #c7c7c7;
    line-height: 32px;
    text-decoration: none;
  }
  .section {
    height: auto;
    overflow: hidden;
    padding: 20px;
  }
  .section img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
  }
  .section img.web_text_1_1 {
    padding-top: 0;
  }
  .section img.web_pic_1 {
    padding-top: 90px;
  }
  .section img.web_text_1_2 {
    padding-top: 40px;
  }
  .section1 {
    padding: 0;
  }
  .sidenav {
    display: none;
  }
  .web_2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
  }
  .web_2 img {
    float: none;
    width: 22%;
    padding-left: 2.9%;
    display: inline-block;
  }
  .web_2 img.web_2_1 {
    padding-left: 0;
  }
  .WeChat_6 {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .WeChat_6 img {
    float: left;
    width: 32%;
  }
  .WeChat_6_2 {
    padding: 0 2%;
  }
  .WeChat_8 {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .WeChat_8 img {
    float: left;
    width: 48%;
    padding: 10px 1%;
  }
  .WeChat_8 img.WeChat_8_2,
  .WeChat_8 img.WeChat_8_5 {
    padding: 10px 1%;
  }
  .WeChat5 {
    background: url(img/wchatbg.gif);
    width: 100%;
    height: 566px;
    margin: 0 auto;
  }
  .case_con {
    padding: 20px 15px;
  }
  .case_con_left {
    width: 100%;
    float: none;
  }
  .case_con_left img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .case_con_right {
    width: 100%;
    float: none;
  }
  .case_con_right h1 {
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
  }
  .case_con_right .case_info {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
  }
  .case_con_right .case_info span {
    color: #000;
    line-height: 20px;
    display: block;
  }
  .case_con_right .case_info_but a {
    padding: 18px 0;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #009CFF;
    font-size: 14px;
    transition: all ease 0.3s;
  }
  .case_con_right .case_info_but a:hover {
    background: #02b2ed;
  }
  .case_con_right p {
    font-size: 12px;
    line-height: 20px;
    border-top: 1px solid #e0e0e0;
    color: #7c7c7c;
    padding: 20px 0 20px 0;
  }
  .case_con_right li {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    text-align: center;
  }
  .case_con_right li:nth-child(3n) {
    margin-right: 1%;
  }
  .case_con_right li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .case_con_right li img {
    width: 100%;
    display: block;
  }
  .case_con_right li a {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    line-height: 40px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .case_con_right .next_pre {
    float: none;
    margin: 0 auto;
    padding: 20px 0;
    width: 40%;
  }
  .next_pre span.next a {
    float: right;
  }
  /* 新闻中心 */
  #news {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    padding: 20px;
  }
  #news .cat_title {
    padding: 20px 0 20px 0;
    font-size: 20px;
    line-height: 1;
    color: #000;
  }
  .news_list_box {
    width: 100%;
    float: none;
    height: auto;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .news_list_box:nth-child(3n) {
    margin-right: 0;
  }
  .news_list_box a {
    width: 100%;
    height: auto;
    transition: all ease-out 0s;
  }
  .news_list_box .time {
    padding-left: 0;
    height: 12px;
    width: auto;
    float: none;
    line-height: 12px;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* Internet Explorer */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
  }
  .news_list_box span {
    font-size: 12px;
    display: inline-block;
    height: auto;
    line-height: 12px;
  }
  .news_list_box h4 {
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news_list_box .fl {
    width: auto;
    margin-left: 0;
    float: none;
  }
  .news_list_box .fl:before {
    content: "-";
    font-size: 12px;
    line-height: 12px;
  }
  .news_list_box p {
    padding-top: 10px;
    color: #777777;
    line-height: 20px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news_list_box .txt {
    border-left: 0;
    margin-top: 10px;
    padding-left: 0;
    height: auto;
    position: relative;
    border-bottom: 1px solid #c6c6c6;
  }
  .news_list_box .txt .newsmore {
    display: none;
  }
  #conbox {
    margin-top: 20px;
  }
  #conbox h1 {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    padding: 20px 0 0 0;
    text-align: center;
  }
  #conbox .block span {
    padding-bottom: 10px;
  }
  #conbox .coninfo {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
  #conbox .coninfo img {
    max-width: 100%;
  }
  .related_con {
    padding: 0 15px;
  }
  .prev_next {
    height: auto;
    width: calc(100% - 30px);
    padding: 0 15px;
    margin-bottom: 0;
  }
  .prev_next ul {
    width: 100%;
  }
  .prev_next li {
    width: 100%;
    float: none;
    margin: 5px 0;
  }
  .prev_next li a {
    line-height: 30px;
  }
  .prev_next li.next_li {
    text-align: left;
  }
  .prev_next li.type_li a {
    background: url(img/sprite_arrows.png) 0 -37px no-repeat;
  }
  #footer {
    background: #000;
    height: auto;
    width: 100%;
    padding-top: 20px;
    margin-top: 0;
  }
  #about {
    margin-top: 20px;
    position: relative;
    padding: 0 15px 15px 15px;
  }
  #about .cat_title {
    padding: 20px 0 0 0;
    width: 100%;
    margin: 0 auto;
  }
  .about_info {
    width: 100%;
    margin: 0 auto;
  }
  .about_info .fl {
    float: none;
    width: 100%;
    color: #555;
    padding-top: 20px;
    display: block;
  }
  .about_info .fl h3 {
    font-size: 16px;
    line-height: 46px;
  }
  .about_info .fl p,
  .about_team .fr p {
    font-size: 14px;
    line-height: 24px;
  }
  .about_info .fr {
    float: none;
    position: relative;
    z-index: 9;
    display: block;
  }
  .about_info .fr img {
    width: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .about_team {
    background: #f4f4f4;
    margin-top: -36px;
    padding: 40px 15px 15px 15px;
    width: 100%;
    margin-left: -15px;
  }
  .about_team .fr {
    width: 100%;
    float: none;
  }
  .about_team .fr p {
    padding-top: 20px;
  }
  .about_service {
    width: 100%;
    margin: 0 auto;
    margin: 0;
  }
  .about_service div {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    position: relative;
    margin-top: 15px;
  }
  .about_service div a {
    width: 100%;
    display: block;
    border: 1px solid #d6d6d6;
  }
  .about_service div img {
    padding: 30px 0 0 24px;
    position: relative;
    left: 0;
    transition: left 0.3s;
  }
  .about_service .about_contact.wow {
    margin-right: 0;
  }
  .about_service div a:hover img {
    left: 10px;
  }
  #contact {
    margin-top: 0;
    background: url(img/contact_bg.jpg);
    margin-bottom: 0;
    padding-bottom: 90px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #contact .block {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  #contact .cat_title {
    padding: 125px 0 85px 0;
  }
  #contact li {
    width: 100%;
    float: none;
    font-size: 14px;
    color: #000;
    line-height: 42px;
    height: 77px;
  }
  #contact li span {
    float: left;
    padding-right: 25px;
  }
}
