.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {-webkit-transition: all 0.8s ease-out;  transition: all 0.8s ease-out;}

.banner {height: 500px;	overflow: hidden;position: relative;width: 100%;}
.banner .hd {height: 18px;	position: absolute;	width: 100%;z-index: 1;	text-align: center;	bottom: 20px;}
.banner .hd ul li {	display: inline-block;	margin: 0 5px;	width: 10px;height: 10px;cursor: pointer;background: #252525;border-radius: 8px;}
.banner .hd ul li.on {background: #e6212a;}
.banner .bd {position: relative;height: 100%;z-index: 0;}
.banner .bd li {zoom: 1;vertical-align: middle;	width: 100%;height: 500px;display: block;}
.banner .bd li a {width: 100%;height:500px;display: block;}

.yebl { width: 1300px;  margin: 0 auto;}
.bs { box-sizing: border-box;}
.centerFlex { position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);}
.s1 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.imgB {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tion1 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service { overflow: hidden;  padding-top: 100px;  position: relative;}
.service::before { content: ""; display: inline-block;  position: absolute;  height: 1px; width: 100%; left: 0;  top: 223px;  background-color: #dddddd;}
.service .ser-tit .stit-box {  position: relative;}
.service .ser-tit .stit-box i { font-family: Arial; font-size: 16px; line-height: 16px;  letter-spacing: 4px;  color: #999999;  display: block;}
.service .ser-tit .stit-box a { display: block;  font-size: 43px;  font-weight: bold;  line-height: 45px;  color: #0055c7;  position: relative; left: 0;  top: 0;}
.service .ser-tit .stit-box a span { font-size: 43px;  font-weight: bold;  line-height: 45px;  color: #0055c7;}
.service .ser-tit .stit-box::before { content: "S";  display: inline-block;  position: absolute;  font-family: Arial;  font-size: 115px;  font-weight: bold;  line-height: 100px;  color: #eeeeee;  z-index: -1;  top: -20px;  left: 0;}
.service .ser-tit .stit-box:hover::before { left: 50px;}
.service .ser-tit p{  margin-left: 16px;  font-size: 14px;  line-height: 27px;  color: #666666;  padding-left: 14px;  border-left: 1px solid #dddddd;}
.service .ser-tit .phone {  position: relative;}
.service .ser-tit .phone::after { content: "";  display: inline-block; position: absolute;  z-index: -1;  right: -310px;  top: -25px;  width: 588px;  height: 90px;  background-color: #f5f5f5;  border-radius: 45px 0px 0px 45px;}
.service .ser-tit .phone span { margin-left: 14px;  display: inline-block;  vertical-align: middle;  font-size: 28px;  font-weight: bold;  line-height: 28px;  letter-spacing: 1px;  color: #0055c7;}
.service .ser-tit .phone span i { display: block;  font-size: 14px;  line-height: 16px;  color: #666666;  opacity: 0.99;}
.service .ser-ul { margin-top: 62px;  display: flex;  justify-content: space-between;}
.service .ser-ul li { flex: 1;  height: 624px; box-sizing: border-box;  position: relative;  border-left: 1px solid #dddddd;}
.service .ser-ul li .text { transition: all 0.5s;  -webkit-transition: all 0.5s;  -moz-transition: all 0.5s;  -o-transition: all 0.5s;  -ms-transition: all 0.5s;  width: 280px;  position: absolute;  top: 68px;  left: 20px;}
.service .ser-ul li .text .num {  transition: all 0.5s;  -webkit-transition: all 0.5s;  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;  -ms-transition: all 0.5s;  display: block;  font-family: Arial;  font-size: 36px;  font-weight: bold;  line-height: 40px;  color: #e0e0e0;}
.service .ser-ul li .text .tit {
  margin-top: 18px;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service .ser-ul li .text .ex {
  font-family: Arial;
  font-size: 12px;
  line-height: 15px;
  color: #dcdcdc;
}
.service .ser-ul li .text .desc {
  margin-top: 25px;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.service .ser-ul li .a-im {
  position: absolute;
  bottom: 30px;
  left: 20px;
  display: block;
  overflow: hidden;
}
.service .ser-ul li .a-im img {
  width: 285px;
  height: 230px;
  object-fit: cover;
}
.service .ser-ul li:nth-child(1) {
  border-left: 0 solid #000;
}
.service .ser-ul li.active .text {
  top: 341px;
}
.service .ser-ul li.active .a-im {
  bottom: 322px;
}
.service .ser-ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.service .ser-ul li:hover .num {
  color: #0055c7;
}
.service .ser-ul li:hover .tit {
  transform: translateY(-8px);
}
.tit-box {  position: relative;  z-index: 9;  padding-top: 42px;}
.tit-box .em {
  font-family: Impact;
  font-size: 80px;
  line-height: 81px;
  color: #ecf2f9;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.tit-box .ex {
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #333333;
  position: relative;
  left: 0;
  bottom: 0;
}
.tit-box .ex span {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #333333;
}
.tit-box .ex span:nth-child(-n+4) {
  color: #0055c7;
}
.pro-box {
  overflow: hidden;
}
.pro-box .pro-con {
  padding: 100px 0 110px;
  position: relative;
}
.pro-box .pro-con::after {
  content: "";
  display: inline-block;
  width: 1920px;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 200px 0px 0px 0px;
  position: absolute;
  top: 0;
  left: -310px;
  z-index: -1;
}
.pro-box .pro-con .slide-pro .hd ul {
  margin-top: 10px;
}
.pro-box .pro-con .slide-pro .hd ul li {
  margin-left: 18px;
  display: inline-block;
}
.pro-box .pro-con .slide-pro .hd ul li a {
  display: block;
  padding: 12px 33px;
  font-size: 16px;
  color: #666666;
  border: solid 1px #666666;
}
.pro-box .pro-con .slide-pro .hd ul li.on a {
  font-weight: bold;
  color: #0055c7;
  border: solid 1px #0055c7;
}
.pro-box .pro-con .slide-pro .myPro {
  margin-top: 57px;
  overflow: hidden;
  height: 400px;
}
.pro-box .pro-con .slide-pro .myPro ul {
  height: 400px;
}
.pro-box .pro-con .slide-pro .myPro ul li {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border: solid 1px #ededed;
  box-sizing: border-box;
}
.pro-box .pro-con .slide-pro .myPro ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0055c7;
}
.pro-box .pro-con .slide-pro .myPro ul li .im {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 342px;
  background-color: #ffffff;
  border-bottom: solid 1px #ededed;
}
.pro-box .pro-con .slide-pro .myPro ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-box .pro-con .slide-pro .myPro ul li .tit {
  display: block;
  font-size: 14px;
  line-height: 53px;
  margin-left: 17px;
  color: #343434;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-box .pro-con .slide-pro .myPro ul li .more {
  position: absolute;
  bottom: 20px;
  right: 21px;
  width: 55px;
  border-bottom: 2px solid #0055c7;
  font-family: Arial;
  font-size: 14px;
  line-height: 15px;
  color: #cccccc;
}
.pro-box .pro-con .slide-pro .myPro ul li:hover::after {
  width: 100%;
}
.pro-box .pro-con .slide-pro .myPro ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-box .pro-con .slide-pro .myPro ul li:hover a {
  color: #fff;
}
/* adv-box b */
.adv-box {
  position: relative;
  overflow: hidden;
}
.adv-con {
  position: relative;
}
.adv-con .tit-box {
  margin-top: 96px;
}
.adv-con > img { width: 980px; height: 760px; position: absolute; right: -150px; top: -67px; object-fit: cover;}
.adv-con .text {
  position: relative;
  width: 100%;
  z-index: 9;
  box-sizing: border-box;
}
.slide-adv {
  display: flex;
  position: relative;
  top: -120px;
}
.slide-adv .hd {
  margin: 200px 0 0 0;
}
.slide-adv .hd-ul {
  position: relative;
  width: 180px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 30px 0 0;
  border-right: 4px solid #eee;
}
.slide-adv .hd-ul:after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  display: inline-block;
  width: 4px;
  height: 100px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  background-color: #0055c7;
}
.slide-adv .hd-ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 159px;
  height: 100px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  background: url(../images/adv-bg2.png) no-repeat center;
}
.slide-adv .hd-ul.yb:before,
.slide-adv .hd-ul.yb2:after {
  top: 110px;
}
.slide-adv .hd-ul.eb:before,
.slide-adv .hd-ul.eb2:after {
  top: 220px;
}
.slide-adv .hd-ul.sb:before,
.slide-adv .hd-ul.sb2:after {
  top: 342px;
}
.slide-adv .hd-ul li {
  cursor: pointer;
  width: 159px;
  text-align: center;
  padding: 31px 0 25px 0;
  box-sizing: border-box;
}
.slide-adv .hd-ul li.on p {
  color: #ffffff;
}
.slide-adv .hd-ul li.on i {
  color: #cccccc;
}
.slide-adv .hd-ul li p {
  font-size: 16px;
  color: #333333;
  margin-left: -8px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.slide-adv .hd-ul li i {
  font-size: 14px;
  color: #cccccc;
  display: block;
  margin-left: -8px;
  margin-top: 10px;
  text-transform: uppercase;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.adv-bd {
  margin: 57px 0 0 36px;
  width: 420px;
  box-sizing: border-box;
}
.adv-bd p {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.adv-bd i {
  font-size: 12px;
  text-transform: uppercase;
  color: #cccccc;
  display: block;
}
.adv-bd ul {
  margin: 10px 0 0 0;
}
.adv-bd ul li {
  width: 364px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  position: relative;
  padding: 26px 0 0 15px;
}
.adv-bd ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 41px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #0055c7;
  border-radius: 50%;
}
.adv-bd .bd div {
  overflow: hidden;
  position: relative;
  padding: 200px 0 100px 0;
}
.adv-bd .bd div > img {
  position: absolute;
  right: 0;
  top: -93px;
}
.adv-bd .bd div:nth-child(3) > img {
  top: -3px;
}
.adv-bd .bd div:nth-child(5) > img {
  top: -27px;
}
.adv-con .btn-box {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 206px;
}
.adv-con .btn-box .jd {
  display: block;
  margin: 0 0 29px;
}
.adv-con .btn-box .jd i {
  font-family: Bahnschrift;
  font-size: 18px;
  color: #333333;
}
.adv-con .btn-box .jd > span {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 1px;
  margin: 0 10px 6px;
  background-color: #dddddd;
}
.adv-con .btn-box .jd > span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #0055c7;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.adv-con .btn-box .jd.yb > span:after {
  width: 80px;
}
.adv-con .btn-box .jd.eb > span:after {
  width: 120px;
}
.adv-con .btn-box .jd.sb > span:after {
  width: 160px;
}
.adv-con .btn-box .arrow {
  display: block;
}
.adv-con .btn-box .arrow span {
  cursor: pointer;
  float: left;
  width: 90px;
  height: 50px;
  background-color: #f5f5f5;
  display: inline-block;
  position: relative;
}
.adv-con .btn-box .arrow span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  height: 10px;
}
.adv-con .btn-box .arrow .prev::before {
  background: url(../images/cl-g.png) no-repeat center;
}
.adv-con .btn-box .arrow .prev.active::before {
  background: url(../images/cl-w.png) no-repeat center;
}
.adv-con .btn-box .arrow .next::before {
  background: url(../images/cr-g.png) no-repeat center;
}
.adv-con .btn-box .arrow .next.active::before {
  background: url(../images/cr-w.png) no-repeat center;
}
.adv-con .btn-box .arrow span.active {
  background-color: #0055c7;
}
.banl {
  overflow: hidden;
  height: 347px;
  background: url(../images/bl-bg.jpg) no-repeat center bottom;
  background-size: 100% 300px;
}
.banl .banl-con {
  box-sizing: border-box;
  height: 100%;
  padding-top: 120px;
  position: relative;
}
.banl .banl-con .bl {
  display: inline-block;
}
.banl .banl-con .bl p {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
}
.banl .banl-con .bl p i {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
  font-family: Arial;
}
.banl .banl-con .bl p::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 30px 0 24px;
  background-color: #ffffff;
}
.banl .banl-con .bl > i {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
.banl .banl-con .bl span {
  margin-top: 18px;
  display: block;
  font-size: 12px;
  width: 467px;
  line-height: 22px;
  color: #6494d3;
}
.banl .banl-con .bc {
  margin-left: 120px;
  display: inline-block;
  vertical-align: top;
}
.banl .banl-con .bc p {
  display: inline-block;
  font-size: 16px;
  line-height: 37px;
  margin: 0 0 0 10px;
  color: #ffffff;
}
.banl .banl-con .bc p i {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: bold;
  line-height: 37px;
  letter-spacing: 1px;
  color: #ffffff;
}
.banl .banl-con .bc a {
  margin-top: 29px;
  display: block;
  width: 160px;
  height: 60px;
  background-color: #ffffff;
  text-align: center;
  color: #0055c7;
  font-size: 16px;
  line-height: 60px;
}
.banl .banl-con .bc a:hover {
  margin-left: 10px;
}
.banl .banl-con > img {
  position: absolute;
  top: 0;
  right: 0;
}
/* case-box b */
.case-box {
  overflow: hidden;
}
.case-con {
  margin: 86px auto 74px;
  position: relative;
}
.case-tit {
  width: 550px;
  position: absolute;
  top: 0;
  right: 0;
}
.case-tit .tit-box {
  padding-top: 123px;
}
.case-tit .tit-box i {
  margin-top: 13px;
  display: block;
  font-size: 16px;
  color: #999999;
}
.case-tit .phone {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 0;
  width: 100px;
}
.case-tit .phone .icon {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #0055c7;
  text-align: center;
  line-height: 100px;
}
.case-tit .phone span {
  padding: 56px 0 22px;
  display: block;
  width: 100px;
  box-sizing: border-box;
  line-height: 100px;
  background-color: #f5f5f5;
  font-family: Bahnschrift;
  font-size: 30px;
  color: #0055c7;
  position: relative;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.case-tit .phone span:before {
  position: absolute;
  left: 50px;
  top: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 41px;
  background-color: #0055c7;
}
.case-bd {
  height: 560px;
}
.case-bd .bd-img {
  overflow: hidden;
  display: inline-block;
  width: 700px;
  height: 560px;
  box-sizing: border-box;
  padding: 19px;
  border: solid 1px #eeeeee;
}
.case-bd .bd-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.case-bd .bd-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-bd .bd-tit {
  position: absolute;
  left: 700px;
  top: 260px;
  display: inline-block;
  font-size: 20px;
  width: 350px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-bd .bd-tit:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  margin: 0 13px 8px -5px;
  background-color: #e8e8e8;
}
.slide-case .hd {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.slide-case .hd .arrow span {
  cursor: pointer;
  display: block;
  width: 90px;
  height: 80px;
  background-color: #f5f5f5;
  position: relative;
}
.slide-case .hd .arrow span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  height: 10px;
}
.slide-case .hd .arrow .prev::before {
  background: url(../images/cl-g.png) no-repeat center;
}
.slide-case .hd .arrow .prev.active::before {
  background: url(../images/cl-w.png) no-repeat center;
}
.slide-case .hd .arrow .next::before {
  background: url(../images/cr-g.png) no-repeat center;
}
.slide-case .hd .arrow .next.active::before {
  background: url(../images/cr-w.png) no-repeat center;
}
.slide-case .hd .arrow span.active {
  background-color: #0055c7;
}
.slide-case .hd ul {
  width: 800px;
  height: 180px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.slide-case .hd ul li {
  display: inline-block;
  margin-right: 15px;
}
.slide-case .hd ul li:last-child {
  margin-right: 0;
}
.slide-case .hd ul li img {
  width: 180px;
  height: 140px;
  object-fit: cover;
}
.honor .contorl {
  margin-top: 30px;
}
.honor .contorl span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 50px;
  margin-left: 20px;
  background-color: #f5f5f5;
}
.honor .contorl span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 20px;
}
.honor .contorl .hL::before {
  background: url(../images/hl-g.png) no-repeat center;
}
.honor .contorl .hL.active::before {
  background: url(../images/hl-w.png) no-repeat center;
}
.honor .contorl .hR::before {
  background: url(../images/hr-g.png) no-repeat center;
}
.honor .contorl .hR.active::before {
  background: url(../images/hr-w.png) no-repeat center;
}
.honor .contorl span.active {
  background-color: #0055c7;
}
.honor .myHonor {
  overflow: hidden;
  margin-top: 40px;
}
.honor .myHonor li {
  padding-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .myHonor li a {
  width: 100%;
  height: 431px;
  border: solid 10px #5d3030;
  box-sizing: border-box;
  display: block;
}
.honor .myHonor li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor .myHonor li:hover {
  transform: translateY(-10px);
}
.honor .h-con {
  padding-bottom: 100px;
  position: relative;
}
.honor .h-con::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -310px;
  z-index: -1;
  width: 1745px;
  height: 91px;
  background: url(../images/hb.jpg) no-repeat center;
  background-size: cover;
}
.about {
  height: 598px;
  box-sizing: border-box;
}
.about .ab-con {
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.about .ab-con::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 1020px;
  height: 554px;
  background: url(../images/ab-lbg.jpg) no-repeat center;
  background-size: cover;
  left: -310px;
  bottom: 0;
}
.about .ab-con .text { width: 712px; padding-top: 137px; box-sizing: border-box;}
.about .ab-con .text .tit { font-size: 36px;  font-weight: bold;  line-height: 36px;  color: #ffffff;}
.about .ab-con .text div {  margin: 40px 0 40px;  width: 644px;  font-size: 14px;  line-height: 36px; color: #b3d3ff;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.about .ab-con .text .more { width: 140px;height: 50px;border: solid 1px #ffffff; display: block; font-size: 16px;  line-height: 50px;  text-align: center; color: #ffffff; margin-bottom: 40px;}
.about .ab-con .text .more:hover { transform: translateY(-8px);  color: #0055c7;  background-color: #fff;}
.about .ab-con .text ul li { position: relative; padding: 0 55px; display: inline-block; text-align: center;}
.about .ab-con .text ul li::after { position: absolute; top: 50%;  transform: translateY(-50%);  left: 0; content: "";  display: inline-block;  width: 1px;  height: 56px;  background-color: #366cb4;  vertical-align: middle;}
.about .ab-con .text ul li p:nth-child(1) {font-size: 16px;  line-height: 28px; color: #e7f3ff;}
.about .ab-con .text ul li p:nth-child(2) {font-size: 12px;line-height: 28px;color: #94b5e1;}
.about .ab-con .text ul li .num {font-size: 30px;line-height: 28px; color: #ffffff;}
.about .ab-con .text ul li i:nth-child(4) {font-size: 16px;line-height: 28px; color: #ffffff;}
.about .ab-con .text ul li:nth-child(1) {padding-left: 33px;}
.about .ab-con .text ul li:nth-child(1)::after { width: 0px;}
.about .ab-con .sai { position: absolute;  bottom: 0;  right: -310px;  width: 933px;  height: 555px;  object-fit: cover;overflow: hidden;}

/* news-box b */
.news-box {
  overflow: hi dden;
}
.news-con {
  position: relative;
  padding: 55px 0 73px 110px;
}
.news-con::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -310px;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9;
  background-color: #f5f5f5;
}
.news-con .tit-box {
  margin: 10px 0 0 0;
}
.n-h-ul li {
  float: left;
  margin-left: 18px;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  border: solid 1px #dddddd;
}
.n-h-ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.slide-news {
  position: relative;
  z-index: 9;
}
.n-h-ul li.on a {
  background-color: #0055c7;
  border: solid 1px #0055c7;
}
.n-h-ul li .tit {
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #999999;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.n-h-ul li.on .tit {
  color: #fff;
}
.news-bd {
  margin: 52px 0 0 0;
}
.news-bd .top li {
  display: inline-block;
}
.news-bd .top li:nth-child(1) {
  margin: 0 35px 0 0;
}
.news-bd .top li .im {
  display: inline-block;
  width: 265px;
  height: 200px;
  object-fit: cover;
  float: left;
  overflow: hidden;
}
.news-bd .top li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-bd .top li:hover .im img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-bd .top li:hover .tit {
  color: #0055c7;
}
.news-bd .top li .l-t {
  float: left;
  padding: 18px 29px 0 18px;
  display: inline-block;
  width: 355px;
  height: 200px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.news-bd .top li .date {
  display: inline-block;
  width: 100%;
}
.news-bd .top li .date > i:nth-child(1) {
  font-family: Bahnschrift;
  font-size: 18px;
  color: #333333;
}
.news-bd .top li .date > i:nth-child(2) {
  font-family: Bahnschrift;
  font-size: 16px;
  font-weight: lighter;
  color: #999999;
}
.news-bd .top li .date > i:nth-child(2):before {
  content: "/";
  margin: 0 3px 0 5px;
}
.news-bd .top li .date > img {
  float: right;
  width: 16px;
  height: 14px;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-bd .top li:hover .date > img {
  transform: translate(-5px, 5px);
}
.news-bd .top li .tit {
  margin: 25px 0 10px;
  display: inline-block;
  width: 300px;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-bd .top li .desc {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-bd .dowp li {
  margin: 30px 20px 0 0;
  width: 410px;
  height: 150px;
  padding: 24px 27px 0 18px;
  box-sizing: border-box;
  border: solid 3px #eeeeee;
  display: inline-block;
}
.news-bd .dowp li:nth-child(3n+3) {
  margin-right: 0;
}
.news-bd .dowp li > a {
  display: inline-block;
  width: 80%;
  margin: 0 0 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-bd .dowp li:hover > a {
  color: #0055c7;
}
.news-bd .dowp li > a:after {
  content: "";
  display: block;
  margin: 20px 0 0 0;
  width: 48px;
  height: 1px;
  background-color: #cccccc;
}
.news-bd .dowp li > span {
  display: block;
}
.news-bd .dowp li > span > i:nth-child(1) {
  font-family: Bahnschrift;
  font-size: 18px;
  color: #333333;
}
.news-bd .dowp li > span > i:nth-child(2) {
  font-family: Bahnschrift;
  font-size: 16px;
  font-weight: lighter;
  color: #999999;
}
.news-bd .dowp li > span > i:nth-child(2):before {
  content: "/";
  margin: 0 3px 0 5px;
}
.news-bd .dowp li > span > .more {
  float: right;
  width: 16px;
  height: 14px;
  object-fit: cover;
}
.news-bd .bd > div {
  height: 565px;
}
.n-h-ul li .icon {
  display: inline-block;
  width: 31px;
  height: 31px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
  display: block;
}
.n-h-ul li .icon:before,
.n-h-ul li .icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.n-h-ul li .icon:after {
  right: 0;
}
.n-h-ul li .icon::before {
  right: 100%;
}
.n-h-ul li.on .icon::after {
  right: -100%;
}
.n-h-ul li.on .icon::before {
  right: 0;
}
.n-h-ul li:nth-child(1) .icon::before {
  background: url(../images/ni1.png) center no-repeat;
}
.n-h-ul li:nth-child(1) .icon::after {
  background: url(../images/ni12.png) center no-repeat;
}
.n-h-ul li:nth-child(2) .icon::before {
  background: url(../images/ni2.png) center no-repeat;
}
.n-h-ul li:nth-child(2) .icon::after {
  background: url(../images/ni22.png) center no-repeat;
}
.n-h-ul li:nth-child(3) .icon::before {
  background: url(../images/ni3.png) center no-repeat;
}
.n-h-ul li:nth-child(3) .icon::after {
  background: url(../images/ni32.png) center no-repeat;
}
/* form */
.form-box {
  background-color: #f5f5f5;
}
.form-con {
  width: 1280px;
  margin: 0 auto;
  padding: 80px 0 78px;
}
.form-tit {
  text-align: center;
  margin: 0 0 38px;
}
.form-tit p {
  font-size: 20px;
  color: #0055c7;
}
.form-tit i {
  font-size: 14px;
  color: #999999;
}
.form-div {
  display: flex;
  justify-content: flex-end;
}
.form-div div input {
  border-left: 1px solid #dddddd;
  background-color: transparent;
  color: #808080;
  padding: 10px;
  width: 65%;
}
.form-div div > img {
  padding: 0 10px 0 12px;
}
.form-div div:nth-child(1),
.form-div div:nth-child(2) {
  margin-left: 17px;
  width: 210px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: solid 1px #dddddd;
}
.form-div div:nth-child(3) {
  margin-left: 17px;
  width: 418px;
  height: 60px;
  line-height: 60px;
  border: solid 1px #dddddd;
}
.form-div label {
  margin-left: 17px;
  width: 238px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: solid 1px #dddddd;
}
.form-div label > input {
  width: 35%;
  border-left: 1px solid #dddddd;
  background-color: transparent;
  color: #dddddd;
  padding: 10px;
}
.form-div label > img:nth-child(1) {
  padding: 0 10px 0 12px;
}
.form-div label > img:nth-child(3) {
  width: 72px;
  height: 29px;
  position: relative;
  left: 5px;
  top: -2px;
  object-fit: contain;
}
.form-div > button {
  width: 140px;
  height: 60px;
  border: 0;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  background-color: #0055c7;
  font-size: 16px;
  color: #ffffff;
  margin-left: 17px;
}


input::-webkit-input-placeholder { 
  /* WebKit browsers */ 
  color: #808080; 
  } 
  input:-moz-placeholder { 
  /* Mozilla Firefox 4 to 18 */ 
  color: #808080; 
  } 
  input::-moz-placeholder { 
  /* Mozilla Firefox 19+ */ 
  color: #808080; 
  } 
  input:-ms-input-placeholder { 
  /* Internet Explorer 10+ */ 
  color: #808080; 
  }