/* 公共样式 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "微软雅黑";
}
.wh {
  width: 1200px;
  margin: 0 auto;
}
p {
  margin: 0;
}
.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 头部1 */
.top1 {
  height: 30px;
  background-color: #f4f4f4;
  color: #777777;
  line-height: 30px;
  overflow: hidden;
}
.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}
.topLink .k1 a {
  color: #333333;
  font-size: 14px;
}
.k1 a {
  color: #333333;
  font-size: 14px;
}
/* 导航 */
/* å¯¼èˆª */
.x-header {
  background: #fff;
  width: 100%;
}
.mycontainer-fluid {
  width: 1200px;
  margin: 0 auto;
  height: 105px;
}
.logo {
  float: left;
  height: 107px;
  overflow: hidden;
  line-height: 107px;
  margin: 0;
}
.x-menu > li {
  float: left;
  position: relative;
  width: 133px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 67px;
  background: url(../images/line.jpg) no-repeat right center;
}
.x-menu > li:last-child {
  background: none;
}
.x-menu > li:hover {
  background: linear-gradient(to bottom, #00284a, #004f91);

}
.x-menu > li:hover > a {
  padding-left: 35px;
  background: url(../images/house.png) no-repeat 26px center;
}
.x-menu li:hover .x-sub-menu a {
  color: #fff;
}
.x-menu > li:hover .x-sub-menu {
  max-height:1000px;
  height: auto;
}
.x-menu > li > a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 67px;
  letter-spacing: 0px;
  color: #ffffff;
}
.x-sub-menu {
  background: #2ec5b6!important;
  position: absolute;
  z-index: 99;
  top: 67px;
  background: #fff;
  transition: 1s;
  height: 0;
  max-height: 0;
  width: 100%;
  overflow: hidden;
}
.x-sub-menu li {
  width: 100%;
  height: 67px;
  line-height: 67px;
  background-color: #004d8e;
}
.x-sub-menu li a {
  width: 100%;
  color: #fff;
  display: block;
  height: 67px;
  font-size: 14px;
}
.x-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid;
  border-color: transparent transparent #2ec5b6;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}
.x-sub-menu li:hover {
  background: #00284a;
}
.x-header-right {
  margin-top: 29px;
  background: url(../images/tel.png) no-repeat 0 center;
  padding-left: 67px;
}
.x-header-right p:nth-child(1) {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 7px;
}
.x-header-right p:nth-child(2) {
  font-family: MicrosoftYaHei;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ff0000;
}
.my-nav {
  height: 67px;
  background-color: #191919;
}
.yu_tit_wrap {
  text-align: center;
}
.yu_tit_wrap .yu_tit {
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #004d8e;
  line-height: 30px;
  padding-bottom: 26px;
  background: url(../images/tit_line.jpg) no-repeat center bottom;
}
.product_service {
  height: 429px;
  background-color: #f2f4fa;
  padding-top: 43px;
}
.product_service .yu_tit_wrap {
  padding-top: 8px;
  background: url(../images/product.png) no-repeat center top;
}
.product_service .picMarquee-left {
  margin-top: 33px;
}
.product_service .picMarquee-left .picList li {
  width: 393px;
  height: 234px;
  margin-right: 13px;
  position: relative;
}
.product_service .picMarquee-left .picList li .pic {
  width: 388px;
  border: solid 2px #e5e5e5;
  height: 230px;
}
.product_service .picMarquee-left .picList li .pic img {
  width: 388px;
  height: 230px;
}
.product_service .picMarquee-left .picList li .title_wrap {
  position: absolute;
  right: 23px;
  bottom: 34px;
  text-align: right;
}
.product_service .picMarquee-left .picList li .title_wrap .cname {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding-bottom: 11px;
}
.product_service .picMarquee-left .picList li .title_wrap .intro {
  text-transform: uppercase;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
}
.en_case {
  margin-top: 42px;
}
.en_case .yu_tit_wrap {
  padding-top: 8px;
  background: url(../images/Engineering.png) no-repeat center top;
}
.en_case .picScroll-left {
  position: relative;
  margin-top: 34px;
}
.en_case .picScroll-left .slick-arrow {
  width: 152px;
  height: 401px;
  position: absolute;
  z-index: 99;
  outline: none;
  border: none;
  font-size: 0;
}
.en_case .picScroll-left .slick-prev {
  position: absolute;
  left: 488px;
  top: 0;
  background: rgba(0, 53, 97, 0.64) url(../images/a1.png) no-repeat center center;
}
.en_case .picScroll-left .slick-next {
  position: absolute;
  right: 488px;
  top: 0;
  background: rgba(0, 53, 97, 0.64) url(../images/a2.png) no-repeat center center;
}
.en_case .picList3 li {
  width: 33.3%;
  position: relative;
}
.en_case .picList3 li img {
  width: 100%;
}
.en_case .picList3 li .clone {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  padding-top: 183px;
  display: none;
  background: rgba(0, 0, 0, 0.64) url(../images/font_line.jpg) no-repeat center 215px;
}
.en_case .picList3 li .clone a {
  color: #ffffff;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  padding-bottom: 14px;
}
.en_case .picList3 .slick-center .clone {
  display: block;
}
.en_case .picList3 .slick-center:hover .clone {
  background: url(../images/fang.png) no-repeat center center;
}
.en_case .picList3 .slick-center:hover .clone a {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.server_pro {
  padding-top: 44px;
  background-color: #f2f4fa;
  height: 316px;
}
.server_pro .yu_tit_wrap {
  padding-top: 8px;
  background: url(../images/product.png) no-repeat center top;
}
.estructure {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.estructure li {
  width: 126px;
  margin-right: 83px;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 99px;
  padding-left: 30px;
}
.estructure li:last-child {
  margin-right: 0;
}
.estructure li .img1 {
  margin: 0 auto;
  opacity: 1;
  transition: .5s;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.estructure li .img2 {
  margin: 0 auto;
  opacity: 0;
  transition: .5s;
  position: absolute;
  top: 0;
  z-index: 0;
  cursor: pointer;
}
.estructure li h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #555555;
}
.estructure li h3 span {
  color: #fff;
  text-align: center;
  display: inline-block;
}
.estructure li:hover .img1 {
  opacity: 0;
  transform: rotateY(180deg);
}
.estructure li:hover .img2 {
  opacity: 1;
  transform: rotateY(180deg);
}
.ytu {
  height: 196px;
  background: url(../images/ytu.jpg) no-repeat center center;
}
.ytu .font {
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 68px;
  text-align: center;
  animation: myfirst 2s linear  infinite alternate;
  /* Firefox: */
  -moz-animation: myfirst 2s linear  infinite alternate;
  /* Safari 和 Chrome: */
  -webkit-animation: myfirst 2s linear infinite alternate;
  /* Opera: */
  -o-animation: myfirst 2s linear  infinite alternate;
}
.ytu .line {
  width: 59px;
  height: 3px;
  background-color: #ffffff;
  margin: 16px auto;
  animation: myfirst 2s linear  infinite alternate;
  /* Firefox: */
  -moz-animation: myfirst 2s linear  infinite alternate;
  /* Safari 和 Chrome: */
  -webkit-animation: myfirst 2s linear infinite alternate;
  /* Opera: */
  -o-animation: myfirst 2s linear  infinite alternate;
}
@keyframes myfirst {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes myfirst {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes myfirst {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes myfirst {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ys {
  height: 1016px;
  overflow: hidden;
  background: url(../images/ys.jpg) no-repeat center center;
}
.ys .ys1 {
  margin-left: 73px;
  margin-top: 40px;
}
.ys .one {
  margin-top: 33px;
}
.ys .one .one-left {
  background: url(../images/01.png) no-repeat 0 0;
  margin-top: 38px;
}
.ys .one .one-left .tit {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #004d8e;
  line-height: 24px;
  padding-left: 75px;
  padding-top: 6px;
}
.ys .one .one-left .tit1 {
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #004d8e;
  line-height: 13px;
  padding-top: 9px;
  padding-left: 75px;
}
.ys .two-three .img {
  margin-top: 70px;
  margin-left: 66px;
}
.ys .tit {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 24px;
  padding-bottom: 12px;
}
.ys .tit1:hover{color:#004d8e;}
.ys .tit:hover{color:#004d8e;}
.ys .tit1 {
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 13px;
}
.ys .two {
  margin-top: 59px;
  position: relative;
}
.ys .two .ys2 {
  margin-top: 35px;
  margin-left: 45px;
}
.ys .two .img-two {
  position: absolute;
  top: -4px;
  left: -73px;
}
.ys .three {
  margin-top: 30px;
  margin-left: 31px;
  background: url(../images/03.png) no-repeat 0 top;
  padding-left: 73px;
}
.ys .ys3 {
  margin-top: 30px;
}
.contact-ys {
  width: 574px;
  height: 131px;
  border: solid 4px #e7e7e7;
  margin-left: 57px;
  margin-top: 20px;
  padding-top: 23px;
  padding-left: 23px;
}
.contact-ys .top .fl p:nth-child(1) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #004d8e;
  line-height: 16px;
  padding-bottom: 10px;
}
.contact-ys .top .fl p:nth-child(2) {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #555555;
  line-height: 14px;
}
.contact-ys .top .fr a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}
.contact-ys .top .fr .img-contact {
  width: 139px;
  height: 37px;
  background-color: #004d8e;
  text-align: center;
  line-height: 37px;
  margin-right: 12px;
}
.contact-ys .top .fr .img-contact a {
  color: #ffffff;
}
.contact-ys .top .fr .inquiry {
  width: 139px;
  height: 37px;
  border: solid 1px #004d8e;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #004d8e;
  text-align: center;
  line-height: 37px;
}
.contact-ys .top .fr .inquiry a {
  color: #004d8e;
}
.contact-ys .line {
  width: 535px;
  height: 2px;
  background-color: #dedede;
  margin: 9px auto 15px;
}
.contact-ys .bottom {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  color: #666666;
  padding-left: 5px;
}
.number {
  height: 176px;
  background: url(../images/number.jpg) no-repeat center center;
}
.number .num_wrap li {
  width: 25%;
  text-align: center;
  position: relative;
  margin-top: 41px;
}
.number .num_wrap .counter {
  position: relative;
}
.number .num_wrap .top {
  font-family: MicrosoftYaHei;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #ffffff;
}
.number .num_wrap .bottom {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 14px;
  padding-top: 24px;
}
.number .num_wrap .danwei {
  color: #ffffff;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  position: absolute;
  top: -13px;
}
.number .num_wrap li:nth-child(1) .danwei {
  left: 199px;
}
.number .num_wrap li:nth-child(2) .danwei {
  left: 199px;
}
.number .num_wrap li:nth-child(3) .danwei {
  left: 175px;
}
.number .num_wrap li:nth-child(4) .danwei {
  left: 223px;
}
.display {
  padding-top: 45px;
}
.display .yu_tit_wrap {
  padding-top: 8px;
  background: url(../images/equi.png) no-repeat center top;
}
.display .picScroll-left5 {
  margin-top: 35px;
  position: relative;
}
.display .picScroll-left5 .hd a {
  display: inline-block;
  width: 14px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.display .picScroll-left5 .hd .next {
  left: -78px;
  background: url(../images/left.png) no-repeat center center;
}
.display .picScroll-left5 .hd .prev {
  right: -78px;
  background: url(../images/right.png) no-repeat center center;
}
.display .picScroll-left5 .picList li {
  width: 383px;
  height: 238px;
  position: relative;
  margin-right: 25px;
}
.display .picScroll-left5 .picList li:hover .clone {
  opacity: 1;
}
.display .picScroll-left5 .picList li img {
  width: 383px;
  height: 238px;
}
.display .picScroll-left5 .picList li .clone {
  opacity: 0;
  transition: 1s;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 101px;
}
.display .picScroll-left5 .picList li .clone a {
 cursor:default;
  color: #ffffff;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 21px;
  background: url(../images/line4.jpg) no-repeat center 35px;
}
.tabs_wrap {
  text-align: center;
  width: 260px;
  margin: 48px auto 28px;
}
.tabs_wrap li {
    cursor:default;
  float: left;
  margin-right: 21px;
  width: 119px;
  height: 37px;
  border: solid 1px #e4e4e4;
  text-align: center;
  line-height: 37px;
}
.tabs_wrap li a {
  cursor:default;
  display: inline-block;
  color: #333333;
  font-family: MicrosoftYaHei;
  font-size: 14px;
}
.tabs_wrap li:last-child {
  margin-right: 0;
}
.tabs_wrap li:hover {
  background: url(../images/zheng.png) no-repeat center center;
}
.tabs_wrap li:hover a {
  color: #f8f8f8;
  height: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
}
.yu-foot {
  background-color: #000000;
  padding-top: 55px;
  padding-bottom: 45px;
}
.yu-foot .tit {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 16px;
  padding-bottom: 11px;
  background: url(../images/tit3.png) no-repeat 0 bottom;
}
.yu-foot .one {
  width: 451px;
  padding-left: 36px;
}
.yu-foot .one .er {
  margin-top: 19px;
}
.yu-foot .two {
  width: 288px;
  padding-left: 93px;
}
.yu-foot .two .foot-link {
  font-family: MicrosoftYaHei;
  font-size: 13px;
  margin-top: 19px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
}
.yu-foot .two .foot-link a {
  color: #ffffff;
}
.yu-foot .three {
  padding-left: 94px;
}
.yu-foot .three .foot-contact {
  margin-top: 19px;
}
.yu-foot .three .foot-contact p:nth-child(1) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-bottom: 18px;
}
.yu-foot .three .foot-contact p:nth-child(2) {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 12px;
}
.f-link {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 0;
}
.f-link a {color: #333;font-size:14px;}
.my-footer {
  background-color: #000000;
  text-align: center;
  color: #a6a6a6;
  padding: 10px 0;
  border-top: 1px solid #666666;
}
.my-footer a {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #a6a6a6;
  text-align: center;
}
.left {
  width: 230px;
  float: left;
  position: relative;
  top: -120px;
  left: 0;
}
.left .box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 20px;
}
.sort_menu {
  border: none !important;
  padding: 0 !important;
}
.sort_menu h3 {
  background:#004d8e!important;
  height: 80px;
  color: #fff !important;
  font-size: 30px !important;
  padding-top: 30px;
}
.sort_menu h3 {
  background: url(../images/pg-title-bg.jpg) center no-repeat;
  color: #fff;
  box-sizing: border-box;
  height: 109px;
  padding: 23px 0 0 20px;
  font-size: 30px;
  font-weight: normal;
}
.sort_menu h3 span {
  display: block;
  font-size: 14px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 10px;
}
.left .box h3 {
  font-size: 16px;
  color: #218cd4;
  line-height: 20px;
  font-weight: 400;
  text-indent: 22px;
  background: url(../images/boxh3.png) no-repeat 0 50%;
}
.left .box h3 p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 46px !important;
}
.left .box .content {
  padding-top: 10px;
}
.right {
  width: 926px;
  float: right;
  padding-bottom: 30px;
}
.box {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  border-top: 4px solid #218cd4;
}
.box.sort_menu {
  border-top: none;
}
.sort li {
  position: relative;
  z-index: 9;
}
.sort li:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
.sort li .about_b {
  position: absolute;
  left: 230px;
  top: 0px;
  width: 210px;
  padding: 10px 20px;
  background: #f5f6f6;
  border-bottom: 2px solid #3a78c1;
  z-index: 9999;
}
.sort li .layer2 {
  position: absolute;
  left: 230px;
  top: 0px;
  width: 210px;
  border-bottom: 2px solid #3a78c1;
  z-index: 9999;
}
.sort li .layer2 li {
  overflow: hidden;
}
.sort li .layer2 li a {
  font-weight: bold;
  background: url(../images/ico1.gif) no-repeat 20px 50%;
  line-height: 40px;
}
.sort li .layer2 li a:hover {
  text-decoration: none;
  color: #3a78c1;
}
.sort li .layer2 li .layer3 li {
  margin: 6px 0px;
  line-height: 24px;
  padding-left: 10px;
}
.sort li .layer2 li .layer3 li a {
  font: normal 12px/24px "微软雅黑";
  background: none;
}
.sort li .layer2 li .layer3 li .layer4 li {
  margin: 6px 0px;
  line-height: 24px;
  padding-left: 15px;
}
.sort li .layer2 li .layer3 li .layer4 li a {
  font: normal 12px/24px "微软雅黑";
  background: none;
}
.sort li {
  position: relative;
  background: #ececec;
}
.sort li a {
  background: url(../images/sorta.png) no-repeat;
  color: #333;
  display: block;
  line-height: 60px;
  border-top: 1px solid #fff;
  padding-left: 48px;
  font-size: 12px;
}
.sort li a:hover {
  color: #fff;
  text-decoration: none;
  background: url(../images/sortbg.png) no-repeat #333333;
}
.case_list li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  _display: inline;
}
.case_list li a.img {
  padding: 1px;
  border: 1px solid #e0e1dc;
}
.case_list li a.img img {
  width: 274px;
  height: 235px;
}
.case_list li h3 {
  text-align: center;
  padding-top: 5px;
}
.case_list li h3 a {
  font-weight: normal;
  font-size: 12px;
  color: #666;
}
.case_list li a.img {
  display: block;
}
.case_list li a.img:hover {
  border-color: #218cd4;
}
.product_list li {
  float: left;
  width: 288px;
  border: 1px solid #eee;
  margin: 0 10px 10px;
  padding: 5px;
}
.product_list li a.img {
  display: block;
  width: 281px;
  height: 187px;
  overflow: hidden;
}
.product_list li img {
  width: 281px;
  height: 187px;
  transition: all .5s ease;
}
.product_list li h3 {
  line-height: 35px;
  text-align: center;
}
.product_list li h3 a {
  color: #5a5a5a;
  font-size: 14px;
}
.product_list li:hover {
  border-color: #292e39;
}
.product_list li:hover img {
  transform: scale(1.1);
}
.news_listts li {
  background: #fff;
  width: 920px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.news_listts li a.img {
  width: 216px;
  height: 145px;
  overflow: hidden;
}
.news_listts li img {
  float: left;
  overflow: hidden;
  width: 216px;
  height: 145px;
}
.news_sub {
  float: right;
  width: 680px;
  margin-left: 23px;
}
.news_sub a {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  display: block;
}
.news_sub span {
  color: #7b7b7b;
  font-size: 12px;
  text-align: justify;
}
.right_word {
  margin-left: 5%;
}
.news_list li {
  line-height: 27px;
  position: relative;
  padding-left: 10px;
  height: 27px;
  overflow: hidden;
}
.news_list li a {
  line-height: 27px;
  color: #666;
}
.news_list li a:hover {
  text-decoration: none;
  color: #218cd4;
}
.news_list li span {
  color: #999;
  z-index: 0;
  line-height: 27px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.news_list li h3 {
  font-size: 14px;
}
.news_list li div {
  line-height: 24px;
}
.news_sub h3 {
  width: 83px;
  height: 28px;
  font-size: 12px;
  border: 1px solid #218cd4;
  display: block;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
}
.news_sub h3 a {
  font-size: 12px;
  text-align: center;
  color: #218cd4;
  line-height: 28px;
  padding-left: 0px;
  display: block;
}
.news_listts li:hover .news_sub h3 {
  border: none;
  background: #218cd4;
}
.news_listts li:hover .news_sub h3 a {
  color: #fff;
}
.sitemp {
  line-height: 50px;
  border-bottom: 1px solid #eee;
}
.sitemp .site {
  text-align: left;
  line-height: 50px;
}
.sitemp a {
  color: #333;
}
.right .content {
  padding-top: 15px;
  line-height: 24px;
}
.left .box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 20px;
}
.left .box {
  margin-bottom: 10px;
}
.left .box .content {
  padding: 5px 0px;
  font-size: 12px;
}
.prodescription {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 20px;
}
.words {
  overflow: hidden;
  margin-right: -1.3%;
  padding-top: 5px;
}
.words li {
  width: 46%;
  float: left;
  border: 1px dashed #d0d0d0;
  background: #fcfcfc;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new1 li {
  border-bottom: 1px dashed #ddd;
  background: url(../images/newli.png) no-repeat 0% 50%;
  padding-left: 13px;
}
.left .box {
  margin-bottom: 10px;
}
.left .box .content {
  padding: 5px 0px;
  font-size: 12px;
}
.product_listn {
  width: 105%;
}
.product_listn li {
  float: left;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 15px;
  _display: inline;
  border: 1px solid #ddd;
}
.product_listn li a.img {
  display: block;
  overflow: hidden;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  position: relative;
}
.product_listn li a.img img {
  width: 282px;
  height: 242px;
}
.product_listn li h3 {
  background:#eee;
  line-height: 46px;
  text-align: center;
  font-size: 12px;
  color: #333;
  font-weight: 400;
}
.product_listn li a.img figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product_listn li a.img figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.product_listn li:hover a.img img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.product_listn li:hover a.img figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.product_listn li h3 a {
  font-weight: normal;
  color: #333;
}
.page-wrap {
  background: #fff;
  padding: 35px 0 4.16666667%;
}
.case_listn li {
  float: left;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 15px;
  _display: inline;
  border: 1px solid #ddd;
}
.case_listn li a.img img {
  width: 282px;
  height: 187px;
}
.case_listn li h3 {
  background: #f1f1f1;
  line-height: 46px;
  text-align: center;
  font-size: 12px;
  color: #6d6d6d;
  font-weight: 400;
}
.case_listn li h3 a {
  font-weight: normal;
}
.case_listn li a.img {
  display: block;
}
.case_listn li a.img:hover {
  border-color: #218cd4;
}
.case_listn li:hover h3,
.product_listn li:hover h3 {
  background:#004d8e;
}
.case_listn li:hover h3 a,
.product_listn li:hover h3 a {
  color: #fff;
}
.product_listn li a.img {
  display: block;
}
.product_listn li a.img:hover {
  border-color: #218cd4;
}
.news_listts li {
  background: #fff;
  width: 920px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.news_listts li a.img {
  width: 216px;
  height: 145px;
  overflow: hidden;
}
.news_listts li img {
  float: left;
  overflow: hidden;
  width: 216px;
  height: 145px;
}
.news_sub {
  float: right;
  width: 680px;
  margin-left: 23px;
}
.news_sub a {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  display: block;
}
.news_sub span {
  color: #7b7b7b;
  font-size: 12px;
  text-align: justify;
}
.news_sub h3 {
  width: 83px;
  height: 28px;
  font-size: 12px;
  border: 1px solid #218cd4;
  display: block;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
}
.news_sub h3 a {
  font-size: 12px;
  text-align: center;
  color: #218cd4;
  line-height: 28px;
  padding-left: 0px;
  display: block;
}
.news_listts li:hover .news_sub h3 {
  border: none;
  background: #218cd4;
}
.news_listts li:hover .news_sub h3 a {
  color: #fff;
}

.w1920{
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
}
.w1200{
    width: 1200px;
    margin:0 auto;
}
/*新闻资讯*/
.c7 {
  padding-top: 66px;
  background: #fbfbfb;
  padding-bottom: 54px;
}

.c7 .content {
}

.c7 .content .c7-1 h3 {
  font-weight: 500;
  font-size: 26px;
  color: #000;
}

.c7 .content .c7-1 h3 p {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-top: 10px;
}

.c7 .content .c7-1 .xx {
  cursor: pointer;
  margin-top: 54px;
}

.c7 .content .c7-1 .xx.prev {
  margin-left: 3px;
}

.c7 .content .c7-2 {
  width: 1038px;
}

.c7 .content .bd {
  overflow: hidden;
}

.c7 .content .list2 li {
  float: left;
  width: 510px !important;
  height: 138px;
  border: 2px solid #e5e5e5;
  margin-right: 18px;
  padding: 25px 30px 0 28px;
}

.c7 .content .list2 li h3 {
  display: block;
  padding-left: 40px;
  background: url(../images/wen.png) no-repeat 0 50%;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 27px;
}

.c7 .content .list2 li dd {
  padding-left: 40px;
  background: url(../images/da.png) no-repeat 0 0;
  line-height: 25px;
  color: #999999;
  margin-top: 10px;
  font-size: 12px;
}

.c7 .list3 {
  margin-top: 52px;
}

.c7 .list3 li {
  float: left;
  margin-right: 33px;
  width: 275px;
}

.c7 .list3 li:last-child {
  margin-right: 0;
}

.c7 .list3 li .img img {
  width: 275px;
  height: 174px;
}

.c7 .list3 li h3 {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  padding: 8px 0;
}

.c7 .list3 li dd {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}



/*推翻样式表*/
.sytop{
  height: 30px;
  line-height: 30px;
  background-color: #f4f4f4;
}
.sytop .sytop_fl{
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.sytop .sytop_fr{
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.sytop .sytop_fr a{
  color: #333333;
}
/**/
.sytop1{
  height: 106px;
  line-height: 106px;
}
.sytop1 .sytop1_fr{
  margin-top: 30px;
  padding-left: 51px;
  background: url(../images/tdh.png) no-repeat left 5px;
}
.sytop1 .sytop1_fr h3{
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #000000;
}
.sytop1 .sytop1_fr h4{
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #ff0000;
  margin-top: 4px;
}

/*定制*/
.sydz{
  padding-top: 38px;
  padding-bottom: 57px;
}
.sydz li{
  width: 400px;
  position: relative;
}
.sydz .dzimg{
  width: 146px;
  line-height: 120px;
  text-align: center;
}
.sydz .dzimg .img1{
  display: none;
}
.sydz .dzwz{
  width: 254px;
}
.sydz .dzwz h3{
  font-size: 30px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: 1px;
  color: #999999;
  padding-top: 30px;
}
.sydz .dzwz h4{
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #999999;
  margin-top: 8px;
}
.sydz li:before{
  content: '';
  display: block;
  width: 0;
  height: 6px;
  background-color: #e23f00;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sydz li:hover{
  box-shadow: 0px 0px 10px 0px  rgba(0, 0, 0, 0.17);
}
.sydz li:hover .dzimg .img1{
  display: inline;
}
.sydz li:hover .dzimg .img2{
  display: none;
}
.sydz li:hover .dzwz h3{
  color: #e23f00;
}
.sydz li:hover .dzwz h4{
  color: #e23f00;
}
.sydz li:hover:before{
  width: 400px;
}
/*产品中心*/
.cpzx .cpzx_ft{
  text-align: center;
}
.cpzx .cpzx_ft h3{
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 4px;
  color: #e23f00;
}
.cpzx .cpzx_ft h4{
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 2px;
  color: #999999;
  margin-top: 12px;
}
.cpzx .cpzx_fc{
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}
/*.cpzx .cpzx_fc li.swiper-slide-active .cpzx_fcl{
  left: 0;
  opacity: 1;
}*/
.cpzx .cpzx_fc li .cpzx_fcl{
  width: 600px;
  height: 418px;
 /* position: relative;
  z-index: 1;
  left: -600px;
  opacity: 0;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;*/
}
.cpzx .cpzx_fc li{
  background: #fff;
  position: relative;
  z-index: 9;
}
.cpzx .cpzx_fc li .cpzx_fcl img{
  width: 600px;
  height: 418px;
}
.cpzx .cpzx_fc li .cpzx_fcr{
  width: 600px;
  padding-left: 50px;
  padding-top: 72px;
 /* position: relative;
  z-index: 2;
  right: -600px;
  opacity: 0;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;*/
}
/*.cpzx .cpzx_fc li.swiper-slide-active .cpzx_fcr{
  right: 0;
  opacity: 1;
}*/
.cpzx .cpzx_fc li .cpzx_fcr h3{
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  color: #222222;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpzx .cpzx_fc li:hover .cpzx_fcr h3{
  color: #e23f00;
}
.cpzx .cpzx_fc li .cpzx_fcr h4{
  font-size: 18px;
  font-weight: normal;
  height: 75px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #999999;
  margin-top: 25px;
  width: 495px;
}
.cpzx .cpzx_fc li .cpzx_fcr .cpckgd{
  display: block;
  width: 118px;
  background-color: #e23f00;
  margin-top: 19px;
  text-align:center;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #ffffff;
}
.cpzx .cpzx_fc .cpzx_fcbtnl{
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 99;
  width: 24px;
  height: 86px;
  background: url(../images/cpbtnl.png) no-repeat center;
}
.cpzx .cpzx_fc .cpzx_fcbtnr{
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 99;
  width: 24px;
  height: 86px;
  background: url(../images/cpbtnr.png) no-repeat center;
}
.cpzx .cpzx_fc .cpzxyd{
  position: absolute;
  bottom: 40px;
  z-index: 99;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.cpzx .cpzx_fc .cpzxyd span{
  width: 16px;
  height: 16px;
  border: solid 1px #999999;
  margin: 0 5px;
  background: none;
}
.cpzx .cpzx_fc .cpzxyd span.swiper-pagination-bullet-active{
  border: solid 1px #999999;
  background:#999999;
}
.cpzx .cpzx_fb{
  overflow: hidden;
}
.cpzx .cpzx_fb li{
  width: 396px;
  height: 162px;
  background-color: #ffffff;
  border: solid 2px #e5e5e5;
  position: relative;
  margin-right: 12px;
}
.cpzx .cpzx_fb li a{
  position: absolute;
  left: 0;
  right: 0;
  width: 388px;
  height: 154px;
  z-index: 3;
}
.cpzx .cpzx_fb li .cpzx_fbimg{
  width: 111px;
  height: 111px;
  margin-left: 55px;
  margin-top: 23px;
}
.cpzx .cpzx_fb li .cpzx_fbimg img{
  width: 111px;
  height: 111px;
}
.cpzx .cpzx_fb li .cpzx_fbwz{
  margin-left: 40px;
  width: 180px;
  margin-top:23px;
}
.wznr{
  height: 44px;
  margin-top: 25px;
}
.cpzx .cpzx_fb li .cpzx_fbwz h3{
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #323232;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpzx .cpzx_fb li .cpzx_fbwz h4{
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: #fff;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.cpzx .cpzx_fb li:before{
  content: '';
  display: block;
  width: 388px;
  height: 80px;
  background-color: #323232;
  position: absolute;
  left:  0;
  bottom: 0;
  z-index: 2;
  display: none;
}
.cpzx .cpzx_fb li:hover .cpzx_fbwz h3{
  color: #e23f00;
}
.cpzx .cpzx_fb li:hover:before{
  background-image: linear-gradient(180deg, 
    #ff8252 0%, 
    #e23f00 100%), 
  linear-gradient(
    #323232, 
    #323232);
  background-blend-mode: normal, 
    normal;
}
/*行业引领产品，释放创新活力*/
.hylx{
  border-top: 1px solid #f1f1f1;
  margin-top: 40px;
  padding-bottom: 39px;
}
.hylx .hylx_fl{
  width: 950px;
}
.hylx .hylx_fl h3{
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 4px;
  color: #333333;
  padding-top: 41px;
}
.hylx .hylx_fl h4{
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 2px;
  color: #999999;
  margin-top: 14px;
}
.hylx .hylx_fr{
  display: block;
  width: 184px;
  background-image: linear-gradient(253deg, 
    #ff8252 0%, 
    #e23f00 100%), 
  linear-gradient(
    #e23f00, 
    #e23f00);
  background-blend-mode: normal, 
    normal;
  box-shadow: 0px 5px 10px 0px 
    rgba(0, 0, 0, 0.17);
  border-radius: 25px;
  font-size: 16px;
  line-height: 51px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 47px;
  text-align: center;
}
/*关于我们*/
.gywm{
  height: 499px;
  background:url(../images/gsbj.png) no-repeat center;
}
.gywm .gywm_ft{
  text-align: center;
}
.gywm .gywm_ft h3{
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 3px;
  color: #e23f00;
  padding-top: 58px;
}
.gywm .gywm_ft h3:after{
  content: '';
  display: block;
  width: 59px;
  height: 7px;
  background-color: #e23f00;
  margin: 0 auto;
  margin-top: 20px;
}
.gywm .gywm_ft h4{
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 19px;
}
.gywm .gywm_ft h5{
  width: 890px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 51px;
}
.gywm .gywm_fb{
  margin-top: 64px;
}
.gywm .gywm_fb ul{
  font-size: 0;
  text-align: center;
}
.gywm .gywm_fb li{
  width: 260px;
  display: inline-block;
}
.gywm .gywm_fb li h3 .sz{
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  padding-top: 14px;
}
.gywm .gywm_fb li h3 .qtwz{
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  padding-top: 14px;
}
.gywm .gywm_fb li h3 .jia{
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  vertical-align: top;
}
.gywm .gywm_fb li h4{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 18px;
}
/**/
.gstb{
  background-color: #222222;
}
.gstb li{
  width: 300px;
  height: 101px;
  position: relative;
}
.gstb .gstbimg{
  width: 102px;
  margin-left: 20px;
  line-height: 101px;
  text-align: center;
}
.gstb .gstbimg img{
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gstb .gstbwz{
  width: 178px;
}
.gstb .gstbwz h3{
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 32px;
}
.gstb .gstbwz h4{
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 6px;
}
.gstb li:hover{
  background-image: linear-gradient(0deg, 
    #e23f00 0%, 
    #ff8252 100%), 
  linear-gradient(
    #ffffff, 
    #ffffff);
  background-blend-mode: normal, 
    normal;
}
.gstb li:after{
  content: '';
  display: block;
  width: 2px;
  height: 61px;
  background-color: #ffffff;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 19px;
}
.gstb li:hover:after{
  display: none;
}
.gstb li:hover .gstbimg img{
  transform: rotateY(360deg);
}
/*案例*/
.hzal{
  background-color: #f5f5f5;
  padding-top: 58px;
  padding-bottom: 62px;
}
.hzal .hzal_ft .hzal_ftl h3{
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 4px;
  color: #e23f00;
  padding-right: 65px;
  background: url(../images/VIP.png) no-repeat right 8px;
}
.hzal .hzal_ft .hzal_ftl h4{
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 2px;
  color: #999999;
  margin-left: 13px;
  margin-top: 19px;
}
.hzal .hzal_ft .hzalgd{
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #666666;
  padding-right: 30px;
  background: url(../images/alshk.png) no-repeat right center;
  margin-top: 20px;
}
.hzal .hzal_fb{
  margin-top: 40px;
}
.hzal .hzal_fb li{
  width: 390px;
  height: 270px;
  position: relative;
  margin-right: 15px;
  margin-top: 15px;
}
.hzal .hzal_fb li:nth-child(3n){
  margin-right: 0;
}
.hzal .hzal_fb li img{
  width: 390px;
  height: 270px;
}
.hzal .hzal_fb li h3{
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hzal .hzal_fb li .hzal_fbimg:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#4C000000', endColorstr='#4C000000');
    background: rgba(0,0,0,0.4);
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.hzal .hzal_fb li:hover .hzal_fbimg:after{
    left: 0;
    width: 0;
}
.hzal .hzal_fb li .hzal_fbimgwz{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 125px;
}
.hzal .hzal_fb li .hzal_fbimgwz:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(21,96,157,0.9);
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.hzal .hzal_fb li:hover .hzal_fbimgwz:before {
    left: 0;
    width: 100%;
}
.hzal .hzal_fb li:hover h3{
  opacity: 0;
}
.hzal .hzal_fb li .hzal_fbimgwz h4{
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  height: 0;
  color: #fff;
  -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hzal .hzal_fb li:hover .hzal_fbimgwz h4{
  height: 20px;
}

/*新闻资讯*/
.xwzx{
  padding-top: 58px;
  padding-bottom: 61px;
}
.xwzx .xwzx_ft{
  text-align: center;
}
.xwzx .xwzx_ft h3{
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 4px;
  color: #e23f00;
}
.xwzx .xwzx_ft h4{
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 2px;
  color: #999999;
  margin-top: 12px;
}
.xwzx .xwzx_fb{
  margin-top: 39px;
}
.xwzx .xwzx_fb .xwzx_fbt{
  border-bottom: 3px solid #e3e3e3;
}
.xwzx .xwzx_fb .xwzx_fbt  li{
  width: 120px;
  position: relative;
}
.xwzx .xwzx_fb .xwzx_fbt  li:after{
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background-color: #e23f00;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.xwzx .xwzx_fb .xwzx_fbt  li:hover:after{
  width: 120px;
}
.xwzx .xwzx_fb .xwzx_fbt  li.on:after{
  width: 120px;
}
.xwzx .xwzx_fb .xwzx_fbt  li a{
  display: block;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #999999;
  text-align: center;
   padding-bottom: 13px;
}
.xwzx .xwzx_fb .xwzx_fbt  li.on a{
  color: #e23f00;
}
.xwzx .xwzx_fb .xwzx_fbt .xwgd{
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #999999;
  margin-top: 5px;
}
.xwzx .xwzx_fb .xwzx_fbb{
  margin-top: 39px;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbl{
   width: 580px;
   background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px  rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbl .img{
  border-radius: 5px;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbl img{
  width: 580px;
  height: 262px;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbl h3{
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #000000;
  padding: 0 28px;
  margin-top: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbl h4{
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #848484;
  padding: 0 28px;
  margin-top: 15px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbl .xwrq{
  margin-top: 20px;
  padding: 0 28px;
  padding-bottom: 27px;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbl h5{
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  color: #848484;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbl span{
  font-size: 12px;
  line-height: 12px;
  color: #848484;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr{
  width: 580px;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li{
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px 
    rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 19px;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li .xwrq1{
  width: 127px;
  margin-right: 6px;
  text-align: center;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li .xwrq1 h3{
  font-size: 48px;
  font-weight: bold;
  line-height: 40px;
  color: #000000;
  padding-top: 30px;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li .xwrq1 h4{
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #000000;
  padding-top: 17px;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li .xwwz1{
  width: 409px;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li .xwwz1 h3{
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #000000;
  margin-top: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li .xwwz1 h4{
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #848484;
  margin-top: 8px;
  margin-bottom: 23px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li:last-child{
  margin-bottom: 0;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li:hover .xwrq1 h3{
  color: #e23f00;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li:hover .xwrq1 h4{
  color: #e23f00;
}
.xwzx .xwzx_fb .xwzx_fbb .xwzx_fbbr li:hover .xwwz1 h3{
  color: #e23f00;
}

/*foot1*/
.foot1{
  position: relative;
}
.foot1:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40.5%;
  height: 100%;
  background: #4a4747;
  z-index: 1;
}
.foot1:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width:59.5%;
  height: 100%;
  background: #2e2e2e;
  z-index: 1;
}
.foot1 .foot1_ft{
  padding-top: 31px;
  padding-bottom: 31px;
  font-size: 16px;
  line-height: 26px;
  color: #b5b5b5;
  position: relative;
  z-index: 2;
}
.foot1 .foot1_ft a{
  color: #b5b5b5;
  margin: 0 16px;
}
.foot1  .footxt1{
  width: 100%;
  height: 1px;
  background: #585858;
  position: relative;
  z-index: 2;
}
.foot1 .foot1_fb{
  position: relative;
  z-index: 2;
  padding-top: 22px;
  padding-bottom: 32px;
}
.foot1 .foot1_fb .foot1_fbl{
  width: 417px;
}
.foot1 .foot1_fb .foot1_fbl h3{
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  color: #b5b5b5;
  margin-top: 20px;
}
.foot1 .foot1_fb .foot1_fbl h3 p{
  padding-left: 23px;
  background: url(../images/tdbdh.png) no-repeat left center;
}
.foot1 .foot1_fb .foot1_fbl h3 p:nth-child(1){
  background: url(../images/fdbdz.png) no-repeat left center;
}
.foot1 .foot1_fb .foot1_fbl h3 p:nth-child(5){
  background: url(../images/fdbyx.png) no-repeat left center;
}
.foot1 .foot1_fb .foot1_fbr{
  width: 782px;
  padding-left: 33px;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrt{
  padding-top: 16px;
  padding-bottom: 23px;
  border-bottom: 1px solid #585858;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrt li{
  width: 136px;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrt li a{
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  color: #969696;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrt li:nth-child(6n){
  width: 69px;
  text-align: right;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrt li a:hover{
  color: #e23f00;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrb{
  margin-top: 40px;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrb .foot1_fbrbl{
  width: 338px;
  border-right:1px solid #484848;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrb .foot1_fbrbl h3{
  font-size: 14px;
  font-weight: normal;
  line-height:14px;
  color: #b5b5b5;
  width: 295px;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrb .foot1_fbrbl h4{
  font-size: 14px;
  font-weight: normal;
  line-height:18px;
  color: #b5b5b5;
  margin-top: 16px;
  margin-bottom: 8px;
  width: 295px;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrb .foot1_fbrbl h5{
  width: 295px;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  color: #b5b5b5;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrb .foot1_fbrbl a{
  color: #b5b5b5;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrb .foot1_fbrbr{
  width: 408px;
  padding-left: 20px;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrb .foot1_fbrbr .fewm{
  margin-left: 38px;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrb .foot1_fbrbr img{
  width: 137px;
  height: 137px;
}
.foot1 .foot1_fb .foot1_fbr .foot1_fbrb .foot1_fbrbr h3{
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  margin-top: 7px;
}
.foot2{
  padding: 21px 0;
  background-color: #000000;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255,255,255,0.48);
  text-align: center;
}
.foot2 a{
  color: rgba(255,255,255,0.48);
}




/* åˆä½œä¼™ä¼´ */
.hezuo{height:137px;background:#fcfcfc;margin-top:0px;}
.he{padding-top:30px;}
.he-tit{text-align:center;}
.he-tit h3{font-size: 36px;color: #e23f00;line-height: 35px;margin-bottom:13px;}
.he-tit h3 span{color: #333}
.he-tit p{display: inline-block;width: 193px;height: 25px;line-height: 25px;text-align: center;color: #fff;font-size: 14px;background: #e23f00;letter-spacing: 3px}

.he-cont{position: relative;float:right;width:984px;}
.l_btn3{position:absolute;top:43px;cursor:pointer;z-index: 99;left:0;}
.r_btn3{position:absolute;top:43px;cursor:pointer;z-index: 99;right:0;}
.he_list{}
.he_list li{float: left;width: 138px;height: 79px;margin-right:19px;border:1px solid #ededed;}
.he_list li img{width: 136px;height: 77px;}


/*æ»šåŠ¨*/
#demo{overflow:hidden;width:94%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

















