.banner {
  width: 100%;
}
.banner .swiper-slide > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #0050a2;
  opacity: 1;
  vertical-align: middle;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
}
.banner .swiper-pagination-bullet-active {
  background-color: #ea2a39;
  width: 12px;
  height: 12px;
}
.waperbox {
  position: relative;
  padding-top: 90px;
  left: 50%;
  margin-left: -42%\9;
  width: 84%;
  min-width: 1200px;
  display: table;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.wfivebox {
  float: left;
  width: 50%;
  position: relative;
}
.wfourbox {
  float: right;
  width: 50%;
  position: relative;
}
.wsixbox {
  float: left;
  width: 60%;
  position: relative;
}
.wthreebox {
  float: right;
  width: 38%;
  position: relative;
}

.wfourbox1 {
  float: left;
  width: 30%;
}
.wfivebox3 {
  float: right;
  width: 40%;
}
.wfivebox4 {
  width: 50%;
}
.wfivebox5 {
  width: 70%;
}

.wperTit {
  width: 100%;
  position: relative;
}
.wperTit h3 {
  font-size: 48px;
  color: #0051a2;
  text-transform: uppercase;
  font-family: "arial";
}
.wperTit h5 {
  font-size: 29px;
  color: #0051a2;
  margin-top: 5px;
}
.wperTit h5 span {
  color: #fb6820;
}
.wperconts {
  display: block;	 
  padding-top: 40px;
}
.wperconts p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-indent: 2em;
}
.wperconts p > font {
  color: #3282da;
}
.wperconts > a {
  display: block;
  margin-top: 30px;
  text-transform: uppercase;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #0051a2;
  text-align: center;
  font-size: 12px;
  color: #0051a2;
}
.wperconts > a:hover {
  background-color: #0051a2;
  color: #fff;
}

.wperconts2 {
  padding-right: 30%;
}
.wperconts2 p {
  color: #fff;
}
.wperconts2 a {
  border-color: #fff;
  color: #fff;
}
.wperconts2 a:hover {
  background-color: #fff;
  color: #0051a2;
}

.aboutconts {
  padding-top: 30px;
}
.aboutconts p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  text-indent: 2em;
}
.aboutconts p font {
  color: #2273c8;
}
.aboutnumber {
  position: relative;
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}
.aboutnumber:after {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #0051a2;
}
.aboutnumber ul {
  font-size: 0;
  text-align: center;
  padding-top: 30px;
}
.aboutnumber ul li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.aboutnumber ul li strong {
  display: block;
  margin: 0 auto;
  font-size: 36px;
  color: #0051a2;
}
.aboutnumber ul li font {
  display: block;
  font-size: 13px;
  margin: 10px auto 0;
}

.videobox {
  position: relative;
  display: table;
  z-index: 1;
}
.videobox:after {
  position: absolute;
  left: 14.5%;
  top: -1%;
  content: "";
  width: 90%;
  height: 102%;
  border: 1px solid #0a318f;
  z-index: -1;
}
.videobox .vidone {
  position: relative;
  float: right;
  width: 100%;
  padding: 15px 0;
}
.videobox .vidone a {
  display: block;
}
.videobox .vidone > a > video {
  display: inline-block;
  min-width: 300px;
  width: 100%;
  height: 365px;
  object-fit: cover;
  object-position: center;
}

.servicecolor {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 80px;
  background: url(/Branch/res/images/mainbg01.jpg) repeat;
}
.secrvicelist {
  width: 100%;
}
.secrvicelist li {
  margin-top: 20px;
  width: 19.4%;
  height: 85px;
  background-color: #3282da;
  display: inline-block;
  vertical-align: top;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
}
.secrvicelist li a {
  display: block;
  width: 100%;
  height: 100%;
}
.secrvicelist li i {
  display: block;
  text-align: center;
  padding-top: 14px;
}
.secrvicelist li i img {
  height: 30px;
}
.secrvicelist li font {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}
.secrvicelist li:hover {
  background-color: #0051a2;
}

.servicebg {
  width: 100%;
  height: 500px;
  position: relative;
  background: url(/Branch/res/images/wj-index02.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.servicebg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0051a2;
  background-color: rgba(0, 81, 162, 0.8);
  z-index: -1;
}
.wfivebox1 {
  float: none;
  position: absolute;
  right: 5%;
  top: 100px;
}
.wfivebox2 {
  float: left;
}
.serviceCont {
  position: relative;
  padding: 79px 0;
  height: 320px;
}
.serviceBcons {
  float: right;
  width: 100%;
  height: 300px;
  background-color: #f4f4f6;
  background: url(/Branch/res/images/tu.jpg) no-repeat;
  background-size: cover;
}
.serviceBcons a {
  display: block;
  padding: 83px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.serviceBcons h3 {
  font-size: 18px;
  color: #0051a2;
}
.serviceBcons p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  text-indent: 2em;
  margin-top: 10px;
}
/*.wperTit2{ padding-left: 30%;}*/
.wperTit2 h3 {
  color: #fff;
}
.wperTit2 h5 {
  color: #fff;
}
.wfivebox1 .swiper-button-prev {
  background: url(/Branch/res/images/jt2.png) no-repeat;
  position: absolute;
  right: auto;
  top: auto;
  margin-top: 0;
  left: -58px;
  bottom: 20px;
}
.wfivebox1 .swiper-button-next {
  background: url(/Branch/res/images/jt2.png) no-repeat;
  position: absolute;
  top: auto;
  margin-top: 0;
  left: 0px;
  bottom: 20px;
  background-position: -61px;
}
.wfivebox1 .swiper-button-prev,
.wfivebox1 .swiper-button-next {
  width: 58px;
  height: 36px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
}

.mapbgs {
  background: url(/Branch/res/images/mainbg01.jpg) repeat;
  padding-bottom: 80px;
}
.mapbg {
  min-width: 450px;
  max-width: 100%;
  padding-top: 92%;
  position: relative;
  background: url(/Branch/res/images/companymap2.png) no-repeat;
  background-size: 100% 100%;
}
.mapbg ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mapbg ul li {
  position: absolute;
}
.mapbg ul li a {
  display: block;
}
.mapbg ul li font {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.mapbg ul li i {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin: 10px auto 0;
  border-radius: 50%;
  background-color: #e60011;
}
.mapbg ul li.QD {
  right: 17%;
  top: 38%;
}
.mapbg ul li.YT {
  right: 15%;
  top: 34%;
}
.mapbg ul li.YT font {
  display: block;
}
.mapbg ul li.YT i {
  display: block;
  margin: 0 auto;
}
.mapbg ul li.WH {
  right: 9.5%;
  top: 35.5%;
}

.mapbg ul li.DL {
  right: 14%;
  top: 27%;
}
.mapbg ul li.DL font {
  display: block;
}
.mapbg ul li.DL i {
  display: block;
  margin: 5px auto 0;
}
.mapbg ul li.JN {
  right: 24%;
  top: 37%;
}
.mapbg ul li.TJ {
  right: 22%;
  top: 30%;
}
.mapbg ul li.TJ font {
  display: block;
}
.mapbg ul li.TJ i {
  display: block;
  margin: 5px auto 0;
}
.mapbg ul li.SJZ {
  right: 27.5%;
  top: 34.5%;
}
.mapbg ul li.XA {
  right: 37.5%;
  top: 44.5%;
}
.mapbg ul li.LYG {
  right: 8.5%;
  top: 47%;
}
.mapbg ul li.SH {
  right: 9%;
  top: 50%;
}
.mapbg ul li.NB {
  right: 8%;
  top: 53%;
}
.mapbg ul li.GZ {
  right: 26%;
  bottom: 28%;
}
.mapbg ul li.GZ font {
  display: block;
}
.mapbg ul li.GZ i {
  display: block;
  margin: 5px auto 0;
}
.mapbg ul li.SZ {
  right: 21%;
  bottom: 25%;
}
.mapbg ul li.LSJ {
  left: 21%;
  bottom: 14%;
}

.mapbg ul li i:after {
  position: absolute;
  content: "";
  width: 160%;
  height: 160%;
  border-radius: 50%;
  border: 1px solid #e60011;
  background-color: rgba(230, 0, 17, 0.3);
  left: -40%;
  top: -35%;
  opacity: 0;
  animation: op1 3s linear 0s infinite;
  -webkit-animation: op1 3s linear 0s infinite;
}
.mapbg ul li i:before {
  position: absolute;
  content: "";
  width: 350%;
  height: 350%;
  border-radius: 50%;
  border: 1px solid #e60011;
  background-color: rgba(230, 0, 17, 0.3);
  left: -140%;
  top: -140%;
  opacity: 0;
  animation: op2 3s linear 0s infinite;
  -webkit-animation: op2 3s linear 0s infinite;
}

@keyframes op1 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes op1 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes op1 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes op2 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes op2 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes op2 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

.mapcity {
  width: 100%;
  display: table;
  font-size: 0;
  padding-top: 40px;
}
.mapcity li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 20px;
}
.mapcity li a {
  display: block;
  text-align: center;
}
.mapcity li i {
  display: inline-block;
  width: 100%;
}
.mapcity li i img {
  height: 30px;
}
.mapcity li span {
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
.mapcity li i,
.mapcity li span {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
}
.mapcity li:hover i {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
}
.mapcity li:hover span {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}

.screbg {
  width: 100%;
  height: 494px;
  background: url(/Branch/res/images/wj-index01.jpg) no-repeat;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.screbg:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 150px;
  background-color: #3182db;
  background-color: rgba(0, 80, 162, 0.8);
}

.screlist {
  height: 404px;
  z-index: 1;
}
.wperTit3 {
  text-align: center;
}

.screlist ul {
  width: 80%;
  font-size: 0;
  margin: 160px auto 0;
}
.screlist ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
  padding-top: 15px;
}
.screlist ul li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 35px;
  height: 80px;
  border-right: 1px solid #4979ad;
}
.screlist ul li:last-child:after {
  display: none;
}
.screlist ul li a {
  display: block;
}
.screlist ul li i {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.screlist ul li:hover i {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.screlist ul li i,
.screlist ul li {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
}
.screlist ul li i img {
  display: inline-block;
  width: 30px;
  height: auto;
}
.screlist ul li font {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding-top: 20px;
}
.screlist ul li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding-top: 10px;
}

.newTit {
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.newTit a {
  display: inline-block;
  margin: 0 30px;
}
.newTit a i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.newTit a font {
  display: inline-block;
  font-size: 14px;
  color: #777;
  margin: 10px auto 0;
}

.hy-new li a h3,
.newTit a i,
.newTit a font {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
.newTit a.on font,
.newTit a:hover font {
  color: #3082da;
}
.newTit a.n1 i {
  background: url(/Branch/res/images/nn3.png) no-repeat;
  background-size: 100% 100%;
}
.newTit a.n1.on i,
.newTit a.n1:hover i {
  background: url(/Branch/res/images/nn6.png) no-repeat;
  background-size: 100% 100%;
}
.newTit a.n2 i {
  background: url(/Branch/res/images/nn5.png) no-repeat;
  background-size: 100% 100%;
}
.newTit a.n2.on i,
.newTit a.n2:hover i {
  background: url(/Branch/res/images/nn4.png) no-repeat;
  background-size: 100% 100%;
}
.newTit a.n3 i {
  background: url(/Branch/res/images/nn1.png) no-repeat;
  background-size: 100% 100%;
}
.newTit a.n3.on i,
.newTit a.n3:hover i {
  background: url(/Branch/res/images/nn2.png) no-repeat;
  background-size: 100% 100%;
}

.wj-fd {
  position: absolute;
  left: 0;
  top: 0;
}
.wj-fd li .mbs > a {
  display: block;
  margin-top: 40px;
  text-transform: uppercase;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #0051a2;
  text-align: center;
  font-size: 12px;
  color: #0051a2;
}
.wj-fd li .mbs > a:hover {
  background-color: #0051a2;
  color: #fff;
}
.newsit {
  width: 100%;
  position: relative;
  padding-left: 10%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.newsit li {
  width: 100%;
  font-size: 0;
}

.newsit .topnew {
  width: 100%;
}
.newsit .topnew a {
  display: block;
}
.newsit .topnew dl {
  width: 100%;
  display: table;
}
.newsit .topnew dl dt {
  float: left;
  width: 30%;
  height: 144px;
  overflow: hidden;
}
.newsit .topnew dl dt img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
}
.newsit .topnew dl dd {
  float: left;
  width: 70%;
  height: 144px;
  background-color: #3182db;
  padding: 15px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.newsit .topnew dl dd h3 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: normal;
}
.newsit .topnew dl dd time {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.newsit .topnew dl dd time:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 100%;
  border-top: 1px solid #fff;
}
.newsit .topnew dl dd time:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -11px;
  width: 40px;
  border-top: 3px solid #fff;
}
.newsit .topnew dl dd p {
  font-size: 13px;
  color: #fff;
  line-height: 1.8;
}
.newsit .topnew dl:hover dt img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.newsit .newcon {
  display: inline-block;
  width: 23.45%;
  position: relative;
  margin-top: 20px;
  margin-right: 2%;
}

.newsit .newcon a {
  display: block;
}
.newsit .newcon i {
}
.newsit .newcon i img {
  display: block;
  width: 100%;
  height: auto;
}
.newsit .newcon .nbg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  background-color: #0050a2;
  background-color: rgba(0, 80, 162, 0.8);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.newsit .newcon p {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.newsit .newcon:last-child {
  margin-right: 0;
}
.newsit .newcon .nbg time {
  color: #fff;
  display: none;
}
.newsit .newcon .nbg:hover time {
  display: block;
}

.newsit .newcon:hover .nbg {
  height: 100%;
  background: url(/Branch/res/images/bg1.png) no-repeat center center;
  background-color: rgba(0, 80, 162, 0.8);
  background-size: 100% 100%;
}
.newsit .newcon:hover p {
  white-space: initial;
  text-overflow: initial;
  padding: 15px 10px;
}

.hy-new {
  width: 100%;
  padding-left: 10%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.hy-new li {
  width: 100%;
  margin-bottom: 5px;
}
.hy-new li a {
  display: block;
}
.hy-new li dl {
  width: 100%;
  display: table;
}

.hy-new li dl dd {
  width: 100%;
  padding-top: 15px;
}
.hy-new li dl dd time {
  display: block;
  font-size: 13px;
  margin-top: 15px;
  color: #999;
}
.hy-new li dl dd h3 {
  font-size: 16px;
  color: #333;
}
.hy-new li dl dd h3 i {
  display: inline-block;
  width: 0px;
  height: 3px;
  vertical-align: middle;
  background-color: #0051a2;
}
.hy-new li dl dd p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-top: 10px;
}
.hy-new li dl dd font {
  display: block;
  margin-top: 20px;
  text-align: center;
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #777;
  border: 1px solid #777;
}
.hy-new li dl:hover dd font {
  border-color: #0051a2;
  background-color: #0051a2;
  color: #fff;
}
.hy-new li dl:hover dd h3,
.hy-new li dl dd font,
.hy-new li dl dd h3 i {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
}
.hy-new li dl:hover dd h3 {
  color: #0051a2;
}
.hy-new li dl:hover dd h3 i {
  width: 25px;
  margin-right: 20px;
}

.wfiveboxnews ul {
  opacity: 0;
  display: none\9;
  z-index: -1;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
}
.wfiveboxnews ul.active {
  opacity: 1;
  display: block\9;
  z-index: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}

.partbg {
  background: url(/Branch/res/images/mainbg01.jpg) repeat;
  padding: 0 0 90px 0;
  margin-top: 60px;
}
.partenrsList .subparent {
  width: 100%;
  font-size: 0;
  margin-left: -7%;
}
.partenrsList .subparent li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 15.5%;
  height: 100px;
  line-height: 100px;
}
.partenrsList .subparent li > img {
  width: auto;
  max-width: 100%;
}
.dzmaps {
  width: 100%;
  height: 400px;
  position: relative;
}
.dzmaps .submap {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}
.mapconts {
  position: absolute;
  left: 13%;
  top: 0;
  width: 450px;
  height: 402px;
  background-color: #0050a2;
  background-color: rgba(0, 80, 162, 0.9);
  padding: 20px 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
   z-index: 100; 
}
.mapconts .contus {
  width: 100%;
  padding-top: 20px;
}
.mapconts .contus p {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
}
.wperconts3 {
  padding-top: 0;
  padding-right: 0;
}

.newsit .newcon .nbg time {
  color: #fff;
  display: none;
}
.newsit .newcon .nbg:hover time {
  display: block;
}

.anchorBL {
  display: none;
}
