@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;
  }
}
*:before,
*: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;
}
.banner {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 680px;
  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: 30px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: solid 1px #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 0;
  line-height: 32px;
  margin: 0 10px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .osSlider-main .slider-nav li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
}
.banner .osSlider-main .slider-nav li.active {
  border-color: #275fd0;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #275fd0;
}
.hot {
  height: 0;
  position: relative;
  z-index: 2;
}
.hot * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hot .hotBox {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  top: -60px;
  padding: 10px 40px;
}
.hot .hotBox .hotSlide {
  float: left;
  overflow: hidden;
  line-height: 40px;
}
.hot .hotBox .hotSlide .tit {
  float: left;
  padding-left: 30px;
  background: url(../images/hot.png) left center no-repeat;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.hot .hotBox .hotSlide .bd {
  width: 460px;
  float: left;
  margin-left: 10px;
  height: 40px;
  overflow: hidden;
}
.hot .hotBox .hotSlide .bd ul li {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot .hotBox .hotSlide .bd ul li span {
  float: right;
  color: #666666;
  font-size: 14px;
}
.hot .hotBox .hotSlide .bd ul li a {
  float: left;
  width: 350px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot .hotBox .hotSlide .bd ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.hot .hotBox .hotSlide .bd ul li a:hover {
  color: #275fd0;
}
.hot .hotBox .hotSlide .bd ul li a:hover:before {
  background-color: #275fd0;
}
.hot .hotBox .search {
  float: right;
  padding-top: 2px;
  position: relative;
  padding-left: 10px;
}
.hot .hotBox .search:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 1px;
  height: 24px;
  background-color: #dddddd;
}
.hot .hotBox .search .searchBox {
  width: 300px;
  height: 36px;
  position: relative;
}
.hot .hotBox .search .searchInp {
  width: 280px;
  height: 36px;
  border: none;
  line-height: 36px;
  font-size: 14px;
  background: none;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .hotBox .search .searchInp::-webkit-input-placeholder {
  color: #888888;
}
.hot .hotBox .search .searchInp:focus,
.hot .hotBox .search .searchInp:active {
  border-color: rgba(39, 95, 208, 0.8);
}
.hot .hotBox .search .searchInp:focus::-webkit-input-placeholder,
.hot .hotBox .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.hot .hotBox .search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  border: none;
  width: 20px;
  height: 36px;
  cursor: pointer;
  float: left;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hot .hotBox .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.title {
  line-height: 1;
  text-align: center;
}
.title h3 {
  font-size: 36px;
  font-weight: bold;
}
.title .line {
  height: 19px;
  margin-top: 10px;
  background: url(../images/titline.png) center center no-repeat;
}
.title .en {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.product {
  padding-top: 60px;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proBox {
  margin-top: 30px;
}
.product .proNav {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
}
.product .proNav li {
  display: inline-block;
  margin-left: 64px;
  vertical-align: top;
  text-align: left;
  width: 226px;
}
.product .proNav li:first-child {
  margin-left: 0;
}
.product .proNav li a {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: url(../images/pronav.png) right 58px no-repeat;
}
.product .proNav li a span {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav li a .line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #dddddd;
}
.product .proNav li a .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 2px;
  background-color: #275fd0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav li a .en {
  color: #666666;
  line-height: 1;
  font-size: 14px;
  margin-top: 42px;
  padding-right: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proNav li a .cn {
  font-weight: bold;
  font-size: 16px;
  margin-top: 7px;
  padding-right: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proNav li a .num {
  height: 49px;
  margin-top: 25px;
  opacity: 0.18;
  filter: alpha(opacity=18);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.product .proNav li a:hover .line:before {
  width: 100%;
}
.product .proNav li a:hover .num {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav li.li1 .num {
  background: url(../images/01.png) 0 center no-repeat;
}
.product .proNav li.li2 .num {
  background: url(../images/02.png) 0 center no-repeat;
}
.product .proNav li.li3 .num {
  background: url(../images/03.png) 0 center no-repeat;
}
.product .proNav li.li4 .num {
  background: url(../images/04.png) 0 center no-repeat;
}
.product .proBox {
  margin-top: 22px;
  padding: 30px 0 20px;
  background-color: #f8f8f8;
}
.product .proBox .list ul {
  margin-right: -20px;
}
.product .proBox .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .list li {
  float: left;
  position: relative;
  margin: 0 20px 30px 0;
  width: 285px;
  height: 265px;
}
.product .proBox .list li .pic {
  width: 100%;
  height: 220px;
  border: solid 1px #dddddd;
  display: block;
  padding: 5px;
}
.product .proBox .list li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.product .proBox .list li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .proBox .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  margin-top: 5px;
  line-height: 40px;
  padding: 0 55px 0 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #275fd0, #275fd0);
  background-image: linear-gradient(to right, #275fd0, #275fd0);
  -webkit-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.product .proBox .list li .bt:after {
  content: "";
  display: block;
  background: url(../images/proli.png) -30px center no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  width: 21px;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proBox .list li .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #aaaaaa;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proBox .list li:hover .bt {
  background-size: 100% 100%;
  color: #fff;
  padding: 0 60px 0 16px;
}
.product .proBox .list li:hover .bt:after {
  background-position: 0 center;
  right: 15px;
}
.product .proBox .list li:hover .bt:before {
  background-color: #fff;
  right: 45px;
}
.youshi {
  position: relative;
  padding-top: 100px;
  background: #275fd0 url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysBox {
  position: relative;
  height: 623px;
}
.youshi .ysBox .pic {
  position: absolute;
  left: 50%;
  width: 568px;
  margin-left: 32px;
  height: 623px;
}
.youshi .ysBox .pic img {
  width: 928px;
  height: 623px;
  display: block;
}
.youshi .ysBox .ysTit {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 40px;
  line-height: 1;
  z-index: 2;
  color: #ffffff;
}
.youshi .ysBox .ysTit h3 {
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 50px;
  float: left;
}
.youshi .ysBox .ysTit > div {
  float: left;
  margin-left: 10px;
  text-align: center;
}
.youshi .ysBox .ysTit .en {
  font-size: 12px;
  color: #d0d9e9;
  padding-top: 6px;
  letter-spacing: -0.3px;
}
.youshi .ysBox .ysTit .cn {
  height: 21px;
  background-color: rgba(244, 245, 248, 0.84);
  border-radius: 10px;
  margin-top: 7px;
  line-height: 21px;
  color: #2a509b;
  letter-spacing: 3px;
  padding: 0 15px;
}
.youshi .ysBox .bd {
  width: 574px;
}
.youshi .ysBox .bd li {
  position: relative;
  overflow: hidden;
}
.youshi .ysBox .bd li .cont {
  float: left;
  padding-top: 187px;
  width: 574px;
}
.youshi .ysBox .bd li .cont h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}
.youshi .ysBox .bd li .cont h5 {
  line-height: 1;
  font-size: 12px;
  color: #d4dae9;
  margin-top: 12px;
}
.youshi .ysBox .bd li .cont .line {
  height: 1px;
  background-color: #ffffff;
  border-radius: 1px;
  opacity: 0.2;
  margin-top: 23px;
}
.youshi .ysBox .bd li .cont p {
  color: #d4dae9;
  line-height: 24px;
  margin-top: 23px;
}
.youshi .ysBox .tel {
  line-height: 46px;
  color: #ffffff;
  margin-top: 44px;
}
.youshi .ysBox .tel > span {
  font-size: 24px;
  font-weight: bold;
  vertical-align: top;
  text-transform: uppercase;
}
.youshi .ysBox .tel .zxLink {
  display: inline-block;
  margin-right: 30px;
  width: 195px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 46px;
  color: #275fd0;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  position: relative;
  box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.2);
}
.youshi .ysBox .tel .zxLink:before {
  content: "";
  background: url(../images/zxico.png) center center no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 24px;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysBox .tel .zxLink:hover {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysBox .hd {
  position: absolute;
  width: 1560px;
  height: 146px;
  background-color: #ffffff;
  right: 50%;
  margin-right: -600px;
  box-shadow: 0 1px 15px rgba(39, 95, 208, 0.4);
  bottom: 0;
  padding-top: 18px;
}
.youshi .ysBox .hd ul {
  float: right;
}
.youshi .ysBox .hd li {
  float: left;
  width: 300px;
  height: 110px;
  cursor: pointer;
  position: relative;
  padding-left: 150px;
  padding-top: 35px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #275fd0, #275fd0);
  background-image: linear-gradient(to right, #275fd0, #275fd0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-size: 0% 100%;
  background-position: center center;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.youshi .ysBox .hd li.on {
  background-size: 100% 100%;
  color: #fff;
}
.youshi .ysBox .hd li i {
  position: absolute;
  left: 36px;
  top: 50%;
  display: block;
  width: 82px;
  height: 42px;
  overflow: hidden;
  margin-top: -21px;
  border-right: 1px #ebebeb solid;
}
.youshi .ysBox .hd li i:before,
.youshi .ysBox .hd 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;
}
.youshi .ysBox .hd li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysBox .hd li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .ysBox .hd li h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .hd li h5 {
  font-size: 12px;
  margin-top: 13px;
  line-height: 1;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .hd li.on i:before,
.youshi .ysBox .hd li.on i:after {
  top: -100%;
}
.youshi .ysBox .hd li.on h4,
.youshi .ysBox .hd li.on h5 {
  color: #fff;
}
.case {
  padding: 60px 0;
  background: url(../images/casebg.png) repeat;
}
.case .caseBox {
  margin-top: 30px;
  position: relative;
}
.case .caseBox .bd {
  width: 1238px;
  margin: 0 -20px;
  height: 455px;
  overflow: hidden;
}
.case .caseBox .tempWrap {
  overflow: inherit !important;
  width: 100% !important;
  height: 455px;
}
.case .caseBox li {
  margin: 10px 10px 25px 20px;
  width: 370px;
  height: 420px;
  padding: 5px;
  background-color: #fff;
  overflow: hidden;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .pic {
  display: block;
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.case .caseBox li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseBox li .text {
  width: 356px;
  height: 160px;
  border: solid 1px #dddddd;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px 0;
  margin: 19px auto 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .text .bt {
  line-height: 28px;
  font-size: 18px;
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox li .text .line {
  width: 37px;
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 10px auto 0;
}
.case .caseBox li .text p {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li:hover {
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
}
.case .caseBox li:hover .text {
  border-color: #275fd0;
}
.case .caseBox li:hover .text .bt {
  color: #275fd0;
}
.case .hd {
  margin-top: 26px;
  text-align: center;
  font-size: 0;
}
.case .hd .prev {
  width: 146px;
  height: 40px;
  display: inline-block;
  background: url(../images/cl.png) center center no-repeat;
  background-color: #275fd0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .hd .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .hd .next {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 146px;
  height: 40px;
  border: solid 1px #aaaaaa;
  display: inline-block;
  background: url(../images/cr.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 24px;
}
.case .hd .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.about {
  background: url(../images/casebg.png) repeat;
}
.about * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .aboutBox {
  background: url(../images/aboutbg.jpg) center 224px no-repeat;
}
.about .aboutTit {
  float: right;
  width: 400px;
  padding-top: 135px;
  background: url(../images/aboutus.png) right 53px no-repeat;
  text-align: right;
}
.about .aboutTit h3 {
  font-size: 20px;
  color: #666666;
  line-height: 1;
  letter-spacing: 12px;
}
.about .aboutTit h4 {
  color: #fff;
  font-size: 28px;
  margin-top: 125px;
  line-height: 1;
}
.about .aboutTit .line {
  float: right;
  width: 65px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 20px;
}
.about .aboutPic {
  float: left;
  width: 684px;
  height: 428px;
  background-color: #ffffff;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px;
}
.about .aboutPic .pic {
  width: 664px;
  height: 408px;
  overflow: hidden;
  position: relative;
}
.about .aboutPic .pic:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.about .aboutPic .pic.pic:hover:before,
.about .aboutPic .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.about .aboutPic .pic img {
  width: 664px;
  height: 408px;
  display: block;
}
.about .number {
  text-align: center;
  margin-top: 56px;
  height: 92px;
}
.about .number ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .number ul li {
  float: left;
  width: 234px;
  height: 92px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.about .number ul li.li1 {
  margin-left: 48px;
  border-left: none;
}
.about .number ul li > div {
  display: inline-block;
  text-align: left;
}
.about .number ul li h4 {
  font-size: 14px;
  line-height: 42px;
  line-height: 1;
  padding-top: 15px;
}
.about .number ul li h4 span {
  font-size: 30px;
  font-weight: bold;
  vertical-align: bottom;
}
.about .number ul li h4 i {
  font-size: 30px;
  font-weight: bold;
  vertical-align: bottom;
}
.about .number ul li p {
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
  padding-left: 3px;
}
.about .aboutText {
  margin-top: 15px;
  height: 167px;
  background-color: #ffffff;
  padding: 55px;
  text-align: center;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666666;
}
.about .aboutText .ryLink {
  display: block;
  position: absolute;
  right: 0;
  top: -122px;
  width: 184px;
  height: 153px;
  background: url(../images/zzbg.png) center center no-repeat;
  background-color: #4277e1;
  border-radius: 3px;
  border: solid 2px #ffffff;
  line-height: 147px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.about .aboutText .ryLink i {
  font-weight: bold;
}
.about .aboutText .ryLink:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about .aboutText .more {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -74px;
  width: 148px;
  height: 38px;
  background-color: #275fd0;
  border-radius: 2px;
  font-size: 16px;
  color: #ffffff;
  line-height: 38px;
  box-shadow: 0 6px 10px -5px rgba(39, 95, 208, 0.4);
  text-align: center;
  -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;
}
.about .aboutText .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #275fd0;
  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;
}
.about .aboutText .more:hover {
  background: none;
  color: #275fd0;
}
.about .aboutText .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news {
  padding: 80px 0 50px;
}
.news .newsBox {
  margin-top: 40px;
}
.news .newsTab {
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.news .newsTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul li {
  float: left;
  width: 156px;
  height: 48px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #275fd0, #275fd0);
  background-image: linear-gradient(to right, #275fd0, #275fd0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsTab ul li > i {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 48px;
  overflow: hidden;
  margin-right: 10px;
}
.news .newsTab ul li > i:before,
.news .newsTab ul 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;
}
.news .newsTab ul li > i.ico1:before {
  background: url(../images/xwico1.png) center center no-repeat;
}
.news .newsTab ul li > i.ico1:after {
  background: url(../images/xwico1h.png) center center no-repeat;
}
.news .newsTab ul li > i.ico2:before {
  background: url(../images/xwico2.png) center center no-repeat;
}
.news .newsTab ul li > i.ico2:after {
  background: url(../images/xwico2h.png) center center no-repeat;
}
.news .newsTab ul li > i.ico3:before {
  background: url(../images/xwico3.png) center center no-repeat;
}
.news .newsTab ul li > i.ico3:after {
  background: url(../images/xwico3h.png) center center no-repeat;
}
.news .newsTab ul li .more {
  position: absolute;
  right: 0;
  color: #666666;
  top: 0;
  display: none;
}
.news .newsTab ul li.on {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTab ul li.on > i {
  border-color: #275fd0;
}
.news .newsTab ul li.on > i:before,
.news .newsTab ul li.on > i:after {
  top: -100%;
}
.news .newsTab ul li.on .more {
  display: block;
}
.news .newsTab ul li.on .more:hover {
  color: #275fd0;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.news .newsTabs {
  overflow: hidden;
  width: 1220px;
  margin-left: -10px;
  height: 428px;
}
.news .newsTabs .newsList {
  padding: 10px;
}
.news .newsTabs ul {
  margin-right: -42px;
}
.news .newsTabs ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTabs li {
  float: left;
  width: 370px;
  height: 164px;
  background-color: #f8f8f8;
  padding: 29px 30px 19px 22px;
  margin: 40px 42px 0 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs li .pic {
  display: block;
  width: 172px;
  height: 106px;
  position: relative;
  overflow: hidden;
  float: left;
}
.news .newsTabs li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .newsTabs li .text {

  width:130px;
  float: right;
}
.news .newsTabs li .text .line {
  width: 140px;
  height: 1px;
  background-color: #eeeeee;
  position: relative;
}
.news .newsTabs li .text .line:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 19px;
  height: 5px;
  background-color: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs li .text h4 {
  margin-top: 12px;
  line-height: 26px;
  height: 26px;
}
.news .newsTabs li .text h4 .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  float: left;
  width: 150px;
}
.news .newsTabs li .text h4 .bt:hover {
  color: #275fd0;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs li .text h4 span {
  color: #999999;
}
.news .newsTabs li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666666;
  margin-top: 25px;
}
.news .newsTabs li:hover {
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14);
}
.news .newsTabs li:hover .line:before {
  background-color: #275fd0;
}
.links {
  line-height: 30px;
  min-height: 30px;
  margin-bottom: 50px;
}
.links:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.links .tit {
  float: left;
  font-size: 16px;
  color: #666666;
  width: 85px;
  border-right: 1px #ddd solid;
  line-height: 1;
  position: relative;
  top: 7px;
}
.links .list {
  float: right;
  width: 1110px;
  overflow: hidden;
  margin-left: -25px;
  max-height: 60px;
}
.links .list a {
  display: inline-block;
  margin-right: 25px;
  color: #666666;
  position: relative;
  left: -4px;
}
.links .list a:before {
  content: "";
  margin-right: 25px;
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #aaaaaa;
  border-radius: 1px;
  vertical-align: middle;
}
.links .list a:last-child:after {
  display: none;
}
.links .list a:hover {
  color: #275fd0;
}
.message {
  background-color: #f8f8f8;
  padding: 29px 0;
}
.formbox input {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  height: 42px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  line-height: 40px;
  padding: 0 10px 0 40px;
  color: #333;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.formbox input.username {
  background: url(../images/inpxm.png) 10px center no-repeat;
  background-color: #ffffff;
}
.formbox input.usertel {
  background: url(../images/inpdh.png) 10px center no-repeat;
  background-color: #ffffff;
}
.formbox input.xqcontent {
  background: url(../images/inpnr.png) 10px center no-repeat;
  background-color: #ffffff;
  width: 310px;
}
.formbox input.codeText {
  padding-left: 104px;
  width: 242px;
}
.formbox input::-webkit-input-placeholder {
  color: #666666;
}
.formbox input:focus,
.formbox input:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.formbox input:focus::-webkit-input-placeholder,
.formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.formbox .code {
  position: relative;
  float: left;
}
.formbox .code .imgCode {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 90px;
  height: 36px;
  border: none;
  display: block;
}
.formbox .submitform {
  float: right;
  width: 147px;
  height: 42px;
  background-color: #275fd0;
  border-radius: 6px;
  line-height: 42px;
  border: none;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
}
.formbox .submitform:hover {
  box-shadow: 0 10px 10px -5px rgba(39, 95, 208, 0.3);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
