.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dx {
  text-transform: uppercase;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.textdq {
  text-align: justify;
}
.dl-container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.dl-container::after {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.about {
  width: 100%;
  height: 600px;
  padding-top: 90px;
  background: url(../images/about.jpg) no-repeat center;
}
.about .aboutBOx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.about .aboutBOx .aboutL {
  width: 685px;
  float: left;
  flex-direction: column;
  flex: 0 0 685px;
  position: relative;
}
.about .aboutBOx .aboutL a {
  display: block;
  width: 685px;
  height: 510px;
}
.about .aboutBOx .aboutL a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .aboutBOx .aboutL i {
  width: 159px;
  height: 409px;
  background: url(../images/aboutText.png) no-repeat center;
  position: absolute;
  right: -50px;
  z-index: 999;
  top: 38px;
}
.about .aboutBOx .aboutR {
  width: 467px;
  float: left;
  flex-direction: column;
  flex: 0 0 467px;
}
.about .aboutBOx .aboutR h3 {
  text-align: right;
  font-size: 34px;
  font-weight: bold;
  color: #013298;
  width: 454px;
  line-height: 1;
  height: 62px;
  margin-left: 13px;
  background: url(../images/aboutTitle.png) no-repeat center;
}
.about .aboutBOx .aboutR h4 {
  padding: 20px 0;
  text-align: right;
  font-size: 22px;
  line-height: 1;
}
.about .aboutBOx .aboutR h5 {
  font-size: 20px;
  padding: 0px 0;
  text-align: right;
  font-size: 22px;
  line-height: 1;
}
.about .aboutBOx .aboutR .aboutRlINE {
  width: 150px;
  height: 2px;
  background: #013298;
  display: block;
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.about .aboutBOx .aboutR p {
  display: block;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: right;
  font-size: 14px;
  line-height: 36px;
  text-indent: 2em;
}
.about .aboutBOx .aboutR a {
  width: 115px;
  height: 40px;
  background: #013298;
  display: block;
  color: #fff;
  float: right;
  text-align: center;
  line-height: 40px;
  margin-top: 120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBOx .aboutR a::after {
  content: "";
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
}
.about .aboutBOx .aboutR a:hover {
  transform: translate(5px);
}
.case {
  width: 100%;
  height: 840px;
  padding-top: 90px;
  overflow: hidden;
  background: url(../images/case.jpg) no-repeat center;
}
.case .caseBox .caseTitle {
  width: 393px;
  height: 125px;
  background: url(../images/caseTItle.png) no-repeat center;
}
.case .caseBox .caseTitle h3 {
  font-size: 34px;
  font-weight: bold;
  color: #013298;
  width: 454px;
  line-height: 1;
  height: 62px;
}
.case .caseBox .hd {
  width: 592px;
  margin-top: 62px;
  height:310px;
  position: relative;
  z-index: 99;
}
.case .caseBox .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.case .caseBox .hd ul li {
  box-sizing: border-box;
  width: 258px;
  float: left;
  flex-direction: column;
  flex: 0 0 258px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .hd ul li a {
  padding: 0 66px;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .hd ul li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666666;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 35px;
  transform: translateY(-2px);
}
.case .caseBox .hd ul li a::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../images/caseBoxHd1.png) no-repeat center;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  right: 35px;
  transform: translateY(-4px);
}
.case .caseBox .hd ul li:hover {
  background: #013298;
  transform: translate(5px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.case .caseBox .hd ul li:hover a {
  color: #fff;
}
.case .caseBox .hd ul li:hover a::before {
  background: #fff;
}
.case .caseBox .hd ul li:hover a::after {
  background: url(../images/caseBoxHd2.png) no-repeat center;
}
.case .caseBox .hd ul li.on {
  background: #013298;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.case .caseBox .hd ul li.on a {
  color: #fff;
}
.case .caseBox .hd ul li.on a::before {
  background: #fff;
}
.case .caseBox .hd ul li.on a::after {
  background: url(../images/caseBoxHd2.png) no-repeat center;
}
.case .caseBox .caseHot {
  position: absolute;
  top: 0;
  right: 0;
  width: 627px;
}
.case .caseBox .caseHot .caseHotBox {
  width: 627px;
  height: 434px;
  position: relative;
  overflow: hidden;
}
.case .caseBox .caseHot .caseHotBox ul li {
  width: 627px;
  height: 434px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.case .caseBox .caseHot .caseHotBox ul li .caseHotImg {
  width: 627px;
  height: 434px;
  display: block;
}
.case .caseBox .caseHot .caseHotBox ul li .caseHotImg img {
  width: 627px;
  height: 434px;
  display: block;
  object-fit: cover;
}
.case .caseBox .caseHot .caseHotBox ul li .caseHotText {
  padding: 20px 56px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/caseHot.png) no-repeat center;
}
.case .caseBox .caseHot .caseHotBox ul li .caseHotText i {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 2;
}
.case .caseBox .caseHot .caseHotBox ul li .caseHotText span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}
.case .caseBox .caseHot .caseHotBox .caseL {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 10px;
  right: 90px;
  z-index: 9999999;
  background: url(../images/caseL.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background-size: contain;
}
.case .caseBox .caseHot .caseHotBox .caseL:hover {
  background-size: contain;
  background: url(../images/caseL1.png) no-repeat center;
}
.case .caseBox .caseHot .caseHotBox .caseR {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 10px;
  right: 50px;
  background: url(../images/caseR.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caseHot .caseHotBox .caseR:hover {
  background-size: contain;
  background: url(../images/caseR1.png) no-repeat center;
}
.case .caseBox .bd {
  margin-top: 30px;
}
.case .caseBox .bd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.case .caseBox .bd ul li {
  width: 300px;
  float: left;
  flex-direction: column;
  flex: 0 0 300px;
  height: 256px;
  overflow: hidden;
  border-radius: 10px;
}
.case .caseBox .bd ul li .caseListImg {
  display: block;
  width: 300px;
  height: 210px;
  overflow: hidden;
}
.case .caseBox .bd ul li .caseListImg img {
  display: block;
  width: 300px;
  height: 210px;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .bd ul li a.caseListText {
  width: 300px;
  height: 46px;
  background: #fff url(../images/caseListText1.png) no-repeat 90% center;
  display: block;
  line-height: 46px;
  padding: 0 60px 0 20px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox .bd ul li:hover .caseListImg img {
  transform: scale(1.05);
}
.case .caseBox .bd ul li:hover a.caseListText {
  background: #013298 url(../images/caseListText2.png) no-repeat 90% center;
  color: #fff;
  padding: 0 60px 0 26px;
}
.ysbox{width: 100%; height:1012px;background:url(../images/ys.jpg) no-repeat center;}
.newsAndCooperation {
  width: 100%;
  height: 750px;
  background: url(../images/news.jpg) no-repeat center;
  overflow: hidden;
}
.newsAndCooperation .news {
  height: 668px;
}
.newsAndCooperation .news .newsTitle {
  padding-top: 13px;
  float: left;
}
.newsAndCooperation .news .newsTitle h3 {
  width: 334px;
  height: 125px;
  background: url(../images/nwesTitle.png) no-repeat center;
  position: relative;
}
.newsAndCooperation .news .newsTitle h3 a {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #013298;
  font-weight: bold;
  font-size: 34px;
  display: block;
}
.newsAndCooperation .news .newsR {
  width: 700px;
  float: right;
  margin-top: 90px;
}
.newsAndCooperation .news .newsR .newsRTop {
  width: 700px;
  height: 240px;
  box-sizing: content-box;
  padding: 5px 5px 5px 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopL {
  width: 340px;
  float: left;
  flex-direction: column;
  flex: 0 0 340px;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopL .newsRTopLTime {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 352px;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopL .newsRTopLTime .newsRTopLTimeL {
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  padding-top: 37px;
  padding-bottom: 24px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopL .newsRTopLTime .newsRTopLTimeL i {
  font-size: 26px;
  color: #013298;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: unset;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopL .newsRTopLTime .newsRTopLTimeL::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #ebedf5;
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopL .newsRTopLTime .newsRTopLTimeR {
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ccc;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopL .newsRTopTitle {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 17px 0;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopL p {
  font-size: 14px;
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 36px;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;overflow: hidden;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopR {
  width: 280px;
  float: left;
  flex-direction: column;
  flex: 0 0 280px;
  border-radius: 5px;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopR a {
  display: block;
  width: 280px;
  height: 230px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
.newsAndCooperation .news .newsR .newsRTop .newsRTopR a img {
  width: 280px;
  height: 230px;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsAndCooperation .news .newsR .newsRTop:hover .newsRTopL .newsRTopLTime .newsRTopLTimeL {
  color: #013298;
}
.newsAndCooperation .news .newsR .newsRTop:hover .newsRTopL .newsRTopTitle {
  color: #013298;
  transform: translateY(-2px);
}
.newsAndCooperation .news .newsR .newsRTop:hover .newsRTopR a img {
  transform: scale(1.05);
}
.newsAndCooperation .news .newsR .newsRBottom ul li {
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 3px;
}
.newsAndCooperation .news .newsR .newsRBottom ul li .newsRBottomL {
  width: 550px;
  float: left;
  flex-direction: column;
  flex: 0 0 550px;
  box-sizing: border-box;
  padding-top: 38px;
}
.newsAndCooperation .news .newsR .newsRBottom ul li .newsRBottomL i {
  line-height: 1;
  display: block;
  font-size: 16px;
  padding-left: 30px;
  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
  background: url(../images/newsRBottomLI.png) no-repeat center left;
}
.newsAndCooperation .news .newsR .newsRBottom ul li .newsRBottomL span {
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin-top: 16px;
  padding-left: 30px;
  background: url(../images/newsRBottomLSpan.png) no-repeat 12px center;
}
.newsAndCooperation .news .newsR .newsRBottom ul li .newsRBottomR {
  height: 85px;
  width: 85px;
  float: left;
  flex-direction: column;
  flex: 0 0 85px;
  background: #013298;
  margin-top: 25px;
}
.newsAndCooperation .news .newsR .newsRBottom ul li .newsRBottomR i {
  font-size: 30px;
  color: #fff;
  display: block;
  padding-top: 5px;
  text-align: center;
}
.newsAndCooperation .news .newsR .newsRBottom ul li .newsRBottomR b {
  font-weight: normal;
  font-size: 16px;
  display: block;
  color: #fff;
  text-align: center;
}
.newsAndCooperation .news .newsR .newsRBottom ul li:hover .newsRBottomL {
  transform: translateX(5px);
}
.newsAndCooperation .news .newsR .newsRBottom ul li:hover .newsRBottomL i {
  color: #013298;
}
.newsAndCooperation .Cooperation h3 {
  width: 675px;
  height: 66px;
  margin: 90px auto 0;
  background: url(../images/CooperationTitle.png) no-repeat center;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  color: #013298;
}
.newsAndCooperation .Cooperation .CooperationBox {
  width: 90%;
  margin: 55px auto 0;
}
.newsAndCooperation .Cooperation .CooperationBox ul {
  height: 140px;
  overflow: hidden;
}
.newsAndCooperation .Cooperation .CooperationBox ul li {
  width: 18%;
  margin-right: 40px;
  height: 138px;
  border: 1px solid #ccc;
}
.newsAndCooperation .Cooperation .CooperationBox ul li a {
  width: 100%;
  height: 138px;
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
}
.newsAndCooperation .Cooperation .CooperationBox ul li a img {
  width: 100%;
  height: 138px;
  object-fit: contain;
}
.honorAndLink {
  width: 100%;
  padding-bottom: 80px;
  background: url(../images/honorAndLink.jpg) no-repeat center;
  padding-top: 90px;
}
.honorAndLink .honor .honorTitle {
  width: 740px;
  height: 76px;
  background: url(../images/honorTitle.png) no-repeat center;
  margin: 0 auto;
}
.honorAndLink .honor .honorTitle h3 {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  color: #013298;
}
.honorAndLink .honor .honorBox {
  position: relative;
}
.honorAndLink .honor .honorBox .honorBoxCenter {
  width: 1140px;
  margin: 0 auto 0;
  padding-top: 45px;
}
.honorAndLink .honor .honorBox .honorBoxCenter ul li {
  width: 245px;
  margin: 0 64px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.honorAndLink .honor .honorBox .honorBoxCenter ul li img{ 
width:100%;
}
.honorAndLink .honor .honorBox .honorBoxCenter ul li .honorBoxImg {
  width: 245px;
  display: block;
  height: 332px;
  background: url(../images/honorBoder.png) no-repeat center;
  box-sizing: border-box;
}
.honorAndLink .honor .honorBox .honorBoxCenter ul li .honorBoxImg img {
  width: 100%;
  height: 100%;
  padding: 26px 28px;
  box-sizing: border-box;
}
.honorAndLink .honor .honorBox .honorBoxL {
  width: 49px;
  height: 44px;
  background: url(../images/honorBoxL.png) no-repeat center;
  position: absolute;
  top: 180px;
  left: -50px;
  cursor: pointer;
}
.honorAndLink .honor .honorBox .honorBoxL:hover {
  background: url(../images/honorBoxL1.png) no-repeat center;
}
.honorAndLink .honor .honorBox .honorBoxR {
  width: 49px;
  height: 44px;
  background: url(../images/honorBoxR.png) no-repeat center;
  position: absolute;
  top: 180px;
  cursor: pointer;
  right: -50px;
}
.honorAndLink .honor .honorBox .honorBoxR:hover {
  background: url(../images/honorBoxR1.png) no-repeat center;
}
.honorAndLink .honor .honorMore {
  width: 140px;
  height: 40px;
  background: #666;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  margin-top: 40px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honorAndLink .honor .honorMore:hover {
  background: #013298;
  transform: translate(5px);
}
.honorAndLink .link {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.honorAndLink .link .linkL {
  font-size: 24px;
  font-weight: bold;
  color: #013298;
  text-transform: uppercase;
  width: 4em;
  float: left;
  flex-direction: column;
  flex: 0 0 4em;
  line-height: 36px;
}
.honorAndLink .link .linkR {
  width: 1180px;
  float: left;
  flex-direction: column;
  flex: 0 0 1180px;
}
.honorAndLink .link .linkR a {
  line-height: 14px;
  padding: 0 20px;
  margin: 11px 0;
  border-right: 2px solid #ccc;
  display: inline-block;
}
