body {
    font-family: "微软雅黑";
    font-size: 14px;
    overflow-x: hidden;
}


* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    display: block !important;
}

em {
    font-style: normal;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.blank10 {
    width: 100%;
    height: 10px;
}

.blank20 {
    width: 100%;
    height: 20px;
}

.blank30 {
    width: 100%;
    height: 30px;
}

.blank50 {
    width: 100%;
    height: 50px;
}

.blank70 {
    width: 100%;
    height: 70px;
}

.blank100 {
    width: 100%;
    height: 100px;
}

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

.txt-left {
    text-align: left;
}

.position-a {
    position: absolute;
}

.position-r {
    position: relative;
}

.content {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.content-info {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: unset;
}


/*header*/

.header {
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 99;
    background: transparent;
}

.header2 {
    display: none;
}

.header-top {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #A2B5E3;
    padding: 0 3%;
}

.header-top p {
    float: left;
    color: #333;
}

.header-top-r {
    width: 400px;
    float: right;
    color: #fff;
}

.header-top .heard-txt {
    line-height: 40px;
    float: right;
    margin-bottom: 0;
}

.header-top .heard-txt a {
    color: #333;
}

.header-top .heard-txt a img {
    margin-top: -2px;
    margin-right: 5px;
}
.header-top .heard-txt a:hover{
    color: #106D9C;
}


/* search */

.sb-search {
    position: absolute;
    width: 0%;
    min-width: 45px;
    height: 45px;
    float: right;
    right: 3%;
    top: 57px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #106D9C;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 260px;
    height: 45px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    text-indent: 15px;
    background: transparent;
}

.sb-search-input::-webkit-input-placeholder {
    color: #fff;
}

.sb-search-input:-moz-placeholder {
    color: #fff;
}

.sb-search-input::-moz-placeholder {
    color: #fff;
}

.sb-search-input:-ms-input-placeholder {
    color: #fff;
}

.sb-icon-search,
.sb-search-submit {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.sb-search-submit {
    background: url('../images/header_search.png') no-repeat center;
    background-size: 25px 22px;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: url('../images/header_search.png') no-repeat center;
    background-size: 25px 22px;
    z-index: 90;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}


/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 260px;
}


/* .sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: url('../images/header_search.png') no-repeat center;
    background-size: 36px 36px;
    color: #fff;
    z-index: 11;
} */

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


/* search-end */

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.header-m{
    padding: 0 3%;
    width: 100%;
}
.logo {
    height: 52px;
    float: left;
    margin-top: 40px;
}

.header-right {
    margin-top: 50px;
    float: left;
    margin-left: 6%;
    width: 50%;
}


.header-top .content {
    overflow: unset;
}
.header-contact {
    position: relative;
}

.contact-list:hover .header-coder {
    display: block;
}

.header-main {
    width: 100%;
    margin: auto;
}

.menu {
    overflow: unset;
    display: table;
    width: 100%;
}

.menu-ul {
    display: table;
    margin: auto;
    width: 100%;
}

.menu-li {
    width: 15%;
    height: 44px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
    margin-right: 1%;
    border-radius: 0;
}

.menu-li a {
    color: #333;
    text-transform: uppercase;
    display: block;
    height: 44px;
    line-height: 44px;
}

.menu-li:last-of-type a {
    border: 0;
}

.menu-li a em {
    font-size: 12px;
}

.menu-li a:hover {
    color: #db261f;
}

.menu-li:hover .menu-link {
    width: 100%;
    height: 3px;
    position: absolute;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
}

.submenu-nav {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
}

.menu-li:hover a {
    color: #E94609;
}

.menu-li:hover .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #db261f;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 3px;
}

.menu-li.active .menu-link {
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    opacity: 1;
    background: #db261f;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-li.active a {
    color: #E94609;
    border-radius: 0;
}

.submenu-nav {
    display: none;
    width: 210px;
    height: auto;
    position: relative;
    left: 0;
    z-index: 999;
    border-radius: 0;
    overflow: hidden;
    padding-top: 25px;
}

.submenu-li {
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.submenu-li a {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    height: 46px;
    line-height: 23px;
    color: #666 !important;
    border-right: 0;
    text-indent: 22px;
    background: #fff !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.submenu-li:hover a {
    color: #fff !important;
    text-indent: 28px;
    background: #E94609 !important;
}



/* .submenu-nav-line {
    width: 100%;
    height: 3px;
    background: #E94609;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
} */

.submenu-li:last-child {
    border: 0;
}

.menu-li:hover .submenu-nav {
    display: block;
    animation: fadeInUp1 .5s both alternate;
    -webkit-animation: fadeInUp1 .5s both alternate;
}

@-webkit-keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft1 {
    -webkit-animation-name: fadeInLeft1;
    animation-name: fadeInLeft1;
}

@-webkit-keyframes fadeInRight1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight1 {
    -webkit-animation-name: fadeInRight1;
    animation-name: fadeInRight1;
}

.menu-img {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 72px;
    height: 26px;
}

.header-a {
    margin-right: 15px;
}

.header-a a {
    color: #fff;
    line-height: 44px;
    margin-right: 10px;
}

.header-top-right{
    float: right;
    line-height: 44px;
    color: #fff;
    margin-top: 48px;
}
.search{
    width: 202px;
    height: 44px;
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 10px;
}
.search input{
    width: 100%;
    height: 44px;
    background:#fff;
    outline-style: none;
    border: 0;
    text-indent: 15px;
    color: #333;
}
.search .search-btn{
    width: 40px;
    height: 40px;
    background: url('../images/header_search.png') no-repeat center;
    outline-style: none;
    border: 0;
    border-radius: 30px;
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    margin:auto;
}

/*header_end*/


/* banner */

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0px;
    z-index: 9;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}

.banner-txt {
    width: 50%;
    padding: 35px 25px;
    background: #231F7D;
    color: #fff;
    position: absolute;
    bottom: -60px;
    right: 9%;
}

.banner-txt h5 {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner-txt p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.material-icons {
    font-size: 44px;
}
.swiper-pagination.banner-pagination{
    left: 0;
    right: 0;
    bottom: 15px;
    width: auto;
}
.swiper-pagination.banner-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet {
    background: #E94609;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 6px !important;
    height: 6px !important;
    vertical-align: middle;
    
}

.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #db261f;
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
}

.header_search::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}

.header_search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

.header_search:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}

.swiper-button-next2 {
    background: url('../images/banner-right.png') no-repeat center;
    right: 3%;
    width: 65px;
    height: 65px;
}

.swiper-button-prev2 {
    background: url('../images/banner-left.png') no-repeat center;
    left: 3%;
    width: 65px;
    height: 65px;
}


/* banner-end */
/* index */
.index-bg{
    background: #FFFAF6;
}
.row1{
    overflow: unset;
}
.row-top{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
    overflow: hidden;
}
.row-title{
    float: left;
    overflow: hidden;
}
.row-title h5{
    font-size: 30px;
    font-weight: bold;
    display:inline-block;
}
.row-title p{
    font-size: 20px;
    margin-left: 10px;
    display:inline-block !important;
    color: #999;
}
.row-more-btn{
    float: right;
    overflow: hidden;
    font-size: 20px;
    line-height: 52px;
    display: block;
    height: 52px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row-more-btn img{
    margin-left: 10px;
    margin-top: -3px;
}
.row-more-btn:hover{
    color: #E94609;
}
.row-title-p{
    font-size: 24px;
    margin-bottom: 30px;
}
.row1-news-swiper{
    width: 100%;
    height: 600px;
    position: relative;
}
.news-mid {
    width: 100%;
    height: 600px;
    position: relative;
    top: 0px;
    z-index: 9;
    overflow: hidden;
    border-radius: 20px;
}
.swiper-button-next3 {
    background: url(../images/col-right.png) no-repeat center;
    right: -75px;
    width: 65px;
    height: 65px;
    top: 50%;
}
.swiper-button-prev3 {
    background: url(../images/col-left.png) no-repeat center;
    left: -75px;
    width: 65px;
    height: 65px;
    top: 50%;
}
.news-mid-pagination{
    right: 50px;
    bottom: 60px !important;
    width: auto !important;
    text-align:right;

}
.news-mid-img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.mask-txt{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    padding:50px;
    border-radius:20px;
}
.mask-txt h5{
    font-size: 24px;
    color: #fff;
}
.mask-txt p{
    font-size: 20px;
    color: #BEBEBE;
}
.news-mid a:hover .mask-txt h5{
    color: #fff;
}
.row1-news{
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 80px;
}
.row1-news ul li{
    float: left;
    width: 404px;
    margin-right: 34px;
}
.row1-news ul li:last-of-type{
    margin-right: 0;
}
.row1-news-img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 20px;
}
.row1-news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row1-news-txt{
    margin-top: 25px;
}
.row1-news-txt p{
    font-size: 20px;
    color: #ccc;
}
.row1-news-txt h5{
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.row1-news-txt span{
    font-size: 16px;
    color: #db261f;
    margin-top: 10px;
    display: inline-block;
}
.row1-news-txt span img{
    margin-left: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row1-news ul li:hover .row1-news-img img{
    transform: scale(1.1);
}
.row1-news ul li:hover h5{
    color: #333;
}
.row1-news ul li:hover .row1-news-txt span img{
    margin-left: 15px;
}
.bg2{
    width: 100%;
    height: 1024px;
    background: url('../images/bg2.png') no-repeat center;
}
.row2{
    overflow: unset;
    padding-top: 50px;
}
.pro-swiper{
    padding: 100px 0;
    margin-top: 120px;
}
.pro-swiper-li{
    border-radius: 20px;
    width: 404px;
    height: 490px;
    padding: 40px 40px;
    padding-bottom: 55px;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
}
.pro-swiper-namber{
    float: left;
}
.pro-swiper-namber p{
    font-size: 45px;
    font-weight: bold;
    color: #E94609;
}
.pro-swiper-namber span{
    width: 20px;
    height: 1px;
    background: #E94609;
    margin-top: 5px;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.pro-swiper-img{
    width: 205px;
    height: 309px;
    float: right;
    position: relative;
    margin-top: -100px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.pro-swiper-txt{
    width: 100%;
    float: left;
    margin-top: 35px;
}
.pro-swiper-txt h5{
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 19px;
    font-weight: bold;
    width: 100%;
}
.pro-swiper-txt p{
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 30px;
}
.pro-more-btn{
    width: 148px;
    height: 48px;
    border-radius: 50px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    float: left;
    background: #E94609;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.swiper-button-next4 {
    background: url(../images/banner-right.png) no-repeat center;
    right: -75px;
    width: 65px;
    height: 65px;
    top: 60%;
}
.swiper-button-prev4 {
    background: url(../images/banner-left.png) no-repeat center;
    left: -75px;
    width: 65px;
    height: 65px;
    top: 60%;
}
.news-mid-pagination{
    right: 50px;
    bottom: 60px !important;
    width: auto !important;
    text-align:right;

}
.swiper-pagination.pro-pagination{
    left: 0;
    right: 0;
    bottom: 15px;
    width: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
}
.pro-swiper-li:hover .pro-swiper-txt h5{
    color: #E94609;
}
.pro-swiper-li:hover .pro-swiper-img{
    -webkit-transform: translate(0px,-10px);
}
.pro-swiper-li:hover .pro-swiper-namber span{
    width: 50px;
}
.pro-swiper-li:hover .pro-more-btn{
    background: #FF6B34;
}
.bg3{
    padding: 150px;
    background: url('../images/bg3.png') no-repeat bottom right;
}
.row3-about-left{
    width: 568px;
    height: 535px;
    float: left;
    position: relative;
}
.row3-video-btn{
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row3-video-btn:hover {
    left: 20px;
}
.row3-about-img{
    right: 0;
    position: absolute;
    bottom: 0;
}
.row3-about-right{
    width: 660px;
    height: 535px;
    float: right;
}
.row3-about-right h5{
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #E94609;
}
.row3-about-right p{
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}
.row3-about-right p span{
    display: inline-flex;
}
.row3-about-right .row-more-btn{
    float: left;
    margin-top: 50px;
}
.bg4{
    padding: 120px;
    background: url('../images/bg4.png') no-repeat center top;
}
.row4-img{
    margin: auto;
    display: table;
}
.row4-cool-list{
    width: 100%;
    height: auto;
    padding: 80px 80px;
    background: #fff;
    border-radius: 40px;
    margin-top: 200px;
    overflow: hidden;
}
.row4-cool-list ul{
    margin-top: 60px;
}
.row4-cool-list ul li{
    width: 240px;
    height: 88px;
    float: left;
    margin-right: 53px;
    margin-bottom: 80px;
}
.row4-cool-list ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.row4-cool-list ul li:nth-of-type(4n){
    margin-right: 0;
}
/* index-end*/

/* footer */
.footer{
    width: 100%;
    height: 945px;
    background: url('../images/footer-bg.png') no-repeat center bottom;
    padding-top: 80px;
    position: relative;
}
.footer-menu{
    margin-top:50px;
    overflow: hidden;
}
.footer-menu-li{
    float: left;
    width: 15%;
    margin: 35px;
    color: #fff;
}
.footer-menu-li:last-of-type{
    margin-right: 0;
}
.footer-menu-li h5{
    font-size: 24px;
}
.footer-menu-li a{
    font-size: 16px;
    color: #fff;
    line-height: 44px;
}
.footer-menu-li ul li a:hover{
    color: #FFDCD0;
}
.footer-mid{
    width: 100%;
    overflow: hidden;
}
.footer-mid-left{
    float: left;
    color: #fff;
    margin-top: 40px;
}
.footer-mid-left h5{
    font-size: 24px;
    font-weight: bold;
}
.footer-mid-left p{
    font-size: 16px;
}
.footer-mid-right{
    float: right;
}
.footer-qr{
    float: left;
    margin-left: 25px;
}
.footer-qr img{
    width: 150px;
    height: 150px;
}
.footer-qr p{
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    color: #fff;
}
.footer-txt{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #E87035;
    position: absolute;
    bottom: 0;
}
.footer-txt p{
    float: left;
    line-height: 60px;
    color: #fff;
}
.footer-txt p a{
    color: #fff;
}
.footer-control{
    float: right;
    width: 240px;
    margin-top: 15px;
}

/* footer-end */


/* header_mb */

.header2 {
    width: 100%;
    height: 60px;
    background: #E94609;
    position: absolute;
    top: 0;
    padding: 0 15px;
    margin: auto;
    z-index: 11;
}

.header2 h3 {
    margin: auto;
    height: 40px;
    text-align: left;
    margin-top: 12px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

.header2 h3 img {
    display: block;
    max-width: 75%;
    max-height: 100%;
    ;
}

.header2 .left_btn {
    position: absolute;
    top: 8px;
    width: 44px;
    height: 44px;
    /*padding: 3%;*/
    text-align: center;
    left: 5px;
}

.header2 .right_btn {
    position: absolute;
    top: 8px;
    width: 44px;
    height: 44px;
    /*padding: 3%;*/
    text-align: center;
    right: 5px;
    z-index: 9;
}

.header2 .right_btn img {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header2 .left_btn img {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -76%;
    width: 76%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    padding-top: 60px;
}

.mask2 {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.box-bg {
    width: 100%;
    height: 1000px;
    background: url('../images/bg4.jpg') no-repeat center;
}

.close-btn {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.close-btn img {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.menu-logo {
    display: table;
    margin: auto;
    width: 84%;
}

.menu-list {
    width: 80%;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
}

.menu-list ul li {
    list-style: none;
    line-height: 5vh;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.menu-list ul li a {
    display: block;
    color: #333;
    text-align: center;
}

.compy-txt {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.calendar-img {
    width: 22px;
    margin-top: -4px;
    margin-right: 6px;
}

.header_search_box {
    position: relative;
    height: 38px;
    margin: auto;
    display: table;
    width: 83%;
    margin-top: 20px;
}

.header_search {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    text-indent: 40px;
    border-radius: 30px;
    outline: none;
}

.header_search_img {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 15px;
    height: 20px;
}


/* header_mb-end */

/*public*/
.banner-info{
    width: 100%;
    object-fit: cover;
}
.col{
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
}
.title {
    float: left;
    margin-top: 10px;
}
.title span {
    display: inline-block;
    width: 6px;
    height: 26px;
    border-radius: 10px;
    background: #E87035;
    float: left;
}
.title h5 {
    font-size: 24px;
    color: #333;
    float: left;
    margin: 0;
    margin-left: 10px;
}
.loc-txt {
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}
.nav-info {
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to right, #FFF9F5,  #fff);
    padding: 0 50px;
    border-radius: 15px;
    margin-bottom: 80px;
}
.nav-info ul li {
    width: auto;
    float: left;
    position: relative;
}
.nav-info ul li a {
    padding: 0 25px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #333;
    font-size: 18px;
    display: block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.nav-info .menu-link{
    width: 50%;
    height: 2px;
    background: #E94609;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 9;
    display: none;
}
.nav-info ul li.active .menu-link {
    display: block;
}
.nav-info ul li:hover .menu-link {
    display: block;
}
/* 翻页 */
.page {
    text-align: center;
    display: table;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.page ul li {
    width: 34px !important;
    height: 34px !important;
    text-align: center;
    line-height: 34px !important;
    float: left !important;
    margin: 0 7px !important;
    border: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

.page ul li a {
    color: #333;
    background: transparent;
    border: 1px solid #E94609;
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    border-radius: 5px;
}

.page ul li a:hover {
    color: #fff;
    background: #E94609;
    border: 1px solid #E94609;
}

.page ul li.active {
    color: #fff !important;
    background: #E94609;
    float: left !important;
    border-radius: 5px;
}

/*about*/
.about-info-title{
    width: 100%;
    display: table;
    text-align: center;
    margin: 50px auto;
}
.about-info-title h5{
    font-size: 40px;
    font-weight: bold;
}
.about-info-title p{
    font-size: 18px;
    color: #999;
}
.about-col1{
    overflow: hidden;
    width: 1000px;
    margin: auto;
    display: table;
}
.about-col1-left{
    float: left;
    width: 478px;
    height: 375px;
    overflow: hidden;
    margin-top: 120px;
}
.about-col1-left p{
    width: 100%;
    height: 375px;
    overflow-y: scroll;
    font-size: 18px;
    line-height: 35px;
    padding-right: 50px;
}
.about-col1-right{
    float: right;
    width: 419px;
}
.about-col2-video{
    height: 700px;
    position: relative;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 68px;
    border-radius: 20px;
}
.video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#play-btn{
    position: absolute;
    width: 96px;
    height: 96px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.about-col3{
    width: 742px;
    margin: auto;
}
.about-col3 h5{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.about-col3 p{
    font-size: 18px;
    
}
hr.content{
    margin-top: 80px;
    margin-bottom: 80px;
}
.about-col4-swpier{
    position: relative;
}
.about-col4{
    margin:80px auto;
    position: relative;
    overflow: unset;
}
.about-col4 img{
    width: 273px;
    height: 179px;
    object-fit: cover;
    border-radius: 15px;
    display: table;
    margin: auto;
}
.about-col4 h5{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 26px;
}
.about-col4 p{
    width: 273px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: auto;
    
}
.about-col4-link{
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 44%;
    z-index: 0;
}
.about-col4-icon{
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 50px;
    margin: auto;
    display: table;
    margin-top: 40px;
}
.swiper-button-next5 {
    background: url(../images/col-right.png) no-repeat center;
    right: -75px;
    width: 65px;
    height: 65px;
    top: 42%;
}
.swiper-button-prev5 {
    background: url(../images/col-left.png) no-repeat center;
    left: -75px;
    width: 65px;
    height: 65px;
    top: 42%;
}
.about-col4 .swiper-slide-active .about-col4-icon{
    background: #E94609;
}
.about-col4 .swiper-slide-active h5{
    color:#E94609;
}
.about-col3-1 p{
    text-align: center;
}
.about-col5-img{
    margin: auto;
    display: table;
    margin-top: 50px;
    margin-bottom: 80px;
}
.about-col6{
    width: 100%;
    height: 800px;
    background: url('../images/about-logo.png') no-repeat bottom center;
}
.about-col6-btn{
    width: 170px;
    height: 52px;
    display: block;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    background: #E94609;
    margin: auto;
    margin-top: 80px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.about-col6-btn:hover{
    background: #E87035;
    color: #fff;
}
/*news*/
.news-info-list{
    overflow: hidden;
}
.news-info-list ul li{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}
.about-info-img{
    float: left;
    width: 418px;
    height: 280px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.about-info-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    object-fit: cover;
}
.news-info-list ul li a:hover .about-info-img img{
    transform: scale(1.1);
}
.news-list-right{
    width: 820px;
    float: right;
}
.date{
    float: left;
}
.date .left{
    float: left;
    text-align: center;
    margin-top: 32px;
}
.date .left span{
    font-size: 18px;
    color: #999;
}
.date .left p{
    font-size: 32px;
    color: #333;
}
.date .right{
    float: left;
    text-align: center;
    margin-left: 20px;
    font-size: 88px;
    color: #333;
    font-weight: bold;
}
.news-list-title{
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    float: left;
}
.news-list-p{
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    float: left;
    color: #666;
}
.news-info-list ul li a:hover .news-list-title{
    color: #E94609;
}
.news-details-top{
    width: 100%;
    text-align: center;
    margin-top: 80px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.news-details-top h3 {
    margin-bottom: 15px;
}
.news-details-col p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px auto;
}
.news-details-col p img {
    max-width: 100%;
    margin: auto;
}
.news-details-bottom {
    font-size: 14px;
    color: #666;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.news-details-bottom a {
    width: 40%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-details-bottom a:nth-of-type(1) {
    float: left;
}
.news-details-bottom a:nth-of-type(2) {
    float: right;
    text-align: right;
}
.pro-list{
    position: relative;
    margin-top: 50px;
}
.pro-list ul li{
    float: left;
    width: 378px;
    height: 626px;
    background-image: linear-gradient(to bottom ,#FFF9F5, #fff);
    border-radius: 10px;
    padding: 25px 50px;
    padding-bottom: 50px;
    margin-right: 73px;
    position: relative;
    margin-bottom: 50px;
}
.pro-list ul li:nth-of-type(3n){
    margin-right: 0;
}
.pro-img{
    width: 100%;
    height: 320px;
    object-fit: contain;
    margin: auto;
    position: relative;
    z-index: 9;
}
.pro-img-shadow{
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.pro-list ul li h5{
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-top: 30px;
}
.pro-list ul li p{
    font-size: 16px;
    color: #666;
    text-align: center;
}
.pro-link{
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 20px auto;
}
.pro-logo{
    height: 50px;
    margin: auto;
    display: table;
}
.pro-list ul li a:hover .pro-img-shadow{
    opacity: 1;
}
.pro-list ul li a:hover h5{
    color: #E94609;
}
.pro-info-txt{
    margin-top: 50px;
}
.pro-info-txt .title{
    display: inline-block;
    float:unset;
}
.pro-info-txt .title h5{
    color: #E94609;
}
.pro-info-txt .title span{
    background: #E94609;
}
.pro-info-txt p{
    font-size:16px;
    line-height:26px;
    margin:15px auto;
}
.pro-info-txt p img {
    max-width:100%;
    margin:auto;
}
.table-responsive {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius:20px;
    margin-top:30px;
    margin-bottom:50px;
    border: 1px solid #ddd;
}
.table-responsive td{
    border-left: 1px solid #ddd;
    font-size: 24px;
    color: #333;
    padding: 15px !important;
    vertical-align:middle !important;
}
.table-responsive th {
    font-size: 24px;
    color:#999;
    font-weight:normal;
    text-align:center;
    width:20%;
    vertical-align:middle !important;
    padding:15px !important;
}
.table{
    margin-bottom: 0;
}
.partner-col1{
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    display: table;
}
.partner-info-title{
    width: 100%;
    display: table;
    text-align: center;
    margin: 50px auto;
}
.partner-info-title h5{
    font-size: 40px;
    font-weight: bold;
}
.partner-info-title p{
    font-size: 18px;
    color: #999;
}
.partner-col2{
    width: 730px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    color: #666;
    margin-top: 30px;
    margin-bottom: 50px;
}
.partner-col3{
    width: 94%;
    margin: auto;
    margin-bottom: 50px;
    max-width: 1920px;
    display: table;
    text-align: center;
}
.p-coop-list{
    overflow: hidden;
    margin: auto;
    width: 1280px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.p-coop-list ul li{
    width: 240px;
    height: 89px;
    float: left;
    margin-right: 106px;
    margin-bottom: 106px;
}
.p-coop-list ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.p-coop-list ul li:nth-of-type(4n){
    margin-right: 0;
}
.contact{
    margin-bottom: 80px;
}
.contact-left{
    float: left;
    width: 555px;
}
.contact-right{
    float: right;
    width: 656px;
    height: 778px;
    background: #f2f2f2;
    border-radius: 20px;
}
.contact-list{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 30px 0;
}
.contact-icon{
    float: left;
    width: 55px;
}
.contact-txt{
    float: right;
    width: 470px;
}
.contact-txt p{
    font-size: 20px;
    color: #666;
}
.contact-txt h5{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.contact-txt span{
    font-size: 18px;
    color: #999;
}
.contact-qr{
    margin-top: 20px;
}
.contact-qr-g{
    float: left;
    margin-right: 30px;
    text-align: center;
}
.contact-g{
    width: 100%;
    height: auto;
}
.contact-control{
    width: 48%;
    float: left;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
}
.contact-control:last-of-type{
    float: right;
}
.textarea-control{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 15px;
}
.contact-control2{
    width: 20%;
    float: left;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 15px;
}
.yzm-img{
    width: 10%;
    float: left;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-left: 20px;
}
.yzm-btn{
    display: block;
    width: 10%;
    float: left;
    height: 52px;
    line-height: 52px;
    border-radius: 10px;
    margin-left: 20px;
    background: #E94609;
    text-align: center;
    color: #fff;
}
.yzm-btn:hover{
    color: #fff;
    background: #E55E2B;
}
.bg3 .modal{
    z-index: 99999;
}
#videos .modal-dialog{
    width: 76%;
}
#videos .modal-body {
    width: 100%;
    height: 80vh;
    background: #000;
    padding: 0;
}
#video {
    width: 100%;
    height: 100%;
}
.BMapLabel{
    display: inline-table !important;
}





@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }
    .content {
        width: 100%;
        padding: 0 15px;
    }
    .header {
        display: none;
    }
    .header2 {
        display: block;
    }
    .banner {
        width: 100%;
        height: 25vh;
        margin: 0;
    }
    .swiper-button-next2{
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .swiper-button-prev2{
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .swiper-pagination.banner-pagination{
        display: none;
    }


    .row-top{
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .row-title h5{
        font-size: 20px;
    }
    .row-title p{
        font-size: 16px;
        margin-left: 5px;    
    }
    .row-more-btn{
        font-size: 16px;
        line-height: 36px;
        height: 36px;
        margin-top: 6px;
    }
    .row-more-btn img{
        width: 36px;
        height: 36px;
    }
    .row-title-p{
        font-size: 18px;
    }
    .row1-news-swiper{
        height: auto;
    }
    .news-mid{
        height: 240px;
        border-radius: 20px;
    }
    .mask-txt{
        padding: 15px;
    }
    .mask-txt h5{
        font-size: 16px;
    }
    .mask-txt p{
        font-size: 14px;
    }
    .news-mid-pagination{
        right: 15px;
        bottom: 15px !important;
    }
    .news-mid-button{
        display: none;
    }
    .row1-news{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .row1-news ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .row1-news-txt h5{
        font-size: 16px;
        line-height: 25px;
        height: 50px;
    }
    .row1-news-txt{
        margin-top: 15px;
    }
    .row1-news-img{
        height: 210px;
    }
    .row2{
        padding-top: 30px;
    }
    .pro-swiper{
        margin-top: 80px;
        overflow: unset;
    }
    .pro-swiper-li{
        width: 100%;
    }
    .pro-swiper-li{
        padding: 20px;
        padding-bottom: 55px;
    }
    .pro-swiper-img{
        margin-top: -50px;
    }
    .swiper-pagination.pro-pagination{
        bottom: -50px;
    }
    .bg2{
        height: 758px;
    }
    .bg3{
        padding: 30px 0;
    }
    .row3-about-left{
        width: 100%;
        height: 300px;
    }
    .row3-about-img{
        height: 300px;
    }
    .row3-about-right{
        width: 100%;
    }
    #videos .modal-dialog{
        width: 94%;
        margin-top: 20%;
    }
    #videos .modal-body{
        height: 40vh;
    }
    .bg4{
        padding: 30px 0;
        background-size: 100%auto;
    }
    .row4-img{
        width: 100%;
    }
    .row4-cool-list{
        padding: 15px;
        border-radius: 10px;
        margin-top: 20px;
    }
    .row4-cool-list ul li{
        width: 44%;
        float: left;
        margin-right: 0;
        height: 68px;
        margin-bottom: 25px;
    }
    .row4-cool-list ul li:nth-last-of-type(2n){
        float: right;
    }
    .row4-cool-list ul li:nth-last-of-type(4n){
        
    }
    .row4-cool-list ul li img{
        width: 100%;
        object-fit: contain;
    }
    .footer{
        background-size: cover;
        height: 659px;
    }
    .footer-logo{
        width: 70%;
    }
    .footer-menu{
        display: none;
    }
    .footer-mid-right{
        float: left;
        margin-top: 30px;
    }
    .footer-qr{
        margin-left: 0;
        margin-right: 15px;
    }
    .footer-txt p{
        line-height: 25px;
        margin-top: 15px;
    }
    .footer-control{
        display: none;
    }
    .menu-logo{
        width: 60%;
    }
    .about-info-title{
        margin: 30px auto;
    }
    .about-info-title h5{
        font-size: 24px;
    }
    .about-info-title p{
        font-size: 14px;
    }
    .about-col1-left{
        width: 100%;
        margin-top: 0;
    }
    .about-col1-right{
        width: 100%;
        margin-top: 25px;
    }
    .about-col2-video{
        margin-top: 30px;
        margin-bottom: 30px;
        height: 230px;
    }
    .video{
        border-radius: 20px;
    }
    #play-btn{
        width: 44px;
        height: 44px;
    }
    hr.content{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about-col5-img{
        width: 94%;
    }
    .about-col6{
        background-size: 100% auto;
        height: 500px;
    }
    .about-col1-left p{
        padding-right: 0;
    }
    .title h5{
        font-size: 20px;
    }
    .loc-txt{
        font-size: 14px;
    }
    .pro-list ul li{
        width: 100%;
    }
    .pro-info-txt{
        margin-top: 30px;
    }
    .table-responsive{
        border-radius: 5px;
    }
    .table-responsive th{
        font-size: 14px;
    }
    .table-responsive td{
        font-size: 14px;
    }
    .partner-info-title{
        margin: 30px auto;
    }
    .partner-info-title h5{
        font-size: 24px;
    }
    .partner-info-title p{
        font-size: 14px;
    }
    .partner-col1{
        width: 100%;
        margin-top: 0;
    }
    .partner-col2{
        width: 100%;
    }
    .p-coop-list{
        width: 94%;
        margin: auto;
    }
    .p-coop-list ul li{
        width: 44%;
        height: 68px;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .p-coop-list ul li:nth-of-type(2n){
        float: right;
    }
    .p-coop-list ul li img{
        width: 100%;
    }
    .nav-info{
        margin-top: 30px;
        height: 52px;
        margin-bottom: 30px;
        border-radius: 5px;
        padding: 0 15px;
    }
    .nav-info ul li a{
        padding: 0 10px;
        height: 52px;
        line-height: 52px;
        font-size: 16px;
    }
    .about-info-img{
        width: 100%;
    }
    .news-info-list ul li{
        margin-bottom: 30px;
    }
    .news-list-right{
        width: 100%;
    }
    .date .left{
        margin-top: 15px;
    }
    .date .left span{
        font-size: 14px;
    }
    .date .left p{
        font-size: 20px;
    }
    .date .right{
        font-size: 52px;
        margin-left: 5px;
    }
    .news-list-title{
        height: 60px;
        line-height: 30px;
        font-size: 20px;
    }
    .contact-left{
        width: 100%;
    }
    .contact-icon{
        width: 26px;
    }
    .contact-txt{
        width: 86%;
    }
    .contact-txt p{
        font-size: 16px;
    }
    .contact-txt h5{
        font-size: 18px;
    }
    .contact-txt span{
        font-size: 16px;
    }
    .contact-qr-g{
        width: 38%;
    }
    .contact-qr-g img{
        width: 100%;
    }
    .contact-right{
        margin-top: 30px;
        width: 100%;
        height: 350px;
    }
    .contact-control2{
        width: 25%;
    }
    .yzm-img{
        width: 25%;
        margin-left: 10px;
    }
    .yzm-btn{
        width: 25%;
        margin-left: 10px;
    }
    .news-mid-img{
        height: 100%;
    }
}


@media screen and (max-width:1380px) {}