.header {
  width: 100%;
  height: 132px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(3, 0, 0, 0.5) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .main {
  width: 1200px;
  margin: 0 auto;
}
.header .main .logoRow .logo {
  float: left;
  margin-top: 14px;
}
.header .main .logoRow .searchBox {
  display: flex;
  align-items: center;
  float: right;
  margin-top: 27px;
  position: relative;
}
.header .main .logoRow .searchBox .phone {
  height: 37px;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-left: 48px;
  position: relative;
}
.header .main .logoRow .searchBox .phone::before {
  content: "";
  width: 36px;
  height: 37px;
  background: url(../img/phone_icon.png) center no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
.header .main .logoRow .searchBox .link {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  margin-left: 30px;
}
.header .main .logoRow .searchBox .searchBtn {
  width: 25px;
  height: 23px;
  background: url(../img/search_w.png) center no-repeat;
  margin-left: 19px;
}
.header .main .logoRow .searchBox .searchBox {
  position: absolute;
  bottom: -31px;
  right: 0;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.header .main .logoRow .searchBox .searchBox.on {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: painted;
}
.header .main .logoRow .searchBox .searchBox .search {
  width: 160px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 13px;
  float: left;
}
.header .main .logoRow .searchBox .searchBox .search input {
  display: block;
  background-color: transparent;
  width: 125px;
  height: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
}
.header .main .logoRow .searchBox .searchBox .search a {
  display: block;
  width: 19px;
  height: 18px;
  float: right;
  background: url(../img/search_h.png);
  margin-top: 4px;
  margin-right: 11px;
}
.header .main .logoRow .searchBox .searchBox .close {
  width: 18px;
  height: 18px;
  background: url(../img/close_icon.png) center no-repeat;
  margin-left: 10px;
}
.header .main .navRow {
  width: 1200px;
  margin: 0 auto;
  margin-top: 27px;
}
.header .main .navRow ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
}
.header .main .navRow ul li {
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  padding-bottom: 8px;
}
.header .main .navRow ul li.on dl {
  opacity: 1;
  pointer-events: painted;
  transform: translate(-50%, 0px);
}
.header .main .navRow ul li a {
  text-align: center;
}
.header .main .navRow ul li dl {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translate(-50%, -10px);
  padding: 10px 0;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.header .main .navRow ul li dl dd {
  width: 120px;
  position: relative;
}
.header .main .navRow ul li dl dd a::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/in_icon.png) center no-repeat;
  margin-left: 12px;
  opacity: 0;
  display: none;
}
.header .main .navRow ul li dl dd.hasChlid > a::after {
  opacity: 1;
  display: inline-block;
}
.header .main .navRow ul li dl dd:hover > a {
  background-color: #eeeeee;
  color: #0079c3;
}
.header .main .navRow ul li dl dd > a {
  height: 36px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.header .main .navRow ul li dl dd div {
  display: none;
  width: 440px;
  position: absolute;
  left: 120px;
  top: 0;
  padding-left: 1px;
  background-color: #ffffff;
  padding: 10px 10px;
}
.header .main .navRow ul li dl dd div a {
  display: inline-block;
  /* width: 150px;
  height: 36px; */
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  margin-left: 10px;
  min-width: 100px;
  text-align: left;
}
.header .main .navRow ul li dl dd div a:hover {
  /* background-color: #eeeeee; */
  color: #0079c3;
}
.flexHeader {
  width: 100%;
  height: 66px;
  background-color: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  z-index: 99;
}
.flexHeader .main {
  width: 1200px;
  height: 66px;
  margin: 0 auto;
}
.flexHeader .main .logo {
  width: 314px;
  height: 47px;
  float: left;
  margin-top: 10px;
}
.flexHeader .main .nav {
  float: right;
  max-width: 850px;
}
.flexHeader .main .nav ul {
  padding-top: 25px;
}
.flexHeader .main .nav ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 1px;
  color: #333333;
  float: left;
  margin-right: 18px;
  position: relative;
}
.flexHeader .main .nav ul li.on dl {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: painted;
}
.flexHeader .main .nav ul li:last-of-type {
  margin-right: 0;
}
.flexHeader .main .nav ul li dl {
  position: absolute;
  width: 120px;
  top: 41px;
  left: 50%;
  transform: translate(-50%, -10px);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
}
.flexHeader .main .nav ul li dl::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: -25px;
  left: 0;
}
.flexHeader .main .nav ul li dl dd {
  position: relative;
  display: block;
  background-color: white;
  margin-bottom: 1px;
}
.flexHeader .main .nav ul li dl dd > a {
  display: block;
  padding: 15px 0;
}
.flexHeader .main .nav ul li dl dd a::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/in_icon.png) center no-repeat;
  margin-left: 12px;
  opacity: 0;
  display: none;
}
.flexHeader .main .nav ul li dl dd.hasChlid > a::after {
  opacity: 1;
  display: inline-block;
}
.flexHeader .main .nav ul li dl dd:hover > a {
  background-color: #eeeeee;
  color: #0079c3;
}
.flexHeader .main .nav ul li dl dd div {
  position: absolute;
  width: 430px;
  left: 120px;
  top: 0;
  display: none;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  background-color: #fff;
  text-align: left;
}
.flexHeader .main .nav ul li dl dd div a {
  display: inline-block;
  width: 120px;
  line-height: 1;
  padding: 10px 0;
  /* margin-bottom: 1px; */
  text-align: left;
  margin-left: 15px;
}
.flexHeader .main .nav ul li dl dd div a:hover {
  /* background-color: #eeeeee; */
  color: #0079c3;
}

/* 内页导航样式 */
#navArea .nav_list>.threeDiv{
  /* width: 440px; */
  padding: 10px 0;
}
#navArea .nav_list .sub_Div{
  width: 520px;
  background-color: transparent;
}
#navArea .nav_list .threeDiv>a{
  display: inline-block;
  border: 0;
  min-width: 120px;
  text-align: left;
  margin-left: 10px;
  line-height: 32px;
  color: #fff;
 
}
#navArea .nav_list .threeDiv>a:hover{
  color: #f39801;
}

#navArea .threeDiv{
  background-color: rgba(0, 0, 0, .4);
}



.lzpt {
  position: fixed;
  top: 700px;
  left: 0px;
  z-index: 999;
  width: 130px;
  height: 50px;
  background: url(../../images/lzpt.png) center no-repeat;
  background-size: 100% 100%;
}
.lzpt a {
  display: block;
  width: 100%;
  height: 100%;
}
.zszd {
  display: block;
  position: fixed;
  top: 200px;
  left: 10px;
  z-index: 999;
  width: 130px;
  height: 343px;
  background: url(https://wjbobs.hope55.com/db/UploadFile/2024/9/10/b7e508a9-0e62-48d1-961b-61d60a792d7e.png) center no-repeat;
}
.zszd.on {
  display: none;
}
.zszd #close {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: -15px;
  right: -15px;
  background: url(../../images/close_img.png) center no-repeat;
  cursor: pointer;
}
.zszd a {
  display: block;
  width: 130px;
  height: 40px;
  position: absolute;
  top: 80px;
  left: 0;
}
.window {
  position: fixed;
  top: 306px;
  right: 0px;
  z-index: 999;
}
.window a {
  width: 130px;
  height: 50px;
}
.window a img {
  display: block;
  object-fit: contain;
}
.zhiwang {
  position: fixed;
  top: 245px;
  right: 0px;
  z-index: 999;
}
.zhiwang a {
  width: 130px;
  height: 50px;
}
.zhiwang a img {
  display: block;
  object-fit: contain;
}
.banner {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-button-prev,
.banner .swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: white;
}
.banner .swiper .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 0.4;
  transition: all 0.4s;
}
.banner .swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 60px;
}
.index_title span {
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 3px;
  color: #333333;
  padding-bottom: 21px;
  position: relative;
}
.index_title span::before {
  content: "";
  width: 44px;
  height: 2px;
  background-color: #bfbfbf;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0;
}
.index_title a {
  display: block;
  position: absolute;
  right: 0;
  top: 66px;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: solid 2px #999999;
  line-height: 16px;
  text-align: center;
  border-radius: 11px;
  color: #999999;
}
.row1 {
  height: 700px;
  background: url(../img/row1BG.png) center no-repeat;
}
.row1 .main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.row1 .main .bigNew {
  height: 338px;
  margin-bottom: 40px;
  background-color: #fff;
}
.row1 .main .bigNew .imgBox {
  width: 600px;
  height: 338px;
  float: left;
}
.row1 .main .bigNew .font {
  width: 599px;
  height: 338px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  border-left: none;
  float: right;
  padding: 0 20px;
}
.row1 .main .bigNew .font .date {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: 1px;
  color: #666666;
  padding-top: 47px;
  padding-bottom: 15px;
}
.row1 .main .bigNew .font h3 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 1px;
  color: #333333;
  padding-top: 15px;
  padding-bottom: 10px;
}
.row1 .main .bigNew .font p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
  padding-top: 10px;
  margin-bottom: 25px;
}
.row1 .main .bigNew .font .icon {
  width: 120px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #d6d6d6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row1 .main .bigNew .font .icon i {
  display: block;
  width: 22px;
  height: 18px;
  background: url(../img/more_icon.png) center no-repeat;
}
.row1 .main ul {
  padding-bottom: 61px;
}
.row1 .main ul li {
  width: 396px;
  height: 110px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  float: left;
  margin-right: 6px;
  position: relative;
}
.row1 .main ul li.on {
  border: solid 1px #c8eaff;
}
.row1 .main ul li.on::after {
  opacity: 1;
}
.row1 .main ul li.on::before {
  opacity: 1;
}
.row1 .main ul li::before {
  content: "";
  width: 407px;
  height: 101px;
  background: url(../img/newItemBG.png) center no-repeat;
  position: absolute;
  bottom: -43px;
  left: -6px;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}
.row1 .main ul li::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/item_sanjiao_03.png) center no-repeat;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -6px;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}
.row1 .main ul li:last-of-type {
  margin-right: 0;
}
.row1 .main ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
.row1 .main ul li a .imgBox {
  width: 160px;
  height: 90px;
  float: left;
  margin: 10px 0 10px 10px;
}
.row1 .main ul li a .font {
  width: 205px;
  float: right;
  margin-right: 11px;
}
.row1 .main ul li a .font .date {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: 1px;
  color: #666666;
  padding-top: 20px;
}
.row1 .main ul li a .font h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 1px;
  color: #333333;
  padding-top: 12px;
}
.row2 {
  padding-top: 60px;
  background: url(../img/row2BG.png) bottom no-repeat;
}
.row2 .main {
  width: 1200px;
  margin: 0 auto;
}
.row2 .main .news {
  width: 580px;
  height: 550px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: solid 4px #ffc39a;
}
.row2 .main .news:nth-of-type(even) {
  float: right;
}
.row2 .main .news .newTitle {
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}
.row2 .main .news .newTitle span {
  display: block;
  float: left;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 3px;
  color: #333333;
}
.row2 .main .news .newTitle a {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 13px;
  padding-right: 17px;
  position: relative;
}
.row2 .main .news .newTitle a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: solid 7px #0079c3;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  position: absolute;
  right: 0;
  top: 2px;
}
.row2 .main .news ul li {
  overflow: hidden;
  margin-top: 30px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 30px;
}
.row2 .main .news ul li:hover h3 {
  color: #0186d8;
}
.row2 .main .news ul li .date {
  width: 60px;
  float: left;
  padding-right: 20px;
  height: 48px;
  border-right: solid 1px #e5e5e5;
}
.row2 .main .news ul li .date b {
  display: block;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  margin-top: 1px;
}
.row2 .main .news ul li .date span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #666666;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}
.row2 .main .news ul li h3 {
  width: 438px;
  float: right;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
}
.row2 .videoList {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
.row2 .videoList .swiper {
  width: 1076px;
  margin: 0 auto;
  margin-top: 40px;
}
.row2 .videoList .swiper .swiper-slide {
  height: 360px;
}
.row2 .videoList .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.row2 .videoList .swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.row2 .videoList .swiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/play_icon.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.row2 .videoList .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row2 .videoList .btns {
  width: 100%;
  height: 0;
  position: absolute;
  top: 291px;
  left: 0;
}
.row2 .videoList .btns > div {
  width: 32px;
  height: 80px;
  background-color: #0186d8;
  border-radius: 4px;
  background-image: url(../img/big_right.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.row2 .videoList .btns .fl {
  transform: rotate(180deg);
}
.row3 {
  padding-bottom: 118px;
}
.row3 ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.row3 ul li {
  width: 195px;
  margin: 0px 15px;
}
.row3 ul li .icon {
  width: 106px;
  height: 106px;
  background: url(../img/data_bg.png) center no-repeat;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row3 ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.row3 ul li h3 b {
  display: inline-block;
  font-size: 30px;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0186d8;
}
.row3 ul li h3 span {
  display: inline-block;
  font-size: 18px;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #0186d8;
}
.row3 ul li p {
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 20px;
}
.row5 {
  margin-top: 50px;
  padding-bottom: 50px;
}
.row5 .main {
  width: 1200px;
  margin: 0 auto;
}
.row5 .main .news {
  width: 580px;
  height: 550px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: solid 4px #ffc39a;
}
.row5 .main .news:nth-of-type(even) {
  float: right;
}
.row5 .main .news .newTitle {
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}
.row5 .main .news .newTitle span {
  display: block;
  float: left;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 3px;
  color: #333333;
}
.row5 .main .news .newTitle a {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 13px;
  padding-right: 17px;
  position: relative;
}
.row5 .main .news .newTitle a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: solid 7px #0079c3;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  position: absolute;
  right: 0;
  top: 2px;
}
.row5 .main .news ul li {
  overflow: hidden;
  margin-top: 30px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 30px;
}
.row5 .main .news ul li:hover h3 {
  color: #0186d8;
}
.row5 .main .news ul li .date {
  width: 60px;
  float: left;
  padding-right: 20px;
  height: 48px;
  border-right: solid 1px #e5e5e5;
}
.row5 .main .news ul li .date b {
  display: block;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  margin-top: 1px;
}
.row5 .main .news ul li .date span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #666666;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}
.row5 .main .news ul li h3 {
  width: 438px;
  float: right;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
}
.row4 {
  width: 100%;
  min-height: 350px;
  background: url(../img/row3BG.png) top no-repeat;
  margin-top: 87px;
}
.row4 .w1200 {
  position: relative;
}
.row4 .topPY {
  width: 640px;
  height: 140px;
  background-color: #0186d8;
  position: absolute;
  top: -87px;
  left: 0;
}
.row4 .topPY span {
  display: block;
  width: 313px;
  height: 24px;
  background: url(../img/Title_font.png) center no-repeat;
  margin-top: 51px;
  margin-left: 41px;
  position: relative;
}
.row4 .topPY span::before {
  content: "";
  width: 44px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.row4 dl {
  width: 1200px;
  margin: 0 auto;
  padding-top: 53px;
  padding-bottom: 54px;
}
.row4 dl dt {
  width: 402px;
  height: 297px;
  background-color: rgba(1, 134, 216, 0.54);
  float: left;
  margin-bottom: 6px;
  box-sizing: border-box;
  padding: 40px;
}
.row4 dl dt h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 3px;
  color: #ffffff;
  padding-top: 22px;
  padding-bottom: 24px;
}
.row4 dl dt p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ffffff;
}
.row4 dl dt a {
  display: block;
  width: 80px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  background: url(../img/more_icon_w.png) center no-repeat;
  margin-top: 35px;
}
.row4 dl dd {
  width: 396px;
  height: 297px;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  position: relative;
}
.row4 dl dd a {
  display: block;
  width: 100%;
  height: 100%;
}
.row4 dl dd:hover .font {
  opacity: 1;
}
.row4 dl dd:nth-of-type(2),
.row4 dl dd:nth-of-type(5) {
  margin-right: 0;
}
.row4 dl dd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row4 dl dd .font {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.row4 dl dd .font::before {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  left: 6px;
  box-sizing: border-box;
  border: solid 10px rgba(1, 134, 216, 0.5);
  z-index: 1;
}
.row4 dl dd .font::after {
  content: "";
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: rgba(1, 134, 216, 0.5);
  z-index: 1;
}
.row4 dl dd .font span {
  display: block;
  min-width: 180px;
  height: 54px;
  box-sizing: border-box;
  border: solid 2px rgba(255, 255, 255, 0.5);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.footer {
  width: 100%;
  height: 160px;
  background: url(../img/footer_bg.png) center no-repeat;
}
.footer .w1200 .logo {
  float: left;
  height: 63px;
  padding-top: 47px;
}
.footer .w1200 .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.footer .w1200 .address {
  float: right;
  width: 450px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-top: 40px;
}
.footer .w1200 .address p {
  margin-bottom: 10px;
}
.fangwen {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
  z-index: 999999999;
  margin-left: 115px;
}
.fangwen p {
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  line-height: 18px;
  margin-top: 5px;
}
#fangwen {
  width: 180px;
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 0;
}
#fangwen li a {
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
  padding: 6px 10px;
  text-align: center;
}
#fangwen li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
