@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;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
.banner {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 550px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 100px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #0077d3;
  color: #fff;
}
.top {
  height: 120px;
  position: relative;
  color: #fff;
  z-index: 1;
}
.top .inContent {
  background: url(../images/topline.png) right center no-repeat;
  height: 140px;
  top: -70px;
  z-index: 6;
}
.top .inContent > div {
  width: 400px;
  height: 140px;
  background: #0077d3;
  background-image: linear-gradient(90deg, #0973e2 0%, #0f8ae8 100%), linear-gradient(#0077d3, #0077d3);
  background-blend-mode: normal, normal;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.top .inContent > div .tit {
  position: absolute;
  font-family: Arial;
  font-size: 72px;
  left: 50px;
  top: 0;
  line-height: 140px;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #ffffff, #3a8ae7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.top .slogan {
  line-height: 1;
  padding-top: 40px;
  padding-left: 146px;
  font-size: 18px;
}
.top .slogan .t2 {
  margin-top: 24px;
}
.top .tel {
  padding-left: 170px;
  line-height: 1;
  padding-top: 40px;
}
.top .tel h4 {
  font-size: 30px;
  height: 24px;
  line-height: 24px;
  font-family: 'Times New Roman', Times, serif;
}
.top .tel p {
  margin-top: 22px;
}
.top .search {
  padding-left: 152px;
  padding-top: 42px;
}
.top .search .tip {
  font-size: 15px;
  line-height: 1;
}
.top .search .searchBox {
  width: 220px;
  height: 36px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  margin-top: 12px;
}
.top .search .searchBox .searchInp {
  width: 180px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  background: none;
  float: left;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
  position: relative;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.top .search .searchBox .searchInp::-webkit-input-placeholder {
  color: #eee;
}
.top .search .searchBox .searchInp:focus,
.top .search .searchBox .searchInp:active {
  z-index: 2;
}
.top .search .searchBox .searchInp:focus::-webkit-input-placeholder,
.top .search .searchBox .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.top .search .searchBox .submitBtn {
  background: url(../images/searchico.png) 0 center no-repeat;
  border: none;
  width: 40px;
  height: 36px;
  cursor: pointer;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.top .search .searchBox .submitBtn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.title {
  width: 1200px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  background: url(../images/titline.png) center bottom no-repeat;
  padding-bottom: 30px;
}
.title h3 {
  font-size: 30px;
  font-weight: bold;
}
.title h3 a {
  display: inline-block;
}
.title .en {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 14px;
}
.product {
  padding: 10px 0 70px;
  background: url(../images/probg.jpg) center 75px no-repeat;
}
.product .proNav {
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}
.product .proNav a {
  display: inline-block;
  font-size: 18px;
  background-color: #eeeeee;
  text-align: center;
  height: 36px;
  padding: 0 22px;
  line-height: 36px;
  margin: 0 25px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0077d3, #0077d3);
  background-image: linear-gradient(to right, #0077d3, #0077d3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.product .proNav a:hover {
  background-size: 100% 100%;
  color: #ffffff;
}
.product .proNav a:first-child {
  margin-left: 0;
}
.product .list {
  overflow: hidden;
}
.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 {
  width: 376px;
  height: 341px;
  margin: 20px 36px 20px 0;
  padding: 10px;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0077d3, #0077d3);
  background-image: linear-gradient(to right, #0077d3, #0077d3);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-size: 100% 0% ;
}
.product .list ul li .pic {
  display: block;
  width: 356px;
  height: 280px;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;
}
.product .list ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .list ul li:hover .pic img {
  -webkit-transform: scale(1.18) rotate(0);
  -moz-transform: scale(1.18) rotate(0);
  -o-transform: scale(1.18) rotate(0);
  transform: scale(1.18) rotate(0);
}
.product .list ul li .bt {
  margin-top: 1px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: #fff;
  text-align: center;
}
.product .list ul li:hover {
  background-size: 100% 100%;
  box-shadow: 0 0 20px rgba(0, 119, 211, 0.4);
}
.advantage {
  background: url(../images/ysbg.jpg) center 90px no-repeat;
}
.advantage .title {
  padding-bottom: 0;
  background: none;
}
.advantage .title h3 {
  font-size: 36px;
}
.advantage .title h3 span {
  display: inline-block;
  background: url(../images/ystit.png) 142px center no-repeat;
}
.advantage .title p {
  font-size: 16px;
  color: #777777;
  margin-top: 14px;
}
.advantage .list {
  margin-top: 28px;
}
.advantage .list li {
  height: 320px;
  margin-top: 33px;
  height: 451px;
}
.advantage .list li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .list li .pic {
  float: left;
  position: relative;
  width: 564px;
  height: 451px;
}
.advantage .list li .pic .img {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  right: 0;
  top: 0;
  width: 922px;
  height: 451px;
}
.advantage .list li .pic .img:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.advantage .list li .pic .img:hover:before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.advantage .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.advantage .list li .cont {
  float: right;
  width: 520px;
}
.advantage .list li .cont .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 35px;
}
.advantage .list li .cont .item h4 {
  height: 45px;
  line-height: 1;
  padding-left: 86px;
  font-weight: bold;
  font-size: 20px;
  color: #555555;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.advantage .list li .cont .item h4 span {
  color: #0077d3;
  font-weight: bold;
}
.advantage .list li .cont .item.item2 {
  padding-top: 60px;
}
.advantage .list li .cont .item.item3 {
  padding-top: 50px;
}
.advantage .list li .cont .item.item4 {
  padding-top: 62px;
}
.advantage .list li .cont .item:hover h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.advantage .list li .cont .item p {
  margin-top: 10px;
  line-height: 36px;
  color: #555555;
  padding-left: 86px;
}
.advantage .list li .cont .item1 h4 {
  background: url(../images/ysli1.png) 0 bottom no-repeat;
}
.advantage .list li .cont .item2 h4 {
  background: url(../images/ysli2.png) 0 bottom no-repeat;
}
.advantage .list li .cont .item3 h4 {
  background: url(../images/ysli3.png) 0 bottom no-repeat;
}
.advantage .list li .cont .item4 h4 {
  background: url(../images/ysli4.png) 0 bottom no-repeat;
}
.advantage .list li .cont .tel {
  margin-top: 70px;
}
.advantage .list li .cont .tel span {
  display: block;
  padding-left: 60px;
  position: relative;
  line-height: 1;
}
.advantage .list li .cont .tel span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 28px;
  background: url(../images/ystel.png) 0 center no-repeat;
  top: -8px;
  left: 0;
}
.advantage .list li .cont .tel span i {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-top: 6px;
}
.advantage .list li .cont .tel .zxLink {
  margin-top: 20px;
  width: 168px;
  height: 38px;
  border-radius: 3px;
  background-color: #0077d3;
  color: #fff;
  display: block;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.advantage .list li .cont .tel .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 2px solid #0077d3;
  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;
}
.advantage .list li .cont .tel .zxLink:hover {
  background: none;
  color: #0077d3;
}
.advantage .list li .cont .tel .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.advantage .list li.li2 {
  height: 456px;
}
.advantage .list li.li2 .pic {
  float: right;
  width: 600px;
  height: 456px;
}
.advantage .list li.li2 .pic .img {
  left: 0;
  top: 0;
  width: 959px;
  height: 456px;
}
.advantage .list li.li2 .cont {
  float: right;
}
.case {
  padding: 70px 0;
  background: url(../images/ysbg.jpg) center -950px no-repeat;
}
.case .caseBox {
  margin-top: 32px;
}
.case .caseBox .swiper-container {
  height: 480px;
}
.case .caseBox .swiper-slide {
  width: 375px;
  height: 480px;
  overflow: hidden;
  float: left;
  margin-right: 37px;
  background-color: #f5f5f5;
}
.case .caseBox .swiper-slide .pic {
  display: block;
  width: 375px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.case .caseBox .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .swiper-slide .text {
  text-align: center;
  padding: 26px 45px;
  height: 180px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2080e4, #2080e4);
  background-image: linear-gradient(to right, #2080e4, #2080e4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100%  0%;
}
.case .caseBox .swiper-slide .text .bt {
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.case .caseBox .swiper-slide .text .line {
  width: 50px;
  height: 2px;
  background-color: #b5b5b5;
  margin: 16px auto 0;
}
.case .caseBox .swiper-slide .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 17px;
}
.case .caseBox .swiper-slide .text:before {
  content: "";
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 100%;
  background: url(../images/caseico.png) center center no-repeat;
  background-color: rgba(0, 119, 211, 0.9);
  width: 100%;
  left: 0;
  padding: 0;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.case .caseBox .swiper-slide:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.case .caseBox .swiper-slide:hover .text {
  background-size: 100% 100%;
}
.case .caseBox .swiper-slide:hover .text .bt,
.case .caseBox .swiper-slide:hover .text p {
  color: #fff;
}
.case .caseBox .swiper-slide:hover .text .line {
  background: #fff;
}
.case .caseBox .swiper-slide:hover .text:before {
  height: 92px;
}
.message {
  background: url(../images/lybg.jpg) center top no-repeat;
  height: 370px;
}
.message .text {
  float: left;
  padding-top: 60px;
  width: 550px;
  color: #fff;
}
.message .text .line {
  width: 81px;
  height: 4px;
  background-color: #ffffff;
}
.message .text .t1 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin-top: 35px;
}
.message .text .t2 {
  font-size: 24px;
  line-height: 1;
  margin-top: 18px;
}
.message .text .t3 {
  font-size: 12px;
  line-height: 24px;
  color: #72a9e2;
  text-transform: uppercase;
  margin-top: 18px;
}
.message .text .tel {
  margin-top: 37px;
  line-height: 35px;
}
.message .text .tel:before {
  content: "";
  display: inline-block;
  background: url(../images/lytel.png) center center no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 20px;
}
.message .text .tel i {
  font-size: 24px;
  font-family: 'Times New Roman', Times, serif;
}
.message .text .tel .zxLink {
  display: inline-block;
  margin-left: 30px;
  width: 112px;
  height: 35px;
  background-color: #ffffff;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  vertical-align: top;
  color: #0077d3;
  -webkit-transition: background-color 0.6s, color 0.4s;
  transition: background-color 0.6s, color 0.4s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.message .text .tel .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  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 .text .tel .zxLink:hover {
  background: none;
  color: #fff;
}
.message .text .tel .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.message .formbox {
  float: right;
  width: 450px;
  margin-right: 63px;
  padding-top: 62px;
}
.message .formbox input {
  margin-bottom: 26px;
  display: block;
  width: 190px;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px 0 50px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username {
  background: url(../images/inpxm.png) 12px center no-repeat;
  background-color: #ffffff;
  width: 192px;
  margin-right: 26px;
}
.message .formbox input.usertel {
  background: url(../images/inpdh.png) 12px center no-repeat;
  background-color: #ffffff;
  width: 232px;
}
.message .formbox input.codeText {
  background: url(../images/inpyzm.png) 12px center no-repeat;
  background-color: #ffffff;
  width: 152px;
  padding-left: 36px;
}
.message .formbox input::-webkit-input-placeholder {
  color: #666;
}
.message .formbox input:focus,
.message .formbox input:active {
  background-color: #eee;
  border-color: #fff;
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .xqcontent {
  background: url(../images/inpnr.png) 12px 10px no-repeat;
  background-color: #f3f3f3;
  margin-bottom: 26px;
  display: block;
  height: 120px;
  line-height: 24px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 10px 7px 50px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox .xqcontent::-webkit-input-placeholder {
  color: #666;
}
.message .formbox .xqcontent:focus,
.message .formbox .xqcontent:active {
  background-color: #eee;
  border-color: #fff;
}
.message .formbox .xqcontent:focus::-webkit-input-placeholder,
.message .formbox .xqcontent:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .imgCode {
  width: 90px;
  height: 36px;
  margin-left: 15px;
  margin-top: 2px;
  float: left;
  display: block;
}
.message .formbox .submitform {
  float: right;
  width: 112px;
  height: 40px;
  border-radius: 4px;
  background-color: #0077d3;
  cursor: pointer;
  border: none;
  line-height: 40px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0077d3;
  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 .submitform:hover {
  background: none;
  color: #0077d3;
}
.message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about {
  padding-top: 80px;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutPic {
  float: right;
  position: relative;
  padding-top: 30px;
  z-index: 1;
}
.about .aboutPic:before {
  content: "";
  position: absolute;
  width: 361px;
  height: 461px;
  background-color: #0077d3;
  right: -30px;
  z-index: -1;
  top: 0;
}
.about .aboutPic .img {
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 530px;
  height: 500px;
  border: solid 2px #ffffff;
  overflow: hidden;
}
.about .aboutPic .img:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.about .aboutPic .img:hover:before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText {
  float: left;
  width: 520px;
  position: relative;
  z-index: 1;
}
.about .aboutText .cn {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
.about .aboutText .en {
  font-size: 12px;
  color: #bbbbbb;
  margin-top: 16px;
  text-transform: uppercase;
}
.about .aboutText .tit {
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  margin-top: 58px;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 26px;
  width: 500px;
}
.about .aboutText .tit a:hover {
  color: #0077d3;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  margin-top: 24px;
}
.about .aboutMore {
  display: inline-block;
  margin-top: 55px;
  width: 130px;
  height: 38px;
  border: solid 1px #0077d3;
  text-align: center;
  line-height: 36px;
  color: #0077d3;
  position: relative;
}
.about .aboutMore:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 28px;
  border: solid 1px #0077d3;
  z-index: -1;
  box-sizing: border-box;
  left: -5px;
  top: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutMore:hover {
  background: none;
  color: #fff;
}
.about .aboutMore:hover:before {
  width: 130px;
  height: 38px;
  left: 0;
  top: 0;
  background: #0077d3;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.showSlide {
  height: 380px;
  background: url(../images/showbg.jpg) center 0 no-repeat;
}
.showSlide .inContent {
  padding-top: 50px;
}
.showSlide .showTab {
  position: absolute;
  left: 0;
  top: -160px;
}
.showSlide .showTab li {
  display: inline-block;
  margin-right: 126px;
  overflow: hidden;
  text-align: center;
}
.showSlide .showTab li a {
  display: block;
  font-size: 18px;
  color: #555555;
  line-height: 1;
}
.showSlide .showTab li i {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #555555;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 20px;
}
.showSlide .showTab li i:before,
.showSlide .showTab li 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;
}
.showSlide .showTab li i.ico1:before,
.showSlide .showTab li i.ico1:after {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.showSlide .showTab li i.ico2:before,
.showSlide .showTab li i.ico2:after {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.showSlide .showTab li i.ico3:before,
.showSlide .showTab li i.ico3:after {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.showSlide .showTab li.on i {
  background-color: #0077d3;
}
.showSlide .showTab li.on i:before,
.showSlide .showTab li.on i:after {
  top: -100%;
}
.showSlide .showTab li.on span:before {
  height: 100%;
}
.showSlide .showTabs {
  height: 283px;
  overflow: hidden;
  position: relative;
}
.showSlide .showTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showSlide .showTabs .bd ul li {
  width: 276px;
  height: 283px;
  overflow: hidden;
  float: left;
  margin-right: 31px;
  position: relative;
  z-index: 1;
}
.showSlide .showTabs .bd ul li .pic {
  width: 276px;
  height: 230px;
  border: solid 1px #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
}
.showSlide .showTabs .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.showSlide .showTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.showSlide .showTabs .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 30px 0 0;
  position: relative;
  z-index: 2;
  border-bottom: 1px #fff solid;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0;
  background-position: 0 bottom;
}
.showSlide .showTabs .bd ul li .bt:after {
  content: "→";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.showSlide .showTabs .bd ul li:hover .bt {
  color: #0077d3;
  padding-left: 10px;
  background-size: 100% 100%;
}
.showSlide .showTabs .bd ul li:hover .bt:after {
  right: 10px;
}
.showSlide .showTabs .hd {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
.showSlide .showTabs .hd li {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #005197;
  border-radius: 100%;
  margin: 0 3px;
  border: 1px #0077d3 solid;
}
.showSlide .showTabs .hd li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #005197;
  border-radius: 100%;
  border: 1px #0077d3 solid;
}
.showSlide .showTabs .hd li.on {
  background: #0077d3;
  border: 1px #0077d3 solid;
}
.showSlide .showTabs .hd li.on:before {
  background: #0077d3;
  border: 1px #fff solid;
}
.news {
  padding: 70px 0 30px;
  background: url(../images/probg.jpg) center 196px no-repeat;
}
.news .newsL {
  float: left;
  width: 650px;
}
.news .newsTab {
  font-size: 0;
  margin-top: 26px;
  border-left: 6px #0077d3 solid;
  height: 30px;
}
.news .newsTab a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 20px;
}
.news .newsTab a.on {
  color: #0077d3;
}
.news .listSlide {
  width: 650px;
}
.news .newsTabs {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  height: 490px;
}
.news .newsTabs ul li {
  margin-top: 20px;
  height: 180px;
  padding: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0077d3, #0077d3);
  background-image: linear-gradient(to right, #0077d3, #0077d3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.news .newsTabs ul li:hover {
  background-size: 100% 100%;
}
.news .newsTabs ul li .pic {
  width: 230px;
  height: 180px;
  display: block;
  overflow: hidden;
  border: solid 2px #ffffff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.news .newsTabs ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTabs ul li:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.news .newsTabs ul li .text {
  float: right;
  width: 310px;
  margin-right: 30px;
  padding-top: 30px;
}
.news .newsTabs ul li .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
}
.news .newsTabs ul li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs ul li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 26px;
  height: 78px;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #555555;
}
.news .newsTabs ul li:hover .text .bt {
  color: #fff;
}
.news .newsTabs ul li:hover .text p {
  color: #fff;
}
.news .newsR {
  float: right;
  width: 490px;
}
.news .newsR .tit {
  font-size: 0;
  margin-top: 26px;
  border-left: 6px #0077d3 solid;
  height: 30px;
}
.news .newsR .tit a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 20px;
  color: #0077d3;
}
.news .newsR .list {
  margin-top: 10px;
}
.news .newsR .list li {
  border-bottom: 1px #e5e5e5 dashed;
  height: 124px;
  position: relative;
  padding-top: 35px;
}
.news .newsR .list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0077d3;
  width: 0;
  height: 1px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .list li:hover:after {
  width: 100%;
}
.news .newsR .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
}
.news .newsR .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .list li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 15px;
  color: #555555;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsR .list li:hover .bt {
  color: #0077d3;
}
.links {
  margin-top: 65px;
  line-height: 36px;
}
.links .tit {
  font-size: 16px;
  float: left;
  font-weight: bold;
  color: #0077d3;
  background: url(../images/linktit.png) 0 center no-repeat;
}
.links .list {
  float: left;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  width: 1080px;
}
.links .list a {
  margin-left: 30px;
  display: inline-block;
  font-size: 14px;
  color: #808080;
}
.links .list a:hover {
  color: #0077d3;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inContact {
  background: url(../images/footerbg.jpg) center 54px no-repeat;
}
.inContact ul {
  margin-right: -6px;
}
.inContact li {
  float: left;
  width: 296px;
  height: 103px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 10px 0 25px;
}
.inContact li h4 {
  height: 20px;
  line-height: 20px;
  color: #4d4d4d;
}
.inContact li h4 i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 21px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.inContact li h4 i.ico1 {
  background: url(../images/lxico1.png) center center no-repeat;
}
.inContact li h4 i.ico2 {
  background: url(../images/lxico2.png) center center no-repeat;
}
.inContact li h4 i.ico3 {
  background: url(../images/lxico3.png) center center no-repeat;
}
.inContact li h4 i.ico4 {
  background: url(../images/lxico4.png) center center no-repeat;
}
.inContact li p {
  font-size: 20px;
  line-height: 20px;
  margin-top: 8px;
  color: #0077d3;
  font-weight: bold;
}
.inContact li.li4 p {
  font-size: 14px;
}
