@charset "utf-8";
/* CSS Document */

/*===========================header=============================*/
.headerbox {
    position: fixed;
    top: 0;
    z-index: 998;
    z-index: 999;
    height: 6.875rem;
    width: 100%;
}

#header {
    width: 100%;
    transition: .6s;
    position: relative;
}

#header>.m {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    position: static;
}

#header .fr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#logo a {
    display: flex;
    height: 100%;
    align-items: center;
}

#header .line01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 20%);
    z-index: -1;
}

#nav {
    flex-shrink: 0;
}

#nav>ul>li>a {
    display: flex;
    height: 100%;
    align-items: center;
}

#nav>ul>li>a img {
    height: 54px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin: auto;
}

#nav .img01 {
    display: none;
}

#nav .img02 {
    display: block;
}

#nav {
    flex-grow: 1;
}

#nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#nav ul li {
    float: left;
    position: relative;
    z-index: 0;
    text-align: center;
}



#nav ul li h3 {
    font-size: 1.125rem;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    line-height: 6.875rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
}

#nav ul li h3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: url(../images/hoverheader.png)no-repeat;
    background-size: 100% 100%;
    transition: all .5s;
    left: 0;
    bottom: 0;
}

#nav ul li:hover h3::before,
#nav ul li.on h3::before {
    height: 10px;
}

#header.xg #nav ul li.on h3,
#header.xg #nav ul li:hover h3 {
    color: #259bd6;
}

#header.xg .menu_top .phone_btn i {
    color: #000;
}

#header .menu_top {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

#header .menu_top .phone_btn i {
    color: #fff;
    font-size: 1.125rem;
}

#header .menu_top .search_btn {
    width: 6.25rem;
    background: #259bd6;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

#header .menu_top .search_btn i {
    color: #fff;
    font-size: 1.125rem;
}

#nav li .sub,
#header .menu_top .phone_btn .sub {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 999;
    transform-origin: 0 0 0;
    transform: translateY(10px) translateX(-50%);
    clip-path: inset(0 0 100% 0);
    transition: .5s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

#nav li .sub_pro {
    position: fixed;
    width: 100%;
    left: 50%;
    clip-path: inset(0 0 100% 0);
    transition: .5s;
    top: 7.8125rem;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
}

#nav li .sub_pro .boxs {

    border-radius: 5px;
    display: flex;
    align-items: flex-start;
}

#nav li .sub_pro {
    padding: 4.6875rem 0;
}

#nav li .sub_pro .subpro_nav {
    max-width: 20.625rem;
    padding-right: 3rem;
    border-right: 1px solid rgba(0, 0, 0, .1);

}

#nav li .sub_pro .li {
    background: #fff;
}

#nav li .sub_pro .subpro_nav li {
    padding-bottom: .875rem;
    margin-bottom: 1rem;
}

#nav li .sub_pro .subpro_nav li.on {
    border-bottom: 1px solid #000000;
}

#nav li .sub_pro .subpro_nav li.on h5 {
    font-family: Jost-Bold;
}

#nav li .sub_pro .subpro_nav li h5 {
    font-family: Jost-Regular;
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.5rem;
    white-space: normal;
    text-align: left;
    cursor: pointer;
}

#nav li .sub_pro .subpro_nav ul {
    display: flex;
    flex-direction: column;
}

#nav li .sub_pro .li {
    display: flex;
    gap: 3.75rem;
}

#nav li .sub_pro .for_con {
    display: flex;
    flex-direction: column;
    margin-left: 2.875rem;
    flex-shrink: 0;
}

#nav li .sub_pro .for_con a {
    font-family: Jost-Light;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.5rem;

}

#nav li .sub_pro .for_con a:hover {
    font-weight: bold;
}

#nav li .sub_pro .subpro_for ul {
    display: flex;
    gap: 2.125rem;
    width: 61.4375rem;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

#nav li .sub_pro .subpro_for ul li {
    width: 22.4%;
}

#nav li .sub_pro .subpro_for ul li .imgs {
    border-radius: 5px;
}

#nav li .sub_pro .subpro_for ul li .img_db::after {
    padding-top: 70.5%;
}

#nav li .sub_pro .subpro_for ul li:hover .imgs img {
    transform: scale(1.05) rotate(.1deg);
    -webkit-transform: scale(1.05) rotate(.1deg);
    -moz-transform: scale(1.05) rotate(.1deg);
    -ms-transform: scale(1.05) rotate(.1deg);
    -o-transform: scale(1.05) rotate(.1deg);
}

#nav li .sub_pro .subpro_for ul li p {
    color: #000;
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: center;
    font-family: Jost-Regular;
    margin-top: .5rem;
}


.slide_for {
    position: relative;
}


.slide_for .li {
    position: relative;
    transition: .5s;
    opacity: 1;
    visibility: visible;
}



#nav li .sub .box,
#header .menu_top .phone_btn .sub .box {
    padding: 0;
    text-align: left;
    background: rgba(255, 255, 255, 1);
    padding: 1rem 0;
    border-radius: 12px;
}



#nav li .sub a {
    padding: 0 1.5rem;
    line-height: 2.375rem;
    transition: .3s;
    font-size: 1rem;
    color: #515151;
    text-align: center;
    display: block;
    white-space: nowrap;
    position: relative;
    justify-content: center;
}

/* #nav li .sub a:before{ content: ""; display: block; width: 4px; height: 14px; position: absolute; left: -.5rem; top: 50%; margin-top: -8px; background: #003a8e; transform: scaleY(0); transition: .5s;} */
#nav li .sub a:hover {
    color: #fff;
    background: #0d5faa;
}

/* #nav li .sub a:hover:before{transform: scaleY(1); } */
#nav li:hover .sub,
#nav li:hover .sub_pro,
#header .menu_top .phone_btn:hover .sub {
    clip-path: inset(0 0 0 0);
}



#header .menu_top .phone_btn .sub {
    left: 0;

}

#header .menu_top .phone_btn .sub .box {
    color: #000;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;

}



video {
    background: #000;
}

#header.xg {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#header.xg #nav ul li h3 {
    color: #333;
}

#header.xg #nav ul li h3:before {
    background: url(../images/hoverheader2.png)no-repeat;
    background-size: 100% 100%;
}

#header.xg #nav .img01 {
    display: block;
}

#header.xg #nav .img02 {
    display: none;
}


/* #header:hover{ background: rgba(255, 255, 255, 1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}
#header:hover #nav ul li h3{ color: #333; }
#header:hover #nav ul li h3:before{ background: #003a8e;}
#header:hover #nav .img01{ display: block;}
#header:hover #nav .img02{ display: none;}
#header:hover .top_menu_box .top_menu svg path{ fill: #003a8e !important;}
#header:hover .top_menu_box .top_menu span{ color: #333;}
#header:hover .top_menu_box .top_menu:before{ background: rgba(0, 0, 0, 0.2);} */
/***********************/

/*手机导航开始*/
#m_header {
    display: none;
    height: 5.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 997;
    transition: .5s;
}

#m_header .top_menu {
    position: absolute;
    right: 6rem;
    top: 50%;
    transform: translate(0,-50%);
}

#m_header .top_menu a i {
    color: #fff;
}

#m_header.xg {
    background: #1379c0;
}

#m_header.xg .img02 {
    display: block;
}

#m_header.xg .img01 {
    display: none;
}

*/ .xg .menubtn span:after,
.xg .menubtn span:before {
    background: #333;
}

*/ #m_header .m {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

#m_header #logo {
    height: 100%;
}

#m_header #logo img {
    height: 46px;
}

#m_header #logo .img01 {
    display: none;
}

.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 1rem;
    margin: 0 auto;
}

#m_nav>ul>li+li {
    border-top: 1px solid rgb(255 255 2555 / 20%);
}

#m_nav li .a {
    display: block;
    transform: translateY(100%);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 0;
}

#m_nav.act li .a {
    transform: translateY(0);
    transition: all 0.5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    opacity: 1;
}

#m_nav li .a h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #ffffff;
    padding: 0;
    font-size: 1.25rem;
    float: left;
    font-weight: bold;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0;
}

#m_nav .title .a i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 12px;
    height: 5.5rem;
    opacity: .8;
    float: right;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: contain;
}

#m_nav li.on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav li {
    display: block;
    width: 100%;
}

.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: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: #014085;
}

#m_nav .title .list a {
    display: block;
    font-size: 1.125rem;
    color: rgb(255 255 255 / 53%);
    text-align: left;
    line-height: 35px;
    height: 35px;
    border: 0;
}

/*三级导航 开始*/
#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;
}


.search-dialog-box {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 18rem;

    z-index: 1000000;

    opacity: 0;

    visibility: hidden;

    transition: .6s;

    /* overflow: hidden; */

}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    background: #259bd6;
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {

    opacity: 0;

    visibility: hidden;

    display: none;

}

.search-dialog-box .search-bg {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 0;

    margin: 0;

    background: rgba(0, 0, 0, .7);

    background-size: cover;

    background-repeat: no-repeat;

    /* z-index: 1; */

    transform-origin: center center;

    transition: height .8s cubic-bezier(.77, 0, .175, 1);

}

.search-dialog-box .wrap-inner {

    transform: translateY(100%);

    transition: .6s;

}

.header-right .bubbles-bg {

    opacity: 0;

    visibility: hidden;

    transition: all .5s .8s;

}

.search-dialog-box .bubbles-bg .bubble {

    position: absolute;

}

.search-dialog-box .bubbles-bg .bubble .circle {

    border-radius: 100%;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}

.search-dialog-box .bubbles-bg .bubble1 {

    width: 6%;

    padding-top: 6%;

    left: 26.875%;

    top: -6.67%;

}

.search-dialog-box .bubbles-bg .bubble1 .circle {

    border: 1px solid #fff;

}

.search-dialog-box .bubbles-bg .bubble2 {

    width: 12px;

    padding-top: 12px;

    left: 13.54%;

    top: 18%;

}

.search-dialog-box .bubbles-bg .bubble2 .circle {

    background-color: #ff495f;

}

.search-dialog-box .bubbles-bg .bubble3 {

    width: 36px;

    padding-top: 36px;

    left: 8.854%;

    top: 30.55%;

}

.search-dialog-box .bubbles-bg .bubble3 .circle {

    background-color: #fff;

}

.search-dialog-box .bubbles-bg .bubble4 {

    width: 56.875%;

    padding-top: 56.875%;

    left: -28.6458%;

    top: 51.85%;

}

.search-dialog-box .bubbles-bg .bubble4 .circle {

    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);

    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);

    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);

}

.search-dialog-box .bubbles-bg .bubble5 {

    width: 54px;

    padding-top: 54px;

    left: 26.3%;

    top: 70.83%;

}

.search-dialog-box .bubbles-bg .bubble5 .circle {

    background-color: #fff;

    opacity: .1;

}

.search-dialog-box .bubbles-bg .bubble6 {

    width: 56.875%;

    padding-top: 56.875%;

    left: 73.4375%;

    top: -52.77%;

}

.search-dialog-box .bubbles-bg .bubble6 .circle {

    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);

    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);

    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);

}

.search-dialog-box .bubbles-bg .bubble7 {

    width: 2rem;

    padding-top: 2rem;

    left: 60.9375%;

    top: 18.5%;

}

.search-dialog-box .bubbles-bg .bubble7 .circle {

    background-color: #ff495f;

}

.search-dialog-box .bubbles-bg .bubble8 {

    width: 1.35rem;

    padding-top: 1.35rem;

    left: 95.83%;

    top: 70.83%;

}

.search-dialog-box .bubbles-bg .bubble8 .circle {

    border: 1px solid #fff;

}

.search-dialog-box .bubbles-bg .bubble9 {

    width: 16px;

    padding-top: 16px;

    left: 76.5625%;

    top: 96.296%;

}

.search-dialog-box .bubbles-bg .bubble9 .circle {

    background-color: #fff;

}

.search-dialog-box .bubbles-bg .bubble10 {

    width: 56.875%;

    padding-top: 56.875%;

    left: 71.354%;

    top: 87%;

}

.search-dialog-box .bubbles-bg .bubble10 .circle {

    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);

    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);

    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);

}

.search-dialog-box .bubbles-bg .bubble {

    animation: spin 8s infinite linear;

    transform-origin: 50% 45%;

}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {

    animation: spin2 8s infinite linear;

}

.search-dialog-box .bubbles-bg .bubble .circle {

    animation: spin-reverse 8s infinite linear;

}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {

    animation: spin-reverse2 8s infinite linear;

}

.search-dialog-box .bubbles-bg .sm-bubble {

    transform-origin: 30% 30px;

}

.search-dialog {

    position: absolute;

    left: 0;

    top: 50%;



    transform: translateY(-50%);

    width: 100%;

    z-index: 2;

}

.search-dialog .search-tit {

    font-size: 2.75rem;

    line-height: 3.5rem;

    color: #fff;

    text-align: center;

    overflow: hidden;

    display: none;

}

.search-dialog .search-inner {

    overflow: hidden;

    margin-top: 0;

}

.search-dialog .search-input {

    width: 50rem;

    margin: 0 auto;

    padding: 0 0.5rem 0 1.5rem;

    background-color: rgba(255, 255, 255, .1);

    box-sizing: border-box;

    transition: all .3s;

    max-width: 94%;

}

.search-dialog .search-input input[type=text] {

    float: left;

    height: 4.5rem;

    width: calc(100% - 3.5rem);

    background-color: transparent;

    font-size: 1.25rem;

    line-height: .5rem;

    color: #fff;

    transition: all .3s;

}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {

    color: rgba(255, 255, 255, 0.5);

}

.search-dialog .search-input input[type=text]:-moz-placeholder {

    color: rgba(255, 255, 255, 0.5);

}

.search-dialog .search-input input[type=text]::-moz-placeholder {

    color: rgba(255, 255, 255, 0.5);

}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {

    color: rgba(255, 255, 255, 0.5);

}

.search-dialog .search-input input[type=submit],

.search-dialog .search-input .clear-btn {

    float: right;

    height: 4.5rem;

    width: 3.5rem;

}

.search-dialog .search-input input[type=submit] {

    background-color: transparent;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 1.5rem;

    background-image: url('../images/search-btn.svg');

}



.search-dialog .search-input .ss,

.search-dialog .search-input .clear-btn {

    float: right;

    height: 4.5rem;

    width: 3.5rem;

}

.search-dialog .search-input .ss {

    background-color: transparent;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 1.5rem;

    background-image: url('../images/search-btn.svg');

}



.search-dialog .search-input .clear-btn {

    background-color: rgba(0, 0, 0, .2);

    background-repeat: no-repeat;

    background-position: center;

    background-image: url('../images/close-btn.svg');

    background-size: 3.5rem;

    border-radius: 100%;

    margin-right: 1rem;

    display: none;

}

.search-dialog .search-input.on {

    background-color: #fff;

}



.search-dialog .search-input.on input[type=submit] {

    background-image: url('../images/search-btn2.svg')
}



.search-dialog .hot-search {

    font-size: 0;

    width: 19.5rem;

    margin: .6rem auto 0;

    box-sizing: border-box;

    padding: 0 .6rem;

    overflow: hidden;

}

.search-dialog .hot-search .hot-tit,

.search-dialog .hot-search .hot-link {

    display: inline-block;

    *display: inline;

    zoom: 1;

    vertical-align: top;

}

.search-dialog .hot-search .hot-tit {

    font-size: .375rem;

    line-height: .5rem;

    color: #fff;

    font-weight: bold;

    padding-left: .6rem;

    background-repeat: no-repeat;

    background-position: left center;

    background-size: .5rem;

    background-image: url(../images/hot-icon.png);

}

.search-dialog .hot-link {

    margin-left: 1rem;

}

.search-dialog .hot-link a {

    display: inline-block;

    *display: inline;

    zoom: 1;

    font-size: .375rem;

    line-height: .5rem;

    margin-right: .75rem;

    color: #fff;

    padding-bottom: 5px;

    position: relative;

}



.search-dialog .hot-link a:before {

    content: "";

    position: absolute;

    left: 0%;

    bottom: 0;

    width: 100%;

    height: 2px;

    background-color: #fff;

    transform: scaleX(0);

    transform-origin: left center;

    transition: transform .3s;

}

.search-dialog-box .bottom-box {

    position: absolute;

    left: 0;

    bottom: 5.1%;

    width: 100%;

}

.search-dialog-box .bottom-box .share-box {

    overflow: hidden;

}

.search-dialog-box .bottom-box .copy {

    font-size: .35rem;

    line-height: .5rem;

    color: #fff;

    font-family: "gilroy-regular";

    margin-top: .5rem;

    overflow: hidden;

}



.header-right.is-open .bubbles-bg {

    visibility: visible;

    opacity: 1;

}

.header-right.is-open .search-btn .con-box {

    display: none;

}

.header-right.is-open .close-btn {

    display: block;

}

.header-right.is-open .item .search-bg {

    transform: scale(1);

}

.search-dialog-box.on {

    opacity: 1;

    visibility: visible;

}

.search-dialog-box.on .search-bg {
    height: 100vh;
}



.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}



.pub-close {

    position: absolute;

    width: 3rem;

    height: 3rem;

    z-index: 10;

    right: 1.5rem;

    top: 1.35rem;

    background-color: rgba(255, 255, 255, .1);

    border-radius: 100%;

}

.pub-close .bg {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: #1c5ab7;

    transform: scale(0);

    border-radius: 100%;

    transition: transform .3s;

}

.pub-close i {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-position: center;

    background-size: 0.75rem;

    background-repeat: no-repeat;

    background-image: url(../images/close-btn.svg);

    transition: .6s
}

.pub-close i:hover {
    transform: rotate(180deg)
}



@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);

    }

}


/*首页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.625rem;
    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(../images/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(../images/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(../images/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(../images/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(../images/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;
}


.n_zzjg {
    background: url(../images/n_zuzhibg.jpg)no-repeat center;
    background-size: cover;
}

.n_zzjg  img {
    display: block;
    margin: 2.5rem auto 0;
}

.n_lic {
    background: url(../images/lcbg.jpg)center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.n_lic .n_title h6 ,
.n_lic .n_title h5 {
    color: #fff;
}

.n_lic .n_title h5 {
    font-size: 1.875rem;
}
 
.n_lic .history {
    background: rgb(255 255 255 / 95%);
    border-radius: 10px;
    padding: 3.75rem 0;
    height: auto;
    margin: 1.875rem auto 0;
    max-width: 68.75rem;
}


.n_lic .history ul li {
    padding: 0 3.75rem 0;
    display: flex;
    transition: all .4s;
}
.n_lic .history ul li:hover {
    transform: translate3d(0px, -8px, 0px);
}
.n_lic .history ul li h4 {
    font-family: OSWALD-DEMIBOLD;
    color: #2dae33;
    font-size: 2.25rem;
    padding-right: 2.5rem;
    margin-top: 2.5rem;
    position: relative;
    transition: all .5s;
    flex-shrink: 0;
    max-width: 7.125rem;
}
.n_lic .history ul li h4::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 2.125rem;
    right: -2px;
    top: 0;
    background: #2dae33;
    transition: all .5s;
}
.n_lic .history ul li p {
    color: #313131;
    font-size: 1rem;
    line-height: 2rem;
    transition: all .5s;
}

.n_lic .history ul li i {
    height: auto;
    width: 1px;
    background: #e1e2e5;
    display: block;
    transition: all .5s;
}

.n_lic .history ul li div {
   margin: 2.375rem 0 0 2.5rem ;
   padding-bottom: 2rem;
   width: 100%;
}

.n_lic .history ul li:last-child div {
    border-bottom: 0;
}

.n_lic .history ul li:hover {
    background: #0da945;
}

.n_lic .history ul li:hover h4 , .n_lic .history ul li:hover p {
    color: #fff;
}
.n_lic .history ul li:hover i {
    background: #0da945;
}


.n_lic .history ul li:hover h4::before {
    background: #fff;
}

.n_lic .history ul li:hover {
    box-shadow: rgba(0, 153, 55, .25) 0px 0px 15px 7px;
}


.n_honor {
    background: url(../images/n_honorbg.jpg)no-repeat center;
    background-size: cover;
}


#n_ry {
    padding: 4rem 0;
}

.honorbox .box {
    display: block;
    background: #fff;
    border-radius: 0.9375rem;
    padding: 1.5rem 2.25rem;
    box-shadow: 5px 6px 1rem 0px rgba(29, 50, 149, 0.2);
}


.honorbox .box h4 {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 1.75rem;
    color: #0d0d0d;
}

.honorbox .box .img_db::after {
    padding-top: 74.9%;
}

.honorbox .arrbox {
    display: flex;
    justify-content: center;
    gap: 1rem;
}




.honorbox .arrbox .arr {
    width: 3.75rem;
    height: 3.75rem;
    gap: 1rem;
    border: 1px solid #d0d0d0;
    transition: .5s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.honorbox .arrbox i {
    font-size: 1.25rem;
    color: #00479d;
}

.honorbox  .arrbox .arr:hover {
    border: 1px solid #259bd6;
    background: #259bd6;
    color: #fff;
}

.honorbox  .arrbox .arr:hover i {
    color: #fff;
}
.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%;}