body {
  overflow-x: hidden;
}
.contentbox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.widthbox {
  width: 92%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.footbox .widthbox {
  height: auto;
}
.footbox .other {
  font-size: 14px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.header-fixed {
  background: #fff;
}
header.header-fixed .headbox {
  height: 60px;
}
header.header-fixed .headbox .left {
  height: 30px;
}
header.header-fixed .headbox .left .logo {
  width: 400px;
  height: 32px;
}
header.header-fixed .headbox .right .search {
  margin-top: 20px;
}
header.header-fixed .headbox .right .language {
  margin-top: 15px;
}
header.header-fixed .headbox .right .menulist {
  height: 60px;
}
header.header-fixed .headbox .right .menulist .anav {
  height: 60px;
  line-height: 60px;
  margin-right: 28px;
}
header.header-fixed .headbox .right .menulist .sub_nav_box {
  top: 60px;
  height: 60px !important;
}
header.header-fixed .headbox .right .menulist .sub_nav_box .bnavlist .bnav {
  height: 60px;
  line-height: 60px;
}
header.header-fixed
  .headbox
  .right
  .menulist
  .sub_nav_box
  .bnavlist
  .bnav::after {
  top: 20px;
}
header.header-fixed .headbox .searchshow {
  padding: 10px 0;
}
header .headbox {
  height: 100px;
  transition: all 0.4s ease;
}
header .headbox .left {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  display: flex;
  align-items: center;
}
header .headbox .left .logo {
  display: inline-block;
  width: 410px;
  height: 33px;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100%;
}
header .headbox .left span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  display: inline-block;
  top: -20px;
  left: 10px;
}
header .headbox .left .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
header .headbox .left .txt a {
  color: #014e94;
}
header .headbox .left .txt a:first-child {
  font-size: 20px;
  font-weight: bold;
}
header .headbox .left .txt a:last-child {
  font-size: 16px;
}
header .headbox .left .txt a i {
  display: inline-block;
  margin: 5px 12px;
  width: 34px;
  height: 1px;
  background: #014e94;
}
header .headbox .right {
  position: absolute;
  right: 0;
}
header .headbox .right .search {
  float: right;
  width: 20px;
  height: 20px;
  margin: 40px 20px 0 20px;
  padding: 0 20px;
  position: relative;
  transition: all 0.4s ease;
}
header .headbox .right .search::before {
  content: "";
  opacity: 0.8;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
header .headbox .right .search a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../yibazhan/images/chakai.png) center no-repeat;
}
header .headbox .right .language {
  float: right;
  margin: 35px 0 0 0;
  transition: all 0.2s ease;
}
header .headbox .right .language * {
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .headbox .right .language i {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background: url("../../yibazhan/images/diqiu.png") no-repeat;
  background-size: 100%;
}
header .headbox .right .language ul {
  display: block;
  height: 35px;
  overflow: hidden;
}
header .headbox .right .language a {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  padding: 8px 15px;
  border-radius: 5px;
  background-color: #014e94;
  border: 1px solid #014e94;
  transition: all 0.3s linear;
  line-height: 1;
}
header .headbox .right .language li {
  margin-left: 0;
}
header .headbox .right .language .language-show li {
  width: 90px;
  margin-left: 10px;
}
header .headbox .right .language li a:hover {
  border: 1px solid #014e94;
  background-color: #fff;
  color: #014e94;
}
header .headbox .right .menulist {
  float: right;
  height: 100px;
  transition: all 0.4s ease;
}
header .headbox .right .menulist li {
  float: left;
}
header .headbox .right .menulist li:hover .sub_nav_box {
  height: 100px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
header .headbox .right .menulist li .sub_nav_box {
  width: 100%;
  height: 0;
  position: fixed;
  top: 100px;
  left: 0;
  background: rgba(27, 49, 83, 0.6);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
header .headbox .right .menulist li .sub_nav_box .bnavlist {
  text-align: right;
}
header .headbox .right .menulist li .sub_nav_box .bnavlist .bnav {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 100px;
  display: inline-block;
  height: 100px;
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
  transition: all 0.4s ease;
}
header .headbox .right .menulist li .sub_nav_box .bnavlist .bnav::after {
  width: 1px;
  height: 20px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
}
header .headbox .right .menulist li .sub_nav_box .bnavlist .bnav:hover {
  color: #014e94;
}
header .headbox .right .menulist li .sub_nav_box .bnavlist .bnav:last-child {
  margin-right: 200px;
  padding-right: 0;
}
header
  .headbox
  .right
  .menulist
  li
  .sub_nav_box
  .bnavlist
  .bnav:last-child::after {
  content: none;
}
header .headbox .right .menulist .anav {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 100px;
  display: inline-block;
  height: 100px;
  margin-right: 60px;
  position: relative;
  transition: all 0.4s ease;
}
header .headbox .right .menulist .anav:hover,
header .headbox .right .menulist .anav.active {
  color: #014e94;
  transition: all 0.4s ease;
}
header .headbox .right .menulist .anav:hover::after,
header .headbox .right .menulist .anav.active::after {
  width: 100%;
  transition: all 0.4s ease;
}
header .headbox .right .menulist .anav::after {
  content: "";
  width: 0px;
  height: 2px;
  background: #014e94;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .headbox.search-show .right .menulist {
  display: none;
}
header .headbox.search-show .searchshow {
  top: 0;
}
header .headbox .searchshow {
  transition: all 0.4s ease;
  width: 60%;
  position: absolute;
  left: 20%;
  top: -100px;
  z-index: 3;
  height: 40px;
  padding: 30px 0;
  overflow: hidden;
}
header .headbox .searchshow form {
  display: block;
  overflow: hidden;
  position: relative;
  width: 55%;
  margin: auto;
}
header .headbox .searchshow form .searchclose,
header .headbox .searchshow form .searchsubmit {
  position: absolute;
  top: 10px;
  z-index: 3;
  cursor: pointer;
}
header .headbox .searchshow form .searchclose:hover,
header .headbox .searchshow form .searchsubmit:hover {
  opacity: 0.8;
}
header .headbox .searchshow form .searchclose {
  left: 0;
  width: 20px;
  height: 20px;
  color: #000;
  background: url("../../yibazhan/images/close.png") center no-repeat;
  background-size: 100%;
}
header .headbox .searchshow form .searchinput {
  background: none;
  color: #fff;
  border-bottom: 2px solid #ededed;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  width: 90%;
  padding: 0 5%;
  outline: none;
  text-align: center;
}
header .headbox .searchshow form .searchinput::-webkit-input-placeholder {
  color: #ffffff;
}
header .headbox .searchshow form .searchinput::-moz-input-placeholder {
  color: #ffffff;
}
header .headbox .searchshow form .searchinput::-ms-input-placeholder {
  color: #ffffff;
}
header .headbox .searchshow form .searchsubmit {
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../../yibazhan/images/fangda.png") center no-repeat;
  background-size: 100%;
  outline: none;
  border: none;
}
.nbanner {
  height: 350px;
  position: relative;
}
.nbanner .banner_bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nbanner .banner_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  z-index: 9;
  color: #c7d5ee;
  text-align: center;
}
.nbanner .banner_text h4 {
  font-size: 28px;
  font-weight: bold;
}
.nbanner .banner_text p {
  font-size: 16px;
  margin-top: 10px;
}
.com_catebox {
  text-align: center;
}
.com_catebox a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
}
.com_catebox a:hover,
.com_catebox a.active {
  color: #000000;
  transition: all 0.4s ease;
}
.com_catebox a:hover::after,
.com_catebox a.active::after {
  width: 100%;
  transition: all 0.4s ease;
}
.com_catebox a::after {
  content: "";
  width: 0px;
  height: 2px;
  background: #014e94;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_rongyulist {
  background: #ffffff;
}
.page_rongyulist .dlist.going .item {
  opacity: 1;
  transform: scale(1);
}
.page_rongyulist .dlist .item {
  width: 390px;
  height: 264px;
  margin-right: 15px;
  border: 1px solid #ebebeb;
  float: left;
  box-sizing: border-box;
  margin-bottom: 15px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.5s;
  transition: transform 0.5s;
}
.page_rongyulist .dlist .item:hover {
  border-color: #014e94;
}
.page_rongyulist .dlist .item:nth-child(3n) {
  margin-right: 0;
}
.page_rongyulist .dlist .item .pic {
  width: 300px;
  height: 264px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.video_shadow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: none;
}
.video_shadow .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video_shadow .video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 90%;
}
.video_shadow .video video {
  flex: 1;
  width: 100%;
}
.video_shadow .video .close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}
.video_shadow .video .close .picbox {
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.video_shadow .video .close .picbox .pic {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.video_shadow .video .close .picbox {
  transition: all 0.4s;
}
.video_shadow .video .close:hover .picbox {
  transform: rotate(90deg);
}
.page_index {
  background-color: #fff;
}
.page_index .probox.going .pic1 {
  opacity: 1;
  left: 0;
}
.page_index .probox.going .pic2 {
  opacity: 1;
  top: 0;
}
.page_index .probox.going .pic3 {
  opacity: 1;
  right: 0;
}
.page_index .probox.going .ptxt {
  top: 0;
  right: 0;
  opacity: 1;
}
.page_index .probox.going .pic4 {
  opacity: 1;
  left: 0;
}
.page_index .probox.going .pic5 {
  opacity: 1;
  left: 0;
  bottom: 0;
}
.page_index .probox.going .pic6 {
  opacity: 1;
  bottom: 0;
}
.page_index .probox.going .pic7 {
  opacity: 1;
  right: 0;
}
.page_index .probox .item {
  float: left;
  margin-bottom: 2px;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  overflow: hidden;
  position: relative;
  height: 338px;
}
.page_index .probox .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page_index .probox .item a:hover .picbox {
  transform: scale(1.1);
}
.page_index .probox .item a .picbox {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
}
.page_index .probox .item a .con {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.page_index .probox .item a .con img {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  position: relative;
  top: -4px;
}
.page_index .probox .item a .con .wenzi {
  width: 190px;
  display: inline-block;
}
.page_index .probox .item a .con .wenzi .p1 {
  font-size: 18px;
  color: #fff;
}
.page_index .probox .item a .con .wenzi .p2 {
  font-size: 14px;
  text-transform: Capitalize;
  color: #fff;
}
.page_index .probox .pic1 {
  width: 40%;
  left: -300px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .probox .pic2 {
  width: 20%;
  top: -300px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .probox .pic3 {
  width: 20%;
  right: -300px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .probox .ptxt {
  width: 20%;
  background-color: #014e94;
  border-right: none;
  top: -300px;
  right: -200px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .probox .ptxt a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-top: 60px;
  box-sizing: border-box;
}
.page_index .probox .ptxt a:hover .t3::after {
  width: 34px;
}
.page_index .probox .ptxt a .t1 {
  font-size: 40px;
  color: #eeeeee;
  text-transform: uppercase;
  line-height: 40px;
}
.page_index .probox .ptxt a .t2 span {
  font-size: 34px;
  color: #eeeeee;
  margin-top: 10px;
}
.page_index .probox .ptxt a .t2 span:first-child {
  font-weight: bold;
}
.page_index .probox .ptxt a .t3 {
  position: relative;
  font-size: 14px;
  color: #eeeeee;
  margin-top: 60px;
}
.page_index .probox .ptxt a .t3::after {
  transition: all 0.4s;
  width: 14px;
  height: 2px;
  background-color: #eeeeee;
  content: "";
  position: absolute;
  left: 66px;
  top: 10px;
}
.page_index .probox .pic4 {
  width: 20%;
  left: -300px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .probox .pic5 {
  width: 40%;
  left: -300px;
  bottom: -200px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .probox .pic6 {
  width: 40%;
  bottom: -300px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .probox .pic7 {
  width: 20%;
  border-right: none;
  right: -300px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .yybox {
  position: relative;
  width: 100%;
}
.page_index .yybox .yylist {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.page_index .yybox .yylist .item {
  width: 9.4%;
  height: 340px;
  float: left;
  position: relative;
  transition: all 1s;
}
.page_index .yybox .yylist .item.active {
  width: 34%;
}
.page_index .yybox .yylist .item.active .bg1 {
  display: none;
}
.page_index .yybox .yylist .item.active .bg2 {
  display: block;
}
.page_index .yybox .yylist .item.active .desc {
  display: -webkit-box !important;
}
.page_index .yybox .yylist .item .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.page_index .yybox .yylist .item .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  display: none;
}
.page_index .yybox .yylist .item .con {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_index .yybox .yylist .item .con.active .tubiao {
  display: none;
}
.page_index .yybox .yylist .item .con.active .tubiao.cur {
  display: block;
}
.page_index .yybox .yylist .item .con.active .t1 {
  width: auto;
}
.page_index .yybox .yylist .item .con.active .t1,
.page_index .yybox .yylist .item .con.active .t2,
.page_index .yybox .yylist .item .con.active .shuzi {
  color: #fff;
}
.page_index .yybox .yylist .item .con:hover {
  background: rgba(1, 78, 148, 0.4);
}
.page_index .yybox .yylist .item .con:hover .tubiao {
  display: none;
}
.page_index .yybox .yylist .item .con:hover .tubiao.cur {
  display: block;
}
.page_index .yybox .yylist .item .con:hover .t1,
.page_index .yybox .yylist .item .con:hover .t2,
.page_index .yybox .yylist .item .con:hover .shuzi {
  color: #fff;
}
.page_index .yybox .yylist .item .con .tubiao {
  background-color: #000000;
  margin: 0 auto 0 auto;
}
.page_index .yybox .yylist .item .con .tubiao.cur {
  display: none;
}
.page_index .yybox .yylist .item .con .tubiao.pic1 {
  width: 28px;
  height: 37px;
}
.page_index .yybox .yylist .item .con .tubiao.pic2 {
  width: 37px;
  height: 38px;
}
.page_index .yybox .yylist .item .con .tubiao.pic3 {
  width: 37px;
  height: 31px;
}
.page_index .yybox .yylist .item .con .tubiao.pic4 {
  width: 40px;
  height: 35px;
}
.page_index .yybox .yylist .item .con .tubiao.pic5 {
  width: 37px;
  height: 35px;
}
.page_index .yybox .yylist .item .con .tubiao.pic6 {
  width: 35px;
  height: 36px;
}
.page_index .yybox .yylist .item .con .tubiao.pic7 {
  width: 38px;
  height: 36px;
}
.page_index .yybox .yylist .item .con .t1 {
  font-size: 20px;
  color: #000000;
  text-align: center;
  width: 20px;
  margin: 20px auto 0 auto;
}
.page_index .yybox .yylist .item .con .t2 {
  font-size: 14px;
  color: #000000;
  text-align: center;
  text-transform: Capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_index .yybox .yylist .item .con .desc {
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: none;
  margin-top: 4px;
}
.page_index .yybox .yylist .item .con .shuzi {
  font-size: 30px;
  font-family: Avanti;
  font-weight: 400;
  color: #000000;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.page_index .yybox .kuai {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 310px;
  height: 310px;
  background-color: #014e94;
}
.page_index .newsbox {
  position: relative;
}
.page_index .newsbox.going .dlist .item {
  top: 0;
  opacity: 1;
}
.page_index .newsbox .newsbg {
  width: 1239px;
  height: 213px;
  position: absolute;
  right: 0;
  top: -100px;
}
.page_index .newsbox .dlist {
  margin-left: 100px;
  position: relative;
  z-index: 9;
  display: flex;
}
.page_index .newsbox .dlist .item {
  width: 440px;
  height: 456px;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-right: 30px;
  position: relative;
  top: -300px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .newsbox .dlist .item:hover .picbox .pic {
  transform: scale(1.1);
}
.page_index .newsbox .dlist .item:hover .con .title {
  color: #014e94;
}
.page_index .newsbox .dlist .item:hover .con .foot .f2 {
  color: #014e94;
}
.page_index .newsbox .dlist .item .picbox {
  width: 440px;
  height: 278px;
  overflow: hidden;
}
.page_index .newsbox .dlist .item .picbox .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 440px;
  height: 278px;
  transition: all 0.6s;
}
.page_index .newsbox .dlist .item .con {
  padding: 0 30px;
  box-sizing: border-box;
}
.page_index .newsbox .dlist .item .con .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_index .newsbox .dlist .item .con .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 16px;
  max-width: 100%;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page_index .newsbox .dlist .item .con .foot {
  margin-top: 16px;
}
.page_index .newsbox .dlist .item .con .foot .f1 {
  float: left;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 400;
  color: #999999;
}
.page_index .newsbox .dlist .item .con .foot .f2 {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.page_index .newsbox .kuai {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 640px;
  height: 386px;
  background-color: #014e94;
}
.page_index .newsbox .kuai a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-top: 100px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}
.page_index .newsbox .kuai a:hover .t3::after {
  width: 34px;
}
.page_index .newsbox .kuai a .t1 {
  font-size: 40px;
  color: #eeeeee;
  text-transform: uppercase;
  line-height: 40px;
}
.page_index .newsbox .kuai a .t2 span {
  font-size: 34px;
  color: #eeeeee;
  margin-top: 10px;
}
.page_index .newsbox .kuai a .t2 span:first-child {
  font-weight: bold;
}
.page_index .newsbox .kuai a .t3 {
  position: relative;
  font-size: 14px;
  color: #eeeeee;
  margin-top: 80px;
}
.page_index .newsbox .kuai a .t3::after {
  transition: all 0.4s;
  width: 14px;
  height: 2px;
  background-color: #eeeeee;
  content: "";
  position: absolute;
  left: 66px;
  top: 10px;
}
.page_index .aboutbox {
  position: relative;
}
.page_index .aboutbox.going .tupian {
  left: 0;
  opacity: 1;
}
.page_index .aboutbox.going .right {
  right: 0;
  opacity: 1;
}
.page_index .aboutbox .tupian {
  position: absolute;
  top: 0;
  left: -500px;
  width: 742px;
  height: 682px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .aboutbox .tupian:hover .shadow {
  background: #00000066;
}
.page_index .aboutbox .tupian .shadow {
  position: absolute;
  background: #00000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: background 0.4s;
}
.page_index .aboutbox .tupian .play {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}
.page_index .aboutbox .right {
  float: right;
  width: 968px;
  position: relative;
  right: -600px;
  opacity: 0;
  transition: all 1.5s;
}
.page_index .aboutbox .right .jianjie {
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  text-indent: 2em;
  margin-top: 30px;
}
.page_index .aboutbox .right .piclist {
  margin-top: 20px;
}
.page_index .aboutbox .right .piclist .item {
  width: 300px;
  display: block;
  overflow: hidden;
  margin-right: 34px;
  position: relative;
  float: left;
}
.page_index .aboutbox .right .piclist .item:hover img {
  transform: scale(1.1);
}
.page_index .aboutbox .right .piclist .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 200px;
  transition: all 0.6s;
}
.page_index .aboutbox .right .piclist .item span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 200px;
  position: relative;
  z-index: 9;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.page_index .aboutbox .right .piclist .item:last-child {
  margin-right: 0;
}
.page_index .aboutbox .right .taglist {
  width: 100%;
  margin-top: 10px;
}
.page_index .aboutbox .right .taglist .item {
  width: 50%;
  float: left;
  margin-top: 20px;
}
.page_index .aboutbox .right .taglist .item:hover .a1 img {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.page_index .aboutbox .right .taglist .item .a1 {
  width: 46px;
  height: 56px;
  float: left;
  position: relative;
}
.page_index .aboutbox .right .taglist .item .a1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page_index .aboutbox .right .taglist .item .a2 {
  margin-left: 20px;
  float: left;
  width: calc(100% - 66px);
}
.page_index .aboutbox .right .taglist .item .a2 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_index .aboutbox .right .taglist .item .a2 p:first-child {
  font-size: 20px;
  color: #1a1a1a;
  margin: 0;
}
.page_index .aboutbox .right .taglist .item .a2 p:last-child {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
  margin: 0;
  margin-top: 4px;
}
.com_title .hang1 {
  color: #999999;
  font-size: 40px;
  text-transform: uppercase;
}
.com_title .hang2 {
  position: relative;
  height: 46px;
}
.com_title .hang2 .left {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding-right: 30px;
  z-index: 9;
}
.com_title .hang2 .left span {
  font-size: 30px;
  color: #000000;
}
.com_title .hang2 .left span:first-child {
  font-weight: bold;
}
.com_title .hang2 .right {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 18px;
}
.com_title .hang2 .right span {
  display: block;
  float: left;
}
.com_title .hang2 .right span:first-child {
  background-color: #f6f6f6;
  width: calc(100% - 24px);
  height: 2px;
}
.com_title .hang2 .right span:last-child {
  width: 14px;
  height: 2px;
  background-color: #014e94;
  margin-left: 10px;
}
.com_title .hang2 .txt {
  position: absolute;
  right: 0;
  top: -8px;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
}
.com_title2 .pleft {
  float: left;
}
.com_title2 .pleft p {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.com_title2 .pright {
  float: right;
}
.com_title2 .pright a {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  padding-right: 80px;
  position: relative;
  line-height: 45px;
}
.com_title2 .pright a:hover::after {
  width: 30px;
}
.com_title2 .pright a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #014e94;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
}
.page_hezuo .dlist {
  overflow: hidden;
  text-align: center;
}
.page_hezuo .dlist .item {
  width: 32%;
  float: left;
  margin: 0 2% 40px 0;
  overflow: hidden;
}
.page_hezuo .dlist .item:hover .pic img {
  transform: scale(1.1);
}
.page_hezuo .dlist .item:nth-child(3n) {
  margin-right: 0;
}
.page_hezuo .dlist .item .pic {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.page_hezuo .dlist .item .pic .text {
  position: absolute;
  top: 40px;
  left: 60px;
  text-align: start;
}
.page_hezuo .dlist .item .pic .text .p1 {
  font-size: 30px;
  color: #000;
}
.page_hezuo .dlist .item .pic .text .p2 {
  font-size: 16px;
  color: #000;
  margin-top: 24px;
}
.page_hezuo .dlist .item .pic .text .p3 {
  font-size: 16px;
  color: #000;
}
.page_hezuo .dlist .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  transition: all 0.4s;
}
.page_hezuo .dlist .item .pic .xiazai {
  position: absolute;
  right: 60px;
  bottom: 30px;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #014e94;
  border-radius: 30px;
}
.page_zeren {
  background-color: #fff;
}
.page_zeren .ysbox {
  position: relative;
}
.page_zeren .ysbox .ysbg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 960px;
  height: 480px;
  background-image: url(../../yibazhan/images/ysbg1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.page_zeren .ysbox .ysbg2 {
  position: absolute;
  top: 220px;
  right: 0;
  width: 960px;
  height: 720px;
  background-image: url(../../yibazhan/images/ysbg2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.page_zeren .ysbox .ysbg3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 960px;
  height: 400px;
  background-color: #fff;
}
.page_zeren .ysbox .yslist {
  margin: 40px auto auto auto;
  position: relative;
  z-index: 9;
}
.page_zeren .ysbox .yslist .ys1 .pic {
  width: 700px;
  height: 400px;
  float: left;
  margin-left: -60px;
}
.page_zeren .ysbox .yslist .ys1 .pic img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
.page_zeren .ysbox .yslist .ys1 .txt {
  float: left;
  background-color: #fff;
  width: 500px;
  height: 400px;
  padding-left: 80px;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
}
.page_zeren .ysbox .yslist .ys1 .txt .hao {
  font-size: 90px;
  font-family: SimHei;
  font-weight: 400;
  color: #ebebeb;
  margin-top: 10px;
  margin-left: -24px;
}
.page_zeren .ysbox .yslist .ys1 .txt .bt {
  position: relative;
  margin-top: -50px;
}
.page_zeren .ysbox .yslist .ys1 .txt .bt .bta {
  display: inline-block;
  top: 6px;
  position: absolute;
}
.page_zeren .ysbox .yslist .ys1 .txt .bt .bta i {
  display: block;
}
.page_zeren .ysbox .yslist .ys1 .txt .bt .bta i:first-child {
  width: 6px;
  height: 10px;
  background: #80d9a9;
}
.page_zeren .ysbox .yslist .ys1 .txt .bt .bta i:last-child {
  width: 6px;
  height: 10px;
  background: #014e94;
}
.page_zeren .ysbox .yslist .ys1 .txt .bt .btb {
  display: inline-block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding-left: 24px;
}
.page_zeren .ysbox .yslist .ys1 .txt .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-indent: 2em;
  margin-top: 10px;
  z-index: 2;
  position: relative;
}
.page_zeren .ysbox .yslist .ys1 .txt .shuzi {
  position: absolute;
  bottom: 0;
  left: 80px;
  font-size: 200px;
  font-family: Helvetica;
  font-weight: 400;
  color: #ebebeb;
  line-height: 142px;
  z-index: 1;
}
.page_zeren .ysbox .yslist .ys2 .pic {
  width: 620px;
  height: 400px;
  float: right;
  margin-right: -60px;
}
.page_zeren .ysbox .yslist .ys2 .pic img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
.page_zeren .ysbox .yslist .ys2 .txt {
  background-color: #fff;
  width: 580px;
  height: 400px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  float: right;
  position: relative;
}
.page_zeren .ysbox .yslist .ys2 .txt .hao {
  font-size: 90px;
  font-family: SimHei;
  font-weight: 400;
  color: #ebebeb;
  margin-top: 10px;
  margin-left: -24px;
}
.page_zeren .ysbox .yslist .ys2 .txt .bt {
  position: relative;
  margin-top: -50px;
}
.page_zeren .ysbox .yslist .ys2 .txt .bt .bta {
  display: inline-block;
  top: 6px;
  position: absolute;
}
.page_zeren .ysbox .yslist .ys2 .txt .bt .bta i {
  display: block;
}
.page_zeren .ysbox .yslist .ys2 .txt .bt .bta i:first-child {
  width: 6px;
  height: 10px;
  background: #80d9a9;
}
.page_zeren .ysbox .yslist .ys2 .txt .bt .bta i:last-child {
  width: 6px;
  height: 10px;
  background: #014e94;
}
.page_zeren .ysbox .yslist .ys2 .txt .bt .btb {
  display: inline-block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding-left: 24px;
}
.page_zeren .ysbox .yslist .ys2 .txt .desc {
  margin-top: 10px;
}
.page_zeren .ysbox .yslist .ys2 .txt .desc p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  z-index: 2;
  position: relative;
  text-indent: 2em;
}
.page_zeren .ysbox .yslist .ys2 .txt .shuzi {
  position: absolute;
  bottom: 0;
  left: 80px;
  font-size: 200px;
  font-family: Helvetica;
  font-weight: 400;
  color: #ebebeb;
  line-height: 142px;
  z-index: 1;
}
.page_zeren .ysbox .yslist .ys3 .pic {
  width: 580px;
  height: 400px;
  float: left;
  margin-left: 60px;
}
.page_zeren .ysbox .yslist .ys3 .pic img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
.page_zeren .ysbox .yslist .ys3 .txt {
  background-color: #fff;
  width: 560px;
  height: 400px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  float: left;
}
.page_zeren .ysbox .yslist .ys3 .txt .hao {
  font-size: 90px;
  font-family: SimHei;
  font-weight: 400;
  color: #ebebeb;
  margin-top: 10px;
  margin-left: -24px;
}
.page_zeren .ysbox .yslist .ys3 .txt .bt {
  position: relative;
  margin-top: -50px;
}
.page_zeren .ysbox .yslist .ys3 .txt .bt .bta {
  display: inline-block;
  top: 6px;
  position: absolute;
}
.page_zeren .ysbox .yslist .ys3 .txt .bt .bta i {
  display: block;
}
.page_zeren .ysbox .yslist .ys3 .txt .bt .bta i:first-child {
  width: 6px;
  height: 10px;
  background: #80d9a9;
}
.page_zeren .ysbox .yslist .ys3 .txt .bt .bta i:last-child {
  width: 6px;
  height: 10px;
  background: #014e94;
}
.page_zeren .ysbox .yslist .ys3 .txt .bt .btb {
  display: inline-block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding-left: 24px;
}
.page_zeren .ysbox .yslist .ys3 .txt .desc {
  margin-top: 10px;
}
.page_zeren .ysbox .yslist .ys3 .txt .desc p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  z-index: 2;
  position: relative;
  text-indent: 2em;
}
.page_zeren .ysbox .yslist .ys3 .txt .shuzi {
  position: absolute;
  bottom: 0;
  left: 80px;
  font-size: 200px;
  font-family: Helvetica;
  font-weight: 400;
  color: #ebebeb;
  line-height: 142px;
  z-index: 1;
}
.page_prolist {
  background-color: #fff;
}
.com_prolist.going .item {
  left: 0;
  opacity: 1;
}
.com_prolist.going .item:nth-child(2n) {
  transform: translateX(0%);
}
.com_prolist .item {
  width: 48%;
  height: 240px;
  padding: 45px 40px;
  background-color: #f9f9f9;
  margin-right: 4%;
  margin-bottom: 40px;
  float: left;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  left: -300px;
  transition-property: left, opacity, transform;
  transition-duration: 1.5s;
  border: 1px solid #f9f9f9;
}
.com_prolist .item:nth-child(2n) {
  margin-right: 0;
  left: 0;
  transform: translateX(50%);
}
.com_prolist .item:hover {
  border: 1px solid #014e94;
}
.com_prolist .item:hover .chakan {
  display: block;
}
.com_prolist .item .pic {
  float: left;
  width: 150px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 80px;
}
.com_prolist .item .txt {
  float: left;
  width: 395px;
}
.com_prolist .item .txt .title {
  font-size: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.com_prolist .item .txt .sub {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  line-height: 26px;
}
.com_prolist .item .txt .sub p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.com_prolist .item .chakan {
  float: left;
  display: none;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #009d42;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-top: 110px;
}
.page_proinfo {
  background-color: #fff;
}
.page_proinfo .infobox .title {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.page_proinfo .infobox .sw_propic {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  padding: 40px 0;
}
.page_proinfo .infobox .sw_propic .swiper-container {
  width: 500px;
  height: 500px;
}
.page_proinfo .infobox .sw_propic .swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
}
.page_proinfo
  .infobox
  .sw_propic
  .swiper-container
  .swiper-slide-active
  .pic
  .bg {
  opacity: 0;
}
.page_proinfo .infobox .sw_propic .arrow-left {
  background: url(../../yibazhan/images/prev.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.page_proinfo .infobox .sw_propic .arrow-left:hover {
  opacity: 0.6;
}
.page_proinfo .infobox .sw_propic .arrow-right {
  background: url(../../yibazhan/images/next.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.page_proinfo .infobox .sw_propic .arrow-right:hover {
  opacity: 0.6;
}
.page_proinfo .infobox .sub_title {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
.page_proinfo .infobox .sub_title .txt {
  height: 60px;
  width: auto;
  background-color: #014e94;
  line-height: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  display: inline-block;
}
.page_proinfo .infobox .sub_title .txt span {
  font-size: 20px;
  color: #fff;
}
.page_proinfo .infobox .sub_title .txt img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.page_proinfo .infobox .txtlist {
  padding-bottom: 80px;
}
.page_proinfo .infobox .txtlist .item {
  width: 50%;
  float: left;
  text-align: left;
  margin-bottom: 10px;
}
.page_proinfo .infobox .txtlist .item p {
  font-size: 18px;
  color: #000;
}
.page_proinfo .infobox .piclist .item {
  width: 235px;
  height: 90px;
  float: left;
  background-color: #f9f9f9;
  margin-right: 6px;
  box-sizing: border-box;
  padding: 22.5px 20px;
  margin-bottom: 6px;
}
.page_proinfo .infobox .piclist .item:hover .pic {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.page_proinfo .infobox .piclist .item:nth-child(5n) {
  margin-right: 0;
}
.page_proinfo .infobox .piclist .item .pic {
  display: inline-block;
  background-color: #000000;
  background-position: center;
  margin-right: 10px;
  width: 37px;
  height: 37px;
  position: relative;
  top: -4px;
}
.page_proinfo .infobox .piclist .item .txt {
  display: inline-block;
  width: 140px;
}
.page_proinfo .infobox .piclist .item .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_proinfo .infobox .piclist .item .txt p:first-child {
  font-size: 16px;
  color: #000;
}
.page_proinfo .infobox .piclist .item .txt p:last-child {
  font-size: 14px;
  color: #999999;
}
.page_proinfo .infobox .com_prolist .item {
  height: 210px;
  padding: 30px 25px;
}
.page_proinfo .infobox .com_prolist .item .pic {
  margin-right: 20px;
}
.page_proinfo .infobox .com_prolist .item .txt {
  width: 320px;
}
.com_newsinfo .ny_news_show {
  margin: 0 auto;
  padding: 0 80px 30px 80px;
  background: #ffffff;
  box-sizing: border-box;
  border-top: 3px solid #014e94;
}
.com_newsinfo .ny_news_show .ny_news_show_tit {
  text-align: center;
  padding-top: 60px;
}
.com_newsinfo .ny_news_show .ny_news_show_tit h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #333333;
}
.com_newsinfo .ny_news_show .ny_news_show_tit .ny_news_show_tit_bottom {
  position: relative;
  margin: 32px auto 40px;
}
.com_newsinfo .ny_news_show .ny_news_show_tit .ny_news_show_tit_bottom::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.com_newsinfo .ny_news_show .ny_news_show_tit .ny_news_show_tit_bottom div {
  display: inline-block;
  background: #ffffff;
  padding: 0 70px;
  position: relative;
  z-index: 9;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.com_newsinfo .ny_news_show .ny_news_show_tit .ny_news_show_tit_bottom div p {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.com_newsinfo
  .ny_news_show
  .ny_news_show_tit
  .ny_news_show_tit_bottom
  div
  p::after {
  content: "/";
  padding-left: 20px;
}
.com_newsinfo
  .ny_news_show
  .ny_news_show_tit
  .ny_news_show_tit_bottom
  div
  p:last-child::after {
  content: "";
}
.com_newsinfo .ny_news_show .ny_news_show_con {
  font-size: 16px;
  font-weight: 400;
  color: #4c4948;
  line-height: 36px;
  text-align: center;
}
.com_newsinfo .ny_news_show .ny_news_show_con p {
  text-indent: 2em;
  font-size: 14px;
  text-align: left;
}
.com_newsinfo .ny_news_show .ny_news_show_con img {
  max-width: 800px;
  margin: 40px auto;
}
.com_newsinfo .ny_news_show .ny_news_show_con .img_tit {
  text-align: center !important;
}
.com_newsinfo .ny_news_show .ny_news_show_share {
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e0;
}
.com_newsinfo .ny_news_show .ny_news_show_share .ny_news_tag {
  float: left;
}
.com_newsinfo .ny_news_show .ny_news_show_share .ny_news_tag .tag_icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.com_newsinfo .ny_news_show .ny_news_show_share .ny_news_tag .tag {
  padding: 7px 10px;
  background: #eefffa;
  font-size: 16px;
  font-weight: 400;
  color: #014e94;
  margin-left: 10px;
}
.com_newsinfo .ny_news_show .ny_news_show_share .ny_news_tag .tag:hover {
  background: #d1fff1;
}
.com_newsinfo .ny_news_show .ny_news_show_share .ny_news_tag p {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.com_newsinfo .ny_news_show .ny_news_show_share .ny_news_share {
  float: right;
}
.com_newsinfo .ny_news_show .ny_news_show_share .ny_news_share p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  float: left;
  margin-right: 10px;
}
.com_newsinfo .ny_news_show .ny_news_show_share .ny_news_share a {
  margin: -4px 0 0 10px;
  padding: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: cover;
}
.com_newsinfo .ny_news_show .ny_news_show_share .ny_news_share img {
  width: 32px;
  height: 32px;
}
.com_newsinfo .ny_news_show .ny_page {
  padding: 30px 0;
}
.com_newsinfo .ny_news_show .ny_page .prev {
  float: left;
}
.com_newsinfo .ny_news_show .ny_page .next {
  float: right;
  text-align: right;
}
.com_newsinfo .ny_news_show .ny_page a {
  display: inline-block;
  width: 45%;
  font-size: 16px;
  font-weight: 400;
  color: #4c4948;
}
.com_newsinfo .ny_news_show .ny_page a:hover {
  color: #014e94;
}
.page_fuwu {
  background-color: #fff;
}
.page_fuwu .dlist {
  overflow: hidden;
  text-align: center;
}
.page_fuwu .dlist .item {
  width: 390px;
  height: 160px;
  float: left;
  margin: 0 15px 10px 0;
  overflow: hidden;
  text-align: center;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.page_fuwu .dlist .item:hover img {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.page_fuwu .dlist .item:hover .p1 {
  color: #014e94;
}
.page_fuwu .dlist .item:nth-child(3),
.page_fuwu .dlist .item:nth-child(5),
.page_fuwu .dlist .item:nth-child(8) {
  margin-right: 0;
}
.page_fuwu .dlist .item .pic1 {
  width: 44px;
  height: 44px;
  margin-top: 30px;
}
.page_fuwu .dlist .item .pic2 {
  width: 47px;
  height: 41px;
  margin-top: 30px;
}
.page_fuwu .dlist .item .p1 {
  font-size: 18px;
  color: #292626;
  margin-top: 8px;
}
.page_fuwu .dlist .item .p2 {
  font-size: 14px;
  color: #999;
  text-transform: Capitalize;
}
.page_fuwu .dlist .item2 {
  width: 795px;
  height: 160px;
  border: none;
}
.page_fuwu .dlist .item2 .left {
  float: left;
  background-color: #014e94;
  width: 390px;
  height: 160px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 40px;
}
.page_fuwu .dlist .item2 .left .leftp1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.page_fuwu .dlist .item2 .left .leftp2 span {
  font-size: 20px;
  color: #fff;
}
.page_fuwu .dlist .item2 .left .leftp2 span:last-child {
  font-weight: bold;
}
.page_fuwu .dlist .item2 .right {
  float: left;
  width: 405px;
  height: 160px;
  box-sizing: border-box;
  border: 2px solid #014e94;
  padding-top: 40px;
}
.page_fuwu .dlist .item2 .right .rightp1 {
  font-size: 20px;
  color: #014e94;
}
.page_fuwu .dlist .item2 .right .rightp2 {
  text-transform: uppercase;
  font-size: 12px;
  color: #014e94;
  margin-top: 10px;
}
.page_fuwu .dlist2 .item {
  float: left;
  width: 50%;
  height: 140px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 0 30px;
}
.page_fuwu .dlist2 .item:nth-child(2n) {
  border-right: none;
}
.page_fuwu .dlist2 .item .left {
  float: left;
  margin-top: 42.5px;
}
.page_fuwu .dlist2 .item .left img {
  width: 42px;
  height: 50px;
  margin-right: 50px;
  display: inline-block;
}
.page_fuwu .dlist2 .item .left .txt {
  display: inline-block;
  position: relative;
  top: -8px;
}
.page_fuwu .dlist2 .item .left .txt .p1 a {
  display: block;
  font-size: 16px;
  color: #000;
}
.page_fuwu .dlist2 .item .left .txt .p1 a:hover {
  color: #014e94;
}
.page_fuwu .dlist2 .item .left .txt .p2 {
  font-size: 14px;
  color: #999999;
}
.page_fuwu .dlist2 .item .right {
  float: right;
  margin-top: 58px;
}
.page_fuwu .dlist2 .item .right a {
  display: block;
}
.page_fuwu .dlist2 .item .right a:hover span {
  color: #014e94;
}
.page_fuwu .dlist2 .item .right a:hover .mm {
  display: none;
}
.page_fuwu .dlist2 .item .right a:hover .mmcur {
  display: inline-block;
}
.page_fuwu .dlist2 .item .right a .mm {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.page_fuwu .dlist2 .item .right a .mmcur {
  display: none;
}
.page_fuwu .dlist2 .item .right a span {
  font-size: 16px;
  color: #000;
  position: relative;
  top: -2px;
}
.page_fuwu .dlist3 .item {
  width: 280px;
  padding-bottom: 30px;
  margin-right: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  float: left;
  padding-left: 20px;
  position: relative;
}
.page_fuwu .dlist3 .item:hover .xian {
  height: 3px;
}
.page_fuwu .dlist3 .item:nth-child(4n) {
  margin-right: 0;
}
.page_fuwu .dlist3 .item .xian {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 1px;
  background-color: #014e94;
  transition: all 0.4s;
}
.page_fuwu .dlist3 .item .p1 {
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_fuwu .dlist3 .item .p2 {
  margin-top: 10px;
}
.page_fuwu .dlist3 .item .p2 p {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 2px;
}
.page_contact {
  background-color: #fff;
  padding-bottom: 80px;
}
.page_contact .mapbox .left {
  width: 56%;
  float: left;
}
.page_contact .mapbox .left #dituContent {
  height: 816px;
}
.page_contact .mapbox .left img {
  width: 100%;
}
.page_contact .mapbox .right {
  float: right;
  width: 40%;
}
.page_contact .mapbox .right form select {
  width: 38%;
  border: 2px solid #000;
  height: 45px;
  font-size: 14px;
  color: #999999;
  padding: 0 2%;
  font-weight: bold;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../../yibazhan/images/select_xl.png") 90% center no-repeat;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-right: 2%;
}
.page_contact .mapbox .right form input {
  width: 33%;
  border: 2px solid #000;
  height: 45px;
  padding: 0 2%;
  box-sizing: border-box;
  float: left;
  margin-right: 2%;
}
.page_contact .mapbox .right form button {
  width: 25%;
  height: 45px;
  background-color: #000000;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  border: none;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
}
.page_contact .mapbox .right form button:focus {
  border-radius: 0;
}
.page_contact .mapbox .right .shoplist {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 740px;
}
.page_contact .mapbox .right .shoplist.scrollBox {
  overflow-y: auto !important;
}
.page_contact .mapbox .right .shoplist.scrollBox::-webkit-scrollbar {
  width: 6px;
}
.page_contact .mapbox .right .shoplist.scrollBox::-webkit-scrollbar-thumb {
  background: #014e94;
  border-radius: 4px;
}
.page_contact .mapbox .right .shoplist.scrollBox::-webkit-scrollbar-resizer {
  background: #014e94;
}
.page_contact
  .mapbox
  .right
  .shoplist.scrollBox::-webkit-scrollbar-track-piece {
  background: #999;
  border-radius: 4px;
}
.page_contact .mapbox .right .shoplist .item {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.page_contact .mapbox .right .shoplist .item:last-child {
  border-bottom: none;
}
.page_contact .mapbox .right .shoplist .item:hover .sleft .zb,
.page_contact .mapbox .right .shoplist .item.itemMenu .sleft .zb {
  display: none;
}
.page_contact .mapbox .right .shoplist .item:hover .sleft .zb_cur,
.page_contact .mapbox .right .shoplist .item.itemMenu .sleft .zb_cur {
  display: inline-block;
}
.page_contact .mapbox .right .shoplist .item:hover .sright .p1,
.page_contact .mapbox .right .shoplist .item.itemMenu .sright .p1 {
  color: #014e94;
}
.page_contact .mapbox .right .shoplist .item .sleft {
  float: left;
  padding-top: 40px;
  box-sizing: border-box;
  position: relative;
  width: 100px;
  text-align: center;
}
.page_contact .mapbox .right .shoplist .item .sleft::after {
  content: "";
  width: 1px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eeeeee;
}
.page_contact .mapbox .right .shoplist .item .sleft img {
  width: 31px;
  height: 40px;
}
.page_contact .mapbox .right .shoplist .item .sleft .zb_cur {
  display: none;
}
.page_contact .mapbox .right .shoplist .item .sright {
  float: left;
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 20px;
}
.page_contact .mapbox .right .shoplist .item .sright .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_contact .mapbox .right .shoplist .item .sright .p2 p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_jishu {
  background-color: #fff;
}
.page_jishu .yanfa {
  position: relative;
  margin-bottom: 80px;
}
.page_jishu .yanfa .left {
  float: left;
  width: 50%;
}
.page_jishu .yanfa .left .say {
  width: 90%;
  margin-top: 20px;
}
.page_jishu .yanfa .left .say p {
  text-indent: 2em;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  text-align: justify;
  margin-top: 10px;
}
.page_jishu .yanfa .right {
  float: right;
  width: 50%;
}
.page_jishu .yanfa .right img {
  width: 100%;
}
.page_jishu .yanfa .tedian {
  width: 960px;
  height: 320px;
  position: absolute;
  bottom: 4px;
  left: 0;
  background: #014e94;
  box-sizing: border-box;
  padding-left: 360px;
  padding-top: 60px;
}
.page_jishu .yanfa .tedian .item {
  margin-bottom: 20px;
}
.page_jishu .yanfa .tedian .item:hover .pic1 {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.page_jishu .yanfa .tedian .item:last-child {
  margin-bottom: 0;
}
.page_jishu .yanfa .tedian .item .pic1 {
  width: 42px;
  height: 48px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.page_jishu .yanfa .tedian .item .txt {
  display: inline-block;
  color: #fff;
}
.page_jishu .yanfa .tedian .item .txt .p1 {
  font-size: 20px;
}
.page_jishu .yanfa .tedian .item .txt .p2 {
  font-size: 16px;
}
.page_jishu .jiaofu {
  margin-bottom: 100px;
}
.page_jishu .jiaofu .left {
  float: left;
  width: 600px;
}
.page_jishu .jiaofu .left .sblist .item {
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page_jishu .jiaofu .left .sblist .item.zhong {
  background-color: #014e94;
}
.page_jishu .jiaofu .left .sblist .item.zhong .txt {
  display: block;
  background: none;
}
.page_jishu .jiaofu .left .sblist .item.zhong .txt .p1 {
  font-weight: bold;
  font-size: 20px;
}
.page_jishu .jiaofu .left .sblist .item:hover .txt {
  display: block;
}
.page_jishu .jiaofu .left .sblist .item .txt {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(27, 49, 83, 0.8);
  text-align: center;
  box-sizing: border-box;
  padding: 94px 10px 0 10px;
}
.page_jishu .jiaofu .left .sblist .item .txt .p1 {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_jishu .jiaofu .left .sblist .item .txt .p2 {
  margin-top: 4px;
  font-size: 16px;
  color: #fff;
  text-transform: Capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(1) {
  width: 350px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(1) .txt {
  width: 350px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(2) {
  margin-right: 0;
  width: 240px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(2) .txt {
  width: 240px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(3) {
  width: 193px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(3) .txt {
  width: 193px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(4) {
  width: 193px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(4) .txt {
  width: 193px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(5) {
  margin-right: 0;
  width: 193px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(5) .txt {
  width: 193px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(6) {
  width: 240px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(6) .txt {
  width: 240px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(7) {
  margin-right: 0;
  width: 350px;
  height: 240px;
}
.page_jishu .jiaofu .left .sblist .item:nth-child(7) .txt {
  width: 350px;
  height: 240px;
}
.page_jishu .jiaofu .right {
  float: right;
  width: 600px;
  box-sizing: border-box;
  padding-left: 80px;
}
.page_jishu .jiaofu .right .say {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-top: 40px;
}
.page_jishu .jiaofu .right .shuzi .item {
  float: left;
  margin-right: 60px;
}
.page_jishu .jiaofu .right .shuzi .item:last-child {
  margin-right: 0;
}
.page_jishu .jiaofu .right .shuzi .item .p1 span:first-child {
  font-size: 48px;
  color: #014e94;
}
.page_jishu .jiaofu .right .shuzi .item .p1 span:last-child {
  font-size: 20px;
  color: #014e94;
}
.page_jishu .jiaofu .right .shuzi .item .p2 {
  font-size: 16px;
  color: #000000;
}
.page_jishu .jiaofu .right .biaoge {
  margin-top: 50px;
}
.page_jishu .jiaofu .right .biaoge .biao {
  box-sizing: border-box;
  float: left;
}
.page_jishu .jiaofu .right .biaoge .biao:nth-child(1) {
  width: 300px;
  margin-right: 20px;
}
.page_jishu .jiaofu .right .biaoge .biao:nth-child(2) {
  width: 200px;
}
.page_jishu .jiaofu .right .biaoge .biao .item {
  background-color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #014e94;
  border-left: 1px solid #014e94;
  border-right: 1px solid #014e94;
}
.page_jishu .jiaofu .right .biaoge .biao .item.spanl p {
  line-height: 94px;
}
.page_jishu .jiaofu .right .biaoge .biao .item.tou {
  background-color: #014e94;
}
.page_jishu .jiaofu .right .biaoge .biao .item.tou p {
  color: #fff;
}
.page_jishu .jiaofu .right .biaoge .biao .item p {
  line-height: 50px;
}
.page_jishu .jiaofu .right .biaoge .biao .item p:first-child {
  text-align: left;
  width: 50%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_jishu .jiaofu .right .biaoge .biao .item p:last-child {
  text-align: right;
  width: 50%;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_jishu .jiaofu .right .biaoge .biao .item .sp {
  line-height: 50px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
  padding: 20px 0;
}
.page_jishu .jiaofu .right .shuoming {
  width: 100%;
  height: 75px;
  background: #ffffff;
  border: 2px solid #014e94;
  margin-top: 40px;
}
.page_jishu .jiaofu .right .shuoming p {
  float: left;
}
.page_jishu .jiaofu .right .shuoming p:first-child {
  width: 75px;
  height: 75px;
  background-color: #014e94;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  padding: 14px 20px 0 20px;
  box-sizing: border-box;
}
.page_jishu .jiaofu .right .shuoming p:last-child {
  width: calc(100% - 75px);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 10px 0 10px;
}
.page_jishu .gongyi .gylist {
  margin-top: 30px;
}
.page_jishu .gongyi .gylist .item {
  width: 100%;
  height: 80px;
  color: #000000;
}
.page_jishu .gongyi .gylist .item.tou {
  background-color: #014e94 !important;
  font-size: 20px;
  color: #fff !important;
}
.page_jishu .gongyi .gylist .item:nth-child(odd) {
  background-color: #f9f9f9;
}
.page_jishu .gongyi .gylist .item:nth-child(even) {
  background-color: #fff;
}
.page_jishu .gongyi .gylist .item .lie1 {
  width: 33.33%;
  height: 100%;
  float: left;
  display: table;
  text-align: center;
  font-size: 16px;
}
.page_jishu .gongyi .gylist .item .lie1 p {
  display: table-cell;
  vertical-align: middle;
}
.page_jishu .gongyi .gylist .item .lie2 {
  width: 33.33%;
  height: 100%;
  float: left;
  display: table;
  text-align: center;
  font-size: 16px;
}
.page_jishu .gongyi .gylist .item .lie2 p {
  display: table-cell;
  vertical-align: middle;
}
.page_jishu .gongyi .gylist .item .lie3 {
  width: 33.33%;
  height: 100%;
  float: left;
  display: table;
  text-align: center;
  font-size: 16px;
}
.page_jishu .gongyi .gylist .item .lie3 p {
  display: table-cell;
  vertical-align: middle;
}
.page_jishu .gongyi .wenzi {
  font-size: 14px;
  margin-top: 10px;
}
.page_jishu .gongyi .wenzi span {
  color: #000000;
  font-weight: bold;
}
.page_jishu .gongyi .wenzi span:last-child {
  color: #666;
}
.page_jishu .pinpai {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.page_jishu .pinpai .conbox {
  margin-top: 30px;
}
.page_jishu .pinpai .conbox .left {
  float: left;
}
.page_jishu .pinpai .conbox .left img {
  width: 215px;
  height: 298px;
  margin-right: 27px;
}
.page_jishu .pinpai .conbox .left img:last-child {
  margin-right: 0;
}
.page_jishu .pinpai .conbox .right {
  float: right;
  width: 400px;
}
.page_jishu .pinpai .conbox .right p {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}
.page_jishu .zhiliang {
  margin-top: 60px;
}
.page_jishu .zhiliang .zllist .item {
  width: 25%;
  height: 260px;
  position: relative;
  box-sizing: border-box;
  padding-top: 50px;
  float: left;
}
.page_jishu .zhiliang .zllist .item:nth-child(1),
.page_jishu .zhiliang .zllist .item:nth-child(5) {
  background-color: #f9f9f9;
}
.page_jishu .zhiliang .zllist .item:nth-child(2),
.page_jishu .zhiliang .zllist .item:nth-child(4) {
  background-color: #fff;
}
.page_jishu .zhiliang .zllist .item:nth-child(2) .shuzi,
.page_jishu .zhiliang .zllist .item:nth-child(4) .shuzi {
  color: #f9f9f9 !important;
}
.page_jishu .zhiliang .zllist .item:nth-child(3) {
  background-color: #014e94;
  width: 50%;
  padding-left: 40px;
}
.page_jishu .zhiliang .zllist .item:nth-child(3) .hang1 {
  color: #fff;
}
.page_jishu .zhiliang .zllist .item:nth-child(3) .hang2 .left {
  background: none;
}
.page_jishu .zhiliang .zllist .item:nth-child(3) .hang2 .left span {
  color: #fff !important;
}
.page_jishu .zhiliang .zllist .item:nth-child(6) {
  width: 50%;
  background-color: #fff;
  padding-left: 50px;
}
.page_jishu .zhiliang .zllist .item:nth-child(6) .shuzi {
  color: #f9f9f9 !important;
}
.page_jishu .zhiliang .zllist .item:nth-child(6) .p1 {
  text-align: left;
}
.page_jishu .zhiliang .zllist .item .p1 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.page_jishu .zhiliang .zllist .item .p2 {
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
  text-align: center;
}
.page_jishu .zhiliang .zllist .item .shuzi {
  font-size: 120px;
  line-height: 100px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.page_jishu .zhiliang .zllist .item .lis {
  margin-top: 10px;
}
.page_jishu .zhiliang .zllist .item .lis span {
  width: 24%;
  margin-bottom: 10px;
  display: inline-block;
}
.page_about {
  background-color: #fff;
}
.page_about .top1 {
  margin-bottom: 60px;
}
.page_about .top1 .top1left {
  float: left;
  width: 740px;
  height: 660px;
}
.page_about .top1 .top1left img {
  width: 100%;
  height: 100%;
}
.page_about .top1 .top1left .tupian {
  width: 100%;
  height: 100%;
  position: relative;
}
.page_about .top1 .top1left .tupian:hover .shadow {
  background: #00000066;
}
.page_about .top1 .top1left .tupian .shadow {
  position: absolute;
  background: #00000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: background 0.4s;
}
.page_about .top1 .top1left .tupian .play {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}
.page_about .top1 .top1right {
  float: right;
  margin-right: 5%;
  width: 50%;
}
.page_about .top1 .top1right .jianjie {
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  text-indent: 2em;
  margin-top: 30px;
}
.page_about .top1 .top1right .piclist {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.page_about .top1 .top1right .piclist .item {
  width: 300px;
  display: block;
  overflow: hidden;
  margin-right: 24px;
  position: relative;
  float: left;
}
.page_about .top1 .top1right .piclist .item:hover img {
  transform: scale(1.1);
}
.page_about .top1 .top1right .piclist .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 200px;
  transition: all 0.6s;
}
.page_about .top1 .top1right .piclist .item span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 200px;
  position: relative;
  z-index: 9;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.page_about .top1 .top1right .piclist .item:last-child {
  margin-right: 0;
}
.page_about .top1 .top1right .shuzi {
  width: 100%;
  height: 150px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-top: 30px;
}
.page_about .top1 .top1right .shuzi .item {
  float: left;
  text-align: center;
  width: 33.33%;
  height: 150px;
  position: relative;
  box-sizing: border-box;
  padding-top: 24px;
}
.page_about .top1 .top1right .shuzi .item::after {
  width: 1px;
  height: 60px;
  background: #e5e5e5;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
}
.page_about .top1 .top1right .shuzi .item:last-child {
  margin-right: 0;
}
.page_about .top1 .top1right .shuzi .item:last-child::after {
  display: none;
}
.page_about .top1 .top1right .shuzi .item .p1 span:first-child {
  font-size: 42px;
  color: #014e94;
}
.page_about .top1 .top1right .shuzi .item .p1 span:last-child {
  font-size: 20px;
  color: #014e94;
}
.page_about .top1 .top1right .shuzi .item .p2 {
  font-size: 16px;
  color: #000000;
}
.page_about .top2 {
  margin-top: 40px;
}
.page_about .top2 .jglist {
  padding: 40px 0 60px 0;
}
.page_about .top2 .jglist .item {
  float: left;
  width: 22%;
  padding: 30px 0;
  position: relative;
  margin-right: 4%;
}
.page_about .top2 .jglist .item:last-child {
  margin-right: 0;
}
.page_about .top2 .jglist .item:hover .xian1 {
  width: 100%;
}
.page_about .top2 .jglist .item:hover .p1 {
  color: #014e94;
}
.page_about .top2 .jglist .item .xian0 {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #999999;
  z-index: 9;
}
.page_about .top2 .jglist .item .xian1 {
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #014e94;
  transition: all 1s;
  z-index: 99;
}
.page_about .top2 .jglist .item .p1 {
  font-size: 18px;
  color: #000;
  position: relative;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_about .top2 .jglist .item .p2 {
  font-size: 12px;
  color: #000;
  position: relative;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page_about .top2 .jglist .item .diqu {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 40px;
  line-height: 1;
  color: #ccc;
}
.page_fazhan {
  margin-bottom: 80px;
}
.page_fazhan .fazhanbox {
  padding: 0 30px;
}
.page_fazhan .fazhanbox .sw_fazhan {
  background-image: url(../../yibazhan/images/fazhanbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}
.page_fazhan .fazhanbox .sw_fazhan .swiper-container {
  height: 800px;
}
.page_fazhan .fazhanbox .sw_fazhan .swiper-container .swiper-slide {
  background: rgba(0, 0, 0, 0.2);
  width: 14.28%;
  height: 800px;
  box-sizing: border-box;
  padding: 120px 0 120px 0;
  position: relative;
  transition: all 0.4s;
}
.page_fazhan .fazhanbox .sw_fazhan .swiper-container .swiper-slide:hover {
  background: rgba(37, 165, 95, 0.5) !important;
}
.page_fazhan .fazhanbox .sw_fazhan .swiper-container .swiper-slide:hover .pic {
  display: block;
}
.page_fazhan
  .fazhanbox
  .sw_fazhan
  .swiper-container
  .swiper-slide:first-child
  .foot::before {
  content: none;
}
.page_fazhan
  .fazhanbox
  .sw_fazhan
  .swiper-container
  .swiper-slide:last-child
  .foot::after {
  content: none;
}
.page_fazhan .fazhanbox .sw_fazhan .swiper-container .swiper-slide .time {
  font-size: 30px;
  color: #fff;
  margin-left: 30px;
  margin-right: 30px;
}
.page_fazhan .fazhanbox .sw_fazhan .swiper-container .swiper-slide .xian {
  width: 14px;
  height: 2px;
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.page_fazhan .fazhanbox .sw_fazhan .swiper-container .swiper-slide .p1,
.page_fazhan .fazhanbox .sw_fazhan .swiper-container .swiper-slide .p2 {
  font-size: 16px;
  color: #fff;
  margin-left: 30px;
  margin-right: 30px;
}
.page_fazhan .fazhanbox .sw_fazhan .swiper-container .swiper-slide .pic {
  display: none;
  width: 180px;
  height: 120px;
  margin: 30px auto 0 auto;
}
.page_fazhan .fazhanbox .sw_fazhan .swiper-container .swiper-slide .foot {
  position: absolute;
  width: 100%;
  bottom: 120px;
  text-align: center;
}
.page_fazhan
  .fazhanbox
  .sw_fazhan
  .swiper-container
  .swiper-slide
  .foot::after {
  content: "";
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 12px;
  right: 0;
}
.page_fazhan
  .fazhanbox
  .sw_fazhan
  .swiper-container
  .swiper-slide
  .foot::before {
  content: "";
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 12px;
  left: 0;
}
.page_fazhan .fazhanbox .sw_fazhan .swiper-container .swiper-slide .foot p {
  color: #fff;
  font-size: 18px;
}
.page_fazhan
  .fazhanbox
  .sw_fazhan
  .swiper-container
  .swiper-slide:nth-child(even) {
  background: rgba(102, 102, 102, 0.2);
}
.page_fazhan
  .fazhanbox
  .sw_fazhan
  .swiper-container
  .swiper-slide-active
  .pic
  .bg {
  opacity: 0;
}
.page_fazhan .fazhanbox .sw_fazhan .arrow-left {
  background: #ccc;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 100px;
  cursor: pointer;
  text-align: center;
  z-index: 9;
}
.page_fazhan .fazhanbox .sw_fazhan .arrow-left img {
  margin-top: 27px;
}
.page_fazhan .fazhanbox .sw_fazhan .arrow-left:hover {
  background: #014e94;
}
.page_fazhan .fazhanbox .sw_fazhan .arrow-right {
  background: #ccc;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 100px;
  cursor: pointer;
  text-align: center;
  line-height: 100px;
  z-index: 9;
}
.page_fazhan .fazhanbox .sw_fazhan .arrow-right img {
  margin-top: 27px;
}
.page_fazhan .fazhanbox .sw_fazhan .arrow-right:hover {
  background: #014e94;
}
.page_wenhua {
  background-color: #fff;
  position: relative;
}
.page_wenhua .kuai {
  position: absolute;
  left: 0;
  top: 500px;
  width: 380px;
  height: 250px;
  background-color: #014e94;
  padding-top: 140px;
  padding-left: 100px;
  box-sizing: border-box;
}
.page_wenhua .kuai .xian {
  width: 14px;
  height: 2px;
  background-color: #fff;
}
.page_wenhua .kuai .name {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}
.page_wenhua .valuebox {
  position: relative;
}
.page_wenhua .valuebox .left {
  float: left;
}
.page_wenhua .valuebox .dlist {
  float: right;
}
.page_wenhua .valuebox .dlist .item {
  width: 320px;
  float: left;
  margin-right: 25px;
}
.page_wenhua .valuebox .dlist .item:nth-child(1) {
  position: relative;
  top: 60px;
}
.page_wenhua .valuebox .dlist .item:nth-child(2) {
  position: relative;
  top: 0;
}
.page_wenhua .valuebox .dlist .item:nth-child(3) {
  position: relative;
  top: 60px;
}
.page_wenhua .valuebox .dlist .item:nth-child(4) {
  position: relative;
  top: 0;
}
.page_wenhua .valuebox .dlist .item:last-child {
  margin-right: 0;
}
.page_wenhua .valuebox .dlist .item .pic {
  position: relative;
}
.page_wenhua .valuebox .dlist .item .pic img {
  width: 320px;
  height: 320px;
}
.page_wenhua .valuebox .dlist .item .pic .fang1 {
  width: 80px;
  height: 80px;
  background-color: #014e94;
  position: absolute;
  right: 20px;
  bottom: -50px;
}
.page_wenhua .valuebox .dlist .item .pic .fang2 {
  width: 80px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  right: 26px;
  bottom: -56px;
}
.page_wenhua .valuebox .dlist .item .pic .txt {
  position: absolute;
  bottom: -52px;
  right: 42px;
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #009d42;
}
.page_wenhua .valuebox .dlist .item .p1 {
  font-size: 18px;
  font-family: AvantiBold;
  font-weight: 400;
  color: #014e94;
  text-transform: uppercase;
  margin: 20px 0;
}
.page_wenhua .valuebox .dlist .item .p2 {
  font-size: 16px;
  color: #000;
}
.page_wenhua .valuebox .dlist .item .p3 {
  font-size: 14px;
  color: #999;
  text-transform: Capitalize;
}
.page_wenhua .tesebox .item {
  float: left;
  width: 18%;
  height: 306px;
  background-color: #f9f9f9;
  margin-right: 2%;
  box-sizing: border-box;
  position: relative;
}
.page_wenhua .tesebox .item .pic {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_wenhua .tesebox .item .txt {
  position: relative;
  text-align: right;
  padding-right: 30px;
  padding-top: 30px;
  box-sizing: border-box;
}
.page_wenhua .tesebox .item .txt .p1 {
  font-size: 30px;
  color: #000;
}
.page_wenhua .tesebox .item .txt .p2 {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}
.page_wenhua .tesebox .item .txt span {
  font-size: 120px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #eeeeee;
  position: absolute;
  top: -4px;
  left: 40px;
}
.page_wenhua .tesebox .item:last-child {
  margin-right: 0;
}
.page_wenhua .tesebox .item:nth-child(3) {
  background-color: #014e94;
  padding-top: 80px;
  padding-left: 60px;
  width: 40%;
}
.page_wenhua .tesebox .item:nth-child(3) .hang1 {
  color: #fff;
}
.page_wenhua .tesebox .item:nth-child(3) .hang2 .left {
  background-color: #014e94;
}
.page_wenhua .tesebox .item:nth-child(3) .hang2 .left span {
  color: #fff;
}
.page_wenhua .wenbox .left {
  float: left;
  padding-left: 60px;
}
.page_wenhua .wenbox .left .dlist {
  margin-top: 80px;
  padding-left: 30px;
}
.page_wenhua .wenbox .left .dlist .item {
  margin-bottom: 30px;
}
.page_wenhua .wenbox .left .dlist .item:last-child {
  margin-bottom: 0;
}
.page_wenhua .wenbox .left .dlist .item img {
  margin-right: 30px;
  position: relative;
  top: -6px;
}
.page_wenhua .wenbox .left .dlist .item .txt {
  display: inline-block;
}
.page_wenhua .wenbox .left .dlist .item .txt .p1 {
  font-size: 18px;
  color: #000;
}
.page_wenhua .wenbox .left .dlist .item .txt .p2 {
  font-size: 16px;
  color: #999;
}
.page_wenhua .wenbox .right {
  float: right;
  width: 1120px;
  height: 540px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.page_search {
  padding: 60px 0;
}
.page_search .searchbox {
  width: 1400px;
  margin: 0 auto;
}
.page_search .searchbox .title {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.page_search .searchbox .nolist {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 50px auto;
}
.page_search .searchbox .searchlist {
  margin-top: 10px;
}
.page_search .searchbox .searchlist .sitem {
  border-bottom: 1px solid #ebebeb;
  padding: 20px;
}
.page_search .searchbox .searchlist .sitem:last-child {
  border-bottom: none;
}
.page_search .searchbox .searchlist .sitem .hang1 .p1 {
  float: left;
  width: 1000px;
}
.page_search .searchbox .searchlist .sitem .hang1 .p1 span:first-child {
  float: left;
  font-size: 18px;
  color: #fff;
  background: #014e94;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box;
  max-width: 200px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.page_search .searchbox .searchlist .sitem .hang1 .p1 span:last-child {
  font-size: 22px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: bold;
  max-width: 900px;
  box-sizing: border-box;
  padding-left: 10px;
}
.page_search .searchbox .searchlist .sitem .hang1 .p2 {
  float: right;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  padding-top: 4px;
}
.page_search .searchbox .searchlist .sitem .desc {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page_search .pages {
  margin-top: 0.6rem;
  text-align: center;
}
.page_search .pages a {
  display: inline-block;
  min-width: 0.16rem;
  padding: 0 0.14rem;
  line-height: 0.4rem;
  height: 0.4rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
  background: #ffffff;
  border: 0.01rem solid #e0e0e0;
  margin-right: 0.1rem;
}
.page_search .pages a:hover {
  background: #ea5504;
  border: 0.01rem solid transparent;
  color: #ffffff;
}
.page_search .pages .active {
  background: #ea5504;
  border: 0.01rem solid transparent;
  color: #ffffff;
}

@media (max-width: 1200px) {
  header .headbox .left .logo {
    display: inline-block;
    width: 122px;
    height: 33px;
    background: url(../images/logo.png) top left no-repeat;
    background-size: auto 33px;
  }
}
