@font-face {
    font-family: 'iconfont';
    /* Project id 3338108 */
    src: url('//at.alicdn.com/t/font_3338108_tecsta05t6f.woff2?t=1650361714418') format('woff2'),
        url('//at.alicdn.com/t/font_3338108_tecsta05t6f.woff?t=1650361714418') format('woff'),
        url('//at.alicdn.com/t/font_3338108_tecsta05t6f.ttf?t=1650361714418') format('truetype');
}

body {
    font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, Verdana, sans-serif; !important;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.header {
    height: 75px;
}

.row {
    margin: 0;
}

* {
    outline: none;
}

.hide-overf {
    overflow: hidden;
}

li {
    list-style: none;
}

.no-mg {
    margin: 0;
}

.no-pd {
    padding: 0;
}

.flex-bt {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.font-str {
    font-weight: bold;
    color: #333333 !important;
}

.one-line {
    /* overflow: hidden; */
    display: flex;
    /* height: 56px; */
    /*background-color: #1D262D;*/

}

.one-line ul {
    display: flex;
    padding: 0 95px;
    flex-wrap: wrap;
}

.one-line li {
    display: block;
    float: left;
    padding: 0 20px;
}

.one-line a {
    line-height: 56px;
    text-decoration-line: none;
}

a,
a:hover {
    text-decoration-line: none;
}

.inline-block {
    display: inline-block;
}

.flex-items {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: content;
}

.flex {
    display: flex;
    justify-content: space-around;
}

.mb-18 {
    margin-bottom: 18px;
}

.logo {
    margin-left: 61px;
}

.active {
    color: #037AFF !important;
}

.react-img {
    width: 100%;
    height: auto;
}

.swiper {
    --swiper-pagination-color: #f0f0f0;
}

.aticle-title {
    font-size: 28px;
    color: #333333;
    text-align: center;
    padding: 30px 0;
}

.title {
    margin: 40px 0 20px 0;
}

header span.flex-items {
    line-height: 37px;
    color: #333333;
}

.search-input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 10px;
    height: 37px;
    width: 300px;
}

.p {
    color: #131415;
    font-size: 16px;
    text-align: justify;
}

.flex-vcenter {
    display: flex;
    align-items: center;
}

.flex-hcenter {
    display: flex;
    justify-content: center;
}

.w-80 {
    width: 80%;
}

.name-tag img {
    width: 100%;
    height: auto;
}

.mt-10 {
    margin-top: 10px;
}

.name-tag p {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
}

.download_file {
    float: right;
}

.shadow {
    -webkit-box-shadow: 0 0 13px 1px rgba(209, 209, 209, 0.91);
    box-shadow: 0 0 13px 1px rgba(209, 209, 209, 0.91);
}

.icon {
    width: 44px;
    height: 44px;
    border-radius: 100%;
}
.icon img{
    border-radius: 100%;
}

.card {
    max-width: 250px;
}

.card-item {
    margin: 5px auto;
}

.card-item:nth-child(2) {
    flex-basis: 100%;
}

.card span:first-child {
    text-align: center;
    font-size: 16px;
}

.card span {
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    flex-basis: 100%
}

.card img {
    margin-left: 50%;
    transform: translateX(-50%);
}

.advantages {
    height: 238px;
    background-color: #E5E5E5;
}

.card-flex {
    justify-content: space-around;
    flex-wrap: wrap;
}

.case {
    max-width: 400px;
    height: 250px;
    overflow: hidden;
}

.case>div{
    height: 200px;
    overflow: hidden;
}
.case img {
    width: 100%;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

.need2 .case img {
    border: 1px solid #ddd;
    height: 100%;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}
.need2 .case > div {
    height: 200px;
}

.case span {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.case a{
    color: #333;
}

.quiry-input {
    width: 100%;
    padding: 0 10px;
    margin: 20px 0;
    font-size: 25px;
    height: 50px;
}

.fb-input {
    margin-left: 50%;
    transform: translateX(-50%);
}

.fb-input input {
    width: 100%;
    padding: 0 10px;
    margin: -10px 0 20px 0;
    font-size: 22px;
    height: 40px;

}

.ve-input input {
    width: 100%;
    padding: 0 10px;
    margin: -5px 0 30px 0;
    font-size: 25px;
    height: 50px;
}

.fb-input textarea {
    width: 100%;
    padding: 0 10px;
    margin: -5px 0 20px 0;
    font-size: 25px;
}

.text-input {
    height: 100px;
}

.btn-send {
    color: white;
    font-size: 24px;
    background-color: #037AFF;
    width: 200px;
    height: 60px;
    margin: 0 30px 50px 30px;
}
.btn-send1 {
    color: white;
    font-size: 24px;
    background-color: #037AFF;
    width: 200px;
    height: 60px;
    margin: 0 30px 50px 30px;
}

.verify {
    margin-top: 10px;
    width: 140px;
    height: auto;
}

.btn-reset {
    font-size: 24px;
    color: #037AFF;
    width: 200px;
    height: 60px;
    margin: 0 30px 50px 30px;
    background-color: #fff;
    border: 1px #037AFF solid;
}
.btn-reset1 {
    font-size: 24px;
    color: #037AFF;
    width: 200px;
    height: 60px;
    margin: 0 30px 50px 30px;
    background-color: #fff;
    border: 1px #037AFF solid;
}

.my-btn {
    border-radius: 5px;
    border: 1px #dbdbdb solid;
}

.footer-link {
    background-color: #1D262D;
}

.footer-link .links ul {
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px #496173ff solid;
}


.footer-link .links li {
    display: block;
    margin: 0 36px;
}

.footer-link .links a {
    line-height: 56px;
    color: white;
    text-decoration-line: none;
    font-size: 18px;
}


.right-info {
    background-color: #2A3742;
    height: 80px;
}

.contact ul {
    padding: 0;
    display: flex;
    justify-content: center;
}

.contact li {
    display: block;
    margin: 0 36px;
}

.contact span {
    line-height: 20px;
    color: #879EB2;
    text-decoration-line: none;
    font-size: 14px;
}

.contact-a ul {
    font-size: 18px;
    color: #879EB2;
}

.contact-a li {
    margin: 0 5px;
}

.contact-a li:nth-child(1) {
    margin: 0 0 0 20px;
}

.contact a {
    line-height: 20px;
    color: #879EB2;
    text-decoration-line: none;
    font-size: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.media img {
    border-radius: 35px;
    margin: 15px 15px 0 15px;
    width: 35px;
    height: 35px;
}

.right-info span {
    color: #999999;
}

.swiper-button-next,
.swiper-button-prev {
    color: rgb(236, 236, 236);
}

.production .swiper-button-next,
.production .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
}

.w-80 p {
    color: #333333;
    font-size: 16px;
}

.cer {
    border: 1px grey solid;
    margin-left: -1px;
    float: left;
}

.cer img {
    transition: all .5s;
    vertical-align: middle;
    margin: 10px 0;
    width: 96%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.cer img:hover {
    transition: all .5s;
    vertical-align: middle;
    margin: 10px 0;
    width: 96%;
    margin-left: 50%;
    transform: translateX(-50%) scale(1.1);
}

.k7of10>p.whit-bb,
.k3of10>p.whit-bb,
.kk {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    color: #333333;
    line-height: 50px;
    border-bottom: 2px #666666 solid;
}

.k3of10>div:last-child {
    margin-bottom: 50px;
}

.flex-between {
    justify-content: space-between;
    flex-shrink: 1;
    flex-grow: 0;
}

.k3of10 {
    width: 26%;
}

.k7of10 {
    width: 66%;
}

.k7of10 span {
    margin-top: 10px;
    margin-bottom: 15px;
}

.k7of10 span.fs-16 {
    display: inline-block;
}

.k7of10 div.flex {
    padding: 0;
    box-sizing: border-box;
    border: 3px solid transparent;
}

.dropdown {
    color: #333333;
    border-bottom: 1px #E0E0E0 solid;
    position: relative;
    user-select: none;
    margin: 0 0 20px 0;
}

.color-333333 {
    color: #333333;
}

.color-666666 {
    color: #666666;
}

.color-999999 {
    color: #999999;
}

.dropdown11::after {
    cursor: pointer;
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
    top: 10px !important;
    right: 10px !important;
    position: absolute !important;
    vertical-align: middle !important;
    border-top: 7px dashed !important;
    border-right: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
    color: rgb(83, 83, 83) !important;
    opacity: 1 !important;
}

/* 向上图标 */
.dropdown22::after {
    cursor: pointer;
    content: '';
    width: 0;
    height: 0;
    top: 10px;
    right: 10px;
    position: absolute;
    vertical-align: middle;
    border-bottom: 7px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    color: rgb(83, 83, 83);
    opacity: 1 !important;
}

.dropdown ul {
    color: #666666;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 5px;
    position: relative;
    animation: mymove 1s;
}

.dropdown ul li {
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
    padding-bottom: 13px;
    padding-top: 3px;
    padding-left: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.dropdown ul li a {
    color: #666666;
}


.hide {
    visibility: hidden;
}

@keyframes mymove {
    from {
        top: -20px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@keyframes mymove2 {
    from {

        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown a {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333;
    text-decoration-line: none;
}

.dropdown1 p.ignor {
    color: #666666;
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-box {
    padding: 10px 10px 10px 10px;
    position: relative;
    border: 1px #DCDCDC solid;
}

.img-box>img {
    width: 100%;
    height: auto;
}

.mt-20 {
    margin-top: 20px;
}

.imgs {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    position: relative;
    top: 6%;
}

.imgs img {
    width: 70px;
    height: auto;
    margin: 0 10px;
}

.select-border {
    border: 1px solid #999999;
}

.desc {
    margin: 10px;
    color: #333333;
}

.des-btn button {
    margin-top: 30px;
    align-self: flex-end;
    border: 0;
    background-color: #037AFF;
    height: 44px;
    width: 180px;
    color: white;
    border-radius: 5%;
}

.dis-flex {
    display: flex;
}

.description {
    align-self: flex-start;
}

.icon {
    width: 40px;
    height: 40px;
    float: left;
    margin: 5px 5px 0 5px;
}

.icon img {
    width: 100%;
    margin: 0;
}

.icon:first-child {
    margin-left: 15px;
}

.img-icon {
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
}

.dis-block {
    display: block;
}

.BFC {
    overflow: hidden;
}

.text-area {
    margin-top: 10px;
    margin-left: 15px;
}

.zoom-img {
    width: 70px;
    height: auto;
}

.zoom-img img {
    width: 100%;
    height: auto;
}

.master-img {
    width: 100%;
}

.master-img img {
    width: 100%;
    height: auto;
}

.width-40 {
    width: 40%;
}

.k7of10 .mySwiper .swiper-slide {
    cursor: grab;
    user-select: none;
    width: 25%;
    height: 100%;
    opacity: 0.7;
}

.k7of10 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #999999;
}

.mySwiper {
    margin-top: 15px;
}

#map-container {
    width: 100%;
    height: 300px;
}

.com-info {
    margin-bottom: 10px;
}

.com-info:last-child {
    margin-bottom: 60px;
}

.com-info>div>div {
    height: 43px;
}

.com-info>div>div>span {
    line-height: 34px;
    margin-left: 10px;
}

.news {
    width: 100%;
    height: 160px;
}

.news-detaile {
    width: 100%;
    height: auto;
}

.news-detaile>div {
    width: 80%;
}

.news-detaile>div>nav {
    margin-bottom: 100px;
}

.news div div {
    padding: 10px 10px;
}

.news>div>span {
    padding: 20px 10px;
}

.news-detaile div div {
    padding: 20px 10px;
}

.news-detaile>div>span {
    padding: 20px 10px;
}

.news-detaile div>div>p {
    text-indent: 2em;
}

.news-detaile>div.border-1px {
    border-bottom: 1px dashed #979797;
}

.news div>div>p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb {
    background-color: transparent;
    color: #333;
}

.border-1px {
    height: 1px;
    border-bottom: 1px solid #979797;
    margin-top: 50px;
    margin-bottom: 20px;
}

.header-info>span {
    padding-right: 25px;
}

.header-info>div {
    margin-right: 55px;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}

.header-info {
    padding: 0;
}

.sitemap {
    padding-left: 10px;
}

.sitemaps {
    font-size: 16px;
}

.sitemaps>ul ul {
    padding-left: 20px;
    /* margin: 10px 0 10px 0; */
}

.sitemaps li {
    margin: 6px 0 6px 0;
}

._down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
}

._down span {
    margin: 0;
}

._class {
    transform: scale(.8);
    color: white;
    background: #037aff;
}

._class:hover {
    background: #037aff;
    color: white;
}

._btn {
    padding: 5px 10px;
    border-radius: 2px;
}

.zss {
    margin: 0 !important;
    padding: 0 10px !important;
}

.flow {
    background-color: #fff;
    position: fixed;
    top: 40%;
    right: 10px;
    border-radius: 3px;
}

.flow>div:hover {
    background-color: rgb(227, 227, 227);
}

.qrcode:hover div,
.server:hover div {
    visibility: visible !important;
    display: block !important;
}

.share div {
    visibility: hidden;

}

.share:hover div {
    visibility: visible !important;
    display: flex;
}

.flow>div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.flex_card {
    position: relative;
    transform: translateY(-50%);
    width: 200px;
    display: block;
    align-items: center;
}

.qrcode .flex_card {
    top: -100%;
    right: 152px;
    width: 150px;
}

.server .flex_card {
    top: 100%;
    right: 202px;
}

.share .flex_card {
    top: 0%;
    right: 202px;
}

.flow_con img {
    margin-left: 5px;
    float: left;
    height: 35px;
    border-radius: 1px;
    width: 35px;
}

.flow_con a {
    margin-left: 5px;
    float: left;
    height: 35px;
    border-radius: 1px;
    width: 35px;
}

.flow_con span {
    text-align: start;
    margin-left: 50px;
    display: block;
    line-height: 35px;
}

p.ppp {
    border-bottom: 1px solid #eee;
}

.thumbnail>.flow_con:first-child {
    margin-top: 0 !important;
}

.need_hover:hover {
    color: #037AFF !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
}

.swiper-pagination-bullet-active {
    width: 20px !important;
    border-radius: 5px;
    opacity: 1;
}


.lang {
    height: 30px;
}

.twolang {
    height: 30px;
    line-height: 30px;
    display: flex;
    margin-right: 50px;
    /* display: none; */
    justify-content: end;
}
.icon:first-child{
    margin-left: 5px !important;
}
.twolang li {
    margin-right: 10px;
    display: inline-block;

}
.BFC{
    margin-left: 10px;
}
.twolang li a {
    color: #333;
}

.twolang li a:hover {
    color: rgb(79, 108, 158);
}

.twolang li img {
    height: 15px;
    width: auto;
    margin-right: 3px;
}

.mult_lang {
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.mult_lang p {
    display: inline-block;
    line-height: 30px;
    margin: 0;
    margin-right: 8px;
    font-weight: bold;
}

.lang_sel {
    width: 100px;
    height: 25px;
    border-radius: 1px #eee;
    font-size: 16px;
    margin: 0 15px 0 0;
}
.zsse{
    margin-left: 100px;
    max-width: 100%;
    max-height: 75px;
}
.outtt {
    position: fixed;
    top: 35%;
    right: 10px;
    border-radius: 3px;
    overflow: hidden;

}

.flow1 {
    background-color: #fff;
    position: relative;
}

.flow1>div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.flow1_con img {
    margin-left: 5px;
    float: left;
    height: 35px;
    width: 35px;
}

.flow1_con a {
    margin-left: 5px;
    float: left;
    height: 35px;
    width: 35px;
}

.flow1_con span {
    text-align: start;
    margin-left: 50px;
    display: block;
    line-height: 35px;
}

.thumbnail>.flow1_con:first-child {
    margin-top: 0 !important;
}
.wmdys p{
    display: block;
}
.wmdys img{
    display: block;
    width: 100%;
}
.zzactive {
    color: #037AFF !important;
}

.breadcrumb>li a {
    color: #444;
}
.ql-align-justify img{
    max-width: 100%;
}
#newShow {
    padding-top: 10px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 5px !important;
}

.newShow .k3of10 {
    height: 160px;
    overflow: hidden;
    margin: 5px 0;
}
.form-control{
    height: 25px !important;
    padding: 0px 8px !important;
}
.activee a{
    background-color:#333333 !important;
    color: white !important;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
}
.pagination>li>a, .pagination>li>span{
    margin: 0 5px;
    color: #333333;
}
.zzkkk{
    display: none !important;
}

.banner .swiper:hover .swiper-button-next:after{
    opacity: 1;
    transition: 0.3s;
}

.banner .swiper:hover .swiper-button-prev:after{
    opacity: 1;
    transition: 0.3s;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    opacity: 0;
    transition: 0.3s;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    opacity: 0;
    transition: 0.3s;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    opacity: 0;
    transition: 0.3s;
}

.banner .swiper:hover .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper:hover .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper:hover .swiper-pagination-custom, .banner .swiper:hover .swiper-pagination-fraction{
    opacity: 1;
    transition: 0.3s;
}
.newShow .k7of10 {
    width: 73%;
}
.visible-xs-block{
    margin: 0 15px;
}
.mbxx{
    margin-left:115px ;
}
.breadcrumb>li+li:before {
    content: '>' !important;
}