html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  position: relative;
  margin: 0;
}
a {
  text-decoration: none;
}
.img_box {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img_box img {
  display: block;
}
.header_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.header {
  position: absolute;
  left: 130px;
  top: 120px;
  z-index: 3;
}
.header .logo img {
  width: 400px;
  display: block;
}
.header .logo .b {
  display: none;
}
.header .h_btn {
  display: none;
}
@media (max-width: 760px) {
  .header {
    position: static;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo img {
    width: 250px;
  }
  .header .logo .a {
    display: none;
  }
  .header .logo .b {
    display: block;
  }
  .header .h_btn {
    display: block;
    padding: 10px 0;
  }
  .header .h_btn img {
    width: 30px;
    display: block;
  }
}
.menu {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background-color: rgba(12, 58, 165, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
.menu ul li {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.menu ul li a {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  padding-left: 20px;
  display: block;
  text-align: center;
  color: white;
  font-size: 22px;
}
.menu ul li ul {
  display: block;
  visibility: hidden;
  z-index: 2;
  width: auto;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding-left: 30px;
  opacity: 0;
  transition: 500ms;
}
.menu ul li ul li {
  margin-bottom: 0;
  background-color: rgba(12, 58, 165, 0.7);
}
.menu ul li ul li a {
  padding: 10px 15px;
  white-space: nowrap;
  text-align: left;
  font-size: 21px;
}
.menu ul li:hover {
  border-right: 3px solid #eb0001;
}
.menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
.menu ul li:hover ul li {
  border-right: 0;
}
.menu ul li:hover ul li:hover {
  border-right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.menu ul li:hover ul li:hover a {
  color: #02389d;
}
@media (max-width: 760px) {
  .menu {
    display: none;
  }
}
@keyframes right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.body_overflow{
  overflow: hidden;
}
@keyframes left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.right {
  animation: right 500ms;
}
.left {
  animation: left 500ms;
}
.menu_hide {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  justify-content: space-between;
  overflow: hidden;
}
.menu_hide ul {
  padding: 0;
  margin: 0;
  z-index: 40;
  width: 60%;
  padding-top: 20px;
  height: 100%;
  background-color: white;
  overflow-y: scroll;
  box-sizing: border-box;
}
.menu_hide ul li {
  width: 100%;
  list-style: none;
}
.menu_hide ul li a {
  width: 100%;
  padding: 8px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  color: black;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_hide ul li a img {
  height: 14px;
  display: block;
}
.menu_hide ul li .pointer {
  pointer-events: none;
}
.menu_hide ul li ul {
  display: none;
  width: 100%;
  height: auto;
  padding-top: 0;
}
.menu_hide ul li ul li a {
  padding: 8px 40px;
}
.menu_hide .Mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
}
.four_img {
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #004fab;
}
.four_img .image img {
  height: 60px;
  display: block;
  margin: 0 auto;
  transition: 600ms;
}
.four_img .image span {
  display: block;
  color: white;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: 2px;
  font-size: 22px;
  transition: 200ms;
}
.four_img .image:hover img {
  transform: rotateY(360deg);
}
.four_img .image:hover span {
  transform: scale(1.2);
}
@media (max-width: 760px) {
  .four_img {
    padding: 30px 0;
  }
  .four_img .image img {
    height: 40px;
  }
  .four_img .image span {
    margin-top: 5px;
    font-size: 15px;
  }
}
.our {
  width: 100%;
  overflow: hidden;
  background: url('../img/003.jpg') no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 60px;
}
.our .ge {
  width: 100%;
  height: 60px;
  background-color: #004fab;
}
.our .box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
}
.our .box .lbox {
  width: 50%;
  margin-top: -60px;
  background-color: white;
  padding: 40px 60px;
  box-sizing: border-box;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.our .box .lbox .title span {
  display: block;
  color: #eb0001;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 50px;
}
.our .box .lbox .title p {
  margin: 10px 0 25px 0;
  color: #004fab;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 30px;
}
.our .box .lbox .title i {
  display: block;
  width: 70px;
  height: 2px;
  background-color: #b0b0b0;
}
.our .box .lbox .text {
  margin-top: 20px;
}
.our .box .lbox .text span {
  display: block;
  width: 100%;
  color: #004fab;
  font-weight: 600;
  font-size: 24px;
}
.our .box .lbox .text p {
  margin: 0;
  margin-top: 30px;
  font-size: 22px;
  text-align: justify;
  line-height: 48px;
}
.our .box .lbox .more {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.our .box .lbox .more a {
  padding: 10px 20px;
  background-color: #004fab;
  border-radius: 40px;
  letter-spacing: 1px;
  color: white;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our .box .lbox .more a img {
  width: 25px;
  display: block;
  margin-left: 8px;
}
.our .box .rbox {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.our .box .rbox .image {
  width: 100%;
}
.our .box .rbox .image img {
  width: 100%;
  display: block;
}
@media (max-width: 1450px) {
  .our .box {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .our .box {
    flex-direction: column;
  }
  .our .box .lbox {
    width: 100%;
  }
  .our .box .rbox {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
  .our .box .rbox .image {
    width: 70%;
  }
}
@media (max-width: 760px) {
  .our {
    padding-bottom: 30px;
  }
  .our .ge {
    height: 20px;
  }
  .our .box .lbox {
    margin-top: -20px;
    padding: 25px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .our .box .lbox .title span {
    font-size: 36px;
  }
  .our .box .lbox .title p {
    margin: 5px 0 15px 0;
    font-size: 20px;
  }
  .our .box .lbox .title i {
    width: 40px;
    height: 2px;
  }
  .our .box .lbox .text {
    margin-top: 10px;
  }
  .our .box .lbox .text span {
    font-size: 17px;
  }
  .our .box .lbox .text p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
  }
  .our .box .lbox .more a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .our .box .lbox .more a img {
    width: 15px;
    margin-left: 8px;
  }
  .our .box .rbox .image {
    width: 100%;
  }
}
.index_title {
  width: 100%;
}
.index_title .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_title .text span {
  font-size: 44px;
  font-weight: 600;
}
.index_title .text strong {
  margin: 0 15px;
  font-size: 36px;
}
.index_title i {
  display: block;
  width: 700px;
  height: 1px;
  background-color: #c1c1c1;
  margin: 5px auto 20px auto;
  position: relative;
}
.index_title i:before {
  content: '';
  width: 140px;
  height: 3px;
  background: linear-gradient(to right, #004fab 0%, #004fab 50%, #eb0001 50%, #eb0001 100%);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
}
.index_title p {
  margin: 0;
  color: #646464;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0px;
}
@media (max-width: 760px) {
  .index_title .text span {
    font-size: 24px;
  }
  .index_title .text strong {
    margin: 0 8px;
    font-size: 22px;
  }
  .index_title i {
    width: 85%;
    margin: 5px auto 10px auto;
  }
  .index_title i:before {
    width: 80px;
    margin-left: -40px;
  }
  .index_title p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
}
.product {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  background-color: #f1f1f1;
}
.product img {
  display: block;
}
.product .box {
  width: 1600px;
  margin: 0 auto;
  margin-top: 60px;
}
.product .box .column {
  width: 100%;
  display: flex;
}
.product .box .column .more {
  width: 200px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}
.product .box .column .more a {
  padding: 10px 25px;
  border-radius: 30px;
  background-color: #004fab;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .box .column .more a img {
  width: 25px;
  margin-left: 8px;
}
.product .box .column .list {
  width: calc(100% - 200px);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.product .box .column .list a {
  display: block;
  font-size: 18px;
  color: black;
  margin: 10px 20px 40px 20px;
}
.product .box .tbox {
  width: 100%;
  padding: 50px 0;
  margin-top: 10px;
  background: url('../img/007.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
.product .box .tbox span {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
}
.product .box .tbox span:nth-child(1) {
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 44px;
}
.product .box .tbox span:nth-child(2) {
  font-size: 19px;
  margin-top: 10px;
}
.product .box .tbox .phone {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.product .box .tbox .phone p {
  margin: 0;
  background-color: #eb0001;
  padding: 5px 15px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .box .tbox .phone p img {
  width: 28px;
}
.product .box .tbox .phone p strong {
  color: white;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-left: 8px;
}
.product .box .bbox_1 {
  width: 100%;
  height: 260px;
  display: flex;
}
.product .box .bbox_1 .more {
  width: 400px;
  height: 100%;
  position: relative;
}
.product .box .bbox_1 .more .more_img {
  width: 100%;
  height: 100%;
}
.product .box .bbox_1 .more .more_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .box .bbox_1 .more .hover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.product .box .bbox_1 .more .hover .img_box {
  width: 60px;
  height: 60px;
  border: 3px solid white;
}
.product .box .bbox_1 .more .hover .img_box img {
  width: 30px;
}
.product .box .bbox_1 .more .hover span {
  color: white;
  font-size: 18px;
  display: block;
  margin-top: 8px;
}
.product .box .bbox_2 {
  display: none;
}
@media (max-width: 1600px) {
  .product .box {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .product .box .column .list a {
    margin: 10px 15px 40px 15px;
  }
  .product .box .bbox_1 .mySwiper2 {
    width: calc(100% - 200px);
  }
  .product .box .bbox_1 .more {
    width: 200px;
  }
}
@media (max-width: 760px) {
  .product {
    padding: 30px 0;
  }
  .product .box {
    margin-top: 25px;
  }
  .product .box .column .more {
    width: 90px;
  }
  .product .box .column .more a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .product .box .column .more a img {
    width: 12px;
    margin-left: 2px;
  }
  .product .box .column .list {
    width: calc(100% - 90px);
  }
  .product .box .column .list a {
    font-size: 12px;
    margin: 5px 6px 10px 6px;
  }
  .product .box .tbox {
    padding: 25px 0;
  }
  .product .box .tbox span:nth-child(1) {
    font-size: 22px;
  }
  .product .box .tbox span:nth-child(2) {
    font-size: 12px;
    margin-top: 10px;
  }
  .product .box .tbox .phone {
    margin-top: 20px;
  }
  .product .box .tbox .phone p img {
    width: 20px;
  }
  .product .box .tbox .phone p strong {
    font-size: 16px;
    margin-left: 4px;
  }
  .product .box .bbox_1 {
    display: none;
  }
  .product .box .bbox_2 {
    width: 100%;
    display: block;
    display: flex;
    flex-flow: row wrap;
  }
  .product .box .bbox_2 a {
    width: 50%;
    padding: 10px 10px 10px 10px;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #818181;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .product .box .bbox_2 a .image {
    width: 49%;
  }
  .product .box .bbox_2 a .image img {
    width: 100%;
  }
  .product .box .bbox_2 a .text {
    width: 49%;
  }
  .product .box .bbox_2 a .text strong {
    display: block;
    width: 100%;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
  }
  .product .box .bbox_2 a .text span {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3a3a3a;
    font-size: 16px;
  }
  .product .box .bbox_2 a .text p {
    margin: 0;
    margin-top: 5px;
    font-size: 12px;
    color: #4f4f4f;
    text-align: justify;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .product .box .bbox_2 a .text .img {
    width: 100%;
    margin-top: 8px;
  }
  .product .box .bbox_2 a .text .img .img_box {
    width: 20px;
    height: 20px;
    border: 1px solid #8a8a8a;
    transition: 500ms;
  }
  .product .box .bbox_2 a .text .img .img_box img {
    width: 8px;
  }
  .product .box .bbox_2 a .text .img .img_box .b {
    display: none;
  }
  .product .box .bbox_2 a:nth-child(n+4) {
    display: none;
  }
  .product .box .bbox_2 .more {
    display: block!important;
    padding: 0;
    border: 0;
    position: relative;
  }
  .product .box .bbox_2 .more .more_img {
    width: 100%;
    height: 100%;
  }
  .product .box .bbox_2 .more .more_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product .box .bbox_2 .more .hover {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .product .box .bbox_2 .more .hover .img_box {
    width: 40px;
    height: 40px;
    border: 2px solid white;
  }
  .product .box .bbox_2 .more .hover .img_box img {
    width: 20px;
  }
  .product .box .bbox_2 .more .hover span {
    color: white;
    font-size: 15px;
    display: block;
    margin-top: 8px;
  }
}
.youshi {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  background: url('../img/006.jpg') no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.youshi img {
  display: block;
}
.youshi .box {
  width: 1300px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.youshi .box .list {
  width: 260px;
  box-sizing: border-box;
  padding-bottom: 20px;
  background: linear-gradient(to bottom, transparent 0%, transparent 130px, #004fab 130px, #004fab 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.youshi .box .list .tbox {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: 400ms;
}
.youshi .box .list .tbox p {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 400ms;
}
.youshi .box .list .tbox p span {
  display: block;
  color: black;
  font-size: 30px;
  transition: 400ms;
}
.youshi .box .list .tbox p span:nth-child(2) {
  font-weight: 600;
}
.youshi .box .list .text {
  width: 100%;
  margin: 20px 0;
  padding: 0 20px;
  box-sizing: border-box;
  color: white;
  text-align: justify;
  font-size: 16px;
}
.youshi .box .list .image {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.youshi .box .list .image img {
  width: 100%;
}
.youshi .box .list:hover .tbox {
  background-color: #4a99ea;
}
.youshi .box .list:hover .tbox p {
  width: 240px;
  height: 240px;
  border: 20px solid #004fab;
}
.youshi .box .list:hover .tbox p span {
  color: white;
}
@media (max-width: 1400px) {
  .youshi .box {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .youshi .box {
    justify-content: space-around;
  }
  .youshi .box .list {
    margin: 0 30px 40px 30px;
  }
}
@media (max-width: 760px) {
  .youshi .box {
    justify-content: space-between;
  }
  .youshi .box .list {
    margin: 0 0 30px 0;
    width: 220px;
    padding-bottom: 10px;
    background: linear-gradient(to bottom, transparent 0%, transparent 110px, #004fab 110px, #004fab 100%);
  }
  .youshi .box .list .tbox {
    width: 220px;
    height: 220px;
  }
  .youshi .box .list .tbox p {
    width: 140px;
    height: 140px;
  }
  .youshi .box .list .tbox p span {
    font-size: 22px;
  }
  .youshi .box .list .text {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 14px;
  }
  .youshi .box .list .image {
    padding: 0 10px;
  }
  .youshi .box .list:hover .tbox {
    background-color: #4a99ea;
  }
  .youshi .box .list:hover .tbox p {
    width: 200px;
    height: 200px;
    border: 15px solid #004fab;
  }
  .youshi .box .list:hover .tbox p span {
    color: white;
  }
}
@media (max-width: 540px) {
  .youshi {
    padding: 40px 0;
  }
  .youshi .box {
    margin-top: 30px;
  }
  .youshi .box .list {
    width: 160px;
    background: linear-gradient(to bottom, transparent 0%, transparent 80px, #004fab 80px, #004fab 100%);
  }
  .youshi .box .list .tbox {
    width: 160px;
    height: 160px;
  }
  .youshi .box .list .tbox p {
    width: 100px;
    height: 100px;
  }
  .youshi .box .list .tbox p span {
    font-size: 18px;
  }
  .youshi .box .list:hover .tbox {
    background-color: #4a99ea;
  }
  .youshi .box .list:hover .tbox p {
    width: 140px;
    height: 140px;
    border: 10px solid #004fab;
  }
  .youshi .box .list:hover .tbox p span {
    color: white;
  }
}
@media (max-width: 370px) {
  .youshi .box .list {
    width: 140px;
    background: linear-gradient(to bottom, transparent 0%, transparent 70px, #004fab 70px, #004fab 100%);
  }
  .youshi .box .list .tbox {
    width: 140px;
    height: 140px;
  }
}
.two_box {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.two_box img {
  display: block;
}
.two_box a {
  width: 50%;
  padding: 80px 60px;
  box-sizing: border-box;
  background-image: repeating-linear-gradient(to right, #f4f4f4, #bbc6da);
  display: flex;
  justify-content: space-between;
}
.two_box a .box {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.two_box a .box .title span {
  color: #386ab1;
  display: block;
  white-space: nowrap;
}
.two_box a .box .title span:nth-child(1) {
  font-size: 50px;
}
.two_box a .box .title span:nth-child(2) {
  font-size: 22px;
  text-transform: uppercase;
}
.two_box a .box p {
  margin: 0;
  margin-top: 40px;
  color: #4a4a4a;
  text-align: justify;
  font-size: 18px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.two_box a .box .img {
  margin-top: 80px;
}
.two_box a .box .img .img_box {
  width: 54px;
  height: 54px;
  border: 4px solid #6090c7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
}
.two_box a .box .img .img_box img {
  width: 25px;
}
.two_box a .image {
  width: 50%;
  overflow: hidden;
}
.two_box a .image img {
  width: 100%;
  transition: 300ms;
}
.two_box a:hover .box .img .img_box {
  margin-left: 60px;
}
.two_box .anli {
  align-items: center;
}
.two_box .zizhi {
  align-items: flex-end;
}
.two_box .zizhi .image {
  margin-bottom: -80px;
}
@media (max-width: 1200px) {
  .two_box {
    flex-flow: row wrap;
  }
  .two_box a {
    width: 100%;
  }
  .two_box .zizhi {
    background-image: repeating-linear-gradient(to left, #f4f4f4, #bbc6da);
  }
  .two_box .zizhi .box {
    order: 2;
  }
  .two_box .zizhi .box span {
    text-align: right;
    direction: rtl;
  }
  .two_box .zizhi .image {
    order: 1;
  }
}
@media (max-width: 760px) {
  .two_box a {
    padding: 30px 20px;
  }
  .two_box a .box {
    width: 47%;
  }
  .two_box a .box .title span:nth-child(1) {
    font-size: 24px;
  }
  .two_box a .box .title span:nth-child(2) {
    font-size: 14px;
  }
  .two_box a .box p {
    margin-top: 10px;
    font-size: 15px;
  }
  .two_box a .box .img {
    margin-top: 20px;
  }
  .two_box a .box .img .img_box {
    width: 26px;
    height: 26px;
    border: 2px solid #6090c7;
  }
  .two_box a .box .img .img_box img {
    width: 10px;
  }
  .two_box a:hover .box .img .img_box {
    margin-left: 30px;
  }
  .two_box .zizhi .image {
    margin-bottom: -30px;
  }
}
.anli_list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
}
.anli_list a {
  width: 25%;
  display: block;
  position: relative;
  overflow: hidden;
}
.anli_list a img {
  width: 100%;
  display: block;
}
.anli_list a .hover {
  transform: translateY(100%);
  transition: 500ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 79, 171, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.anli_list a .hover .img_box {
  width: 60px;
  height: 60px;
  border: 3px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anli_list a .hover .img_box img {
  width: 25px;
}
.anli_list a .hover span {
  display: block;
  margin-top: 20px;
  color: white;
  font-size: 22px;
}
.anli_list a:nth-child(n+5) {
  display: none;
}
.anli_list a:hover .hover {
  transform: translateY(0);
}
@media (max-width: 760px) {
  .anli_list a {
    width: 50%;
  }
  .anli_list a .hover .img_box {
    width: 50px;
    height: 50px;
    border: 2px solid white;
  }
  .anli_list a .hover .img_box img {
    width: 20px;
  }
  .anli_list a .hover span {
    margin-top: 10px;
    font-size: 18px;
  }
}
.zizhi_list {
  width: 100%;
  overflow: hidden;
  background: url('../img/015.jpg') no-repeat;
  background-size: cover;
}
.zizhi_list img {
  display: block;
}
.zizhi_list .box_1 {
  width: 1600px;
  height: 260px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
}
.zizhi_list .box_1 .more {
  width: 400px;
  height: 100%;
  position: relative;
}
.zizhi_list .box_1 .more .more_img {
  width: 100%;
  height: 100%;
}
.zizhi_list .box_1 .more .more_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zizhi_list .box_1 .more .hover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.zizhi_list .box_1 .more .hover .img_box {
  width: 60px;
  height: 60px;
  border: 3px solid white;
}
.zizhi_list .box_1 .more .hover .img_box img {
  width: 30px;
}
.zizhi_list .box_1 .more .hover span {
  color: white;
  font-size: 18px;
  display: block;
  margin-top: 8px;
}
.zizhi_list .box_2 {
  display: none;
}
@media (max-width: 1650px) {
  .zizhi_list .box_1 {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .zizhi_list .box_1 .more {
    width: 200px;
  }
  .zizhi_list .box_1 .mySwiper3 {
    width: calc(100% - 200px);
  }
}
@media (max-width: 760px) {
  .zizhi_list .box_1 {
    display: none;
  }
  .zizhi_list .box_2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-flow: row wrap;
  }
  .zizhi_list .box_2 .more {
    padding: 0;
    border: 0;
    position: relative;
  }
  .zizhi_list .box_2 .more .more_img {
    width: 100%;
    height: 100%;
  }
  .zizhi_list .box_2 .more .more_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .zizhi_list .box_2 .more .hover {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zizhi_list .box_2 .more .hover .img_box {
    width: 40px;
    height: 40px;
    border: 2px solid white;
  }
  .zizhi_list .box_2 .more .hover .img_box img {
    width: 20px;
  }
  .zizhi_list .box_2 .more .hover span {
    color: white;
    font-size: 15px;
    display: block;
    margin-top: 8px;
  }
  .zizhi_list .box_2 a {
    width: 50%;
  }
  .zizhi_list .box_2 a img {
    width: 100%;
  }
  .zizhi_list .box_2 a:nth-child(n+5) {
    display: none;
  }
}
.new {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.new img {
  display: block;
}
.new .box {
  width: 1600px;
  margin: 0 auto;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.new .box a {
  display: block;
  width: 30%;
  box-sizing: border-box;
  padding: 40px;
}
.new .box a .text span {
  display: block;
  color: white;
  font-size: 20px;
  font-weight: 600;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new .box a .text p {
  color: white;
  margin: 0;
  margin-top: 15px;
  line-height: 25px;
  color: #3f3f3f;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new .box a .time {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #4a4a4a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new .box a .time span {
  display: block;
  font-weight: 600;
  color: #636363;
  font-family: '黑体';
  font-size: 24px;
}
.new .box a .time .img_box {
  width: 28px;
  height: 28px;
  background-color: #747474;
}
.new .box a .time .img_box img {
  width: 13px;
}
.new .box a .time .img_box .b {
  display: none;
}
.new .box a:hover {
  background: url('../img/016.jpg') no-repeat;
  background-size: cover;
}
.new .box a:hover .text span {
  color: white;
}
.new .box a:hover .text p {
  color: white;
}
.new .box a:hover .time {
  border-top: 1px solid white;
}
.new .box a:hover .time span {
  color: white;
}
.new .box a:hover .time .img_box {
  background-color: white;
}
.new .box a:hover .time .img_box .a {
  display: none;
}
.new .box a:hover .time .img_box .b {
  display: block;
}
.new .box a:nth-child(n+4) {
  display: none;
}
@media (max-width: 1650px) {
  .new .box {
    width: 90%;
  }
}
@media (max-width: 1250px) {
  .new .box a {
    width: 32%;
  }
}
@media (max-width: 1000px) {
  .new .box {
    flex-flow: row wrap;
  }
  .new .box a {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .new {
    padding: 40px 0 30px 0;
  }
  .new .box {
    margin-top: 30px;
  }
  .new .box a {
    padding: 20px;
  }
  .new .box a .text span {
    font-size: 18px;
  }
  .new .box a .text p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
  }
  .new .box a .time {
    margin-top: 20px;
    padding-top: 15px;
  }
  .new .box a .time span {
    font-size: 18px;
  }
  .new .box a .time .img_box {
    width: 24px;
    height: 24px;
  }
  .new .box a .time .img_box img {
    width: 10px;
  }
}
.href {
  width: 1600px;
  display: flex;
  background-color: white;
  margin: 0 auto;
  padding: 20px 30px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.href .title span {
  width: 100px;
  box-sizing: border-box;
  display: block;
  color: #004fab;
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
  border-left: 4px solid #004fab;
  margin-top: 13px;
}
.href .list {
  width: calc(100% - 100px);
  display: flex;
  flex-flow: row wrap;
}
.href .list a {
  display: block;
  color: #004fab;
  font-size: 18px;
  padding: 10px 20px;
  border-right: 1px solid #bebebe;
  margin: 5px 0;
}
@media (max-width: 1650px) {
  .href {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .href {
    padding: 10px;
  }
  .href .title span {
    width: 70px;
    font-size: 15px;
    padding-left: 5px;
    border-left: 2px solid #004fab;
    margin-top: 10px;
  }
  .href .list {
    width: calc(100% - 70px);
  }
  .href .list a {
    font-size: 14px;
    padding: 2px 8px;
    margin: 3px 0;
  }
}
.foot {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 80px 0;
  margin-top: -50px;
  background: url('../img/018.jpg') no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.foot img {
  display: block;
}
.foot .box {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.foot .box .lbox {
  width: calc(90% - 380px);
}
.foot .box .lbox .logo {
  width: 85%;
}
.foot .box .lbox .logo img {
  width: 100%;
}
.foot .box .lbox .content {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.foot .box .lbox .content .text {
  margin-bottom: 45px;
}
.foot .box .lbox .content .text span {
  display: block;
  color: white;
  font-size: 28px;
  margin-bottom: 45px;
}
.foot .box .lbox .content .text span:nth-last-child(1) {
  margin-bottom: 0;
}
.foot .box .lbox .content .erwei {
  display: flex;
  margin-bottom: 45px;
}
.foot .box .lbox .content .erwei .image {
  padding: 5px;
  border: 1px solid white;
  margin: 0 10px;
}
.foot .box .lbox .content .erwei .image .image_box {
  padding: 8px;
  background-color: #01418d;
  border: 1px solid white;
}
.foot .box .lbox .content .erwei .image .image_box img {
  width: 140px;
}
.foot .box .lbox .content .erwei .image .image_box span {
  color: white;
  display: block;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
}
.foot .box .rbox {
  width: 380px;
  display: flex;
}
.foot .box .rbox .text {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: white;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.foot .box .rbox .text p {
  margin: 0;
  margin-bottom: 30px;
  position: relative;
}
.foot .box .rbox .text p strong {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 24px;
  color: #004fab;
}
.foot .box .rbox .text p span {
  display: block;
  color: #004fab;
  font-size: 20px;
  padding-left: 35px;
}
.foot .box .rbox .text p:nth-last-child(1) {
  margin-bottom: 0;
}
.foot .box .hbox {
  width: calc(100% - 380px);
  box-sizing: border-box;
  padding: 15px 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: rgba(1, 65, 141, 0.7);
}
.foot .box .hbox span {
  width: 100%;
  display: block;
  text-align: right;
  color: white;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1550px) {
  .foot .box {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .foot .box .lbox {
    width: calc(100% - 380px);
  }
  .foot .box .lbox .logo {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .foot .box .lbox {
    width: calc(100% - 320px);
  }
  .foot .box .lbox .content .erwei .image .image_box img {
    width: 100px;
  }
  .foot .box .lbox .content .erwei .image .image_box span {
    font-size: 16px;
  }
  .foot .box .rbox {
    width: 320px;
  }
  .foot .box .rbox .text p strong {
    font-size: 20px;
  }
  .foot .box .rbox .text p span {
    font-size: 16px;
    padding-left: 30px;
  }
  .foot .box .hbox {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .foot .box .lbox {
    width: 100%;
  }
  .foot .box .lbox .content {
    margin-top: 30px;
  }
  .foot .box .lbox .content .text {
    width: 100%;
    margin-bottom: 25px;
  }
  .foot .box .lbox .content .text span {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .foot .box .lbox .content .erwei {
    width: 100%;
    justify-content: center;
    margin-bottom: 25px;
  }
  .foot .box .rbox {
    width: 280px;
    margin: 0 auto;
  }
  .foot .box .rbox .text {
    padding: 20px 10px;
  }
  .foot .box .rbox .text p {
    margin-bottom: 20px;
  }
  .foot .box .rbox .text p strong {
    font-size: 16px;
    top: -2px;
  }
  .foot .box .rbox .text p span {
    font-size: 14px;
    padding-left: 25px;
  }
  .foot .box .hbox {
    margin-top: 20px;
    padding: 10px 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .foot .box .hbox span {
    font-size: 12px;
    text-align: center;
    line-height: 24px;
  }
}
@media (max-width: 760px) {
  body {
    min-height: calc(100% - 60px);
    padding-bottom: 60px;
  }
}
.foot_copyright {
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_copyright .fc {
  text-decoration: none;
  color: #004fab;
  font-size: 12px;
  margin: 0 4px;
}
@media (max-width: 760px) {
  .foot_copyright {
    bottom: 60px;
  }
}
.tabber {
  width: 100%;
  height: 60px;
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.tabber a {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tabber a img {
  height: 22px;
  display: block;
}
.tabber a span {
  display: block;
  font-size: 16px;
  color: white;
  margin-left: 3px;
}
.tabber a:nth-child(1) {
  background-color: #eb0001;
}
.tabber a:nth-child(2) {
  background-color: #004fab;
}
@media (max-width: 760px) {
  .tabber {
    display: flex;
  }
}
.common_image {
  width: 100%;
  position: relative;
}
.common_image .logo {
  position: absolute;
  left: 110px;
  top: 90px;
}
.common_image .logo img {
  width: 400px;
  display: block;
}
.common_image .image {
  width: 100%;
}
.common_image .image img {
  width: 100%;
  display: block;
}
.common_image .image .b {
  display: none;
}
@media (max-width: 760px) {
  .common_image .logo {
    left: 30px;
    top: 40px;
    border-radius: 30px;
  }
  .common_image .logo img {
    width: 220px;
  }
  .common_image .image .a {
    display: none;
  }
  .common_image .image .b {
    display: block;
  }
}
.menu2 {
  width: 100%;
  height: 80px;
  background-color: #004fab;
}
.menu2 ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu2 ul li {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 5px;
  position: relative;
}
.menu2 ul li a {
  text-decoration: none;
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 18px;
}
.menu2 ul li ul {
  display: none;
  width: auto;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding-top: 10px;
  border-radius: 5px;
}
.menu2 ul li ul li {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.menu2 ul li ul li a {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  white-space: nowrap;
  color: black;
}
.menu2 ul li:nth-last-child(1) {
  margin-right: 0;
}
.menu2 ul .active a {
  background-color: white;
  color: black;
}
.menu2 ul li:hover a {
  background-color: white;
  color: black;
}
.menu2 ul li:hover ul {
  display: block;
}
.menu2 ul li:hover ul li a {
  background-color: white;
  color: black;
}
.menu2 ul li:hover ul li:hover a {
  background-color: #1154cf;
  color: white;
}
@media (max-width: 1200px) {
  .menu2 ul li a {
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .menu2 {
    height: auto;
  }
  .menu2 ul {
    flex-flow: row wrap;
  }
  .menu2 ul li {
    width: 25%;
    padding: 10px 0;
    box-sizing: border-box;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
  }
  .menu2 ul li a {
    width: auto;
    padding: 5px 8px;
    text-align: center;
  }
  .menu2 ul li:nth-child(n+5) {
    border-bottom: 0;
  }
  .menu2 ul li:nth-child(4n) {
    border-right: 0;
  }
  .menu2 ul li:hover ul {
    display: none;
  }
}
.common {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}
.common .commonbox {
  width: 1200px;
  margin: 0 auto;
  min-height: 500px;
}
.common .commonbox .common_title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #676767;
}
.common .commonbox .common_title .ge {
  width: 50px;
  height: 5px;
  background-color: #ff9915;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .common .commonbox {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .common {
    padding-top: 10px;
  }
  .common .commonbox .common_title {
    font-size: 20px;
  }
  .common .commonbox .common_title .ge {
    width: 40px;
    height: 3px;
  }
}
.com_our {
  width: 100%;
}
.com_our .com_our_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}
.com_our .time {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #636363;
}
.com_our .com_our_content {
  width: 100%;
  margin-top: 10px;
  text-align: justify;
}
.com_our .com_our_content img {
  max-width: 100%;
}
.com_column_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_column_box .column {
  width: 200px;
  height: 100%;
}
.com_column_box .column h2 {
  width: 100%;
  padding: 10px 0;
  letter-spacing: 2px;
  color: black;
  text-align: center;
  background-color: #e5e8eb;
  margin: 0;
  font-size: 20px;
}
.com_column_box .column .column_active {
  background-color: #004fab;
  color: white;
}
.com_column_box .column a {
  display: block;
  text-decoration: none;
  position: relative;
  width: calc(100% - 22px);
  text-align: center;
  padding: 15px 10px;
  color: #6c6c6c;
  font-size: 18px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.com_column_box .column a:hover {
  background-color: #004fab;
  color: white;
}
.com_column_box .com_content_box {
  width: calc(100% - 220px);
}
@media (max-width: 1200px) {
  .com_column_box {
    flex-direction: column;
    justify-content: center;
  }
  .com_column_box .column {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px 0;
    border: 0;
  }
  .com_column_box .column h2 {
    display: none;
  }
  .com_column_box .column a {
    width: auto;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #386ab1;
    margin-right: 15px;
    color: white;
    white-space: nowrap;
  }
  .com_column_box .column a:before {
    display: none;
  }
  .com_column_box .column a:after {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):before {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):after {
    display: none;
  }
  .com_column_box .com_content_box {
    width: 100%;
  }
}
.com_product_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.com_product_box a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
}
.com_product_box a .image {
  overflow: hidden;
}
.com_product_box a .image img {
  display: block;
  width: 100%;
}
.com_product_box a span {
  display: block;
  width: calc(100% - 10px);
  padding: 8px 5px;
  text-align: center;
  color: white;
  background-color: #004fab;
}
.com_product_box a:hover .image img {
  transform: scale(1.2);
  transition: 300ms;
}
.com_product_box a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 760px) {
  .com_product_box a {
    width: calc((100% - 20px) / 2);
  }
  .com_product_box a:nth-child(3n) {
    margin-right: 20px;
  }
  .com_product_box a:nth-child(2n) {
    margin-right: 0;
  }
}
.pagination {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .btn-group {
  width: 200px;
  margin: 5px 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pagination .btn-group .pagebtn_a,
.pagination .btn-group .pagebtn_s {
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pagination .btn-group .pagebtn_s {
  color: #bebebe;
  border: 1px solid #bebebe;
}
.pagination .btn-group .pagebtn_a {
  text-decoration: none;
  color: black;
  border: 1px solid black;
}
.pagination .btn-group .pagebtn_a:hover {
  background-color: #004ac2;
  color: white;
  cursor: pointer;
}
.com_new_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_new_box a {
  display: block;
  width: 47%;
  box-sizing: border-box;
  padding: 40px;
}
.com_new_box a .text span {
  display: block;
  color: white;
  font-size: 20px;
  font-weight: 600;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.com_new_box a .text p {
  color: white;
  margin: 0;
  margin-top: 15px;
  line-height: 25px;
  color: #3f3f3f;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.com_new_box a .time {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #4a4a4a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com_new_box a .time span {
  display: block;
  font-weight: 600;
  color: #636363;
  font-family: '黑体';
  font-size: 24px;
}
.com_new_box a .time .img_box {
  width: 28px;
  height: 28px;
  background-color: #747474;
}
.com_new_box a .time .img_box img {
  width: 13px;
}
.com_new_box a .time .img_box .b {
  display: none;
}
.com_new_box a:hover {
  background: url('../img/016.jpg') no-repeat;
  background-size: cover;
}
.com_new_box a:hover .text span {
  color: white;
}
.com_new_box a:hover .text p {
  color: white;
}
.com_new_box a:hover .time {
  border-top: 1px solid white;
}
.com_new_box a:hover .time span {
  color: white;
}
.com_new_box a:hover .time .img_box {
  background-color: white;
}
.com_new_box a:hover .time .img_box .a {
  display: none;
}
.com_new_box a:hover .time .img_box .b {
  display: block;
}
@media (max-width: 760px) {
  .com_new_box a {
    width: 100%;
    padding: 20px;
  }
  .com_new_box a .text span {
    font-size: 18px;
  }
  .com_new_box a .text p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
  }
  .com_new_box a .time {
    margin-top: 20px;
    padding-top: 15px;
  }
  .com_new_box a .time span {
    font-size: 18px;
  }
  .com_new_box a .time .img_box {
    width: 24px;
    height: 24px;
  }
  .com_new_box a .time .img_box img {
    width: 10px;
  }
}
