@charset "utf-8";
/* CSS Document */

/*===========================header=============================*/
#header,
#nav ul li>a,
.top_menu {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#header {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 998;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#header>.m {
  display: flex;
  height: 100%;
  max-width: 100%;
  padding-left: 6.25rem;
  padding-right: 0;
  justify-content: space-between;
  align-items: center;
  position: static;
}

#header .fr {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 86.25rem;
}

#logo {
  flex-shrink: 0;
  margin-right: 4rem;
}

#logo a {
  display: flex;
  height: 100%;
  align-items: center;
}

#logo img {
  width: 16.125rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#logo .img01 {
  display: none;
}

#logo .img02 {
  display: block;
}

#nav {
  flex-grow: 1;
}

#nav ul {
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
}

#nav ul li {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 0;
}

#nav ul li>a {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  line-height: 5.625rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
}

#nav ul li>a:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  background: url(../images/nav_star.png) center no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  transform-origin: center;
}

#nav ul li>a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  background: #fff;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  transform-origin: center;
}

#nav ul li.on>a:before,
#nav ul li:hover>a:before {
  opacity: 1;
}

/* #nav ul li>a:after{content: ""; width: 100%; height: 0; position: absolute;bottom: 0;left: 0; opacity: 0; background: #00479d; z-index: -1;
 transition: 0.3s ease-in-out;  transform-origin: center;} */

#nav li .sub {
  position: absolute;
  min-width: 12.5rem;
  padding-top: .5rem;
  left: 50%;
  top: 100%;
  z-index: 999;
  transform-origin: 0 0 0;
  transform: translateY(10px) translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

#nav li .sub .box {
  padding: 0;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  min-width: 100%;
  width: auto;
}

#nav li .sub a {
  padding: 0 1rem 0 1.5rem;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
  color: #969696;
  line-height: 2.375rem;
  white-space: nowrap;
	border-bottom: dashed #E3D5D5 1px;
}

#nav li .sub a:hover,
#nav li .sub dd>a:hover {
  color: #00479d;
}

#nav li .sub i {
  transition: 0s;
  font-size: 1.5rem;
}

#nav li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
}

#nav li .sub dl dl {
  min-width: 12.5rem;
  position: absolute;
  left: 100%;
  margin-left: 2px;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 0;
  transform: translateY(-2.375rem);
  opacity: 0;
  visibility: hidden;
}

#nav li .sub .box>dl {
  position: relative;
  left: 0;
  padding: 1rem 0;
  min-width: 12.5rem;
}

#nav li .sub dl dd:hover>dl {
  opacity: 1;
  visibility: visible;
}

.top_menu_box {
  display: flex;
  margin-left: 2rem;
}

.top_menu_box .top_menu {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.btn_language {
  display: flex;
  align-items: center;
  transition: .5s;
  justify-content: center;
  width: 7.625rem;
  height: 100%;
}

.btn_language a {
  display: flex;
  align-items: center;
}

.top_menu_box .top_menu svg {
  width: 1.25rem;
  height: 1.25rem;
}

.top_menu_box .top_menu.btn_language svg path {
  fill: #fff;
}

.top_menu_box .top_menu svg:nth-child(3) {
  width: .625rem;
  height: .625rem;
}

.top_menu_box .top_menu span {
  margin-left: .75rem;
  margin-right: .75rem;
  font-size: .875rem;
  color: #fff;
  transition: .5s;
}

.top_menu_box .btn_search i {
  font-size: 1.25rem;
}

.top_menu_box .top_menu.on svg path {
  fill: #fff;
}

.language_sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #eee;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  transform-origin: top;
  transform: scaleY(0);
}

.top_menu_box .top_menu:hover .language_sub {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.language_sub a {
  display: block;
  text-align: left;
  justify-content: flex-start !important;
  padding: 1rem 2rem;
  text-transform: uppercase;
  padding-left: 23%;
  font-size: .9375rem;
  color: #666;
  position: relative;
  z-index: 1;
  transition: .5s;
}

.language_sub a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s;
}

.language_sub a:after {
  content: "";
  display: block;
  width: 3px;
  height: 0;
  background: #00479d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .5s;
}

.language_sub a.on:after {
  height: 100%;
}

.language_sub a:hover:after {
  height: 100%;
  top: 0;
  bottom: auto;
}


#header.xg {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#header.xg #nav ul li>a {
  color: #333;
}

/* #header.xg #nav ul li.on>a:after{ opacity: 1; height: 100%; top: 0; bottom: auto; } */
#header.xg #nav ul li>a:before {
  background: #00479d;
}

#header.xg #logo .img01 {
  display: block;
}

#header.xg #logo .img02 {
  display: none;
}

#header.xg .btn_language {
  background: #00479d;
}

#header.xg #nav ul li.on>a {
  color: #00479d !important;
}

#header.xg #nav ul li:hover>a {
  color: #00479d;
}

#header.xg .top_menu_box .btn_search i {
  color: #333;
}

.n_index {
  padding-top: 5.625rem;
}

.n_index #header {
  background: rgba(255, 255, 255, 1);
}

.n_index #header {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.n_index #header #nav ul li>a {
  color: #333;
}

.n_index #header #nav ul li>a:before {
  background: #00479d;
}

/* .n_index #header #nav ul li.on>a:after{ opacity: 1; height: 100%; top: 0; bottom: auto; } */
.n_index #header #logo .img01 {
  display: block;
}

.n_index #header #logo .img02 {
  display: none;
}

.n_index #header .btn_language {
  background: #00479d;
}

.n_index #header #nav ul li.on>a {
  color: #00479d !important;
}

/* .n_index #header #nav ul li:hover>a {color: #00479d !important;}  */
.n_index #header .top_menu_box .btn_search i {
  color: #333;
}

/*手机导航开始*/
#m_header {
 display: none;
  height: 4.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 996;
  transition: .5s;
}



#m_header .m {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#m_header #m_logo img {
  height:46px;

  object-fit: contain;
}

#m_header .top_menu_box {
  display: flex;
  margin-right: 4rem;
}

#m_header .top_menu_box .btn_search i {
  color: #fff;
}

#m_header .top_menu_box .top_menu span {
  color: #fff;
}

#m_header .top_menu_box .top_menu.btn_language svg path {
  fill: #fff;
}
.m_nav_list {
    /* flex-direction:column; */
    /* justify-content: flex-start; */
    width: 100%;
    /* overflow: auto; */
}

.m_nav_list::-webkit-scrollbar {
    display: none
}



#m_nav {
    z-index: -1;
    position: fixed;
    background: #2dae33;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    display: none;
    padding: 50px 0;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transform-origin: left;
}

#m_nav::-webkit-scrollbar {
    display: none;
}

#m_nav.act {
    pointer-events: auto;
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 998;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

#m_nav>ul>li {
  width: 80%;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

#m_nav>ul>li+li {
  border-top: 1px solid rgb(220 220 220 / 10%);
}

#m_nav li .a {
  display: block;
}

#m_nav li h3 {
  line-height: 4.5rem;
  height: 4.5rem;
  color: #fff;
  padding: 0;
  font-size: 1.25rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

#m_nav li .a {
  flex-grow: 1;
}

#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 50px;
  text-align: center;
}

#m_nav li i {
  font-size: 0;
  
}

#m_nav .title i {

  
     opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 12px;
    height: 5.5rem;
    opacity: .8;
    float: right;
    display: inline-block;
    background:url(arrow_down.svg) center no-repeat;
    background-size: contain;
}

#m_nav li.on.title i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav .on.title i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav li {
  display: block;
  width: 100%;
}

#m_nav .slide_nav {
  position: absolute;
  left: 0;
  height: 70px;
  z-index: 998;
  padding: 15px;
  top: 0;
  width: 100%;
}

#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 1rem;
}

#m_nav .title .list span {
  background: none;
}

#m_nav .title .list span a:hover {
  color: #00479d;
}

#m_nav .title .list a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  text-align: left;
  line-height: 2.5rem;
  border: 0;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden;
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}



.header-right.is-open .bubbles-bg {

    visibility: visible;

    opacity: 1;

}




@keyframes spin {

    to {
        transform: rotate(1turn);
    }

}

@keyframes spin2 {

    to {
        transform: rotate(-1turn);
    }

}

@keyframes spin-reverse {

    from {

        transform: rotate(1turn);

    }

}

@keyframes spin-reverse2 {

    from {

        transform: rotate(-1turn);

    }

}
.slide_for {
    position: relative;
}


.slide_for .li {
    position: relative;
    transition: .5s;
    opacity: 1;
    visibility: visible;
}

/*首页banner*/
.index_section1 {
    height: 100vh;
    position: relative;
}

.hmFocus_item {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.ban-gray {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}

.hmFs_bg {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    position: absolute;
}

.hmFocus_item video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hmFs_layBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.active .hmFs_bg {
    visibility: visible;
    -webkit-animation: scaleBg 6s linear forwards;
    animation: scaleBg 6s linear forwards;
}

.hmTxt {
    display: inline-block;
    position: absolute;
    z-index: 5;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    color: #FFF;
    text-align: center;
}

.hmTxt img {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translate(-100px, 0);
    margin: 0 auto;
}

.hmTxtDes {
    position: relative;
    width: 100%;
    padding-top: 4px;
    height: 100%;
    z-index: 10;
}

.hmTxtDes .m {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hmFocus .txts>* {
    opacity: 0
}

.hmTxtDes .txts {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    color: #fff;
    transition: all .5s;
}



.hmTxtDes .txts h4 {
    font-size: 7.625rem;
    font-family: avantgardebold;
    line-height: 1.5;
    /* white-space: nowrap;
    overflow: hidden; */
    transition: all .5s;
    transition-delay: .1s;
}

.hmTxtDes .txts h5 {

    font-size: 4.375rem;
    line-height: 1.5;
    /* white-space: nowrap;
    overflow: hidden; */
    transition: all .5s;
    transition-delay: .2s;
    transform: translateY(100px);
}

.hmTxtDes .txts h6 {

    font-size: 1.875rem;
    line-height: 1.5;
    /* white-space: nowrap;
    overflow: hidden; */
    transition: all .5s;
    transition-delay: .4s;
    transform: translateY(100px);
}


.hmFocus_item.slick-active .txts h4 {
    /* animation:typing 3.5s steps(30, end),
				blink-caret .5s step-end infinite; */

    /* animation: typing 4s steps(60) 1s 1 normal both; */
    opacity: 1;
    /* animation: enter 1.2s forwards .1s */
}

.hmFocus_item.slick-active .txts h5 {
    /* animation:typing 3.5s steps(30, end),
				blink-caret .5s step-end infinite; */
    /* animation: typing 5s steps(60) 1s 1 normal both;
    -webkit-animation-delay: 2s;
    animation-delay: 2s; */
    /* animation: enter 1.2s forwards .2s */
    opacity: 1;
    transform: translateY(0);
}

.hmFocus_item.slick-active .txts h6 {
    /* animation:blink-caret .5s step-end infinite; */
    /* animation: typing 6s steps(60) 1s 1 normal both;
    -webkit-animation-delay: 4s;
    animation-delay: 4s; */
    /* animation: enter 1.2s forwards .3s */
    opacity: 1;
    transform: translateY(0);
}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.hmFocus_doc {
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 5;
}

.hmFocus_doc ul ,
.hmFocus_doc ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dotbox {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 111;
}

.hmFocus_doc ul {
    gap: 1rem;
}


.dotbox .dots {
    width: 11px !important;
    height: 11px !important;
    display: inline-block;
    background: none;
    opacity: 1;
    cursor: pointer;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
}

.hmFocus_doc ul li.on .dots {
    background: #87c716;
}



#n_main {}

.n_banner {
    height: 31.25rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.n_banner .m {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.n_banner .n_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.n_banner .m h5 {
    color: #fff;
    font-family: FRADM;
    font-size: 2rem;
    line-height: 1.5;
}

.n_banner .m p {
    font-size: 1.875rem;
    line-height: 1.5;
    color: #fff;
}

.n_title {
    padding: 0;
    position: relative;
    z-index: 2;
}

/* .n_title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .2);
} */

.n_title .m {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.n_nav {
    position: relative;
}

.n_nav ul {
    display: flex;
    justify-content: center;
    gap: 3.75rem;
}

.n_nav li {
    display: block;
    font-size: 1.125rem;
    color: #fff;
    line-height: 5.625rem;
    z-index: 1;
    position: relative;
}

.n_nav li a {
    display: block;
    transition: .5s;
}

.n_nav li:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    background: #2478e2;
    bottom: 0;
    left: 0;
    margin-left: -1px;
    transform: scaleX(0);
    transform-origin: top;
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.n_nav li.on:before,
.n_nav li:hover:before {
    opacity: 1;
    transform: scaleX(1);
}


/*====移动端导航====*/
#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #259bd6;
}

#m_n_nav .m {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bnt_back {}

#bnt_back svg {
    fill: #fff;
    height: 50px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {}

#m_n_nav h1 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 50px;
}

#bnt_back {
    position: absolute;
    left: 1rem;
    top: 0;
}

#bnt_sub_nav {
    position: absolute;
    right: 1rem;
    top: 0;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

#bnt_sub_nav svg {
    fill: #fff;
    height: 50px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 15px;
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: #fff;
    display: none;
    box-shadow: 0 0 5px #999;
    z-index: 9;
    border-bottom: 1px solid #999;
}

#sub_nav_content ul {
    padding: 10px;
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0;
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid #013281;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #535455;
}

#sub_nav_content ul li.on a {
    color: #013281;
}

#sub_nav_content dl {
    font-size: 0;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

#sub_nav_content dt {
    position: relative;
    background: #fff;
    z-index: 999;
    width: 33.333333%;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    text-align: center;
}

#sub_nav_content dt a {
    margin: 0 10px;
    display: block;
    color: #5b5349;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

#sub_nav_content dt a {}

#sub_nav_content dt.title {
    background: #fafafb;
}

#sub_nav_content dt.title i {
    opacity: 1;
    filter: alpha(opacity=100);
}

#sub_nav_content dt.title_on {
    background: #fafafb;
}

#sub_nav_content dt.title_on a {
    color: #e50019;
    border-top: 1px solid #fff;
}

#sub_nav_content dt.title_on a i {
    color: #013281;
}

#sub_nav_content dt.last a {
    border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    color: #fff;
    background: #259bd6;
}

#sub_nav_content dd {}

#sub_nav_content dd .box {
    padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
    padding: 0 25px;
    line-height: 30px;
    font-size: 13px;
    color: #5b5349;
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #e50019;
}

@-webkit-keyframes roll {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roll {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.s_title {
    text-align: center;
}

.s_title h4 {
    color: #120c09;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.5;
}

.s_title p {
    color: #434647;
    font-size: .9375rem;
    line-height: 1.5;
}

.s_probox {
    display: grid;
    grid-template-columns: 20rem 1fr;
    gap: 6px;
    margin-top: 3.125rem;
}

 .s_proleft ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 3.75rem;
    color: #000000;
    font-size: 1rem;
    line-height: 2.25rem;
    border: 1px solid #dbdee3;
    border-bottom: none;
    transition: all .5s;
}

 .s_proleft ul li a i {
    color: #0a0a0a;
    font-size: 1.25rem;
}

.s_proleft ul li:last-child a {
    border-bottom: 1px solid #dbdee3;
}

 .s_proleft ul li.on a {
    background: #2dae33;
    color: #fff !important;
    border: 1px solid #2dae33;
}

 .s_proleft ul li.on a i {
    color: #fff !important;
}

 .s_proleft ul li a:hover,
 .s_proleft ul li a:hover i {
    color: #2dae33;
}


 .s_proleft>div {
    padding: 2rem 2.25rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

 .s_proleft>div i {
    color: #fff;
    font-size: 2rem;
}

 .s_proleft>div p {
    color: #fff;
    font-size: .875rem;
    line-height: 1.0625rem;
}

 .s_proleft>div h5 {
    color: #fff;
    font-size: 1.525rem;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.25;
}

.s_proright {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.375rem .5rem;
}

 .s_proright .cpbox {
    height: 13.75rem;
    background: #efeff0;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .s_proright a {
    display: block;
    height: 100%;
}

 .s_proright .cpbox {
    position: relative;
}

.s_proright .cphover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(19, 121, 192, .8);
    z-index: 1;
    opacity: 0;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.125rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

 .s_proright .cpname {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfdfdf;
    border-top: none;
    height: 4.125rem;
    transition: all .5s;
}

 .s_proright .cpname p {
    color: #000000;
    font-size: 1rem;
    line-height: 2.125rem;
    transition: all .5s;
}


 .s_proright li a:hover .cphover {
    opacity: 1;
}

 .s_proright li a:hover .cpname {
    background: #2dae33;
    border: 1px solid #2dae33;
    border-top: none;
}

 .s_proright li a:hover .cpname p {
    color: #fff;
}

.s_fuwu {
    background: url(s_fwbg.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.s_fuwu .s_title h4,
.s_fuwu .s_title p {
    color: #fff;
}

.s_fuwu ul {
    margin-top: 4.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}


.s_fuwu ul li {
    padding: 4rem 3.125rem 6.25rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.s_fuwu ul li .fwico {
    position: relative;
    z-index: 0;
}

.s_fuwu ul li .fwico::before {
    content: '';
    position: absolute;
    width: 2.125rem;
    height: 2.125rem;
    border: 5px solid rgb(163 218 248 / 60%);
    background: transparent;
    border-radius: 50%;
    right: -1rem;
    top: 0;
    z-index: -1;
}

.s_fuwu ul li+li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 18.75rem;
    background: rgb(255 255 255 / 40%);
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .5s;
}

.s_fuwu ul li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    transition: all .5s;
    background: url(fwhoverbg.png)no-repeat;
    background-size: cover;
    z-index: -1;
    left: 0;
}

.s_fuwu ul li:hover::after {
    top: 0;
}

.s_fuwu ul li:hover::before,
.s_fuwu ul li:hover+li::before {
    opacity: 0;
}



.s_fuwu ul li h6 {
    color: #fff;
    font-family: EBRIMABD;
    font-size: 2.0625rem;
    line-height: 2.25rem;
    font-style: italic;
}


.s_fuwu ul li>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.s_fuwu ul li h5 {
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 1.125rem;
}

.s_fuwu ul li p {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.6875rem;
}

.xm_slide_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.75rem;
    margin: 2.25rem 0 3rem;
}

.xm_slide_nav li {
    color: #868687;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all .5s;
}

.xm_slide_nav li i {
    display: block;
    width: 5px;
    height: 5px;
    background: #868687;
    border-radius: 50%;
    transition: all .5s;
}

.xm_slide_nav li.on {
    color: #1379c0;
}

.xm_slide_nav li.on i {
    background: #2dae33;
}


.xm_slide_for ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.75rem 1.4168rem;
}

.xm_slide_for ul li .scalcon {
    padding: 1.5rem 1.125rem 1.25rem;
}

.xm_slide_for ul li a {
    display: block;
    border-bottom: 1px solid #e5e5e6;
    transition: all .5s;
}

.xm_slide_for ul li .scalcon h5 {
    color: #000000;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    font-weight: bold;
}

.xm_slide_for ul li .scalcon p {
    color: #909090;
    font-size: .875rem;
    line-height: 1.5;
}

.xm_slide_for ul li .img_db::after {
    padding-top: 64.4%;
}

.xm_slide_for ul li a:hover {
    border-bottom: 1px solid #2dae33;
}


.s_xm .s_more {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    color: #979798;
    font-size: .9375rem;
    line-height: 1.5;
    text-transform: uppercase;
    justify-content: center;
    margin-top: 3.75rem;
}

.s_xm .s_more i {
    font-size: 1rem;
    color: #9f9fa0;
}

.s_wh .s_title {
    padding-bottom: 6rem;
}

.s_wh .s_title h4,
.s_wh .s_title p {
    color: #fff;
}

.s_wh1 {
    background: url(s_whbg.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    height: 25.625rem;

}

.s_wh1 .m {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wh_slide_nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 12.5rem;
    background: #eff1f5;
    border-radius: .625rem;
    width: 100%;
    margin-top: -6.875rem;
}


.wh_slide_nav li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.625rem;
    justify-content: center;
    transition: all .5s;
    cursor: pointer;
    position: relative;
}

.wh_slide_nav li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #2dae33;
    opacity: 0;
    transition: all .5s;
    left: 0;
    bottom: -3px;
}


.wh_slide_nav li div {
    text-align: center;
}

.wh_slide_nav li div h5 {
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.5;
    transition: all .5s;
}

.wh_slide_nav li div p {
    color: rgba(0, 0, 0, 0.5);
    font-size: .875rem;
    line-height: 1.5;
    transition: all .5s;
}

.wh_slide_nav li i {
    color: #434343;
    font-size: 3rem;
}

.wh_slide_nav li:first-child {
    border-radius: .625rem 0 0 .625rem;
}

.wh_slide_nav li:last-child {
    border-radius: 0 .625rem .625rem 0;
}


.wh_slide_nav li.on {
    background: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
}

.wh_slide_nav li.on h5 {
    color: #1379c0;
    font-weight: bold;
}

.wh_slide_nav li.on p,
.wh_slide_nav li.on i {
    color: #1379c0;
}

.wh_slide_nav li.on::before {
    opacity: 1;
}

.wh_slide_for .li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
}

.wh_slide_for .li .img {
    max-width: 35.1875rem;
    width: 100%;
    border-radius: 5px;
}

.wh_slide_for .li .img_db::after {
    padding-top: 50.445%;
}

.s_wh2 {
    position: relative;
}

.s_wh {
    position: relative;
    overflow: hidden;
}

.s_wh2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(s_whbg2.png)no-repeat center bottom;
    background-size: cover;
    left: 0;
    bottom: -7rem;
}

.s_wh2 .s_whcon h5 {
    color: #222224;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.s_wh2 .s_whcon p {
    color: #222224;
    font-size: 1rem;
    line-height: 2.5rem;
}

.s_about {
    background: url(s_aboutus.jpg)no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 10rem 0;
}

.s_about .s_abox div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 22.5rem;
}

.s_about .s_abox div h4 {
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
}

.s_about .s_abox p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: .875rem;
}

.s_about .m>i {
    width: 7px;
    height: 20px;
    background: #fff;
    display: block;
    margin: 2.25rem 0 4.5rem;
}

.s_about .s_aboutcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.s_about .s_aboutcon>p {
    max-width: 50rem;
    color: #fff;
    font-size: 1rem;
    line-height: 2.0625rem;
}

.s_about .s_aboutcon ul {
    display: flex;
    align-items: center;
    gap: 3.0625rem;
}

.s_about .s_aboutcon ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.125rem;
}


.s_about .s_aboutcon ul li a div {
    border: 2px solid rgb(255 255 255 / 40%);
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}


.s_about .s_aboutcon ul li a div i {
    color: #fff;
    font-size: 2.5rem;
}

.s_about .s_aboutcon ul li a p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.s_about .s_aboutcon ul li a:hover div {
    border: 2px solid rgb(255 255 255 / 100%);
}



.s_about .m .shuju ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 69.6875rem;
    background: rgb(255 255 255 / 90%);
    height: 6.25rem;
    width: 100%;
}

.s_about .m .shuju ul li {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: #000000;
    font-size: 1.125rem;
    line-height: 1.5;
    justify-content: center;
}

.s_about .m .shuju ul li+li {
    border-left: 1px solid #d6d3d3;
}

.s_about .m .shuju ul li div {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-top: 1rem;
}

.s_about .m .shuju ul li div .counter {
    font-family: Arial;
    font-weight: bold;
    font-size: 2.625rem;
    color: #157dc2;
}

.s_about .m .shuju ul li div em {
    font-weight: bold;
    font-size: 1.5rem;
    color: #157dc2;
    line-height: 2;
}

.s_about .m .shuju {
    display: flex;
    justify-content: flex-end;
    margin-top: 8.75rem;
}

.s_newdt {
    background: #f4f5f8;
}

.s_newdt .s_newhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.125rem;
}

.s_newdt .s_newhead .s_newleft {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.s_newdt .s_newhead .s_newleft h5 {
    color: #120c09;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.25;
}

.s_newdt .s_newhead .s_newleft p {
    color: #434647;
    font-size: 1rem;
    line-height: 2.25rem;
}

.s_newdt .s_newhead .s_newright {
    display: flex;
    align-items: center;
    gap: 7px;
}

.s_newdt .s_newhead .s_newright ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.s_newdt .s_newhead .s_newright ul li {
    border: 1px solid #e0e2e8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 3.125rem;
    width: 7.5rem;
    cursor: pointer;
    transition: all .5s;
}

.s_newdt .s_newhead .s_newright ul li.on {
    background: #157dc2;
    border: 1px solid #157dc2;
    color: #fff;
}

.s_newdt .s_newhead .s_newright a {
    height: 3.125rem;
    width: 3.1875rem;
    border: 1px solid #e0e2e8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all .5s;
}

.s_newdt .s_newhead .s_newright a:hover {
    background: #157dc2;
    border: 1px solid #157dc2;
}

.s_newdt .s_newhead .s_newright a:hover i {
    color: #fff;
}

.s_newdt .s_newhead .s_newright a i {
    color: #c9c9c9;
    font-size: 1.5rem;
}

.s_newdt .snew_slide_for .li {
    display: grid;
    grid-template-columns: 36.875rem 1fr;
    gap: 2.375rem;
}

.s_newdt .snew_slide_for .li .snew_hot a {
    display: block;
    background: #fff;
    padding: 1.375rem 1.40625rem 2.5rem;
    position: relative;
}

.s_newdt .snew_slide_for .li .snew_hot a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #157dc2;
    bottom: 0;
    opacity: 0;
    transition: all .5s;
    left: 0;
}




.s_newdt .snew_slide_for .li .snew_hot a .snewhotcon {
    padding: 1.625rem 2.25rem 0;
}

.s_newdt .snew_slide_for .li .snew_hot a h5 {
    color: #070503;
    transition: all .5s;
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: .875rem;
}

.s_newdt .snew_slide_for .li .snew_hot a p {
    color: #120c09;
    font-size: .875rem;
    line-height: 1.5rem;
}

.s_newdt .snew_slide_for .li .snew_hot a .img_db::after {
    padding-top: 62.388%;
}




.s_newdt .stime {
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background: #2dae33;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 1.625rem;
    right: 2.5rem;
    flex-direction: column;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.s_newdt .stime span {
    font-size: .875rem;
    font-weight: bold;
    text-transform: uppercase;
}


.s_newdt .snew_slide_for .li .snew_hot a:hover h5 {
    color: #157dc2;
}

.s_newdt .snew_slide_for .li .snew_hot a:hover::before {
    opacity: 1;
}

.s_newdt .snew_slide_for .li .snewlist {
    display: grid;
    gap: 1.375rem;
}

.s_newdt .snew_slide_for .li .snewlist a {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    padding-bottom: 1.375rem;
    position: relative;
}

.s_newdt .snew_slide_for .li .snewlist a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #157dc2;
    transition: all .5s;
    bottom: 0;
    left: 0;
}

.s_newdt .snew_slide_for .li .snewlist a .img_db::after {
    padding-top: 61.705%;
}

.s_newdt .snew_slide_for .li .snewlist a .img {
    max-width: 14.6875rem;
    width: 100%;
}

.s_newdt .snew_slide_for .li .snewlist a h5 {
    color: #070503;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5;
}

.s_newdt .snew_slide_for .li .snewlist a p {
    color: #414347;
    font-size: .875rem;
    line-height: 1.375rem;
    margin: .75rem 0;
}


.s_newdt .snew_slide_for .li .snewlist a .sclistcon div {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #120c09;
    font-size: .875rem;
    line-height: 1.5rem;
}

.s_newdt .snew_slide_for .li .snewlist a .sclistcon div i {
    color: #2dae33;
    font-size: 1.5rem;
}

.s_newdt .snew_slide_for .li .snewlist li:last-child a {
    padding-bottom: 0;
}

.s_newdt .snew_slide_for .li .snewlist li:last-child a::before {
    display: none;
}

.s_newdt .snew_slide_for .li .snewlist a:hover::before {
    width: 50%;
}

/* 售后服务 */

.n_title {
    text-align: center;
}


.n_title h6 {
    font-family: FRADM;
    color: #095ba9;
    font-size: 2rem;
    line-height: 1.5;
}

.n_title h5 {
    color: #303030;
    font-size: 2.1875rem;
    line-height: 1.5;
}


.n_shouhou .inner {
    position: relative;
    height: 495px;
    margin-top: 2rem;
}

.m-pic-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 495px;
    height: 495px
}

.m-pic-center img {
    display: block;
    width: 100%;
    height: 100%
}

.ul-serve1 li {
    position: absolute;
    width: 490px;
    left: 1.25%;
    top: 10%
}

.ul-serve1 .li2 {
    left: auto;
    right: 1.25%
}

.ul-serve1 .li3,
.ul-serve1 .li4 {
    top: 50.1%
}

.ul-serve1 .con {
    display: block;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 195px
}

.ul-serve1 .li2 .con {
    flex-direction: row
}

.ul-serve1 .pic {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

.ul-serve1 .pic .iconfont {
    font-size: 50px;
    transition: .5s;
    color: #259bd6;
}

.ul-serve1 .li2 .pic .iconfont {
    font-size: 3rem
}

.ul-serve1 .li3 .pic .iconfont {
    font-size: 2.5rem
}

.ul-serve1 .li4 .pic .iconfont {
    font-size: 3rem
}

.ul-serve1 .con:hover .pic .img1,
.ul-serve1 .pic .img2 {
    display: none
}

.ul-serve1 .con:hover .pic .img2 {
    display: block;
    color: #fff
}

.ul-serve1 .m-pic {
    position: relative;
    width: 175px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}

.ul-serve1 .m-pic::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 70%;
    height: 70%;
    display: block;
    content: " ";
    border: 2px solid #2dae33;
    transition: .5s
}

.ul-serve1 .con:hover .m-pic::before {
    background: #259bd6;
    border: 2px solid #259bd6;
}

.ul-serve1 .txt {
    overflow: hidden;
    flex: 1
}

.ul-serve1 .li2 .txt {
    padding-left: 30px
}

.ul-serve1 .li1 .txt {
    text-align: right;
    padding-right: 34px
}

.ul-serve1 .txt .tit {
    font-weight: bold;
    font-size: 1.375rem;
    color: #313131;
}

.ul-serve1 .con:hover .txt .tit {
    color: #259bd6;
}

.ul-serve1 .txt .desc {
    font-size: 1.0625rem;
    color: #616161;
    line-height: 1.875rem
}


.n_shform .inner {
    display: grid;
    grid-template-columns: 20.625rem 1fr;
    gap: 5.625rem;
}

.n_shform .inner .lefts .tit {
    font-family: FRADM;
    font-size: 2.75rem;
    color: #2eae34;
    line-height: 2.3125rem;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.n_shform .inner .lefts .tit2 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.3125rem;
    color: #555555;
    margin-bottom: 3.125rem;
}

.n_shform .inner .lefts .desc {
    overflow: hidden;
    display: flex;
    align-items: center
}

.n_shform .inner .lefts .desc .pic {
    overflow: hidden;
    margin: 0 5px 0 0
}


.n_shform .inner .lefts .desc .txt {
    flex: 1;
    overflow: hidden
}

.n_shform .inner .lefts .desc .tit1 {
    font-size: .875rem;
    color: #6b6b6b;
    margin-bottom: 0;
    line-height: 1.1
}

.n_shform .inner .lefts .desc .pic i {
    display: block;
    font-size: 2rem;
    color: #6b6b6b;
}


.n_shform .inner .lefts .desc .info {
    font-size: 1.5rem;
    color: #259bd6;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.25;
}

.n_shform .inner .rights {
    background: rgb(255 255 255 / 90%);
    padding: 3.75rem 3.5rem;
    border-radius: .625rem;
    display: grid;
    gap: 1.125rem;
}

.n_shform .inner .rights .rtop {
    display: flex;
    gap: 1.5625rem;
}

.n_shform .inner .rights .rtop>div ,
.n_shform .inner .rights .rbot>div {
    border: 1px solid #e1e3e4;
    border-radius: 7px;
    height: 3.625rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0 .875rem;
}

.n_shform .inner .rights .rtop .rt1 {
    width: 17.13vw;
}

.n_shform .inner .rights .rtop .rt2 ,
.n_shform .inner .rights .rtop .rt3 {
    width: 12.18vw;
}

.n_shform .inner .rights .rtop>div em ,
.n_shform .inner .rights .rbot>div em {
    font-size: 1rem;
    color: #ed4d4e;
}

.n_shform .inner .rights .rtop input {
    height: 100%;
    color: #414141;
    font-size: 1rem;
    line-height: 2.25rem;
}

.n_shform .inner .rights .rtop input::placeholder {
    color: rgb(65 65 65 / 60%);
    font-size: 1rem;
    line-height: 2.25rem;
}

.n_shform .inner .rights .rmid textarea {
    height: 7.1875rem;
    resize: none;
    border: 1px solid #e1e3e4;
    font-size: 1rem;
    border-radius: 7px;
    width: 100%;
    background: transparent;
    padding: 1.125rem 2rem;
}

.n_shform .inner .rights .rmid {
    position: relative;
}

.n_shform .inner .rights .rmid::after {
    top: 1.5rem;
    left: 0.875rem;
    width: 0.5rem;
    height: 0.5rem;
    content: "*";
    position: absolute;
    font-size: 1rem;
    color: #ed4d4e;
}

.n_shform .inner .rights .rbot {
    display: flex;
    align-items: center;
    gap: 1.4375rem;
}

.n_shform .inner .rights .rbot .yzmbox {
    position: relative;
    width: 28vw;
}

.n_shform .inner .rights .rbot .yzmbox .yzm {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translate(0,-50%);
}

.n_shform .inner .rights .rbot button {
    width:14vw;
    height: 3.625rem;
    background: #259bd6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 2.25rem;
}

/* 售前服务 */

.n_shouqian .m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.n_shouqian .m  .sqbox {
    max-width: 40.625rem;
    width: 100%;
}

.n_shouqian .m  .sqbox .n_title {
    text-align: left;
}

.n_shouqian .m  .sqbox>p {
    color: #515151;
    font-size: 1rem;
    line-height: 1.875rem;
    margin: 2.25rem 0;
}

.n_shouqian .m  .sqbox .rexian {
    display: flex;
    align-items: center;
    gap: .625rem;
}

.n_shouqian .m  .sqbox .rexian .rxico {
    width: 3.125rem;
    height: 3.125rem;
    background: #259bd6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_shouqian .m  .sqbox .rexian .rxico i{
    color: #fff;
    font-size: 1.375rem;
}

.n_shouqian .m  .sqbox .rexian .rxcon p {
    color: #707070;
    font-size: .9375rem;
    line-height: 1.25;
}

.n_shouqian .m  .sqbox .rexian .rxcon h5 {
    color: #2dae33;
    font-family: Advantage;
    font-weight: bold;
    font-size: 1.5rem;
}

.n_shouqian .m>img {
    border-radius: .625rem;
}

.n_sqlc .m {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 搜索结果页 */

.n_result h4 {
    margin: 2.5rem 0;
    color: #282828;
    font-size: 1.625rem;
    line-height: 1.875rem;
}

.sslist {
    display: grid;
    gap: 1.875rem;
}

.sslist li .img {
    max-width: 20.625rem;
    width: 100%;
}

.sslist li a .img_db::after {
    padding-top: 62.125%;
}

.sslist li a {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #ebedef;
    transition: all .5s;
}



.sslist li a h5 {
    color: #313131;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold;
    margin-bottom: 1rem;
    transition: all .5s;
}

.sslist li a .sscon div {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #747474;
    font-size: .875rem;
    line-height: 1.5;
}

.sslist li a .sscon div i {
    color: #929292;
    font-size: 1.25rem;
}


.sslist li a:hover h5 {
    color: #157dc2;
}

/* 项目案例 */

.n_xmal ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2.8125rem  2.65625rem;
}

.n_xmal ul li a .img_db::after {
    padding-top: 64.708%;
}


.n_xmal ul li a ,
.n_ppbox ul li a  {
    display: block;
    border-bottom: 1px solid #e5e5e6;
    transition: all .5s;
}

.n_xmal ul li a:hover ,
.n_ppbox ul li a:hover {
    border-bottom: 1px solid #2dae33;
}

.n_xmal ul li a .n_xmcon ,
.n_ppbox ul li a .n_procon {
    padding: 1rem;
}

.n_xmal ul li a .n_xmcon h5 ,
.n_ppbox ul li a .n_procon h5 {
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.n_xmal ul li a .n_xmcon p ,
.n_ppbox ul li a .n_procon p {
    color: #909090;
    font-size: .9375rem;
    line-height: 1.5;
}


/* 新闻 */

.n_new ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.875rem 2.1875rem;
}

.n_new ul li a {

    display: block;

}

.n_new ul li a .img_db::after {
    padding-top: 62.794%;
}


.n_new ul li a .n_newcon {
    padding: 2rem 2rem 1.875rem 1.875rem;
    border: 1px solid #dbdbdb;
}

.n_new ul li a .n_newcon span {
    color: #313131;
    font-size: .875rem;
    line-height: 1.25rem;
}

.n_new ul li a .n_newcon .lm {
    color: #747474;
    font-size: .875rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.n_new ul li a .n_newcon .lm i {
    color: #929292;
    font-size: 1.125rem;
}

.n_new ul li a .n_newcon h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: bold;
    color: #212121;
    transition: all .5s;
    margin: .875rem 0 1.5rem;
    white-space: wrap;
}

.n_new ul li a .n_newcon div {
    position: relative;
}

.n_new ul li a .n_newcon div::before {
    content: '';
    position: absolute;
    height: 2.625rem;
    width: 3px;
    background: #2dae33;
    left: -1.875rem;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .5s;
}

.n_new ul li a:hover .n_newcon div::before {
    background: #259bd6;
}

.n_new ul li a:hover .n_newcon h5 {
    color: #259bd6;
}


/* 新闻详情 */

.n_newxq .m {
    display: grid;
    grid-template-columns: 61.875rem 1fr;
    gap: 3.75rem;
    align-items: flex-start;
}

.ar_title {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: .875rem;
    margin-bottom: 2.5rem;
    position: relative;
}
.ar_title::before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 2px;
    background: #157dc2;
    left: 0;
    bottom: -2px;
}
.ar_title .cd {
    color: #fff;
    font-size: .875rem;
    line-height: 1.375rem;
    width: 6.5625rem;
    height: 1.875rem;
    background: #2dae33;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ar_title h4 {
    font-size: 2rem;
    line-height: 2.625rem;
    color: #2b3340;
    margin: 1rem 0;
    font-weight: bold;
}

.ar_title p {
    color: #515151;
    font-size: .9375rem;
    line-height: 1.25rem;
    font-family: OpenSansBold_0;
}


.newleft .ar_article p {
    color: #5c5c5c;
    font-size: 1rem;
    line-height: 2rem;
}

.ar_fot {
    margin-top: 3rem;
    padding-top: 1.625rem;
    border-top: 2px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.ar_fot p {
    color: #414141;
    font-size: .9375rem;
    line-height: 1.5;
    position: relative;

}

.ar_fot h5 {
    color: #414141;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: bold;
    margin-top: .75rem;
}

.ar_fot .qian {
    padding-left: 1.5rem;
    text-align: left;
}

.ar_fot .hou {
    padding-right: 1.5rem;
    text-align: right;
}

.ar_fot div {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.ar_fot div i {
    color: #35b13b;
    font-size: 1.5rem;
}

.ar_fot .qian div {
    margin-left: -2rem;
}

.ar_fot .hou div {
    justify-content: flex-end;
    margin-right: -2rem;
}

 .newright>h5 {
    font-size: 1.375rem;
    line-height: 1.5;
    color: #212121;
    font-weight: bold;
    margin-bottom: 1rem;
}

.newright ul {
    display: grid;
    gap: 1.25rem;
}

.newright ul li .img_db:after {
    padding-top: 62.905%;
}

.newright ul li .xqlistcon {
    padding: 1.25rem 2rem 1.25rem 1.125rem;
    border: 1px solid #dbdbdb;
}

.newright ul li .xqlistcon div {
    position: relative;
}

.newright ul li .xqlistcon div::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 2.1875rem;
    background: #2dae33;
    left: -1.25rem;
    top: 50%;
    transform: translate(0, -50%);
}

.newright ul li h5 {
    color: #212121;
    font-size: 1rem;
    line-height: 1.625rem;
    margin: .5rem 0;
    transition: all .5s;
    font-weight: bold;
}

.newright ul li p {
    font-size: .8125rem;
    line-height: 1.25rem;
    color: #5d5d5d;
}

/* 案例详情 */

.alxqbox {
    display: grid;
    grid-template-columns: 16.875rem 1fr;
    gap: 6.875rem;
    margin-bottom: 2.25rem;
}

.alxqbox .alxqleft h4 {
    color: #2b3340;
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: bold;
}

.alxqbox .alxqleft p {
    color: #909090;
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 1.5rem;
}

.alxqbox .alxqleft i {
    display: block;
    width: 1.875rem;
    height: 3px;
    background: #2dae33;
}

.alxqbox .ar_article p {
    color: #5c5c5c;
    font-size: 1rem;
    line-height: 2rem;
}


#cpsy .swiper-slide {
    width: auto;
    position: relative;
    overflow: hidden;
}

#cpsy .swiper-slide .img {
    width: 100%;
    height: 21.875rem;
}

.shiying  {
    position: relative;
}


.shiying .swiper-scrollbar {
    width: 100% !important;
    left: 0 !important;
    margin-right: 0;
    margin-top: 2.25rem !important;
    height: 3.4375rem !important;
    position: relative !important;
    background: transparent;
}

.shiying .swiper-scrollbar:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #dadedf;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.shiying .swiper-scrollbar-drag {
    cursor: pointer;
    width: 3.75rem !important;
    height: 3.75rem !important;
    background: url(../images/drag.png) left center no-repeat;
    background-size: contain;
    border-radius: 50%;
}


.n_ppro ,
.n_relpro {
    background: #f2f3f6;
}

.n_ppbox ,
.n_relbox {
    margin-top: 1.875rem;
    position: relative;
}

.n_ppbox ul li a .img_db::after {
    padding-top: 64.5%;
}

.n_ppbox .swiper-button-white ,
.n_relbox .swiper-button-white {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    border: 2px solid #cdcecf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_ppbox .swiper-button-white {
    margin-top: -4.5rem;
}

.n_ppbox .swiper-button-white i ,
.n_relbox .swiper-button-white i {
    font-size: 1.375rem;
    color: #4f4f4f;
}

.n_ppbox .pro_next ,
.n_relbox .rel_next {
    right: -4rem;
}

.n_ppbox .pro_prev ,
.n_relbox .rel_prev {
    left: -4rem;
}

#n_project .n_procon {
    padding: 1.375rem 1rem 1rem;
}
#n_project .n_procon h5 {
    font-size: 1rem;
}

/* 产品系列 */

.n_cpxl .m {
    display: grid;
    grid-template-columns: 17.5rem 1fr;
    gap: 2.125rem;
    align-items: flex-start;
}


.n_cpxl .s_proright .cpname {
    height: 3.75rem;
}

.n_cpxl .s_proright {
    gap: 1.375rem .78125rem;
}

.n_cpxl .s_proleft {
    position: sticky;
    top: 8rem;
}

.n_cpxl .page .box {
    justify-content: flex-start;
}

.n_cpxl  .s_proleft>div {
    padding: 2rem;
}

/* 产品详情 */

.n_cpxq .cptop {
    display: grid;
    grid-template-columns: 33.4375rem 1fr;
    gap: 2.5rem;
    align-items: center;
    padding-bottom: 3.125rem;
    border-bottom: 1px solid #e8e8e9;
    margin-bottom: 1.875rem;
}

.n_cpxq .cptop .cpimgs {
    background: #efeff0;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.n_cpxq .cptop .ar_article h4 {
    color: #212121;
    font-weight: bold;
    font-size: 1.625rem;
    line-height: 2.125rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e8e8e9;
    position: relative;
    margin-bottom: 2.5rem;
}

.n_cpxq .cptop h4::before {
    content: '';
    position: absolute;
    width: 2.5rem;
    height: 2px;
    background: #2dae33;
    left: 0;
    bottom: -1px;
}

.n_cpxq .cptop .ar_article p {
    color: #616161;
    font-size: 1rem;
    line-height: 2.125rem;
}

.n_cpxq>.ar_article p {
    color: #515151;
    font-size: 1rem;
    line-height: 2.125rem;
}

#relpros a {
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.75rem;
    height: 18.375rem;
    padding: 1.6875rem 2rem 1rem;
    justify-content: space-between;
}

#relpros a p {
    text-align: center;
    color: #000000;
    font-size: 1rem;
    line-height: 2.125rem;
}

/* 单页 */

.n_article h5 {
    color: #167ec3;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.n_article p {
    color: #616161;
    font-size: 1rem;
    line-height: 2rem;
}


/* 联系我们 */

.n_dzxx .bd {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.n_dzxx .txt {
    border: 1px solid #e6e9ec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.75rem;
}


.n_dzxx .txt .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  
  .n_dzxx .txt h3 {
    font-size: 2rem;
    color: #212121;
    font-weight: bold;
    margin-bottom: 4rem;
  }
  
  .n_dzxx ul {
    max-width: 42.5rem;
  }
  
  .n_dzxx ul li {
    display: flex;
    align-items: center;
  }
  
  .n_dzxx ul li .ico {
    width: 3.125rem;
    height: 3.5rem;
    flex-shrink: 0;
    margin-right: 1.25rem;
    background: url(../images/ico_bg2.svg) center no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .n_dzxx ul li .ico svg {
    width: 1.375rem;
    height: 1.375rem;
  }
  
  .n_dzxx ul li .ico svg path {
    fill: #333;
  }


  .n_dzxx ul li+li {
    margin-top: 1.375rem;
}

.n_dzxx ul li p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #222222;
}

.n_lxfk {
    width: 100%;
    overflow: hidden;
    background: url(../images/lxfkbg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.n_lxfk::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.n_lxfk h4 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 2.625rem;
}

.n_lxfk .bd {
    background: #fff;
    padding: 4rem 3.75rem;
}


.n_lxfk form {
    display: grid;
    gap: 1.875rem 1.1875rem;
    grid-template-columns: repeat(3, 1fr);
}

.n_lxfk  .group {
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.n_lxfk .group .span {
    white-space: nowrap;
    flex-shrink: 0;
    display: block;
    position: relative;
    font-size: 1.125rem;
    color: #313131;
    margin-bottom: 1.125rem;
}

.n_lxfk .group .input {
    width: 100%;
    border: 1px solid #d2d8de;
    height: 3.75rem;
    padding: 0 1.625rem;
    font-size: 1rem;
    color: #7f7f7f;
}

.n_lxfk .group .input::placeholder {
    color: #7f7f7f;
    font-size: 1rem;
    line-height: 1.875rem;
}

.n_lxfk .textareabox {
    grid-column: 1/4;
    display: block;
    gap: 0;
}


.n_lxfk .textareabox textarea.input {
    padding-top: 1rem;
    width: 100%;
    height: 7.8125rem;
}

.n_lxfk .group .yzm {
    position: absolute;
    right: 1rem;
    top: 1px;
    bottom: 1px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.n_lxfk .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 13.1875rem;
    color: #fff;
    background: #2dae33;
    font-size: 1.0625rem;
    gap: 0.75rem;
}

.n_lxfk  .button i {
    font-size: 1.5rem;
}

/* 关于 */

.n_xmhw {
    background: url(../images/sidabg.jpg)center no-repeat;
    background-size: cover;
    position: relative;
}


.xmwh_slide_for .li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xmwh_slide_for .li  h2 {
    color: rgb(255 255 255 / 30%);
    font-size: 7.125rem;
    line-height: 8.125rem;
    max-width: 14.375rem;
}

.xmwh_slide_for .li div {
    max-width: 37.5rem;
    width: 100%;
}

.xmwh_slide_for .li h5 {
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 1.875rem  0 1.25rem;
}

.xmwh_slide_for .li  p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 2.125rem;
}

.xmwh_slide_nav {
    margin-top: 0;
    bottom: -3rem;
    position: relative;
}





.ar_article h3{font-size: 1.625rem;font-weight: bold;margin: 0;}
.snew_slide_for{min-height: 31.4375rem;}
.wh_slide_for .li .s_whcon{width: 100%;}