:root {
  --max: 1200px;
  --font48: 48px;
  --font34: 34px;
  --font24: 24px;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
  --line36: 36px;
  --margin60: 60px;
  --top40: 40px;
}

.hertre {
  width: 100%;
  z-index: 999;
  height: 90px;
  position: relative;
  background: #fff;
}

.hertre_cen {
  width: 1450px;
  max-width: calc(100% - 30px);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.logo {
  width: 200px;
  overflow: hidden;

}

.logo img {
  width: 100%;
  height: auto;
}

.nav {
  width: max-content;
  margin-left: auto;
}

.nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav ul li {
  font-size: var(--font16);
  color: #333333;
  text-align: center;
  position: relative;
  margin-right: 40px;
  line-height: 90px;
}

.nav ul li:last-child {
  display: none;
}

.nav_ul{
    width: max-content;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0,0,0,0.2);
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 999;
    transition: auto;
}
.nav_ul a{
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 26px;
    padding: 10px 20px;
}
/* .nav ul li:hover{
  color: #003052;
}
.nav ul li.nav_cen{
  color: #003052;
} */
.suosou {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.suosou img {
  width: 100%;
  height: 100%;
}

.suosou form {
  width: 600px;
  max-width: calc(100% - 30px);
  height: 50px;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  box-shadow: 0px 0px 20px 4px rgb(0, 0, 0, 0.3);
  z-index: 999;
}

.suosou form .seach_t {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
  font-size: var(--font14);
  color: #333333;
}

.suosou form .seach_s {
  width: 16px;
  height: 16px;
  background: inherit;
  background-image: url(../image/asda_06.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.content {
  width: max-content;
  border-left: 1px solid #eaeaea;
  padding-left: 40px;
  margin: 0 40px;
}

.content a {
  display: block;
  width: 140px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: var(--font16);
  color: #003052;
  border: 1px solid #003052;
}

.content a:hover {
  background: #003052;
  color: #fff;
}

.en {
  width: max-content;
  height: 40px;
  position: relative;
  background-image: url(../image/asda_08.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-right: 40px;
  font-size: var(--font16);
  color: #003052;
}

.en p {
  background-image: url(../image/asda_11.jpg);
  background-position: right center;
  line-height: 40px;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  padding-right: 20px;
  font-size: var(--font16);
  color: #003052;
}

.en ul {
  width: max-content;
  overflow: hidden;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.3);
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  transition: auto;
}

.en ul li {
  font-size: 12px;
  color: #000;
  line-height: 26px;
}

.an {
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  right: 0%;
  top: 5px;
  transition: all 0.5s;
  z-index: 99;
}


.container {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-pagination {
  bottom: 30px !important;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mySwiper .swiper-pagination {
  bottom: 10px !important;
}

.mySwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: rgba(255, 255, 255, 0.5);
}

.mySwiper .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: white;
}

.banner_text {
  width: var(--max);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gy {
  width: var(--max);
  overflow: hidden;
  margin: var(--margin60) auto;
}

.gg>p {
  text-align: center;
  font-size: var(--font48);
  color: #f4f4f4;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.gg>h1 {
  text-align: center;
  font-size: var(--font34);
  color: #333333;
  line-height: 1;
  margin-top: -15px;
  font-weight: bold;
}

.lx_text {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top40);
  font-size: var(--font18);
  color: #333333;
  line-height: var(--line36);
}

.lx a {
  display: block;
  width: max-content;
  background: #003052;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 5px;
  margin: auto;
  margin-top: var(--top40);
  font-size: var(--font14);
  color: #fff;
}

.hz {
  width: calc(var(--max) + 150px);
  margin: var(--margin60) auto;
}

.hz h1 {
  text-align: center;
  font-size: var(--font24);
  color: #333333;
}

.hz_swiper {
  width: 100%;
  margin-top: var(--top40);
  position: relative;
}

.hz_swiper .swiper-button-next,
.hz_swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  transform: translateY(-50%);
  top: 50%;
}

.hz_swiper .swiper-button-next img,
.hz_swiper .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.hz_swiper .swiper-button-next {
  right: 0;
}

.hz_swiper .swiper-button-prev {
  left: 0;
}

.hz_swiper .swiper-button-next::after,
.hz_swiper .swiper-button-prev::after {
  content: "";
}

.hz_swiper .mySwiper_hz {
  width: calc(100% - 130px);
}

.hz_swiper .swiper-slide {
  height: 7vw;
  box-shadow: 5px 5px 5px 2px rgb(0, 0, 0, 0.2);
  display: flex;
}

.hz_swiper .swiper-slide img {
  max-width: 60%;
  max-height: 50%;
  margin: auto;
}

.hz_swiper .swiper-slide:hover img {
  transform: scale(1.2)
}


.mySwiper_hz {
  padding: 8px !important;
}

.lx {
  width: var(--max);
  overflow: hidden;
  margin: var(--margin60) auto;
}

.lx_max {
  width: 100%;
  overflow: hidden;
  margin-top: var(--margin60);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lx_l {
  width: 500px;
  overflow: hidden;
}

.lx_l ul {
  width: 100%;
  overflow: hidden;
}

.lx_l ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--top40);
}

.lx_l ul li img {
  width: 18px;
  height: auto;
}

.lx_l ul li p {
  width: calc(100% - 30px);
  overflow: hidden;
  font-size: var(--font18);
  color: #333333;
  font-weight: bold;
}

.map {
  width: 100%;
  height: 250px;
  border: 1px solid #666666;
  transition: auto;
}

.map img,
.map div {
  transition: auto;
}

#allmap {
  width: 100%;
  height: 100%;
}

.lx_r {
  width: calc(100% - 580px);
  overflow: hidden;
}

.lx_r form {
  width: 100%;
  overflow: hidden;
}

.lx_r form label {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.lx_r form label p {
  width: 100px;
  font-size: var(--font14);
  color: #333333;
  text-align: right;
  line-height: 32px;
}

.lx_r form label span {
  color: #ec1010;
}

.lx_r form label input {
  width: calc(100% - 110px);
  height: 32px;
  background: #f5f5f5;
  border: none;
  padding: 15px;
  font-size: var(--font14);
  color: #999999;
}

.lx_r form label textarea {
  width: calc(100% - 110px);
  height: 170px;
  background: #f5f5f5;
  border: none;
  padding: 15px;
  font-size: var(--font14);
  color: #999999;
  resize: none;
  font-family: "微软雅黑";
}

.lx_r form .submit {
  width: 100px;
  height: 40px;
  background: #ec1010;
  border: none;
  border-radius: 5px;
  margin: auto;
  display: block;
  font-size: var(--font14);
  color: #fff;
  cursor: pointer;
}

.layui-layer {
  transition: auto;
}

.fa {
  width: var(--max);
  overflow: hidden;
  margin: var(--margin60) auto;
}

.fa ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.fa ul li {
  width: 30%;
  overflow: hidden;
  margin-top: var(--margin60);
  background: #003052;
  border-radius: 20px;
  margin-left: 5%;
  padding: var(--margin60) 0;
  position: relative;
}

.fa ul li:nth-child(3n+1) {
  margin-left: 0%;
}

.misdkdfoi{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   background: #fff;
   border-radius: 20px;
   top: 100%;
   left: 0;
   display: flex;
   flex-wrap: wrap;
       align-content: center;
}
.fa ul li:hover .misdkdfoi{
    top: 0;
}
.misdkdfoi h2{
    width: 100%;
    font-size: var(--font18);
    color: #000;
    text-align: center;
}
.misdkdfoi_p{
    width: 100%;
    font-size: var(--font14);
    color: #000;
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
}
.misdkdfoi a{
    width: 100%;
    display:block;
     font-size: var(--font14);
    color: #0085e3;
    text-align: center;
    margin-top: 50px;
}

.fa_img {
  width: 80%;
  height: 10vw;
  display: flex;
  margin: auto;
}

.fa_img img {
  max-width: 50%;
  height: 50%;
  margin: auto;
}

.fa ul li:hover img {
  transform: rotate(360deg)
}

.fa ul li p {
  text-align: center;
  font-size: var(--font18);
  color: #ffffff;
}

.fl {
  width: var(--max);
  margin: 30px auto;
}

.mbx {
  width: 100%;
  font-size: var(--font14);
  color: #999999;
}

.mbx a:last-child {
  color: #0085e3;
  font-weight: bold;
}

.fl_max {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fl_l {
  width: 250px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.1)
}

.fl_l_top {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--font18);
  color: #ffffff;
  height: 60px;
  background: #0085e3;
}

.fl_l_top img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.fl_l ul {
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
}

.fl_l ul li {
  width: 100%;
  overflow: hidden;
  border-top: 1px dashed #eaeaea;
  padding: 25px 0;
}

.fl_l ul li>a {
  font-size: var(--font14);
  color: #333333;
  display: block;
  font-weight: bold;
  text-align: center;
}

.fl_l ul li.fl_nav>a {
  color: #0085e3;
}

.fl_r {
  width: calc(100% - 270px);
}

.fl_r_top {
  font-size: var(--font14);
  color: #666666;
  line-height: var(--line36);
}

.fl_r_top img {
  width: 100%;
  height: auto;
}

.fl_title {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top40);
  font-size: var(--font18);
  color: #0085e3;
  font-weight: bold;
  background-image: url(../image/uhhj_09.jpg);
  background-size: 12px 18px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.fl_r ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.fl_r ul li {
  width: 32%;
  overflow: hidden;
  margin-left: 2%;
  margin-top: 30px;
}

.fl_r ul li:nth-child(3n+1) {
  margin-left: 0%;
}

.fl_r ul li img {
  width: 100%;
  height: 17vw;
  object-fit: cover;
  border-radius: 10px;
}

.fl_r ul li h1 {
  text-align: center;
  font-size: var(--font18);
  color: #333333;
  margin-top: 20px;
  font-weight: bold;
}

.page {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: var(--top40);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.page .active,
.page .total {
  display: inline-block;
  font-size: 12px;
  padding: 5px 8px;
  color: #999;
  border: 1px solid #999;
  margin: 0px 3px;
  border-radius: 5px;
}

.page .active {
  background: #003052;
  border: 1px solid #003052;
  color: #fff;
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child {
  color: #999;
  border: 1px solid #999;
  background: #fff;
}

.xg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.xg_max {
  width: 32%;
  overflow: hidden;
  margin-left: 2%;
  margin-top: 30px;
  box-shadow: 0px 0px 5px 1px rgb(0, 0, 0, 0.1);
}

.xg_max:nth-child(3n+1) {
  margin-left: 0%;
}

.xg_img {
  width: 100%;
  height: 10vw;
  display: flex;
}

.xg_img img {
  max-width: 70%;
  max-height: 70%;
  margin: auto;
}

.xg_max h1 {
  text-align: center;
  font-size: var(--font16);
  color: #0085e3;
  font-weight: bold;
}

.xg_max p {
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
  margin: 20px auto;
  font-size: var(--font14);
  line-height: 20px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.xg_max:hover.xg_img img {
  transform: scale(1.2);
}

.fl_show {
  width: 100%;
  margin-top: 10px;
}

.fl_show a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
}

.cp {
  width: var(--max);
  margin: var(--margin60) auto;
}

.cp_max {
  width: 100%;
  margin-top: var(--margin60);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cp_r ul li:nth-child(-n+3) {
  margin-top: 0px;
}

.cp_r ul li p {
  text-align: center;
  font-size: var(--font14);
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.cpxq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cpxq_l {
  width: 300px;
  height: 300px;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.1);
  display: flex;
}

.cpxq_l img {
  max-width: 50%;
  max-height: 50%;
  margin: auto;
}

.cpxq_r {
  width: calc(100% - 340px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.cpxq_r h1 {
  width: 100%;
  font-size: var(--font18);
  color: #0085e3;
  font-weight: bold;
}

.cpxq_r p {
  width: 100%;
  font-size: var(--font14);
  color: #666666;
  line-height: var(--line36);
  margin-top: 15px;
}

.cpxq_r a {
  width: 192px;
  line-height: 44px;
  background: #e31c3c;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: auto;
}

.cpxq_bottom {
  width: 100%;
  overflow: hidden;
  margin-top: var(--margin60);
}

.cpxq_p {
  width: 100%;
  overflow: hidden;
  background: #f1f9ff;
  display: flex;
  flex-wrap: wrap;
}

.cpxq_p p {
  font-size: var(--font14);
  color: #333333;
  padding: 0 20px;
  line-height: 50px;
  cursor: pointer;
}

.cpxq_p p.cpxq_p_a {
  background: #0085e3;
  color: #fff;
}

.cpxq_b {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.cpxq_text {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}

.wenzi {
  width: calc(100% - 270px);
}

.wenzi>h1 {
  font-size: var(--font18);
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.wenzi>p {
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
}

.wenzi ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}


.wenzi ul li {
  width: 32%;
  overflow: hidden;
  margin-left: 2%;
  margin-top: 20px;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
}

.wenzi ul li:nth-child(3n+1) {
  margin-left: 0%;
}

.wenzi_x {
  width: 100%;
  height: 215px;
  display: flex;
}

.wenzi ul li img {
  max-width: 60%;
  max-height: 60%;
  margin: auto;
}
.wenzi ul li:hover img{
  transform: scale(1.2)
}
.wenzi ul li h1 {
  text-align: center;
  font-size: var(--font16);
  color: #0085e3;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.wenzi ul li p {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin: 15px auto;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tw{
  width: var(--max);
  margin: 30px auto;
}
.tw .cp_max{
  margin-top: 30px;
}
.wenzi ul li:hover{
  border: 1px solid #0085e3;
}

.twp {
  width: calc(100% - 270px);
}

.twp>h1 {
  font-size: var(--font18);
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.twp>p {
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}
.twp_fen{
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.twp_fen a{
  width: 150px;
  line-height: 34px;
  display: block;
  font-size: var(--font14);
  color: #0085e3;
  background: #e5f4ff;
  border-radius: 5px;
  text-align: center;
  margin: 0 15px;
}
.twp_fen a.twp_a{
  background: #0085e3;
  color: #fff;
}
.twp ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}


.twp ul li {
  width: 32%;
  overflow: hidden;
  margin-left: 2%;
  margin-top: 20px;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
}

.twp ul li:nth-child(3n+1) {
  margin-left: 0%;
}


.twp ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.twp ul li h1 {
  text-align: center;
  font-size: var(--font16);
  color: #0085e3;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 15px;
}

.twp ul li p {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin: 15px auto;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.twp ul li:hover{
  border: 1px solid #0085e3;
}
.twp_text{
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}
.xinwen{
  width: 100%;
  overflow: hidden;
  margin: var(--margin60) auto;
}
.xinwen ul{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.xinwen ul li{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.xinwen_max{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f5f5f5;
}
.xinwen_max img{
  width: 250px;
  height: auto;
  object-fit: cover;
}

.panrg{
  width: var(--max);
  overflow: hidden;
  margin: auto;
}
.xinwen_r{
  width: calc(100% - 280px);
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xinwen_r>p{
  width: 120px;
  font-size: var(--font14);
  color: #666666;
  font-weight: bold;
}
.xinwen_mou{
  width: calc(100% - 120px);
  overflow: hidden;
}
.xinwen_mou h1{
  font-size: var(--font18);
  color: #333333;
  font-weight: bold;
}
.xinwen_mou p{
  font-size: var(--font14);
  color: #333333;
  font-weight: bold;
  margin-top: 10px;
}
.xinwen ul li:hover,
.xinwen ul li:hover .xinwen_max{
  background: #003052;
}
.xinwen ul li:hover .xinwen_r>p,
.xinwen ul li:hover .xinwen_mou h1,
.xinwen ul li:hover .xinwen_mou p{
  color: #fff;
}
.xw_shwo{
  width: var(--max);
  overflow: hidden;
  margin: var(--margin60) auto;
}
.xw_shwo>h1{
  text-align: center;
  font-size: var(--font24);
  color: #333333;
  font-weight: bold;
}
.tink{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tink p{
  font-size: var(--font14);
  color: #999999;
  margin: 0 20px;
}
.xw_shwo_text{
  width: 100%;
  overflow: hidden;
  font-size: var(--font14);
  color: #333333;
  line-height: var(--line36);
  margin-top: 30px;
}
.xw_shwo_text img{
  width: 100%;
  height: auto;
}
.hzzna{
  width: var(--max);
  overflow: hidden;
  margin: var(--margin60) auto;
}
.hzzna ul{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.hzzna ul li{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  
}
.hzzna ul li a{
display: block;
width: 100%;
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hz_tem{
  width: 200px;
  overflow: hidden;
  background: #003052;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.hz_tem p{
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: var(--line36);
}
.hz_r{
  width: calc(100% - 200px);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 40px;
}
.hz_r h1{
  font-size: var(--font18);
  color: #ffffff;
  text-align: left;
}
.hz_r p{
  font-size: var(--font14);
  color: #fff;
  line-height: var(--line36);
  margin-top: 20px;
}
.cg{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--margin60);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dg_l{
  width: 410px;
  overflow: hidden;
}
.dg_l h1{
  font-size: 76px;
  font-weight: bold;
  color: #dddddd;
  text-transform: uppercase;
  line-height: 1;
}
.dg_l h1::first-letter{
  color: #003052;
}
.dg_l p{
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
  font-weight: bold;
}
.dg_p{
  width: 100%;
  overflow: hidden;
  font-size: var(--font14);
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}
.dg_l a{
  display: block;
  width: 180px;
  height: 40px;
  margin-top: 80px;
  background: #003052;
  font-size: var(--font16);
  color: #ffffff;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.dg_l a img{
  width: 20px;
  height: auto;
  margin-left: 10px;
}
.dg_r{
  width: calc(100% - 410px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.dg_r>img{
  width: 400px;
  height: 500px;
  margin-left: auto;
  object-fit: cover;
}
.dg_te{
  width: 100px;
  overflow: hidden;
}
.dg_te p{
  background: #0085e3;
  width: 100%;
  height: 400px;
  writing-mode: tb-rl;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: var(--font14);
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.anniu{
  width: 100px;
  height: 100px;
  background: #003052;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.anniu img{
  width: 35px;
  height: 35px;
}
.dg_ul{
  width: calc(100% - 500px);
  overflow: hidden;
  display: flex;
}
.dg_r ul{
  width: max-content;
  overflow: hidden;
  margin: auto;
}
.dg_r ul li{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.dg_r ul li:nth-child(1){
  margin-top: 0px;
}
.dg_r ul li img{
  width: 25px;
  height: auto;
}
.dg_r ul li h1{
  font-size: var(--font24);
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}
.dg_r ul li h1 span{
  font-size: 12px;
  font-weight: bold;
}
.dg_r ul li p{
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.yy{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.yy_cen{
  width: var(--max);
  overflow: hidden;
  margin: var(--margin60) auto;
}

.polo>p {
  text-align: center;
  font-size: var(--font48);
  color: #67788e;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.polo>h1 {
  text-align: center;
  font-size: var(--font34);
  color: #fff;
  line-height: 1;
  margin-top: -15px;
  font-weight: bold;
}
.polo{
  position: relative;
}
.polo a{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: var(--font16);
  color: #ffad21;
}


.hzzna_ami>p {
  text-align: center;
  font-size: var(--font48);
  color: #f4f4f4;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.hzzna_ami>h1 {
  text-align: center;
  font-size: var(--font34);
  color: #333333;
  line-height: 1;
  margin-top: -15px;
  font-weight: bold;
}
.hzzna_ami{
  position: relative;
}
.hzzna_ami a{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: var(--font16);
  color: #ffad21;
}
.xinw{
  width: calc(var(--max) + 150px);
  overflow: hidden;
  margin: var(--margin60) auto;
}
.xinw_top>p {
  text-align: center;
  font-size: var(--font48);
  color: #f4f4f4;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.xinw_top>h1 {
  text-align: center;
  font-size: var(--font34);
  color: #333333;
  line-height: 1;
  margin-top: -15px;
  font-weight: bold;
}
.xinw_top{
  position: relative;
}
.xinw_top a{
  display: block;
  width: 180px;
  height: 40px;
  background: #003052;
  font-size: var(--font16);
  color: #ffffff;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 75px;
}
.xinw_top a img{
  width: 20px;
  height: auto;
  margin-left: 10px;
}
.xw_swiper{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: var(--margin60);
}
.xw_swiper .swiper-button-next,
.xw_swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  transform: translateY(-50%);
  top: 50%;
}

.xw_swiper .swiper-button-next img,
.xw_swiper .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.xw_swiper .swiper-button-next {
  right: 0;
}

.xw_swiper .swiper-button-prev {
  left: 0;
}

.xw_swiper .swiper-button-next::after,
.xw_swiper .swiper-button-prev::after {
  content: "";
}

.mySwiper_xw {
  width: calc(100% - 130px);
  margin: auto;
  padding: 8px !important;
}

.mySwiper_xw .swiper-slide {
  box-shadow: 5px 3px 5px 1px rgb(0, 0, 0, 0.3);
}

.mySwiper_xw img{
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
.xw_telm{
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 10px;
}
.xw_telm h1{
  font-size: var(--font16);
  color: #333333;
  font-weight: bold;
}
.xw_telm p{
  font-size: var(--font14);
  color: #999999;
  margin-top: 20px;
}
.djisu{
  width: 180px;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
  display: none;
}
.djisu a{
  display: block;
  width: 100%;
  height: 40px;
  background: #003052;
  font-size: var(--font16);
  color: #ffffff;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.djisu a img{
  width: 20px;
  height: auto;
  margin-left: 10px;
}

.lixnai{
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.lixnai_cen{
  width: var(--max);
  overflow: hidden;
  margin: var(--margin60) auto;
}

.lixnai_cen>p {
  text-align: center;
  font-size: var(--font48);
  color: #ebebeb;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.lixnai_cen>h1 {
  text-align: center;
  font-size: var(--font34);
  color: #333333;
  line-height: 1;
  margin-top: -15px;
  font-weight: bold;
}

.xin_bottom{
  width: 100%;
  overflow: hidden;
  margin-top: var(--margin60);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
    align-items: flex-start;
}
.xin_bottom>ul{
  width: calc(100% - 270px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xin_bottom>ul>li{
  width: 32%;
  overflow: hidden;
  background: #fff;
  padding: 35px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.xin_bottom>ul>li img{
  width: 20px;
  height: auto;
  margin: auto;
}
.xin_bottom>ul>li p{
  width: 100%;
  text-align: center;
  font-size: var(--font16);
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
  font-weight: bold;
}
.xin_r{
  width: 250px;
  overflow: hidden;
}
.xin_r h1{
  width: 100%;
  font-size: var(--font16);
  font-weight: bold;
 line-height: 30px;
 text-align: left
}
.xin_r_top{
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xin_r_top ul{
  width: calc(100% - 100px);
  overflow: hidden;
}
.xin_r_top ul li{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.xin_r_top ul li img{
  width: 30px;
  height: auto;
}
.xin_r_top ul li p{
  width: calc(100% - 40px);
  overflow: hidden;
  font-size: var(--font14);
  color: #b8a070;
  text-align: left;
}
.erweima{
  width: 100px;
  overflow: hidden;
}
.erweima img{
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #083657;
  padding: 5px;
}
.erweima p{
  text-align: center;
  font-size: 12px;
  color: #333333;
}
.footer{
  width: 100%;
  overflow: hidden;
  background: #003052;
  font-size: var(--font14);
  color: #ffffff;
  line-height: 30px;
  padding: 20px;
  text-align: center;
}









