@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #004c92 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #004c92;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-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;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-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;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.inBar {
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}
.inBar .slogan {
  float: left;
  height: 100px;
  line-height: 100px;
  font-size: 15px;
  background: url(../images/slogan.png) 0 center no-repeat;
  padding-left: 44px;
  margin-right: 97px;
}
.inBar .tel {
  width: 400px;
  float: left;
  text-align: center;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  font-family: Arial;
  font-size: 24px;
  line-height: 100px;
  font-weight: bold;
}
.inBar .tel::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 24px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.inBar .search {
  float: right;
  width: 264px;
  height: 100px;
  padding-left: 44px;
  position: relative;
  overflow: hidden;
}
.inBar .search .searchInp {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBar .search .searchInp::-webkit-input-placeholder {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 15px;
  opacity: 1;
}
.inBar .search .searchInp::-moz-placeholder {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 15px;
  opacity: 1;
}
.inBar .search .searchInp:-ms-input-placeholder {
  color: #bbbbbb;
  font-weight: normal;
  font-size: 15px;
  opacity: 1;
}
.inBar .search .searchInp:focus::-webkit-input-placeholder,
.inBar .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inBar .search .searchInp:focus::-moz-placeholder,
.inBar .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inBar .search .searchInp:focus:-ms-input-placeholder,
.inBar .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inBar .search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  width: 44px;
  height: 100%;
  cursor: pointer;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inBar .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.title {
  line-height: 1;
  font-size: 0;
  height: 96px;
  width: 344px;
  padding-left: 156px;
  padding-top: 48px;
  font-size: 30px;
}
.moreLink {
  line-height: 48px;
  height: 48px;
  display: block;
  position: relative;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  top: 24px;
  width: 50px;
  height: 1px;
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004c92, #004c92);
  background-image: linear-gradient(to right, #004c92, #004c92);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  z-index: 2;
  background: url(../images/morear.png) center center no-repeat;
}
.moreLink i {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  background: url(../images/morera.png) center center no-repeat;
  margin-left: 65px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i::before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: 20px;
  width: 9px;
  height: 8px;
  background-color: #004c92;
  border-radius: 100%;
}
.moreLink:hover {
  color: #004c92;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.moreLink:hover i {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.moreLink:hover::before {
  background-size: 100% 100%;
}
.moreLink:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 24px;
}
.product {
  padding: 70px 0;
  overflow: hidden;
}
.tabbox{width:100%;}

.product .title {
  background: url(../images/protit.png) 0 0 no-repeat;
}
.tabbox .tab {
  margin-top: 50px;
  padding-bottom: 40px;
  background: url(../images/pronavbg.png) 0 bottom no-repeat;
}
.tabbox .tab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.tabbox .tab {
  display: flex;
  justify-content: space-between;
}
.tabbox .tab{
  float: left;
  width: 100%;
}
.tabbox .tab a {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.tabbox .tab a span {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
}
.tabbox .tab a i {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 52px;
  height: 52px;
  background-color: #f6f6f6;
  text-align: center;
  line-height: 52px;
  margin-left: 20px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
}
.tabbox .tab a::before {
  content: "...";
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  line-height: 2px;
  letter-spacing: 2px;
}
.tabbox .tab a:hover,
.tabbox .tab a.on {
  color: #004c92;
}
.tabbox .tab a:hover i,
.tabbox .tab a.on i{
  background-color: #004c92;
  color: #fff;
}
.tabbox .content{overflow:hidden;width:100%;position:relative;height:590px; }
.tabbox .content ul{position:absolute;left:0;top:0;height:590px;}
.tabbox .content li{width:1280px;float:left;margin-top:30px;}
.tabbox .content li .sychanpin{
	float: left;
	width: 45%;
	border:1px #eee solid;
}
.tabbox .content li .sychanpin img{
	max-width: 100%;
}
.tabbox .content li .sychanpinnr{
	float: right;
	width: 48%;
}
.tabbox .content li .sychanpinnr .sychanpnm{
	float: left;
	width: 100%;
	font-size:25px;
	color: #004c92;
	font-weight: bold ;
}
.tabbox .content li .sychanpinnr .sychanpht{
	float: left;
	width: 45%;
	height:4px;
	background:#004c92;
	border-radius:10px;
	margin-top:5px;
}
.tabbox .content li .sychanpinnr .sychanpnrjs{
	float: left;
	width: 100%;
	font-size:16px;
	color: #000;
	line-height: 30px;
	margin-top:30px;
}
.tabbox .content li .sychanpinnr .sychanpnrlb{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.tabbox .content li .sychanpinnr .sychanpnrlb .sychplbnr{
	float: left;
	width: 31%;
	margin:0px 1%;
}
.tabbox .content li .sychanpinnr .sychanpnrlb .sychplbnr a .sychplbnrimg{
	float: left;
	width: 100%;
	height:142px;
	border:1px #999 solid;
	margin: auto;
	text-align: center;
}
.tabbox .content li .sychanpinnr .sychanpnrlb .sychplbnr a .sychplbnrimg img{
	max-width: 100%;
	height:100%;
	margin: auto;
	text-align: center;
}
.tabbox .content li .sychanpinnr .sychanpnrlb .sychplbnr a .sychanplbnrnm{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333;
	border-bottom:1px #666 solid;
	padding-bottom: 10px;
	line-height: 40px;
	text-align: center;
}
.tabbox .content li .item {
  width: 300px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
   margin-right: 19px;
   margin-bottom: 10px;
  float: left;

}
.tabbox .content li .item .pic {
  display: block;
  width: 100%;
  height: 225px;
  border: 10px solid #f6f6f6;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tabbox .content 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-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tabbox .content li .item .tt {
  position: relative;
  height: 58px;
  line-height: 52px;
  padding-left: 10px;
}
.tabbox .content li .item .tt::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 53px;
  width: 220px;
  height: 1px;
  background-color: #e9e9e9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004c92, #004c92);
  background-image: linear-gradient(to right, #004c92, #004c92);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.tabbox .content li .item .tt .bt {
  width: 220px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 52px;
  height: 52px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: -webkit-gradient(linear, right top, left top, from(#333), color-stop(49.99%, #333), color-stop(50%, #004c92), to(#004c92));
  background-image: linear-gradient(-90deg, #333 0%, #333 49.99%, #004c92 50%, #004c92 100%);
  background-size: 210%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.tabbox .content li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.tabbox .content li .item .tt .more {
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  line-height: 38px;
  font-family: Arial;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tabbox .content li .item .tt .more::after {
  content: "+";
}
.tabbox .content li .item .tt .more:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tabbox .content li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tabbox .content li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.tabbox .content li .item:hover .tt::before {
  background-size: 100% 100%;
}
.tabbox .content li .item:hover .tt .bt {
  color: #004c92;
  background-position: 0;
}
.tabbox .content li .item:hover .tt .more {
  background-color: #3b64ba;
  color: #fff;
}











/******
.product .proList {
  margin-top: 10px;
}
.product .proList ul {
  margin-right: -26px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-right: 26px;
  margin-top: 40px;
  float: left;
}
.product .proList ul li .item {
  width: 300px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 225px;
  border: 10px solid #f6f6f6;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul 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-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt {
  position: relative;
  height: 58px;
  line-height: 52px;
  padding-left: 10px;
}
.product .proList ul li .item .tt::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 53px;
  width: 220px;
  height: 1px;
  background-color: #e9e9e9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004c92, #004c92);
  background-image: linear-gradient(to right, #004c92, #004c92);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proList ul li .item .tt .bt {
  width: 220px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 52px;
  height: 52px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: -webkit-gradient(linear, right top, left top, from(#333), color-stop(49.99%, #333), color-stop(50%, #004c92), to(#004c92));
  background-image: linear-gradient(-90deg, #333 0%, #333 49.99%, #004c92 50%, #004c92 100%);
  background-size: 210%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .more {
  position: absolute;
  right: 10px;
  bottom: 0;
  display: block;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  line-height: 38px;
  font-family: Arial;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more::after {
  content: "+";
}
.product .proList ul li .item .tt .more:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .tt::before {
  background-size: 100% 100%;
}
.product .proList ul li .item:hover .tt .bt {
  color: #004c92;
  background-position: 0;
}
.product .proList ul li .item:hover .tt .more {
  background-color: #3b64ba;
  color: #fff;
}
***/
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  overflow: hidden;
  padding-top: 210px;
  padding-bottom: 110px;
}
.youshi .ysBox {
  height: 600px;
}
.youshi .ysTit {
  position: absolute;
  top: -210px;
  z-index: 2;
  background: url(../images/ystit.png) center 0 no-repeat;
  background-color: #2570b4;
  width: 240px;
  height: 350px;
  box-shadow: 0px 34px 43px 0px rgba(0, 0, 0, 0.58);
  color: #fff;
}
.youshi .ysTit span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  line-height: 1;
  font-size: 24px;
  left: 144px;
  top: 78px;
  position: absolute;
  z-index: 2;
}
.youshi .ysTit span::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
  position: relative;
  right: 5px;
}
.youshi .ysTit::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 15px;
  pointer-events: none;
  bottom: -17px;
  background: url(../images/ystitty.png) center center no-repeat;
}
.youshi .ysTit::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/ystit.png) center 0 no-repeat;
}
.youshi .tel {
  position: absolute;
  left: 500px;
  top: -135px;
  background: url(../images/ystelbg.png) 0 0 no-repeat;
  padding-left: 77px;
  padding-top: 26px;
  font-size: 22px;
  color: #fff;
  line-height: 37px;
}
.youshi .tel::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 37px;
  vertical-align: top;
  margin-right: 16px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .tel i {
  margin-left: 20px;
  font-family: Impact;
  font-size: 36px;
  font-style: italic;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: top;
}
.youshi .ysCont {
  padding-top: 204px;
  width: 656px;
}
.youshi .ysCont .bd {
  height: 250px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li .item {
  padding-top: 10px;
  color: #fff;
  height: 250px;
}
.youshi .ysCont .bd ul li .item .tit {
  position: relative;
  z-index: 1;
  padding-top: 28px;
}
.youshi .ysCont .bd ul li .item .tit i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 66px;
  opacity: 0.1;
  line-height: 48px;
  font-family: "Arial black";
}
.youshi .ysCont .bd ul li .item .tit span {
  padding-left: 4px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.youshi .ysCont .bd ul li .item .tit em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 1;
  margin-left: 15px;
}
.youshi .ysCont .bd ul li .item .tit em::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: 6px;
  width: 20px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-left: 40px;
}
.youshi .ysCont .bd ul li .item .tit::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: 6px;
  width: 20px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-left: 7px;
}
.youshi .ysCont .bd ul li .item .text {
  font-size: 16px;
  opacity: 0.8;
  line-height: 42px;
  margin-top: 36px;
}
.youshi .ysPic {
  position: absolute;
  right: -170px;
  top: 0;
}
.youshi .ysPic .bd ul li {
  position: relative;
  overflow: hidden;
  height: 630px;
  width: 750px;
}
.youshi .ysPic .bd ul li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.youshi .hd {
  margin-top: 110px;
  width: 528px;
  position: relative;
}
.youshi .hd ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 232px;
}
.youshi .hd ul li {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 38px;
  overflow: hidden;
  padding: 10px 9px 0;
  height: 20px;
  position: relative;
}
.youshi .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.youshi .hd ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .hd ul li.on::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.youshi .hd .prev {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  color: #fff;
}
.youshi .hd .prev::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  background-color: #dddddd;
  margin-left: 16px;
}
.youshi .hd .prev:hover,
.youshi .hd .prev.on {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .hd .next {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  color: #fff;
}
.youshi .hd .next::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  background-color: #dddddd;
  margin-right: 16px;
}
.youshi .hd .next:hover,
.youshi .hd .next.on {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .ysimg {
  position: absolute;
  width: 246px;
  height: 291px;
  left: -246px;
  bottom: -93px;
  background: url(../images/ysimg.png) 0 center no-repeat;
  pointer-events: none;
}
.case {
  padding: 70px 0;
}
.case .caseimg {
  position: absolute;
  z-index: -2;
  right: -224px;
  bottom: 3px;
  width: 317px;
  height: 300px;
  background: url(../images/caseimg.png) 0 0 no-repeat;
  animation: xz 25s linear infinite;
  pointer-events: none;
}
.case .title {
  background: url(../images/casetit.png) 0 0 no-repeat;
}
.case .zxLink {
  float: right;
  width: 55px;
  height: 55px;
  background-color: #004c92;
  border-radius: 100%;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .zxLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/zxico.png) center center no-repeat;
}
.case .zxLink:hover {
  box-shadow: 0 0 20px rgba(0, 76, 146, 0.5);
}
.case .zxLink:hover::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.case .tel {
  float: right;
  margin-top: 26px;
  margin-right: 30px;
  text-align: right;
  line-height: 1;
}
.case .tel span {
  display: block;
  font-size: 16px;
}
.case .tel i {
  font-family: Arial;
  font-size: 24px;
  line-height: 18px;
  display: block;
  margin-top: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: -2px;
}
.case .caseTabs {
  margin-top: 50px;
}
.case .caseTabs .bd {
  height: 520px;
  overflow: hidden;
}
.case .caseTabs .bd ul {
  margin-right: -40px;
}
.case .caseTabs .bd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .bd ul li {
  float: left;
  width: 400px;
  margin-right: 40px;
}
.case .caseTabs .bd ul li .item {
  position: relative;
  overflow: hidden;
  height: 520px;
  border: solid 10px #f6f6f6;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 240px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul 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-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item .cont {
  text-align: center;
  padding-top: 46px;
  height: 144px;
}
.case .caseTabs .bd ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  margin-top: 7px;
  line-height: 24px;
  height: 24px;
}
.case .caseTabs .bd ul li .item .more {
  display: block;
  margin: 36px auto 0;
  width: 160px;
  height: 42px;
  background-color: #f6f6f6;
  border-radius: 21px;
  line-height: 42px;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004c92, #004c92);
  background-image: linear-gradient(to right, #004c92, #004c92);
  background-size: 0% 100%;
  background-position: center center;
  color: #999999;
}
.case .caseTabs .bd ul li .item .more i {
  min-width: 4px;
}
.case .caseTabs .bd ul li .item .more:hover {
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(0, 76, 146, 0.5);
}
.case .caseTabs .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseTabs .bd ul li .item:hover .bt {
  color: #004c92;
}
.case .caseTabs .bd ul li .item:hover .more {
  background-size: 100% 100%;
  color: #fff;
}
.case .hd {
  margin-top: 70px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.case .hd::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 480px;
  height: 1px;
  background-color: #dddddd;
  left: 0;
}
.case .hd::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 480px;
  height: 1px;
  background-color: #dddddd;
  right: 0;
}
.case .hd ul {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.case .hd ul li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 38px;
  overflow: hidden;
  padding: 10px 9px 0;
  height: 20px;
  position: relative;
  margin: 0 12px;
}
.case .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .hd ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 2px solid #004c92;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .hd ul li.on::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .hd ul li.on::before {
  background-color: #004c92;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .title {
  background: url(../images/abouttit.png) 0 0 no-repeat;
  color: #fff;
}
.about .aboutBox {
  padding-top: 92px;
}
.about .tip {
  position: absolute;
  right: 142px;
  top: 110px;
  min-width: 329px;
  padding-top: 45px;
  text-align: right;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  background: url(../images/abouttip.png) right 0 no-repeat;
}
.about .zxLink {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0;
  top: 80px;
  border-radius: 100%;
  overflow: hidden;
}
.about .zxLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/qq.png) center center no-repeat;
}
.about .zxLink:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.about .zxLink:hover::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutText {
  width: 848px;
  color: #ffffff;
}
.about .aboutText .tit {
  line-height: 1;
  margin-top: 60px;
}
.about .aboutText .tit a {
  color: #ffffff;
}
.about .aboutText .tit span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 22px;
}
.about .aboutText .tit i {
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 14px;
}
.about .aboutText .text {
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 42px;
  height: 168px;
  font-size: 16px;
  text-align: justify;
}
.about .honor {
  position: absolute;
  display: block;
  top: 298px;
  right: 0;
  width: 300px;
  height: 227px;
  background: url(../images/honorbg.jpg) 0 center no-repeat;
  padding: 21px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .honor img {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .honor:hover {
  box-shadow: 0 10px 30px -5px rgba(255, 255, 255, 0.3);
}
.about .alink {
  margin-top: 34px;
}
.about .alink::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .alink ul {
  float: right;
  margin-top: 136px;
}
.about .alink ul li {
  float: left;
  margin-left: 42px;
  width: 182px;
}
.about .alink ul li:first-child {
  margin-left: 0;
}
.about .alink ul li a {
  display: block;
  text-align: center;
  height: 230px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -o-transform: skewX(-16deg);
  transform: skewX(-16deg);
  padding-top: 68px;
}
.about .alink ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #e9ecf1;
  border-radius: 50%;
  left: -30px;
  bottom: -40px;
  -webkit-transform: skewX(16deg);
  -moz-transform: skewX(16deg);
  -o-transform: skewX(16deg);
  transform: skewX(16deg);
}
.about .alink ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #e9ecf1;
  border-radius: 50%;
  right: -28px;
  top: -25px;
  -webkit-transform: skewX(16deg);
  -moz-transform: skewX(16deg);
  -o-transform: skewX(16deg);
  transform: skewX(16deg);
}
.about .alink ul li a em {
  display: block;
  margin: auto;
  width: 73px;
  height: 73px;
  border-radius: 100%;
  position: relative;
  -webkit-transform: skewX(16deg);
  -moz-transform: skewX(16deg);
  -o-transform: skewX(16deg);
  transform: skewX(16deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .alink ul li a em::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/alinkicobg.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .alink ul li a em i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  left: 8px;
  top: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.about .alink ul li a em i.ico1 {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .alink ul li a em i.ico2 {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .alink ul li a em i.ico3 {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .alink ul li a span {
  display: block;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  -webkit-transform: skewX(16deg);
  -moz-transform: skewX(16deg);
  -o-transform: skewX(16deg);
  transform: skewX(16deg);
  position: relative;
  left: 20px;
}
.about .alink ul li:hover em::before,
.about .alink ul li.on em::before {
  background-image: url(../images/alinkicobgh.png);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.about .alink ul li:hover em i,
.about .alink ul li.on em i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .alink ul li:hover span,
.about .alink ul li.on span {
  font-weight: bold;
  color: #004c92;
}
.about .aboutPic {
  float: left;
  position: relative;
  width: 719px;
  height: 441px;
  margin-left: -50px;
  margin-right: -50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform-origin: left 0;
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news {
  padding: 70px 0;
  overflow: hidden;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  background: url(../images/newstit.png) 0 0 no-repeat;
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 30px;
}
.news .newsTab ul li {
  margin-left: 126px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsTab ul li a span {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 52px;
  height: 52px;
  background-color: #f6f6f6;
  text-align: center;
  line-height: 52px;
  margin-left: 20px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 52px;
  height: 52px;
  background-color: #f6f6f6;
  text-align: center;
  line-height: 52px;
  margin-left: 20px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li a::before {
  content: "...";
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  line-height: 2px;
  letter-spacing: 2px;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #004c92;
}
.news .newsTab ul li:hover a span,
.news .newsTab ul li.on a span {
  font-weight: bold;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  background-color: #004c92;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 50px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 600px;
}
.news .newsList {
  overflow: hidden;
  height: 600px;
}
.news .list1::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 ul {
  margin-right: -50px;
}
.news .list1 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 ul li {
  float: left;
  margin-right: 50px;
  width: 615px;
  height: 280px;
  border: solid 1px #eaeaea;
  padding: 19px 19px 19px 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .pic {
  display: block;
  float: right;
  width: 280px;
  height: 240px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .cont {
  float: left;
  width: 255px;
  padding-top: 7px;
}
.news .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li .date {
  width: 109px;
  height: 24px;
  background-color: #f8f8f8;
  text-align: center;
  margin-top: 12px;
  line-height: 24px;
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004c92, #004c92);
  background-image: linear-gradient(to right, #004c92, #004c92);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .list1 ul li p {
  margin-top: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #888888;
}
.news .list1 ul li .more {
  display: block;
  width: 170px;
  position: relative;
  margin-top: 7px;
  padding-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 1px solid #004c92;
  font-size: 16px;
  line-height: 45px;
  color: #004c92;
}
.news .list1 ul li .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/newsar.png) 0 center no-repeat;
  width: 22px;
  height: 12px;
  margin-left: 16px;
  position: relative;
  top: -2px;
}
.news .list1 ul li .more:hover {
  padding-left: 30px;
}
.news .list1 ul li .more:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.news .list1 ul li:hover {
  border-color: #004c92;
}
.news .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .list1 ul li:hover .bt {
  color: #004c92;
}
.news .list1 ul li:hover .date {
  background-size: 100% 100%;
  color: #fff;
}
.news .list2 ul {
  margin-right: -40px;
}
.news .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 ul li {
  float: left;
  margin-top: 40px;
  margin-right: 40px;
  position: relative;
  width: 400px;
  height: 120px;
  background-color: #ffffff;
  border: solid 1px #e9e9e9;
  padding: 12px 40px 0 124px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 100%;
  background-color: #f9f9f9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 51px;
  line-height: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 1px dashed #ddd;
}
.news .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 12px;
  height: 24px;
  line-height: 24px;
  color: #888888;
}
.news .list2 ul li .date {
  position: absolute;
  left: 10px;
  top: 14px;
  font-family: Arial;
  width: 90px;
  height: 90px;
  background-color: #f9f9f9;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 16px;
}
.news .list2 ul li .date i {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 22px;
}
.news .list2 ul li .date em {
  display: block;
  margin: 12px auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 15px;
  height: 1px;
  background-color: #004c92;
}
.news .list2 ul li .date span {
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  line-height: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .more {
  display: block;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 14px;
  color: #a8a8a8;
  text-transform: uppercase;
}
.news .list2 ul li .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .more::before {
  content: ">>>";
}
.news .list2 ul li:hover {
  border-color: #004c92;
}
.news .list2 ul li:hover::before {
  background-color: #004c92;
}
.news .list2 ul li:hover .bt {
  color: #004c92;
  border-bottom-color: #004c92;
}
.news .list2 ul li:hover .date {
  background-color: #004c92;
  color: #fff;
}
.news .list2 ul li:hover .date em {
  background-color: #fff;
}
.news .list2 ul li:hover .date span {
  color: #fff;
}
.news .newsimg {
  position: absolute;
  z-index: -2;
  right: -200px;
  bottom: -38px;
  width: 317px;
  height: 300px;
  background: url(../images/caseimg.png) 0 0 no-repeat;
  animation: xz 25s linear infinite;
  pointer-events: none;
}
.news .newsBg {
  position: absolute;
  left: -320px;
  top: 103px;
  width: 158px;
  height: 573px;
  background: url(../images/newsbg.png) 0 center no-repeat;
}
.links {
  padding-bottom: 60px;
}
.links .linksBox {
  display: flex;
  line-height: 38px;
}
.links .tit {
  float: left;
  position: relative;
  width: 100px;
  height: 38px;
  background: url(../images/linkstit.png) 0 0 no-repeat;
  padding-top: 38px;
  line-height: 1;
  font-size: 16px;
  color: #004c92;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  margin-top: 16px;
  margin-left: -10px;
  margin-bottom: -10px;
  width: 1190px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #888888;
  font-size: 14px;
  line-height: 34px;
  margin-left: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a::before {
  content: "-";
}
.links .list a::after {
  content: "-";
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #004c92;
}
