@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);
  }
}
*: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;
  z-index: 1;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 750px;
  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;
  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: #004e98;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #004e98;
}
.inTop {
  position: relative;
  height: 75px;
}
.inTop .inContent {
  z-index: 6;
  position: absolute;
  left: 50%;
  margin-left: -680px;
  top: -70px;
  height: 146px;
  background-color: #f8f8f8;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
  border-radius: 73px;
}
.inTop .slogan {
  float: left;
  width: 530px;
  margin-left: 60px;
  padding-top: 37px;
  height: 100%;
  line-height: 1;
  font-weight: bold;
}
.inTop .slogan .t1 {
  color: #004e98;
  font-size: 26px;
}
.inTop .slogan .t2 {
  font-size: 20px;
  margin-top: 22px;
}
.inTop .tel {
  float: left;
  position: relative;
  height: 100%;
  max-width: 305px;
  padding-left: 58px;
  padding-top: 50px;
  text-align: center;
}
.inTop .tel:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.inTop .tel .t1 {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.inTop .tel .t1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 1px;
  background-color: #dedede;
  margin-right: 5px;
}
.inTop .tel .t1:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 1px;
  background-color: #dedede;
  margin-left: 5px;
}
.inTop .tel .t2 {
  line-height: 18px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  margin-top: 10px;
  color: #004e98;
}
.inTop .search {
  float: right;
  background: #004e98;
  width: 465px;
  height: 100%;
  background-color: #004e98;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0px 73px 73px 0px;
  padding: 30px 70px 0 55px;
}
.inTop .search .searchBox {
  width: 340px;
  height: 42px;
  border: solid 1px #2f7bc4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .searchBox:hover {
  border-color: #fff;
}
.inTop .search .searchInp {
  width: 288px;
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 0 15px;
  background: none;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .searchInp::-webkit-input-placeholder {
  color: #2f7bc4;
}
.inTop .search .searchInp:focus,
.inTop .search .searchInp:active {
  z-index: 2;
}
.inTop .search .searchInp:focus::-webkit-input-placeholder,
.inTop .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .submitBtn {
  background: url(../images/searchico.png) 0 center no-repeat;
  border: none;
  width: 50px;
  height: 40px;
  cursor: pointer;
  position: relative;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .submitBtn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .xunpan {
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  margin-top: 12px;
  line-height: 30px;
}
.inTop .search .xunpan i {
  font-weight: bold;
  margin: 0 5px;
}
.inTop .search .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 40px;
  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: #004e98;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
.inTop .search .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: #004e98;
}
.inTop .search .xunpan #xunpantip.xunpantextactive {
  -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;
}
.title {
  line-height: 1;
  text-align: center;
}
.title h3 {
  font-size: 32px;
  font-weight: bold;
  color: #004e98;
  padding-bottom: 20px;
  background: url(../images/titline.png) center bottom no-repeat;
}
.title h3 a {
  color: #004e98;
}
.title .en {
  border-top: 1px solid #dedede;
}
.title .en span {
  display: inline-block;
  width: 228px;
  height: 39px;
  border: solid 1px #dedede;
  border-top: none;
  line-height: 38px;
  font-family: Arial;
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
.product {
  padding: 68px 0 80px;
  background-color: #f8f8f8;
}
.product .porBox {
  padding-top: 50px;
}
.product .proL {
  float: left;
  width: 280px;
  height: 935px;
  background-color: #004e98;
  overflow: hidden;
  padding: 0 22px 47px;
}
.product .proL .tit {
  height: 120px;
  color: #fff;
  line-height: 1;
  padding-top: 46px;
  padding-left: 84px;
  background: #004e98 url(../images/prolt.png) 22px 46px no-repeat;
  font-size: 22px;
  font-weight: bold;
}
.product .proL .tit i {
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 18px;
  margin-top: 8px;
  line-height: 14px;
  font-weight: 100;
  color: #2471bb;
}
.product .proL .proNav {
  height: 767px;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding-top: 8px;
}
.product .proL .proNav ul {
  position: relative;
  height: 750px;
  overflow: auto;
  z-index: 2;
  padding: 0 15px;
}
.product .proL .proNav ul li {
  margin-top: 10px;
  position: relative;
}
.product .proL .proNav ul li:after {
  content: "";
  position: absolute;
  background: #004e98;
  width: 100%;
  height: 1px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 53px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.product .proL .proNav ul li:hover:after,
.product .proL .proNav ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.product .proL .proNav ul li > a {
  padding-left: 32px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 53px;
  line-height: 52px;
  position: relative;
  border-bottom: 1px solid #dedede;
  background: url(../images/proLli.png) 6px center no-repeat;
}
.product .proL .proNav ul li > a:after {
  content: ">";
  font-family: 宋体;
  font-size: 18px;
  width: 20px;
  text-align: center;
  font-weight: bold;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 0;
  color: #ddd;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product .proL .proNav ul li .secs {
  display: none;
}
.product .proL .proNav ul li .secs a {
  -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;
  line-height: 40px;
  color: #999999;
  position: relative;
  margin-top: 6px;
  padding-left: 5px;
  padding-right: 30px;
  border-bottom: 1px dashed #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proL .proNav ul li .secs a:after {
  content: ">";
  font-family: 宋体;
  font-size: 18px;
  width: 20px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 0;
  color: #ddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proL .proNav ul li .secs a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1px;
  background-color: #ddd;
  margin-right: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proL .proNav ul li .secs a:hover {
  color: #004e98;
}
.product .proL .proNav ul li .secs a:hover:before {
  background-color: #004e98;
}
.product .proL .proNav ul li .secs a:hover:after {
  color: #004e98;
}
.product .proL .proNav ul li.on > a {
  background: url(../images/proLlih.png) 6px center no-repeat;
  color: #004e98;
}
.product .proL .proNav ul li.on > a:after {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
  color: #004e98;
}
.product .proR {
  float: right;
  width: 1050px;
}
.product .proR .hd:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proR .hd li {
  float: left;
  width: 160px;
  height: 46px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #004e98;
  margin-right: 48px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004e98, #004e98);
  background-image: linear-gradient(to right, #004e98, #004e98);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  cursor: pointer;
}
.product .proR .hd li.on {
  background-size: 100% 100%;
  border-color: #fff;
  color: #fff;
}
.product .list {
  height: 890px;
  overflow: hidden;
}
.product .list ul {
  margin-right: -30px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  float: left;
  position: relative;
  margin: 30px 30px 10px 0;
  width: 330px;
  height: 260px;
  border: solid 5px #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.product .list li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .list 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-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 .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 .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 1;
  font-size: 14px;
  color: #666666;
  width: 175px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(248, 248, 248, 0.9);
  border-radius: 0px 10px 10px 0px;
  padding: 0 40px 0 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0;
  width: 10px;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li:hover {
  border-color: #004e98;
}
.product .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 .list li:hover .bt {
  color: #fff;
  width: 100%;
  background: rgba(0, 78, 152, 0.9);
}
.product .list li:hover .bt:after {
  background: url(../images/prolih.png) center center no-repeat;
}
.mbanner1 {
  text-align: center;
  height: 274px;
  line-height: 1;
  color: #004e98;
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
}
.mbanner1 .t1 {
  padding-top: 42px;
  font-size: 26px;
  font-weight: bold;
}
.mbanner1 .t2 {
  width: 420px;
  height: 46px;
  border-radius: 20px;
  border: solid 1px #004e98;
  margin: 24px auto 0;
  line-height: 44px;
  font-size: 20px;
  color: #004e98;
}
.mbanner1 .tel {
  margin-top: 37px;
  background: url(../images/mbantel.png) center 0 no-repeat;
  padding-top: 38px;
  line-height: 20px;
}
.mbanner1 .tel b {
  font-size: 26px;
  font-family: Arial;
  vertical-align: middle;
}
.case {
  padding: 75px 0 90px;
  background: url(../images/casebg.jpg) center 0 no-repeat;
  background-color: #f8f8f8;
}
.case .caseBox {
  margin-top: 70px;
}
.case .caseBox .bd {
  height: 296px;
  overflow: hidden;
}
.case .caseBox ul {
  margin-right: -53px;
}
.case .caseBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox li {
  float: left;
  width: 300px;
  height: 296px;
  margin-right: 53px;
}
.case .caseBox li .item {
  position: relative;
  width: 300px;
  height: 296px;
  border: solid 7px #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.case .caseBox li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  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 .item .pic: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 .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 25px;
  bottom: 20px;
  z-index: 1;
  font-size: 14px;
  color: #fff;
  width: 246px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 78, 152, 0.8);
  border-radius: 20px;
  padding: 0 40px 0 35px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .item .bt:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  width: 5px;
  height: 12px;
  background-color: #f8f8f8;
}
.case .caseBox li .item .bt:after {
  content: "+";
  display: block;
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .item:hover {
  border-color: #004e98;
}
.case .caseBox li .item: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 .item:hover .bt {
  background: #004e98;
}
.case .page {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
.case .page span {
  display: inline-block;
}
.case .page .prev {
  width: 105px;
  height: 40px;
  border: solid 1px #dedede;
  background: #fff url(../images/arl.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .page .next {
  width: 105px;
  height: 40px;
  background: #004e98 url(../images/arr.png) center center no-repeat;
  cursor: pointer;
}
.case .page .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 773px;
}
.youshi .ysTit {
  line-height: 1;
  text-align: center;
  height: 247px;
  padding-top: 64px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysTit h3 {
  font-size: 45px;
  font-weight: bold;
}
.youshi .ysTit p {
  margin-top: 56px;
}
.youshi .ysTit p:before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 1px;
  background-color: #9ac7f1;
  vertical-align: middle;
  margin-right: 28px;
}
.youshi .ysTit p:after {
  content: "";
  display: inline-block;
  width: 240px;
  height: 1px;
  background-color: #9ac7f1;
  vertical-align: middle;
  margin-left: 28px;
}
.youshi .ysBox {
  height: 526px;
}
.youshi .ysBox .prev {
  background: #d2d3d8 url(../images/ysl.png) center center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 103px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 50%;
  cursor: pointer;
}
.youshi .ysBox .prev:hover {
  background-color: #004e98;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .ysBox .next {
  background: #004e98 url(../images/ysr.png) center center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  right: -50px;
  top: 103px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  border-radius: 50%;
}
.youshi .ysBox .next:hover {
  background-color: #004e98;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .ysBox .bd {
  height: 526px;
  overflow: hidden;
  position: relative;
}
.youshi .ysBox li {
  height: 526px;
}
.youshi .ysBox li .pic {
  margin-left: 72px;
  width: 680px;
  height: 526px;
  overflow: hidden;
  float: right;
  position: relative;
}
.youshi .ysBox li .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;
}
.youshi .ysBox li .pic:hover:before,
.youshi .ysBox li .pic.pic:hover:before,
.youshi .ysBox li .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;
}
.youshi .ysBox li .pic img {
  width: 536px;
  height: 373px;
  display: block;
}
.youshi .ysBox li .cont {
  width: 680px;
  height: 526px;
  background-color: #f8f8f8;
  float: left;
  position: relative;
  padding-top: 32px;
}
.youshi .ysBox li .cont h4 {
  font-size: 30px;
  line-height: 1;
  color: #004e98;
}
.youshi .ysBox li .cont h5 {
  text-transform: uppercase;
  font-size: 14px;
  color: #808080;
  line-height: 12px;
  margin-top: 20px;
}
.youshi .ysBox li .cont .text {
  font-size: 16px;
  margin-top: 38px;
  text-indent: 2em;
  line-height: 33px;
  text-align: justify;
  height: 132px;
  color: #808080;
}
.youshi .boxText {
  width: 680px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 526px;
  background-color: #f8f8f8;
  float: left;
  position: relative;
  padding: 28px 60px 0;
  z-index: 1;
}
.youshi .boxText .num {
  font-family: Arial;
  font-weight: bold;
  font-size: 80px;
  color: #999999;
  opacity: 0.1;
  line-height: 60px;
  text-align: right;
}
.youshi .boxText h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #004e98;
  margin-top: 10px;
}
.youshi .boxText h5 {
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
  line-height: 12px;
  margin-top: 28px;
}
.youshi .boxText .line {
  width: 89px;
  height: 1px;
  background-color: #dedede;
  margin-top: 42px;
}
.youshi .boxText .text {
  text-align: justify;
  color: #666666;
  margin-top: 36px;
}
.youshi .boxText .text p {
  line-height: 30px;
  margin-top: 12px;
}
.youshi .boxText .tel {
  position: absolute;
  bottom: 80px;
  left: 60px;
  font-family: Arial;
  font-size: 20px;
  line-height: 34px;
  z-index: 3;
}
.youshi .boxText .tel > i {
  font-family: Arial;
  font-weight: bold;
  margin-left: 48px;
}
.youshi .boxText .tel .zxLink {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 26px;
  width: 132px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  color: #004e98;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  overflow: hidden;
  z-index: 3;
  font-size: 14px;
  background: #fff url(../images/ystel.png) 104px center no-repeat;
}
.youshi .boxText .tel .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #004e98;
  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;
}
.youshi .boxText .tel .zxLink:hover {
  background: none;
  color: #004e98;
}
.youshi .boxText .tel .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi .boxPic {
  margin-left: 72px;
  width: 680px;
  height: 526px;
  overflow: hidden;
  float: right;
  position: relative;
}
.youshi .boxPic: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;
}
.youshi .boxPic:hover:before,
.youshi .boxPic.pic:hover:before,
.youshi .boxPic.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;
}
.youshi .boxPic img {
  width: 680px;
  height: 526px;
  display: block;
}
.youshi .fb7-nav-arrow {
  width: 48px;
  height: 61px;
  position: absolute;
  z-index: 15;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .fb7-nav-arrow.prev {
  background: url(../images/yst.png) center center no-repeat;
  background-color: #f8f8f8;
  border-radius: 0px 5px 0px 0px;
  top: 344px;
  left: 680px;
}
.youshi .fb7-nav-arrow.next {
  background: url(../images/ysb.png) center center no-repeat;
  background-color: #004e98;
  border-radius: 5px 0px 0px 0px;
  top: 405px;
  left: 632px;
}
.style {
  margin-top: 68px;
}
.style .styleTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.style .styleTab ul li {
  float: left;
  width: 160px;
  margin-right: 48px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004e98, #004e98);
  background-image: linear-gradient(to right, #004e98, #004e98);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  cursor: pointer;
}
.style .styleTab ul li:first-child {
  border-left: none;
}
.style .styleTab ul li i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 26px;
  height: 30px;
  overflow: hidden;
  margin-right: 10px;
}
.style .styleTab ul li i:before,
.style .styleTab 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;
}
.style .styleTab ul li i.ico1:before {
  background: url(../images/showico1.png) center center no-repeat;
}
.style .styleTab ul li i.ico1:after {
  background: url(../images/showico1h.png) center center no-repeat;
}
.style .styleTab ul li i.ico2:before {
  background: url(../images/showico2.png) center center no-repeat;
}
.style .styleTab ul li i.ico2:after {
  background: url(../images/showico2h.png) center center no-repeat;
}
.style .styleTab ul li:hover,
.style .styleTab ul li.on {
  background-size: 100% 100%;
  color: #fff;
}
.style .styleTab ul li:hover i:before,
.style .styleTab ul li.on i:before,
.style .styleTab ul li:hover i:after,
.style .styleTab ul li.on i:after {
  top: -100%;
}
.style .styleTabs {
  margin-top: 56px;
  height: 264px;
  overflow: hidden;
}
.style .styleTabs .list {
  height: 264px;
  overflow: hidden;
}
.style .styleTabs .list ul {
  margin-right: -53px;
}
.style .styleTabs .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.style .styleTabs .list li {
  float: left;
  margin-right: 53px;
  width: 300px;
  height: 264px;
  background-color: #f8f8f8;
  position: relative;
}
.style .styleTabs .list li:after {
  content: "";
  position: absolute;
  background: #004e98;
  width: 100%;
  height: 1px;
  z-index: 2;
  -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;
}
.style .styleTabs .list li:hover:after,
.style .styleTabs .list li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.style .styleTabs .list li .pic {
  display: block;
  width: 100%;
  height: 214px;
  border: solid 5px #f8f8f8;
  position: relative;
  overflow: hidden;
}
.style .styleTabs .list 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-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;
}
.style .styleTabs .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);
}
.style .styleTabs .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 50px;
  text-align: center;
  height: 50px;
  padding: 0 35px;
  color: #666666;
}
.style .styleTabs .list li .bt:before {
  content: "";
  display: block;
  background: url(../images/showli.png) center center no-repeat;
  position: absolute;
  right: 18px;
  top: 0;
  width: 12px;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.style .styleTabs .list li:hover .bt {
  color: #004e98;
}
.style .styleTabs .prev {
  display: none;
  position: absolute;
  z-index: 2;
  top: 45px;
  right: 81px;
  width: 80px;
  height: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: #333 url(../images/cal.png) center center no-repeat;
  outline: none;
}
.style .styleTabs .prev:hover {
  background-color: #004e98;
}
.style .styleTabs .next {
  display: none;
  position: absolute;
  z-index: 2;
  top: 45px;
  right: 0;
  width: 80px;
  height: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: #333 url(../images/car.png) center center no-repeat;
  outline: none;
}
.style .styleTabs .next:hover {
  background-color: #004e98;
}
.about {
  height: 654px;
  margin-top: 74px;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutPic {
  width: 413px;
  height: 654px;
  float: left;
  border-radius: 3px;
  position: relative;
}
.about .aboutPic .pic {
  position: relative;
  position: absolute;
  overflow: hidden;
  width: 693px;
  height: 654px;
  right: 0;
}
.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:hover:before,
.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: 693px;
  height: 654px;
  display: block;
}
.about .aboutText {
  float: right;
  padding-top: 50px;
  width: 840px;
  color: #fff;
}
.about .aboutText h4 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
.about .aboutText h4 a {
  color: #fff;
}
.about .aboutText h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: Arial;
  margin-top: 30px;
  line-height: 1;
}
.about .aboutText .line {
  width: 50px;
  height: 5px;
  background-color: #4b93d8;
  margin-top: 32px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  text-align: justify;
  margin-top: 35px;
}
.about .aboutText .tip {
  margin-top: 98px;
}
.about .aboutText .tip .t1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.about .aboutText .tip .t2 {
  font-family: Arial;
  font-size: 16px;
  line-height: 1;
  color: #3d93e5;
  margin-top: 22px;
}
.about .aboutText .tel {
  line-height: 36px;
  font-family: Arial;
  margin-top: 23px;
}
.about .aboutText .tel:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 15px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/abouttel.png) center center no-repeat;
}
.about .aboutText .tel > span {
  font-weight: bold;
  font-size: 20px;
  font-family: Arial;
  vertical-align: middle;
}
.about .aboutText .tel .zxLink {
  display: inline-block;
  margin-left: 62px;
  width: 110px;
  height: 36px;
  background-color: #ffffff;
  vertical-align: top;
  color: #004e98;
  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;
}
.about .aboutText .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;
}
.about .aboutText .tel .zxLink:hover {
  background: none;
  color: #fff;
}
.about .aboutText .tel .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news {
  padding: 70px 0;
}
.news .newsBox {
  margin-top: 47px;
}
.news .newsTab {
  position: relative;
  text-align: center;
}
.news .newsTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 15px;
}
.news .newsTab ul li a {
  display: block;
  font-size: 16px;
  width: 160px;
  height: 46px;
  line-height: 46px;
  background-color: #f8f8f8;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004e98, #004e98);
  background-image: linear-gradient(to right, #004e98, #004e98);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.news .newsTab ul li a:before,
.news .newsTab ul li a:after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #dedede;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.news .newsTab ul li.on a {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTabs {
  margin-top: 40px;
}
.news .newsT:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 {
  position: relative;
  float: left;
  width: 680px;
}
.news .list1 li {
  height: 260px;
  position: relative;
  margin-top: 34px;
  background-color: #f8f8f8;
}
.news .list1 li:first-child {
  margin-top: 0;
}
.news .list1 li:hover:after,
.news .list1 li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list1 li .pic {
  display: block;
  overflow: hidden;
  position: relative;
  width: 300px;
  height: 260px;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 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-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 .list1 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 .list1 li .cont {
  float: right;
  width: 380px;
  padding: 25px 40px 0 30px;
}
.news .list1 li .cont .bt {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 26px;
}
.news .list1 li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #004e98;
}
.news .list1 li .cont .line {
  background-color: #dedede;
  height: 1px;
  position: relative;
  margin-top: 35px;
}
.news .list1 li .cont .line:after {
  content: "";
  position: absolute;
  background: #004e98;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .list1 li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  color: #999999;
  margin-top: 26px;
  margin-top: 22px;
}
.news .list1 li .cont .date {
  margin-top: 35px;
  line-height: 24px;
  height: 24px;
  color: #999999;
  font-family: Arial;
}
.news .list1 li:hover .cont .bt {
  color: #004e98;
}
.news .list1 li:hover .cont .line:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list1 li:hover .cont .more {
  color: #004e98;
}
.news .list2 {
  position: relative;
  float: right;
}
.news .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 li {
  width: 650px;
  margin-top: 39px;
  padding: 0 40px;
  height: 110px;
  background-color: #f8f8f8;
}
.news .list2 li:first-child {
  margin-top: 0;
}
.news .list2 li h4 {
  line-height: 60px;
}
.news .list2 li h4:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 li h4 .bt {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 470px;
  position: relative;
  color: #666666;
}
.news .list2 li h4 .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 li h4 .date {
  float: right;
  color: #999;
}
.news .list2 li .line {
  border-bottom: dashed 1px #dedede;
  height: 0;
  position: relative;
}
.news .list2 li .line:after {
  content: "";
  position: absolute;
  background: #004e98;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .list2 li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  line-height: 24px;
  margin-top: 10px;
}
.news .list2 li:hover .bt {
  color: #004e98;
}
.news .list2 li:hover .line:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list2 li:hover .more {
  color: #004e98;
}
.news .list3 {
  margin-top: 10px;
  position: relative;
}
.news .list3 ul {
  margin-right: -80px;
}
.news .list3 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list3 li {
  width: 400px;
  float: left;
  margin-right: 80px;
  height: 62px;
  line-height: 61px;
  border-bottom: 1px dashed #dedede;
  position: relative;
}
.news .list3 li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #004e98;
  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;
}
.news .list3 li:hover:after,
.news .list3 li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list3 li .bt {
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 320px;
  position: relative;
  color: #666666;
}
.news .list3 li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list3 li .date {
  float: right;
  color: #999;
}
.news .list3 li:hover .bt {
  color: #004e98;
}
.news .list3 li:hover .bt:before {
  border-color: #004e98;
  background-color: #004e98;
}
.links {
  background-color: #f8f8f8;
  padding: 50px 0;
  line-height: 40px;
}
.links .tit {
  float: left;
  width: 86px;
  position: relative;
  font-size: 16px;
}
.links .tit:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 13px;
  background-color: #dedede;
}
.links .list {
  float: right;
  width: 1270px;
  overflow: hidden;
  min-height: 30px;
  color: #999999;
  position: relative;
  margin-right: -30px;
}
.links .list a {
  display: inline-block;
  padding-right: 25px;
  font-size: 14px;
  position: relative;
  color: #666666;
  left: -30px;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .list a:before {
  content: "";
  display: inline-block;
  margin-right: 25px;
  width: 3px;
  height: 3px;
  background-color: #dedede;
  vertical-align: middle;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #004e98;
}
.message {
  padding: 50px 0;
}
.message .formbox input {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 258px;
  height: 46px;
  background-color: #f8f8f8;
  line-height: 44px;
  border: 1px transparent solid;
  padding-left: 52px;
  padding-right: 10px;
  color: #333;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .formbox input.username {
  background: url(../images/inpxm.png) 15px center no-repeat;
  background-color: #f8f8f8;
}
.message .formbox input.usertel {
  background: url(../images/inpdh.png) 15px center no-repeat;
  background-color: #f8f8f8;
}
.message .formbox input.xqcontent {
  background: url(../images/inpnr.png) 15px center no-repeat;
  background-color: #f8f8f8;
  width: 410px;
}
.message .formbox input.codeText {
  background: url(../images/inpyzm.png) 15px center no-repeat;
  background-color: #f8f8f8;
}
.message .formbox input::-webkit-input-placeholder {
  color: #999999;
}
.message .formbox input:focus,
.message .formbox input:active {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code {
  display: block;
  position: relative;
  float: left;
}
.message .formbox .code .imgCode {
  position: absolute;
  right: 25px;
  bottom: 5px;
  width: 90px;
  height: 36px;
  display: block;
  z-index: 2;
}
.message .formbox .submitform {
  width: 83px;
  height: 46px;
  float: right;
  background-color: #004e98;
  line-height: 46px;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  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;
}
.message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #004e98;
  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: #004e98;
}
.message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.message #allmap {
  float: right;
  width: 660px;
  height: 440px;
  border: solid 5px #eb5922;
}
