﻿@charset "utf-8";
/*****--------每个页面都调用此表--------*******/
/*#region 公用 */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?p2rq8v');
  src: url('fonts/icomoon.eot?p2rq8v#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?p2rq8v') format('truetype'), url('fonts/icomoon.woff?p2rq8v') format('woff'), url('fonts/icomoon.svg?p2rq8v#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ercode:before {
  content: "\e902";
}
.icon-qq:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e903";
}
.icon-circle-up:before {
  content: "\e901";
}
body {
  font-size: 13px;
  font-family: "Microsoft YaHei", SimSun, verdana, helvetica, Arial;
  background-color: #fff;
  color: #222;
  min-width: 1200px;
  /*background:url(/images/bg.jpg) repeat-x 0 0;*/
}
.allwidth {
  width: 1200px;
  margin: 0px auto;
  text-align: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.hideText {
  display: none;
  padding: 5px 10px;
}
.hideTagFont {
  text-indent: -1000000000000000000px;
  display: inline-block;
}
/*#endregion */
/*#region css动画 */
@-moz-keyframes lookdown {
  0% {
    -webkit-transform: translateY(px);
  }
  100% {
    -webkit-transform: translateY(15px);
  }
}
@-webkit-keyframes lookdown {
  0% {
    -webkit-transform: translateY(px);
  }
  100% {
    -webkit-transform: translateY(15px);
  }
}
@keyframes lookdown {
  0% {
    -webkit-transform: translateY(px);
  }
  100% {
    -webkit-transform: translateY(15px);
  }
}
/*#endregion */
/*#region index*/
.noshowText p {
  text-indent: -999999em;
  overflow: hidden;
  display: block;
}
.topPhone {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 999;
  display: none;
}
.topPhone .phoneNum {
  width: 1200px;
  margin: 0px auto;
  text-align: left;
  height: 70px;
  background: url(/images/topPhone.png) no-repeat right center;
}
.Heder {
  height: 130px;
  line-height: 130px;
  width: 100%;
  background: #333;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  background-color: #DFDFDF;
}
.Heder .allwidth {
  position: relative;
  height: 130px;
}
.Heder .logo {
  background: url(/images/logo.png) no-repeat center;
  width: 113px;
  height: 128px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  background-size: 80%;
}
.Heder .logo a {
  display: block;
  height: 100%;
  text-indent: -999999em;
  overflow: hidden;
}
.Heder .Menu {
  color: #fff;
  font-size: 16px;
  vertical-align: top;
  right: 0;
  top: 55px;
  /*border-top:2px solid #333;*/
  position: absolute;
  /*em{position:absolute;background:#333;width:6px;height:6px;right:-6px;top:-4px;border-radius:100em;}*/
}
.Heder .Menu dl {
  color: #fff;
  float: left;
  padding: 0px 10px;
  text-align: center;
  margin-top: -2px;
}
.Heder .Menu dl:hover dt {
  /*border-top:2px solid #ae0d15;*/
}
.Heder .Menu dl:hover dt a {
  background: #313231;
  color: #fff;
}
.Heder .Menu a {
  display: block;
  color: #313131;
}
.Heder .Menu a.on {
  background: #313231;
  color: #fff;
}
.Heder .Menu dt {
  padding-top: 10px;
}
.Heder .Menu dt a {
  line-height: 30px;
  padding: 0px 20px;
}
.Heder .Menu2 {
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  line-height: 30px;
}
.Heder .Menu2 dl {
  color: #fff;
  float: left;
  margin-right: 5px;
}
.Heder .Menu2 dt {
  font-size: 16px;
}
.Heder .Menu2 dt a {
  background-color: #f2f2f2;
  /*background-color:rgba(128,128,128,.6);*/
  color: #333;
  display: block;
  width: 145px;
  text-align: center;
  border: 1px solid #9b9695;
}
.Heder .Menu2 dt .on {
  background: #313231;
  color: #fff;
  border-color: #313231;
}
.Footer {
  padding: 30px 0;
  background: #fff;
  color: #6D6D6D;
  font-size: 13px;
  text-align: center;
}
.Footer a {
  color: #6D6D6D;
}
.Footer p {
  line-height: 22px;
}
.Footer .zhichi {
  font-size: 12px;
}
.indexBigImgBox {
  width: 100%;
  overflow: hidden;
  min-height: 500px;
  position: relative;
  /*background-size:cover;*/
  /*img{width: 100%;display: block;-moz-transition: all 10s; -o-transition: all 10s; -webkit-transition: all 10s; transition: all 10s;}
    img{-moz-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); transform: scale(1.2,1.2);}*/
}
.indexBigImgBox .indexBigImgBox_text {
  background: url(/images/indexBigImgBox.jpg) no-repeat center bottom;
  width: 100%;
  height: 100%;
  display: none;
}
.indexBigImgBox .lookdown {
  cursor: pointer;
  width: 87px;
  height: 80px;
  background: url(/images/lookdown.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -43.5px;
  bottom: 40px;
  -moz-animation: lookdown 0.7s 0s infinite linear normal none;
  -o-animation: lookdown 0.7s 0s infinite linear normal none;
  -webkit-animation: lookdown 0.7s 0s infinite linear normal none;
  animation: lookdown 0.7s 0s infinite linear normal none;
}
/*轮播*/
.slideBox {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  z-index: 1;
  width: 250px;
  left: 50%;
  margin-left: -75px;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 20px;
  width: 30px;
  height: 2px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  /*width:1920px;*/
  height: 650px;
  background: url() no-repeat center;
}
.slideBox .bd li a {
  display: block;
  height: 100%;
}
.indexRowDiv1 {
  /*background: @themeColor;*/
  height: 400px;
  padding-top: 100px;
}
.indexRowDiv1 a {
  float: left;
  width: 25%;
  color: #fff;
}
.indexRowDiv1 dl {
  text-align: center;
  position: relative;
  /*background: url(/images/indexRowDiv1_dl.jpg) no-repeat right center;*/
}
.indexRowDiv1 a:nth-last-of-type(1) dl {
  /*background:none;*/
}
.indexRowDiv1 a:nth-last-of-type(1) {
  /*background: url(/images/indexRowDiv1_dl.jpg) no-repeat right center;*/
}
.indexRowDiv1 a:first-of-type {
  /*background: url(/images/indexRowDiv1_dl.jpg) no-repeat left center;*/
}
.indexRowDiv1 a:hover dl em {
  /*-moz-transform: scale(-1,1);
                -ms-transform: scale(-1,1);
                -o-transform: scale(-1,1);
                -webkit-transform: scale(-1,1);
                transform: scale(-1,1);*/
}
.indexRowDiv1 a:hover dl .i1 {
  background-position: 0px 0px;
}
.indexRowDiv1 a:hover dl .i2 {
  background-position: -135px 0px;
}
.indexRowDiv1 a:hover dl .i3 {
  background-position: -270px 0px;
}
.indexRowDiv1 a:hover dl .i4 {
  background-position: -405px 0px;
}
.indexRowDiv1 a:hover dl dd {
  visibility: visible;
}
.indexRowDiv1 dt {
  padding-top: 40px;
}
.indexRowDiv1 dt em {
  background-image: url("/images/indexRowDiv3.png");
  display: block;
  margin: 0px auto;
  /*-moz-transition: all 1s;
                -o-transition: all 1s;
                -webkit-transition: all 1s;
                transition: all 1s;*/
  width: 135px;
  height: 147px;
}
.indexRowDiv1 dt .i1 {
  background-position: -540px 0px;
}
.indexRowDiv1 dt .i2 {
  background-position: -675px 0px;
}
.indexRowDiv1 dt .i3 {
  background-position: 0px -147px;
}
.indexRowDiv1 dt .i4 {
  background-position: -135px -147px;
}
.indexRowDiv1 dt span {
  font-size: 22px;
  display: block;
  padding: 30px 0 40px 0;
  color: #333;
}
.indexRowDiv1 dd {
  font-size: 20px;
  line-height: 60px;
  background: #78060c;
  color: #4a0304;
  text-transform: uppercase;
  visibility: hidden;
  display: none;
}
.indexRowDiv2 {
  /*background:#dfdfdf;*/
  padding: 80px 0;
  background-color: #eaeaea;
}
.indexRowDiv2 dl {
  float: left;
  width: 25%;
}
.indexRowDiv2 dt {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 50px;
}
.indexRowDiv2 dt span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.indexRowDiv2 dt .red {
  color: #ae0d15;
}
.indexRowDiv2 dd {
  padding-left: 50px;
  font-size: 16px;
  line-height: 35px;
  color: #2e2b29;
}
.indexRowDiv2 dd p a {
  color: #2e2b29;
  font-size: 16px;
  font-weight: lighter;
}
.indexRowDiv2 dd a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.indexRowDiv2 dd a:hover {
  color: #3f3a39;
}
/*产品展示*/
.indexRowBox {
  /*background:#dfdfdf;*/
}
.indexRowBox .head {
  border-bottom: 2px solid #c6c2c1;
  padding-top: 30px;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.indexRowBox .head span {
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #ae0d15;
  padding: 0px 15px;
  color: #ae0d15;
}
.indexRowBox .head .more {
  position: absolute;
  right: 0;
  /*font: normal 16px/60px Arial;*/
  color: #222;
  padding-right: 15px;
  font-size: 13px;
}
.indexRowBox .head .more:hover {
  color: #ae0d15;
}
.indexRowBox1 {
  /*background:#dfdfdf;*/
  background-color: #EAEAEA;
}
.indexRowBox1 .head {
  padding-top: 100px;
}
.indexRowBox1 .head .indexTitle {
  background-image: url(/images/indexTitle.png);
  display: block;
  width: 328px;
  height: 73px;
  margin: 0 auto;
}
.indexRowBox1 .head .t1 {
  background-position: 0px 0px;
}
.indexRowBox1 .head .t2 {
  background-position: 0px -85px;
}
.indexRowBox1 .head .t3 {
  background-position: 0px -167px;
}
.indexRowBox1 .head .t4 {
  background-position: 0px -579px;
}
.indexRowBox2 {
  /*background:#313131;*/
}
.indexRowBox2 .head {
  border-bottom: 2px solid #c6c2c1;
  padding-top: 40px;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.indexRowBox2 .head span {
  font-size: 24px;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #ae0d15;
  color: #ae0d15;
  padding: 0px 15px;
}
.indexRowBox2 .head .more {
  position: absolute;
  right: 0;
  /*font: normal 16px/60px Arial;*/
  color: #8a8a89;
  padding-right: 15px;
  font-size: 13px;
}
.indexRowBox2 .head .more:hover {
  color: #80807f;
}
.index_showProduct {
  padding: 20px 0;
}
.index_showProduct ul {
  margin: 20px 0;
  display: table;
}
.index_showProduct ul li {
  display: table-cell;
  padding: 1px;
}
.index_showProduct ul li a {
  display: block;
  position: relative;
  background: #000;
}
.index_showProduct ul li img {
  width: 100%;
  height: 100%;
  display: block;
}
.index_showProduct ul li .thishover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  text-align: center;
  margin-top: -40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.index_showProduct ul li .thishover i {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  margin: 0 auto;
  font-style: normal;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  color: #999;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.index_showProduct ul li p {
  text-align: center;
  padding-top: 15px;
  font-size: 15px;
  color: #666;
}
.index_showProduct ul li:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.index_showProduct ul li:hover .thishover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.5s;
}
.index_showProduct .lookMore {
  display: block;
  background: #f7f7f7;
  font: 14px/60px Arial;
  color: #9d9d9d;
  height: 60px;
  text-align: center;
}
.index_showProduct .lookMore:hover {
  background: #999;
  color: #fff;
}
/*新闻资讯*/
.index_showNews {
  padding: 30px 0;
  padding-bottom: 80px;
}
.index_showNews .imgNews {
  margin-top: 20px;
  padding-left: 0px;
  width: 50%;
  /*图片轮换*/
}
.index_showNews .imgNews .a-img {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.index_showNews .imgNews .a-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_showNews .imgNews .a-title {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #4d4c4c;
}
.index_showNews .imgNews .a-title span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_showNews .imgNews .a-title p {
  float: right;
  font-size: 13px;
  color: #4d4c4c;
  margin-left: 5px;
}
.index_showNews .imgNews > p {
  color: #504b49;
  font-size: 14px;
}
.index_showNews .imgNews .a-title:hover {
  color: #000;
}
.index_showNews .imgNews .focusBox {
  width: 600px;
  height: 240px;
  overflow: hidden;
  position: relative;
  font-size: 12px;
}
.index_showNews .imgNews .focusBox .hd {
  position: absolute;
  z-index: 99;
  right: 10px;
  bottom: 7px;
  font-family: SimSun;
}
.index_showNews .imgNews .focusBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.index_showNews .imgNews .focusBox .hd ul li {
  float: left;
  height: 15px;
  line-height: 15px;
  width: 20px;
  margin-right: 5px;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  text-align: center;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.index_showNews .imgNews .focusBox .hd ul li.on {
  background: #ae0d15;
  color: #fff;
}
.index_showNews .imgNews .focusBox .bd .pic {
  line-height: 0px;
  position: relative;
}
.index_showNews .imgNews .focusBox .bd .pic img {
  width: 600px;
  height: 240px;
}
.index_showNews .imgNews .focusBox .bd .con {
  background-color: #000;
  background: rgba(0, 0, 0, 0.6);
  /*filter:alpha(opacity=60);-moz-opacity:0.6;opacity: 0.6;font-family:"宋体";*/
  height: 30px;
  line-height: 30px;
  width: 100%;
  color: #fff;
  font-size: 13px;
  padding-left: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.index_showNews .imgNews .focusBox .bd .con a {
  color: #fff;
}
.index_showNews .rightNews {
  margin-top: 20px;
  padding-left: 0px;
  width: 48%;
}
.index_showNews .rightNews .rbox {
  margin-left: 25px;
}
.index_showNews .rightNews .rbox .rbox_a {
  display: block;
  padding: 20px 20px 20px 0px;
  border-bottom: 1px solid #e3e1e1;
}
.index_showNews .rightNews .rbox .rbox_a .date {
  width: 100px;
  display: block;
  float: left;
  font-family: 'verdana';
  position: relative;
  color: #5a5a5a;
  text-align: left;
  margin-right: 5px;
  vertical-align: text-top;
  line-height: 40px;
  padding-top: 8px;
}
.index_showNews .rightNews .rbox .rbox_a .date i {
  font-size: 60px;
  display: block;
  font-style: normal;
  font-family: SimSun;
  padding-left: 0px;
}
.index_showNews .rightNews .rbox .rbox_a .date em {
  width: 41px;
  height: 70px;
  background: url(/images/index_showNews_date.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 10px;
}
.index_showNews .rightNews .rbox .rbox_a .date2 {
  width: 100px;
  display: block;
  float: left;
  font-family: 'verdana';
  position: relative;
  color: #5a5a5a;
  text-align: left;
  margin-right: 5px;
  vertical-align: text-top;
  line-height: 40px;
  padding-top: 8px;
}
.index_showNews .rightNews .rbox .rbox_a .date2 i {
  font-size: 60px;
  display: block;
  font-style: normal;
  font-family: SimSun;
  padding-left: 0px;
}
.index_showNews .rightNews .rbox .rbox_a .date2 em {
  width: 41px;
  height: 70px;
  background: url(/images/index_showNews_date.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 10px;
}
.index_showNews .rightNews .rbox .rbox_a span {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.index_showNews .rightNews .rbox .rbox_a span .h3 {
  height: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #4d4c4c;
  overflow: hidden;
}
.index_showNews .rightNews .rbox .rbox_a span .h3 i {
  float: right;
  font-size: 14px;
  color: #333;
  font-style: normal;
  margin-left: 5px;
}
.index_showNews .rightNews .rbox .rbox_a span .v2-lc {
  color: #504b49;
  font-size: 14px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.index_showNews .rightNews .rbox .rbox_a:hover .h3 {
  color: #000;
}
.index_showNews .rightNews .rbox .rbox_a:nth-last-of-type(1) {
  border: 0;
}
/*案例展示*/
.index_showCase {
  padding: 20px 0;
  overflow: hidden;
}
.index_showCase .items {
  width: 1300px;
}
.index_showCase .items a {
  float: left;
  margin-right: 60px;
}
.index_showCase .items dl {
  border: 1px solid #4d4c4c;
  border-radius: 10px;
  padding: 5px;
}
.index_showCase .items dt {
  width: 348px;
  height: 190px;
  overflow: hidden;
}
.index_showCase .items dt img {
  -moz-transition: all 5s;
  -o-transition: all 5s;
  -webkit-transition: all 5s;
  transition: all 5s;
  width: 350px;
}
.index_showCase .items dd {
  height: 60px;
  /*padding-left:80px;*/
  padding-left: 15px;
  color: #565353;
  position: relative;
}
.index_showCase .items dd em {
  position: absolute;
  left: 0px;
  top: 0;
  width: 80px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}
.index_showCase .items dd .name {
  font-size: 18px;
  padding: 8px 0 2px 0;
}
.index_showCase .items dd .type {
  font-size: 12px;
}
.index_showCase .items dd .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.index_showCase .items a:hover dd {
  color: #333;
}
.index_showCase .items a:hover img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.index_showCase .more {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.index_showCase .more a {
  color: #b8b8b8;
  border-bottom: 2px solid #a91213;
}
.index_showCase .more a:hover {
  color: #222;
  border-bottom: 2px solid #a91213;
}
.indexTab {
  padding-top: 40px;
}
.indexTab .hd {
  clear: both;
  text-align: center;
}
.indexTab .hd li {
  display: inline-block;
  background: #544B47;
  color: #fff;
  padding: 3px 15px;
  margin: 0px 15px;
  border-radius: 100px;
  cursor: pointer;
}
.indexTab .hd li a {
  color: #fff;
}
.indexTab .hd li:hover,
.indexTab .hd .on {
  background: #a40001;
}
.indexTab .bd {
  margin-top: 50px;
}
.sty2 {
  padding-top: 40px;
}
.sty2 .hd {
  clear: both;
  text-align: center;
}
.sty2 .hd li {
  display: inline-block;
  background: none;
  color: #3b3b3b;
  padding: 0px 15px;
  margin: 0px 5px;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  border-right: 2px solid #3b3b3b;
}
.sty2 .hd li:hover,
.sty2 .hd .on {
  background: none;
  color: #ae0d15;
}
.sty2 .hd li:last-of-type {
  border: 0;
}
.sty2 .bd {
  margin-top: 50px;
}
/*我们的客户*/
.index_ourClients {
  background-color: #fff;
  /*background:#3d3d3d url(/images/index_ourClients_bg.jpg) no-repeat center 0;*/
  
}
.index_ourClients .bd {
  width: 1080px;
  margin: 0px auto;
}
.index_ourClients .bottom {
  padding-top: 100px;
}
.index_ourClients .bottom .leftLoop {
  position: relative;
  height: 100px;
}
.index_ourClients .bottom .hd {
  /*a:hover{background-color:#8c0909;}*/
}
.index_ourClients .bottom .next,
.index_ourClients .bottom .prev {
  background-image: url(/images/index_ourClients_next.png);
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  margin-top: -27.5px;
  /*background-color:#000;*/
  cursor: pointer;
}
.index_ourClients .bottom .next {
  left: 0;
  background-position: 0px 0px;
}
.index_ourClients .bottom .prev {
  right: 0;
  background-position: -57px 0px;
}
.index_ourClients .bottom .links li {
  float: left;
  width: 250px;
  height: 100px;
  margin: 0px 10px;
}
/*我们的团队*/
.index_ourTeam {
  clear: both;
  margin-top: 50px;
  height: 480px;
}
.index_ourTeam .userList li {
  float: left;
  width: 280px;
  text-align: center;
}
.index_ourTeam .userList dl {
  background-color: #d6d7d6;
  padding: 10px;
  margin-right: 53px;
  cursor: pointer;
}
.index_ourTeam .userList dl dt {
  width: 166px;
  height: 193px;
  overflow: hidden;
}
.index_ourTeam .userList dl dt img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
}
.index_ourTeam .userList dl .info {
  position: relative;
  /*padding: 5px 0px 5px 60px;*/
  padding: 5px 0px 5px 5px;
}
.index_ourTeam .userList dl .info p {
  line-height: 18px;
  padding: 0;
}
.index_ourTeam .userList dl .info em {
  position: absolute;
  left: 0px;
  top: 0;
  width: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  font-style: normal;
  color: #595656;
  display: none;
}
.index_ourTeam .userList dl .info .name {
  color: #000;
  font-size: 19px;
  padding: 7px 0 5px 0;
  display: inline-block;
}
.index_ourTeam .userList dl .info .type {
  color: #595656;
  font-size: 12px;
  display: inline-block;
  margin-left: 3px;
}
.index_ourTeam .userList dl dd {
  height: 120px;
}
.index_ourTeam .userList dl dd p {
  line-height: 19px;
  font-size: 12px;
  padding: 0 5px;
  color: #8b8888;
}
.index_ourTeam .userList dl:hover {
  background: #a40001;
}
.index_ourTeam .userList dl:hover em,
.index_ourTeam .userList dl:hover .name,
.index_ourTeam .userList dl:hover .type,
.index_ourTeam .userList dl:hover p {
  color: #fff;
}
.index_ourTeam .leftLoop2 {
  position: relative;
  height: 350px;
}
.index_ourTeam .bd {
  width: 1120px;
  margin: 0px auto;
  overflow: hidden;
}
.index_ourTeam .next,
.index_ourTeam .prev {
  background-image: url(/images/index_ourClients_next.png);
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  margin-top: -27.5px;
  /*background-color:#000;*/
  cursor: pointer;
}
.index_ourTeam .next {
  left: 0;
  background-position: 0px 0px;
}
.index_ourTeam .prev {
  right: 0;
  background-position: -57px 0px;
}
.index_ourTeam .more {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.index_ourTeam .more a {
  color: #b8b8b8;
  border-bottom: 2px solid #a91213;
}
.index_ourTeam .more a:hover {
  color: #222;
  border-bottom: 2px solid #a91213;
}
/*关于我们*/
.index_aboutUs {
  font-size: 17px;
  line-height: 33px;
  color: #0f0f0f;
  text-align: center;
  padding-top: 50px;
}
.index_aboutUs a {
  color: #0f0f0f;
}
.index_aboutUs .aboutUsLookdown {
  text-align: center;
  padding-top: 27px;
}
.index_aboutUs .aboutUsLookdown a {
  display: block;
  background: url(/images/aboutUsLookdown.jpg) no-repeat center;
  width: 43px;
  height: 43px;
  margin: 0 auto;
}
/*联系我们*/
.index_contectUs {
  background: #323335 url(/images/index_contectUs.jpg) no-repeat center 0;
  height: 310px;
  color: #fff;
}
.index_contectUs .eqcode {
  padding: 0 130px 0px 250px;
}
.index_contectUs .eqcode img {
  display: block;
  margin-bottom: 15px;
  width: 180px;
  height: 180px;
}
.index_contectUs .eqcode dl {
  margin-bottom: 15px;
}
.index_contectUs .eqcode dt {
  font-size: 14px;
}
.index_contectUs .eqcode dd {
  font-size: 24px;
}
.index_contectUs .eqcode p {
  text-align: center;
  color: #ccc;
}
.index_contectUs .info .contectUsTitle {
  background: #3B3530 url(/images/contectUsTitle.jpg) no-repeat 0 -10px;
  width: 387px;
  height: 158px;
}
.index_contectUs .info .name {
  font-size: 24px;
  padding-bottom: 10px;
}
.index_contectUs .info p {
  padding-left: 5px;
  line-height: 25px;
  font-size: 16px;
}
/*友情链接*/
.index_frendLinks {
  padding: 30px 0 0 0;
  font-size: 14px;
  text-align: center;
}
.index_frendLinks a {
  display: inline-block;
  margin: 0 6px 10px 6px;
  color: #333;
  white-space: nowrap;
}
.index_frendLinks a:hover {
  color: #ae0d15;
}
/*#region 浮动菜单 */
.side-bar a,
.chat-tips i {
  background-image: url(/images/gdt-img.png);
  background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
  position: fixed;
  right: 0;
  bottom: 200px;
}
.side-bar a {
  display: block;
  cursor: pointer;
  line-height: 50px;
  color: #fff;
}
.side-bar a:hover dl {
  background: #ae0d15;
  width: auto;
}
.side-bar a:hover .floaterqode,
.side-bar a:hover dd {
  display: block;
}
.side-bar dl {
  margin-bottom: 1px;
  background: #454545;
  color: #fff;
  width: 50px;
  float: right;
  clear: right;
  position: relative;
}
.side-bar dl dt {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 22px;
  float: left;
}
.side-bar dl dd {
  float: left;
  line-height: 50px;
  padding-right: 15px;
  font-size: 14px;
  display: none;
}
.side-bar .floaterqode {
  position: absolute;
  top: -20px;
  right: 60px;
  background: #fff;
  padding: 5px;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  display: none;
}
.side-bar .floaterqode img {
  width: 120px;
  height: 120px;
  display: block;
}
.side-bar .floaterqode em {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 30px;
  right: -8px;
}
.side-bar .floaterqode em:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #dcdcdc;
  position: absolute;
  top: -5px;
  right: -3px;
  z-index: -1;
}
/*#endregion*/
/*#endregion*/
/*#region 数字营销*/
.newShuzi {
  margin-top: 130px;
  background: #fafafa url(../images/newShuzibg.jpg) no-repeat center 0;
  padding-top: 350px;
}
.newShuzi .newShuziIco1 {
  padding-bottom: 50px;
}
.newShuzi .newShuziIco1 a:hover dt {
  -moz-transform: rotateY(1);
  -ms-transform: rotateY(1);
  -o-transform: rotateY(1);
  -webkit-transform: rotateY(180edg);
  transform: rotate(15deg);
}
.newShuzi .newShuziIco1 a:hover dd {
  color: #ae0d15;
}
.newShuzi .newShuziIco1 dl {
  width: 20%;
  float: left;
  text-align: center;
}
.newShuzi .newShuziIco1 dt {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.newShuzi .newShuziIco1 dt i {
  height: 148px;
  width: 100%;
  display: inline-block;
  background: url(../images/newShuziIco1.png) no-repeat 0 0;
}
.newShuzi .newShuziIco1 dt .i1 {
  background-position: -20px 0;
}
.newShuzi .newShuziIco1 dt .i2 {
  background-position: -250px 0;
}
.newShuzi .newShuziIco1 dt .i3 {
  background-position: -480px 0;
}
.newShuzi .newShuziIco1 dt .i4 {
  background-position: -710px 0;
}
.newShuzi .newShuziIco1 dt .i5 {
  background-position: -940px 0;
}
.newShuzi .newShuziIco1 dd {
  color: #595757;
  font-size: 18px;
  padding-top: 15px;
}
.newShuzi .newShuziIco2 {
  padding-bottom: 50px;
  margin-bottom: 50px;
  background: #ebebeb url(../images/newShuziTitle1.png) no-repeat center 80px;
  padding-top: 300px;
}
.newShuzi .newShuziIco2 a:hover dt {
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.newShuzi .newShuziIco2 a:hover dd {
  color: #ae0d15;
}
.newShuzi .newShuziIco2 dl {
  width: 25%;
  float: left;
  text-align: center;
}
.newShuzi .newShuziIco2 dt {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.newShuzi .newShuziIco2 dt i {
  height: 148px;
  width: 100%;
  display: inline-block;
  background: url(../images/newShuziIco2.png) no-repeat 0 0;
}
.newShuzi .newShuziIco2 dt .i1 {
  background-position: -50px 0;
}
.newShuzi .newShuziIco2 dt .i2 {
  background-position: -330px 0;
}
.newShuzi .newShuziIco2 dt .i3 {
  background-position: -570px 0;
}
.newShuzi .newShuziIco2 dt .i4 {
  background-position: -830px 0;
}
.newShuzi .newShuziIco2 dd {
  color: #595757;
  font-size: 16px;
  padding-top: 15px;
}
.newShuzi .newShuziIco2 .title {
  color: #535252;
  font-size: 18px;
  padding: 10px 0;
}
.newShuzi .newShuziIco2 .info {
  color: #8c8c8c;
  font-size: 14px;
}
.newShuzi .newShuziTitle2 {
  background: #ffffff url(../images/newShuziTitle2.png) no-repeat center 50px;
  padding-top: 150px;
}
/*#endregion 数字营销*/
/*#region index_旅游 */
.newLvyou {
  margin-top: 130px;
  background: #fafafa url(../images/newLvyoubg.jpg) no-repeat center 0;
  padding-top: 300px;
}
.newLvyou .lvyouIco {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.newLvyou .lvyouIco a:hover .i1 {
  background-position: -73px -180px;
}
.newLvyou .lvyouIco a:hover .i2 {
  background-position: -365px -180px;
}
.newLvyou .lvyouIco a:hover .i3 {
  background-position: -630px -180px;
}
.newLvyou .lvyouIco a:hover .i4 {
  background-position: -908px -180px;
}
.newLvyou .lvyouIco a:hover dd {
  color: #ae0d15;
}
.newLvyou .lvyouIco a.on .i1 {
  background-position: -73px -180px;
}
.newLvyou .lvyouIco a.on .i2 {
  background-position: -365px -180px;
}
.newLvyou .lvyouIco a.on .i3 {
  background-position: -630px -180px;
}
.newLvyou .lvyouIco a.on .i4 {
  background-position: -908px -180px;
}
.newLvyou .lvyouIco a.on dd {
  color: #ae0d15;
}
.newLvyou .lvyouIco dl {
  width: 25%;
  float: left;
  text-align: center;
}
.newLvyou .lvyouIco dt i {
  height: 180px;
  width: 100%;
  display: inline-block;
  background: url(../images/newLvyouIco.png) no-repeat 0 0;
}
.newLvyou .lvyouIco dt .i1 {
  background-position: -73px 0;
}
.newLvyou .lvyouIco dt .i2 {
  background-position: -365px 0;
}
.newLvyou .lvyouIco dt .i3 {
  background-position: -630px 0;
}
.newLvyou .lvyouIco dt .i4 {
  background-position: -908px 0;
}
.newLvyou .lvyouIco dd {
  color: #595757;
  font-size: 16px;
  padding-top: 15px;
}
.newCaselist .menua {
  text-align: center;
  margin-bottom: 50px;
}
.newCaselist .menua a {
  display: inline-block;
  width: 240px;
  text-align: center;
  line-height: 40px;
  background: #eee;
  color: #707070;
  margin: 0 10px 0px 10px;
  font-size: 14px;
}
.newCaselist .menua a:hover,
.newCaselist .menua .on {
  background-color: #707070;
  color: #fff;
}
.newCaselist dl {
  width: 33.33333333%;
  float: left;
  margin-bottom: 40px;
}
.newCaselist dt {
  text-align: center;
}
.newCaselist dt img {
  width: 350px;
  height: 190px;
}
.newCaselist dd {
  width: 350px;
  margin: 0px auto;
}
.newCaselist .name {
  color: #595757;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}
.newCaselist .info {
  color: #595757;
  line-height: 24px;
}
.newCehua {
  margin-top: 130px;
  background: #fafafa url(../images/newCehuabg.jpg) no-repeat center 0;
  padding-top: 300px;
}
.newCehua .lvyouIco {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.newCehua .lvyouIco a:hover .i1 {
  background-position: -73px -180px;
}
.newCehua .lvyouIco a:hover .i2 {
  background-position: -355px -180px;
}
.newCehua .lvyouIco a:hover .i3 {
  background-position: -618px -180px;
}
.newCehua .lvyouIco a:hover .i4 {
  background-position: -885px -180px;
}
.newCehua .lvyouIco a:hover dd {
  color: #ae0d15;
}
.newCehua .lvyouIco a.on .i1  {
  background-position: -73px -180px;
}
.newCehua .lvyouIco a.on .i2 {
  background-position: -355px -180px;
}
.newCehua .lvyouIco a.on .i3 {
  background-position: -618px -180px;
}
.newCehua .lvyouIco a.on .i4 {
  background-position: -885px -180px;
}
.newCehua .lvyouIco a.on dd {
  color: #ae0d15;
}
.newCehua .lvyouIco dl {
  width: 25%;
  float: left;
  text-align: center;
}
.newCehua .lvyouIco dt i {
  height: 180px;
  width: 100%;
  display: inline-block;
  background: url(../images/newCehuaIco.png) no-repeat 0 0;
}
.newCehua .lvyouIco dt .i1 {
  background-position: -73px 0;
}
.newCehua .lvyouIco dt .i2 {
  background-position: -355px 0;
}
.newCehua .lvyouIco dt .i3 {
  background-position: -618px 0;
}
.newCehua .lvyouIco dt .i4 {
  background-position: -885px 0;
}
.newCehua .lvyouIco dd {
  color: #595757;
  font-size: 16px;
  padding-top: 15px;
}
.indexLv_body {
  position: relative;
  text-align: center;
  color: #595757;
  overflow: hidden;
}
.indexLv_body .title {
  position: absolute;
  /*background:rgba(0,0,0,.5);*/
}
.b1 .title {
  top: 10px;
  right: 210px;
  width: 200px;
  height: 90px;
}
.b1 .info {
  padding: 130px 200px 0 0px;
}
.b1 .info p {
  line-height: 30px;
  font-size: 15px;
}
.b2 .title {
  top: 0px;
  right: 470px;
  width: 250px;
  height: 70px;
}
.b2 .yewu {
  padding: 141px 0 0 324px;
  /*a:hover,*/
}
.b2 .yewu a {
  float: left;
  width: 167px;
  height: 167px;
  margin-right: 15px;
  border-radius: 100em;
  overflow: hidden;
}
.b2 .yewu a dl {
  color: #898989;
}
.b2 .yewu a dt {
  font-size: 80px;
  font-family: SimSun,Arial,Verdana;
  padding: 10px 0 0 0;
  height: 90px;
}
.b2 .yewu a dd {
  color: #595757;
  font-size: 15px;
  line-height: 20px;
}
.b2 .yewu .on {
  background: url(/images/indexLv_body2_on.jpg) no-repeat 0 0;
}
.b2 .yewu .on dl,
.b2 .yewu .on dd {
  color: #dcdddd;
}
.b3 .title {
  bottom: 20px;
  left: 330px;
  width: 150px;
  height: 90px;
}
.b3 .info {
  position: absolute;
  width: 410px;
  right: 255px;
  top: -5px;
  text-align: left;
}
.b3 .info p {
  line-height: 24px;
  font-size: 15px;
  display: none;
}
.b3 .info p.p1 {
  display: block;
}
.b4 a {
  float: left;
  width: 33.33333333%;
  overflow: hidden;
  margin-top: 10px;
}
.b4 a img {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.b4 a dd {
  -moz-transition: all 5s;
  -o-transition: all 5s;
  -webkit-transition: all 5s;
  transition: all 5s;
}
.b4 .allwidth {
  padding-top: 9px;
}
.b4 dl {
  position: relative;
}
.b4 dt {
  width: 377px;
  height: 220px;
  background: #000;
}
.b4 dt img {
  width: 377px;
  height: 220px;
}
.b4 dd {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #a61d1a;
  background: rgba(166, 29, 26, 0.9);
  color: #fff;
  width: 188px;
  height: 188px;
  border-radius: 100em;
  text-align: center;
  margin-left: -94px;
  margin-top: -94px;
  font-size: 17px;
  display: table;
  display: none;
}
.b4 dd p {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  line-height: 30px;
}
.b4 a:hover img {
  opacity: .5;
}
.b4 a:hover dd {
  display: table;
}
.b5 .ourTeam {
  clear: both;
  margin-top: 170px;
  height: 600px;
}
.b5 .ourTeam .userList li {
  float: left;
}
.b5 .ourTeam .userList dl {
  padding: 0px;
  margin-right: 30px;
  /*cursor:pointer;*/
}
.b5 .ourTeam .userList dl dt {
  width: 270px;
  height: 290px;
  overflow: hidden;
}
.b5 .ourTeam .userList dl dt img {
  min-width: 100%;
  min-height: 100%;
}
.b5 .ourTeam .userList dl .info {
  position: relative;
  padding: 15px 0px 15px 5px;
}
.b5 .ourTeam .userList dl .info p {
  line-height: 18px;
  padding: 0;
}
.b5 .ourTeam .userList dl .info em {
  position: absolute;
  left: 0px;
  top: 0;
  width: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  font-style: normal;
  color: #595656;
}
.b5 .ourTeam .userList dl .info .name {
  color: #222;
  font-size: 17px;
  padding: 7px 0 5px 0;
  background: url(/images/ourTeam_name_bg.jpg) no-repeat center;
}
.b5 .ourTeam .userList dl .info .type {
  color: #595757;
  font-size: 13px;
  padding-top: 5px;
}
.b5 .ourTeam .userList dl dd p {
  line-height: 22px;
  font-size: 14px;
  padding: 0 5px;
  color: #595757;
}
.b5 .ourTeam .userList dl:hover {
  /*background:#a40001;
            em,.name,.type,p{color:#fff;}*/
}
.b5 .ourTeam .leftLoop2 {
  position: relative;
  height: 450px;
}
.b5 .ourTeam .hd {
  display: none;
}
.b5 .ourTeam .bd {
  /*width:1145px;*/
  margin: 0px auto;
  overflow: hidden;
}
.b5 .ourTeam .next,
.b5 .ourTeam .prev {
  background-image: url(/images/index_ourTeam_next.png);
  position: absolute;
  width: 14px;
  height: 26px;
  top: 50%;
  margin-top: -27.5px;
  cursor: pointer;
  z-index: 99;
}
.b5 .ourTeam .next {
  left: 0;
  background-position: 0px 0px;
}
.b5 .ourTeam .prev {
  right: 0;
  background-position: -16px 0px;
}
.b5 .ourTeam .more {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.b5 .ourTeam .more a {
  color: #b8b8b8;
  border-bottom: 2px solid #a91213;
}
.b5 .ourTeam .more a:hover {
  color: #222;
  border-bottom: 2px solid #a91213;
}
/*#endregion */
/*#region 关于我们 */
.erPage {
  padding: 20px 0;
}
.erPage .navbar {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.erPage .navbar a {
  color: #333;
}
.erPage .navbar .on {
  color: #ae0d15;
}
.erPage .newsTitle {
  text-align: center;
  font-size: 18px;
  color: #ae0d15;
  font-weight: bold;
}
.erPage .newsTime {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  color: #666;
  font-size: 13px;
}
.erPage .bigTitle {
  text-align: center;
  font-size: 24px;
  border-bottom: 2px solid #fff;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.erPage .bigTitle span {
  border-bottom: 2px solid #ae0d15;
  display: inline-block;
  padding: 0px 10px;
  color: #ae0d15;
  letter-spacing: 2px;
}
.erPage .erTitle {
  text-align: center;
  padding: 25px 0 0 0;
  line-height: 22px;
  font-weight: bold;
}
.erPage .erTitle a {
  color: #333;
  font-size: 16px;
  margin: 0px 15px;
  position: relative;
}
.erPage .erTitle em {
  display: inline-block;
  width: 12px;
  height: 22px;
  background: url(/images/erPage_splitTitle.png) no-repeat center;
  vertical-align: top;
}
.erPage .erTitle a:hover,
.erPage .erTitle .on {
  color: #ae0d15;
}
.erPage .erTitle i {
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ccc transparent;
}
.erPage .threeTitle {
  border-top: 1px solid #ccc;
  text-align: center;
  width: 90%;
  margin: 20px auto;
  color: #666;
  font-size: 15px;
  padding-top: 15px;
  font-weight: bold;
  margin-top: -20px;
  /*改*/
  margin-top: 0px;
  border: 0;
}
.erPage .threeTitle a {
  color: #666;
  margin: 0px 25px;
}
.erPage .threeTitle a:hover,
.erPage .threeTitle .on {
  color: #ae0d15;
}
.erPage .threeTitle .on {
  position: relative;
}
.erPage .threeTitle .on i {
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ccc transparent;
}
.erPage .threeTitle .on:after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ccc transparent;
}
.erPage .fourTitle {
  text-align: left;
  width: 90%;
  margin: 20px auto;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  /*改*/
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.erPage .fourTitle a {
  color: #666;
  margin: 0px 30px 0 0;
  white-space: nowrap;
}
.erPage .fourTitle a:hover,
.erPage .fourTitle .on {
  color: #ae0d15;
}
.erPage .fiveTitle {
  text-align: left;
  width: 90%;
  margin: 20px auto;
  color: #666;
  font-size: 12px;
  line-height: 24px;
  font-family: SimSun;
}
.erPage .fiveTitle a {
  color: #666;
  margin: 0 10px;
  white-space: nowrap;
}
.erPage .fiveTitle a:hover,
.erPage .fiveTitle .on {
  color: #ae0d15;
}
.erPage .about_contect {
  min-height: 500px;
  margin: 50px 0;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
.erPage .nextNews {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 30px;
  font-size: 13px;
}
.erPage .nextNews a {
  color: #333;
  margin-right: 100px;
}
.erPage .nextNews a:hover {
  color: #ae0d15;
}
/*#endregion */
/*#region 新闻列表 */
.news_list {
  /*margin-top:-20px;*/
}
.news_list .pic {
  width: 349px;
  height: 190px;
  overflow: hidden;
  float: left;
  background-size: cover;
  background: url(images/temp/index_showCase1.jpg) no-repeat center center;
  margin-right: 20px;
}
.news_list .pic a {
  display: block;
  height: 100%;
}
.news_list .news {
  line-height: 25px;
}
.news_list .news .name {
  font-size: 22px;
  padding: 10px 0;
}
.news_list .news .name a {
  color: #333;
}
.news_list .news .name a:hover {
  color: #ae0d15;
}
.news_list .news .user {
  font-size: 13px;
  color: #666;
}
.news_list .news .info {
  font-size: 14px;
  color: #333;
  padding-top: 5px;
}
.news_list .news .info a {
  margin-left: 10px;
  color: #ae0d15;
  white-space: nowrap;
}
.news_list .news .info a:hover {
  text-decoration: underline;
}
.news_list li {
  padding: 15px 0;
  border-bottom: 1px dotted #999;
}
.Pager {
  text-align: center;
  font-size: 15px;
  font-family: SimSun;
  color: #474747;
  padding: 35px 0;
}
.Pager a {
  display: inline-block;
  color: #474747;
  height: 29px;
  line-height: 29px;
  padding: 0px 10px;
  margin: 0px 5px;
  border: 1px solid #B3B3B3;
}
.Pager .on,
.Pager a:hover {
  background: #ae0d15;
  border-color: #ae0d15;
  color: #fff;
}
.Pager .on:hover {
  background: #bd1c24;
}
.Pager .txt {
  border: 1px solid #B3B3B3;
  width: 30px;
  height: 20px;
  text-align: center;
  margin: 0px 3px;
  background-color: #fff;
}
/*#endregion */
/*#region 招聘 */
.recruitment {
  padding-top: 80px;
  background: url(/images/recruitment_bg.jpg) no-repeat right 50px;
  min-height: 750px;
}
.recruitment .item {
  color: #070002;
  width: 680px;
}
.recruitment .item .name {
  font-size: 18px;
  font-weight: bold;
}
.recruitment .item div {
  padding-bottom: 5px;
}
.recruitment .item .zhize {
  padding: 20px 0 35px 0;
  font-size: 15px;
  line-height: 22px;
}
.recruitment .item .zhize p {
  padding: 5px 0;
  color: #333;
}
/*#endregion */
/*#region 案例 */
.showCaseList {
  padding: 50px 0;
  overflow: hidden;
}
.showCaseList .items {
  width: 1300px;
  padding-left: 55px;
  padding-bottom: 20px;
}
.showCaseList .items a {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.showCaseList .items dt {
  width: 350px;
  height: 190px;
  overflow: hidden;
}
.showCaseList .items dt img {
  -moz-transition: all 5s;
  -o-transition: all 5s;
  -webkit-transition: all 5s;
  transition: all 5s;
  width: 350px;
}
.showCaseList .items dd {
  height: 60px;
  padding-left: 10px;
  background: #373838;
  color: #cecfcf;
  position: relative;
}
.showCaseList .items dd em {
  position: absolute;
  left: 0px;
  top: 0;
  width: 80px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}
.showCaseList .items dd .name {
  font-size: 18px;
  padding: 8px 0 2px 0;
}
.showCaseList .items dd .type {
  font-size: 12px;
}
.showCaseList .items dd .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.showCaseList .items a:hover dd {
  color: #fff;
}
.showCaseList .items a:hover img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.caseDetail {
  padding-top: 150px;
}
.caseDetail .gallery {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: left;
  width: 550px;
  margin-right: 50px;
}
.caseDetail .gallery .bd li .pic {
  line-height: 0px;
}
.caseDetail .gallery .bd li .bg,
.caseDetail .gallery .bd li .title {
  display: none;
}
.caseDetail .gallery .bd li img {
  width: 550px;
  height: 350px;
}
.caseDetail .gallery .hd {
  position: relative;
  padding: 0 15px;
  margin-top: 10px;
  zoom: 1;
}
.caseDetail .gallery .hd .tempWrap {
  margin-left: 8px;
}
.caseDetail .gallery .hd ul {
  overflow: hidden;
  zoom: 1;
}
.caseDetail .gallery .hd li {
  width: 125px;
  padding-top: 4px;
  text-align: center;
  cursor: pointer;
  float: left;
}
.caseDetail .gallery .hd li img {
  width: 106px;
  height: 60px;
  border: 1px solid #ddd;
  padding: 2px;
}
.caseDetail .gallery .hd li.on {
  background: url("/images/icoUp.gif") no-repeat center 0;
}
.caseDetail .gallery .hd li.on img {
  border: 1px solid #ae0d15;
  background: #fff;
}
.caseDetail .gallery .hd .sNext,
.caseDetail .gallery .hd .sPrev {
  text-align: center;
  width: 15px;
  height: 66px;
  line-height: 66px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 4px;
}
.caseDetail .gallery .hd .sNext {
  left: auto;
  right: 0px;
}
.caseDetail .gallery .hd .sNext:hover,
.caseDetail .gallery .hd .sPrev:hover {
  text-decoration: none;
  border: 1px solid #ae0d15;
}
.caseDetail .rightInfo .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.caseDetail .rightInfo .t1 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}
/*#endregion */
/*#region 团队 */
.ourTeamList {
  padding: 50px 0 50px 30px;
}
.ourTeamList dl {
  background-color: #d6d7d6;
  padding: 10px;
  margin: 0px 20px 20px 20px;
  cursor: pointer;
  width: 166px;
  float: left;
}
.ourTeamList dl dt {
  width: 166px;
  height: 193px;
  overflow: hidden;
}
.ourTeamList dl dt img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
}
.ourTeamList dl .info {
  position: relative;
  padding: 5px 0px 5px 5px;
}
.ourTeamList dl .info p {
  line-height: 18px;
  padding: 0;
}
.ourTeamList dl .info .name {
  color: #000;
  font-size: 19px;
  padding: 7px 0 5px 0;
}
.ourTeamList dl .info .type {
  color: #000;
  font-size: 12px;
}
.ourTeamList dl dd {
  height: 134px;
}
.ourTeamList dl dd p {
  line-height: 19px;
  font-size: 12px;
  padding: 0 5px;
  color: #595656;
}
.ourTeamList dl:hover {
  background: #a40001;
}
.ourTeamList dl:hover em,
.ourTeamList dl:hover .name,
.ourTeamList dl:hover .type,
.ourTeamList dl:hover p {
  color: #fff;
}
.ourTeamList2 dl {
  background-color: #d6d7d6;
  padding: 10px;
  margin: 0px 10px 20px 10px;
  cursor: pointer;
  width: 166px;
  float: left;
}
/*#endregion */
/*#region 联系我们 */
.ContactUs {
  padding: 50px 0 50px 30px;
}
.ContactUs .info h1 {
  font-size: 25px;
  margin-bottom: 15px;
}
.ContactUs .info h2 {
  font-size: 15px;
}
.ContactUs .info .bm {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
}
.ContactUs .info .eqcode {
  padding-top: 20px;
}
.ContactUs #allmap {
  width: 680px;
  height: 600px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 0;
  font-family: "微软雅黑";
}
/*#endregion */
/*#region 媒体高速 */
.indexRowDivMeiti {
  background: #ccc;
  padding-top: 0px;
}
.indexRowDivMeiti a {
  float: left;
  width: 33.33333333%;
  color: #3E3E3E;
}
.indexRowDivMeiti dl {
  text-align: center;
  position: relative;
  background: url(/images/indexRowDiv1_dl2.jpg) no-repeat right center;
  background-size: 1px 100px;
}
.indexRowDivMeiti a:nth-last-of-type(1) dl {
  /*background:none;*/
}
.indexRowDivMeiti a:nth-last-of-type(1) {
  background: url(/images/indexRowDiv1_dl2.jpg) no-repeat right center;
  background-size: 1px 100px;
}
.indexRowDivMeiti a:first-of-type {
  background: url(/images/indexRowDiv1_dl2.jpg) no-repeat left center;
  background-size: 1px 100px;
}
.indexRowDivMeiti a:hover dl em {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.indexRowDivMeiti a:hover dl dd {
  visibility: visible;
}
.indexRowDivMeiti dt {
  padding-top: 20px;
}
.indexRowDivMeiti dt em {
  background-image: url("/images/indexRowDiv2.png");
  display: block;
  margin: 0px auto;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.indexRowDivMeiti dt .i1 {
  background-position: 0px 0px;
  width: 110px;
  height: 110px;
}
.indexRowDivMeiti dt .i2 {
  background-position: -112px 0px;
  width: 110px;
  height: 110px;
}
.indexRowDivMeiti dt .i3 {
  background-position: -224px 0px;
  width: 110px;
  height: 110px;
}
.indexRowDivMeiti dt .i4 {
  background-position: -336px 0px;
  width: 110px;
  height: 110px;
}
.indexRowDivMeiti dt span {
  font-size: 22px;
  display: block;
  padding: 20px 0 20px 0;
}
.indexRowDivMeiti dd {
  font-size: 20px;
  line-height: 60px;
  background: #78060c;
  color: #4a0304;
  text-transform: uppercase;
  display: none;
}
.indexRowDivMeiti a.on {
  color: #fff;
  background: #ae0d15;
}
.indexRowDivMeiti a.on dt em {
  background-image: url("/images/indexRowDiv1.png");
}
.indexMap {
  width: 1107px;
  height: 1604px;
  background: url(/images/index_map.jpg) no-repeat center;
  position: relative;
}
.indexMap li {
  background: url() no-repeat 0 0;
  position: absolute;
  opacity: 0;
  z-index: 50;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.indexMap li a {
  display: block;
  height: 100%;
}
.indexMap li:hover {
  opacity: 1;
}
.index_img_jc {
  width: 1200px;
  height: 510px;
  background: url(/images/index_img_jc.jpg) no-repeat center;
  margin: 0 auto;
}
.index_img_jc a {
  display: block;
  height: 100%;
}
.index_img_cz {
  width: 1200px;
  height: 531px;
  background: url(/images/index_img_cz.jpg) no-repeat center;
  margin: 0 auto;
}
.index_img_cz a {
  display: block;
  height: 100%;
}
.huwaigg_list dl {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.huwaigg_list dt {
  float: left;
  width: 350px;
  height: 190px;
  margin-right: 20px;
}
.huwaigg_list dt img {
  width: 350px;
  height: 190px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
}
.huwaigg_list dd {
  float: left;
  font-size: 13px;
  color: #666;
  width: 195px;
  overflow: hidden;
}
.huwaigg_list dd p {
  border-bottom: 1px dotted #ccc;
  line-height: 35px;
  white-space: nowrap;
}
.huwaigg_list dt:hover img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
}
.interErPage {
  padding: 50px 0;
  min-height: 800px;
  width: 1200px;
  margin: 0px auto;
  text-align: left;
}
.interErPage .leftMenu {
  width: 280px;
  border: 1px solid #eeeeee;
  border-top: 0;
}
.interErPage .leftMenu * {
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.interErPage .leftMenu dl {
  border-top: 1px solid #eeeeee;
}
.interErPage .leftMenu dl a {
  display: block;
  color: #0e2026;
  font-size: 16px;
  padding-left: 32px;
}
.interErPage .leftMenu .on dt {
  background: #edf0f2;
}
.interErPage .leftMenu .on dt a {
  /*color:#ae0d15;*/
}
.interErPage .leftMenu .on dd {
  display: block;
}
.interErPage .leftMenu dt {
  line-height: 50px;
  font-weight: bold;
}
.interErPage .leftMenu dd {
  padding: 5px 0;
  /*display:none;*/
  padding-left: 20px;
  line-height: 40px;
}
.interErPage .leftMenu dd a {
  padding-left: 30px;
  color: #0e2026;
  font-size: 15px;
}
.interErPage .leftMenu .active,
.interErPage .leftMenu a:hover {
  background: #edf0f2;
}
.interErPage .navbar {
  border-bottom: 1px solid #dcdcdc;
  line-height: 40px;
  margin-right: 20px;
  position: relative;
}
.interErPage .rightInfo {
  width: 880px;
  position: relative;
  padding-left: 25px;
  max-width: 100%;
}
.interErPage .rightInfo .t {
  font-size: 20px;
  color: #313131;
  font-weight: bold;
  border-left: 10px solid #9B9B9B;
  padding-left: 15px;
}
.interErPage .rightInfo .r {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-size: 14px;
}
.interErPage .rightInfo .r a {
  color: #666;
  margin: 0 5px;
}
.interErPage .rightInfo .r a:hover,
.interErPage .rightInfo .r .on {
  color: #000;
}
.interErPage .rightInfo .content {
  overflow: hidden;
  /*padding:20px 0;*/
  min-height: 500px;
  /*margin:10px 0;*/
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
.interErPage .rightInfo .content img {
  max-width: 100%;
}
.interErPage .rightInfo .showCaseList .items {
  max-width: 100%;
  width: auto;
  line-height: normal;
}
/*#endregion */
/*#region 2016/4/26旅游板块新改 真他大爷bi了狗了 */
.newLyIndex {
  padding: 50px 0;
  width: 1200px;
  margin: 0px auto;
}
.newLyIndex dl {
  padding-bottom: 50px;
}
.newLyIndex dt {
  float: left;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.newLyIndex dt img {
  height: 280px;
}
.newLyIndex dd {
  float: left;
  border-bottom: 2px solid #ccc;
  width: 920px;
  height: 278px;
  text-align: center;
  overflow: hidden;
}
.newLyIndex .it {
  float: left;
  width: 50%;
  margin-top: 30px;
}
.newLyIndex .it a {
  color: #2c2c2c;
}
.newLyIndex .it img {
  width: 70px;
}
.newLyIndex .it .txt {
  font-size: 15px;
}
.newLyIndex .anli {
  float: left;
  width: 33.33%;
  overflow: hidden;
  height: 110px;
  text-align: center;
  margin-top: 10px;
}
.newLyIndex .anli img {
  max-width: 100%;
  max-height: 95%;
}
.newLyYewu {
  padding-bottom: 50px;
}
.newLyYewu .bigTitle {
  font-size: 35px;
  padding-bottom: 30px;
  padding-left: 50px;
}
.newLyYewu .bigTitle .english {
  font-size: 20px;
}
.newLyYewu .item {
  height: 150px;
  line-height: 150px;
  overflow: hidden;
  padding: 10px 0px;
}
.newLyYewu .item dt {
  float: left;
  font-size: 25px;
  padding-left: 60px;
  width: 400px;
}
.newLyYewu .item dt img {
  vertical-align: middle;
  margin-left: 80px;
  width: 80px;
}
.newLyYewu .item dd {
  float: left;
  width: 650px;
  line-height: 30px;
  padding-top: 30px;
  font-size: 16px;
  color: #313131;
  letter-spacing: 3px;
}
.newLyYewu .item:nth-of-type(2n+1) {
  background: #f3f3f3;
}
.index_lvyou_fwjj {
  position: relative;
  height: 800px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.index_lvyou_fwjj .t1 {
  position: absolute;
  top: 200px;
  left: 400px;
  width: 700px;
}
.index_lvyou_fwjj .t2 {
  position: absolute;
  top: 600px;
  left: 400px;
  width: 700px;
}
.caseNewDetail {
  /*padding-top:130px;*/
}
.caseNewDetail .bigimg {
  padding-bottom: 30px;
  overflow: hidden;
}
.caseNewDetail .bigimg img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
}
.caseNewDetail .smailimgs {
  margin-top: 20px;
}
.caseNewDetail .smailimgs img {
  width: 32%;
  float: left;
  margin: 5px 0.5%;
  height: 220px;
}
.caseNewDetail .rightInfo .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #404040;
}
.caseNewDetail .rightInfo .t1 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  color: #585858;
}
.caseNewDetail .rightInfo .t1 em {
  display: inline-block;
  width: 15px;
  background: #292929;
  height: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.case_list {
  /*margin-top:-20px;*/
  width: 1000px;
  margin: 0px auto;
}
.case_list .pic {
  width: 349px;
  height: 190px;
  overflow: hidden;
  float: left;
  background-size: cover;
  background: url(images/temp/index_showCase1.jpg) no-repeat center center;
  margin-right: 20px;
}
.case_list .pic a {
  display: block;
  height: 100%;
}
.case_list .news {
  position: relative;
  line-height: 25px;
}
.case_list .news .name {
  font-size: 22px;
  padding: 10px 0;
}
.case_list .news .name a {
  color: #333;
}
.case_list .news .name a:hover {
  color: #ae0d15;
}
.case_list .news .user {
  font-size: 13px;
  color: #666;
}
.case_list .news .info {
  font-size: 15px;
  color: #333;
  padding-top: 5px;
  height: 140px;
  overflow: hidden;
  line-height: 30px;
}
.case_list .news .info a {
  color: #fff;
  white-space: nowrap;
  background: #c7000b;
  position: absolute;
  padding: 0px 15px;
  bottom: 0px;
  right: 0;
}
.case_list li {
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}
/*#endregion */
/*# sourceMappingURL=PubilcStyle.css.map */