.head {
    height: 80px;
    background: #fff;
}

.head>.wrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    height: 100%;
}

.navbar>li {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2.125rem !important;
    position: relative;
}

.navbar>li>a {
    font-size: .875rem;
    color: #202020;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar>li:hover>a,
.navbar .navbar_activation>a {
    color: #006bc4;
    position: relative;
}

.navbar>li>a::after {
    content: "";
    display: block;
    width: 0;
    -webkit-transition: .333s;
    -o-transition: .333s;
    -moz-transition: .333s;
    transition: .333s;
}

.navbar>li:hover>a::after,
.navbar .navbar_activation>a::after {
    width: 100%;
    height: 3px;
    background: #006bc4;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.searchBox {
    width: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.searchBox .items,
.searchBox .changeLang {
    width: 50%;
}


/* .searchBox .items {
    position: relative;
}

.searchBox select {
    background: transparent;
} */


/* .searchBox .items {
    position: relative;
} */

.changeLang {
    position: relative;
}

.changeLang ul {
    background: #fff;
    border: 1px solid #333333;
    position: absolute;
    top: 20px;
    z-index: 9;
    display: none;
}

.changeLang p {
    cursor: pointer;
}

.changeLang a,
.changeLang p {
    font-size: .875rem;
}

.changeLang a {
    font-weight: bold;
    padding: 0 3px;
}

.changeLang li:hover {
    background: #1890ff;
}

.changeLang li:hover a {
    color: #fff;
}

.searchBox::after {
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    border-left: 1px solid #202020;
    position: absolute;
    top: 19%;
    left: 35%;
}

.icons {
    cursor: pointer;
}

.navbar>li:hover .secondList {
    display: block;
}

.secondList {
    display: none;
    position: absolute;
    top: 80px;
    left: -71px;
    z-index: 99;
}

.secondList li {
    width: 190px;
    height: 45px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.secondList li:hover {
    background: #007de0;
}

.secondList li:hover a {
    color: #fff;
}

.secondList a {
    font-size: .875rem;
    color: #333333;
}

.formBox {
    display: none;
    position: absolute;
    bottom: -80px;
    left: -261px;
    z-index: 999;
}

.formBox form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.searchBox input[type="text"] {
    width: 248px;
    height: 45px;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
    padding-left: 10px;
}

.searchBox button {
    width: 45px;
    height: 45px;
    background: #007de0;
    display: inline-block;
    overflow: hidden;
}

.searchBox button img {
    -webkit-filter: drop-shadow(60px 0 0 #fff);
    filter: drop-shadow(60px 0 0 #fff);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
}

.iB_position {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iB_position div,
.iB_position a {
    font-size: 1rem ;
    color: #999999;
}

.foot {
    background: #1b2132;
    padding-top: 3.75rem;
}

.f_t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #323847;
    padding-bottom: 6.25rem;
}

.ft_logo li {
    font-size: .875rem;
    color: #fff;
    padding-top: 1.25rem;
}

.ft_code p,
.ft_list a,
.ft_list p {
    color: #fff;
}

.ft_list a {
    font-size: .875rem;
    margin-bottom: 10px;
}

.ft_code p,
.ft_list p {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
}

.ft_list li:hover a {
    color: #007de0;
}

.ft_list ul:nth-child(1) li,
.ft_list ul {
    display: inline-block;
    vertical-align: top;
}

.ft_list ul:nth-child(1) {
    width: 236px;
    margin-right: 80px;
}

.ft_list ul:nth-child(1) li {
    margin-right: 58px;
}

.ft_list ul {
    margin-right: 15px;
}

.ft_list {
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    -ms-transform: translateX(45px);
    -o-transform: translateX(45px);
    transform: translateX(45px);
}

.f_b,
.f_b a {
    font-size: .875rem;
    color: #fff;
    text-align: center;
}

.f_b {
    padding: 2.5rem 0 3.125rem;
}

.f_b:hover a {
    text-decoration: underline;
}

.news {
    padding: 4.375rem 0 5.625rem;
}

.news li {
    background: #fff;
    display: inline-block;
    margin-bottom: 3.75rem;
}


/* .news li:nth-of-type(1) {
    width: 100%;
    height: 465px;
} */

.news li {
    width: 30.071%;
    height: 450px;
    margin-right: 4.333%;
}

.news li:nth-of-type(4) {
    margin-right: 0%;
}

.news li:nth-of-type(7) {
    margin-right: 0%;
}

.news li:nth-of-type(10) {
    margin-right: 0%;
}

.news li:hover .news_pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.news li>a {
    width: 100%;
    height: 100%;
}

.news li>a>div {
    width: 100%;
    height: 50%;
}

.news_pic {
    overflow: hidden;
}

.news_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 2s;
    -o-transition: 2s;
    -moz-transition: 2s;
    transition: 2s;
}

.news_font {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.25rem 1.875rem 0;
}

.newsArticle li:nth-of-type(1) .news_font {
    padding: 5rem 3.125rem 0;
}

.news_font p {
    width: 100%;
}

.newsArticle li:nth-of-type(1) .news_font p {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.newsArticle li:nth-of-type(1) .news_font p:nth-of-type(1),
.yj_font p:nth-of-type(1),
.inf p:nth-of-type(1) {
    font-size: 1.5rem;
    padding-bottom: .9375rem;
}

.yj_font p:nth-of-type(5),
.yj_font p:nth-of-type(2),
.inf p:nth-of-type(2) {
    color: #888;
}

.newsArticle li:nth-of-type(1) .news_font p:nth-of-type(2),
.yj_font p:nth-of-type(5),
.yj_font p:nth-of-type(2),
.inf p:nth-of-type(2) {
    font-size: .875rem;
    padding-bottom: 1.5625rem;
    width: 100%;
}

.yj_font p:nth-of-type(3),
.inf p:nth-of-type(3) {
    color: #888888;
}

.newsArticle li:nth-of-type(1) .news_font p:nth-of-type(3),
.yj_font p:nth-of-type(3),
.inf p:nth-of-type(3) {
    font-size: .875rem;
    line-height: 30px;
}
.yj_list .yj_font p:nth-of-type(3)::before{
    content: url(../assets/arrow_03.jpg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


.yj_font p:nth-of-type(4),
.inf p:nth-of-type(4) {
    color: #1890ff;
}

.newsArticle li:nth-child(1) {
    width: 100%;
    height: 465px;
    margin-right: 0;
}

.newsArticle li:nth-of-type(1)>a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsArticle li:nth-of-type(1)>a>div {
    width: 50%;
    height: 100%;
}

.newsArticle li:not(:nth-of-type(1)) .news_font p:nth-of-type(4) {
    display: none;
}

.newsArticle li:nth-of-type(1) .news_font p:nth-of-type(4),
.yj_font p:nth-of-type(4),
.inf p:nth-of-type(4) {
    font-size: .875rem;
    padding-top: 3.75rem;
    cursor: pointer;
}

.inf p:nth-of-type(4):hover {
    text-decoration: underline;
}

.yj_font p:nth-of-type(4)::before,
.inf p:nth-of-type(4)::before,
.news_font p:nth-of-type(4)::before {
    content: url(../assets/arrow_03.jpg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.news_font p:nth-of-type(1) {
    color: #232323;
    font-size: 1.25rem;
    word-break: break-all;
}

.news_font p:nth-of-type(2) {
    color: #888888;
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    -moz-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9;
}

.news_font p:nth-of-type(3) {
    color: #888888;
    font-size: .875rem;
    line-height: 23px;
    word-break: break-all;
}

.news_font p:nth-of-type(4) {
    color: #1890ff;
}

.xiaocms-page {
    text-align: center;
    margin: 0 auto;
}

.xiaocms-page span,
.xiaocms-page a {
    border: 3px solid #aaaaaa;
    padding: 7px 12px;
    font-size: .875rem;
    font-weight: bold;
}

.xiaocms-page a:hover,
.xiaocms-page span {
    background: #007de0;
    border-color: #007de0;
    color: #fff;
}

.xiaocms-page a {
    color: #aaaaaa;
}

.xiaocms-page span,
.xiaocms-page a:not(:last-child) {
    margin-right: .75rem;
}

.gotop {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 99;
    cursor: pointer;
}

.sn_title p:nth-of-type(1) {
    font-size: 1.875rem;
    font-weight: bold;
    color: #202020;
    padding-bottom: 1.25rem;
    word-wrap: break-word;
}

.sn_title p:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2.8175rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #e2e2e2;
}

.sn_title p:nth-of-type(2) span {
    font-size: .875rem;
}

.sn_title p:nth-of-type(2) span:nth-of-type(1) {
    color: #007de0;
}

.sn_title p:nth-of-type(2) span:nth-of-type(2) {
    color: #999999;
}

.sn_main p {
    font-size: .875rem;
    color: #333333;
    line-height: 28px;
    word-wrap: break-word;
}

.sn_main p img {
    width: 100%;
    margin: 1.5625rem 0;
}

.at {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 4.375rem;
}

.article_btn p,
.article_btn a {
    font-size: .875rem;
    color: #007de0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.article_btn img {
    margin: 0 10px;
}

.article_btn p:nth-child(1) img,
.article_btn a:nth-child(1) img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.article_btn a:hover {
    text-decoration: underline;
}

.ma_details,
.show_news {
    padding-bottom: 11.875rem;
}

.move_about {
    padding: 4.375rem 0 10rem;
}

.mahd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.375rem;
}

.mahd li {
    width: 25%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.mahd li a {
    font-size: 1.125rem;
    color: #232323;
    font-weight: bold;
}

.mahd li.on {
    background: #007de0;
    position: relative;
}

.mahd li.on a {
    color: #fff;
}

.mahd li.on::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -9px;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mahd li:not(:nth-of-type(4n))::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 30%;
    width: 1px;
    height: 35px;
    background: #e2e2e2;
}

.mahd li.on:not(:nth-of-type(4n))::after {
    display: none;
}

.mabd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mabd li {
    width: 48.571%;
    height: 590px;
}

.mabd li:hover .mabd_pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.mabd li>a {
    width: 100%;
    height: 100%;
}

.mabd_pic {
    width: 100%;
    height: 61.864%;
    overflow: hidden;
}

.mabd_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 2s;
    -o-transition: 2s;
    -moz-transition: 2s;
    transition: 2s;
}

.mabd_font {
    height: 38%;
    padding: 2.5rem 2.5rem 0;
}

.mabd_font p:nth-of-type(1) {
    font-size: 1.25rem;
    color: #232323;
    padding-bottom: .625rem;
}

.mabd_font p:nth-of-type(2) {
    font-size: .875rem;
    color: #888888;
    padding-bottom: 1.875rem;
}

.mabd_font span {
    font-size: .875rem;
    color: #232323;
}

.mabd_font span:nth-of-type(1) {
    margin-right: 2.5rem;
}

.mabd_font span::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.mabd_font span:nth-of-type(1)::before {
    content: url(../assets/maicon1_03.png);
}

.mabd_font span:nth-of-type(2)::before {
    content: url(../assets/maicon2_03.png);
}

.mad_main>p img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mitem_title {
    margin: 1.875rem 0;
}

.mitem_title span,
.mitem_title img {
    display: inline-block;
    vertical-align: middle;
}

.mitem_title span {
    color: #007de0;
    font-size: 1.875rem;
    font-weight: bold;
    margin-left: 10px;
}

.present p {
    font-size: .875rem;
    color: #333333;
    line-height: 28px;
}

.present ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3.125rem;
}

.present li {
    width: 33.333%;
    text-align: center;
}

.present li p:nth-of-type(1) {
    font-size: 1.125rem;
    color: #333333;
    font-weight: bold;
    padding-top: .875rem;
}

.present li p:nth-of-type(2) {
    font-size: .875rem;
    color: #333333;
    padding-top: .625rem;
}

.guest_font {
    padding-top: 15px;
}

.guest_font>p:nth-of-type(1) {
    font-size: 1.125rem;
    color: #1f1f1f;
    font-weight: bold;
}

.guest_font>p:not(:nth-of-type(1)) {
    font-size: .875rem;
    color: #999999;
    padding-top: 6px;
}

.guest .swiper-button-next,
.guest .swiper-button-prev {
    color: #434343;
}

.guest .swiper-button-next::after,
.guest .swiper-button-prev::after {
    font-size: 24px;
}

.guest .swiper-button-next {
    right: -100px;
}

.guest .swiper-button-prev {
    left: -100px;
}

.site>p {
    font-size: .875rem;
    color: #333333;
    line-height: 30px;
    padding-bottom: 6.25rem;
}

.site>p img {
    display: block;
    margin: 1.625rem auto;
}


/* 
.agenda .gallery-top .swiper-slide {
    width: auto !important;
} */

.agenda .gallery-thumbs {
    margin-bottom: 2.5rem;
}

.agenda .gallery-thumbs .swiper-slide {
    opacity: .6;
    cursor: pointer;
    padding: 0 1.5625rem;
}

.agenda .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    text-align: left;
    text-decoration: underline;
}

.agenda .gallery-thumbs .swiper-slide-active {
    text-align: right;
}

.agenda .gallery-top img {
    width: 100%;
}

.ti_title {
    margin: 5.625rem 0 3.75rem;
}

.ti_title img,
.ti_title span {
    display: inline-block;
    vertical-align: middle;
}

.ti_title span {
    font-weight: bold;
    font-size: 2.25rem;
    color: #202020;
    margin-left: 10px;
}

.ti_main>P {
    font-size: .875rem;
    color: #232323;
    line-height: 30px;
}

.ti_main P img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 2.5rem 0 1.25rem;
}

.ti_main P a {
    color: #0562c1;
}

.tim_item li {
    width: 22.826%;
    height: 105px;
    background: #f7f7f7;
    margin-bottom: 2.333%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.tim_item li:not(:nth-of-type(4n)) {
    margin-right: 2.111%;
}

.tim_item span {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    color: #202020;
    margin: 2.1875rem 0 1.5625rem;
}

.tim_item img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

:root {
    --firstColor: #527abe;
    --secondColor: #90c6b4;
    --thirdColor: #ef8824;
    --fourthColor: #a1cfde;
}

.product_tom li {
    width: 48.66%;
    height: 206px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    border-width: 7px;
    border-style: solid;
    margin-bottom: 1.875rem;
    padding: 35px 37px 0 17px;
}

.product_tom li:nth-of-type(1) {
    margin-right: 2%;
}

.product_tom ul:nth-of-type(1) li {
    border-color: var(--firstColor);
}

.product_tom ul:nth-of-type(1) span,
.product_tom ul:nth-of-type(1) p {
    color: var(--firstColor);
}

.product_tom ul:nth-of-type(2) li {
    border-color: var(--secondColor);
}

.product_tom ul:nth-of-type(2) span,
.product_tom ul:nth-of-type(2) p {
    color: var(--secondColor);
}

.product_tom ul:nth-of-type(3) li {
    border-color: var(--thirdColor);
}

.product_tom ul:nth-of-type(3) span,
.product_tom ul:nth-of-type(3) p {
    color: var(--thirdColor);
}

.product_tom ul:nth-of-type(4) li {
    border-color: var(--fourthColor);
}

.product_tom ul:nth-of-type(4) span,
.product_tom ul:nth-of-type(4) p {
    color: var(--fourthColor);
}

.product_tom ul:nth-of-type(1) span {
    font-size: .75rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
}

.product_tom ul>p {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.product_tom ul li p:nth-of-type(1) {
    font-weight: bold;
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
}

.product_tom ul:nth-of-type(1) li p:nth-of-type(1) {
    color: var(--firstColor);
}

.product_tom ul li p:nth-of-type(2) {
    color: #232323;
    font-size: .875rem;
}

.tom {
    padding-bottom: 9.375rem;
}

.p_r li {
    display: inline-block;
    cursor: pointer;
}

.p_r li:not(:last-child) {
    margin-right: 3.4375rem;
}

.p_r li:hover {
    color: #007de0;
}

.ap>.wrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p_r .pr_active {
    color: #007de0;
}

.p_r a {
    font-size: .875rem;
    color: #666666;
}

.ai_item {
    text-align: center;
    padding: 4.0625rem 0 1.875rem;
}

.ai_item p:nth-of-type(1) {
    font-size: 2.25rem;
    color: #232323;
}

.ai_item p:nth-of-type(2) {
    font-size: 1rem;
    color: #999999;
    padding-top: .9375rem;
}

.ai_m p {
    font-size: .875rem;
    color: #232323;
    line-height: 30px;
    text-align: center;
}

.ai_m {
    text-align: center;
}

.zuzhi {
    background: #f7f7f7;
    padding-bottom: 5rem;
}

.zuzhi_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.zuzhi_list li {
    width: 29.888%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zuzhi_list p:nth-of-type(1) {
    width: 235px;
    height: 235px;
    background: #fff;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #232323;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zz_a p:nth-of-type(1) {
    color: #007de0;
}

.zuzhi_list p:nth-of-type(2) {
    height: 104px;
    font-size: .875rem;
    color: #232323;
    line-height: 28px;
    text-align: center;
    padding-top: 1.25rem;
}

.jl_t p {
    font-weight: bold;
    font-size: 1.125rem;
    color: #333333;
}

.jl_item p {
    font-size: .875rem;
    color: #333333;
}

.jl_t p:nth-of-type(1),
.jl_item p:nth-of-type(1) {
    width: 36%;
}

.jl_t p:nth-of-type(2),
.jl_item p:nth-of-type(2) {
    width: 21%;
}

.jl_t p:nth-of-type(3),
.jl_item p:nth-of-type(3) {
    width: 23%;
}

.jl_t p:nth-of-type(4),
.jl_item p:nth-of-type(4) {
    width: 20%;
}

.jl_item {
    height: auto;
}

.jl_show::after {
    content: url(../assets/join_icon.png);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    -webkit-transition: .46s;
    -o-transition: .46s;
    -moz-transition: .46s;
    transition: .46s;
}

.jl_t {
    height: 6.25rem;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2.8125rem;
}

.jl_show {
    width: 100%;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding: 0 2.8125rem;
}

.jl_hide {
    padding: 1.875rem 2.8125rem 1.5625rem;
    border-bottom: 1px solid #e2e2e2;
    display: none;
}

.jl_hide li {
    margin-bottom: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.jl_hide span {
    font-size: .875rem;
    display: inline-block;
}

.jl_hide span:nth-of-type(1) {
    width: 4.375rem;
    color: #333333;
    font-weight: bold;
}

.jl_hide span:nth-of-type(2) {
    width: -webkit-calc(100% - 4.375rem);
    width: -moz-calc(100% - 4.375rem);
    width: calc(100% - 4.375rem);
    color: #666666;
}

.jl_active .jl_show {
    background: #f7f7f7;
}

.jl_active .jl_show::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cont {
    width: 100%;
    height: 550px;
    position: relative;
}

.ditu {
    width: 100%;
    height: 100%;
}

.cont_map {
    width: 355px;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    padding-top: 3.125rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.cont_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5625rem;
}

.cont_map>p {
    color: #007de0;
    font-size: 1.5rem;
    padding-bottom: 3.4375rem;
}

.cfont p:nth-of-type(2),
.cfont p:nth-of-type(1) {
    font-size: .875rem;
    color: #007de0;
}

.cfont p:nth-of-type(1) {
    margin-bottom: .875rem;
}

.cont_item:nth-of-type(1) p:nth-of-type(2) {
    font-size: 1.875rem;
    font-weight: bold;
    color: #007de0;
}

.cfont p:nth-of-type(3) {
    font-size: .875rem;
    color: #888888;
}

.cicon {
    padding-right: 1rem;
}

.cont_map>p,
.cont_list {
    padding-left: 1.875rem;
}

.cont_code {
    width: 100%;
    height: 120px;
    background: rgba(0, 125, 224, .9);
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont_code span {
    color: #fff;
    font-size: .875rem;
}

.contact {
    padding-bottom: 8.125rem;
}

.index_banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
    width: 60px;
    height: 50px;
    background: rgba(0, 0, 0, .7);
}

.index_banner .swiper-button-next::after,
.index_banner .swiper-button-prev::after {
    color: #bfc0c3;
    font-size: 22px;
}

.index_banner .swiper-button-prev {
    left: 140px;
}

.index_banner .swiper-button-next {
    right: 140px;
}

.index_banner .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: .6;
}

.index_banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.index_banner .swiper-pagination {
    bottom: 3.125rem;
}

.index_news a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index_news a>div {
    width: 50%;
    height: 100%;
}

.index_news .swiper-slide {
    width: 100%;
    height: 470px;
    background: #fff;
}

.inf {
    padding: 5rem 3.125rem 0;
}

.index_news .swiper-button-next::after,
.index_news .swiper-button-prev::after {
    color: #414141;
    font-size: 22px;
}

.index_news .swiper-button-prev {
    left: -4%;
}

.index_news .swiper-button-next {
    right: -4%;
}

.index_news {
    padding-bottom: 4.6875rem;
}

.index_news .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 0;
    background: #dedede;
    opacity: 1;
}

.index_news .swiper-pagination-bullet-active {
    background: #007de0;
}

.index_news .swiper-pagination {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -60px;
}

.index_news .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.is_main ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.is_main li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 480px;
}

.is_main li:nth-of-type(1) {
    background: url(../assets/isbg1.png) no-repeat center/cover;
}

.is_main li:nth-of-type(2) {
    background: url(../assets/isbg2.png) no-repeat center/cover;
}

.is_main li:nth-of-type(3) {
    background: url(../assets/isbg3.png) no-repeat center/cover;
}

.is_main li:nth-of-type(4) {
    background: url(../assets/isbg4.png) no-repeat center/cover;
}

.is_main li:nth-of-type(5) {
    background: url(../assets/isbg5.png) no-repeat center/cover;
}

.is_main li:nth-of-type(6) {
    background: url(../assets/isbg6.png) no-repeat center/cover;
}

.is_main li>a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.isa a {
    background: rgba(15, 122, 206, .8);
}

.is_main li p {
    width: 100%;
    text-align: center;
    color: #fff;
}

.is_main li p:nth-of-type(1) {
    font-size: 1.5rem;
    padding: 1.5625rem 0;
}

.is_main li p:nth-of-type(2) {
    font-size: .875rem;
    padding: 0 1.875rem;
}

.guest_pic {
    width: 100%;
    height: 277px;
}

.guest_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.yj_list li {
    width: 48%;
    height: 185px;
    background: #fff;
    float: left;
}

.yj_list li:nth-of-type(1) {
    width: 100%;
    height: 295px;
    margin-bottom: 30px;
}
.yj_list li:nth-child(3){
    float: right;
}
.yj_list li:not(:nth-of-type(1)) p:nth-of-type(2),
.yj_list li:not(:nth-of-type(1)) p:nth-of-type(3),
.yj_list li:not(:nth-of-type(1)) p:nth-of-type(4),
.yj_list li:nth-of-type(1) P:nth-of-type(5) {
    display: none;
}
 
.yj_list li:not(:nth-of-type(1)) p:nth-of-type(1) {
    font-size: 1.125rem;
}

.yj_list li>a {
    width: 100%;
    height: 100%;
    padding: 1.5625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yj_Pic {
    width: 32%;
    height: 100%;
}

.yj_Pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.yj_font {
    width: 63%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yj_font p:nth-of-type(5) {
    padding-bottom: 0;
}

.imove_top .swiper-slide {
    width: 100%;
    height: 375px;
    background: #fff;
}

.imove_thumbs a,
.imove_top a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.imove_thumbs a>div,
.imove_top a>div {
    width: 50%;
    height: 100%;
}

.imove_pic {
    overflow: hidden;
}

.imove_th_pic img,
.imove_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.iomve_font {
    padding: 4.375rem 5rem 0;
}

.iomve_font p {
    padding-bottom: 1.875rem;
}

.iomve_font p:nth-of-type(1) {
    font-size: 1.54rem;
    color: #232323;
}

.iomve_font p:nth-of-type(2) {
    font-size: .875rem;
    color: #888888;
    line-height: 30px;
}

.iomve_font span {
    font-size: .875rem;
    color: #232323;
}

.iomve_font span:nth-of-type(1) {
    margin-right: 3.125rem;
}

.iomve_font span,
.iomve_font span::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.iomve_font span:nth-of-type(1)::before {
    content: url(../assets/maicon1_03.png);
}

.iomve_font span:nth-of-type(2)::before {
    content: url(../assets/maicon2_03.png);
    margin-right: 15px;
}

.imove_th_font {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem;
}

.imove_th_font p {
    font-size: .875rem;
    color: #232323;
}

.imove_thumbs .swiper-slide {
    height: 125px;
    background: #fff;
}

.imove_thumbs {
    margin-top: 2.5rem;
    margin-bottom: 6.875rem;
}

.imove_top .swiper-button-prev,
.imove_top .swiper-button-next {
    width: 45px;
    height: 40px;
    background: rgba(15, 122, 206, .7);
    top: 95.3%;
}

.imove_top .swiper-button-next {
    right: 46.75%;
}

.imove_top .swiper-button-prev {
    left: 46.75%;
}

.imove_top .swiper-button-prev::after,
.imove_top .swiper-button-next::after {
    color: #fff;
    font-size: 22px;
}

.index_bottom {
    width: 100%;
    height: 640px;
    background: url(../assets/indexbg_03.jpg) no-repeat center/cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_bottom>div {
    height: auto;
}

.ib_title p:nth-of-type(1) {
    font-size: 1.25rem;
    font-weight: lighter;
}

.ib_title p:nth-of-type(2) {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 2.5rem;
}

.ib_title p {
    text-transform: uppercase;
    color: #fff;
}

.ib_main p {
    font-size: .875rem;
    color: #fff;
    line-height: 30px;
    opacity: .9;
    padding-bottom: 2.5rem;
}

.ibm_btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3.75rem;
}

.ibm_btn span,
.ibm_btn img {
    display: inline-block;
    vertical-align: middle;
}

.ibm_btn span {
    font-size: .875rem;
    color: #fff;
    margin-left: 7px;
    position: relative;
}

.ibm_btn:nth-of-type(1) span::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .89);
    position: absolute;
    bottom: -3px;
}

.firstBtnAnimateIcon img {
    -webkit-animation: firstBtnAnimateIcon 1.6s 1 ease forwards;
    -moz-animation: firstBtnAnimateIcon 1.6s 1 ease forwards;
    -o-animation: firstBtnAnimateIcon 1.6s 1 ease forwards;
    animation: firstBtnAnimateIcon 1.6s 1 ease forwards;
}

.firstBtnAnimateFont span {
    -webkit-animation: firstBtnAnimateFont 1.6s 1 ease forwards;
    -moz-animation: firstBtnAnimateFont 1.6s 1 ease forwards;
    -o-animation: firstBtnAnimateFont 1.6s 1 ease forwards;
    animation: firstBtnAnimateFont 1.6s 1 ease forwards;
}

@-webkit-keyframes firstBtnAnimateIcon {
    0% {
        -webkit-transform: translateX(0) scale(1.3);
        transform: translateX(0) scale(1.3);
    }
    100% {
        -webkit-transform: translateX(73px) scale(1);
        transform: translateX(73px) scale(1);
    }
}

@-moz-keyframes firstBtnAnimateIcon {
    0% {
        -moz-transform: translateX(0) scale(1.3);
        transform: translateX(0) scale(1.3);
    }
    100% {
        -moz-transform: translateX(73px) scale(1);
        transform: translateX(73px) scale(1);
    }
}

@-o-keyframes firstBtnAnimateIcon {
    0% {
        -o-transform: translateX(0) scale(1.3);
        transform: translateX(0) scale(1.3);
    }
    100% {
        -o-transform: translateX(73px) scale(1);
        transform: translateX(73px) scale(1);
    }
}

@keyframes firstBtnAnimateIcon {
    0% {
        -webkit-transform: translateX(0) scale(1.3);
        -moz-transform: translateX(0) scale(1.3);
        -o-transform: translateX(0) scale(1.3);
        transform: translateX(0) scale(1.3);
    }
    100% {
        -webkit-transform: translateX(73px) scale(1);
        -moz-transform: translateX(73px) scale(1);
        -o-transform: translateX(73px) scale(1);
        transform: translateX(73px) scale(1);
    }
}

@-webkit-keyframes firstBtnAnimateFont {
    0% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    100% {
        -webkit-transform: translateX(-43px) scale(1);
        transform: translateX(-43px) scale(1);
    }
}

@-moz-keyframes firstBtnAnimateFont {
    0% {
        -moz-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    100% {
        -moz-transform: translateX(-43px) scale(1);
        transform: translateX(-43px) scale(1);
    }
}

@-o-keyframes firstBtnAnimateFont {
    0% {
        -o-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    100% {
        -o-transform: translateX(-43px) scale(1);
        transform: translateX(-43px) scale(1);
    }
}

@keyframes firstBtnAnimateFont {
    0% {
        -webkit-transform: translateX(0) scale(.7);
        -moz-transform: translateX(0) scale(.7);
        -o-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
    }
    100% {
        -webkit-transform: translateX(-43px) scale(1);
        -moz-transform: translateX(-43px) scale(1);
        -o-transform: translateX(-43px) scale(1);
        transform: translateX(-43px) scale(1);
    }
}

.DownLoad {
    overflow: hidden;
}

.secondBtnAnimateFont span {
    -webkit-animation: secondBtnAnimateFont 1.6s 1 ease forwards;
    -moz-animation: secondBtnAnimateFont 1.6s 1 ease forwards;
    -o-animation: secondBtnAnimateFont 1.6s 1 ease forwards;
    animation: secondBtnAnimateFont 1.6s 1 ease forwards;
}

.secondBtnAnimateIcon img {
    -webkit-animation: secondBtnAnimateIcon 1.6s 1 ease forwards;
    -moz-animation: secondBtnAnimateIcon 1.6s 1 ease forwards;
    -o-animation: secondBtnAnimateIcon 1.6s 1 ease forwards;
    animation: secondBtnAnimateIcon 1.6s 1 ease forwards;
}

@-webkit-keyframes secondBtnAnimateIcon {
    0% {
        -webkit-transform: translateY(-33px);
        transform: translateY(-33px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes secondBtnAnimateIcon {
    0% {
        -moz-transform: translateY(-33px);
        transform: translateY(-33px);
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes secondBtnAnimateIcon {
    0% {
        -o-transform: translateY(-33px);
        transform: translateY(-33px);
    }
    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes secondBtnAnimateIcon {
    0% {
        -webkit-transform: translateY(-33px);
        -moz-transform: translateY(-33px);
        -o-transform: translateY(-33px);
        transform: translateY(-33px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes secondBtnAnimateFont {
    0% {
        -webkit-transform: translateY(33px);
        transform: translateY(33px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes secondBtnAnimateFont {
    0% {
        -moz-transform: translateY(33px);
        transform: translateY(33px);
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes secondBtnAnimateFont {
    0% {
        -o-transform: translateY(33px);
        transform: translateY(33px);
    }
    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes secondBtnAnimateFont {
    0% {
        -webkit-transform: translateY(33px);
        -moz-transform: translateY(33px);
        -o-transform: translateY(33px);
        transform: translateY(33px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.inp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.BMap_Marker img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width:1024px) and (max-width:1680px) {
    .wrapHalf,
    .wrap,
    .wrap1,
    .wrap2,
    .wrap3 {
        width: 100%;
        padding: 0 4%;
    }
}


/* @media only screen and (max-width:1150px) {
    .news li:not(:nth-of-type(3n+1)) {
        margin-right: 4.111%;
    }

} */

@media only screen and (max-width:1050px) {
    .secondList {
        width: 100%;
        background: #fff;
        position: initial;
    }
    .ft_list ul:nth-child(1) {
        width: 170px;
    }
    .ft_list ul,
    .ft_list ul:nth-child(1) {
        margin-right: 15px;
    }
    .ft_list ul:nth-child(1) li {
        margin-right: 20px;
    }
    .secondList li {
        width: 100%;
        height: 25px;
        text-align: center;
    }
    .wlogo {
        -webkit-transform: scale(1.25) translateX(15px);
        -moz-transform: scale(1.25) translateX(15px);
        -ms-transform: scale(1.25) translateX(15px);
        -o-transform: scale(1.25) translateX(15px);
        transform: scale(1.25) translateX(15px);
            width: 150px;
            height: 100%;
            padding-left: 0px;
       
    }

    .ft_list {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    .whead {
        overflow: hidden;
    }
    .wrapHalf,
    .wrap,
    .wrap1,
    .wrap2,
    .wrap3 {
        width: 100%;
        padding: 0 5%;
    }
  
}

@media only screen and (max-width:550px) {
    .searchBox {
        width: 100%;
        height: 40px;
    }
    .guest_pic {
        margin: 0 auto;
    }
    /* .news li:nth-of-type(1) .news_font p:nth-of-type(4) {
        padding-top: 3.125rem;
    }

    .news li:nth-of-type(1) .news_font {
        padding: 3.125rem 1.875rem 0;
    } */
    .jl_hide li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cont_code {
        height: 90px;
    }
    .contact {
        margin-bottom: 100%;
    }
    .cont_map {
        width: 100%;
        height: 62%;
        top: 100%;
    }
    .jl_item .jl_hide>ul>li>span {
        width: 100%;
        display: block;
    }
    .jl_hide span:nth-of-type(1) {
        margin-bottom: 5px;
    }
    .jl_show::after {
        display: none;
    }
    .zuzhi_list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .zuzhi_list li {
        width: 48.5%;
    }
    .zuzhi_list p:nth-of-type(1) {
        height: 163px;
    }
    .zuzhi_list p:nth-of-type(2) {
        height: auto;
        line-height: 18px;
        padding-bottom: 15px;
    }
    .ai_m img {
        width: 100%;
    }
    .index_banner {
        margin-top: 70px;
    }
    .index_banner .swiper-button-next,
    .index_banner .swiper-button-prev,
    .imove_top .swiper-button-prev,
    .imove_top .swiper-button-next {
        display: none;
    }
    .iomve_font {
        padding: 15px 20px 0;
    }
    .imove_top a>div {
        width: 100%;
        height: 49%;
    }
    .imove_top a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .yj_list li:nth-of-type(1)>a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .yj_list li:nth-of-type(1)>a>div {
        width: 100%;
        height: 48%;
    }

    .iomve_font p:nth-of-type(2) {
        line-height: 18px;
    }
    .yj_font p:nth-of-type(3) {
        line-height: 20px;
    }
    .yj_list li:nth-of-type(1),
    .yj_list li {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .ib_main p {
        letter-spacing: -.5px;
        line-height: 20px;
    }
    .index_bottom {
        height: 390px;
    }
    .is_main ul {
        display: block;
    }
    .is_main li {
        height: 140px;
    }
    .is_main img {
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
    }
    .index_news .swiper-button-next,
    .index_news .swiper-button-prev {
        display: none;
    }
    .index_news a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .index_news a>div {
        width: 100%;
        height: 50%;
    }
    .product_tom li:nth-of-type(1) {
        margin-right: 1.3%;
    }
    .tim_item li:not(:nth-of-type(4n)) {
        margin-right: 1.8%;
    }
    .tim_item li {
        height: 85px;
    }
    .tim_item img {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    .flex-sbc {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-sbc p br {
        display: none;
    }
    .flex-sbc img {
        width: 100%;
    }
    .guest .swiper-slide {
        text-align: center;
    }
    .guest .swiper-button-next,
    .guest .swiper-button-prev {
        display: none;
    }
    /* .site p img {
        width: 100%;
    } */
    .xiaocms-page {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    .mabd_pic {
        height: 41%;
    }
    .mabd_font {
        height: 42%;
    }
    .mahd li {
        padding: 0 5px;
        text-align: center;
    }
    .mahd li a {
        white-space: nowrap;
        letter-spacing: .5px;
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75);
    }
    .mabd li {
        height: 331px;
    }
    .mabd_font {
        padding: 1.125rem 1.125rem 0;
    }
    /* .news li:nth-of-type(1) {
        height: 350px;
    }

    .news li:nth-of-type(1) .news_font p:nth-of-type(3) {
        line-height: 20px;
    } */
    .news_font p:nth-of-type(4) {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75);
        -webkit-transform-origin-x: 0;
    }
    .news_font p:nth-of-type(3) {
        line-height: 17px;
    }
    .news li>a>div{
        height: auto;
    }
    .news_font p{
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 3;       
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }
    .news li {
        width: 48.5%;
        height: auto;
        padding-bottom: 10px;
    }
    .news li:not(:nth-of-type(3n)) {
        margin-right: 0%;
    }
    .news li:not(:nth-of-type(2n)) {
        margin-right: 1.222%;
    }
    .ft_list {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .f_t .ft_list ul {
        width: 49.5%;
        margin-bottom: 30px;
    }
    .ft_list ul:nth-child(1) li,
    .ft_list ul li {
        margin-right: 30px;
        display: inline-block;
    }
    .ap>.wrap2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ap>.wrap2>div {
        width: 100%;
    }
    .p_r {
        text-align: center;
    }
    .ft_list ul,
    .ft_list ul:nth-child(1) {
        margin-right: 0px;
    }
    .ft_list {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        margin: 35px 0;
    }
    .f_t {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .total_banner {
        /* margin-top: 70px; */
    }
    .searchBox::after {
        height: 15px;
        top: 30%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .items form,
    .items {
        width: 100%;
        height: 100%;
    }
    .items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 25px;
    }
    .searchBox .changeLang {
        padding-left: 25px;
    }
    .searchBox input[type="text"] {
        width: -webkit-calc(100% - 45px);
        width: -moz-calc(100% - 45px);
        width: calc(100% - 45px);
        border: 1px solid #333333;
        left: 0px;
        top: 0px;
    }
    .searchBox .formBox {
        width: 100%;
        left: 0;
    }
    .newsArticle li:nth-of-type(1)>a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .newsArticle li:nth-of-type(1)>a>div {
        width: 100%;
        height: auto;
    }
    .yj_list li:nth-of-type(1){
        height: auto;
    }
    .yj_list li{
        height: auto;
        
    }
    .yj_list li>a{
        display: block;
    }
    .yj_Pic{
        width: 100%;
        margin-bottom: 10px;
    }
    .yj_font{
        width: 100%;
    }
}

@media only screen and (max-width:350px) {
    .ft_list ul:nth-child(1) {
        margin-right: -10px;
    }
    .ft_list ul:nth-child(1) li {
        margin-right: 30px;
    }
}