@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
.m_footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
.m_footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
span,
pre,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  background-repeat: no-repeat;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 苹方;
}
body {
  font-family: 苹方;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #333333;
  height: auto;
  clear: both;
}
img {
  border: 0px;
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none !important;
  color: #333;
  outline: none;
  cursor: pointer;
}
a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c7000b;
  color: #ffffff;
  font-size: 0.14rem;
  width: 1.64rem;
  height: 0.54rem;
  font-family: PingFangSC-Light, PingFang SC;
}
.more i {
  display: block;
  width: 0.13rem;
  height: 0.05rem;
  background-image: url(../img/more.png);
  background-size: 100% 100%;
  margin-left: 0.15rem;
  transition: all 0.5s;
}
.more:hover i {
  margin-left: 0.25rem;
}
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
body {
  left: 0px;
  position: relative;
  line-height: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 100px;
}
html {
  width: 100%;
  overflow-x: hidden;
}
body,
html,
textarea {
  font-family: 苹方;
  font-size: 14px;
}
body,
html {
  outline: 0;
  margin: 0 auto !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  background-color: transparent;
}
@-webkit-keyframes productMoreArrow {
  0% {
    transform: translate(-1rem, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes productMoreArrow {
  0% {
    transform: translate(-1rem, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes heroArrow2 {
  0% {
    transform: translate(-1rem, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes heroArrow2 {
  0% {
    transform: translate(-1rem, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
/*图片移动放大*/
.himgf{
    overflow: hidden;
}
.himg{
    transition: all .5s;
}
.himgf:hover .himg{
    transform: scale(1.1);
}
/*控制文本行数*/
.line1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.button {
  display: inline-block;
  width: 180px;
  height: 46px;
  line-height: 46px;
  border-radius: 1px;
  font-size: 16px;
  text-align: center;
  transition: all 0.1s linear 0s;
}
.button-ghost {
  background: 0 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/*鼠标选中文字的样式*/
body::-moz-selection {
  background: red;
  color: #fff;
}
body::selection {
  background: red;
  color: #fff;
}
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
/*网站默认滚动跳的样式*/
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
*::-webkit-scrollbar-thumb {
  background: #afafaf;
}
*::-webkit-scrollbar-thumb:window-inactive {
  background: #afafaf;
}
*::-webkit-scrollbar-thumb:vertical:hover {
  background: #afafaf;
}
/* pc头部 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  padding: 0 1.2rem;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  /*transition: all 0.5s;*/
}
.m_header {
  display: none;
}
header .headl {
  display: flex;
  align-items: center;
}
header .headl .logo {
  display: inline-block;
  width: 3.21rem;
  /*height: 0.42rem;*/
}
header .headl .logo img {
  width: 100%;
  height: 100%;
}

header .headr {
  display: flex;
}

header .headr .nav ul {
  display: flex;
  height: 100%;
  align-items: center;
}
header .headr .nav ul li {
  padding: 0 0.14rem;
  position: relative;
  height: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 0.36rem;
}
header .headr .nav ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.02rem;
  background-color: #c7000b;
  width: 0;
  transition: all 0.5s;
}
header .headr .nav ul li:hover::after,
header .headr .nav ul li.act::after {
  width: 100%;
}
header .headr .nav ul li a {
  font-size: 0.16rem;
  font-family: HarmonyOS Sans SC;
  color: #fff;
  white-space: nowrap;
}
header .headr .nav ul li .xl {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  /*width: 100%;*/
  box-shadow: 0 0 .1rem rgba(0,0,0,.1);
}
header .headr .nav ul li .xl ul {
  display: block;
  padding-bottom: 0.24rem;
}
header .headr .nav ul li .xl ul li{
    height: auto;
    padding: 0 0.24rem;
    margin: 0;
}
header .headr .nav ul li .xl a {
  height: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
  margin-top: 0.24rem;
  width: 100%;
}
header .headr .nav ul li .xl li::after{
    display: none;
}
header .headr .tool {
  display: flex;
  align-items: center;
  color: #fff;
}
header .headr .tool .line {
  margin: 0 0.2rem;
  height: 0.08rem;
  width: 0.01rem;
  background-color: #000;
  opacity: 0.4;
}
header .headr .tool .lang {
  margin-right: 0.45rem;
}
header .headr .tool .lang .top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
}

header .headr .tool .lang .top img {
  margin-right: 0.06rem;
}
header .headr .tool .lang .xl {
  display: none;
}
header .headr .tool .search {
  width: 0.22rem;
  margin-left: 0.98rem;
}
header .headr .tool .search img {
  width: 100%;
}
/* 活跃判断 */
header:hover,
header.active {
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgb(164 164 166 / 10%);
  height: 1rem;
}
header .headl .logo .act_img {
  display: none;
}
header:hover .headl .logo .comm_img,
header.active .headl .logo .comm_img {
  display: none;
}
header:hover .headl .logo .act_img,
header.active .headl .logo .act_img {
  display: block;
}

header:hover .headr .nav ul li a,
header.active .headr .nav ul li a {
  color: #333;
}
header:hover .headr .tel,
header.active .headr .tel {
  color: #333;
}
header:hover .headr .tel::before,
header.active .headr .tel::before {
  background-image: url(../img/nav-tel-hover.png);
}
header:hover .headr .lang a,
header.active .headr .lang a {
  color: #333;
}

header:hover .headr .search,
header.active .headr .search,
header:hover .headr .lang,
header.active .headr .lang {
  color: #333;
}
header .headr .tool .lang .act_img {
  display: none;
}
header:hover .headr .tool .lang .act_img,
header.active .headr .tool .lang .act_img {
  display: block;
}
header:hover .headr .tool .lang .comm_img,
header.active .headr .tool .lang .comm_img {
  display: none;
}

header .headr .tool .search .act_img {
  display: none;
}
header:hover .headr .tool .search .act_img,
header.active .headr .tool .search .act_img {
  display: block;
}
header:hover .headr .tool .search .comm_img,
header.active .headr .tool .search .comm_img {
  display: none;
}

header .headr .tool .banner.act_banner {
  margin-top: 0.68rem;
  position: relative;
  height: 5.4rem;
}
header .login {
  width: 1.09rem;
  height: 0.42rem;
  font-size: 0.16rem;
  color: #fff;
  background-color: #c7000b;
  text-align: center;
  line-height: 0.42rem;
  cursor: pointer;
}

.register {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.register.act {
  display: block;
}
.register .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.register .inner {
  position: absolute;
  width: 9.1rem;
  height: 5.24rem;
  top: 2.28rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0.5rem 1.2rem 0;
  z-index: 2;
}
.register .title {
  font-size: 0.32rem;
  padding-bottom: 0.12rem;
  text-align: center;
}
.register form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.register .item {
  width: 3.15rem;
  margin-right: 0.4rem;
  margin-top: 0.32rem;
}
.register .item .tit {
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.register .item .tit span {
  color: #c7000b;
  margin-right: 0.05rem;
}
.register .item input {
  width: 100%;
  height: 0.48rem;
  border: #d8d8d8 1px solid;
  background-color: #f4f4f4;
  font-size: 0.14rem;
  padding-left: 0.25rem;
  color: #666;
}
.register .item:nth-child(odd) {
  margin-right: 0;
}
.register label {
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
.register label a {
  color: #c7000b;
}
.register .more {
  width: 100%;
  height: 0.48rem;
  background-color: #f4f4f4;
  color: #999999;
  margin-top: 0.37rem;
}
.act_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.act_banner .bg img {
  width: 100%;
}
.banner_text {
  height: 100%;
  width: 100%;
  font-size: 0.58rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner.i_banner {
  height: 9rem;
}
.banner {
  position: relative;
  width: 100%;
  height: 7rem;
  overflow: hidden;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .img {
  height: 100%;
  width: 100%;
}
.banner .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  color: #fff;
}
.banner .txt .tit {
  font-size: 0.64rem;
  font-weight: 600;
}
.page-main {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}

.i_banner .swiper-pagination{
    bottom: 50%;
    right: 1rem;
    transform: translateX(50%);
}
.i_banner .swiper2 .swiper-pagination{
    bottom: calc(50% + 1.3rem);
    width: auto;
    color: #fff;
}
.banner .svg-swiper-pagination .swiper-pagination-bullet {background: transparent;opacity: 1;width: 5px;height: 5px;outline: none;margin: 26px 0;position: relative;}


.banner .svg-swiper-pagination .swiper-pagination-bullet:after {content: "";display: block;position: absolute;top: 0;left: 0; z-index: 0;width: 5px;height: 5px;background-color: #ffffff;border-radius: 50%;}
.banner .svg-swiper-pagination.on .swiper-pagination-bullet:after{background-color: rgba(0,0,0,0.32);}
.banner .svg-swiper-pagination.on .swiper-pagination-bullet-active:after{background-color: #025493;}


.banner .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .svg {opacity: 1;}
.banner .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle2 {-webkit-animation: svgCircleAnmi 6s linear forwards;animation: svgCircleAnmi 6s linear forwards;}
.banner .svg-swiper-pagination .svg {position: absolute;top: 50%;left: 50%;  width: 72px;height: 72px;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform:translate(-50%, -50%) rotate(-0deg);opacity: 0;-webkit-transition: opacity .3s;-o-transition: opacity .3s;transition: opacity .3s;display: block;}
.banner .svg-swiper-pagination .circle1 { stroke: #ffffff;opacity: 0.26;}
.banner .svg-swiper-pagination .circle2 {stroke: #ffffff;stroke-dasharray: 0 339;}

.banner .svg-swiper-pagination.on .circle1 { stroke: #025493;}
.banner .svg-swiper-pagination.on .circle2 {stroke: #025493;}
/*.banner svg:not(:root) {overflow: hidden;}*/
@-webkit-keyframes svgCircleAnmi {
    0% {
        stroke-dasharray: 0 339;
    }
    to {
        stroke-dasharray: 339 339;
    }
}
@keyframes svgCircleAnmi {
    0% {
        stroke-dasharray: 0 339;
    }
    to {
        stroke-dasharray: 339 339;
    }
}

.i_page {
  padding: 1.2rem 2.4rem 0;
  position: relative;
}
.i_page1 {
  padding-bottom: 2.4rem;
}
.i_page1 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.i_page1 .top {
  display: flex;
}
.i_page1 .left {
  width: 6.92rem;
  margin-right: 1rem;
  position: relative;
}
.i_page .title {
  font-size: 0.52rem;
  margin-bottom: 0.32rem;
  font-weight: bold;
  line-height: 1.4;
}
.i_page .titlem{
    display: none;
}
.i_page1 .left .content {
  font-size: 0.18rem;
  margin-bottom: 0.6rem;
  line-height: 1.75;
  height: 2.9rem;
  overflow: auto;
}

.i_page1 .right {
  position: relative;
  width: 6.48rem;
  height: 5.86rem;
  overflow: hidden;
}
.i_page1 .right .img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.i_page1 .right .img:hover{
    transform: scale(1.1);
}
.i_page1 .bottom {
  position: relative;
  display: flex;
}
.i_page1 .bottom .item {
  width: 3.6rem;
  height: 1.32rem;
  border-right: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 0.25rem 0.32rem;
}
.i_page1 .bottom .item:last-child {
  border-right: none;
}
.i_page1 .bottom .item .num_box {
  display: flex;
  align-items: start;
  margin-bottom: 0.17rem;
}
.i_page1 .bottom .item .num {
  font-size: 0.36rem;
  font-weight: bold;
}
.i_page1 .bottom .item .num_box span {
  font-size: 0.14rem;
  margin: 0.06rem;
}
.i_page1 .bottom .item .name {
  font-size: 0.14rem;
}
.i_page2 {
  padding-top: 0;
  display: flex;
  margin-bottom: 0.2rem;
}

.i_page2 .left {
  width: 5.06rem;
  margin-right: 1.54rem;
}
.i_page2 .left .title {
  margin-bottom: 0.85rem;
}
.i_page2 .left .ltitle {
  font-size: 0.32rem;
  margin-bottom: 0.25rem;
}
.i_page2 .left .lcontent {
  font-size: 0.18rem;
  margin-bottom: 1.12rem;
  line-height: 1.5;
}
.i_page2 .right {
  display: flex;
  flex-wrap: wrap;
  width: 7.8rem;
}
.i_page2 .item {
  width: 3.6rem;
  height: 2.5rem;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  padding: 0.48rem 0.64rem;
}
.i_page2 .item:nth-child(2n) {
  margin-right: 0;
}
.i_page2 .item img {
  width: 0.64rem;
  margin-bottom: 0.32rem;
}
.i_page2 .item .tit {
  font-size: 0.2rem;
  margin-bottom: 0.05rem;
}
.i_page2 .item .en {
  font-size: 0.16rem;
}
.i_page3 {
  margin-bottom: 1.1rem;
}
.i_page4 .top,
.i_page3 .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  position: relative;
}
.i_page3 .list {
  display: flex;
  flex-wrap: wrap;
}
.i_page3 .list .left {
  display: flex;
  flex-wrap: wrap;
  width: 9.75rem;
}
.i_page3 .list .item {
  position: relative;
  overflow: hidden;
}
.i_page3 .list .item .img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.i_page3 .list .item .img:hover{
    transform: scale(1.1);
}
.i_page3 .list .item .txt {
  position: absolute;
  bottom: 0.32rem;
  left: 0.4rem;
  color: #fff;
}
.i_page3 .list .item .txt .name {
  font-size: 0.3rem;
}
.i_page3 .list .item .txt .hover_box {
  display: none;
  /* width: 100%;
  transform: translateY(100%);
  transition: all 0.5s; */
}
.i_page3 .list .item:hover .txt .hover_box {
  transform: translateY(0);
}
.i_page3 .list .left .item:nth-child(1) {
  width: 9.52rem;
  height: 3.7rem;
  margin-right: 0.23rem;
  margin-bottom: 0.24rem;
}
.i_page3 .list .left .item:nth-child(2) {
  width: 4.64rem;
  height: 2.36rem;
  margin-right: 0.24rem;
}
.i_page3 .list .left .item:nth-child(3) {
  width: 4.64rem;
  height: 2.36rem;
}
.i_page3 .list .right .item {
  width: 4.65rem;
  height: 6.3rem;
  display: block;
}
.i_page4 {
  height: 8.88rem;
}
.i_page4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.i_page4 .inner {
  display: flex;
  position: relative;
}
.i_page4 .left {
  width: 6.8rem;
  height: 5.25rem;
  margin-right: 0.8rem;
}
.i_page4 .left img {
  width: 100%;
}
.i_page4 .right {
  width: calc(100% - 7.6rem);
  height: 5.25rem;
  overflow: auto;
}

.i_page4 .right .item {
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #d8d8d8;
}
.i_page4 .right .item:last-child {
  margin-bottom: 0;
}
.i_page4 .right .item .time {
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
  color: #999;
}
.i_page4 .right .item .con {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i_page5 {
  height: 4.4rem;
}
.i_page5 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.i_page5 .inner {
  position: relative;
}
.i_page5 .title {
  margin-bottom: 0.14rem;
}
.i_page5 .con {
  font-size: 0.18rem;
  margin-bottom: 0.54rem;
}
/* i_page-end--------------------------------------------------------- */

/* a_page---------------------------------------------------------- */
.a_tab {
  display: flex;
  padding: 0 2.4rem;
  align-items: center;
  height: 0.84rem;
  background: #f5f5f5;
}
.a_tab .item {
  font-size: 0.18rem;
  margin-right: 1.6rem;
}
.a_tab .item.act {
  color: #c7000b;
}
.a_page {
  position: relative;
  padding: 1.2rem 2.4rem;
}
.a_page .title {
  font-size: 0.52rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
  line-height: 1.4;
}
.a_page1 .con {
  margin-bottom: 0.5rem;
  color: #666;
  line-height: 1.75;
  font-size: 0.18rem;
}
.a_page1 .num_container {
  position: relative;
  color: #fff;
}
.a_page1 .num_container .bg {
  width: 100%;
  vertical-align: top;
}

.a_page1 .m_bg{
    display: none;
}
.a_page1 .float {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.57rem;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}
.a_page1 .float .item {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.a_page1 .float .item .num_box {
  display: flex;
  margin-bottom: 0.23rem;
}
.a_page1 .float .item .num {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 0.06rem;
}
.a_page1 .float .item .num_box span {
  font-size: 0.14rem;
  margin-top: 0.07rem;
}
.a_page1 .float .item .name {
  font-size: 0.14rem;
}
.a_page2 {
  height: 7.82rem;
  padding-top: 1.5rem;
}
.a_page2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.a_page2 .inner {
  position: relative;
  color: #fff;
}
.a_page2 .con {
  font-size: 0.18rem;
  width: 6.54rem;
  line-height: 2;
}
.a_page3 .title {
  margin-bottom: 0.5rem;
}

.a_page3 img {
  width: 100%;
}

/* a_page-end--------------------------------------------------------- */

/* p_page---------------------------------------------------------- */
.p_page {
  background-color: #f8f8f8;
  padding: 1.2rem 2.4rem;
}
.p_tab {
  margin-bottom: 0.36rem;
  display: flex;
  align-items: center;
  height: 0.85rem;
  background-color: #fff;
}

.p_tab .item {
  padding: 0 0.36rem;
  position: relative;
  font-size: 0.18rem;
}
.p_tab .item:hover,
.p_tab .item.act {
  color: #c7000b;
}
.p_tab .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.15rem;
  width: 1px;
  background-color: #666;
}
.p_tab .item:last-child::after {
  display: none;
}

.p_list {
  display: flex;
  flex-wrap: wrap;
}
.p_list .item {
  width: 4.56rem;
  height: 3.82rem;
  padding: 0.6rem 0.48rem 0;
  background-color: #fff;
  margin-right: 0.36rem;
  margin-bottom: 0.36rem;
}
.p_list .item:nth-child(3n) {
  margin-right: 0;
}
.p_list .item .img_box {
  width: 3.6rem;
  height: 2.4rem;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.p_list .item .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.p_list .item .txt {
  font-size: 0.18rem;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.p_list .item .txt i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/more6.svg");
  background-size: 100% 100%;
  width: 0.16rem;
  height: 0.06rem;
}

.p_list .item:hover .txt {
  color: #c7000b;
}
.p_list .item:hover .txt i {
  background-image: url("../img/morea.svg");
}
.p_list .item:hover .img {
  transform: scale(1.1);
}

.pd_page {
  padding: 2.6rem 2.4rem 1.6rem;
  display: flex;
}
.pd_img {
  width: 7.2rem;
  height: 4.2rem;
  overflow: hidden;
}
.pd_img .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.pd_img .img:hover {
  transform: scale(1.1);
}

.pd_detail {
  width: 6rem;
  margin-left: 1.2rem;
  padding-top: 0.6rem;
}

.pd_detail .name {
  font-size: 0.36rem;
  margin-bottom: 0.36rem;
}
.pd_detail .con {
  font-size: 0.18rem;
  margin-bottom: 0.64rem;
  line-height: 1.75;
}
.pd_detail .more {
  width: 1.4rem;
  height: 0.48rem;
}
.pd_detail .more img {
  width: 0.2rem;
  margin-right: 0.14rem;
}

.pagination {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .item.spe {
  border: 1px solid #c7000b;
  color: #c7000b;
}
.pagination .item {
  width: 0.48rem;
  height: 0.48rem;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  margin-right: 0.12rem;
}
.pagination .item:hover,
.pagination .item.act {
  background-color: #c7000b;
  color: #fff;
}
.pagination .item:last-child {
  margin-right: 0;
}
/* p_page-end--------------------------------------------------------- */

/* cta_page---------------------------------------------------------- */
.cta_page {
  padding: 1.2rem 2.4rem 0;
  position: relative;
}
.cta_page .title {
  font-size: 0.52rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
.cta_page2 .titlem{
    display: none;
}
.cta_page1 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.cta_page1 .list .item {
  width: 3.3rem;
  height: 2.64rem;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.4rem;
  font-size: 0.18rem;
}
.cta_page1 .list .item img {
  margin-top: 0.56rem;
  width: 0.32rem;
  margin-bottom: 0.32rem;
}
.cta_page1 .list .item .tit {
  margin-bottom: 0.14rem;
}
.cta_page1 .list .item .con {
  color: #666;
  line-height: 1.5;
  text-align: center;
}
.cta_page1 .list .item.ma img {
  width: 1.2rem;
  margin-bottom: 0.25rem;
}
.cta_page1 .list .item.ma .tit {
  font-size: 0.14rem;
}

.cta_page1 .map {
  position: relative;
}
.cta_page1 .map .gaode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta_page1 .map .bg {
  width: 100%;
}
.cta_page1 .map .info img {
  position: absolute;
  bottom: 2.8rem;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.cta_page1 .point {
  display: block;
  width: 18px;
  height: 18px;
  background: #c7000b;
  border: 1px solid #c7000b;
  border-radius: 50%;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  animation: bordershow 3s infinite;
  z-index: 10;
}
.cta_page1 .point::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(199, 0, 11, 0.4);
  animation: boderM 3s 0.75s infinite;
  z-index: 9;
}
.cta_page1 .point::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(199, 0, 11, 0.2);
  animation: boderM 3s infinite;
  z-index: 9;
}
@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 10px 0 #001eb4;
  }
}

.cta_page2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.cta_page2 .right {
  width: 4.83rem;
  overflow: hidden;
}
.cta_page2 .right img {
  width: 100%;
  transition: all 0.5s;
}

.cta_page2 .right:hover img {
  transform: scale(1.1);
}
.cta_page2 form {
  width: 8.76rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta_page2 form .item {
  width: 4.18rem;
  margin-bottom: 0.32rem;
}
.cta_page2 form .item .tit {
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.cta_page2 form .item .tit span {
  color: #c7000b;
}
.cta_page2 form .item input {
  width: 100%;
  height: 0.48rem;
  border-radius: 0.04rem;
  border: 1px solid #d8d8d8;
  padding: 0 0.25rem;
  color: #666;
}
.cta_page2 form .item.textarea {
  width: 100%;
  margin-bottom: 0.4rem;
}
.cta_page2 form .item.textarea textarea {
  width: 100%;
  height: 1.4rem;
  border-radius: 0.04rem;
  border: 1px solid #d8d8d8;
  padding: 0.25rem;
  color: #666;
}
.cta_page2 form .more {
  width: 1.4rem;
  height: 0.48rem;
}

/* cta_page-end--------------------------------------------------------- */

/* news_page---------------------------------------------------------- */
.news_page {
  padding: 1.2rem 2.4rem;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
}
.news_list .item {
  width: 4.56rem;
  height: 5.12rem;
  background-color: #fff;
  margin-right: 0.36rem;
  margin-bottom: 0.36rem;
  border: 1px solid #efefef;
}
.news_list .item:nth-child(3n) {
  margin-right: 0;
}
.news_list .item .img_box {
  width: 100%;
  height: 2.92rem;
  overflow: hidden;
}
.news_list .item .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.news_list .item .inner {
  padding: 0.32rem 0;
  margin: 0 0.32rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.news_list .item .inner .tit {
  width: 3.12rem;
  padding-right: 0.56rem;
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  font-weight: bold;
}
.news_list .item .inner::after {
  content: "";
  position: absolute;
  right: 1.11rem;
  top: 0.32rem;
  height: 0.88rem;
  width: 1px;
  background-color: #efefef;
}
.news_list .item .inner .time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 0.16rem;
  line-height: 1.2;
}
.news_list .item .inner .timem{
    display: none;
}
.news_list .item .inner .time .day {
  font-size: 0.56rem;
  font-weight: bold;
}
.news_list .item .inner .time .year {
  font-size: 0.16rem;
  color: #666;
}

.news_list .item .lmore {
  font-size: 0.14rem;
  height: 0.67rem;
  margin: 0 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.news_list .item .lmore i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/more6.svg");
  background-size: 100% 100%;
  width: 0.16rem;
  height: 0.06rem;
}

.news_list .item:hover .lmore {
  color: #c7000b;
}
.news_list .item:hover .lmore i {
  background-image: url("../img/morea.svg");
}
.news_list .item:hover .img {
  transform: scale(1.1);
}
.nd_page {
  padding: 2.8rem 2.4rem 0.96rem;
}
.nd_page .left {
  width: 10.2rem;
  float: left;
}
.nd_page .left .title {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  line-height: 1.4;
}
.nd_page .left .line {
  margin: 0.5rem 0;
  width: 10.2rem;
  height: 1px;
  background: #d8d8d8;
}
.nd_page .left .line2 {
  margin: 0.8rem 0 0.24rem;
  width: 10.2rem;
  height: 1px;
  background: #d8d8d8;
}
.nd_page .left .inner p {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.75;
}
.nd_page .left .inner img {
  width: 100%;
}
.nd_page .left .bottom {
  display: flex;
  justify-content: space-between;
}
.nd_page .left .bottom .link .item {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  color: #666;
  width: 5.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nd_page .left .bottom .link .item a {
  text-decoration: underline !important;
  color: #c7000b;
}
.nd_page .left .bottom .share {
  display: flex;
  align-items: center;
}
.nd_page .left .bottom .share .item {
  width: 0.32rem;
  margin-left: 0.16rem;
  position: relative;
}
.nd_page .left .bottom .share .item .ewm {
  display: none;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.nd_page .left .bottom .share .item .ewm img {
  width: 100%;
}
.nd_page .left .bottom .share .item:hover .ewm {
  display: block;
}
.nd_page .right {
  margin-top: 0.6rem;
  float: right;
  position: sticky;
  top: 2.4rem;
  width: 3rem;
}
.nd_page .right .title {
  font-size: 0.24rem;
  line-height: 1.4;
  padding-bottom: 0.24rem;
  margin-bottom: 0.24rem;
  border-bottom: 1px solid #d8d8d8;
}
.nd_page .right .item {
  padding-bottom: 0.24rem;
  margin-bottom: 0.24rem;
  border-bottom: 1px solid #d8d8d8;
}
.nd_page .right .item .tit {
  font-size: 0.16rem;
  line-height: 1.75;
  margin-bottom: 0.16rem;
}
.nd_page .right .item .time {
  font-size: 0.16rem;
  color: #666;
}

/* news_page-end--------------------------------------------------------- */

/* s_page---------------------------------------------------------- */
.s_page {
  padding: 0 2.4rem 1.2rem;
}

.s_page .item {
  display: flex;
  padding-top: 1.2rem;
}
.s_page .item:nth-child(even) {
  flex-direction: row-reverse;
}
.s_page .item:nth-child(even) .left {
  margin-right: 0;
}
.s_page .item:nth-child(even) .right {
  margin-right: 0.8rem;
}
.s_page .item .left {
  width: 7.04rem;
  margin-right: 0.52rem;
}
.s_page .item .left .title {
  font-size: 0.4rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.s_page .item  .titlem{
    display: none;
}
.s_page .item .left .txt {
  padding-right: 0.24rem;
  height: 4.1rem;
  overflow: auto;
}
.s_page .item .left p {
  width: 100%;
  padding-left: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px dotted #d8d8d8;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.75;
  position: relative;
}
.s_page .item .left p:last-child{
    margin-bottom: 0;
}
.s_page .item .left p::after{
    content: "";
    position: absolute;
    left:  0;
    top: 0.08rem;
    width: 0.12rem;
    height: 0.16rem;
      background-image: url(../img/diamond.png);
      background-size: 100% 100%;
}
.s_page .item .right {
  overflow: hidden;
}
.s_page .item .right .img {
  width: 6.8rem;
  height: 5.02rem;
  transition: all 0.5s;
}
.s_page .item .right .img:hover {
  transform: scale(1.1);
}

/* s_page-end--------------------------------------------------------- */


	.map {
			padding: 4.7vw 7vw 5.36vw;
			background-color: #fff;
			position: relative;
			z-index: 2;
		}

		.map .title {
			margin-top: 4.4vw;
			font-weight: 700;
			color: #000;
			margin-bottom: 30px;
			font-size: 20px;
			text-align: center;
		}

		.map ul li {
			margin-bottom: 40px;
			border: 1px solid #ccc;
		}

		.map ul li>a {
			display: block;
			background: #f8f8f8;
			height: 40px;
			line-height: 40px;
			padding-left: 20px;
			color: #333;
			font-size: 16px;
		}

		.map ul li .sec {
			display: flex;
			flex-wrap: wrap;
		}

		.map ul li .sec .sec_item>a:nth-child(1){
		    /*margin-left: 0;*/
		}
		.map ul li .sec .sec_item>a {

			padding: 20px;
			display: inline-block;
			margin-right: 20px;
			font-size: 14px;
		}

		.map ul li .sec .third a {
			padding: 20px;
			display: block;
			margin-right: 20px;
			font-size: 12px;
		}

.news_con {
    padding: 4.7vw 0 5.36vw 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.article-page01 .title1 {
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}
.article-page01 .p{
    font-size: 16px;
}
.search_page {
    padding: 2rem 1.4rem 0;
}
.search_page .title {
    font-size: 0.48rem;
    text-align: center;
}
.search_p {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5rem;
    align-items: center;
}
.search_p .search {
    position: relative;
    width: 100%;
}
.search_p form{
    width: 100%;
}
.search_p img {
    position: absolute;
    top: 50%;
    left: 0.1rem;
    transform: translateY(-50%);
}
.search_p input {
    width: 100%;
    height: 0.6rem;
    padding-left: 0.5rem;
    font-size: 0.18rem;
    border: 1px solid #d0d0d0;
}

footer {
  width: 100%;
  overflow: hidden;
  background-color: #343434;
  padding: 0 1.2rem;
  color: #fff;
}
footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.48rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .top .logo {
  width: 3.21rem;
  /*height: 0.42rem;*/
}
footer .top .nav ul {
  display: flex;
  align-items: center;
}
footer .top .nav ul li {
  margin-left: 0.9rem;
  white-space: nowrap;
}
footer .top .nav ul li:nth-child(1){
    margin-left: 0;
}
footer .top .nav ul li a {
  color: #fff;
  font-size: 0.16rem;
}
footer .center {
  display: flex;
  justify-content: space-between;
  padding: 0.48rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .center .left {
  display: flex;
}
footer .center .ewm {
  width: 1.25rem;
  text-align: center;
  margin-right: 1rem;
}
footer .center .ewm img {
  width: 1.2rem;
  margin-bottom: 0.17rem;
}
footer .center .ewm .con {
  font-size: 0.12rem;
  line-height: 1.4;
}
footer .center .list {
  display: flex;
}
footer .center .list .item {
  width: 2.42rem;
  padding-top: 0.15rem;
}
footer .center .list .item img {
  width: 0.32rem;
  margin-bottom: 0.16rem;
}
footer .center .list .item .tit {
  font-size: 0.20rem;
  margin-bottom: 0.1rem;
}
footer .center .list .item .con {
  font-size: 0.18rem;
  width: 2.04rem;
  line-height: 1.4;
  opacity: 0.87;
}
footer .center .list .item:nth-child(3) .con {
  font-size: 0.24rem;
  opacity: 1;
}

footer .center .links {
  width: 1.6rem;
  height: 0.4rem;
  padding-left: 0.31rem;
  border-radius: 0.2rem;
  border: 1px solid #989898;
  position: relative;
  margin-top: 0.15rem;
  margin-bottom: 0.35rem;
}
footer .center .links .tip {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  white-space: nowrap;
}
footer .center .links .tip i {
  display: block;
  width: 0.16rem;
  height: 0.08rem;
  background-image: url(../img/arrfoot.svg);
  background-size: 100% 100%;
  margin-right: 0.2rem;
}
footer .center .links .xl {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  display: none;
}
footer .center .links .xl a {
  height: 0.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.31rem;
  background-color: #fff;
  border-bottom: 1px solid #989898;
}
footer .center .share {
  display: flex;
  align-items: center;
}
footer .center .share span {
  font-size: 12px;
  margin-right: 0.1rem;
}
footer .center .share .item {
  width: 0.32rem;
  margin-right: 0.28rem;
  position: relative;
}
footer .center .share .item img {
  width: 100%;
}
footer .center .share .item:last-child {
  margin-right: 0;
}
footer .center .share .item .ma {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: -0.1rem;
  transform: translate(-50%, -100%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  z-index: -1;
}
footer .center .share .item .ma img {
  width: 100%;
}
footer .center .share .item:hover .ma {
  opacity: 1;
  z-index: 99;
}

footer .bottom {
  height: 0.73rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.12rem;
  opacity: 0.7;
}
footer .bottom a{
    color: #fff;
}
.m_footer {
  display: none;
}

/* 内页banner */
/* 适配 */
@media (max-width: 1680px) {
  html {
    font-size: 87.5px;
  }
}
@media (max-width: 1480px) {
  html {
    font-size: 77.0833px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 75px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 71.1458px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 66.6667px;
  }
}
@media (max-width: 1024px) {
    
    .map{
        padding-top: 70px;
    }
    .news_con {
    padding-bottom: 0;
    /*background-color: #FAFBFE;*/
}
.news_con .con {
    width: 100%;
    padding: 30px 0 50px 0;
}
.article-page01.map {
    padding-top: 0;
}
.article-page01 .wrap {
    width: 100%;
    padding: 40px 3% 0;
}
.article-page01 .p{
    font-size: 14px;
}

    *::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
  /* 移动端头部 */
  header.i_header {
    display: none;
  }
  header {
    display: none;
  }
  .banner{
      height: 47.3vw;
      margin-top: 50px;
  }
  .banner.i_banner{
      height: 51.2vw;
  }
  .banner .txt .tit{
      font-size: 32px;
  }
  .more{
      width: 124px;
      height: 36px;
      font-size: 12px;
  }
  .m_header {
    display: block;
  }
  .m_header.act .top {
    background: #fff;
  }
  .m_header .col-l {
    display: flex;
    align-items: center;
  }
  .m_header .col-l .logo {
    display: block;
    width: 110px;
    position: relative;
  }

  .m_header .col-l .logo img {
    width: 100%;
    height: auto;
  }

  .m_header.act .col-r img,
  .m_header .col-l .logo img.comm_img {
    width: 100%;
  }

  .m_header .col-r {
    display: flex;
    align-items: center;
  }
  .m_header .col-r div {
    width: 21px;
  }
  .m_header .col-r .list {
    margin-left: 21px;
  }
  .m_header .col-r .search2,
  .m_header .col-r .list2,
  .m_header .col-l .logo img.act_img {
    display: none;
  }

  .m_header.act .col-r .search1,
  .m_header.act .col-r .list1,
  .m_header.act .col-l .logo img.comm_img {
    display: none;
  }

  .m_header.act .col-r .search2,
  .m_header.act .col-r .list2,
  .m_header.act .col-l .logo img.act_img {
    display: block;
  }
  .m_header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    height: 50px;
    padding: 0 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .m_header .top .cha {
    display: none;
  }
  .m_header .top.on .search1,
  .m_header .top.on .search2,
  .m_header .top.on .list1,
  .m_header .top.on .list2 {
    display: none;
  }
  .m_header .top.on .cha {
    display: block;
    width: 24px;
    height: 24px;
    max-width: fit-content;
  }
  .m_menu {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    padding: 70px 0;
  }
  .m_menu.on {
    transform: translateY(0);
    opacity: 1;
  }
  .m_menu .navbar ul li {
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    width: 100%;
  }
  .m_menu .navbar {
    height: 90vh;
    overflow: auto;
  }
  .m_menu .navbar ul {
    width: 100%;
    padding: 0 24px;
  }
  .m_menu .navbar li {
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    width: 100%;
  }
  .m_menu .navbar .tit {
    display: block;
    width: 100%;
    line-height: 60px;
    color: #333;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
  }
  .m_menu .navbar .tit > a.tit {
    display: block;
    width: 78%;
  }
  .m_menu .navbar .tit i {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/h_add.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 3%;
    transition: all 0.3s linear;
  }
  .m_menu .navbar .tit.on i {
    transform: rotate(180deg);
  }
  .m_menu .navbar .sec_list {
    line-height: 40px;
    display: none;
    position: relative;
  }
  .m_menu .navbar .sec_list p {
    background-size: 3px auto;
    font-size: 14px;
    position: relative;
  }
  .m_menu .navbar .sec_list a {
    padding-left: 3%;
    width: 78%;
    color: #666;
    display: block;
  }
  .m_menu .navbar .sec_list i {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/h_add.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 3%;
    transition: all 0.3s linear;
  }
  .m_menu .navbar .sec_list .sec_item.on i {
    transform: rotate(180deg);
  }
  .m_menu .navbar .sec_list .third_list {
    line-height: 40px;
    padding: 10px 4%;
    display: none;
  }
  .m_menu .navbar .sec_list .third_list p {
    background-size: 3px auto;
    font-size: 14px;
  }
  .m_menu .navbar .sec_list .third_list a {
    padding-left: 3%;
    color: #666;
    display: block;
  }

  .m_header .top.on .col-l .logo img.hover-img {
    display: block;
  }

  footer {
    display: none;
  }

  .m_footer {
    display: block;
    background-color: #f8f8f8;
  }
  .m_footer .nav {
    padding: 10px 15px;
    background-color: #f8f8f8;
    margin-bottom: 40px;
  }

  .m_footer .nav ul li {
    border-bottom: solid #e4e4e4 1px;
  }
  .m_footer .nav ul li .first {
    padding: 24px 0 20px;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m_footer .nav ul li .first i {
    background: url("../img/add1.svg") center no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
  }
  .m_footer .nav ul li .sec_list {
    display: none;
  }

  .m_footer .nav ul li .sec {
    padding: 16px 12px 12px;
    font-size: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .m_footer .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    background-color: #f8f8f8;
    padding-bottom: 30px;
  }
  .m_footer .contact .phone {
    font-size: 30px;
    color: #107339;
    margin-bottom: 10px;
  }

  .m_footer .contact .ma {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .m_footer .contact .ma .img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 110px;
    height: 110px;
    margin-bottom: 5px;
  }
  .m_footer .contact .ma img {
    width: 100px;
    height: 100px;
  }

  .m_footer .contact .ma .txt {
    font-size: 14px;
  }
  .m_footer .bottom {
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background-color: #107339;
    line-height: 1.5;
  }
  
  .i_banner .swiper-pagination{
      display: none;
  }
  .i_page1{
      padding: 40px 20px;
  }
  .i_page1 .bg{
      display: none;
  }
  .i_page1 .top{
      flex-direction: column-reverse;
  }
  .i_page1 .left{
      width: 100%;
      margin-right: 0;
  }
  .i_page1 .right{
      width: 100%;
      height: 80.78vw;
      margin-bottom: 20px;
  }
  .i_page .title{
      display: none;
  }
  .i_page .titlem{
      display: block;
      font-size: 24px;
      margin-bottom: 30px;
  }
  .i_page1 .left .content{
      font-size: 14px;
      height: auto;
      line-height: 1.5;
      margin-bottom: 30px;
  }
  .i_page1 .bottom{
      margin-top: 24px;
      flex-wrap: wrap;
  }
  .i_page1 .bottom .item{
      width: 50%;
      height: auto;
      padding:12.5px 16px;
  }
  
  .i_page1 .bottom .item:nth-child(2){
      border: none;
  }
  .i_page1 .bottom .item .num{
      font-size: 18px;
  }
  .i_page1 .bottom .item .num_box span{
      font-size: 12px;
      margin: 0 0 0 5px;
  }
  .i_page1 .bottom .item .name{
      font-size: 12px;
  }
  
  .news_page{
      padding: 40px 20px;
  }
  .news_list .item{
      width: 100%;
      height: auto;
      margin-right: 0;
      margin-bottom: 18px;
  }
  
  
  .news_list .item .img_box{
      height: 57.2vw;
  }
  .news_list .item .inner .tit{
      font-size: 14px;
      line-height: 1.5;
      width: 100%;
      padding-right: 0;
  }
  .news_list .item .inner{
      flex-direction: column;
      align-items: start;
  }
  .news_list .item .inner .time{
      display: none;
  }
  .news_list .item .inner .timem{
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
  }
  .news_list .item .inner::after {
      display: none;
        /*top: 0.16rem;*/
        /*height: calc(100% - 32px);*/
        /*width: 1px;*/
        /*right: 20vw;*/
    }
  
  .news_list .item .inner{
      padding:  16px 0;
      margin: 0 16px;
  }
  .news_list .item .lmore{
      margin: 0 16px;
      height: 34px;
      font-size: 12px;
  }
  
  .nd_page{
      padding: 70px 20px 40px;
  }
  .nd_page .left{
      width: 100%;
  }
  .nd_page .right{
      display: none;
  }
  .nd_page .left .line{
      width: 100%;
      margin: 0.2rem 0;
  }
  .nd_page .left .title{
      font-size: 20px;
      margin-bottom: 10px;
  }
  .nd_page .left .inner p{
      font-size: 14px;
      line-height: 1.5;
  }
  .nd_page .left .line2{
      width: 100%;
      margin: 0.4rem 0 0.2rem;
  }
  .nd_page .left .bottom{
      flex-direction: column;
  }
  .nd_page .left .bottom .link .item{
      width: 100%;
      margin-bottom: 10px;
  }
  
  .nd_page .left .bottom .share .item .ewm{
      width: 1rem;
      height: 1rem;
  }
  
  .cta_page{
      padding: 40px 20px 0;
  }
  .cta_page .title{
      font-size: 24px;
      margin-bottom: 30px;
  }
  .cta_page1 .list{
      flex-direction: column;
      margin-bottom: 0;
  }
  
  .cta_page1 .list .item{
      width: 100%;
      height: auto;
      margin-bottom: 20px;
      font-size: 14px;
      padding-bottom: 20px;
  }
  .cta_page1 .list .item img{
      margin: 18px 0 16px;
      width: 16px;
  }
  .cta_page1 .list .item .tit{
      margin-bottom: 7px;
  }
  .cta_page1 .map .info img{
      bottom: 44%;
      width: 40vw;
  }
  .cta_page1 .point{
      width: 9px;
      height: 9px;
      bottom: 46%;
  }
  .cta_page2{
      flex-direction: column-reverse;
      margin-bottom: 0.6rem;
  }  
  .cta_page2 .title{
      display: none;
      font-size: 24px;
      margin-bottom: 30px;
  }
  .cta_page2 .titlem{
      display: block;
      font-size: 24px;
      margin-bottom: 30px;
  }
  .cta_page2 form{
      width: 100%;
  }
  .cta_page2 form .item{
      width: 100%;
      margin-bottom: 20px;
  }
  .cta_page2 form .item .tit{
      font-size: 14px;
      margin-bottom: 0.06rem;
  }
  .cta_page2 form .item input{
      height: 36px;
      font-size: 14px;
      padding: 0 12px;
  }
  .cta_page2 form .item.textarea textarea{
      padding: 12px;
      font-size: 14px;
      height: 1rem;
  }
  .cta_page2 form .item.textarea{
      margin-bottom: 20px;
  }
  .cta_page2 .right{
      width: 100%;
      margin-bottom: 30px;
  }
  .cta_page2 form .more{
      width: 124px;
      height: 36px;
  }
  .a_tab{
      display: none;
  }
  .a_page{
      padding: 40px 20px;
  }
  .a_page .title{
      font-size: 24px;
      margin-bottom: 18px;
  }
  .a_page1 .con{
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 0.2rem;
  }
  .a_page1 .float{
      position: relative;
      height: auto;
      flex-wrap: wrap;
      padding: 12px 0;
  }
  .a_page1 .float .item{
      width: 50%;
      padding: 12.5px 16px;
  }
  .a_page1 .num_container .bg{
      display: none;
  }
  
    .a_page1 .m_bg{
        display: block;
        margin-bottom: 20px;
    }
    .a_page1 .float .item .num{
        font-size: 18px;
    }
    .a_page1 .float .item .num_box span{
        font-size: 12px;
        margin-top: 3px;
    }
    .a_page1 .float .item .name{
        font-size: 12px;
    }
    .a_page1 .float .item .num_box {
        display: flex;
        align-items: start;
        margin-bottom: 0.08rem;
    }
    
    
    .a_page2 .con{
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
    }
    
    .a_page2{
        height: auto;
        padding-bottom: 136px;
    }
    
    
    .s_page{
        padding: 40px 20px;
    }
    .s_page .item .left{
        width: 100%;
    }
    .s_page .item .left .title{
        display: none;
    }
    .s_page .item .titlem{
        display: block;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .s_page .item{
        flex-direction: column-reverse!important;
        padding-top: 30px;
    }
    .s_page .item:nth-child(even) .right{
        margin-right: 0;
    }
    .s_page .item .right{
        margin-bottom: 20px;
    }
    .s_page .item .right .img{
        width: 100%;
        height: 65.94vw;
    }
    .s_page .item .left .txt{
        height:  100%;
        padding-right: 0;
    }
    .s_page .item .left p{
        padding-left: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    .s_page .item .left p::after{
        width: 6px;
        height: 8px;
    }
    
    .p_page{
        padding: 40px 20px;
    }
    
    .p_tab{
        overflow: auto;
        height: 40px;
        margin-bottom: 18px;
    }
    .p_tab .item{
        padding: 0 18px;
        font-size: 14px;
        white-space: nowrap;
    }
    .p_list .item{
        width: 100%;
        height: auto;
        padding: 20px 16px;
        margin-right: 0;
        margin-bottom: 18px;
    }
    .p_list .item .img_box{
        width: 100%;
        height:51.02vw;
        margin-bottom: 10px;
    }
    .p_list .item .txt{
        font-size: 14px;
    }
    .pd_page{
        padding: 70px 20px 20px;
        flex-direction: column;
    }
    .pd_img{
        width: 100%;
        height: 52.1111vw;
    }
    .pd_detail{
        margin: 0;
        padding: 20px;
        width: 100%;
    }
    .pd_detail .name{
        font-size: 18px;
        margin-bottom: 18px;
    }
    .pd_detail .con{
        font-size: 14px;
        margin-bottom: 32px;
        line-height: 1.5;
    }
    .pd_detail .more{
        width: 124px;
        height: 36px;
    }
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
