@charset "utf-8";

/*-----------------------------------------------------------*/

/*copyright by 动力无限  www.btoe.cn*/

/*邮箱 btoe@btoe.cn*/

/*合作电话 400-0599-360*/

/*版权所有违者必究*/

/*-----------------------------------------------------------*/

/*Generated by wjdhcms 3.0 */

.dx {

  text-transform: uppercase;

}

.dh {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.clearboth:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

@keyframes huanying1 {

  0% {

    left: 0;

    opacity: 1;

  }

  100% {

    left: 15px;

    opacity: 0;

  }

}

@keyframes huanying2 {

  0% {

    opacity: 0;

    left: -10px;

  }

  100% {

    left: 0;

    opacity: 1;

  }

}

@keyframes jello {

  from,

  11.1%,

  to {

    -webkit-transform: none;

    -moz-transform: none;

    transform: none;

  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);

    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);

    transform: skewX(-12.5deg) skewY(-12.5deg);

  }

  33.3% {

    -webkit-transform: skewX(6.25deg) skewY(6.25deg);

    -moz-transform: skewX(6.25deg) skewY(6.25deg);

    transform: skewX(6.25deg) skewY(6.25deg);

  }

  44.4% {

    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);

    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);

    transform: skewX(-3.125deg) skewY(-3.125deg);

  }

  55.5% {

    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);

    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);

    transform: skewX(1.5625deg) skewY(1.5625deg);

  }

  66.6% {

    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);

    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);

    transform: skewX(-0.78125deg) skewY(-0.78125deg);

  }

  77.7% {

    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);

    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);

    transform: skewX(0.390625deg) skewY(0.390625deg);

  }

  88.8% {

    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);

    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);

    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);

  }

}

body *:before,

body *:after {

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.swiper-container {

  cursor: url(../images/gesture.png), default;

}

.swiper-container img {

  cursor: url(../images/gesture.png), default;

}

.fudongdiv {

  -webkit-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.sjcTop,

.sjcTop2,

.sjcBottom,

.sjcLeft,

.sjcRight,

.bg,

.leftWow,

.rightWow,

.bottomWow {

  -webkit-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

.banner {

  position: relative;

  z-index: 1;

}

.banner:before {

  content: "";

  display: block;

  position: absolute;

  z-index: 2;

  width: 100%;

  height: 225px;

  background: url(../images/bannerbg.png) center bottom no-repeat;

  left: 0;

  bottom: 0;

}

.banner * {

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.banner img {

  display: block;

  width: 100%;

  object-fit: cover;

  height: 600px;

}

.banner .banner-pagination {

  font-size: 0;

  position: absolute;

  width: 100%;

  left: 0;

  bottom: 50px;

  z-index: 3;

  text-align: center;

}

.banner .banner-pagination span {

  border: 1px #fff solid;

  opacity: 1;

  padding: 2px;

  border-radius: 100%;

  background: transparent;

  width: auto;

  height: auto;

  margin: 0 10px;

  cursor: pointer;

  outline: none;

}

.banner .banner-pagination span:before {

  content: "";

  display: block;

  border-radius: 100%;

  background: #fff;

  width: 8px;

  height: 8px;

  opacity: 0;

  filter: alpha(opacity=0);

}

.banner .banner-pagination span.swiper-pagination-bullet-active:before {

  opacity: 1;

  filter: alpha(opacity=100);

}

.banner .banner-page {

  position: absolute;

  z-index: 2;

  left: 50%;

  margin-left: -600px;

  bottom: -108px;

  width: 160px;

  height: 200px;

  background-color: #ffffff;

  border-radius: 0px 60px 0px 0px;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  padding-top: 15px;

}

.banner .banner-page .banner-prev {

  height: 78px;

  background: url(../images/bt.png) center center no-repeat;

  -webkit-filter: grayscale(100);

  filter: grayscale(100);

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  cursor: pointer;

  outline: none;

}

.banner .banner-page .banner-prev:hover {

  -webkit-filter: grayscale(0);

  filter: grayscale(0);

}

.banner .banner-page .banner-next {

  height: 78px;

  background: url(../images/bb.png) center center no-repeat;

  -webkit-filter: grayscale(100);

  filter: grayscale(100);

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  cursor: pointer;

  outline: none;

  margin-top: 12px;

}

.banner .banner-page .banner-next:hover {

  -webkit-filter: grayscale(0);

  filter: grayscale(0);

}

.inTop {

  padding-left: 434px;

  padding-top: 44px;

  line-height: 30px;

  height: 108px;

}

.inTop:before {

  content: "";

  display: block;

  position: absolute;

}

.inTop:before:before {

  content: "";

  display: block;

  position: absolute;

  left: 805px;

  top: 5px;

  height: 20px;

  width: 1px;

  background-color: #c9c9c9;

}

.inTop .slogan {

  font-size: 16px;

  background: url(../images/slogan.png) 0 center no-repeat;

  color: #666666;

  padding-left: 50px;

  height: 30px;

  line-height: 30px;

  float: left;

}

.inTop .tel {

  font-size: 16px;

  float: right;

}

.inTop .tel:before {

  content: "";

  display: inline-block;

  width: 30px;

  height: 30px;

  vertical-align: top;

  margin-right: 20px;

  animation: msClock2 1.5s linear infinite;

  background: url(../images/tel.png) center center no-repeat;

}

.inTop .tel i {

  font-family: 'Times New Roman', Times, serif;

  font-size: 30px;

  font-weight: bold;

  vertical-align: top;

}

.title {

  line-height: 1;

}

.title i {

  display: block;

  font-family: "Arial Black";

  font-size: 62px;

  line-height: 45px;

}

.title i:first-letter {

  color: #1d79de;

}

.title b {

  display: block;

  font-size: 30px;

  margin-top: 22px;

  font-weight: normal;

}

.title b:after {

  content: "";

  display: inline-block;

  vertical-align: middle;

  position: relative;

  top: -2px;

  margin-left: 20px;

  width: 16px;

  height: 16px;

  background: url(../images/titico.png) 0 center no-repeat;

}

.about {

  padding-top: 70px;

}

.about .aboutBox {

  height: 625px;

}

.about .aboutPic {

  width: 600px;

  height: 550px;

  float: right;

}

.about .aboutPic .pic {

  width: 960px;

  height: 550px;

  overflow: hidden;

  margin: auto;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.about .aboutPic .pic img {

  display: block;

  width: 960px;

  height: 550px;

  -webkit-transition: all 0.6s ease-out;

  transition: all 0.6s ease-out;

}

.about .aboutPic .pic:hover {

  -webkit-transform: translateY(-8px);

  transform: translateY(-8px);

  box-shadow: 0 10px 20px -5px rgba(7, 28, 85, 0.4);

}

.about .aboutPic .pic:hover img {

  -webkit-transform: scale(1.02) rotate(0);

  -moz-transform: scale(1.02) rotate(0);

  -o-transform: scale(1.02) rotate(0);

  transform: scale(1.02) rotate(0);

}

.about .aboutText {

  float: left;

  width: 540px;

}

.about .aboutText .tit {

  font-weight: bold;

  line-height: 1;

  margin-top: 92px;

  font-size: 18px;

  padding-bottom: 37px;

  background: url(../images/aboutline.png) 0 bottom no-repeat;

}

.about .aboutText .text {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 4;

  overflow: hidden;

  line-height: 32px;

  height: 128px;

  font-size: 14px;

  color: #777777;

  margin-top: 24px;

}

.about .number {

  position: absolute;

  right: 0;

  bottom: 0;

  z-index: 2;

  padding-left: 360px;

  width: 1560px;

  height: 150px;

  background-color: #f9f9f9;

  border-radius: 0px 10px 10px 0px;

  padding-top: 36px;

}

.about .number ul {

  display: flex;

}

.about .number ul li {

  float: left;

  min-width: 200px;

  margin-left: 108px;

  height: 74px;

  position: relative;

}

.about .number ul li:before {

  content: "";

  display: block;

  position: absolute;

  left: 0;

  top: 48px;

  width: 100%;

  height: 1px;

  background-color: #dddddd;

}

.about .number ul li:after {

  content: "";

  display: block;

  position: absolute;

  width: 100%;

  right: 95px;

  top: 10px;

  width: 1px;

  height: 60px;

  background-color: #dddddd;

}

.about .number ul li:first-child {

  margin-left: 0;

}

.about .number ul li h4 {

  line-height: 1;

  height: 74px;

  font-size: 18px;

  color: #666666;

  float: left;

  margin-right: 20px;

}

.about .number ul li h4 i {

  display: inline-block;

  font-size: 36px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  font-weight: bold;

  vertical-align: bottom;

  line-height: 30px;

  margin-right: 5px;

}

.about .number ul li h4 span {

  display: inline-block;

  vertical-align: bottom;

  position: relative;

  top: 0;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.about .number ul li p {

  float: right;

  font-size: 16px;

  line-height: 1;

  color: #666666;

}

.about .number ul li p i {

  display: block;

  width: 30px;

  height: 30px;

  overflow: hidden;

  margin: auto;

  margin-bottom: 28px;

}

.about .number ul li p i:before,

.about .number ul li p i:after {

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  position: relative;

  top: 0;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

}

.about .number ul li p i.ico1:before {

  background: url(../images/numico1.png) center center no-repeat;

}

.about .number ul li p i.ico1:after {

  background: url(../images/numico1h.png) center center no-repeat;

}

.about .number ul li p i.ico2:before {

  background: url(../images/numico2.png) center center no-repeat;

}

.about .number ul li p i.ico2:after {

  background: url(../images/numico2h.png) center center no-repeat;

}

.about .number ul li p i.ico3:before {

  background: url(../images/numico3.png) center center no-repeat;

}

.about .number ul li p i.ico3:after {

  background: url(../images/numico3h.png) center center no-repeat;

}

.about .number ul li p i.ico4:before {

  background: url(../images/numico4.png) center center no-repeat;

}

.about .number ul li p i.ico4:after {

  background: url(../images/numico4h.png) center center no-repeat;

}

.about .number ul li:nth-child(2):after {

  right: 75px;

}

.about .number ul li:nth-child(2) h4 {

  margin-right: 20px;

}

.about .number ul li:nth-child(2) h4 i {

  margin-right: 0;

}

.about .number ul li:hover h4 i,

.about .number ul li.on h4 i {

  color: #1d79de;

}

.about .number ul li:hover h4 span,

.about .number ul li.on h4 span {

  top: 14px;

}

.about .number ul li:hover p i:before,

.about .number ul li.on p i:before,

.about .number ul li:hover p i:after,

.about .number ul li.on p i:after {

  top: -100%;

}

.product {

  padding: 70px 0;

}

.product .proBox {

  padding-bottom: 5px;

}

.product .proBox:before {

  content: "";

  display: block;

  position: absolute;

  width: 1920px;

  height: 100px;

  left: 50%;

  bottom: 0;

  z-index: -1;

  margin-left: -960px;

  background: url(../images/probg.jpg) center 0 no-repeat;

}

.product .proNav {

  float: left;

  width: 470px;

  padding-top: 30px;

}

.product .proNav ul {

  padding-top: 28px;

  margin-right: -70px;

}

.product .proNav ul:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.product .proNav ul li {

  float: left;

  margin-top: 30px;

  margin-right: 70px;

}

.product .proNav ul li a {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  width: 200px;

  height: 40px;

  line-height: 38px;

  border-radius: 4px;

  border: solid 1px #e5e5e5;

  font-size: 15px;

  color: #666666;

  padding-left: 50px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  background-repeat: no-repeat;

  background-image: -webkit-linear-gradient(left, #1d79de, #1d79de);

  background-image: linear-gradient(to right, #1d79de, #1d79de);

  background-size: 0% 100%;

  background-position: left center;

  position: relative;

}

.product .proNav ul li a:before {

  content: "";

  display: block;

  position: absolute;

  width: 19px;

  left: 20px;

  top: 0;

  height: 100%;

  background: url(../images/pronavico.png) center center no-repeat;

  -webkit-transition: all 0.6s ease-out;

  transition: all 0.6s ease-out;

}

.product .proNav ul li a:after {

  content: "";

  display: block;

  position: absolute;

  width: 19px;

  left: 16px;

  top: 100px;

  height: 100%;

  background: url(../images/pronavicoh.png) center center no-repeat;

  -webkit-transition: all 0.6s ease-out;

  transition: all 0.6s ease-out;

  opacity: 0;

}

.product .proNav ul li a:hover {

  background-size: 100% 100%;

  color: #fff;

  box-shadow: 0 0 15px rgba(29, 121, 222, 0.3);

}

.product .proNav ul li a:hover:before {

  top: -100%;

  opacity: 0;

}

.product .proNav ul li a:hover:after {

  top: 0;

  opacity: 1;

}

.product .proTabs {

  float: right;

  width: 570px;

  height: 450px;

}

.product .proTabs .bd {

  width: 570px;

  height: 450px;

  overflow: hidden;

}

.product .proTabs .bd ul li .item {

  width: 570px;

  height: 450px;

  position: relative;

  border-radius: 16px 0 16px 16px;

  border: solid 3px #f5f5f5;

  background: #f5f5f5;

  overflow: hidden;

  padding: 7px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product .proTabs .bd ul li .item .pic {

  display: block;

  width: 100%;

  height: 100%;

  overflow: hidden;

  position: relative;

  border-radius: 16px;

  border: solid 3px #f5f5f5;

}

.product .proTabs .bd ul li .item .pic img {

  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  margin: auto;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product .proTabs .bd ul li .item .bt {

  position: absolute;

  right: 0;

  top: 0;

  width: 60px;

  height: 300px;

  background-color: #1d79de;

  border-radius: 0px 0px 0px 10px;

  color: #fff;

  font-size: 15px;

  line-height: 60px;

  padding-top: 2px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product .proTabs .bd ul li .item .bt:before {

  content: "";

  display: block;

  width: 1px;

  height: 100px;

  background-color: #ffffff;

  margin: auto;

}

.product .proTabs .bd ul li .item .bt span {

  position: absolute;

  display: block;

  width: 60px;

  top: 120px;

  right: 0;

  height: 150px;

  overflow: hidden;

  writing-mode: vertical-rl;

  -webkit-writing-mode: vertical-rl;

  -ms-writing-mode: vertical-rl;

  writing-mode: tb-rl;

}

.product .proTabs .bd ul li .item:hover {

  border-color: #1d79de;

}

.product .proTabs .bd ul li .item:hover .pic img {

  -webkit-transform: scale(1.1) rotate(0);

  -moz-transform: scale(1.1) rotate(0);

  -o-transform: scale(1.1) rotate(0);

  transform: scale(1.1) rotate(0);

}

.product .proTabs .hd {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 20px;

  line-height: 20px;

}

.product .proTabs .hd ul {

  float: left;

}

.product .proTabs .hd ul li {

  display: inline-block;

  vertical-align: middle;

  width: 16px;

  height: 16px;

  border-radius: 100%;

  padding: 4px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  position: relative;

  margin-right: 12px;

  cursor: pointer;

}

.product .proTabs .hd ul li:before {

  content: "";

  display: block;

  position: absolute;

  width: 8px;

  height: 8px;

  background-color: #444444;

  border-radius: 100%;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product .proTabs .hd ul li.on {

  background: rgba(29, 121, 222, 0.3);

}

.product .proTabs .hd ul li.on:before {

  background-color: #1d79de;

}

.product .proTabs .hd .next {

  float: right;

  width: 64px;

  height: 20px;

  background: url(../images/pronext.png) 0 center no-repeat;

  margin-left: 30px;

  cursor: pointer;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product .proTabs .hd .next:hover {

  opacity: 0.6;

  filter: alpha(opacity=60);

}

.product .list ul {

  margin-right: -36px;

}

.product .list ul:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.product .list ul li {

  float: left;

  margin-right: 36px;

  margin-top: 40px;

  width: 376px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  position: relative;

}

.product .list ul li:after {

  content: "";

  position: absolute;

  background: #1d79de;

  width: 100%;

  height: 1px;

  z-index: 1;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  bottom: 0;

  left: 0;

  transition: transform 0.7s;

  transform: scaleX(0);

  transform-origin: right;

}

.product .list ul li:hover:after {

  transform: scaleX(1);

  transform-origin: left;

}

.product .list ul li .pic {

  display: block;

  width: 100%;

  height: 300px;

  position: relative;

  overflow: hidden;

  padding: 10px;

  border-radius: 4px;

  background-color: #eeeeee;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product .list ul li .pic i {

  display: block;

  position: relative;

  overflow: hidden;

  border-radius: 4px;

  width: 100%;

  height: 100%;

  background: #fff;

}

.product .list ul li .pic img {

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: contain;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  -webkit-transition: all 0.6s ease-out;

  transition: all 0.6s ease-out;

}

.product .list ul li .tt {

  height: 55px;

  line-height: 54px;

  text-align: center;

  position: relative;

  padding-right: 120px;

  border-bottom: 1px solid #eeeeee;

}

.product .list ul li .tt .bt {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-size: 15px;

  background: #fff;

  padding-right: 10px;

  position: relative;

  z-index: 2;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product .list ul li .tt .bt:hover {

  -webkit-transform: translateX(5px);

  transform: translateX(5px);

}

.product .list ul li .tt .bt:before {

  content: "-";

  display: inline-block;

  margin-right: 12px;

  color: #999999;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product .list ul li .tt .bt:hover {

  color: #1d79de;

}

.product .list ul li .tt .bt:hover:before {

  color: #1d79de;

}

.product .list ul li .tt .more {

  display: block;

  font-family: Arial;

  font-size: 12px;

  text-transform: uppercase;

  position: absolute;

  right: 0;

  top: 0;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  color: #999999;

}

.product .list ul li .tt .more:before {

  content: "";

  display: block;

  position: absolute;

  left: -88px;

  top: 50%;

  right: 0;

  width: 70px;

  height: 1px;

  background-color: #e5e5e5;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product .list ul li .tt .more:after {

  content: "";

  display: inline-block;

  vertical-align: middle;

  border-top: 5px solid transparent;

  border-bottom: 5px solid transparent;

  border-left: 9px solid #999999;

  position: relative;

  margin-left: 12px;

  top: -2px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product .list ul li .tt .more:hover {

  color: #1d79de;

  -webkit-transform: translateX(-5px);

  transform: translateX(-5px);

}

.product .list ul li .tt .more:hover:after {

  border-left: 9px solid #1d79de;

}

.product .list ul li:hover {

  -webkit-transform: translateY(-8px);

  transform: translateY(-8px);

}

.product .list ul li:hover .pic img {

  -webkit-transform: scale(1.06) rotate(0);

  -moz-transform: scale(1.06) rotate(0);

  -o-transform: scale(1.06) rotate(0);

  transform: scale(1.06) rotate(0);

}

.youshi {

  overflow: hidden;

  background: url(../images/ysbg.jpg) center 0 no-repeat;

}

.youshi .ysBox {

  padding-top: 40px;

  height: 729px;

}

.youshi .ysmessage {

  height: 136px;

}

.youshi .ysmessage:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.youshi .ysmessage .title {

  float: left;

  padding-top: 2px;

}

.youshi .ysmessage .title i {

  font-size: 52px;

  line-height: 40px;

}

.youshi .ysmessage .title b {

  font-size: 30px;

  margin-top: 20px;

}

.youshi .ysmessage .formbox {

  float: right;

  padding-right: 160px;

  width: 824px;

  position: relative;

}

.youshi .ysmessage .formbox input {

  float: left;

  display: block;

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 300px;

  height: 34px;

  padding-bottom: 2px;

  line-height: 30px;

  padding-left: 30px;

  padding-right: 0;

  border: none;

  border-bottom: 1px solid #dddddd;

  font-weight: normal;

  font-size: 14px;

  color: #333;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

}

.youshi .ysmessage .formbox input.username {

  background: url(../images/inpxm.png) 0 center no-repeat;

  margin-right: 64px;

}

.youshi .ysmessage .formbox input.usertel {

  background: url(../images/inpdh.png) 0 center no-repeat;

}

.youshi .ysmessage .formbox input.codeText {

  background: url(../images/inpyzm.png) 0 center no-repeat;

  margin-top: 20px;

}

.youshi .ysmessage .formbox input.xqcontent {

  background: url(../images/inpnr.png) 0 center no-repeat;

  margin-right: 64px;

  margin-top: 20px;

}

.youshi .ysmessage .formbox input::-webkit-input-placeholder {

  color: #999999;

  font-weight: normal;

  font-size: 14px;

  opacity: 1;

}

.youshi .ysmessage .formbox input::-moz-placeholder {

  color: #999999;

  font-weight: normal;

  font-size: 14px;

  opacity: 1;

}

.youshi .ysmessage .formbox input:-ms-input-placeholder {

  color: #999999;

  font-weight: normal;

  font-size: 14px;

  opacity: 1;

}

.youshi .ysmessage .formbox input:focus,

.youshi .ysmessage .formbox input:active {

  border-color: #1d79de;

}

.youshi .ysmessage .formbox input:focus::-webkit-input-placeholder,

.youshi .ysmessage .formbox input:active::-webkit-input-placeholder {

  opacity: 0.6;

  filter: alpha(opacity=60);

}

.youshi .ysmessage .formbox .code {

  position: relative;

  display: block;

  float: left;

}

.youshi .ysmessage .formbox .code .imgCode {

  position: absolute;

  right: 0;

  bottom: 0;

  width: 90px;

  height: 36px;

  border: none;

  display: block;

  z-index: 2;

}

.youshi .ysmessage .formbox .submitform {

  position: absolute;

  right: 0;

  top: 0;

  width: 100px;

  height: 90px;

  background-color: #1d79de;

  border-radius: 6px;

  border: none;

  font-size: 16px;

  line-height: 24px;

  text-align: center;

  color: #fff;

  font-weight: bold;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  overflow: hidden;

  cursor: pointer;

  z-index: 1;

}

.youshi .ysmessage .formbox .submitform:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 2px solid #1d79de;

  border-radius: 6px;

  z-index: -1;

  opacity: 0;

  -webkit-transform: scale3d(0.6, 0.6, 1);

  transform: scale3d(0.6, 0.6, 1);

  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;

  transition: transform 0.3s, opacity 0.3s;

  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

  box-sizing: border-box;

}

.youshi .ysmessage .formbox .submitform:hover {

  background: none;

  color: #1d79de;

  box-shadow: 0 10px 15px -5px rgba(29, 121, 222, 0.5);

}

.youshi .ysmessage .formbox .submitform:hover:before {

  -webkit-transform: scale3d(1, 1, 1);

  transform: scale3d(1, 1, 1);

  opacity: 1;

}

.youshi .ysmessage .formbox .xunpan {

  float: left;

  width: 370px;

  margin-top: 38px;

  margin-left: 20px;

  position: relative;

  cursor: pointer;

  text-align: center;

  color: #0c4138;

  font-size: 14px;

  line-height: 64px;

  height: 64px;

  background-color: #ffffff;

}

.youshi .ysmessage .formbox .xunpan:before {

  content: "";

  display: inline-block;

  vertical-align: middle;

  position: relative;

  top: -2px;

  background: url(../images/xunpan.png) center center no-repeat;

  width: 21px;

  height: 23px;

  margin-right: 10px;

}

.youshi .ysmessage .formbox .xunpan .xunpantip {

  z-index: 999;

  position: absolute;

  top: 110%;

  left: 50%;

  width: 180px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  color: #fff;

  font-size: 14px;

  -webkit-transform: translateX(-50%) scale(0);

  -moz-transform: translateX(-50%) scale(0);

  -o-transform: translateX(-50%) scale(0);

  -ms-transform: translateX(-50%) scale(0);

  transform: translateX(-50%) scale(0);

  -webkit-transition: transform 0.4s, opacity 0.4s;

  -moz-transition: transform 0.4s, opacity 0.4s;

  -o-transition: transform 0.4s, opacity 0.4s;

  -ms-transition: transform 0.4s, opacity 0.4s;

  transition: transform 0.4s, opacity 0.4s;

  background-color: #1d79de;

  border-radius: 4px;

  opacity: 0;

  font-weight: bold;

  box-shadow: 3px 3px 2px rgba(29, 121, 222, 0.15);

}

.youshi .ysmessage .formbox .xunpan .xunpantip:after {

  content: '';

  position: absolute;

  top: -16px;

  left: 50%;

  width: 0;

  height: 0;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  border: 8px solid transparent;

  border-bottom-color: #1d79de;

}

.youshi .ysmessage .formbox .xunpan:hover .xunpantip {

  -webkit-transform: translateX(-50%) scale(1);

  -moz-transform: translateX(-50%) scale(1);

  -o-transform: translateX(-50%) scale(1);

  -ms-transform: translateX(-50%) scale(1);

  transform: translateX(-50%) scale(1);

  opacity: 1;

}

.youshi .ysen {

  text-transform: uppercase;

  font-size: 60px;

  line-height: 1;

  font-weight: bold;

  color: #ffffff;

  opacity: 0.1;

  position: absolute;

  left: -295px;

  top: 230px;

  writing-mode: vertical-rl;

  -webkit-writing-mode: vertical-rl;

  -ms-writing-mode: vertical-rl;

  writing-mode: tb-rl;

}

.youshi .ysTabs {

  position: relative;

  z-index: 1;

}

.youshi .ysTabs .bd {

  overflow: hidden;

  border-radius: 20px 0px 100px 20px;

  background: #fff;

  height: 450px;

}

.youshi .ysTabs .bd ul li .pic {

  width: 600px;

  height: 450px;

  float: left;

  overflow: hidden;

}

.youshi .ysTabs .bd ul li .pic img {

  display: block;

  width: 600px;

  height: 450px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.youshi .ysTabs .bd ul li .cont {

  float: right;

  width: 600px;

  height: 450px;

  padding: 56px 70px 0 105px;

}

.youshi .ysTabs .bd ul li .cont * {

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.youshi .ysTabs .bd ul li .cont .num {

  font-weight: bold;

  font-family: Arial;

  font-size: 120px;

  line-height: 90px;

  color: #f9f9f9;

}

.youshi .ysTabs .bd ul li .cont .num:after {

  content: "";

  width: 19px;

  height: 19px;

  background-color: #f0f0f0;

  margin-left: 20px;

  display: inline-block;

  vertical-align: bottom;

}

.youshi .ysTabs .bd ul li .cont h4 {

  font-weight: bold;

  font-size: 30px;

  position: relative;

  z-index: 2;

  line-height: 1;

  margin-top: -30px;

}

.youshi .ysTabs .bd ul li .cont .text {

  font-size: 15px;

  line-height: 30px;

  color: #666666;

  margin-top: 28px;

}

.youshi .ysTabs .bd ul li:hover .pic img {

  -webkit-transform: scale(1.05) rotate(0);

  -moz-transform: scale(1.05) rotate(0);

  -o-transform: scale(1.05) rotate(0);

  transform: scale(1.05) rotate(0);

}

.youshi .ysTabs .bd ul li:hover .cont h4 {

  color: #1d79de;

  -webkit-transform: translateY(-10px);

  transform: translateY(-10px);

}

.youshi .ysTabs .bd ul li:hover .cont .text {

  -webkit-transform: translateY(-5px);

  transform: translateY(-5px);

}

.youshi .ysTabs .page {

  position: absolute;

  z-index: 2;

  left: 705px;

  top: 345px;

  font-size: 0;

  border-radius: 4px;

  overflow: hidden;

}

.youshi .ysTabs .page .prev {

  cursor: pointer;

  outline: none;

  display: inline-block;

  vertical-align: top;

  width: 40px;

  height: 40px;

  line-height: 40px;

  color: #fff;

  background-color: #333333;

  font-size: 24px;

  text-align: center;

  -webkit-transition: all 0.45s ease-out;

  transition: all 0.45s ease-out;

}

.youshi .ysTabs .page .prev:before {

  content: "<";

  display: block;

}

.youshi .ysTabs .page .prev:hover,

.youshi .ysTabs .page .prev.on {

  background-color: #1d79de;

}

.youshi .ysTabs .page .next {

  cursor: pointer;

  outline: none;

  display: inline-block;

  vertical-align: top;

  width: 40px;

  height: 40px;

  line-height: 40px;

  color: #fff;

  background-color: #333333;

  font-size: 24px;

  text-align: center;

  -webkit-transition: all 0.45s ease-out;

  transition: all 0.45s ease-out;

}

.youshi .ysTabs .page .next:before {

  content: ">";

  display: block;

}

.youshi .ysTabs .page .next:hover,

.youshi .ysTabs .page .next.on {

  background-color: #1d79de;

}

.youshi .ysTel {

  margin-top: 38px;

  line-height: 42px;

}

.youshi .ysTel:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.youshi .ysTel .tel {

  font-family: 'Times New Roman', Times, serif;

  font-size: 30px;

  color: #555555;

  width: 210px;

  display: inline-block;

  vertical-align: top;

}

.youshi .ysTel .zxLink {

  display: inline-block;

  vertical-align: top;

  width: 142px;

  height: 42px;

  background-color: #edf0f3;

  border-radius: 20px;

  padding-left: 26px;

  line-height: 42px;

  font-size: 18px;

  position: relative;

  background-repeat: no-repeat;

  background-image: -webkit-linear-gradient(left, #1d79de, #1d79de);

  background-image: linear-gradient(to right, #1d79de, #1d79de);

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  background-size: 0% 100%;

  background-position: left center;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.youshi .ysTel .zxLink:before {

  content: "";

  display: block;

  position: absolute;

  width: 60px;

  height: 60px;

  border: solid 2px #ffffff;

  background: #1d79de url(../images/zxico.png) center center no-repeat;

  border-radius: 100%;

  left: 114px;

  top: 50%;

  margin-top: -30px;

}

.youshi .ysTel .zxLink:hover {

  background-size: 100% 100%;

  color: #fff;

  box-shadow: 0 10px 10px -5px rgba(29, 121, 222, 0.5);

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

}

.case {

  padding: 70px 0 0 0 ;

}

.case .title {

  position: absolute;

  left: 0;

  top: 0;

  z-index: 2;

}

.case .caseList {

  float: right;

  width: 565px;

}

.case .caseList li {

  height: 230px;

  margin-top: 52px;

  position: relative;

}

.case .caseList li:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.case .caseList li:first-child {

  margin-top: 0;

}

.case .caseList li .pic {

  display: block;

  width: 320px;

  height: 230px;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

  position: relative;

  overflow: hidden;

  float: left;

  border-radius: 6px;

}

.case .caseList li .pic img {

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.case .caseList li .cont {

  width: 210px;

  height: 160px;

  float: right;

  padding-top: 40px;

}

.case .caseList li .cont .line {

  width: 30px;

  height: 2px;

  background-color: #dcdcdc;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.case .caseList li .cont .bt {

  margin-top: 16px;

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-size: 16px;

  line-height: 36px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.case .caseList li .cont .bt:hover {

  -webkit-transform: translateX(5px);

  transform: translateX(5px);

  color: #1d79de;

}

.case .caseList li .cont p {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  line-height: 24px;

  height: 48px;

  color: #888888;

  margin-top: 2px;

}

.case .caseList li .cont .more {

  display: inline-block;

  position: relative;

  text-transform: uppercase;

  font-size: 12px;

  margin-top: 27px;

  height: 20px;

  line-height: 20px;

  color: #999999;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.case .caseList li .cont .more:before {

  content: "";

  display: block;

  position: absolute;

  z-index: 2;

  left: -54px;

  top: 50%;

  width: 40px;

  height: 1px;

  background-color: #dcdcdc;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.case .caseList li .cont .more:hover {

  -webkit-transform: translateX(5px);

  transform: translateX(5px);

  color: #1d79de;

}

.case .caseList li .cont .more:hover:before {

  background-color: #1d79de;

}

.case .caseList li:hover .pic img {

  -webkit-transform: scale(1.1) rotate(0);

  -moz-transform: scale(1.1) rotate(0);

  -o-transform: scale(1.1) rotate(0);

  transform: scale(1.1) rotate(0);

  background-color: #1d79de;

}

.case .caseList li:hover .cont .line {

  width: 50px;

}

.case .caseList li:hover .cont .bt {

  color: #1d79de;

}

.case .caseTabs {

  float: left;

  padding-top: 165px;

}

.case .caseTabs .bd {

  width: 580px;

  overflow: hidden;

  height: 470px;

}

.case .caseTabs .bd li .pic {

  display: block;

  width: 100%;

  height: 345px;

  position: relative;

  overflow: hidden;

  border-radius: 6px;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

}

.case .caseTabs .bd li .pic img {

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.case .caseTabs .bd li:hover .pic img {

  -webkit-transform: scale(1.1) rotate(0);

  -moz-transform: scale(1.1) rotate(0);

  -o-transform: scale(1.1) rotate(0);

  transform: scale(1.1) rotate(0);

}

.case .caseTabs .bd li .cont {

  position: relative;

  height: 125px;

  padding-top: 30px;

  padding-right: 130px;

}

.case .caseTabs .bd li .cont .en {

  position: absolute;

  right: 43px;

  font-size: 16px;

  color: #cccccc;

  writing-mode: vertical-rl;

  -webkit-writing-mode: vertical-rl;

  -ms-writing-mode: vertical-rl;

  writing-mode: tb-rl;

  top: -15px;

  line-height: 1;

  text-transform: uppercase;

}

.case .caseTabs .bd li .cont .en:before {

  content: "";

  display: inline-block;

  width: 1px;

  height: 80px;

  background-color: #e5e5e5;

  margin-bottom: 6px;

}

.case .caseTabs .bd li .cont .line {

  width: 30px;

  height: 2px;

  background-color: #dcdcdc;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.case .caseTabs .bd li .cont .bt {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-size: 16px;

  line-height: 36px;

  margin-top: 10px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.case .caseTabs .bd li .cont .bt:hover {

  -webkit-transform: translateX(5px);

  transform: translateX(5px);

}

.case .caseTabs .bd li .cont p {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  line-height: 24px;

  height: 48px;

  font-size: 14px;

  color: #888888;

  margin-top: 5px;

}

.case .caseTabs .bd li:hover .cont .line {

  width: 50px;

  background: #1d79de;

}

.case .caseTabs .bd li:hover .cont .bt {

  color: #1d79de;

}

.case .caseTabs .page {

  position: absolute;

  z-index: 2;

  left: 640px;

  top: 580px;

  font-size: 0;

  overflow: hidden;

}

.case .caseTabs .page .prev {

  cursor: pointer;

  outline: none;

  display: inline-block;

  vertical-align: top;

  width: 40px;

  height: 40px;

  line-height: 36px;

  color: #fff;

  background-color: #555555;

  font-size: 30px;

  text-align: center;

  border-radius: 100%;

  -webkit-transition: all 0.45s ease-out;

  transition: all 0.45s ease-out;

}

.case .caseTabs .page .prev:before {

  content: "<";

  display: block;

}

.case .caseTabs .page .prev:hover,

.case .caseTabs .page .prev.on {

  background-color: #1d79de;

}

.case .caseTabs .page .next {

  margin-left: 10px;

  cursor: pointer;

  outline: none;

  display: inline-block;

  vertical-align: top;

  width: 40px;

  height: 40px;

  line-height: 36px;

  color: #fff;

  background-color: #333333;

  font-size: 30px;

  text-align: center;

  border-radius: 100%;

  -webkit-transition: all 0.45s ease-out;

  transition: all 0.45s ease-out;

}

.case .caseTabs .page .next:before {

  content: ">";

  display: block;

}

.case .caseTabs .page .next:hover,

.case .caseTabs .page .next.on {

  background-color: #1d79de;

}

.case .caseTel {

  position: absolute;

  z-index: 2;

  bottom: 0;

  right: -360px;

  width: 755px;

  height: 78px;

  background-color: #f9f9f9;

  border-radius: 10px 0px 0px 10px;

  padding: 23px;

  line-height: 32px;

}

.case .caseTel .tel {

  display: inline-block;

  vertical-align: top;

  font-size: 30px;

  width: 266px;

  text-align: center;

  font-family: 'Times New Roman', Times, serif;

  color: #555555;

}

.case .caseTel .zxLink {

  display: inline-block;

  vertical-align: top;

  width: 80px;

  height: 32px;

  background-color: #1d79de;

  border-radius: 4px;

  text-align: center;

  line-height: 32px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  position: relative;

  overflow: hidden;

  z-index: 1;

  color: #fff;

}

.case .caseTel .zxLink:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 2px solid #1d79de;

  border-radius: 4px;

  z-index: -1;

  opacity: 0;

  -webkit-transform: scale3d(0.6, 0.6, 1);

  transform: scale3d(0.6, 0.6, 1);

  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;

  transition: transform 0.3s, opacity 0.3s;

  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

  box-sizing: border-box;

}

.case .caseTel .zxLink:hover {

  background: none;

  color: #1d79de;

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

  box-shadow: 0 10px 10px -5px rgba(29, 121, 222, 0.5);

}

.case .caseTel .zxLink:hover:before {

  -webkit-transform: scale3d(1, 1, 1);

  transform: scale3d(1, 1, 1);

  opacity: 1;

}

.message {

  padding-top: 50px;

  background: url(../images/lybg.jpg) center 0 no-repeat;

}

.message .lyBox {

  height: 350px;

  border-radius: 8px;

  overflow: hidden;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

  background: #fff;

}

.message .formbox {

  float: left;

  width: 600px;

  padding: 50px 55px 0;

  height: 350px;

  background: url(../images/formbg2.jpg) center 0 no-repeat;

}

.message .formbox .tit {

  font-size: 30px;

  line-height: 24px;

  font-weight: bold;

  text-transform: uppercase;

  color: #444444;

}

.message .formbox .form {

  margin-top: 38px;

}

.message .formbox .form:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.message .formbox input,

.message .formbox textarea {

  float: left;

  display: block;

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 200px;

  height: 38px;

  line-height: 38px;

  padding-left: 34px;

  padding-right: 10px;

  border: none;

  border-radius: 4px;

  background-color: #f9f9f9;

  font-weight: normal;

  font-size: 14px;

  color: #333;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

}

.message .formbox input.username2,

.message .formbox textarea.username2 {

  background: url(../images/inpxm.png) 8px center no-repeat;

  background-color: #f9f9f9;

  margin-right: 40px;

}

.message .formbox input.usertel2,

.message .formbox textarea.usertel2 {

  background: url(../images/inpdh.png) 8px center no-repeat;

  background-color: #f9f9f9;

  width: 250px;

}

.message .formbox input.codeText2,

.message .formbox textarea.codeText2 {

  background: url(../images/inpyzm.png) 8px center no-repeat;

  background-color: #f9f9f9;

}

.message .formbox input.xqcontent2,

.message .formbox textarea.xqcontent2 {

  background: url(../images/inpnr.png) 8px 10px no-repeat;

  background-color: #f9f9f9;

  margin-top: 20px;

  margin-bottom: 20px;

  width: 100%;

  height: 70px;

  padding-top: 7px;

  line-height: 24px;

}

.message .formbox input::-webkit-input-placeholder,

.message .formbox textarea::-webkit-input-placeholder {

  color: #999999;

  font-weight: normal;

  font-size: 14px;

  opacity: 1;

}

.message .formbox input::-moz-placeholder,

.message .formbox textarea::-moz-placeholder {

  color: #999999;

  font-weight: normal;

  font-size: 14px;

  opacity: 1;

}

.message .formbox input:-ms-input-placeholder,

.message .formbox textarea:-ms-input-placeholder {

  color: #999999;

  font-weight: normal;

  font-size: 14px;

  opacity: 1;

}

.message .formbox input:focus,

.message .formbox textarea:focus,

.message .formbox input:active,

.message .formbox textarea:active {

  box-shadow: 0 0 10px rgba(29, 121, 222, 0.2);

}

.message .formbox input:focus::-webkit-input-placeholder,

.message .formbox textarea:focus::-webkit-input-placeholder,

.message .formbox input:active::-webkit-input-placeholder,

.message .formbox textarea:active::-webkit-input-placeholder {

  opacity: 0.6;

  filter: alpha(opacity=60);

}

.message .formbox .code {

  position: relative;

  display: block;

  float: left;

}

.message .formbox .code .imgCode2 {

  width: 90px;

  height: 38px;

  border: none;

  display: block;

  z-index: 2;

  float: left;

  margin-left: 20px;

}

.message .formbox .submitform2 {

  float: right;

  width: 120px;

  height: 38px;

  background-color: #1d79de;

  border-radius: 4px;

  border: none;

  font-size: 16px;

  line-height: 38px;

  text-align: center;

  color: #fff;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  overflow: hidden;

  cursor: pointer;

  position: relative;

  z-index: 1;

}

.message .formbox .submitform2:before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 2px solid #1d79de;

  border-radius: 4px;

  z-index: -1;

  opacity: 0;

  -webkit-transform: scale3d(0.6, 0.6, 1);

  transform: scale3d(0.6, 0.6, 1);

  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;

  transition: transform 0.3s, opacity 0.3s;

  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);

  box-sizing: border-box;

}

.message .formbox .submitform2:hover {

  background: none;

  color: #1d79de;

  box-shadow: 0 10px 15px -5px rgba(29, 121, 222, 0.5);

}

.message .formbox .submitform2:hover:before {

  -webkit-transform: scale3d(1, 1, 1);

  transform: scale3d(1, 1, 1);

  opacity: 1;

}

.message .formbox .xunpan {

  float: left;

  width: 370px;

  margin-top: 38px;

  margin-left: 20px;

  position: relative;

  cursor: pointer;

  text-align: center;

  color: #0c4138;

  font-size: 14px;

  line-height: 64px;

  height: 64px;

  background-color: #ffffff;

}

.message .formbox .xunpan:before {

  content: "";

  display: inline-block;

  vertical-align: middle;

  position: relative;

  top: -2px;

  background: url(../images/xunpan.png) center center no-repeat;

  width: 21px;

  height: 23px;

  margin-right: 10px;

}

.message .formbox .xunpan .xunpantip {

  z-index: 999;

  position: absolute;

  top: 110%;

  left: 50%;

  width: 180px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  color: #fff;

  font-size: 14px;

  -webkit-transform: translateX(-50%) scale(0);

  -moz-transform: translateX(-50%) scale(0);

  -o-transform: translateX(-50%) scale(0);

  -ms-transform: translateX(-50%) scale(0);

  transform: translateX(-50%) scale(0);

  -webkit-transition: transform 0.4s, opacity 0.4s;

  -moz-transition: transform 0.4s, opacity 0.4s;

  -o-transition: transform 0.4s, opacity 0.4s;

  -ms-transition: transform 0.4s, opacity 0.4s;

  transition: transform 0.4s, opacity 0.4s;

  background-color: #1d79de;

  border-radius: 4px;

  opacity: 0;

  font-weight: bold;

  box-shadow: 3px 3px 2px rgba(29, 121, 222, 0.15);

}

.message .formbox .xunpan .xunpantip:after {

  content: '';

  position: absolute;

  top: -16px;

  left: 50%;

  width: 0;

  height: 0;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  border: 8px solid transparent;

  border-bottom-color: #1d79de;

}

.message .formbox .xunpan:hover .xunpantip {

  -webkit-transform: translateX(-50%) scale(1);

  -moz-transform: translateX(-50%) scale(1);

  -o-transform: translateX(-50%) scale(1);

  -ms-transform: translateX(-50%) scale(1);

  transform: translateX(-50%) scale(1);

  opacity: 1;

}

.message .aLink {

  background: url(../images/alinkbg.jpg) center 0 no-repeat;

  width: 600px;

  height: 350px;

  float: right;

}

.message .aLink:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.message .aLink a {

  display: block;

  width: 200px;

  text-align: center;

  float: left;

  padding-top: 72px;

  height: 350px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.message .aLink a * {

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.message .aLink a i {

  display: block;

  width: 66px;

  height: 66px;

  overflow: hidden;

  margin: auto;

}

.message .aLink a i:before,

.message .aLink a i:after {

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  position: relative;

  top: 0;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

}

.message .aLink a i.ico1:before {

  background: url(../images/aboutico1.png) center center no-repeat;

}

.message .aLink a i.ico1:after {

  background: url(../images/aboutico1h.png) center center no-repeat;

}

.message .aLink a i.ico2:before {

  background: url(../images/aboutico2.png) center center no-repeat;

}

.message .aLink a i.ico2:after {

  background: url(../images/aboutico2h.png) center center no-repeat;

}

.message .aLink a i.ico3:before {

  background: url(../images/aboutico3.png) center center no-repeat;

}

.message .aLink a i.ico3:after {

  background: url(../images/aboutico3h.png) center center no-repeat;

}

.message .aLink a .line {

  display: block;

  width: 1px;

  height: 20px;

  background-color: #a0a0a0;

  opacity: 0.2;

  margin: 24px auto 0;

}

.message .aLink a .cn {

  display: block;

  font-size: 16px;

  line-height: 1;

  margin-top: 34px;

}

.message .aLink a .en {

  line-height: 1;

  font-size: 12px;

  color: #999999;

  margin-top: 5px;

}

.message .aLink a .ar {

  display: block;

  width: 9px;

  height: 6px;

  margin: 16px auto 0;

  background: url(../images/alinksar.png) center center no-repeat;

}

.message .aLink a:hover {

  -webkit-transform: translateY(-8px);

  transform: translateY(-8px);

}

.message .aLink a:hover i,

.message .aLink a.on i {

  border-color: #1d79de;

}

.message .aLink a:hover i:before,

.message .aLink a.on i:before,

.message .aLink a:hover i:after,

.message .aLink a.on i:after {

  top: -100%;

}

.message .aLink a:hover .line,

.message .aLink a.on .line {

  background: #1d79de;

}

.news {

  position: relative;

  padding: 70px 0;

}

.news .newsTab:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.news .newsTab .title {

  float: left;

}

.news .newsTab ul {

  float: right;

  font-size: 0;

  line-height: 62px;

  margin-top: 40px;

}

.news .newsTab ul li {

  float: left;

  margin-left: 50px;

  position: relative;

}

.news .newsTab ul li:first-child {

  margin-left: 0;

}

.news .newsTab ul li a {

  display: block;

  font-size: 18px;

  line-height: 62px;

  height: 62px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.news .newsTab ul li a i {

  display: inline-block;

  vertical-align: middle;

  overflow: hidden;

  margin-right: 10px;

  width: 21px;

  height: 30px;

  position: relative;

  top: -2px;

}

.news .newsTab ul li a i:before,

.news .newsTab ul li a i:after {

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  position: relative;

  top: 0;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

}

.news .newsTab ul li a i.ico1:before {

  background: url(../images/newsico1.png) center center no-repeat;

}

.news .newsTab ul li a i.ico1:after {

  background: url(../images/newsico1.png) center center no-repeat;

}

.news .newsTab ul li a i.ico2:before {

  background: url(../images/newsico2.png) center center no-repeat;

}

.news .newsTab ul li a i.ico2:after {

  background: url(../images/newsico2.png) center center no-repeat;

}

.news .newsTab ul li a i.ico3:before {

  background: url(../images/newsico3.png) center center no-repeat;

}

.news .newsTab ul li a i.ico3:after {

  background: url(../images/newsico3.png) center center no-repeat;

}

.news .newsTab ul li a:before {

  content: "";

  display: block;

  position: absolute;

  left: 50%;

  top: 0;

  height: 1px;

  width: 0;

  background-color: #1d79de;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.news .newsTab ul li a:after {

  content: "";

  display: block;

  position: absolute;

  left: 50%;

  bottom: 0;

  height: 1px;

  width: 0;

  background-color: #1d79de;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.news .newsTab ul li.on a i:before,

.news .newsTab ul li.on a i:after {

  top: -100%;

}

.news .newsTab ul li.on a:before,

.news .newsTab ul li.on a:after {

  left: 0;

  width: 100%;

}

.news .newsTabs {

  position: relative;

  margin-top: 60px;

}

.news .newsTabs .bd {

  overflow: hidden;

}

.news .newsList .list1:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.news .newsList .list1 .one {

  width: 760px;

  float: left;

  height: 300px;

  background-color: #f6f7f8;

}

.news .newsList .list1 .one:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.news .newsList .list1 .one .pic {

  float: left;

  display: block;

  width: 380px;

  height: 300px;

  position: relative;

  overflow: hidden;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out; border:1px solid #eee;

}

.news .newsList .list1 .one .pic img {

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.news .newsList .list1 .one .cont {

  float: right;

  width: 380px;

  height: 300px;

  padding: 40px 55px 0 40px;

}

.news .newsList .list1 .one .cont * {

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.news .newsList .list1 .one .cont .bt {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-size: 15px;

  height: 35px;

  line-height: 35px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.news .newsList .list1 .one .cont .bt:hover {

  -webkit-transform: translateX(5px);

  transform: translateX(5px);

}

.news .newsList .list1 .one .cont .bt:before {

  content: "-";

  display: inline-block;

  vertical-align: middle;

  margin-right: 12px;

}

.news .newsList .list1 .one .cont .date {

  margin-left: 18px;

  margin-top: 10px;

  font-size: 13px;

  font-family: Arial;

  line-height: 10px;

  color: #999999;

}

.news .newsList .list1 .one .cont p {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

  line-height: 28px;

  height: 84px;

  font-size: 13px;

  color: #666666;

  margin-top: 30px;

  margin-left: 18px;

}

.news .newsList .list1 .one .cont .more {

  display: block;

  margin-left: 18px;

  width: 49px;

  height: 14px;

  margin-top: 32px;

  background: url(../images/newsar.png) 0 center no-repeat;

}

.news .newsList .list1 .one .cont .more:hover {

  -webkit-transform: translateX(5px);

  transform: translateX(5px);

}

.news .newsList .list1 .one:hover .pic img {

  -webkit-transform: scale(1.06) rotate(0);

  -moz-transform: scale(1.06) rotate(0);

  -o-transform: scale(1.06) rotate(0);

  transform: scale(1.06) rotate(0);

}

.news .newsList .list1 .one:hover .cont .bt {

  color: #1d79de;

}

.news .newsList .list1 ul {

  float: right;

  width: 380px;

  margin-top: -20px;

}

.news .newsList .list1 ul li {

  height: 106px;

  padding-top: 20px;

  position: relative;

}

.news .newsList .list1 ul li:before {

  content: "";

  display: block;

  position: absolute;

  right: 0;

  bottom: 0;

  width: 360px;

  height: 1px;

  background-color: #e5e5e5;

  background-repeat: no-repeat;

  background-image: -webkit-linear-gradient(left, #1d79de, #1d79de);

  background-image: linear-gradient(to right, #1d79de, #1d79de);

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  background-size: 0% 100%;

  background-position: left center;

}

.news .newsList .list1 ul li .bt {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-size: 15px;

  position: relative;

  height: 35px;

  line-height: 35px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.news .newsList .list1 ul li .bt:hover {

  -webkit-transform: translateX(5px);

  transform: translateX(5px);

}

.news .newsList .list1 ul li .bt:before {

  content: "-";

  margin-right: 12px;

}

.news .newsList .list1 ul li .date {

  font-size: 13px;

  line-height: 14px;

  color: #999999;

  background: url(../images/newsdate.png) 334px center no-repeat;

  margin-top: 8px;

  margin-left: 20px;

}

.news .newsList .list1 ul li:hover:before {

  background-size: 100% 100%;

}

.news .newsList .list1 ul li:hover .bt {

  color: #1d79de;

}

.news .newsList .list2 ul {

  margin-right: -30px;

}

.news .newsList .list2 ul:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.news .newsList .list2 ul li {

  float: left;

  width: 380px;

  height: 115px;

  padding-top: 30px;

  position: relative;

  margin-right: 30px;

}

.news .newsList .list2 ul li:before {

  content: "";

  display: block;

  position: absolute;

  right: 0;

  bottom: 0;

  width: 360px;

  height: 1px;

  background-color: #e5e5e5;

  background-repeat: no-repeat;

  background-image: -webkit-linear-gradient(left, #1d79de, #1d79de);

  background-image: linear-gradient(to right, #1d79de, #1d79de);

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  background-size: 0% 100%;

  background-position: left center;

}

.news .newsList .list2 ul li .bt {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-size: 15px;

  position: relative;

  height: 35px;

  line-height: 35px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.news .newsList .list2 ul li .bt:hover {

  -webkit-transform: translateX(5px);

  transform: translateX(5px);

}

.news .newsList .list2 ul li .bt:before {

  content: "-";

  margin-right: 12px;

}

.news .newsList .list2 ul li .date {

  font-size: 13px;

  line-height: 14px;

  color: #999999;

  background: url(../images/newsdate.png) 334px center no-repeat;

  margin-top: 8px;

  margin-left: 20px;

}

.news .newsList .list2 ul li:hover:before {

  background-size: 100% 100%;

}

.news .newsList .list2 ul li:hover .bt {

  color: #1d79de;

}

.links {

  padding-bottom: 32px;

}

.links .tit {

  float: left;

  width: 80px;

  height: 32px;

  line-height: 32px;

  text-align: center;

  background-color: #1d79de;

  border-radius: 4px;

  color: #fff;

  text-transform: uppercase;

  font-weight: bold;

  font-size: 24px;

}

.links .list {

  float: right;

  width: 1100px;

  overflow: hidden;

  font-size: 0;

  position: relative;

  margin-right: -40px;

  line-height: 34px;

}

.links .list a {

  display: inline-block;

  vertical-align: top;

  position: relative;

  margin-right: 40px;

  font-size: 14px;

  color: #555555;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.links .list a:hover {

  color: #1d79de;

  -webkit-transform: translateX(5px);

  transform: translateX(5px);

}

