/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@charset "utf-8";
/* CSS Document */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  font-family: "微软雅黑", Tahoma, Arial, Helvetica, sans-serif;
  color: #222;
  background: #fff;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
pre {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "微软雅黑";
}
h1,
h2,
h3,
h4 {
  font-size: 14px;
  font-family: "微软雅黑", Tahoma, Arial;
}
a {
  text-decoration: none;
  color: #222;
  outline: none;
}
input {
  outline: none;
}
img {
  border: 0 none;
  vertical-align: top;
}
ul li {
  list-style: none;
}
i {
  font-style: normal;
}
.c {
  clear: both;
  overflow: hidden;
  zoom: 1;
}
.center {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.warp {
  width: 1220px;
  margin: 0 auto;
  clear: both;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt18 {
  margin-top: 18px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt90 {
  margin-top: 90px;
}




#header_box {
  height: 90px;
  background: rgba(255, 255, 255, 1);
  clear: both;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -moz-box-shadow: 0px 0px 13px #666;
  -webkit-box-shadow: 0px 0px 13px #666;
  box-shadow: 0px 0px 13px #666;
}
.header {
  width: 1300px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.header .logo img {
  width: auto;
  height: 90px;
  overflow: hidden;
}
.search_box {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: #eee;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 22px;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
  z-index: 101;
}
#search-form {
  -moz-transition: max-width, 0.5s;
  -o-transition: max-width, 0.5s;
  -webkit-transition: max-width, 0.5s;
  transition: max-width, 0.5s;
  position: absolute;
  top: 25px;
  right: 216px;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border-radius: 6px;
  z-index: 101;
}
#search-form.open {
  height: 38px;
  max-width: 260px;
}
#search-form fieldset {
  position: relative;
  margin: 0 50px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 38px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 16px;
  background: transparent;
  border: none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  background: #eee;
  border: none;
  cursor: pointer;
  font-size: 22px;
  border-radius: 6px;
}

.headers-box {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  z-index: 10;
}
.header-box-black {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.6)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6),
    transparent
  );
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  z-index: 10;
  border-bottom: 0px !important;
}
#menu01 {
  display: inline-block;
  margin-left: 40px;
  height: 90px;
  line-height: 90px;
}
#menu01 li {
  display: inline-block;
  float: left;
  width: 100px;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
}
#menu01 li a {
  color: #fff;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#menu01 li.cur a {
  color: #a7a25a;
}
#nav {
  display: inline-block;
  margin-left: 40px;
  height: 90px;
  line-height: 90px;
}
#nav li {
  display: inline-block;
  float: left;
  width: 100px;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  overflow: hidden;
}
#nav li a:hover,
#nav li.cur a {
  color: #a7a25a;
}
#nav li a {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#nav li:hover {
  overflow: visible;
}
#nav ul > li {
  float: left;
  position: relative;
}
#nav li ul {
  background: #fff;
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.18);
}
#nav li ul li {
  width: 140px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
#nav li ul a {
  width: 140px;
  text-align: center;
  font-size: 14px;
  color: #555;
}
.nav3 ul > li:hover ul {
  opacity: 1;
  top: 90px;
}
.nav3 ul > li:hover ul li {
  height: 38px;
  border-bottom: #eaeaea dashed 1px;
}
.nav3 li ul {
  position: absolute;
  left: -20px;
  top: 0px;
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.2s ease-in 0s;
}
#nav li:hover .mainlevel {
  color: #a7a25a;
}

/*page2 动画*/
.page2 .fl {
  transition: 1s;
  transform: translateX(-2000px);
}
.page2.active .fl {
  transform: translateX(0px);
}
.page2 .fr {
  transition: 1s;
  transform: translateX(2000px);
}
.page2.active .fr {
  transform: translateX(0px);
}
/*关于我们*/
.about_box {
  color: #fff;
  height: auto;
  display: inline-block;
}
.about_tt {
  clear: both;
  overflow: hidden;
}
.about_tt h2 {
  font-weight: normal;
  font-size: 38px;
  float: left;
  display: block;
  margin-top: 26px;
  letter-spacing: 1px;
}
.about_tt h3 {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-transform: uppercase;
  float: left;
  margin-left: -66px;
  font-family: Arial;
}
.about_tt h2::after {
  width: 50px;
  height: 5px;
  background: #a7a25a;
  display: block;
  content: "";
  margin-top: 26px;
  margin-left: 2px;
}
.about_name {
  font-size: 22px;
  clear: both;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  background: #a7a25a;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  letter-spacing: 1px;
  transform: translate(0, 0);
  transition: all 0.4s ease-in 0s;
}
.about_name:hover {
  letter-spacing: 5px;
}
.about_item {
  position: absolute;
  left: 23px;
  top: 130px;
  width: 550px;
  height: 426px;
  display: block;
  padding-left: 45px;
  background: url(../img/fd_01.png) left top no-repeat;
  overflow: hidden;
}
.about_item h2 {
  font-size: 24px;
  height: 88px;
  line-height: 88px;
  overflow: hidden;
}
.about_item .txt {
  font-size: 15px;
  line-height: 30px;
  height: 240px;
  overflow: hidden;
  clear: both;
}
.in_about_more {
  width: 130px;
  height: 36px;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  transform: translate(0, 0);
  transition: all 0.4s ease-in 0s;
}
.in_about_more a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  transform: translate(0, 0);
  transition: all 0.3s ease-in 0s;
  letter-spacing: 1px;
}
.in_about_more:hover {
  background: #a7a25a;
}
.in_about_more:hover a {
  color: #fff;
}
.in_about_pic {
  background: url(../img/abou_pic.png) left top no-repeat;
  width: 540px;
  height: 340px;
  overflow: hidden;
  padding-left: 30px;
  padding-top: 30px;
}
.in_about_pic img {
  width: 540px;
  height: 340px;
  overflow: hidden;
}

/*page3 动画*/
.page3 .new_box {
  transition: 1s;
  transform: translateY(-9999px);
}
.page3.active .new_box {
  transform: translateY(0px);
}
.page3 .pro_list {
  transition: 1.3s;
  transform: translateY(9999px);
}
.page3.active .pro_list {
  transform: translateY(0px);
}
.page3 .pro_more {
  transition: 1.5s;
  transform: translateY(9999px);
}
.page3.active .pro_more {
  transform: translateY(0px);
}

/*项目展示*/
.pro_box {
  height: auto;
  overflow: hidden;
  color: #fff;
}
.pro_tt {
  clear: both;
  overflow: hidden;
}
.pro_tt h2 {
  font-weight: normal;
  font-size: 38px;
  float: right;
  display: block;
  margin-top: 24px;
  letter-spacing: 1px;
}
.pro_tt h3 {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  text-transform: uppercase;
  float: right;
  margin-right: -66px;
  font-family: Arial;
}
.pro_tt h2::after {
  width: 50px;
  height: 5px;
  background: #a7a25a;
  display: block;
  content: "";
  margin-top: 26px;
  position: absolute;
  right: 0;
}

.pro_list {
  clear: both;
  position: relative;
}
.pro_list ul {
  height: 350px;
  overflow: hidden;
}
.pro_list li {
  width: 360px;
  height: 300px;
  background: rgba(255, 255, 255, 0.2);
  float: left;
  display: inline-block;
  margin: 0 16px 0 16px;
  padding: 10px;
  transform: translate(0, 0);
  transition: all 0.3s ease-in 0s;
}
.pro_pic {
  width: 360px;
  height: 240px;
  overflow: hidden;
}
.pro_pic img {
  width: 360px;
  height: 240px;
  overflow: hidden;
  transform: translate(0, 0);
  transition: all 0.3s ease-in 0s;
}
.pro_list li p {
  width: 360px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.pro_list li:hover {
  background: #a7a25a;
}
.pro_list li:hover .pro_pic img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
  -webkit-transform: all 1s ease 0s;
}

.pro_list .prev,
.pro_list .next {
  width: 30px;
  height: 56px;
  position: absolute;
  top: 127px;
  cursor: pointer;
}
.pro_list .prev {
  left: -66px;
  background: url(../img/btn_left.png) no-repeat;
  width: 30px;
  height: 56px;
  opacity: 0.5;
}
.pro_list .next {
  right: -78px;
  background: url(../img/btn_right.png) no-repeat;
  width: 30px;
  height: 56px;
  opacity: 0.5;
}
.pro_list .prev:hover,
.pro_list .next:hover {
  opacity: 1;
}
.pro_more {
  width: 170px;
  height: 46px;
  line-height: 46px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  transform: translate(0, 0);
  transition: all 0.4s ease-in 0s;
  margin: 60px auto 0;
}
.pro_more a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  transform: translate(0, 0);
  transition: all 0.3s ease-in 0s;
  letter-spacing: 1px;
}
.pro_more:hover {
  background: #a7a25a;
}
.pro_more:hover a {
  color: #fff;
}

/*page4 动画*/
.page4 .new_box {
  transition: 1s;
  transform: translateY(-9999px);
}
.page4.active .new_box {
  transform: translateY(0px);
}
.page4 .new_list {
  transition: 1.5s;
  transform: translateY(9999px);
}
.page4.active .new_list {
  transform: translateY(0px);
}
.page4 .new_more {
  transition: 1.8s;
  transform: translateY(9999px);
}
.page4.active .new_more {
  transform: translateY(0px);
}

.new_box {
  height: auto;
  color: #fff;
  margin-top: 70px;
}
.new_tt {
  clear: both;
  text-align: center;
}
.new_tt h2 {
  font-weight: normal;
  font-size: 38px;
  display: block;
  margin-top: 24px;
  letter-spacing: 1px;
}
.new_tt h3 {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-family: Arial;
  margin-top: -110px;
}
.new_tt h2::after {
  width: 50px;
  height: 5px;
  background: #a7a25a;
  display: block;
  content: "";
  margin-top: 26px;
  position: absolute;
  left: 585px;
}

.new_list {
  clear: both;
  overflow: hidden;
  color: #fff;
}
.new_list ul {
  width: 1240px;
}
.new_list li {
  width: 560px;
  height: 120px;
  padding: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  float: left;
  display: inline-block;
  margin: 20px 20px 0 0;
  transform: translate(0, 0);
  transition: all 0.4s ease-in 0s;
}
.new_list li a {
  color: #fff;
}
.new_list li:hover {
  background: rgba(0, 0, 0, 0.6);
}
.new_list li:hover .date {
  border-color: #a7a25a;
}

.new_list li .date {
  line-height: 50px;
  color: #e0e0e0;
  text-align: center;
  border: 3px solid rgba(214, 206, 206, 0.5);
  font-size: 18px;
  width: 114px;
  height: 114px;
  overflow: hidden;
}
.new_list .date span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 44px;
  color: #fff;
  font-size: 60px;
  text-align: center;
}
.new_list li .cont {
  width: 420px;
  height: 114px;
  overflow: hidden;
}
.new_list li .cont .nowti {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}
.new_list li .cont .tx {
  font-size: 14px;
  line-height: 26px;
  color: #ccc;
  margin-top: 8px;
}
.new_list li .cont .nowti:hover a {
  color: #a7a25a;
}
.new_more {
  width: 170px;
  height: 46px;
  line-height: 46px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  transform: translate(0, 0);
  transition: all 0.4s ease-in 0s;
  margin: 50px auto 0;
}
.new_more a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  transform: translate(0, 0);
  transition: all 0.3s ease-in 0s;
  letter-spacing: 1px;
}
.new_more:hover {
  background: rgba(0, 0, 0, 0.6);
}
.new_more:hover a {
  color: #fff;
}

/*page5 动画*/
.page5 .new_box {
  transition: 1s;
  transform: translateY(-9999px);
}
.page5.active .new_box {
  transform: translateY(0px);
}
.page5 .swiper-container {
  transition: 1.5s;
  transform: translateY(9999px);
}
.page5.active .swiper-container {
  transform: translateY(0px);
}
.page5 .swiper-button-prev {
  transition: 2s;
  transform: translateX(-2000px);
}
.page5.active .swiper-button-prev {
  transform: translateX(0px);
}
.page5 .swiper-button-next {
  transition: 2s;
  transform: translateX(2000px);
}
.page5.active .swiper-button-next {
  transform: translateX(0px);
}
.page5 .pro_more {
  transition: 1.8s;
  transform: translateY(9999px);
}
.page5.active .pro_more {
  transform: translateY(0px);
}

/*成功案例*/
#certify {
  position: relative;
  margin-top: 90px;
}
#certify .swiper-container {
  padding-top: 50px;
  height: 420px;
  overflow: hidden;
}
#certify .swiper-slide {
  width: 520px;
  height: 420px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.24);
}
#certify .swiper-slide img {
  width: 520px;
  height: 340px;
  overflow: hidden;
}
#certify .swiper-slide p {
  line-height: 74px;
  padding-top: 0;
  text-align: center;
  color: #444;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  cursor: move;
}
#certify .swiper-button-prev {
  left: -30px;
  top: 52%;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-size: 100%;
  opacity: 0.4;
}
#certify .swiper-button-prev:hover {
  opacity: 1;
}
#certify .swiper-button-next {
  right: -30px;
  top: 52%;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
  opacity: 0.4;
}
#certify .swiper-button-next:hover {
  opacity: 1;
}

/*page6 动画*/
.page6 .new_box {
  transition: 1s;
  transform: translateY(-9999px);
}
.page6.active .new_box {
  transform: translateY(0px);
}
.page6 .i_contact_ul {
  transition: 1.3s;
  transform: translateY(9999px);
}
.page6.active .i_contact_ul {
  transform: translateY(0px);
}
.page6 #in_copy {
  transition: 1.5s;
  transform: translateY(9999px);
}
.page6.active #in_copy {
  transform: translateY(0px);
}

.i_contact_ul {
  overflow: hidden;
  clear: both;
  margin: 120px 0 80px 0;
}
.i_contact_ul ul {
  width: 1220px;
}
.i_contact_ul ul li {
  float: left;
  width: 285px;
  height: 145px;
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  margin: 0px 10px 0 10px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.i_contact_ul ul li a {
  cursor: pointer;
  transform: translate(0, 0);
  transition: all 0.3s ease-in 0s;
  display: block;
}
.i_contact_ul ul li:hover {
  background: #a7a25a;
}
.i_contact_ul ul li:hover a {
  margin-top: -4px;
  display: block;
}
.i_contact_ul ul li img {
  width: 44px;
  height: 43px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 25px;
}
.i_contact_ul ul li a {
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  height: 100%;
  display: block;
  color: #fff;
}

/*copy*/
#in_copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  line-height: 58px;
  color: #fff;
  clear: both;
  overflow: hidden;
  font-size: 12px;
}
#in_copy a {
  color: #fff;
}
#in_copy a:hover {
  color: #a7a25a;
  text-decoration: underline;
}

/*右侧悬浮客服*/
.toolbar-item,
.toolbar-layer {
  background: url(../img/toolbar.png) no-repeat;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.toolbar {
  position: fixed;
  right: 3px;
  bottom: 38%;
  z-index: 1000;
}
.toolbar a {
  outline: none;
  cursor: pointer;
}
.toolbar-item {
  display: block;
  width: 52px;
  height: 52px;
  margin-top: 2px;
  position: relative;
  -moz-transition: background-position 0.4s;
  -ms-transition: background-position 0.4s;
  -o-moz-transition: background-position 0.4s;
  -webkit-moz-transition: background-position 0.4s;
  transition: background-position 0.4s;
}
.toolbar-item:hover .toolbar-layer {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.toolbar-item-weixin {
  background-position: 0 -372px;
}
.toolbar-item-weixin:hover {
  background-position: 0 -434px;
}
.toolbar-item-kefu {
  background-position: 0 -124px;
}
.toolbar-item-kefu:hover {
  background-position: 0 -186px;
}
.toolbar-item-top {
  background-position: 0 -248px;
}
.toolbar-item-top:hover {
  background-position: 0 -310px;
}
.toolbar-item-phone {
  background-position: 0 0px;
}
.toolbar-item-phone:hover {
  background-position: 0 -62px;
}
.toolbar-layer {
  background: #fff;
  padding: 5px;
  width: 140px;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 60px;
  bottom: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  -webkit-transform-origin: 95% 95%;
  transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  -webkit-transform: scale(0.01);
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}
.toolbar-layer p {
  width: 140px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #000;
}
.toolbar-layer img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}
.toolbar-item:hover .toolbar-layer1 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.toolbar-layer1 {
  background: #fff;
  padding: 20px 0;
  width: 260px;
  text-align: center;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 60px;
  bottom: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  -webkit-transform-origin: 95% 95%;
  transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  -webkit-transform: scale(0.01);
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}
.foot_tel_icon01 {
  clear: both;
  overflow: hidden;
  display: block;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #444;
}
.foot_telphone01 {
  font-size: 30px;
  font-family: Impact;
  color: #a7a25a;
  margin-top: 4px;
}

/*page*/
#page_box {
  background: #fbfbfb;
  clear: both;
  overflow: hidden;
  padding-bottom: 30px;
}
#page_top {
  width: 100%;
  height: 90px;
  border-bottom: #ddd solid 1px;
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
.zy_top {
  height: 90px;
  line-height: 90px;
  overflow: hidden;
  clear: both;
}
.zy_top_left {
  overflow: hidden;
}
.zy_top_left span.en {
  color: #a7a25a;
  text-transform: uppercase;
  font-size: 44px;
  font-family: Arial;
  font-weight: bold;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}
.zy_top_left span.cn {
  color: #444;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  float: left;
  margin-top: -4px;
  overflow: hidden;
  white-space: nowrap;
}
.zy_top_left em {
  font-family: Georgia;
  font-size: 38px;
  color: #ff9c01;
  font-weight: bold;
  margin: 0 12px;
  float: left;
  margin-top: -3px;
}
.weizhi {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.weizhi em {
  font-style: normal;
  margin-right: 6px;
  font-size: 18px;
}
.weizhi a {
  color: #555;
}
.weizhi a:hover {
  color: #a7a25a;
  text-decoration: underline;
}
.weizhi01 {
  overflow: hidden;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.weizhi01 em {
  font-style: normal;
  margin-right: 6px;
  font-size: 18px;
}
.weizhi01 a {
  color: #555;
}
.weizhi01 a:hover {
  color: #a7a25a;
  text-decoration: underline;
}
.page_nav {
  clear: both;
  overflow: hidden;
  text-align: right;
  line-height: 0;
  margin-top: 5px;
}
.page_nav li {
  display: inline-block;
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #555;
  border: 1px solid #444;
  margin-left: 10px;
}
.page_nav li a {
  color: #fff;
  font-size: 14px;
  display: block;
}
.page_nav li:hover {
  background: #a7a25a;
  border: 1px solid #a7a25a;
}
.page_nav li.on {
  background: #a7a25a;
  border: 1px solid #a7a25a;
}

.page_about_con {
  font-size: 16px;
  line-height: 2.4;
  clear: both;
  overflow: hidden;
  padding: 20px 0px 30px 0px;
}
.page_about_con img {
  max-width: 1220px;
  height: auto;
  width: expression(this.width > 1220px ? "1220px": this.width);
  overflow: hidden;
}
.con_title {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 56px;
}
.con_auth {
  clear: both;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #999;
  border-bottom: #ededed solid 1px;
  padding: 5px 0;
}
.con_auth span {
  margin-right: 25px;
}
/**/
#in_bg04 {
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 50px 0 120px 0;
  position: relative;
}

/*新闻动态*/
.list_pic {
  width: 200px;
  height: 130px;
  overflow: hidden;
}
.list_pic img {
  width: 200px;
  height: 130px;
  overflow: hidden;
  transform: translate(0, 0);
  transition: all 0.4s ease-in 0s;
}
.news_list li:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
  -webkit-transform: all 1s ease 0s;
}
.list_con {
  width: 946px;
  height: 130px;
  overflow: hidden;
}
.new_list {
  clear: both;
  overflow: hidden;
}
.news_list li {
  padding: 20px 20px 20px 20px;
  height: 130px;
  margin: 8px;
  overflow: hidden;
}
.news_list li:hover {
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
}
.list_con_xx {
  clear: both;
  overflow: hidden;
  font-size: 14px;
  height: 56px;
  line-height: 28px;
  color: #787878;
  margin-top: 6px;
}
.list_con_au {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  font-size: 13px;
  color: #999;
}
.list_con_au span {
  margin-right: 25px;
}
.list_con_au span i {
  font-size: 16px;
  display: inline-block;
  color: #999;
  margin: 0 8px 0 2px;
  display: inline-block;
}
.box_con_title {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.box_con_title a {
  font-size: 17px;
  vertical-align: middle;
  color: #444;
}
.box_con_title a:hover {
  color: #a7a25a;
}
.news_list li:hover .list_con_au {
  color: #a7a25a;
}
.news_list li:hover .list_con_au span i {
  color: #a7a25a;
}

/*翻页*/
#page {
  margin: 50px 5% 30px 5%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  clear: both;
}
#page .page-item  {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}
#page .page-item  span,
#page .page-item  a:hover,#page .page-item.active  a {
  background: #a7a25a;
  border: 1px solid #a7a25a;
  color: #fff;
  display: inline;
  float: left;
  margin: 5px 3px;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
}
#page .page-item  a {
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 5px 3px;
  display: inline;
  float: left;
  color: #222;
}
/**/
.page_back {
  border-top: 1px dashed #ddd;
  padding: 20px 0;
  margin-top: 20px;
  position: relative;
  min-height: 50px;
  _height: 50px;
  font-size: 16px;
  line-height: 40px;
}
.page_back a {
  color: #444;
}
.page_back a:hover {
  text-decoration: underline;
  color: #a7a25a;
}
.page_back .bapage_back_up {
  position: absolute;
  right: 10px;
  top: 40px;
}
.bapage_back_up em.iconfont {
  font-size: 18px;
  font-style: normal;
  margin-right: 6px;
  display: inline-block;
}
.page_number{
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 5px 3px;
  width: 50px;
  text-align: center;
}
.submit{
  background: #a7a25a;
  border: 1px solid #a7a25a;
  color: #fff;
  display: inline;
  float: left;
  margin: 5px 3px;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
}

/*在线留言*/
.message_kk {
  width: 380px;
  height: 48px;
  line-height: 48px;
  background: rgba(102, 102, 102, 0.6);
  margin: 10px 0px 20px 20px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.message_name {
  width: 90px;
  float: left;
  display: inline;
  text-align: right;
  overflow: hidden;
  margin-right: 3px;
}
.message_input {
  float: left;
  display: inline;
  width: 235px;
}
.message_input input {
  width: 235px;
  height: 48px;
  border: 0 none;
  color: #fff;
  background: none;
}
.message_icon {
  width: 50px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  float: right;
  display: inline;
  text-align: center;
}
.message_icon em.name_icon {
  font-size: 30px;
  display: inline-block;
  margin-top: 2px;
}
.message_icon em.tel_icon {
  font-size: 24px;
  display: inline-block;
  margin-top: 2px;
}
.message_icon em.mail_icon {
  font-size: 26px;
  display: inline-block;
  margin-top: 2px;
}
.message_kk1 {
  width: 1180px;
  height: 220px;
  line-height: 48px;
  background: rgba(102, 102, 102, 0.6);
  color: #fff;
  font-size: 14px;
  clear: both;
  overflow: hidden;
  margin: 0 20px;
}
.message_textarea {
  float: left;
  display: inline;
  width: 1020px;
}
.message_textarea textarea {
  width: 1020px;
  height: 216px;
  background: none;
  line-height: 1.6;
  padding: 14px 0 8px 0;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  font-family: "微软雅黑";
  resize: none;
}
.message_btn {
  background: rgba(102, 102, 102, 0.6);
  color: #fff;
  width: 150px;
  height: 42px;
  font-size: 15px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 25px;
}
.message_btn:hover {
  background: #a7a25a;
  color: #fff;
}
.message_Tis {
  color: #bdbdbd;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
}

/*案例分类*/
.page_menu {
  clear: both;
  overflow: hidden;
}
.page_menu li {
  height: 40px;
  width: 140px;
  background: #fff;
  overflow: hidden;
  float: left;
  display: inline-block;
  text-align: center;
  margin: 6px 6px;
}
.page_menu li a {
  color: #666;
  display: block;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  border: #ddd solid 1px;
  height: 38px;
  width: 138px;
  line-height: 38px;
  transform: translate(0, 0);
  transition: all 0.3s ease-in 0s;
}
.page_menu li a:hover {
  background: #a7a25a;
  border: #a7a25a solid 1px;
  color: #fff;
}
.page_menu li.on a {
  background: #a7a25a;
  border: #a7a25a solid 1px;
  color: #fff;
}
/*成功案例*/
.case_list {
  clear: both;
  overflow: hidden;
}
.case_list ul {
  width: 1250px;
}
.case_list li {
  width: 370px;
  height: 318px;
  float: left;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  position: relative;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  margin: 26px 40px 20px 6px;
  transform: translate(0, 0);
  transition: all 0.3s ease-in 0s;
}
.case_pic {
  width: 370px;
  height: 252px;
  overflow: hidden;
}
.case_pic img {
  width: 370px;
  height: 252px;
  overflow: hidden;
  transform: translate(0, 0);
  transition: all 0.4s ease-in 0s;
}
.case_pic a {
  display: block;
}
.case_list li .case_name {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 370px;
  height: 50px;
  padding: 2px 0 8px 0;
}
.case_list li p {
  text-align: center;
  font-size: 14px;
  color: #787878;
  white-space: nowrap;
  overflow: hidden;
}
.case_list li p em {
  font-size: 17px;
  font-style: normal;
  height: 50px;
  line-height: 50px;
  color: #444;
}
.case_list li:hover {
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
}
.case_list li:hover .case_pic img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
  -webkit-transform: all 1s ease 0s;
}

/*网站地图*/
.sitemap {
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
}
.sitemap dl {
  padding: 14px 10px;
  width: 1200px;
  border-bottom: #ddd dashed 1px;
}
.sitemap dl dt {
  height: 58px;
  line-height: 58px;
  clear: both;
  overflow: hidden;
}
.sitemap dl dt a {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.sitemap dl dt a:hover {
  color: #a7a25a;
}
.sitemap dl dd a {
  font-size: 16px;
  color: #555;
  margin-right: 30px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.sitemap dl dd a:hover {
  text-decoration: underline;
  color: #a7a25a;
}

#backTop {
  position: fixed;
  right: 0px;
  top: 75%;
  transform: translateY(-50%);
  z-index: 888;
}
#backTop span {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  color: #fff;
  display: block;
  position: relative;
  margin: 0px 0;
  right: 0;
}
#backTop span#gttop {
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
#backTop span i {
  z-index: 1;
}
/*#backTop span.ft-qq i{ background: #1ea6e9;}*/
/*#backTop span.ft-wx i{ background: #46be8a;}*/
#backTop span.ft-tel i {
  background: var(--primary-color);
}
#backTop span small {
  width: 180px;
  height: 180px;
  position: absolute;
  left: -220px;
  top: 0;
  box-shadow: 0 0 9pt rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  background: #fff;
  z-index: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#backTop span small.telTop {
  width: auto;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  padding: 0 15px;
  text-align: center;
  font-size: 22px;
  color: #333;
  right: 70%;
  left: auto;
  visibility: hidden; /*background: #DA0023; */
}
#backTop span:hover.ft-tel small.telTop {
  visibility: visible;
  opacity: 1;
  right: 100%;
}

#backTop span:hover.ft-wx small.weixin {
  visibility: visible;
  opacity: 1;
  left: -190px;
  width: 180px;
}
#backTop span:hover.ft-wx small.weixin img{
    width: 180px;
    height: 180px;
}
#backTop span i {
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  font-style: inherit;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 22px;
}
#backTop span.ft-tel i {
  font-size: 24px;
}
#backTop a {
  color: #fff;
  display: block;
  cursor: pointer;
}

#backTop span small b {
  width: 25px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: -22px;
  z-index: 999;
  font-size: 26px;
}
