.gai20231019 {
    display: flex;
    flex-direction: row;

}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact {
    position: fixed;
    right: -180px;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 0;
    height: 482px;
    box-sizing: border-box;
    z-index: 99;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact.chnav {
    right: 0px!important;
}

#c_portalResPublic_codeContainer-16122365528600788 a, button, input, textarea {
    -webkit-tap-highlight-color: transparent;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	width:100%;
	padding:0px;
}

#c_portalResPublic_codeContainer-16122365528600788 .transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(1) {
    top: 50px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(2) {
    top: 128px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(3) {
    top: 206px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(4) {
    top: 284px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(5) {
    top: 362px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #005aaa;
    border: 1px solid #005aaa;
    border-right: none;
    box-sizing: border-box;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-in:before {
    content: "";
    background-color: #005aaa;
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item {
    width: 100%;
    height: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#c_portalResPublic_codeContainer-16122365528600788 .img-block {
    margin: 0 auto;
    display: block;
    font-size: 24px;
    color: #fff;
}

#c_portalResPublic_codeContainer-16122365528600788 .img-block img {
    width: 158px;
    height: 158px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-p {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
	text-align:center;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact .transition {
    transition-duration: .8s;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur {
    width: 156px;
    background: transparent;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur:before {
    width: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur .v30-contact-item {
    display: none;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur .v30-contact-item-in {
    display: block;
    width: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-qr-show {
    position: absolute;
    z-index: 1;
    background: #fff;
    left: -160px;
    top: -91px;
    display: none;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-top {
    cursor: pointer;
    bottom: 0;
}

#c_portalResPublic_codeContainer-16122365528600788 {
    width: 100%;
    max-width: none;

    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
} 

/* 分页 */
.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    text-align: center;
    font-size: 12px;
    clear: both
}

.el-pagination a {

    vertical-align: top;
}

.el-pagination::after,
.el-pagination::before {
    display: table;
    content: ""
}

.el-pagination::after {
    clear: both
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-pagination button:disabled {
    color: #C0C4CC;
    background-color: #FFF;
    cursor: not-allowed
}

.el-pagination button {
    border: none;
    padding: 0 6px;
    background: 0 0
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266
}

.el-pager {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
    font-size: 0
}

.el-pager li {
    padding: 0 4px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center
}

.el-pager,
.el-pager li {
    vertical-align: top;
    margin: 0;
    display: inline-block
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #0060b1;
    color: #FFF
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
    background: center center no-repeat #FFF;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #303133
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    margin: 0 5px;
    padding: 0;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px
}

/*@font-face {*/
/*    font-family: "gmb";*/
/*    src:*/
/*        url("../font/Roboto-Bold_0.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

@font-face {
    font-family: "Regular";
    src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "Blod";
    src: url("../fonts/Roboto-Bold_0.ttf");
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Regular' !important;
}
.newmktopheaderboxgs .title{
    font-family: 'Blod' !important;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    position: relative;
    padding: 70px 0 0;
    width: 100%;
    color: #fff;
    font-family: 'Regular' !important;
    font-size: 14px;
    line-height: 1;
    background: #000;
}

ul,
ul li,
ol li,
tr td,
dl,
dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

textarea,
select {
    outline: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

img {
    border: none;
    transform: scale(1);
    -webkit-transform: scale(1);
    display: block;
    max-width: 100%;
}

img[src=""] {
    opacity: 0;
}


body::-webkit-scrollbar-thumb {
    background: #0060b1;
}

body::-webkit-scrollbar-track {
    background: #eee;
}

.f_12 {
    font-size: 12px;
}

.f_14 {
    font-size: 14px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.f_26 {
    font-size: 26px;
}

.f_28 {
    font-size: 28px;
}

.f_30 {
    font-size: 30px;
}

.f_32 {
    font-size: 32px;
}

.f_34 {
    font-size: 34px;
}

.f_36 {
    font-size: 36px;
}

.f_38 {
    font-size: 38px;
}

.f_40 {
    font-size: 40px;
}

.f_46 {
    font-size: 46px;
}

.f_48 {
    font-size: 48px;
}

.f_52 {
    font-size: 52px;
}

.f_56 {
    font-size: 56px;
}

.f_72 {
    font-size: 72px;
}

.bmeter {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 0%;
    height: 15px;
    background: #fff;
    opacity: 1;
    z-index: 111;
    pointer-events: none;
    display: none;
}

.bmeter span {
    display: block;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #f00;
}

/*åˆ†é¡µ*/

.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
    display: none !important;
}

.a_dw {
    position: relative;
    top: -100px;
}

.fwb {
    font-weight: bold;
    font-family: "gmb";
}

.fwb_be {
    font-weight: bold;
    font-family: 'Regular' !important;
}

.fwb_me {
    font-family: 'Regular' !important;
}

.fwb_re {
    font-family: 'Regular' !important;
}

.more {
    width: 200px;
    background-color: #0060b1;
    color: #fff;
    border-radius: 48px;
    padding: 15px 25px 15px 25px;
    text-align: center;
}

.more.xian {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pnall {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 27%;
    transform: translateY(-50%);
    z-index: 5;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.pnall::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pnall:hover::before {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pnall.prev::before {
    background: #3b3d40 url(/images/f21b55e68554df3639ef0dac957c41b8.png) no-repeat;
    background-position: center;
}

.pnall.prev:hover::before {
    background: #0060b1 url(/images/f21b55e68554df3639ef0dac957c41b8.png) no-repeat;
    background-position: center;
}

.pnall.next::before {
    background: #3b3d40 url(/images/b5ee20b9c990e3cb5d342676eae6eb9f.png) no-repeat;
    background-position: center;
}

.pnall.next:hover::before {
    background: #0060b1 url(/images/b5ee20b9c990e3cb5d342676eae6eb9f.png) no-repeat;
    background-position: center;
}

.box {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

.alltime,
.alltime * {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wow {
    opacity: 0;
}

.wow1 {
    opacity: 1;
}

.mt100 {
    margin-top: 100px;
}

/* å¤´éƒ¨ */
.m_header {
    display: none;
}

.header_nav {
    display: none;
}

.header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #FFFFFF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.header.fixed {
    position: fixed;
    top: 0;
}

/* .header.one1 {
  top: -100px;
} */
.header .box {
    height: 100%;
    line-height: 100px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.header .logo_img {
    cursor: pointer;
}

.header .logo_img>a img {
    position: absolute;
    top: 25px;
    left: 0;
    width: 180px;
}

.logo img {
    filter: grayscale(100%) invert(100%) brightness(1000%);
}


.header .box .fr {
    display: flex;
}

.header .box .ul1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .box .ul1 li {
    margin-right: 35px;
    position: relative;
    transition: all 1s;
}

.header .box .ul1 li .pfx {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 100px;
    background-color: #eeeeee;
}

.header .box .ul1 li .pfx .lr {
    width: 90%;
    height: 100%;
    display: flex;
    margin: 0 auto;
}

.header .box .ul1 li .pfx .lr .left {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: #f5f5f5;
}

.header .box .ul1 li .pfx .lr .left .two_bk {
    width: 473px;
}

.header .box .ul1 li .pfx .lr .left .two_bk .two {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #eeeeee;
    cursor: pointer;
}

.header .box .ul1 li .pfx .lr .left .two_bk .two.act {
    background-color: #fff;
}

.header .box .ul1 li .pfx .lr .left .two_bk .two img {
    width: 112px;
    margin: 0 15px;
}

.header .box .ul1 li .pfx .lr .left .two_bk .two .d_text {
    color: #333333;
    line-height: 1.5;
}

.header .box .ul1 li .pfx .lr .left .two_bk .two::after {
    content: "";
    display: block;
    width: 3px;
    height: 0;
    background-color: #0060b1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.header .box .ul1 li .pfx .lr .left .two_bk .two.act::after {
    height: 100%;
}

.header .box .ul1 li .pfx .lr .left .two_bk .two::before {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background: url(../images/head4.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.header .box .ul1 li .pfx .lr .left .two_bk .two.act::before {
    background: url(../images/head5.png) no-repeat;
}

.header .box .ul1 li .pfx .lr .right {
    width: 100%;
    height: 100%;
    padding-left: 35px;
    background-color: white;
    min-height: 320px;
}

.header .box .ul1 li .pfx .lr .right .two_card {
    width: 100%;
    height: 100%;
    position: relative;
}

.header .box .ul1 li .pfx .lr .right .two_card .two {
    width: 100%;
    height:600px;
    overflow-y: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 14px;
    display: none;
}

.header .box .ul1 li .pfx .lr .right .two_card .two.act {
    z-index: 5;
    display: flex;
}

.header .box .ul1 li .pfx .lr .right .two_card .card {
    width: 21%;
    height: 267px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 17px;
    margin-right: 17px;
    margin-top: 14px;
    position: relative;
}

.header .box .ul1 li .pfx .lr .right .two_card .card .d_text {
    line-height: 1.5;
    color: #000;
    margin-top: 40px;
    padding: 0 20px;
    min-height: 42px;
    text-align: center;
}

.heightthree {
    height: 655px;
}

.heightfive {
    height: 885px;
}

@media screen and (max-width: 900px) {
    .heightthree {
        height: 262.5px !important;
    }

    .heightfive {
        height: 590px !important;
    }

    .pnall {}
}












.header .box .ul1 li.act .ltp a {
    color: #103757;
}

.header .box .ul1 li .ltp a:hover {
    color: #103757;
}

.header .box .ul1 li:last-child {
    margin-right: 0;
}

.header .box .ul1 li .ltp a {
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #333;
    display: inline;
    position: relative;
}

.header .box .ul1 li .ltp a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #103757;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.header .box .ul1 li.act .ltp a:before {
    width: 100%;
}



.header .box .ul1 li .ltp a:hover:after {
    width: 100%;
}

.header .box .ul1 li.act .ltp a:after {
    width: 100%;
}

.header .box .ul1 li .language {
    position: relative;
    cursor: pointer;
}

.header .box .ul1 li .language .up {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.header .box .ul1 li .language .up .en {
    margin: 0 9px;
    color: #333;
}

.header .box .ul1 li .language .down {
    display: none;
    width: 150px;
    line-height: 3;
    background-color: #fff;
    color: #222;
    padding: 10px 0;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    height:auto; overflow:hidden;
    overflow: auto;
}

/* .header .box .ul1 li .language .down.act {
  top: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: all;
} */
.header .box .ul1 li .language .down a {
    text-align: left;
    display: block;
    color: #222;
    padding-left: 15px;
}

.header .box .ul1 li .language .down a:hover {
    cursor: pointer;
    color: #0060b1;
}

.header .box .ul1 li.l_flex {
    display: flex;
    align-items: center;
}

.header .box .ul1 li.l_flex .ss {
    width: 22px;
    height: 24px;
    position: relative;
    margin-left: 30px;
}

.header .box .ul1 li.l_flex .ss a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/upload/image/20230519/7f80a2a274bbb3321776f32c96af9672.png) center no-repeat;
    position: relative;
}

.header .box .ul1 li.l_flex .ss input {
    display: block;
    width: 0px;
    height: 40px;
    background: #000;
    border: 0;
    outline: none;
    border-bottom: 1px solid #333;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    right: 100%;
    z-index: 5;
    color: #fff;
}

.header .box .ul1 li.l_flex .ss:hover input {
    width: 270px;
    padding: 0 10px;
}

.header .box .ul1 li .lbt a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0060b1;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header .box .ul1 li .lbt a:hover::before {
    content: "";
    width: 100%;
}

.header .box .ul1 li .lbt {
    display: none;
    width: 175px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.header .box .ul1 li .lbt.act {
    display: block;
}

.header .box .ul1 li .lbt .sbox {
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.header .box .ul1 li .lbt a {
    font-size: 16px;
    position: relative;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.header .box .ul1 li .lbt a:hover {
    color: #103757;
}


.header .box .ul1 li .lbt a:last-child {
    margin-bottom: 0;
}

/* å¤´éƒ¨ */

/* å³ä¾§æµ®çª— */
.right_fc {
    width: 60px;
    height: 228px;
    position: fixed;
    right: -60px;
    top: 360px;
    background-color: #0060b1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.right_fc .c_text {
    width: 145px;
    transform: rotate(-90deg);
}

.right_fc.act {
    right: 0;
}

/* è„šéƒ¨ */
.footer {
    width: 100%;
    height: auto;
    padding-top: 40px;
    background-color: #282828;
}

.footer .box .up {
    display: flex;
    justify-content: space-between;
}

.footer .box .cc_line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 30px 0;
}

.footer .box .up .left {
    width: 18.5%;
}

.footer .box .up .left .f_text {
    color: #aaa;
    line-height: 2;
    margin-top: 50px;
}

.footer .box .up .left .three_cards {
    width: 100%;
}

.footer .box .up .left .three_cards .three_card {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

.footer .box .up .left .three_cards .three_card:last-child {
    margin-bottom: 0;
}

.footer .box .up .left .three_cards .three_card img {
    width: 28px;
    height: 22px;
}

.footer .box .up .left .three_cards .three_card .right_text {
    width: calc(100% - 28px);
}

.footer .box .up .left .three_cards .three_card .right_text .d_text {
    margin-top: 13px;
    line-height: 2.3;
    color: #aaa;
}


.footer .box .up .right {
    width: 61.5%;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
}

.footer .box .up .right .ul1 {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
}

.footer .box .up .right .ul1 a {
    display: block;
    color: #aaa;
    font-size:18px;
    line-height: 2;
}

.footer .box .up .right .ul1 a:hover {
    color: #fff;
}

.footer .box .up .right .ul1 li .two_text a {
    margin: 0;
    color: #aaaaaa;
    display: inline-block;
    line-height: 1.3;
    position: relative;
}

.footer .box .up .right .ul1 li .two_text a::after {
    width: 0;
    height: 1px;
    content: "";
    background-color: #0060b1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.footer .box .up .right .ul1 li .two_text a:hover::after {
    width: 100%;
}

.footer .box .up .right .ul1 li .two_text a:hover {
    color: #0060b1;
}

.footer .box .center_up {
    width: 235px;
    display: flex;
    justify-content: space-between !important;
    margin: 50px 0 0 0;
}

.footer .box .center_up a {
    width: 48px;
    height: 48px;
    position: relative;
}

.footer .box .center_up a img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.footer .box .center_up a img:first-child {
    opacity: 1;
}

.footer .box .center_up a:hover img:first-child {
    opacity: 0;
}

.footer .box .center_up a:hover img:last-child {
    opacity: 1;
}

.footer .box .center_down {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer .box .center_down .three_card {
    width: 29.7%;
    height: 90px;
    background-color: #262626;
    position: relative;
    padding: 20px 10px 0 65px;
    margin-left: 37px;
}

.footer .box .center_down .three_card img {
    width: 56px;
    height: 56p;
    position: absolute;
    top: 50%;
    left: -29px;
    transform: translateY(-50%);
}

.footer .box .center_down .three_card .u_text {
    color: #fff;
}

.footer .box .center_down .three_card .d_text {
    color: #aaaaaa;
    line-height: 1.5;
    margin-top: 10px;
}

.footer .box .center_down .three_card:hover .d_text {
    color: #fff;
}

.footer .box .down {
    padding: 60px 0 57px 0;
}

.footer .box .down .line {
    width: 100%;
    height: 1px;
    background-color: #373838;
    margin-bottom: 20px;
}

.footer .box .down .t_text {
    display: flex;
    justify-content: space-between;
    color: #aaaaaa;
}

.footer .box .down .t_text a {
    color: #aaaaaa;
}

.footer .box .down .t_text a:hover {
    color: #fff;
}

/* è„šæ­¥ç»“æŸ */
.tishiyu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.tishiyu .two_btn {
    display: flex;
}

.tishiyu .two_btn .btn {
    width: 120px;
    height: 32px;
    padding: 0px 16px 0px 16px;
    border-radius: 40px;
    border: 1px solid white;
    text-align: center;
    line-height: 32px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}


.tishiyu .two_btn .btn:first-child {
    color: black;
    background-color: white;
}

.tishiyu .two_btn .btn:hover {
    color: black;
    background-color: white;
}

.tishiyu.act {
    height: 0;
    top: -100vh;
    z-index: -50;
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.tishiyu.act .up_box {
    height: 0;
}

.tishiyu .up_box {
    width: 100%;
    height: 130px;
    background: #414042;
    bottom: 0;
    position: fixed;
}

.tishiyu .up_box .box {
    height: 100%;
}

.tishiyu .up_box .box .lr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tishiyu .up_box .box .lr .left {
    /* width: calc(100% - 150px); */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tishiyu .up_box .box .lr .left .img {
    width: 20px;
    height: 27px;
    margin-right: 85px;
}

.tishiyu .up_box .box .lr .left .center {
    /* padding-right: 215px;
   */
    width: 70%;
}


.tishiyu .up_box .box .lr .left .rig {
    display: flex;
}

.tishiyu .up_box .box .lr .left .rig a {
    display: block;
}

.tishiyu .up_box .box .lr .left .rig a:first-child {
    margin-right: 40px;
}

.tishiyu .up_box .box .lr .left .center .tishi_text {
    line-height: 1.5;
}

.tishiyu .up_box .box .lr .left .center .two_btn {
    display: flex;
    margin-top: 8px;
}

.tishiyu .up_box .box .lr .left .center .two_btn .btn {
    padding: 10px 27px;
    background-color: #fff;
    border-radius: 25px;
    color: #333f48;
    margin-right: 10px;
    cursor: pointer;
}

.tishiyu .up_box .box .lr .left .center .two_btn .btn:last-child {
    margin-right: 0;
}

.tishiyu .up_box .box .lr .right .btn {
    width: 150px;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    color: #0060b1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
}

.home {
    width: 100%;
    position: relative;
}

.home .swiper1 {
    width: 100%;
    height: fit-content;
}

.home .swiper1 .ban_swp {
    position: relative;
}

.home .swiper1 .ban_swp .video {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.home .swiper1 .ban_swp .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.home .swiper1 .ban_swp .img img {
    width: 100%;
}

.home .swiper1 .ban_swp .text {
    position: absolute;
    bottom: 170px;
    left: 8.3%;
    z-index: 5;
}

.home .swiper1 .ban_swp .text .c_text {
    margin: 50px 0;
}

.home .b_ul1 {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.home .b_ul1 li {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    cursor: pointer;
}

.home .b_ul1 li.act {
    width: 40px;
    height: 40px;
    border: 2px solid #0060b1;
}

.home .b_ul1 li:last-child {
    margin-right: 0;
}

.product {
    width: 100%;
}

.product .box {
    padding-top: 150px;
}

.product .box .ti_text {
    margin-bottom: 80px;
}

.product .box .two {
    width: 100%;
    display: flex;
}

.product .box .two .two_card {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.product .box .two .two_card img {
    width: 100%;
    display: block;
}

.product .box .two .two_card:hover img {
    transform: scale(1.1);
}

.product .box .two .two_card .text {
    width: 88%;
    position: absolute;
    bottom: 57px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.product .box .two .two_card .text .line {
    width: 100%;
    height: 1px;
    background-color: #414242;
    margin: 15px 0 21px 0;
}

.product .box .two .two_card .text .c_text {
    line-height: 1.5;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product .box .two .two_card:hover .text .more.xian {
    background-color: #0060b1;
    border: 1px solid #0060b1;
}

.product .box .two .two_card::after {
    content: "";
    background: url(/upload/image/20230522/f77a35a15267e2d62db5d652fefb772e.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cyclops {
    width: 100%;
}

.cyclops .box {
    padding: 170px 0;
    height: fit-content;
}

.cyclops .box .swiper2 {
    position: relative;
}

.cyclops .box .swiper2 .three_card {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cyclops .box .swiper2 .three_card:hover img {
    transform: scale(1);
}

.cyclops .box .swiper2 .three_card .text {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.cyclops .box .swiper2 .three_card .text .d_text {
    margin-bottom: 14px;
}

.cyclops .box .swiper2 .three_card .text .c_text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.cyclops .box .swiper2 .pnall.prev2 {
    left: 0;
    top: 50%;
}

.cyclops .box .swiper2 .pnall.next2 {
    right: 0;
    top: 50%;
}

.mobile {
    width: 100%;
}

.mobile .box {
    padding: 115px 0 110px 0;
    position: relative;
}

.mobile .big_phone {
    display: none;
}

.mobile .box .one {
    width: 455px;
    float: right;
    margin-right: 90px;
}

.mobile .box .one .ti_text {
    text-align: center;
}

.mobile .box .one .big_img {
    margin: 35px auto 40px;
}

.mobile .box .one .c_text {
    margin-bottom: 41px;
    text-align: center;
}

.mobile .box .one .four_img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobile .box .one .four_img .two_img {
    display: flex;
}

.mobile .box .one .four_img .two_img:first-child {
    margin-right: 40px;
}

.news {
    width: 100%;
    background-size: 100% 100% !important;
}

.news .box {
    padding: 142px 70px 150px 70px;
}

.news .box .up {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 83px;
}

.news .box .up .two_text {
    display: flex;
    padding-bottom: 5px;
}

.news .box .up .two_text .text {
    color: #a4a4a4;
    margin-left: 48px;
    position: relative;
    cursor: pointer;
}

.news .box .up .two_text .text:hover {
    color: #fff;
}

.news .box .up .two_text .text.act {
    color: #fff;
}

.news .box .up .two_text .text:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.news .box .up .two_text .text:hover:after {
    width: 100%;
}

.news .box .up .two_text .text.act:after {
    width: 100%;
}

.news .box .down {
    width: 100%;
    position: relative;
}

.news .box .down .two_swp {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.news .box .down .two_swp.act {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.news .box .down .swiper3 {
    position: relative;
}

/*      .news .box .down .swiper3 .swiper-slide{
  width: 490px !important;
} */
.news .box .down .swiper3 .swiper-slide .three_card {
    width: 100%;
}

.news .box .down .swiper3 .three_card .img {
    width: 100%;
    overflow: hidden;
}

.news .box .down .swiper3 .three_card:hover .img img {
    transform: scale(1.2);
}

.news .box .down .swiper3 .three_card .text {
    width: 100%;
    padding: 50px 20px 40px;
    background-color: #f5f5f5;
}

.news .box .down .swiper3 .three_card .text .time {
    color: #000;
}
.news .box .down .swiper3 .three_card .text .time span{
    font-size: 17px;
}


.news .box .down .swiper3 .three_card .text .time .big_text {
    margin-right: 8px;
}

.news .box .down .swiper3 .three_card .text .d_text {
    margin: 25px 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    line-height: 1.4;
}

.news .box .down .swiper3 .three_card .text .c_text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    line-height: 1.5;
    -webkit-line-clamp: 2;
}

.news .box .down .pnall.prev3 {
    left: -70px;
}

.news .box .down .pnall.next3 {
    right: -70px;
}

.news .box .down .swiper4 {
    position: relative;
}

/*      .news .box .down .swiper4 .swiper-slide{
  width: 490px !important;
} */
.news .box .down .swiper4 .swiper-slide .three_card {
    width: 100%;
}

.news .box .down .swiper4 .three_card .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news .box .down .swiper4 .three_card:hover .img .b_img {
    transform: scale(1.2);
}

.news .box .down .swiper4 .three_card .img .play_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news .box .down .swiper4 .three_card .text {
    width: 100%;
    padding: 50px 20px 58px;
    background-color: #f5f5f5;
}

.news .box .down .swiper4 .three_card .text .d_text {
    margin: 25px 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    line-height: 1.4;
}

.news .box .down .pnall.prev4 {
    left: -70px;
}

.news .box .down .pnall.next4 {
    right: -70px;
}

/* äº§å“é¡µ */
.con {
    width: 100%;
}

.con .box {
    padding: 377px 0 120px 0;
}

.con .box .ban_text {
    text-align: center;
    margin-bottom: 238px;
}

.con .box .two {
    width: 100%;
}

.con .box .two .two_card {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.con .box .two .two_card:last-child {
    margin-bottom: 0;
}

.con .box .two .two_card img {
    width: 100%;
    display: block;
}

.con .box .two .two_card:hover img {
    transform: scale(1.1);
}

.con .box .two .two_card .text {
    width: 38%;
    position: absolute;
    top: 200px;
    left: 55px;
    z-index: 2;
}

.con .box .two .two_card .text .line {
    width: 100%;
    height: 1px;
    background-color: #50555f;
    margin: 20px 0 25px 0;
}

.con .box .two .two_card .text .c_text {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.con .box .two .two_card::after {
    content: "";
    background: url(/upload/image/20230519/afdccc84b024c581ebfb4d27e3bda6bc.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    {
    background-color: #181b20;
}

.i1 {
    margin-top: 100px;
    background-size: cover;
}

.i1 .box {
    padding: 125px 0 257px 0;
}

.i1 .box .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.i1 .box .con .con_le {
    width: 750px;
}

.i1 .box .con .con_le .text {
    text-align: left;
    align-items: inherit;
}

.i1 .box .con .con_re {
    width: calc(100% - 800px);
}

.i1 .box .con .con_re .vid {
    background: rgba(0, 0, 0, 0.5);
    padding: 22px 29px;
}

.i1 .box .con .con_re .big_img {
    position: relative;
}

.i1 .box .con .con_re .big_img video {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.i1 .box .text {
    margin: 0 auto;
    /* width: 750px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.i1 .box .text .d_text {
    margin: 20px 0 25px;
}

.i1 .box .text .c_text {
    line-height: 1.5;
}

.i1 .box .four_img {
    width: 750px;
    height: 230px;
    background: url(/upload/image/20230522/4f8aee03c38c9e551a810944f907caac.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 43px 0 32px;
}

.i1 .box .four_img .four {
    width: 50%;
    display: flex;
    align-items: center;
    height: 100px;
    width: 45%;
}

.i1 .box .four_img .four:nth-child(2n) {
    /* width: 32%; */
    /* width: 50%; */
    width: 41%;
}

.i1 .box .four_img .four:nth-child(3) {
    margin-top: 25px;
    /* width: 50%; */

}

.i1 .box .four_img .four:nth-child(4) {
    margin-top: 25px;
    /* width: 50%; */

}

.i1 .box .four_img .four img {
    width: 80px;
    height: 80px;
}

.i1 .box .four_img .four .four_text {
    width: calc(100% - 130px);
    margin-left: 30px;
}

.i1 .box .swi {
    width: 750px;
    height: 350px;
    margin: 25px auto 0;
}

.i1 .box .swi .swiper7 img {
    width: 100%;
}

.i1 .box .swi .swiper9 img {
    margin: 0 auto;
    height: 100%;
}

.i1 .box .swi8 {
    /* width: 76%; */
    padding: 0 12%;
    height: 160px;
    margin: 50px auto 0;
    position: relative;
}

.i1 .box .swi8 .swiper-slide {
    width: 160px;
    height: 160px;
    overflow: hidden;
    background-color: #1a1a1a;
    border-radius: 19px;
    border: 4px solid #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.i1 .box .swi8 .swiper-slide.act {
    border: 4px solid #738192;
}

.i1 .box .swi8 .prev8 {
    left: 0;
}

.i1 .box .swi8 .next8 {
    right: 0;
}

.i1 .box .swi8 .prev10 {
    left: 0;
}

.i1 .box .swi8 .next10 {
    right: 0;
}

.i1 .box .black {
    position: relative;
}

.i1 .box .black .olive {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.i1 .box .black .olive.act {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.i1 .box .two_color {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.i1 .box .two_color .img_text {
    margin-right: 40px;
    cursor: pointer;
}

.i1 .box .two_color .img_text:last-child {
    margin-right: 0;
}

.i1 .box .two_color .img_text .img_color {
    width: 64px;
    height: 64px;
    border: 2px solid #667281;
    border-radius: 50%;
    /* background-color: #000; */
}

.i1 .box .two_color .img_text:last-child .img_color {
    /* background-color: #414011; */
}

.i1 .box .two_color .img_text .text {
    margin-top: 19px;
}

.i1 .box .two_color .img_text.act .img_color {
    border: 2px solid #0060b1;
}

.i1 .box .two_color .img_text.act .text {
    color: #0060b1;
}

.i2 .box {
    height: 690px;
    overflow: hidden;
    padding-bottom: 220px;
}

.i2 .box .lr {
    display: flex;
}

.i2 .box .lr .left {
    width: 41.67%;
    padding-left: 120px;
}

.i2 .box .lr .left .c_text {
    margin: 44px 0 49px 0;
    line-height: 1.25;
}

.i2 .box .lr .right {
    position: relative;
}

@keyframes shan1 {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

}

.i2 .box .lr .right img {
    width: 100%;
}

.i2 .box .lr .right img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: shan1 2s infinite linear alternate;
}

/*   .i2 .box .lr .right:hover img:last-child{opacity: 1;} */
.i3 {
    /* height: 945px; */
}

.i3 .box {
    padding: 255px 0 125px 0;
}

.i3 .box .two_c {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.i3 .box .two_c .text {
    width: 44%;
    height: 500px;
    border-right: 2px solid #434446;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 118px;
}

.i3 .box .two_c .text .c_text {
    line-height: 1.25;
    margin-top: 40px;
}

.i3 .box .two_c .swp {
    width: 40%;
    margin-right: 86px;
    position: relative;
}

.i3 .box .two_c .swp .swiper5 .three_card {
    display: block;
    position: relative;
}

.i3 .box .two_c .swp .swiper5 .three_card video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.i3 .box .two_c .swp .pnall.prev5 {
    left: -70px;
}

.i3 .box .two_c .swp .pnall.next5 {
    right: -70px;
}

.i4 .box {
    padding: 130px 0 383px;
}

.i4 .box .text {
    width: 624px;
    float: right;
    margin-right: 148px;
}

.i4 .box .text .d_text {
    width: 415px;
    margin: 0 auto;
}

.i4 .box .text .c_text {
    width: 415px;
    line-height: 1.25;
    margin: 40px auto 45px;
}

.i4 .box .text img {
    width: 100%;
}

.i5 {
    height: 950px;
}

.i5 .box {
    padding: 165px 0 74px 0;
}

.i5 .box .text {
    margin-bottom: 70px;
}

.i5 .box .text .d_text {
    text-align: center;
}

.i5 .box .text .c_text {
    line-height: 1.25;
    margin-top: 40px;
    text-align: center;
}

.i5 .box .two_bazi {
    width: 78.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.i5 .box .two_bazi .two {
    width: 445px;
    height: 445px;
    position: relative;
}

.i5 .box .two_bazi .two .big_img {
    width: 100%;
    height: 100%;
}

.i5 .box .two_bazi .two .big_img img {
    width: 100%;
    height: 100%;
}

.i5 .box .two_bazi .two .dingwei_text {
    font-size: 24px;
}

.i5 .box .two_bazi .left .dingwei {
    position: absolute;
    top: 18%;
    left: 30%;
}

.i5 .box .two_bazi .left .dingwei .dingwei_text {
    /* animation: miaozhun 3s ease-out 3s infinite;
  -webkit-animation: miaozhun 3s ease-out 3s infinite; */
}

.i5 .box .two_bazi .left .dingwei:after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(/upload/image/20230522/33e0205d9e2f0de7d8cb1bdd195e3f60.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    animation: miaozhun 3s ease-out 2s infinite;
    -webkit-animation: miaozhun 3s ease-out 2s infinite;
}

.i5 .box .two_bazi .left .dingwei::before {
    content: "";
    width: 130px;
    height: 130px;
    background: url(/upload/image/20230522/bc5f7cbd4db894608839106ae13d9ba2.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -183px;
    left: 87%;
    transform: translateX(-50%);
    animation: miaozhun 3s ease-out 1s infinite;
    -webkit-animation: miaozhun 3s ease-out 1s infinite;
}

.i5 .box .two_bazi .right .dingwei {
    position: absolute;
    top: 16%;
    left: 34.5%;
}

.i5 .box .two_bazi .right .dingwei .dingwei_text {
    /* animation: miaozhun 3s ease-out 3s infinite;
  -webkit-animation: miaozhun 3s ease-out 3s infinite; */
}

.i5 .box .two_bazi .right .dingwei:after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(/upload/image/20230522/33e0205d9e2f0de7d8cb1bdd195e3f60.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    animation: miaozhun 3s ease-out 2s infinite;
    -webkit-animation: miaozhun 3s ease-out 2s infinite;
}

.i5 .box .two_bazi .right .dingwei::before {
    content: "";
    width: 130px;
    height: 130px;
    background: url(/upload/image/20230522/bc5f7cbd4db894608839106ae13d9ba2.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -151px;
    left: 49%;
    transform: translateX(-50%);
    animation: miaozhun 3s ease-out 1s infinite;
    -webkit-animation: miaozhun 3s ease-out 1s infinite;
}

.i5 .box .two_bazi .right .dingwei .dingwei_text:first-child {
    margin-bottom: 17px;
}

.i5 .box .two_bazi .line {
    width: 2px;
    height: 470px;
    background-color: rgba(255, 255, 255, 0.2);
}

.i6 {
    height: 900px;
}

.i6 .box {
    position: relative;
}

.i6 .box .img {
    width: 460px;
    height: 620px;
    position: relative;
    top: 137px;
    left: 44%;
    transform: translateX(-50%);
}

.i6 .box .img .git {
    position: absolute;
    top: 0;
    left: 1;
}

.i6 .box .img .img_phone {
    position: absolute;
    bottom: 0;
    right: 0;
}

.i6 .box .text {
    width: 676px;
    position: absolute;
    top: 326px;
    right: 0;
}

.i6 .box .text .c_text {
    line-height: 1.25;
    margin-top: 50px;
}

.i7 {
    height: 985px;
}

.i7 .box {
    position: relative;
}

.i7 .box .gif {
    width: 445px;
    height: 240px;
    position: absolute;
    top: 160px;
    right: 440px;
}

.i7 .box .right {
    width: 580px;
    position: absolute;
    top: 518px;
    right: 118px;
}

.i7 .box .right .d_text {
    margin-bottom: 49px;
}

.i7 .box .right .c_text {
    position: relative;
    margin-top: 15px;
    padding-left: 19px;
}

.i7 .box .right .c_text::after {
    width: 8px;
    height: 8px;
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}

.i8 {
    height: 980px;
    position: relative;
}

.i8 .box {
    padding-top: 112px;
}

.i8 .box .text {
    text-align: center;
}

.i8 .img {
    width: 77.5%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.i9 .box {
    padding: 150px 0 122px 0;
}

.i9 .box .line {
    width: 100%;
    height: 2px;
    background-color: #46494d;
    margin: 58px 0 50px 0;
}

.i9 .box .nine_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 105px;
}

.i9 .box .nine_text .nine {
    width: 26.8%;
    /*margin-bottom: 80px;*/
    margin: 47px;
}

.i9 .box .nine_text .nine img {
    width: 47px;
}

.i9 .box .nine_text .nine .n_text {
    line-height: 1.25;
    margin: 20px 0 10px 0;
}

.i9 .box .nine_text .nine .n_line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
}

.i9 .box .nine_text .nine .c_text {
    line-height: 1.5;
    color: #585a5b !important;
}

.i9 .box .lline {
    margin: 30px 0 60px 0;
}

.i9 .box .lr {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.i9 .box .lr .left {
    width: 430px;
}

.i9 .box .lr .left .four {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.i9 .box .lr .left .four_kuang {
    width: 180px;
    height: 130px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px 35px 0 18px;
    border-radius: 18px;
    margin: 0 20px 20px 0;
    cursor: pointer;
}

.i9 .box .lr .left .four_kuang:nth-child(2n) {
    margin-right: 0px;
}

.i9 .box .lr .left .four_kuang .ares {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.i9 .box .lr .left .four_kuang .ares .xie {
    color: #0060b1;
    opacity: 0;
}

.i9 .box .lr .left .four_kuang.act {
    border: 1px solid #0060b1;
}

.i9 .box .lr .left .four_kuang.act .num {
    color: #0060b1;
}

.i9 .box .lr .left .four_kuang.act .ares .xie_text {
    color: #0060b1;
}

.i9 .box .lr .left .four_kuang.act .ares .xie {
    opacity: 1;
}

.i9 .box .lr .left .four_kuang:hover {
    border: 1px solid #0060b1;
}

.i9 .box .lr .left .four_kuang:hover .num {
    color: #0060b1;
}

.i9 .box .lr .left .four_kuang:hover .ares .xie_text {
    color: #0060b1;
}

.i9 .box .lr .left .four_kuang:hover .ares .xie {
    opacity: 1;
}

.i9 .box .lr .right {
    width: calc(100% - 440px);
}

.i9 .box .lr .right .tab {
    overflow-x: auto;
    background-color: #14171c;
    position: relative;
}

.i9 .box .lr .right .tab::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    cursor: pointer;
}

.i9 .box .lr .right .tab::-webkit-scrollbar-thumb {
    background: #0060b1;
}

.i9 .box .lr .right .tab::-webkit-scrollbar-track {
    background: #14171c;
}

.i9 .box .lr .right .tab .products_tab_box {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.i9 .box .lr .right .tab .products_tab_box.act {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.products_tab_box {
    width: 1240px;
    display: flex;
    background-color: #14171c;
}

.products_tab_box .img {
    width: 380px;
    height: 301px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.products_tab_box table td {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 330px;
    height: 59px;
    line-height: 59px;
    padding-left: 30px;
}

.products_tab_box table tr td:last-child {
    width: 530px;
}


.i9 .box .lr .right .tab .three_btn {
    padding: 30px 0 40px 0;
    display: flex;
    justify-content: flex-start;
    padding-left: 25px;
}

.i9 .box .lr .right .tab .three_btn .btn {
    margin-right: 20px;
    height: 45px;
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.i9 .box .lr .right .tab .three_btn .btn img {
    margin-right: 10px;
}

.i9 .box .lr .right .tab .three_btn .btn:first-child {
    border: 1px solid #0060b1;
    color: #0060b1;
}

.i9 .box .lr .right .tab .three_btn .btn:hover {
    border: 1px solid #0060b1;
    color: #0060b1;
}

.i10 .box {
    padding: 125px 0;
}

.i10 .box .lr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.i10 .box .lr .left .line {
    width: 80px;
    height: 2px;
    background-color: #0060b1;
    margin: 33px 0 55px 0;
}

.i10 .box .lr .right {
    width: 180px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0060b1;
    border-radius: 24px;
}





_contrast {
    background-color: #070809;
}

_contrast .series {
    width: 100%;
    margin-top: 100px;
    background-color: #0f0f0f;
}

_contrast .series .box {
    height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

_contrast .series .box .c_text {
    margin-top: 30px;
}

_contrast .i1 .box {
    padding: 75px 0 150px 0;
}

_contrast .i1 .box .same {
    display: flex;
}

_contrast .i1 .box .same .left {
    width: 394px;
}

_contrast .i1 .box .same .right {
    width: calc(100% - 394px);
}

_contrast .i1 .box .up .left {
    display: flex;
    color: #85909c;
    padding-top: 5px;
}

_contrast .i1 .box .up .left input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #d9d9d9;
    margin-right: 6px;
    appearance: none;
    -webkit-appearance: none;
    /*æ¸…é™¤å¤é€‰æ¡†é»˜è®¤æ ·å¼*/
    cursor: pointer;
}

_contrast .i1 .box .up .left input[type="checkbox"]:checked {
    background: #0060b1;
    /*å¤é€‰æ¡†çš„èƒŒæ™¯å›¾*/
    background-size: contain;
}

_contrast .i1 .box .up .right {
    display: flex;
    justify-content: space-between;
}

_contrast .i1 .box .up .right .two {
    width: 23.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

_contrast .i1 .box .up .right .two .sel {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

_contrast .i1 .box .up .right .two .sel .close_text {
    width: 8px;
    height: 8px;
    background: url(../images/news_detail1.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 17px;
    right: 15px;
    cursor: pointer;
}

/*_contrast .i1 .box .up .right .two .sel::after{
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/news_detail1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
}*/
_contrast .i1 .box .up .right .two select {
    width: 100%;
    background-color: #070809;
    color: #fff;
    padding: 8px 17px;
    cursor: pointer;
    border: 0;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}

_contrast .i1 .box .up .right .two select {
    appearance: none;
    /*åŽ»æŽ‰ä¸‹æ‹‰ç®­å¤´*/
    -webkit-appearance: none;
    -moz-appearance: none;
}

_contrast .i1 .box .up .right .two select::-ms-expand {
    display: none;
}

_contrast .i1 .box .up .right .two .img {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

_contrast .i1 .box .up .right .two img {
    display: block;
}

_contrast .i1 .box .up .right .two .more {
    margin-top: 20px;
}

_contrast .i1 .box .up .right .two.jia {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: 1px solid #fff;
    cursor: pointer;
}

_contrast .i1 .box .up .right .two.jia.act {
    display: none;
}

_contrast .i1 .box .title_text {
    margin: 110px 0 50px 0;
    text-transform: uppercase;
}

_contrast .i1 .box .six_down .down {
    margin-bottom: 40px;
}

_contrast .i1 .box .six_down .down:last-child {
    margin-bottom: 0;
}

_contrast .i1 .box .down .left {}

_contrast .i1 .box .down .right {
    padding: 5px 0 35px;
    display: flex;
    /* justify-content: space-between; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

_contrast .i1 .box .down .right .two_text {
    color: #85909c;
    width: 25%;
    padding-right: 0.5%;
    word-wrap: break-word;
}

_contrast .i1 .box .down .right .two_text:first-child {}

/* _contrast .i1 .box .down .right .two_text:last-child{
  width: 620px;
} */
.i1 .i1_1 {
    padding: 150px 0 165px 0;
    display: flex;
}

.i1 .i1_1 .left {
    flex: 1;
}

.i1 .i1_1 .right {
    width: 62%;
}

.i1 .i1_1 .right .text {
    width: 100%;
}

.i1 .i1_1 .right .text .c_text {
    line-height: 1.5;
    margin: 25px 0 55px 0;
}

.i1 .i1_1 .right .text .three {
    width: 100%;
    display: flex;
}

.i1 .i1_1 .right .text .three .three_text {
    margin-right: 105px;
}

.i1 .i1_1 .right .text .three .three_text:last-child {
    margin-right: 0;
}

.i1 .i1_1 .right .text .three .three_text .num .right_text {
    margin-left: 7px;
}

.i1 .i1_1 .right .text .three .three_text .num .four_five .i1 .i1_1 .right .text .three .three_text .name {
    margin-top: 15px;
}

.i1 .i1_1 .right .text .three .three_text .name {
    margin-top: 4px;
}

.i1 .i1_2 {
    padding-bottom: 105px;
}

.i1 .i1_2 .c_text {
    padding: 28px 20px 30px;
    background-color: #000;
    line-height: 1.5;
    margin: 50px 0 30px 0;
}

.i1 .i1_2 .d_text {
    padding-left: 20px;
    line-height: 1.2;
}

.i1 .i1_2 .d_text .email {
    color: #0060b1;
    border-bottom: 1px solid #0060b1;
}

.i2 .box {
    padding: 100px 0 170px 0;
}

.i2 .box .center {
    margin: 35px 0 50px 0;
}

.i2 .box .center .input_box {
    width: 50%;
    padding: 40px 40px 40px 0;
    float: right;
}

.i2 .box .center .input_box .pr {
    position: relative;
    margin-bottom: 15px;
}

.i2 .box .center .input_box .pr:last-child {
    margin-bottom: 0;
}

.i2 .box .center .input_box .pr input {
    color: #fff;
    width: 100%;
    height: 42px;
    padding-left: 200px;
    background-color: #262626;
    border-radius: 15px;
    border: 0;
}

.i2 .box .center .input_box .pr .pa {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.i2 .box .center .input_box .pr .pa span {
    color: #da251d;
}

.i2 .box .center .input_box .pr textarea {
    color: #fff;
    width: 100%;
    height: 100px;
    padding-left: 200px;
    background-color: #262626;
    border-radius: 15px;
    border: 0;
    padding-top: 15px;
}

.i2 .box .center .input_box .inptr .pa {
    color: #fff;
    position: absolute;
    top: 23px;
    left: 20px;
}

.i2 .box .center .input_box .pr .pa span {
    color: #da251d;
}

.i2 .box .two_button {
    display: flex;
    justify-content: center;
}

.i2 .box .two_button .button {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.i2 .box .two_button .button.button1 {
    border: 1px solid #fff;
    margin-right: 60px;
}

.i2 .box .two_button .button.button2 {
    background-color: #0060b1;
}

.i1 .box {
    padding: 120px 0 125px 0;
}

.i1 .box .four_btn {
    height: 100px;
    margin: 54px 0 15px 0;
    display: flex;
    justify-content: space-between;
}
.i1 .box .four_btn .four .d_text{
    font-size: 18px;
    padding-right: 15px;
}
.i1 .box .four_btn .four {
    width: 16%;
    background-color: #24262a;
    border: 1px solid #3f434a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.i1 .box .four_btn .four:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color: #0060b1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.i1 .box .four_btn .four:hover:after {
    width: 100%;
}

.i1 .box .four_btn .four.act:after {
    width: 100%;
}

.i1 .box .four_btn .four .img {
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i1 .box .four_btn .four .line {
    height: 90%;
    width: 1px;
    background-color: #3f434a;
}

.i1 .box .four_btn .four .d_text {
    margin-left: 28px;
    line-height: 1.25;
}

.i1 .box .down {
    width: 100%;
    padding: 35px 30px 140px;
    background-color: #121416;
}

.i1 .box .down .three_se {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.i1 .box .down .three_se .three {
    width: 32.5%;
    position: relative;
    /* margin-right: 20px; */
}

.i1 .box .down .three_se .three:last-child {
    margin-left: 3%;
}

.i1 .box .down .three_se .three::after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(/upload/image/20230520/4cd1f86ab3b08f0e716f6f6e459c297f.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}

.i1 .box .down .three_se .three select {
    height: 40px;
    background-color: #121416;
    color: #585a5b;
    padding: 0 33px 0 11px;
    cursor: pointer;
    border: 1px solid #585a5b;
    border-radius: 2px;
}

.i1 .box .down .three_se .three select:hover {
    color: #fff;
    border: 1px solid #fff;
}

.i1 .box .down .three_se .three select {
    appearance: none;
    /*åŽ»æŽ‰ä¸‹æ‹‰ç®­å¤´*/
    -webkit-appearance: none;
    -moz-appearance: none;
}

.i1 .box .down .three_se .three select::-ms-expand {
    display: none;
}

.i1 .box .down .swiper6 {
    border-bottom: 1px solid #3f434a;
    padding: 10px 50px 12px;
}

.i1 .box .down .swiper6 .swiper-slide {
    width: auto !important;
    cursor: pointer;
}

.i1 .box .down .swiper6 .swiper-slide .text {
    position: relative;
}

.i1 .box .down .swiper6 .swiper-slide .text:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #0060b1;
    position: absolute;
    bottom: -13px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.i1 .box .down .swiper6 .swiper-slide.act .text:after {
    width: 100%;
}

.i1 .box .down .swiper6 .pnall {
    width: 35px;
    height: 35px;
    position: absolute;
    /* right: 0; */
    top: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i1 .box .down .swiper6 .pnall.prev6 {
    left: 0;
}

.i1 .box .down .swiper6 .pnall.next6 {
    right: 0;
}

/*  .i1 .box .down .swiper6 .pnall{
  opacity: 0;
  z-index: -1;
} */
/*  .i1 .box .down .swiper6 .pnall.act{
  opacity: 1;
  z-index: 2;
} */
.i1 .box .down .swiper6 .pnall.prev6::before {
    background: #3b3d40 url(/upload/image/20230520/c9f6ff66f86f1e1efd22b050069a1941.png) no-repeat;
}

.i1 .box .down .swiper6 .pnall.prev6:hover::before {
    background: #0060b1 url(/upload/image/20230520/c9f6ff66f86f1e1efd22b050069a1941.png) no-repeat;
}

.i1 .box .down .swiper6 .pnall.next6::before {
    background: #3b3d40 url(/upload/image/20230520/043502f4f7459c83226ebfb1b1d3510c.png) no-repeat;
}

.i1 .box .down .swiper6 .pnall.next6:hover::before {
    background: #0060b1 url(/upload/image/20230520/043502f4f7459c83226ebfb1b1d3510c.png) no-repeat;
}

.i1 .box .down .down_file {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.i1 .box .down .down_file .more_file {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.i1 .box .down .down_file .more_file.act {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    z-index: 2;
}

.i1 .box .down .down_file .file {
    width: 100%;
    height: 80px;
    border: 1px solid #292c31;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.i1 .box .down .down_file .file .img {
    position: relative;
    width: 45px;
    height: 45px;
}

.i1 .box .down .down_file .file .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.i1 .box .down .down_file .file .img img:last-child {
    opacity: 0;
}

.i1 .box .down .down_file .file:hover .img img:last-child {
    opacity: 1;
}

.i1 .box .down .down_file .file:hover .img img:first-child {
    opacity: 0;
}

.i1 .box .down .down_file .file .down_text {
    flex: 1;
    margin-left: 30px;
    line-height: 1.5;
}

.i1 .box .down .down_file .file:hover .down_text {
    color: #0060b1;
}

.i1 {
    min-height: 1020px;
}

.i1 .box {
    padding: 120px 0 225px 0;
}

.i1 .box .sfq {
    width: 100%;
    margin-top: 20px;
}

.i1 .box .sfq .one {
    width: 100%;
    padding: 35px 0 40px 0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.i1 .box .sfq .one .up {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.i1 .box .sfq .one .up .left {
    width: calc(100% - 41px);
    line-height: 1.5;
}

.i1 .box .sfq .one .up .right {
    width: 41px;
    height: 41px;
    position: relative;
}

.i1 .box .sfq .one .up .right img {
    position: absolute;
    top: 0;
    left: 0;
}

.i1 .box .sfq .one .up .right img:last-child {
    opacity: 0;
}

.i1 .box .sfq .one.act .up .right img:first-child {
    opacity: 0;
}

.i1 .box .sfq .one.act .up .right img:last-child {
    opacity: 1;
}

.i1 .box .sfq .one .sd {
    display: none;
}

.i1 .box .sfq .one .sd .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 45px 0 33px 0;
}

.i1 .box .sfq .one .sd .c_text {
    line-height: 1.8;
    color: #aaaaaa;
}

.i1 .box {
    padding: 120px 0 150px 0;
}

.i1 .box .up_text {
    margin-bottom: 70px;
}

.i1 .box .up_text .d_text {
    margin: 70px 0 20px 0;
}

.i1 .box .up_text .c_text {
    line-height: 1.5;
}

.i1 .box .three_card {
    width: 100%;
}

.i1 .box .three_card .three {
    width: 100%;
    height: 450px;
    margin-bottom: 120px;
}

.i1 .box .three_card .three:last-child {
    margin-bottom: 0;
}

.i1 .box .three_card .three .img {
    width: 50%;
    float: left;
}

.i1 .box .three_card .three:nth-child(2n) .img {
    float: right;
}

.i1 .box .three_card .three:nth-child(2n) .text {
    float: right;
}

.i1 .box .three_card .three .text {
    width: 50%;
    float: right;
    padding: 0 118px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.i1 .box .three_card .three .text .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 60px 0 25px 0;
}

.i1 .box .three_card .three .text .c_text {
    line-height: 1.66;
}

.i1 .box .three_card .three .text .more {
    margin-top: 100px;
}

.i1 .box .three_card .three .text .dd_text {
    margin: 40px 0;
}

.i1 .box .more_button {
    margin: 100px auto 0;
}

.i1 .box .more:hover {}

.close_out .text {
    text-align: center;
}

.close_out .c_text {
    text-align: center;
    line-height: 1.5;
    margin: 23px 0;
}

.close_out .d_text {
    margin-bottom: 45px;
}

.close_out .input_box {}

.close_out .input_box .inp_all {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.close_out .input_box .inp_all .pr {
    margin-bottom: 20px;
}

.close_out .input_box .inp_all .pr:last-child {
    margin-bottom: 0;
}

.close_out .input_box .inp_all .inp {
    position: relative;
    width: 49%;
    border-radius: 15px;
    overflow: hidden;
}

.close_out .input_box .inp_all .inptr {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.close_out .input_box .inp_all .inptr select {
    width: 100%;
    color: #fff;
    height: 60px;
    background-color: #262626;
    padding-left: 185px;
    border: 0;
}

.close_out .input_box .inp_all .inptr textarea {
    width: 100%;
    height: 180px;
    color: #fff;
    background-color: #262626;
    border: 0;
    padding: 17px 26px;
}

.close_out .input_box .inp_all .inp input {
    width: 100%;
    color: #fff;
    height: 60px;
    background-color: #262626;
    padding-left: 185px;
    border: 0;
}

.close_out .input_box .inp_all .inp .pa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 28px;
}

.close_out .input_box .inp_all .inp .pa span {
    color: #da251d;
}

.close_out .input_box .inp_all .inptr .pa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 28px;
}

.close_out .input_box .inp_all .inptr .pa span {
    color: #da251d;
}

.close_out .two_button {
    display: flex;
    justify-content: center;
}

.close_out .two_button {
    display: flex;
    justify-content: center;
    margin: 50px 0 120px 0;
}

.close_out .two_button .button {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.close_out .two_button .button.button1 {
    border: 1px solid #fff;
    margin-right: 60px;
}

.close_out .two_button .button.button2 {
    background-color: #0060b1;
}

.guanbi2 .gbox {
    padding: 140px 85px 55px;
}

.guanbi2 .gbox .text .c_text {
    line-height: 1.5;
    text-align: justify;
}

.guanbi2 .gbox .text .more {
    margin: 60px auto 0;
}

.i1 .box {
    padding: 250px 0 280px 0;
}

.i1 .box .up {
    width: 100%;
}

.i1 .box .up .search_text {
    text-align: center;
    margin-bottom: 95px;
}

.i1 .box .up .inp {
    width: 71.5%;
    height: 80px;
    display: flex;
    margin: 0 auto;
}

.i1 .box .up .inp input {
    width: calc(100% - 80px);
    height: 100%;
    padding-left: 21px;
    font-size: 18px;
    border: 0;
}

.i1 .box .up .inp .search_img {
    width: 80px;
    height: 81px;
    cursor: pointer;
}

.i1 .box .up .inp img {
    width: 100%;
    height: 100%;
}

.i1 .box .down {
    margin-top: 100px;
}

.i1 .box .down .down_text {}

.i1 .box .down .down_text .num {
    color: #0060b1;
}

.i1 .box .down .three_se {
    width: 100%;
}

.i1 .box .down .three_se .three {
    width: 100%;
    padding: 80px 170px 75px 70px;
    background-color: #0d0d0d;
    margin-bottom: 30px;
}

.i1 .box .down .three_se .three:last-child {
    margin-bottom: 0;
}

.i1 .box .down .three_se .three .d_text {
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i1 .box .down .three_se .three:hover .d_text {
    color: #0060b1;
}

.i1 .box .down .three_se .three .line {
    width: 69%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 30px 0 34px 0;
}

.i1 .box .down .three_se .three .c_text {
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.i1 .box {
    padding: 120px 0;
}

.i1 .box .up {
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 9px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.i1 .box .up .left {
    display: flex;
    align-items: center;
    width: calc(100% - 610px);
    padding-right: 20px;
}

.i1 .box .up .left .text {
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}

.i1 .box .up .left .text:last-child {
    margin-right: 0;
}

.i1 .box .up .left .text.act {
    color: #0060b1;
}

.i1 .box .up .left .text:hover {
    color: #0060b1;
}

.i1 .box .up .left .text:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #0060b1;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.i1 .box .up .left .text.act:after {
    width: 100%;
}

.i1 .box .up .left .text:hover:after {
    width: 100%;
}

.i1 .box .up .right {
    width: 610px;
}

.i1 .box .up .right .inp {
    width: 100%;
    height: 40px;
    position: relative;
}

.i1 .box .up .right .inp input {
    width: 100%;
    height: 100%;
    background: #000;
    border: 0;
    color: #fff;
    padding-left: 15px;
    font-size: 16px;
}

.i1 .box .up .right .inp img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
}

.i1 .box .down {
    width: 100%;
    position: relative;
}

.i1 .box .down .news {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.i1 .box .down .news.act {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.i1 .box .down .three {
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.i1 .box .down .three:last-child {
    margin-bottom: 45px;
}

.i1 .box .down .three .left {
    width: 490px;
    height: 100%;
    overflow: hidden;
}

.i1 .box .down .three:hover .left img {
    transform: scale(1.1);
}

.i1 .box .down .three .right {
    width: calc(100% - 500px);
    background: #000;
    /* padding: 60px 130px 85px 60px; */
    padding: 0 130px 0 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.i1 .box .down .three .right .text .d_text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
}

.i1 .box .down .three:hover .right .text .d_text {
    color: #0060b1;
}

.i1 .box .down .three .right .text .time {
    margin: 27px 0 35px 0;
    /*padding: 1px 0 0 24px;*/
    position: relative;
}

.i1 .box .down .three .right .text .time::after {
    content: "";
    display: block;
    background: url() no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
}

.i1 .box .down .three .right .text .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
}

.i1 .box .down .three .right .text .c_text {
    width: 100%;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

_detail .i1 {
    margin-top: 100px;
}

_detail .i1 .box {
    padding: 100px 15.6% 175px;
}

_detail .i1 .box .news_detail {
    padding: 70px 75px 110px;
    background-color: #0d0d0d;
}

_detail .i1 .box .news_detail .d_text {
    line-height: 1.25;
}

_detail .i1 .box .news_detail .three {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

_detail .i1 .box .news_detail .three .three_text {
    color: #666;
}

_detail .i1 .box .news_detail .three .line {
    width: 1px;
    height: 12px;
    background-color: #d9dadb;
    margin: 0 40px;
}

_detail .i1 .box .news_detail .c_line {
    width: 100%;
    height: 1px;
    background-color: #d9dadb;
    margin: 45px 0;
}

_detail .i1 .box .news_detail .c_text {
    line-height: 1.7;
}

_detail .i1 .box .news_detail .c_text .ul {
    border: 1px solid #fff;
    text-align: center;
}

_detail .i1 .box .news_detail .c_text .ul .li {
    display: flex;
}

_detail .i1 .box .news_detail .c_text .ul .li:first-child {
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

_detail .i1 .box .news_detail .c_text .ul .li span {
    width: 28%;
    border-left: 1px solid #fff;
    display: block;
    padding: 10px 0;
}

_detail .i1 .box .news_detail .c_text .ul .li span:first-child {
    border: none;
}

_detail .i1 .box .news_detail .c_text .ul .li span:first-child {
    width: 15%;
}

_detail .i1 .box .news_detail .c_text .ul .li:last-child span:last-child {
    text-align: left;
    padding: 10px 20px;
}

_detail .i1 .box .news_detail .c_text .ju {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

_detail .i1 .box .news_detail img {
    width: auto;
    margin: 45px auto 12px;
}

_detail .i1 .box .news_detail .down {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

_detail .i1 .box .news_detail .down .left {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

_detail .i1 .box .news_detail .down .left .l_text:hover {
    color: #0060b1;
}

.i1 .box {
    padding: 120px 0;
}

.i1 .box .down {}

.i1 .box .down .three_news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.i1 .box .down .three_news .three_card {
    width: 31%;
    cursor: pointer;
    margin-bottom: 3.5%;
}

/*  .i1 .box .down .three_news .three_card:nth-child(7){
  margin-bottom: 0;
}
 .i1 .box .down .three_news .three_card:nth-child(8){
  margin-bottom: 0;
}
 .i1 .box .down .three_news .three_card:nth-child(9){
  margin-bottom: 0;
} */
.i1 .box .down .three_news .three_card .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 330px;
}

.i1 .box .down .three_news .three_card .img .b_img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 330px;
}

.i1 .box .down .three_news .three_card:hover .img .b_img {
    transform: scale(1.2);
}

.i1 .box .down .three_news .three_card .img .play_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.i1 .box .down .three_news .three_card .text {
    width: 100%;
    height: 180px;
    padding: 20px 20px 0;
    background-color: #f5f5f5;
}

.i1 .box .down .three_news .three_card .text .d_text {
    margin: 25px 0 20px 0;
    color: #000;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.i1 .box .down .events {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.i1 .box .down .events.act {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.i1 .box .down .events .six_news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.i1 .box .down .events .six_news .six {
    width: 50%;
    display: flex;
    margin-bottom: 30px;
}

.i1 .box .down .events .six_news .six .left {
    width: 38%;
    overflow: hidden;
}

.i1 .box .down .events .six_news .six .left img {
    width: 100%;
}

.i1 .box .down .events .six_news .six:hover .left img {
    transform: scale(1.2);
}

.i1 .box .down .events .six_news .six .right {
    /* flex: 1; */
    width: 62%;
    background-color: #0d0d0d;
    padding: 0 66px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.i1 .box .down .events .six_news .six .right .d_text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i1 .box .down .events .six_news .six:hover .right .d_text {
    color: #0060b1;
}

.i1 .box .down .events .six_news .six .right .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 23px 0 22px;
}

.i1 .box .down .events .six_news .six .right .time {
    position: relative;
    padding-left: 25px;
    margin-bottom: 19px;
}

.i1 .box .down .events .six_news .six .right .time::before {
    content: "";
    display: block;
    width: 25px;
    height: 19px;
    background: url(/upload/image/20230522/e4dce33303a53cc64293c7e1460bfea8.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.i1 .box .down .events .six_news .six .right .c_text {
    position: relative;
    padding-left: 25px;
}

.i1 .box .down .events .six_news .six .right .c_text::before {
    content: "";
    display: block;
    width: 25px;
    height: 19px;
    background: url(/upload/image/20230522/aa136f1dc090828eff2559f2248e5ac2.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.i1 .box .down .events .fyxzq {
    margin-top: 30px;
}


.i1 {
    margin-top: 100px;
}

.i1 .box {
    padding: 120px 0 127px 0;
}

.i1 .box .lr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.i1 .box .lr .left {
    width: 580px;
}

.i1 .box .lr .left .dd_text {
    margin: 35px 0 75px 0;
}

.i1 .box .lr .left .three_img {}

.i1 .box .lr .left .three_img .three {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.i1 .box .lr .left .three_img .three:last-child {
    margin-bottom: 0;
}

.i1 .box .lr .left .three_img .three img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.i1 .box .lr .right {
    width: 700px;
    height: 525px;
    padding: 22px 29px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 50px 15px 0;
}

.i1 .box .lr .right .video_img {
    width: 100%;
    height: 100%;
    padding: 3px;
    background-color: #000;
    cursor: pointer;
}

.i1 .box .lr .right .video_img .video_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.i1 .box .lr .right .video_img .big_img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.i1 .box .lr .right .video_img .big_img video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    object-fit: cover;
}

.i1 .box .lr .right .video_img .big_img img {
    width: 100%;
    height: 100%;
}

.i1 .box .lr .right .video_img .small_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.i1 .box .lr .right .video_img:hover .small_img img {
    transform: scale(1.2);
}

.i1 .box .swi {
    width: 750px;
    height: 350px;
    margin: 160px auto 0;
}

.i1 .box .swi .swiper11 img {
    width: 100%;
}

.i1 .box .swi8 {
    /* width: 76%; */
    padding: 0 12%;
    height: 160px;
    margin: 50px auto 0;
    position: relative;
}

.i1 .box .swi8 .swiper-slide {
    width: 160px;
    height: 160px;
    overflow: hidden;
    background-color: #1a1a1a;
    border-radius: 19px;
    border: 4px solid #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.i1 .box .swi8 .swiper-slide.act {
    border: 4px solid #738192;
}

.i1 .box .swi8 .prev12 {
    left: 0;
}

.i1 .box .swi8 .next12 {
    right: 0;
}

.i2 .box {
    padding: 330px 0 415px 0;
}

.i2 .box .text {
    width: 565px;
    margin-left: 7.1%;
}

.i2 .box .text .c_text {
    line-height: 1.25;
    margin-top: 45px;
    background-position: center;
    padding-right: 55px;
}

.i3 {
    height: 895px;
}

.i3 .box {
    position: relative;
}

.i3 .box .right {
    width: 574px;
    position: absolute;
    top: 150px;
    right: 103px;
}

.i3 .box .right .d_text {
    margin: 25px 0 40px 0;
}

.i3 .box .right .c_text {
    line-height: 1.25;
}

.i4 {
    height: 893px;
}

.i4 .box {
    position: relative;
}

.i4 .box .left {
    width: 580px;
    position: absolute;
    top: 393px;
    left: 118px;
}

.i4 .box .left .d_text {
    width: 370px;
    margin: 0 auto;
}

.i4 .box .left .c_text {
    width: 370px;
    line-height: 1.25;
    margin: 34px auto;
}

.i5 {
    height: 1026px;
}

.i5 .box {
    position: relative;
}

.i5 .box .gif {
    width: 508px;
    position: absolute;
    top: 228px;
    right: 370px;
}

.i5 .box .right {
    width: 632px;
    position: absolute;
    top: 554px;
    right: 0;
}

.i5 .box .right .c_text {
    line-height: 2;
    margin-top: 12px;
    /* padding-left: 19px; */
    position: relative;
}

.i5 .box .right .c_text::after {
    width: 8px;
    height: 8px;
    /* content: ""; */
    display: block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

.i6 {
    height: 893px;
}

.i6 .box {
    position: relative;
}

.i6 .box .left {
    width: 650px;
    position: absolute;
    top: 395px;
    left: 142px;
}

.i6 .box .left .c_text {
    line-height: 2;
    margin-top: 12px;
    /* padding-left: 19px; */
    position: relative;
}

.i6 .box .left .c_text::after {
    width: 8px;
    height: 8px;
    /* content: ""; */
    display: block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

.i7 {
    height: 1205px;
}

.i7 .box {
    height: 100%;
    position: relative;
}

.i7 .box .right {
    width: 560px;
    position: absolute;
    top: 729px;
    right: 524px;
}

.i7 .box .right .d_text {
    margin-bottom: 40px;
}

.i7 .box .right .c_text {
    line-height: 2;
    margin-top: 7px;
    /* padding-left: 19px; */
    position: relative;
}

.i7 .box .right .c_text::after {
    width: 8px;
    height: 8px;
    /* content: ""; */
    display: block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

.i7 .box .down {
    width: 1135px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.i8 {
    height: 750px;
}

.i8 .box {
    position: relative;
    height: 100%;
}

.i8 .box .down {
    width: 77.5%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.i9 {
    background-color: #181b20;
}

.i9 .box {
    padding: 165px 0 60px;
}


.dianj {
    margin-top: 50px;
    width: 430px;
    height: 55px;
    background: url(/upload/image/20230522/7acd0e2692e8e140083b8edb1d78569c.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
}

.dianj .act {
    color: #fff;
}

.dianj a {
    display: block;
    line-height: 55px;
    width: 215px;
    color: #0060b1;
    text-align: center;
}

.dianj.bei {
    background: url(/upload/image/20230522/c6fe0b6123be673642aabbb8720026a8.png) center no-repeat;
    background-size: 100% 100%;
}
















































































@media (max-width: 1680px) {

    .header .box .ul1 li .lbt .sbox {
        padding: 30px 0;
    }

    .footer .box .up .right {
        padding-left: 4px;
    }

    .mobile .box {
        padding: 50px 0 50px 0;
    }

    .mobile .box .one .big_img {
        margin: 30px auto;
    }

    .mobile .box .one .c_text {
        margin-bottom: 30px;
    }

    .i1 .box .three_card .three {
        height: 385px;
    }

    .i1 .box .three_card .three .text .line {
        margin: 50px 0 25px 0;
    }

    .i1 .box .three_card .three .text {
        padding: 0 50px;
    }

    .i1 .box .three_card .three .text .more {
        margin-top: 70px;
    }

    .i1 .box .down .three .right {
        padding: 0 30px 0;
    }

    .i1 .box .four_btn .four .img {
        width: 90px;
    }

    .i1 .box .four_btn .four .d_text {
        margin-left: 15px;
    }

    .i1 .box .four_btn {
        height: 90px;
    }

    .i1 .box .down .three_se .three .line {
        width: 100%;
    }

    .i4 .box .text {
        margin-right: 38px;
    }

    .i4 .box {
        padding: 115px 0 383px;
    }

    .i7 .box .gif {
        top: 150px;
        right: 337px;
    }

    .i8 {
        height: 970px;
    }

    /*  .i8 {
    height: 780px;
  } */
    .i6 .box .img {
        left: 30%;
    }

    .i5 .box .gif {
        right: 290px;
    }

    _contrast .i1 .box .up .right .two .img {
        height: 250px;
    }
}

@media (max-width: 1600px) {
    .header .box .ul1 li .lbt .sbox {
        padding: 30px 0;
    }

    .footer .box .up .right {
        padding-left: 4px;
    }

    .mobile .box {
        padding: 50px 0;
    }

    .mobile .box .one .big_img {
        margin: 30px auto;
    }

    .mobile .box .one .c_text {
        margin-bottom: 30px;
    }

    .i1 .box .three_card .three {
        height: 385px;
    }

    .i1 .box .three_card .three .text .line {
        margin: 50px 0 25px 0;
    }

    .i1 .box .three_card .three .text {
        padding: 0 50px;
    }

    .i1 .box .three_card .three .text .more {
        margin-top: 70px;
    }

    .i1 .box .down .three .right {
        padding: 0 30px 0;
    }

    .i1 .box .four_btn .four .img {
        width: 90px;
    }

    .i1 .box .four_btn .four .d_text {
        margin-left: 15px;
    }

    .i1 .box .four_btn {
        height: 90px;
    }

    .i1 .box .down .three_se .three .line {
        width: 100%;
    }

    .con .box .two .two_card .text {
        top: 170px;
    }

    .i2 .box .lr .left {
        padding-left: 40px;
    }

    .i3 .box .two_c .text {
        padding-right: 40px;
        padding-left: 80px;
    }

    .i7 .box .gif {
        top: 156px;
        right: 315px;
    }

    .i5 .box .gif {
        right: 255px;
    }

    _contrast .i1 .box .up .right .two .img {
        height: 245px;
    }
}

@media (max-width: 1440px) {
    .f_72 {
        font-size: 66px;
    }

    .header .box .ul1 li {
        margin-right: 25px;
    }


    .footer .box .up .right {
        padding-left: 0;
    }

    .tishiyu .up_box .box .lr .left .center {
        padding-right: 100px;
    }

    .home .b_ul1 li {
        width: 16px;
        height: 16px;
    }

    .home .b_ul1 li.act {
        width: 30px;
        height: 30px;
    }

    .mobile .box .one .big_img {
        height: 250px;
    }

    .mobile .box .one .four_img .two_img:first-child {
        margin-right: 25px;
    }

    .mobile .box .one .four_img .two_img:first-child {
        margin-right: 25px;
    }

    .news .box .down .swiper3 .three_card .text {
        padding: 30px 20px;
    }

    .news .box .down .swiper3 .three_card .text .d_text {
        margin: 14px 0 12px 0;
    }

    .i1 .box .three_card .three {
        height: 346px;
    }

    .i1 .box .three_card .three .text .line {
        margin: 35px 0 15px 0;
    }

    .i1 .box .three_card .three .text .dd_text {
        margin: 25px 0;
    }

    _detail .i1 .box {
        padding: 100px 10.6% 130px;
    }

    .news .box .down .swiper4 .three_card .text {
        padding: 20px 20px;
    }

    .con .box .two .two_card .text {
        top: 130px;
    }

    .i1 .box .lr .right {
        margin: 0 0px 15px 0;
    }

    .i2 .box .lr .left {
        width: 53%;
    }

    .i7 {
        height: 804px;
    }

    .i7 .box .gif {
        top: 103px;
        right: 242px;
    }

    .i7 .box .right {
        top: 430px;
        right: 118px;
    }

    .i8 .box {
        padding-top: 50px;
    }

    .i8 {
        height: 780px;
    }

    .i6 .box .img {
        left: 25%;
    }

    .i5 .box .gif {
        right: 180px;
        top: 144px;
    }

    _contrast .i1 .box .up .right .two .img {
        height: 210px;
    }

    .i3 {
        height: 710px;
    }

    .i4 {
        height: 680px;
    }

    .i3 .box .right {
        top: 60px;
        right: 103px;
    }

    .i4 .box .left {
        top: 290px;
        left: 110px;
    }

    .i5 {
        height: 780px;
    }

    .i5 .box .right {
        width: 632px;
        position: absolute;
        top: 420px;
        right: 0;
    }

    .i7 {
        height: 890px;
    }

    .i8 {
        height: 640px;
    }

    .i2 .box {
        height: 620px;
    }

    .i3 .box {
        padding: 130px 0 70px 0;
    }

    .i4 .box {
        padding: 115px 0 225px;
    }

    .i4 .box {
        padding: 90px 0 265px;
    }

    .i9 .box {
        padding: 100px 0 122px 0;
    }

    .i9 .box .line {
        margin: 50px 0 50px 0;
    }

    .i9 .box .nine_text .nine {
        width: 26.8%;
        margin-bottom: 40px;
    }

    .i2 .box .center .input_box {
        padding: 20px 20px 20px 0;
    }

    /*  .i2 .box .center .input_box .pr input {
  height: 50px;
} */
    /*  .i2 .box .center .input_box .pr textarea {
  height: 130px;
} */
}

@media (max-width: 1366px) {
    .header .box .ul1 li {
        margin-right: 35px;
    }

    .news .box .down .swiper3 .three_card .text .c_text {
        -webkit-line-clamp: 2;
    }

    .news .box .down .swiper3 .three_card .text {
        padding: 20px 20px;
    }

    .news .box .down .swiper3 .three_card .text .d_text {
        margin: 8px 0;
    }

    .i1 .box .three_card .three {
        height: 328px;
    }

    .i1 .box .three_card .three .text .more {
        margin-top: 55px;
    }

    .i1 .box .three_card .three .text .line {
        margin: 20px 0 15px 0;
    }

    .i1 .box .down {
        padding: 35px 30px 80px;
    }

    .i1 .box {
        padding: 250px 0 160px 0;
    }

    _detail .i1 .box {
        padding: 100px 8% 130px;
    }

    .i6 .box .left {
        left: 80px;
    }

    .i4 .box .left {
        left: 80px;
    }

    .i1 .box {
        padding: 125px 0;
    }

    .i2 .box .lr {
        padding-top: 85px;
    }

    .i3 .box {
        padding: 80px 0 80px 0;
    }

    .i3 .box .two_c .text {
        padding-left: 20px;
    }

    .i5 .box .two_bazi {
        width: 90%;
    }

    .i7 .box .gif {
        top: 103px;
        right: 205px;
    }

    .i7 .box .right {
        right: 70px;
    }

    .i8 .img {
        width: 80%;
    }

    .i6 .box .img {
        left: 20%;
    }

    .i5 .box .gif {
        right: 140px;
    }

    _contrast .i1 .box .up .right .two .img {
        height: 195px;
    }
}

@media (max-width: 1280px) {
    .f_72 {
        font-size: 60px;
    }

    .i3 .box .right {
        right: 30px;
    }

    .i2 .box .lr .left {
        padding-left: 0;
    }

    .i3 .box .two_c .text {
        padding-left: 0;
    }

    .i8 {
        height: 790px;
    }

    _contrast .i1 .box .up .right .two .img {
        height: 190px;
    }


}

@media (max-width: 960px) {
    .gai20231019 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .f_12 {
        font-size: 12px;
    }

    .f_16 {
        font-size: 14px;
    }

    .f_18 {
        font-size: 16px;
    }

    .f_20 {
        font-size: 16px;
    }

    .f_22 {
        font-size: 16px;
    }

    .f_24 {
        font-size: 16px;
    }

    .f_26 {
        font-size: 16px;
    }

    .f_28 {
        font-size: 18px;
    }

    .f_30 {
        font-size: 18px;
    }

    .f_32 {
        font-size: 20px;
    }

    .f_34 {
        font-size: 20px;
    }

    .f_36 {
        font-size: 20px;
    }

    .f_38 {
        font-size: 20px;
    }

    .f_40 {
        font-size: 22px;
    }

    .f_46 {
        font-size: 24px;
    }

    .f_48 {
        font-size: 24px;
    }

    .f_52 {
        font-size: 26px;
    }

    .f_56 {
        font-size: 26px;
    }

    .f_72 {
        font-size: 26px;
    }

    .box {
        max-width: 1200px;
        min-width: 100px;
        width: 91%;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        box-sizing: border-box;
    }

    .header {
        display: none;
    }

    .m_header {
        width: 100%;
        height: 80px;
        display: block;
        overflow: hidden;
        padding: 0 5%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header_nav li.inpu {
        padding: 10px 30px 10px 50px;
    }

    .header_nav li.inpu .inp {
        width: 95%;
        height: 40px;
        display: flex;
    }

    .header_nav li.inpu .inp input {
        width: calc(100% - 70px);
        height: 100%;
        padding-left: 15px;
        background-color: #000;
        border: 1px solid #aaaaaa;
        color: #fff;
    }

    .header_nav li.inpu .inp .ss {
        padding: 0;
        width: 70px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #0060b1;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .m_header .sanline {
        width: 50px;
        height: 50px;
    }

    .m_header .sanline img {
        width: 65px;
        height: 65px;
    }

    .header_nav .sancha {
        width: 50px;
        height: 50px;
    }

    .header_nav .sancha img {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .header_nav {
        display: block;
        position: fixed;
        z-index: 999999999999;
        width: 100%;
        height: 100%;
        top: 0%;
        right: -100%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        overflow: hidden;
        box-sizing: border-box;
        background-color: #000;
    }

    .header_nav.act {
        right: 0;
    }

    .header_nav li a {
        font-size: 18px;
        color: #fff;
        padding: 10px 30px 10px 50px;
        line-height: 30px;
        position: relative;
    }

    .header_nav li a.ltp:after {
        content: "";
        display: block;
        width: 5px;
        height: 20px;
        background: #d4d3d4;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 30px;
    }

    .header_nav li a.ltp.act:after {
        background: #0060b1;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header_nav li a.ltp.act {
        color: #0060b1;
    }

    .header_nav li .qp .hd {
        display: none;
    }

    .header_nav li .qp .hd .hp a {
        display: block;
        font-size: 16px;
    }

    .header_nav li .qp .hd .hp a:last-child {
        border-bottom: 1px solid #0060b1;
    }

    .header_nav li.search {
        position: relative;
    }

    .header_nav li.search span {
        position: absolute;
        top: 17px;
    }

    .header_nav li.search .searchbtn img {
        position: absolute;
        top: 7px;
    }

    .footer .box .up {
        display: none;
    }

    .footer .box .center_up {
        display: none;
    }

    .footer .box .center_down {
        display: none;
    }

    .footer .box .down {
        padding: 30px 0;
    }

    .footer {
        padding-top: 0px;
        padding-bottom: 20px;
        margin-bottom: 60px;
    }

    .footer .box .down .line {
        display: none;
    }

    .tishiyu .up_box .box .lr .left .img {
        margin-right: 40px;
    }

    .tishiyu .up_box .box .lr .left .center {
        padding-right: 0px;
        width: 90% !important;
        text-align: center;
    }


    .tishiyu .up_box .box .lr .left {
        width: calc(100% - 100px);
        display: flex;
        align-items: center;
    }

    .tishiyu.act {
        top: -400vh;
    }

    .mt100 {
        margin-top: 80px;
    }

    .pnall {
        width: 50px;
        height: 50px;
    }

    .home .b_ul1 {
        bottom: 30px;
    }

    .home .b_ul1 li {
        width: 10px;
        height: 10px;
    }

    .home .b_ul1 li.act {
        width: 20px;
        height: 20px;
    }

    .product .box .two .two_card .text .line {
        margin: 10px 0 12px 0;
    }

    .product .box .two .two_card .text .c_text {
        margin-bottom: 15px;
    }

    .product .box .two .two_card .text {
        bottom: 30px;
    }

    .product .box {
        padding-top: 50px;
    }

    .product .box .ti_text {
        margin-bottom: 35px;
    }

    .cyclops .box {
        padding: 90px 0;
    }

    .mobile .box .one .big_img {
        height: 160px;
    }

    .mobile .box .one {
        width: 400px;
        float: right;
        margin-right: 0px;
    }

    .news .box {
        padding: 50px 70px;
    }

    .news .box .up {
        margin-bottom: 35px;
    }

    .news .box .down .swiper3 .three_card .text {
        padding: 15px 10px;
    }

    .news .box .down .swiper4 .three_card .text .d_text {
        margin: 0;
    }

    .news .box .down .swiper4 .three_card .img .play_img {
        width: 40px;
        height: 40px;
    }

    .con .box {
        padding: 245px 0 80px 0;
    }

    .con .box .ban_text {
        margin-bottom: 100px;
    }

    .con .box .two .two_card .text .line {
        margin: 15px 0 18px 0;
    }

    .con .box .two .two_card .text {
        top: 90px;
    }

    .i1 .i1_1 {
        padding: 50px 0 45px 0;
    }

    .i1 .i1_1 .right {
        width: 72%;
    }

    .i1 .i1_1 .right .text .c_text {
        margin: 20px 0 25px 0;
    }

    .i1 .i1_1 .right .text .three .three_text .name {
        margin-top: 2px;
    }

    .i1 .i1_2 .c_text {
        margin: 35px 0 25px 0;
    }

    .i1 .i1_2 {
        padding-bottom: 50px;
    }

    .i2 .box {
        padding: 50px 0;
    }

    .i2 .box .center {
        margin: 35px 0;
    }

    .i2 .box .center .input_box {
        padding: 30px 30px 30px 0;
    }

    .i2 .box .center .input_box .pr input {
        height: 50px;
        padding-left: 160px;
    }

    .i2 .box .center .input_box .pr textarea {
        height: 140px;
        padding-left: 160px;
    }

    .i1 .box {
        padding: 50px 0;
    }

    .i1 .box .up {
        margin-bottom: 35px;
    }

    .i1 .box .up .left .text {
        margin-right: 35px;
    }

    .i1 .box .up .right {
        width: 350px;
    }

    .i1 .box .up .left {
        width: calc(100% - 350px);
    }

    .i1 .box .down .three .left {
        width: 360px;
    }

    .i1 .box .down .three .right {
        width: calc(100% - 370px);
        padding: 0 30px 0;
    }

    .i1 .box .down .three .right .text .c_text {
        -webkit-line-clamp: 3;
    }

    .i1 .box .down .three {
        height: auto;
    }

    .i1 .box .down .three .right .text .time {
        margin: 16px 0 22px 0;
    }

    .i1 .box .down .three .right .text .line {
        margin-bottom: 20px;
    }

    .i1 .box {
        padding: 50px 0;
    }

    .i1 .box .four_btn {
        height: 80px;
        margin: 35px 0 15px 0;
    }

    .i1 .box .four_btn .four .d_text {
        margin-left: 10px;
    }

    .i1 .box .four_btn .four .img {
        width: 80px;
    }

    .i1 .box .down {
        padding: 35px;
    }

    .i1 .box .down .three_se {
        margin-bottom: 35px;
    }

    .i1 .box {
        padding: 50px 0;
    }

    .i1 .box .sfq .one {
        padding: 20px 0;
    }

    .i1 .box .sfq {
        margin-top: 5px;
    }

    .i1 .box .sfq .one .sd .line {
        margin: 20px 0 20px 0;
    }

    .i1 {
        min-height: auto;
    }

    .i1 .box {
        padding: 245px 0 80px 0;
    }

    .i1 .box .down .three_se .three {
        padding: 30px;
    }

    .i1 .box .up .search_text {
        margin-bottom: 60px;
    }

    .i1 .box .down {
        margin-top: 50px;
    }

    .i1 .box .down .down_text {
        padding-left: 30px;
        margin-bottom: 30px;
    }

    .i1 .box .down .three_se .three .line {
        margin: 15px 0 15px 0;
    }

    .i1 .box .up .inp {
        height: 50px;
    }

    .i1 .box .up .inp .search_img {
        width: 50px;
        height: 51px;
    }

    .i1 .box {
        padding: 50px 0;
    }

    .i1 .box .up_text .d_text {
        margin: 35px 0 20px 0;
    }

    .i1 .box .up_text {
        margin-bottom: 50px;
    }

    .i1 .box .three_card .three {
        height: 251px;
    }

    .i1 .box .three_card .three .text {
        padding: 0px 20px;
    }

    .close_out .two_button {
        margin: 35px 0;
    }

    .close_out .c_text {
        margin: 13px 0;
    }

    .close_out .d_text {
        margin-bottom: 20px;
    }

    .close_out .input_box .inp_all .inp {
        width: 49.5%;
    }

    .close_out .input_box .inp_all .pr {
        margin-bottom: 10px;
    }

    .close_out .input_box .inp_all .inp input {
        height: 55px;
        padding-left: 170px;
    }

    .guanbi2 .gbox {
        padding: 90px 85px 55px;
    }

    .guanbi2 .gbox .text .more {
        margin: 30px auto 0;
    }

    .i1 .box .four_img {
        width: 920px;
        background-position: center;
    }

    .i1 .box .four_img .four:nth-child(2n) {
        width: 35%;
    }

    .i1 .box {
        padding: 50px 0;
    }

    .i1 {
        margin-top: 80px;
    }

    .i2 .box {
        height: 540px;
        padding-bottom: 113px;
    }

    .i2 .box .lr .left {
        width: 68%;
    }

    .i3 .box .two_c .swp {
        margin-right: 60px;
    }

    .i4 .box {
        padding: 46px 0 170px;
    }

    .i4 .box .text {
        width: 445px;
    }

    .i5 .box .two_bazi {
        width: 100%;
    }

    .i7 {
        height: 560px;
    }

    .i7 .box .gif {
        width: 297px;
        height: 149px;
        top: 81px;
        right: 200px;
    }

    .i7 .box .right {
        top: 267px;
        right: -84px;
    }

    .i8 {
        height: 600px;
    }

    .i9 .box {
        padding: 40px 0 50px 0;
    }

    .i9 .box .line {
        margin: 35px 0 40px 0;
    }

    .i9 .box .nine_text .nine {
        width: 31%;
        margin-bottom: 45px;
    }

    .i9 .box .lr .left .four_kuang {
        width: 130px;
        height: 100px;
        padding: 21px 20px 0 18px;
        margin: 0 10px 10px 0;
    }

    .i9 .box .lr .left {
        width: 280px;
    }

    .i9 .box .lr .right {
        width: calc(100% - 280px);
    }

    .i9 .box .nine_text {
        padding-bottom: 40px;
    }

    .i10 .box {
        padding: 50px 0;
    }

    .i10 .box .lr .left .line {
        margin: 20px 0 35px 0;
    }

    .i3 .box .two_c .text {
        height: 350px;
    }

    .i1 {
        margin-top: 80px;
    }

    .i1 .box {
        padding: 50px 20px 90px;
    }

    .i1 .box .lr .left .dd_text {
        margin: 20px 0 35px 0;
    }

    .i1 .box .lr .left .three_img .three {
        margin-bottom: 20px;
    }

    .i1 .box .lr .left .three_img .three img {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .i1 .box .lr .right {
        width: 530px;
        height: 379px;
    }

    .i1 .box .lr {
        align-items: flex-start;
    }

    .i2 .box {
        padding: 155px 0 210px 0;
    }

    .i2 .box .text {
        width: 460px;
    }

    .i3 {
        height: 530px;
    }

    .i3 .box .right {
        width: 390px;
        top: 13px;
        right: 100px;
    }

    .i4 {
        height: 480px;
    }

    .i4 .box .left {
        width: 397px;
        top: 190px;
        left: 60px;
    }

    .i6 {
        height: 500px;
    }

    .i6 .box .left {
        width: 420px;
        top: 196px;
        left: 60px;
    }

    .i6 .box .left .c_text::after {
        width: 8px;
        height: 8px;
        top: 9px;
    }

    .i6 .box .left .c_text {
        line-height: 2;
        margin-top: 12px;
        padding-left: 20px;
        position: relative;
    }

    .i7 {
        height: 645px;
    }

    .i7 .box .right {
        width: 350px;
        top: 170px;
        right: 93px;
    }

    .i7 .box .right .c_text::after {
        width: 8px;
        height: 8px;
        top: 9px;
    }

    .i7 .box .right .c_text {
        padding-left: 20px;
    }

    .i8 {
        height: 455px;
    }

    .i8 .box .down {
        width: 75%;
    }

    .i9 .box {
        padding: 60px 0 50px;
    }

    _contrast .series {
        margin-top: 80px;
    }

    _contrast .series .box .c_text {
        text-align: center;
    }

    _contrast .i1 .box .same .left {
        width: 251px;
    }

    _contrast .i1 .box .same .right {
        width: calc(100% - 251px);
    }

    .i6 {
        height: 650px;
    }

    .i6 .box .img {
        width: 400px;
        top: 27px;
        left: 20%;
    }

    .i6 .box .text {
        width: 507px;
        top: 300px;
    }

    .i5 {
        height: 660px;
    }

    .i5 .box .gif {
        width: 336px;
        top: 144px;
        right: 161px;
    }

    .i5 .box .right {
        width: 493px;
        top: 340px;
    }

    .i7 .box .right .c_text::after {
        top: 3px;
    }

    .i5 .box .right .c_text::after {
        top: 10px;
        width: 8px;
        height: 8px;
    }

    _contrast .i1 .box .up .right .two .img {
        height: 160px;
    }

    /* dz1 */
    .i1 .box .down .events .six_news .six .right .line {
        margin: 10px 0 10px;
    }

    .i1 .box .down .events .six_news .six .right .time {
        margin-bottom: 8px;
    }

    .i1 .box .down .events .six_news .six .right {
        padding: 0 30px 0 15px;
    }

    .i1 .box .down .events .six_news {
        display: block;
    }

    .i1 .box .down .events .six_news .six {
        width: 100%;
        display: block;
    }

    .i1 .box .down .events .six_news .six .left {
        width: 100%;
    }

    .i1 .box .down .events .six_news .six .right {
        width: 100%;
        padding: 15px;
    }

    .i1 .box .con {
        flex-wrap: wrap;
    }

    .i1 .box .con .con_re {
        width: 100%;
    }

}

@media (max-width: 960px) {
    .box {
        max-width: 960px;
        min-width: 100px;
        width: 85%;
        margin: 0 auto;
    }

    .mt100 {
        margin-top: 50px;
    }

    .ti_text {
        text-align: center;
    }

    .tishiyu .up_box .box .lr {
        display: block;
    }

    .tishiyu .up_box {
        height: 260px;
        padding: 30px 0;
    }

    .tishiyu .up_box .box .lr .left {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .tishiyu .up_box .box .lr .left .img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .tishiyu .up_box .box .lr .left .center .two_btn {
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
    }

    .tishiyu .up_box .box .lr .left .center .two_btn .btn {
        padding: 8px 15px;
    }

    .tishiyu .up_box .box .lr .right {
        margin-top: 10px;
    }

    /* å¤´ */
    .m_header {
        width: 100%;
        height: 75px;
        display: block;
        /* overflow: hidden; */
        padding: 0 5%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .a_dw {
        top: -50px;
    }

    .m_header a img {
        height: 40px;
    }

    .footer .box .down {
        padding: 20px 0;
    }

    .footer .box .down .t_text {
        display: block;
    }

    .footer .box .down .t_text .bq_left {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .footer .box .down .t_text .bq_right {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    /* è„šæ­¥ç»“æŸ */
    .more {
        width: 150px;
        font-size: 12px;
    }

    .pnall {
        display: none;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        opacity: 0.2;

    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #0060b1;
    }

    .home .swiper1 .ban_swp .img img:last-child {
        display: block;
    }

    .product .box .two {
        display: block;
    }

    .home .swiper1 .ban_swp .video {
        display: none;
    }

    .home .swiper1 .ban_swp .text {
        bottom: 45px;
        left: 5%;
    }
    
    .product .box .two .two_card img {
        width: 100%;
        display: block;
        filter: brightness(0.75);
    }

    .home .swiper1 .ban_swp .text .c_text {
        margin: 20px 0;
    }

    .home .b_ul1 {
        bottom: 10px;
    }

    .product .box .two .two_card {
        width: 100%;
        margin-bottom: 20px;
    }

    .product .box {
        padding-top: 35px;
    }

    .product .box .ti_text {
        margin-bottom: 20px;
    }

    .cyclops .box .swiper2 .three_card .text {
        margin-top: 10px;
    }

    .cyclops .box .swiper2 .three_card .text .d_text {
        margin-bottom: 10px;
    }

    .cyclops .box {
        padding: 20px 0;
    }

    .cyclops .box .swiper2 {
        padding-bottom: 35px;
    }

    .news .box {
        padding: 35px 0px 20px 0;
    }

    .news .box .up .two_text .text {
        color: #a4a4a4;
        margin-left: 20px;
        position: relative;
        cursor: pointer;
    }

    .news .box .up {
        margin-bottom: 20px;
    }

    .news .box .down .swiper3 {
        padding-bottom: 35px;
    }

    .news .box .down .swiper4 {
        padding-bottom: 35px;
    }

    .con .box .two .two_card {
        height: 245px;
        margin-bottom: 25px;
    }

    .con .box .two .two_card img {
        height: 100%;
        object-fit: cover;
    }

    .con .box .two .two_card .text {
        width: 90%;
        position: absolute;
        top: 125px;
        left: 5%;
    }

    .con .box {
        padding: 220px 0 25px 0;
    }

    .con .box .two .two_card .text .c_text {
        -webkit-line-clamp: 2;
    }

    .banner1 .banner1_text {
        transform: translateY(-50%);
    }

    .i1 .i1_1 {
        padding: 35px 0;
        display: block;
    }

    .i1 .i1_1 .right {
        width: 100%;
        margin-top: 20px;
    }

    .i1 .i1_1 .right .text .three {
        display: block;
    }

    .i1 .i1_1 .right .text .three .three_text {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .i1 .i1_1 .right .text .three .three_text:last-child {
        margin-bottom: 0;
    }

    .i1 .i1_2 .c_text {
        margin: 20px 0 25px 0;
    }

    .i1 .i1_2 .d_text {
        padding-left: 0;
        line-height: 1.5;
    }

    .i1 .i1_2 .c_text {
        margin: 20px 0;
        padding: 15px;
    }

    .i2 .box {
        padding: 35px 0;
    }

    .i2 .box .center .input_box {
        width: 100%;
        padding: 15px;
    }

    .i2 .box .center .input_box .pr {
        margin-bottom: 15px;
    }

    .i1 .box {
        padding: 35px 0;
    }

    .i1 .box .up_text .d_text {
        margin: 16px 0 10px 0;
        line-height: 1.3;
    }

    .i1 .box .three_card .three {
        height: auto;
        margin-bottom: 50px;
    }

    .i1 .box .three_card .three .img {
        width: 100%;
        float: none;
    }

    .i1 .box .three_card .three .text {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 20px;
    }

    .i1 .box .three_card .three .text .more {
        margin-top: 20px;
    }

    .guanbi2 .gbox {
        padding: 90px 30px 35px;
    }

    .close_out .input_box .inp_all {
        display: block;
    }

    .close_out .input_box .inp_all .inp {
        width: 100%;
    }

    .close_out .two_button .button.button1 {
        margin-right: 25px;
    }

    .close_out .two_button .button {
        width: 120px;
        height: 40px;
    }

    .i1 .box .more_button {
        margin: 50px auto 0;
    }

    .i1 .box .up {
        display: block;
        border: 0;
        padding: 0;
    }

    .i1 .box .up .left {
        width: 100%;
        padding: 9px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 10px;
    }

    .i1 .box {
        padding: 35px 0;
    }

    .i1 .box .down .three {
        display: block;
        margin-bottom: 30px;
    }

    .i1 .box .down .three .left {
        width: auto;
        height: 24%;
    }

    .i1 .box .down .three .right {
        width: 100%;
        padding: 20px;
    }

    .i1 .box .down .three .right .text .time {
        margin: 12px 0 18px 0;
    }

    .i1 .box .down .three .right .text .line {
        margin-bottom: 10px;
    }

    .i1 .box {
        padding: 35px 0;
    }

    .i1 .box .four_btn {
        display: block;
        height: auto;
    }

    .i1 .box .four_btn .four {
        width: 100%;
        height: 90px;
        margin-bottom: 10px;
    }

    .i1 .box .four_btn .four .img {
        width: 90px;
    }

    .i1 .box .down {
        padding: 15px;
    }

    .i1 .box .down .three_se {
        display: block;
        margin-bottom: 15px;
    }

    .i1 .box .down .three_se .three {
        width: 100%;
        margin-bottom: 10px;
    }

    .i1 .box .down .swiper6 {
        border-bottom: 0;
        padding: 10px 0 50px 0;
    }

    .i1 .box .down .swiper6 .swiper-slide {
        width: 49% !important;
        cursor: pointer;
    }

    .i1 .box .down .swiper6 .pnall {
        display: none;
    }

    .i1 .box .down .swiper6 .swiper-slide .text {
        text-align: center;
    }

    .i1 .box {
        padding: 220px 0 30px 0;
    }

    .i1 .box .up .inp {
        width: 100%;
        height: 35px;
    }

    .i1 .box .up .inp input {
        width: calc(100% - 35px);
        height: 100%;
        padding-left: 15px;
        font-size: 16px;
    }

    .i1 .box .up .inp .search_img {
        width: 35px;
        height: 36px;
    }

    .i1 .box .down .three_se .three {
        padding: 15px 10px;
    }

    .i1 .box .down .down_text {
        padding-left: 10px;
        margin-bottom: 20px;
    }

    _detail .i1 {
        margin-top: 50px;
    }

    _detail .i1 .box {
        padding: 35px 0;
    }

    _detail .i1 .box .news_detail {
        padding: 35px 10px 35px;
        background-color: #0d0d0d;
    }

    _detail .i1 .box .news_detail .three {
        display: block;
        margin-top: 20px;
    }

    _detail .i1 .box .news_detail .three .three_text {
        margin-bottom: 10px;
    }

    _detail .i1 .box .news_detail .three .three_text:last-child {
        margin-bottom: 0;
    }

    _detail .i1 .box .news_detail .three .line {
        display: none;
    }

    _detail .i1 .box .news_detail .c_line {
        margin: 20px 0;
    }

    .i1 .box {
        padding: 35px 0;
    }

    .i1 {
        margin-top: 50px;
    }

    .i1 .box .lr {
        display: block;
    }

    .i1 .box {
        padding: 50px 0;
    }

    .i1 .box .lr .right {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .i1 .box .swi {
        width: 100%;
        height: auto;
        margin: 20px auto 0;
    }

    .i1 .box .swi8 {
        width: 100%;
        padding: 0;
        height: 80px;
        margin: 20px auto 0;
    }

    .i1 .box .swi8 .swiper12 {
        padding-bottom: 30px;
    }

    .i1 .box .swi8 .swiper-slide {
        width: 100%;
        height: 80px;
    }

    .i1 .box .swi8 .swiper-slide.act {
        border: 2px solid #738192;
    }

    .i2 .box .text {
        width: 100%;
        margin-left: 0;
    }

    .i2 .box .text .c_text {
        margin-top: 20px;
        text-align: center;
        padding-right: 0;
    }

    .i2 .box {
        padding: 55px 0;
    }

    .i3 .box .right .img {
        display: none;
    }

    .i3 .box .right {
        width: 100%;
        top: 35px;
        left: 0;
    }

    .i3 .box .right .d_text {
        margin: 0px 0 20px 0;
        text-align: center;
    }

    .i3 .box .right .c_text {
        text-align: center;
    }

    .i3 {
        height: 210px;
    }

    .i4 .box .left {
        width: 100%;
        top: 54px;
        left: 0;
    }

    .i4 .box .left .d_text {
        text-align: center;
        width: auto;
    }

    .i4 {
        height: 240px;
    }

    .i4 .box .left .c_text {
        width: auto;
        margin: 18px 0;
    }

    .i6 .box .left {
        width: 100%;
        top: 35px;
        left: 0;
    }

    .i6 {
        height: 200px;
    }

    .i7 .box .right {
        width: 100%;
        top: 35px;
        right: 0;
    }

    .i7 {
        height: 260px;
    }

    .i7 .box .right .d_text {
        margin-bottom: 13px;
    }

    .i8 {
        height: 185px;
    }

    .i7 .box .right .c_text {
        margin-top: 0;
    }

    .i7 .box .down {
        width: 100%;
        position: absolute;
        left: 50%;
        display: block;
        text-align: center;
        line-height: 1.25;
    }

    .i9 .box {
        padding: 35px 0;
    }

    .i9 .box .line {
        margin: 20px 0;
    }

    .i9 .box .nine_text {
        display: block;
    }

    .i9 .box .nine_text .nine {
        width: 100%;
        margin-bottom: 20px;
    }

    .i9 .box .nine_text .nine img {
        width: 49px;
        height: 40px;
    }

    .i9 .box .nine_text .nine .n_line {
        margin-bottom: 10px;
    }

    .i9 .box .nine_text .nine .n_text {
        line-height: 1.25;
        margin: 10px 0;
    }

    .i9 .box .lr {
        display: block;
    }

    .i9 .box .lr .left {
        width: 100%;
    }

    .i9 .box .lr .left .four_kuang {
        width: 48%;
        height: auto;
        padding: 25px 35px 25px 18px;
        border-radius: 18px;
        margin: 0 4% 4% 0;
    }

    .i9 .box .lr .left .four_kuang:nth-child(2n) {
        margin-right: 0;
    }

    .i9 .box .lr .right {
        width: 100%;
    }

    .products_tab_box .img {
        width: 106px;
        height: 75px;
    }

    .products_tab_box table td {
        width: 220px;
        height: 36px;
        line-height: 36px;
        padding-left: 15px;
    }

    .products_tab_box table tr td:last-child {
        width: 340px;
    }

    .products_tab_box {
        width: 665px;
    }

    .i9 .box .lr .right .tab .three_btn {
        padding: 30px 0 10px 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .i9 .box .lr .right .tab .three_btn .btn {
        margin-bottom: 15px;
    }

    .i10 .box {
        padding: 35px 0;
    }

    .i10 .box .lr {
        display: block;
    }

    .i10 .box .lr .left {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .i10 .box .lr .left .line {
        margin: 20px 0 20px 0;
    }

    .i10 .box .lr .right {
        margin: 30px auto 0;
    }

    .i1 {
        margin-top: 50px;
    }

    .i1 .box .four_img {
        width: 100%;
        background: transparent;
        display: block;
        height: auto;
        margin: 20px auto;
    }

    .i1 .box .four_img .four .img {
        width: 50px;
        height: 50px;
    }

    .i1 .box .four_img .four .img img {
        width: 100%;
        height: 100%;
    }

    .i1 .box .four_img .four .four_text {
        width: calc(100% - 130px);
        margin-left: 30px;
    }

    .i1 .box .four_img .four {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
    }

    .i1 .box .four_img .four:nth-child(2n) {
        width: 100%;
    }

    .i1 .box .swi {
        width: 100%;
        height: auto;
        margin: 25px auto 0;
    }

    .i1 .box .swi8 .swiper7 .swiper-slide {
        width: 352px !important;
    }

    .i1 .box .swiper9 .swiper-slide {
        width: 352px !important;
    }

    .i1 .box .swi8 .swiper8 .swiper-slide {
        width: 163px !important;
    }

    .i1 .box .swi8 .swiper10 .swiper-slide {
        width: 163px !important;
    }

    .i1 .box .swi8 .swiper-slide {
        width: 100%;
        height: 80px;
    }

    .i1 .box .swi8 .swiper-slide {
        width: 100%;
        height: 80px;
    }

    .i1 .box .swi8 {
        width: 100%;
        padding: 0;
        height: 80px;
        margin: 20px auto 0;
    }

    .i1 .box .swi8 .swiper8 {
        padding-bottom: 30px;
    }

    .i1 .box .swi8 .swiper10 {
        padding-bottom: 30px;
    }

    .i1 .box .swi8 .swiper-slide.act {
        border: 2px solid #738192;
    }

    .i2 .box {
        height: auto;
        padding-bottom: 0;
    }

    .i2 .box .lr .left {
        width: 100%;
    }

    .i2 .box .lr .left .c_text {
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .i2 .box .lr .left img {
        margin: 0 auto;
    }

    .i2 .box .lr {
        display: block;
        padding: 35px 0;
    }

    .i2 .box .lr .right {
        width: 100%;
        margin-top: 20px;
    }

    .i3 .box .two_c {
        display: block;
    }

    .i3 .box .two_c .text {
        width: 100%;
        height: auto;
        border-right: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .i3 .box .two_c .text .d_text {
        text-align: center;
    }

    .i3 .box .two_c .text .c_text {
        margin-top: 20px;
        text-align: center;
    }

    .i3 .box .two_c .swp {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .i3 .box {
        padding: 35px 0;
    }

    .i4 .box .text {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .i4 .box {
        padding: 35px 0;
    }

    .i4 .box .text .d_text {
        width: auto;
        text-align: center;
    }

    .i4 .box .text .c_text {
        width: auto;
        line-height: 1.25;
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .i5 {
        height: auto;
    }

    .i5 .box .two_bazi {
        width: 100%;
        display: block;
    }

    .i5 .box .two_bazi .two {
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }

    .i5 .box {
        padding: 35px 0;
    }

    .i5 .box .text .c_text {
        margin-top: 20px;
    }

    .i5 .box .two_bazi .line {
        display: none;
    }

    .i5 .box .text {
        margin-bottom: 0;
    }

    .i5 .box .two_bazi .left .dingwei::before {
        width: 100px;
        height: 100px;
        bottom: -156px;
        left: 74%;
    }

    .i5 .box .two_bazi .left .dingwei {
        top: 15%;
        left: 34%;
    }

    .i5 .box .two_bazi .right .dingwei {
        top: 19%;
        left: 38.5%;
    }

    .i5 .box .two_bazi .right .dingwei::before {
        width: 100px;
        height: 100px;
        bottom: -105px;
        left: 39%;
    }

    .i5 .box .two_bazi .right .dingwei:after {
        bottom: -71px;
        left: 39%;
    }

    .i7 .box .gif {
        display: none;
    }

    .i7 .box .right {
        width: 100%;
        top: 35px;
        right: 0;
    }

    .i7 {
        height: 210px;
    }

    .i8 .box {
        padding-top: 0px;
    }

    .i8 {
        height: 240px;
    }

    .i8 .img {
        bottom: 15px;
    }

    .i5 .box .two_bazi .two .dingwei_text {
        font-size: 18px;
    }

    .i1 .box {
        padding: 30px 0;
    }

    .i1 .box .down .three_news {
        display: block;
    }

    .i1 .box .down .three_news .three_card {
        width: 100%;
        margin-bottom: 20px;
    }

    .i1 .box .down .three_news .three_card .text .d_text {
        margin: 0;
    }

    .i1 .box .down .three_news .three_card .text {
        padding: 20px 20px 20px;
        height: auto;
    }

    _contrast .i1 .box .same {
        display: block;
    }

    _contrast .i1 .box .same .left {
        width: 100%;
        /* text-align: center; */
        margin-bottom: 15px;
    }

    _contrast .i1 .box .same .right {
        width: 100%;
        display: block;
    }

    _contrast .i1 .box .up .right .two {
        width: 100%;
        margin-top: 30px;
    }

    _contrast .i1 .box .up .right .two .sel {
        margin-bottom: 20px;
    }

    _contrast .i1 .box .up .right .two .more {
        margin-top: 25px;
    }

    _contrast .i1 .box .title_text {
        margin: 50px 0 20px 0;
    }

    _contrast .i1 .box .six_down .right {
        width: 100%;
        display: flex;
        padding: 5px 0 20px;
    }

    _contrast .i1 .box .down .right .two_text {
        width: 24.5%;

    }
    _contrast .i1 .box .six_down .down {
        margin-bottom: 40px;
    }

    _contrast .i1 .box {
        padding: 30px 0;
    }

    .mobile .big_phone {
        width: 100%;
        display: block;
    }

    .mobile {
        background: transparent !important;
    }

    .mobile .box {
        padding: 2px 0 66px 0;
    }

    .mobile .box .one {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .mobile .box .one .big_img {
        height: auto;
    }

    .i6 .box .text {
        width: 100%;
        top: 35px;
    }

    .i6 .box .text .c_text {
        margin-top: 20px;
        text-align: center;
    }

    .i6 .box .img {
        display: none;
    }

    .i6 {
        height: 195px;
    }

    .i7 .box .right .d_text {
        margin-bottom: 21px;
    }

    .i7 .box .right .c_text::after {
        top: 1px;
    }

    .i7 .box .right .c_text {
        padding-left: 20px;
    }

    .i1 .box .black .olive {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        z-index: 5;
    }

    .i1 .box .two_color {
        display: none;
    }

    .i1 .box .text {
        align-items: flex-start;
    }

    .i5 .box .gif {
        display: none;
    }

    .i5 .box .right {
        width: 100%;
        top: 35px;
    }

    .i5 {
        height: 210px;
    }

    .i5 .box .right .c_text::after {
        width: 8px;
        height: 8px;
        top: 6px;
    }

    .i5 .box .right .c_text {
        line-height: 1.5;
        padding-left: 20px;
    }

    .i7 .box .right .c_text::after {
        width: 8px;
        height: 8px;
        top: 8px;
    }

    .i6 .box .left .c_text::after {
        width: 8px;
        height: 8px;
        top: 8px;
    }

    .i7 .box .right .c_text::after {
        width: 8px;
        height: 8px;
        top: 2px;
    }

    _contrast .i1 .box .up .right .two .img {
        height: 250px;
    }

    _contrast .i1 .box .six_down {
        width: 100%;
        overflow-x: auto;
    }

    _contrast .i1 .box .six_down .over {
        width: 1000px;
    }


}

@media screen and (max-width: 1320px) {
    #page {
        zoom: 0.8;
    }

    .wow {
        opacity: 1 !important;
        visibility: initial !important;
    }
    .header .box .ul1 li .ltp a{
        font-size: 12px;
    }
}

@media screen and (max-width: 1250px) {
    #page {
        zoom: 0.75;
    }

    .wow {
        opacity: 1 !important;
        visibility: initial !important;
    }
}

@media screen and (max-width: 1200px) {
    #page {
        zoom: 0.7;
    }

    .wow {
        opacity: 1 !important;
        visibility: initial !important;
    }
}

@media screen and (max-width: 1100px) {
    #page {
        zoom: 0.7;
    }

    .wow {
        opacity: 1 !important;
        visibility: initial !important;
    }
}

@media screen and (max-width: 1800px) {
    .i9 .box .lr .right .tab .products_tab_box {
        zoom: 0.9;
    }
}

@media screen and (max-width: 1600px) {
    .i9 .box .lr .right .tab .products_tab_box {
        zoom: 0.9 !important;
    }
}

@media screen and (max-width: 1500px) {
    .i9 .box .lr .right .tab .products_tab_box {
        zoom: 0.9;
    }

    .i5 .box {
        padding-top: 78px !important;
    }

    .i7 .box .right {
        right: 380px !important;
        top: 480px !important;
    }

    .i8 .box {
        padding-top: 0px !important;
    }

    .i8 {
        height: 720px;
    }
}

@media screen and (max-width: 1400px) {
    .i5 .box {
        padding-top: 78px !important;
    }

    .i7 .box .right {
        right: 380px !important;
        top: 480px !important;
    }

    .i8 .box {
        padding-top: 0px !important;
    }

    .i8 {
        height: 720px;
    }

    .i9 .box .lr .right .tab .products_tab_box {
        zoom: 0.9;
    }
}

@media screen and (max-width: 1300px) {
    .i5 .box {
        padding-top: 78px !important;
    }

    .i7 .box .right {
        right: 380px !important;
        top: 480px !important;
    }

    .i8 .box {
        padding-top: 0px !important;
    }

    .i8 {
        height: 720px;
    }
}

@media screen and (max-width: 1250px) {
    .i5 .box {
        padding-top: 78px !important;
    }

    .i7 .box .right {
        right: 380px !important;
        top: 480px !important;
    }

    .i8 .box {
        padding-top: 0px !important;
    }

    .i8 {
        height: 720px;
    }
}

@media screen and (max-width: 1200px) {
    .i5 .box {
        padding-top: 78px !important;
    }

    .i7 .box .right {
        right: 380px !important;
        top: 480px !important;
    }

    .i8 .box {
        padding-top: 0px !important;
    }

    .i8 {
        height: 720px;
    }
}

@media (max-width: 960px) {
    .tishiyu .up_box .box .lr .left .rig {
        margin-top: 35px;
    }

    .i1 .box .swi {
        height: 350px;
    }

    .i1 .box .lr .right {
        height: 379px;
    }

    .i8 {
        height: 240px;
    }
}

.header .box {
    max-width: 1400px;
}

.header .box .ul1 li .pfx {
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.05);
}

.header .box .ul1 li .pfx .lr {
    max-width: 1400px;
}

.header .logo_img {
    display: flex;
    align-items: center;
}

.header .logo_img>a img {
    position: static;
}    
    
html{
    font-family: 'Regular' !important;
}




@media (min-width: 0px) and (max-width: 1000px) {
    

.footer .box .cc_line {
     display: none;
}

.yd .swiper-wrapper {
    height: auto;
}

.cptt p {
      text-align: center;
      margin-top: 5px;
      margin-bottom: 5px;
}


.selan {
    width: 100%;
    padding: 0px 0px 0px;
    overflow: hidden;
} 

.erji {
    width: 200%;
    display: flex;
} 



.headd{
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
}
.top{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 12px 10px;
	background-color:#000000;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    box-sizing: border-box;
}
.logo {
    float: left;
    width: 35%;
}
.logo img{
width: 100%;
}

.nav-logo{
    float: right;
    width: 10%;
}
.nav-logo img {
    width: 75%;
    margin-top: 10px;
}

.guanbix{
	position:fixed;
	width:70px;
	background:#0966ae url(../images/guanbi.png) center no-repeat;
	background-size:auto 20px;
	right:0;
	top:0;
	height:48px;
	z-index:1000;
	display:none;
}
.menu{
	position:fixed;
	top:0;
	left:-100%;
	width:calc(100% - 70px);
	height:100%;
	background:#f8f8f8;
	display:flex;
	align-content:space-between;
	z-index:1001;
	flex-wrap:wrap;
	transition:.5s;
}
.menu i{
	content: "";
	display: block;
	width: 70px;
	height: 120%;
	position: absolute;
	left:100%;
	top: -10%;
	z-index:1000;
	opacity:0;
	transition:0;
	box-shadow:-2px 0px 5px rgba(0,0,0,.5);
}
.menuu{
	left:0;
}
.menuu i{
	opacity:1;
	transition:.3s;
}
.heise{
	position:fixed;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:998;
}
.menu ul{
	width:50%;
	transition:.3s;
}
.menu ul.ul{
	margin-left:-50%;
}
.menu ul li{
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.menu ul section{
	display:flex;
	border-bottom:2px rgba(0,0,0,.1) solid;
	justify-content:space-between;
	align-items:center;
}
.menu ul section b{
	height:16px;
	display:block;
	width:1px;
	background:rgba(0,0,0,.2);
}
.menu ul section a{
	color:#666;
	display:block;
	width:49%;
	text-align:center;
	line-height:48px;
    font-family: 微软雅黑;
}
.menu ul li a{
	display:flex;
	justify-content:space-between;
    padding:0px 30px;
    font-size: 18px;
	color:#888;
	line-height:56px;
    font-family: 微软雅黑;
	position:relative;
	transition:.3s;
}
.menu ul li a span{
	content:"";
	display:block;
	padding-right:10px;
	background:url(../img/yjit.png) right center no-repeat;
	background-size:10px auto;
}
.menu ul li.cur a{
	color:#888;
	background:#fff;
}
.zmenu{
	width:50%;
}
.menu dl{
	width:100%;
	display:none;
}
.menu dl dt{
	text-align:center;
	font-weight:normal;
    font-size: 18px;
	line-height:50px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	color:#888;
	background:url(../images/zjit.png) 18px center no-repeat;
	background-size:auto 18px;
	position:relative;
    font-family: 微软雅黑;
}
.menu dl dt big{
	display:block;
	width:50px;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
}
.menu dl dd a{
	display:block;
	color:#888;
    font-size: 18px;
	line-height:50px;
	border-bottom:1px rgba(0,0,0,.08) solid;
	padding:0px 25px;
    font-family: 微软雅黑;
	text-decoration:none;
}
    
} 

