@charset "utf-8";
@-webkit-keyframes index_title {
  0% {
    width: 76px;
  }
  100% {
    width: 180px;
  }
}
@-moz-keyframes index_title {
  0% {
    width: 76px;
  }
  100% {
    width: 180px;
  }
}
@-ms-keyframes index_title {
  0% {
    width: 76px;
  }
  100% {
    width: 180px;
  }
}
@-o-keyframes index_title {
  0% {
    width: 76px;
  }
  100% {
    width: 180px;
  }
}
@keyframes index_title {
  0% {
    width: 76px;
  }
  100% {
    width: 180px;
  }
}
@-webkit-keyframes l_r {
  0% {
    -webkit-transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes l_r {
  0% {
    -moz-transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes l_r {
  0% {
    -ms-transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes l_r {
  0% {
    -o-transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes l_r {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes r_l {
  0% {
    -webkit-transform: translateX(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes r_l {
  0% {
    -moz-transform: translateX(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes r_l {
  0% {
    -ms-transform: translateX(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes r_l {
  0% {
    -o-transform: translateX(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes r_l {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes d_t {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes d_t {
  0% {
    -moz-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes d_t {
  0% {
    -ms-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes d_t {
  0% {
    -o-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes d_t {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  font-size: 12px;
  font-family: '微软雅黑', Microsoft YaHei, '微软雅黑', Tahoma, Arial, sans-serif;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  -webkit-appearance: none;
  resize: none;
}
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
  padding: 0;
  border: none;
}
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
}
em,
i {
  font-style: normal;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #c9040e;
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: '微软雅黑';
  font-weight: normal;
}
button,
input,
textarea {
  outline: none;
}
a:active {
  outline: none;
}
a:visited {
  outline: none;
}
.container {
  width: 1180px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body {
  min-width: 1200px;
  font-family: "微软雅黑", "Regular";
}
.hide {
  display: none;
}
.header_fixed {
  width: 100%;
  min-width: 1200px;
  height: auto;
  background: #fff;
  z-index: 999;
  border-top: 2px solid #cc0b18;
  -webkit-box-shadow: .1px .1px 20px #f1f1f1;
  -moz-box-shadow: .1px .1px 20px #f1f1f1;
  -ms-box-shadow: .1px .1px 20px #f1f1f1;
  -o-box-shadow: .1px .1px 20px #f1f1f1;
  box-shadow: 0.1px 0.1px 20px #f1f1f1;
}
.header-nav {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 16px;
}
.header-nav .header-logo {
  overflow: hidden;
}
.header-nav .header-logo .logo-img {
  width: 68px;
  height: logo_h;
  float: left;
  margin-right: 10px;
}
.header-nav .header-logo .logo-right {
  margin-top: 26px;
}
.header-nav .header-logo p {
  font-size: 20px;
  font-weight: bold;
  color: #e60012;
}
.header-nav li {
  float: left;
  height: 118px;
  line-height: 118px;
  margin-left: 5px;
}
.header-nav li:hover a {
  color: #fff;
  background: #e62129;
}
.header-nav li a {
  padding: 18px 20px;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-nav li .nav_dq {
  color: #fff;
  background: #e62129;
}
.header_center {
  display: none;
}
.tel-wrap .tel1 {
  float: left;
  width: 155px;
  height: 72px;
  padding-left: 50px;
  background: url("../images/tel.png") no-repeat 0 center;
}
.tel-wrap .tel2 {
  float: left;
  width: 390px;
  height: 72px;
  padding-left: 50px;
  background: url("../images/phone-sm.png") no-repeat 0 center;
}
.tel-wrap p {
  width: 300px;
  color: #333;
  line-height: 20px;
  padding-top: 15px;
  font-size: 12px;
}
.tel-wrap h2 {
  color: #d70000;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
}
.tel-wrap .phone {
  margin-top: 24px;
}
.top-wrap {
  width: 100%;
  /*border-top: 2px solid #cc0b18;*/
  padding-bottom: 8px;
}
.top-welcome {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  color: #8e8d8d;
}
.top-welcome a {
  color: #8e8d8d;
  margin-left: 6px;
}
.top-welcome a:hover {
  color: #ff8a00;
}
.top {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.top .header-logo .logo-img {
  width: 90px;
  float: left;
  margin-right: 8px;
}
.top .header-logo .logo-right {
  float: left;
  margin-top: 20px;
}
.nav-wrap {
  padding: 6px 0;
  background: #ca000e;
}
.nav-wrap nav.nav {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.nav-wrap nav.nav li {
  float: left;
  margin-left: 20px;
  position: relative;
}
.nav-wrap nav.nav li .top_hot {
  position: absolute;
  width: 19px;
  height: 21px;
  top: 0;
  right: 0;
}
.nav-wrap nav.nav li:hover a {
  background: #f80012;
  border-radius: 4px;
}
.nav-wrap nav.nav a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 24px;
  font-size: 16px;
}
.nav-wrap nav.nav .active {
  background: #f80012;
  border-radius: 4px;
}
.nav-fixed {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}
.banner {
  background-color: #53c5e7;
  width: 100%;
  min-width: 1200px;
}
.banner .banner_center {
  zoom: 1;
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.banner .banner_center:after {
  content: "";
  display: block;
  clear: both;
}
.banner table {
  height: 300px;
}
.banner table td {
  height: 300px;
  *width: 600px;
  text-align: center;
}
.banner .banner_left {
  float: left;
  margin-left: 60px;
  -webkit-animation: .6s linear 0s alternate none 1 running l_r;
  -moz-animation: .6s linear 0s alternate none 1 running l_r;
  -ms-animation: .6s linear 0s alternate none 1 running l_r;
  -o-animation: .6s linear 0s alternate none 1 running l_r;
  animation: 0.6s linear 0s alternate none 1 running l_r;
}
.banner .banner_right {
  float: right;
  margin-right: 60px;
  -webkit-animation: .6s linear 0s alternate none 1 running r_l;
  -moz-animation: .6s linear 0s alternate none 1 running r_l;
  -ms-animation: .6s linear 0s alternate none 1 running r_l;
  -o-animation: .6s linear 0s alternate none 1 running r_l;
  animation: 0.6s linear 0s alternate none 1 running r_l;
}
.banner .banner_left_1 {
  margin-left: 30px;
}
.banner .banner_right1 {
  margin-right: 30px;
}
.zyslide-container {
  position: relative;
  overflow: hidden;
}
.zyslide-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.zyslide-wrap .zy-slide {
  float: left;
}
.slide-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 500px;
  margin: 0 auto;
}
.slide-banner .zyslide-container {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  margin-left: -960px;
  height: 500px;
}
.slide-banner .zyslide-container .zyslide-wrap {
  width: 38400px;
  height: 500px;
}
.slide-banner .zyslide-container .zy-slide {
  width: 1920px;
  height: 500px;
  margin-right: 0px;
}
.slide-banner .zyslide-container .zy-slide img {
  width: 1920px;
  height: 500px;
}
.slide-banner .slide-button-wrap {
  top: 50%;
  height: 46px;
  margin: -23px auto 0;
}
.slide-banner .slide-button-wrap > .slide-button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 46px;
  margin-top: -23px;
  text-align: center;
  line-height: 46px;
  font-family: '宋体';
  font-size: 50px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.slide-banner .slide-button-wrap > .slide-button.prev {
  left: 60px;
}
.slide-banner .slide-button-wrap > .slide-button.next {
  right: 60px;
}
.slide-banner .slide-radius {
  position: absolute;
  left: 50%;
  bottom: -100px;
  margin-right: -10px;
}
.slide-banner .slide-radius div {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #666666;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.slide-banner .slide-radius div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slide-banner .slide-radius .cur {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slide-button-wrap {
  /*position: absolute;
	border: 1px solid red;
	right: 12px;
	width: 68px;
	top: 16px;*/
}
.slide-button-wrap > .slide-button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 40px;
  line-height: 40px;
  margin-top: -24px;
  text-align: center;
  font-family: '宋体';
  font-size: 50px;
  font-weight: bold;
  color: #ccc;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slide-button-wrap > .slide-button:hover {
  color: #cc0b18;
}
.slide-button-wrap > .slide-button.prev {
  left: -50px;
}
.slide-button-wrap > .slide-button.next {
  right: -50px;
}
.cases-wrap {
  /*@all_num: 4;*/
  /*@all_width: @all_num * (@w + @mr);*/
  position: relative;
  width: 1120px;
  margin: 0 auto 40px;
  height: 200px;
}
.cases-wrap .zyslide-container {
  width: 1120px;
  height: 200px;
}
.cases-wrap .zyslide-container .zyslide-wrap {
  /*width: @all_width;*/
}
.cases-wrap .zyslide-container .zy-slide {
  width: 268px;
  height: 200px;
  margin-right: 16px;
}
.cases-wrap .zyslide-container .zy-slide:hover .cases_exa_mask {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.cases-wrap .zyslide-container .zy-slide:hover .cases_word {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cases-wrap .zyslide-container .zy-slide:hover .cases_exa_h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
.cases-wrap .zyslide-container .zy-slide .content {
  position: relative;
  width: 266px;
  height: 198px;
  border: 1px solid #abafb0;
}
.cases-wrap .zyslide-container .zy-slide .content img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 266px;
  height: 198px;
}
.cases-wrap .zyslide-container .zy-slide .content a {
  display: block;
}
.cases-wrap .zyslide-container .zy-slide .cases_exa_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.cases-wrap .zyslide-container .zy-slide .cases_exa_h2 {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  filter: alpha(opacity=0);
  transform: translateY(-160px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.cases-wrap .slide-button-wrap {
  top: 16px;
}
.main-business {
  margin: 0 auto;
  /*@all_num: 4;*/
  /*@all_width: @all_num * (@w + @mr);*/
  position: relative;
  width: 1088px;
  height: 357px;
}
.main-business .zyslide-container {
  width: 1088px;
  height: 357px;
}
.main-business .zyslide-container .zyslide-wrap {
  /*width: @all_width;*/
}
.main-business .zyslide-container .zy-slide {
  width: 272px;
  height: 357px;
  margin-right: 0px;
}
.main-business .zyslide-container .zy-slide:hover .content {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.main-business .zyslide-container .zy-slide:hover .index_service_img {
  -webkit-animation: .6s linear 0s alternate none 1 running fadeInDown;
  -moz-animation: .6s linear 0s alternate none 1 running fadeInDown;
  -ms-animation: .6s linear 0s alternate none 1 running fadeInDown;
  -o-animation: .6s linear 0s alternate none 1 running fadeInDown;
  animation: 0.6s linear 0s alternate none 1 running fadeInDown;
}
.main-business .zyslide-container .zy-slide .content {
  width: 236px;
  height: 346px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.main-business .zyslide-container .zy-slide .content h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.main-business .zyslide-container .zy-slide .content p {
  margin: 0 30px;
  color: #797979;
  line-height: 2;
  text-align: center;
}
.main-business .slide-button-wrap {
  top: 16px;
}
.main-business .index_service_img img {
  display: block;
  width: 200px;
  height: 140px;
  margin: 30px auto 16px;
}
.block_title {
  overflow: hidden;
  width: 1200px;
  min-width: 1200px;
  height: 50px;
  margin: 0 auto;
  zoom: 1;
  padding: 50px 0 40px 0;
}
.block_title:after {
  content: "";
  display: block;
  clear: both;
}
.block_title .title_word {
  color: #2b9edf;
  float: left;
  padding-right: 5px;
  font-size: 30px;
}
.block_title .title_word .en_title {
  color: #adadad;
}
.index_title {
  width: 1200px;
  height: 52px;
  border: 1px solid transparent;
  text-align: center;
  margin: 50px auto;
  overflow: hidden;
}
.index_title h2 {
  color: #cc0b18;
  font-size: 26px;
  margin: 0;
  padding: 6px;
}
.index_title h2 a.more {
  font-size: 12px;
  margin-left: 10px;
  color: #aaa;
}
.index_title h2 a.more:hover {
  color: #cc0b18;
}
.index_title span {
  display: block;
  width: 1200px;
  height: 7px;
  overflow: hidden;
  background: url(../images/fgx.png) 0 0 no-repeat;
}
.index-col3-wrap {
  width: 1060px;
  margin: 0 auto 60px;
}
.index-col3 {
  margin-right: -20px;
}
.index-col3 > .item {
  float: left;
  width: 340px;
  margin-right: 20px;
}
.index-col3 > .item > .content {
  border: 1px solid #ccc;
}
.index-col3 .title {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.index-col3 ul {
  height: 175px;
  padding: 0 16px;
}
.index-col3 li {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px dashed #cacaca;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -o-text-overflow: ellipsis;
}
.index-col3 li:hover span {
  margin-right: 12px;
}
.index-col3 li span {
  font-family: '宋体';
  margin-right: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.index-col3 .more a {
  display: block;
  width: 50px;
  height: 20px;
  margin: 16px auto 20px;
  line-height: 20px;
  text-align: center;
  background: #ddd;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.index-col3 .more a:hover {
  color: #fff;
  background: #cc0b18;
}
.faq-img img {
  display: block;
  width: 297px;
  height: 90px;
  margin: 0 auto 8px;
}
/* 公司买卖 */
.company-trading {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.company-trading .title {
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  color: #cc0b18;
  text-indent: 8px;
  text-align: center;
}
.company-msg {
  width: 810px;
}
.company-msg .table-header {
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #D10807;
}
.company-msg .table-header li {
  float: left;
}
.company-msg .table-wrap {
  position: relative;
  height: 214px;
  overflow: hidden;
  border: 2px solid #CCC;
}
.company-msg table {
  position: absolute;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.company-msg tr {
  width: 100%;
  line-height: 1.6;
}
.company-msg td {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.company-msg .text-left {
  text-align: left;
}
.company-msg .text-left a {
  display: block;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -o-text-overflow: ellipsis;
}
.company-adver {
  width: 360px;
}
.company-adver li {
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.company-adver li:hover {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.company-adver li img {
  display: block;
  width: 360px;
  height: 80px;
}
.footer {
  width: 100%;
  min-width: 1200px;
  margin-top: 40px;
  height: auto;
  color: #fff;
  overflow: hidden;
  font-size: 14px;
  background: #2d2d2d;
  border-top: 4px solid #cc0b18;
}
.footer_center {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  zoom: 1;
  padding-top: 27px;
  margin-bottom: 20px;
  line-height: 2.2;
}
.footer_center:after {
  content: "";
  display: block;
  clear: both;
}
.footer_center a {
  color: #fff;
  margin-right: 10px;
}
.footer_center a:hover {
  color: #cc0b18;
}
.flink {
  float: left;
  width: 460px;
}
.word_fk {
  color: #fff;
  font-size: 16px;
}
.contact {
  width: 500px;
  float: left;
}
.footer_weixin {
  float: right;
  margin-top: 12px;
}
.footer_weixin img {
  width: 100px;
  height: 100px;
}
.the_contact span {
  margin-right: 10px;
}
.beian {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
  border-top: 2px solid #cc0b18;
}
.b_link {
  text-align: left;
  margin: 0 0 7px 0;
}
.b_link a {
  color: #ffffff;
}
.right_fixed {
  position: fixed;
  right: 1%;
  bottom: 1%;
  z-index: 998;
}
.right_bar a {
  width: 52px;
  height: 52px;
  margin-bottom: 1px;
  display: block;
  background-image: url(../images/right_fixed.png);
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.right_bar a span {
  position: absolute;
  right: 52px;
  bottom: -10px;
  width: 172px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.01, 0.01);
  -moz-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  -o-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  transform-origin: 95% 95%;
}
.right_bar .right1 {
  background-position: 0 -860px;
}
.right_bar .right1 span {
  height: 220px;
  background: url(../images/right_fixed.png) 0 8px no-repeat;
}
.right_bar .right1:hover {
  background-position: 0 -922px;
}
.right_bar .right1:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.right_bar .right2 {
  background-position: 0 -550px;
}
.right_bar .right2 span {
  height: 47px;
  line-height: 47px;
  bottom: 2px;
  width: 180px;
  font-size: 20px;
  text-align: right;
  padding-right: 12px;
}
.right_bar .right2:hover {
  background-position: 0 -612px;
}
.right_bar .right2:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.right_bar .to_top {
  background-position: 0 -674px;
}
.right_bar .to_top:hover {
  background-position: 0 -736px;
}
.index_banner {
  width: 100%;
  min-width: 1200px;
  height: 508px;
  background: #f3f3f3;
  overflow: hidden;
}
.index_banner_center {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
}
.index_banner_content {
  zoom: 1;
}
.index_banner_content:after {
  content: "";
  display: block;
  clear: both;
}
.index_banner_content2,
.index_banner_content3,
.index_banner_content4 {
  display: none;
}
.index_banner_left {
  float: left;
  width: 373px;
}
.index_banner_left h2 {
  font-size: 26px;
  color: #7d7d7d;
  line-height: 2;
}
.index_banner_left p {
  font-size: 15px;
  color: #8b8a8a;
  line-height: 1.8;
}
.index_banner_left .good {
  font-size: 15px;
  color: #8b8a8a;
  line-height: 1.8;
}
.index_banner_left .good li {
  text-indent: -24px;
  margin-left: 24px;
}
.index_banner_left ul.icon {
  zoom: 1;
}
.index_banner_left ul.icon:after {
  content: "";
  display: block;
  clear: both;
}
.index_banner_left ul.icon li {
  width: 71px;
  height: 72px;
  float: left;
  margin-top: 30px;
  margin-right: 42px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
}
.index_banner_left ul.icon .banner_icon_1 {
  background-position: 0 0;
}
.index_banner_left ul.icon .banner_icon_2 {
  background-position: -71px 0;
}
.index_banner_left ul.icon .banner_icon_3 {
  background-position: -142px 0;
}
.banner_left_click {
  -webkit-animation: 1s ease 0s normal backwards 1 running l_r;
  -moz-animation: 1s ease 0s normal backwards 1 running l_r;
  -ms-animation: 1s ease 0s normal backwards 1 running l_r;
  -o-animation: 1s ease 0s normal backwards 1 running l_r;
  animation: 1s ease 0s normal backwards 1 running l_r;
}
.banner_right_click {
  -webkit-animation: 1s ease 0s normal backwards 1 running r_l;
  -moz-animation: 1s ease 0s normal backwards 1 running r_l;
  -ms-animation: 1s ease 0s normal backwards 1 running r_l;
  -o-animation: 1s ease 0s normal backwards 1 running r_l;
  animation: 1s ease 0s normal backwards 1 running r_l;
}
.index_banner_right {
  float: right;
  width: 800px;
}
.index_banner_right img {
  width: 800px;
  height: 350px;
}
.index_banner_bottom {
  margin-top: 63px;
  -webkit-animation: 1s ease 0s normal backwards 1 running d_t;
  -moz-animation: 1s ease 0s normal backwards 1 running d_t;
  -ms-animation: 1s ease 0s normal backwards 1 running d_t;
  -o-animation: 1s ease 0s normal backwards 1 running d_t;
  animation: 1s ease 0s normal backwards 1 running d_t;
}
.index_banner_bottom ul {
  text-align: center;
}
.index_banner_bottom ul li {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  color: #757575;
  width: 149px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #7d7d7d;
  margin: 0 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.index_banner_bottom ul li:hover {
  border: 1px solid #45b6dc;
}
.index_banner_bottom ul .index_banner_dangqian {
  border: 1px solid #45b6dc;
}
.service {
  background: #fff;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  padding-bottom: 50px;
}
.service hr {
  width: 846px;
}
.service_exa {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.service_exa ul {
  height: 300px;
  zoom: 1;
}
.service_exa ul:after {
  content: "";
  display: block;
  clear: both;
}
.service_exa li {
  width: 220px;
  height: 220px;
  position: relative;
  float: left;
  margin-left: 60px;
}
.index_service_center {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.jt {
  font-family: '宋体';
  position: absolute;
  top: 307px;
  *top: 367px;
  font-size: 36px;
  font-weight: bold;
  color: #72b6e0;
  -moz-user-select: none;
  cursor: pointer;
}
.jt_l {
  left: 20px;
}
.jt_r {
  right: 20px;
}
.index_service_outdiv {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  /*height: 385px;*/
}
.index_service_item {
  zoom: 1;
  margin-right: -34px;
}
.index_service_item:after {
  content: "";
  display: block;
  clear: both;
}
.index_service_item li {
  width: 270px;
  height: 335px;
  float: left;
  margin: 5px 34px 18px 2px;
  border: 1px solid #ddd;
  padding-bottom: 20px;
}
.index_service_item li .index_service_img {
  height: 190px;
  overflow: hidden;
}
.index_service_item li:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.index_service_item li:hover .index_service_img img {
  -webkit-animation: .6s linear 0s alternate none 1 running fadeInDown;
  -moz-animation: .6s linear 0s alternate none 1 running fadeInDown;
  -ms-animation: .6s linear 0s alternate none 1 running fadeInDown;
  -o-animation: .6s linear 0s alternate none 1 running fadeInDown;
  animation: 0.6s linear 0s alternate none 1 running fadeInDown;
}
.index_service_item li img {
  display: block;
  margin: 42px auto;
  width: 200px;
  height: 140px;
}
.index_service_item li h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #cc0b18;
}
.index_service_item li p {
  margin: 0 30px;
  color: #797979;
  line-height: 2;
  text-align: center;
}
.ringimg,
.ring,
.ringtit {
  position: absolute;
}
.ringimg {
  top: 0;
  left: 0;
}
.ringimg img {
  width: 220px;
  height: 220px;
}
.ring {
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ring:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ring img {
  width: 220px;
  height: 220px;
}
.ringtit {
  left: 0;
  top: 240px;
  border: 1px solid #cacbcc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 2;
  width: 150px;
  margin-left: 35px;
  text-align: center;
}
.ringtit:hover {
  border: 1px solid #2b9edf;
}
.ringtit a:hover {
  color: #000000;
}
.cases hr {
  width: 878px;
}
.index_about_wrap .index_about {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.index_about_wrap .index_about > .left {
  width: 480px;
  overflow: hidden;
}
.index_about_wrap .index_about > .right {
  width: 700px;
  font-size: 14px;
  line-height: 34px;
}
.index_about_wrap .index_about > .right p {
  text-indent: 2em;
}
.scheme {
  background: #f5f9ff;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.scheme hr {
  width: 841px;
}
.scheme_exa {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.scheme_exa ul {
  zoom: 1;
  padding-left: 35px;
}
.scheme_exa ul:after {
  content: "";
  display: block;
  clear: both;
}
.scheme_exa ul li {
  float: left;
  overflow: hidden;
  padding: 0 10px 0 160px;
  width: 360px;
  height: 140px;
  margin: 0 30px 30px 0;
  background: url(../images/exa.fw.png) no-repeat;
}
.scheme_exa ul li a:link {
  font-size: 18px;
  color: #000;
  line-height: 2.2;
  display: block;
}
.scheme_exa ul li a:hover {
  color: #fda333;
}
.scheme_exa ul li p {
  font-size: 12px;
  color: ##999999;
  line-height: 1.8;
}
.news hr {
  width: 882px;
}
.news_exa {
  overflow: hidden;
  margin-bottom: 30px;
}
.news_exa ul {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.news_exa ul .radius_time {
  height: 87px;
  width: 100%;
  overflow: hidden;
}
.news_exa ul .radius_time .radius_div {
  position: relative;
  width: 100%;
  color: #888;
  font-size: 12px;
}
.news_exa ul .radius_time .radius_div span {
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 87px;
}
.news_exa ul .radius_time .radius_div .radius_time_left {
  left: 0;
  top: 0;
  background-image: url(../images/radius_left.gif);
}
.news_exa ul .radius_time .radius_div .radius_time_left span {
  display: block;
  width: 60px;
  margin-left: -46px;
  margin-top: 4px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news_exa ul .radius_time .radius_div .radius_time_right {
  right: 0;
  top: 0;
  background-image: url(../images/radius_right.gif);
}
.news_exa ul .radius_time .radius_div .radius_time_right span {
  display: block;
  width: 60px;
  margin-left: 30px;
  margin-top: -4px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.news_exa ul .radius_time hr {
  width: 100%;
  margin-top: 43px;
  border: 0;
  border-bottom: 1px solid #000000;
}
.news_exa ul li {
  overflow: hidden;
  height: 211px;
}
.news_exa ul li div {
  width: 360px;
  padding: 10px 20px;
}
.news_exa ul li div .news_time {
  text-align: right;
  color: #999;
  border-top: 1px dashed #d9d9d9;
  margin-top: 16px;
  width: 350px;
  padding: 0 0;
  line-height: 2.5;
}
.news_exa ul li div .news_time span {
  display: block;
  height: 12px;
}
.news_exa ul li div .news_time span a {
  display: inline;
  line-height: 3.6;
}
.news_exa ul li div .news_time span a img {
  width: 39px;
  height: 11px;
}
.news_exa ul li div a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 2.5;
  text-align: left;
}
.news_exa ul li div a:link {
  color: #000000;
}
.news_exa ul li div a:hover {
  /*color: #ff970f;*/
  color: #cc0b18;
}
.news_exa ul li div p {
  font-size: 12px;
  line-height: 1.6;
  color: #666666;
}
.news_exa ul li .news_exa_left {
  float: left;
}
.news_exa ul li .news_exa_left p {
  text-indent: 2em;
}
.news_exa ul li .news_exa_center {
  width: 352px;
  height: 202px;
  margin: 0 16px;
}
.news_exa ul li .news_exa_right {
  float: right;
}
.news_exa ul li .news_exa_right p {
  text-indent: 2em;
}
.index_news li {
  margin-bottom: 12px;
}
.index_news li .news_left {
  overflow: hidden;
  border-bottom: 1px dashed #dbdbdb;
}
.index_news li .news_left .outline {
  width: 768px;
  border-left: 0;
}
.about_us {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  zoom: 1;
}
.about_us:after {
  content: "";
  display: block;
  clear: both;
}
.introduce {
  zoom: 1;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}
.introduce:after {
  content: "";
  display: block;
  clear: both;
}
.introduce h2 {
  font-size: 24px;
  color: #191919;
}
.introduce img {
  width: 457px;
  height: 234px;
  padding-bottom: 70px;
  float: left;
  margin: 0 80px 0 45px;
  display: block;
}
.introduce p {
  color: #353535;
  line-height: 1.8;
  padding-right: 40px;
  font-size: 14px;
  margin-top: 16px;
  text-indent: 2em;
}
.culture,
.the_team {
  zoom: 1;
  margin: 30px auto;
  width: 1096px;
}
.culture:after,
.the_team:after {
  content: "";
  display: block;
  clear: both;
}
.culture h3,
.the_team h3 {
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #6f6f6f;
}
.culture {
  zoom: 1;
  padding-top: 60px;
  padding-bottom: 40px;
}
.culture:after {
  content: "";
  display: block;
  clear: both;
}
.culture ul {
  color: #353535;
  line-height: 2.8;
  font-size: 18px;
}
.culture_left {
  float: left;
  width: 500px;
}
.culture_left h3 {
  color: #2b9edf;
}
.culture_right {
  width: 538px;
  height: 399px;
  float: left;
  margin-left: 30px;
  margin-top: -30px;
}
.culture_right img {
  width: 538px;
  height: 399px;
}
.our_kh {
  border-top: 1px solid #e5e5e5;
  padding: 70px 0;
}
.kh_item {
  zoom: 1;
  margin-right: -7px;
}
.kh_item:after {
  content: "";
  display: block;
  clear: both;
}
.kh_item li {
  float: left;
  margin-right: 7px;
  *margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid #bcbcbc;
  width: 192px;
  height: 130px;
}
.kh_item li:hover {
  -webkit-animation: .6s linear 0s alternate none 1 running fadeInDown;
  -moz-animation: .6s linear 0s alternate none 1 running fadeInDown;
  -ms-animation: .6s linear 0s alternate none 1 running fadeInDown;
  -o-animation: .6s linear 0s alternate none 1 running fadeInDown;
  animation: 0.6s linear 0s alternate none 1 running fadeInDown;
}
.kh_item li img {
  width: 192px;
  height: 130px;
}
.the_team {
  height: 854px;
  border: 1px solid #0000ff;
}
.team {
  position: relative;
  height: 784px;
}
.team_img,
.team_mask {
  position: absolute;
  width: 1096px;
  height: 784px;
  top: 0;
  left: 0;
}
.team_img ul li {
  float: left;
}
.team_mask {
  background: url(../images/our_team.png);
}
.seo,
.bxy_seo,
.seo_world {
  background: #fff;
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  zoom: 1;
  margin-bottom: 50px;
}
.seo:after,
.bxy_seo:after,
.seo_world:after {
  content: "";
  display: block;
  clear: both;
}
.seo h2,
.bxy_seo h2,
.seo_world h2 {
  margin: 20px 0;
  color: #444444;
}
.seo {
  margin-bottom: 0;
}
.seo h2 {
  font-size: 20px;
  color: #444444;
}
.why {
  width: 1200px;
  height: 172px;
  zoom: 1;
}
.why:after {
  content: "";
  display: block;
  clear: both;
}
.seo_left {
  word-spacing: 8px;
  /*letter-spacing: 1.4px;*/
  color: #888;
  width: 557px;
  padding-left: 45px;
  float: left;
}
.seo_left h3,
.seo_left ul {
  line-height: 2.3;
  width: 557px;
}
.seo_left h3 {
  font-size: 18px;
  font-weight: 400;
}
.seo_left ul {
  font-size: 14px;
}
.seo_left p {
  margin-top: 20px;
  line-height: 2;
}
.seo_right {
  float: left;
  width: 380px;
  height: 172px;
  margin-left: 110px;
}
.bxy_seo_why {
  margin-left: 45px;
  width: 1075px;
  height: 220px;
  background-image: url(../images/bxy_seo.png);
}
.seo_world_exa {
  zoom: 1;
  padding-left: 46px;
  padding-right: -30px;
}
.seo_world_exa:after {
  content: "";
  display: block;
  clear: both;
}
.seo_world_exa li {
  float: left;
  width: 437px;
  height: 56px;
  overflow: hidden;
  margin: 0 60px 30px 0;
  padding-left: 66px;
  background: url(../images/sp_fw.png) no-repeat;
}
.seo_world_exa li h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #333333;
}
.seo_world_exa li p {
  font-size: 12px;
  color: #666666;
}
.cases_exa {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.cases {
  padding-bottom: 30px;
}
.cases_exa ul {
  zoom: 1;
  margin: 0 -39px 30px 0;
}
.cases_exa ul:after {
  content: "";
  display: block;
  clear: both;
}
.cases_exa ul li {
  float: left;
  overflow: hidden;
  width: 285px;
  height: 195px;
  position: relative;
  margin: 0 17px 20px 0;
  border: 1px solid #abafb0;
}
.cases_exa ul li:hover .cases_exa_mask {
  filter: alpha(opacity=80);
  opacity: .8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.cases_exa ul li:hover h2.cases_exa_h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
.cases_exa ul li:hover .cases_word {
  filter: alpha(opacity=80);
  opacity: .8;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cases_exa ul li img {
  width: 285px;
  height: 195px;
  position: absolute;
  top: 0;
}
.cases_exa h2.cases_exa_h2 {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  filter: alpha(opacity=0);
  transform: translateY(-160px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.cases_exa_mask {
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cases_word {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  border: 1px solid #fff;
  width: 100px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  margin: 6px 0 0 -50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.cases_word span {
  margin-right: 10px;
}
.contact_page {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
}
.add {
  zoom: 1;
}
.add:after {
  content: "";
  display: block;
  clear: both;
}
.add > .left {
  float: left;
  width: 530px;
}
.contact_form {
  float: right;
}
.contact_form input[type="text"] {
  width: 234px;
  margin-left: 19px;
  height: 61px;
  line-height: 61px;
  padding: 0 20px;
  background: #eee;
  border: 1px solid #eeeeee;
}
.faguang {
  border: 1px solid #cbd1ff;
  -webkit-box-shadow: 0 0 10px #cbd1ff;
  -moz-box-shadow: 0 0 10px #cbd1ff;
  -ms-box-shadow: 0 0 10px #cbd1ff;
  -o-box-shadow: 0 0 10px #cbd1ff;
  box-shadow: 0 0 10px #cbd1ff;
  background: #ffffff;
}
.liuyan {
  margin: 14px 0 14px 19px;
  width: 529px;
  height: 120px;
  line-height: 120px;
  padding: 10px 20px;
  background: #eee;
  resize: none;
  border: 1px solid #eeeeee;
}
.lybt {
  float: right;
}
.lybt input {
  width: 113px;
  height: 36px;
  border: 1px solid #93c4f5;
  margin-left: 43px;
  cursor: pointer;
  background: #93c4f5;
  color: #ffffff;
}
.lybt input:hover {
  color: #000;
  background: #ffffff;
}
.dt {
  width: 1200px;
  min-width: 1200px;
  height: 413px;
  margin: 0 auto;
  margin: 30px 0;
}
.news {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.news_news_exa {
  width: 955px;
  margin-left: 100px;
}
.news_news_exa li {
  zoom: 1;
  width: 970px;
  margin-bottom: 62px;
}
.news_news_exa li:after {
  content: "";
  display: block;
  clear: both;
}
.no-time li {
  margin-bottom: 22px;
}
.no-time li .news_left {
  height: 100px;
  float: none;
  margin: 0 auto;
}
.no-time .news_left .times {
  background: url(../images/sp_fw.png) no-repeat 0px -794px;
}
.no-time li .news_left .outline {
  height: 100px;
}
.news_left {
  width: 800px;
  height: 120px;
  border-bottom: 2px solid #dbdbdb;
  margin-right: 30px;
  float: left;
  zoom: 1;
}
.news_left:after {
  content: "";
  display: block;
  clear: both;
}
.news_left .times {
  width: 46px;
  height: 136px;
  overflow: hidden;
  background: url(../images/sp_fw.png) no-repeat 0 -800px;
  float: left;
}
.news_left .times span {
  display: inline-block;
  width: 100px;
  color: #888;
  margin: 75px 0 0 -26px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news_left .outline {
  float: left;
  width: 720px;
  height: 120px;
  line-height: 1.8;
  padding: 0 2px 0 20px;
  border-left: 2px solid #dbdbdb;
  overflow: hidden;
}
.news_left .outline a {
  font-size: 18px;
  display: block;
  color: #111;
  line-height: 2;
}
.news_left .outline a:hover {
  /*color: #2b9edf;*/
  color: #cc0b18;
}
.news_left .outline p {
  text-indent: 2em;
  font-size: 14px;
  color: #656565;
}
.news_img {
  display: inline-block;
  width: 120px;
  height: 120px;
  float: left;
}
.news_img img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cccccc;
}
.paging {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  overflow: hidden;
}
.paging ul {
  height: 36px;
}
.paging ul li {
  zoom: 1;
  height: 36px;
}
.paging ul li:after {
  content: "";
  display: block;
  clear: both;
}
.paging ul li span {
  margin-right: 10px;
}
.paging ul li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/sp_fw.png) no-repeat -60px -830px;
}
.paging ul li a:hover {
  background-position: -60px -865px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.paging ul li .paging_current {
  background-position: -60px -865px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.paging ul li .last {
  background-position: -95px -830px;
}
.paging ul li .last:hover {
  background-position: -95px -865px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.paging ul li .next {
  background-position: -130px -830px;
}
.paging ul li .next:hover {
  background-position: -130px -865px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_one_main {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.content_dh {
  font-family: '宋体', Regular, '微软雅黑', Tahoma, Arial, sans-serif;
  margin-top: 16px;
  color: #c1c1c1;
  font-size: 18px;
}
.content_dh a {
  color: #666666;
}
.content_dh a:hover {
  color: #ca000e;
}
.new_time {
  font-family: '宋体', Microsoft YaHei, '微软雅黑', Tahoma, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  height: 44px;
  line-height: 44px;
}
.new_title {
  font-family: '宋体', Microsoft YaHei, '微软雅黑', Tahoma, Arial, sans-serif;
  font-size: 24px;
  border-bottom: 1px dashed #e2e2e2;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.new_content {
  width: 1014px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
  line-height: 1.8;
  font-size: 16px;
  word-spacing: 8px;
  /*letter-spacing: 1.4px;*/
}
.new_content p {
  text-indent: 2em;
}
.new_l_n {
  zoom: 1;
  width: 1014px;
  margin: 0 auto 30px auto;
  font-family: '宋体', Microsoft YaHei, '微软雅黑', Tahoma, Arial, sans-serif;
  font-size: 14px;
}
.new_l_n:after {
  content: "";
  display: block;
  clear: both;
}
.new_l_n span {
  color: #9f9f9f;
}
.new_l_n a {
  color: #2f2f2f;
}
.new_l_n a:hover {
  color: #ffaf6f;
}
.new_l {
  float: left;
}
.new_n {
  float: right;
}
.cases_one_main {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.cases_switch {
  width: 666px;
  height: 38px;
  margin: 30px auto;
  position: relative;
}
.cases_switch a {
  display: block;
}
.cases_switch .switch_last,
.cases_switch .switch_next {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  opacity: 0.6;
}
.cases_switch .switch_last {
  left: 0;
  background: url(../images/shu.fw.png) no-repeat -130px 0;
}
.cases_switch .switch_next {
  right: 0;
  background: url(../images/shu.fw.png) no-repeat -170px 0;
}
.cases_switch_title {
  width: 404px;
  height: 38px;
  line-height: 38px;
  margin: 20px 0;
  font-size: 20px;
  background: #c3d9ff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  margin-left: 131px;
}
.cases_switch_title a:hover {
  color: #ff9524;
}
.cases_bigimg {
  width: 1004px;
  margin: 0 auto 40px;
  height: auto;
}
.website_center_div {
  width: 1200px;
  margin: 0 auto;
}
.taocan_select {
  padding: 1px 0 10px;
  width: 100%;
  min-width: 1200px;
}
.taocan_select_item {
  zoom: 1;
  margin: 0 auto;
}
.taocan_select_item:after {
  content: "";
  display: block;
  clear: both;
}
.taocan_select_item li {
  float: left;
  border: 1px solid #dedede;
  width: 237px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #757575;
  cursor: pointer;
  background: #e9e9e9;
}
.taocan_select_item li:hover {
  height: 48px;
  border-top: 3px solid #5fbcdd;
  background: #f3f3f3;
  color: #5fbcdd;
}
.taocan_select_item li span {
  font-family: '宋体';
  margin-right: 10px;
}
.taocan_select_item .taocan_choose {
  height: 48px;
  border-top: 3px solid #5fbcdd;
  background: #f3f3f3;
  color: #5fbcdd;
}
.taocan_explain {
  zoom: 1;
  margin: 0 auto;
  padding: 60px 0;
  border-bottom: 1px solid #e9e9e9;
}
.taocan_explain:after {
  content: "";
  display: block;
  clear: both;
}
.taocan_explain .taocan_explain_left {
  float: left;
  width: 600px;
}
.taocan_explain .taocan_explain_left img {
  display: block;
  height: 306px;
  margin: 0 auto;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
.taocan_explain .taocan_explain_right {
  float: left;
  width: 500px;
  font-size: 15px;
  color: #757575;
}
.taocan_explain .taocan_explain_right strong {
  color: #191919;
}
.taocan_explain .taocan_explain_right p {
  font-family: '宋体';
  font-size: 18px;
  margin-top: 20px;
  color: #999;
  line-height: 1.8;
}
.taocan_explain .taocan_explain_right ul {
  font-size: 24px;
  color: #5e5e5e;
  line-height: 2.4;
  margin-top: 30px;
}
.taocan_explain .taocan_explain_right ul strong {
  color: #ff9e2a;
}
.taocan_explain .taocan_explain_right ol {
  zoom: 1;
  margin-top: 22px;
  margin-right: -92px;
}
.taocan_explain .taocan_explain_right ol:after {
  content: "";
  display: block;
  clear: both;
}
.taocan_explain .taocan_explain_right ol li {
  float: left;
  margin: 0 92px 0 0;
  font-size: 14px;
  color: #999999;
}
.taocan_explain .taocan_explain_right ol li img {
  display: block;
}
.taocan_explain .taocan_explain_right ol li strong {
  display: block;
  margin: 10px 0;
}
.taocan_one_img img {
  display: block;
  margin: 0 auto;
}
.tc_app_one {
  zoom: 1;
}
.tc_app_one:after {
  content: "";
  display: block;
  clear: both;
}
.tc_app_one .tc_app_img {
  float: left;
  width: 280px;
  margin: 76px auto;
}
.tc_app_one .tc_app_img img {
  display: block;
  margin: 0 auto;
}
.tc_app_one .tc_app_word {
  float: left;
  width: 828px;
  padding: 35px;
}
.tc_app_one .tc_app_word h2 {
  color: #656565;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.tc_app_one .tc_app_word strong {
  display: block;
  color: #656565;
  font-size: 14px;
  margin: 8px 0;
}
.tc_app_one .tc_app_word p {
  font-size: 14px;
  color: #999;
  margin-bottom: 36px;
}
.our_power {
  width: 100%;
  min-width: 1200px;
  padding: 70px 0;
}
.our_power_item {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  zoom: 1;
}
.our_power_item:after {
  content: "";
  display: block;
  clear: both;
}
.our_power_item li {
  float: left;
  width: 168px;
  height: 115px;
  line-height: 115px;
  background: #66bfdf;
  text-align: center;
  font-family: '微软雅黑', 'Bold';
  font-size: 21px;
  color: #fff;
  margin: 0 3px 4px 0;
  font-weight: bold;
}
.our_power_item .white_bg {
  color: #66bfdf;
  background: #ffffff;
}
.service_liucheng {
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
}
.service_liucheng_center {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}
.service_liucheng_item {
  zoom: 1;
  margin: 20px -10px 0 0;
}
.service_liucheng_item:after {
  content: "";
  display: block;
  clear: both;
}
.service_liucheng_item li {
  float: left;
  width: 190px;
  margin-right: 10px;
}
.service_liucheng_item li div {
  margin: 0 auto;
  width: 108px;
  height: 108px;
}
.service_liucheng_item li .ser1 {
  background: url(../images/ser.png) -11px -606px no-repeat;
}
.service_liucheng_item li .ser2 {
  background: url(../images/ser.png) -11px -487px no-repeat;
}
.service_liucheng_item li .ser3 {
  background: url(../images/ser.png) -11px -368px no-repeat;
}
.service_liucheng_item li .ser4 {
  background: url(../images/ser.png) -11px -249px no-repeat;
}
.service_liucheng_item li .ser5 {
  background: url(../images/ser.png) -11px -130px no-repeat;
}
.service_liucheng_item li .ser6 {
  background: url(../images/ser.png) -11px -11px no-repeat;
}
.service_liucheng_item li h3 {
  text-align: center;
  margin: 23px 2px 20px 34px;
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  color: #333333;
}
.service_liucheng_item li .alb1 {
  background: url(../images/luoma.png) 0 0 no-repeat;
}
.service_liucheng_item li .alb2 {
  background: url(../images/luoma.png) 0 -32px no-repeat;
}
.service_liucheng_item li .alb3 {
  background: url(../images/luoma.png) 0 -61px no-repeat;
}
.service_liucheng_item li .alb4 {
  background: url(../images/luoma.png) 0 -91px no-repeat;
}
.service_liucheng_item li .alb5 {
  background: url(../images/luoma.png) 0 -121px no-repeat;
}
.service_liucheng_item li .alb6 {
  background: url(../images/luoma.png) 0 -151px no-repeat;
}
.seo_shoulu_outdiv {
  width: 100%;
  min-width: 1200px;
  padding-bottom: 50px;
}
.seo_shoulu {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.seo_shoulu_item {
  zoom: 1;
  margin-right: -50px;
}
.seo_shoulu_item:after {
  content: "";
  display: block;
  clear: both;
}
.seo_shoulu_item li {
  width: 260px;
  float: left;
  text-align: center;
  margin-right: 50px;
}
.seo_shoulu_item li div {
  width: 71px;
  height: 76px;
  margin: 0 auto 40px;
}
.seo_shoulu_item li .sl1 {
  background: url(../images/pro.png) -10px -94px no-repeat;
}
.seo_shoulu_item li .sl2 {
  background: url(../images/pro.png) -6px -10px no-repeat;
}
.seo_shoulu_item li .sl3 {
  background: url(../images/pro.png) -8px -248px no-repeat;
}
.seo_shoulu_item li .sl4 {
  background: url(../images/pro.png) -4px -173px no-repeat;
}
.seo_shoulu_item li h3 {
  font-size: 18px;
  color: #353535;
}
.bxy_seo_outdiv {
  width: 100%;
  min-width: 1200px;
  background: #f3f3f3;
  padding-bottom: 50px;
  overflow: hidden;
}
.bxy_seo_center {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.bxy_seo_item {
  zoom: 1;
  margin-left: 34px;
  margin-right: -70px;
}
.bxy_seo_item:after {
  content: "";
  display: block;
  clear: both;
}
.bxy_seo_item li {
  float: left;
  width: 270px;
  margin-left: 34px;
  margin-right: 70px;
}
.bxy_seo_item li div {
  width: 108px;
  height: 108px;
  margin: 0 auto;
}
.bxy_seo_item li .bxy_seo1 {
  background: url(../images/pro.png) 0 -333px no-repeat;
}
.bxy_seo_item li .bxy_seo2 {
  background: url(../images/pro.png) 0 -451px no-repeat;
}
.bxy_seo_item li .bxy_seo3 {
  background: url(../images/pro.png) 0 -570px no-repeat;
}
.bxy_seo_item li h3 {
  text-align: center;
  color: #353535;
  font-size: 18px;
  padding: 0;
  margin: 16px 0;
}
.bxy_seo_item li p {
  font-size: 14px;
  color: #757575;
  line-height: 1.8;
}
.one_stop_outdiv {
  width: 100%;
  min-width: 1200px;
  background: #f3f3f3;
  padding-bottom: 50px;
  overflow: hidden;
}
.one_stop_center {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.one_stop_item {
  zoom: 1;
  margin-right: -71px;
}
.one_stop_item:after {
  content: "";
  display: block;
  clear: both;
}
.one_stop_item li {
  float: left;
  width: 40px;
  padding: 15px;
  height: 264px;
  margin-right: 71px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.bgy {
  background: #ff9803;
}
.bgb {
  background: #28adfa;
}
