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-full{
    width: 100%;
    margin: auto;
}
.content {
    width: 90%;
    margin: auto;
}

.content-info {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: unset;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    z-index: 9999;
    /* background: rgba(255,255,255,.95); */
    padding-bottom: 20px;
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.logo{
    height: 75px;
    float: left;
    margin-top: 20px;
}
.header-right{
    float: right;
    margin-top: 38px;
}
.language{
    float: left;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    margin-right: 20px;
}
.menu{
    float: left;
    width: 44px;
    height: 44px;
    background: #D9201B;
    text-align: center;
    line-height: 44px;
    border-radius: 6px;
    display: inline-block;

}
.menu-main{
    padding-top: 16%;
}
.menu img{
    width: 28px;
    height: 28px;
}
.modal-body{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.96);
    padding: 0 5%;
}
.menu-modal .menu-close{
    width: 44px;
    height: 44px;
    position: absolute;
    top: 38px;
    right: 5%;
    background: url('../images/close.svg') no-repeat center,#D9201B;
    background-size: 18px 18px;
    z-index: 99;
    border-radius: 6px;
}
.modal-logo{
    width: 100%;
}
body.modal-open{
    overflow: unset;
    overflow-x: hidden;
}
.menu-modal{
    padding-right: 0 !important;
    height: 100vh;
}
.modal-p1{
    color: #ccc;
    line-height: 25px;
    margin-top: 56px;
}
.search{
    width: 60%;
    height: 44px;
    border-radius: 50px;
    margin-top: 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.search-input{
    width: 100%;
    border: 0;
    outline-style: none;
    height: 44px;
    text-indent: 15px;
}
.search-btn{
    width: 44px;
    height: 44px;
    background: url('../images/meun_search.png') no-repeat center;
    background-size: 23px 23px;
    position: absolute;
    top: 0;
    right: 0;
}
.menu-ul {
    width:90%;
    margin-left: 10%;
}

.menu-li {
    width: 30%;
    height: 53px;
    text-align: center;
    font-size: 18px;
    line-height: 53px;
    position: relative;
}

.menu-link {
    width: 50%;
    height: 2px;
    background: #D9201B;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.menu-li a {
    display: block;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}


.menu-li:hover .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.menu-li.active .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.submenu-nav {
    display: none;
    width: 210px;
    height: auto;
    position: absolute;
    left: 100%;
    z-index: 999;
    top: -10px;
    padding: 15px 0;
    border-radius: 6px;
    overflow: hidden;
    background: #D9201B;
}

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

.submenu-li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 29px;
    font-size: 14px;
    text-align: left;
}

.submenu-li:hover a {
    padding-left: 20px;
}

.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;
}
.cont-group{
    margin-bottom: 45px;
}
.cont-group h5{
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.cont-group p{
    color: #ccc;
    line-height: 25px;
}
.cont-icon{
    float: right;
    margin-left: 5%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: table;
    text-align: center;
    line-height: 40px;
    position: relative;
}
.qrcode-img{
    position: absolute;
    width: 130px;
    height: 130px;
    top: 54px;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    margin: auto;
}
.cont-hover:hover .qrcode-img{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

/*header_end*/

/* banner */
.banner{
    width: 100%;
    height: 100vh;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-left{
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: 999;
}
.news-report{ overflow: hidden;float: left;width: 500px;}
.scrollbox{ overflow: hidden; margin: 0 auto; height: 52px; position: relative; background: rgba(217,32,27,0.8);border-radius: 6px 0 0 0;}
.scrollbox strong{ font-size: 16px; color: #fff; height: 52px; line-height: 52px;width: 80px; text-align: center; float: left; }
.carousel-inner2{height: 52px; float: left; width: calc(100% - 80px);}
.carousel-inner2 li{height: 52px;  overflow: hidden;}
.carousel-inner2 li div{ margin: 0 auto; }
.carousel-inner2 li div a{width: 100%; display: block; font-size: 14px; color: #fff;  float: left; padding: 0 10px;display: block;line-height: 52px;}
.carousel-inner2 li div a p{ overflow: hidden; margin: 0 auto; width: calc(100% - 15px); font-size: 14px; color: #fff; display: block; float: left; white-space:nowrap; text-overflow:ellipsis;}
.carousel-inner2 li div a sup{ overflow: hidden; margin: 0 10px; font-size: 12px;  padding: 0 5px; height: 20px; line-height: 20px; display: block; float: left; background: #f08311; color: #fff;}
.carousel-inner2 li div a span{ overflow: hidden; margin: 0 auto; font-size: 18px; color: #999999; display: block; float: left;}
.carousel-inner2 li div a:hover p{ color:#fff;}
.carousel-inner2 .item span{
    float: right;
}
.banner-right{
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 999;
}
.banner-left .banner-pagination{
    width: 150px;
    height: 52px;
    background: rgba(255,255,255,.8);
    float: left;
    text-align: center;
    margin: auto;
    display: table;
    line-height: 52px;
}
.banner-left .banner-pagination .swiper-pagination-bullet{
    background: #D9201B;
    margin:0 5px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner-left .banner-pagination .swiper-pagination-bullet-active{
    border: 1px solid #D9201B;
    background: transparent;
}
.banner-button{
    width: 140px;
    height: 52px;
    background: rgba(255,255,255,.8);
    float: left;
    text-align: center;
    margin: auto;
    display: table;
    line-height: 52px;
    border-left: 1px solid #fff;
    position: relative;
    border-radius: 0 6px 0 0;
}
.banner-button .swiper-button-next, .banner-button .swiper-container-rtl .swiper-button-prev{
    background: url('../images/pagination2.png') no-repeat center;
    right:25px;
}
.banner-button .swiper-button-prev, .banner-button .swiper-container-rtl .swiper-button-next{
    background: url('../images/pagination1.png') no-repeat center;
    left: 25px;
}
.banner-button-link{
    display: inline-block;
    height: 18px;
    width: 1px;
    color: #fff;
}
.click-jump{
    width: 44px;
    height: 44px;
    background: #D9201B;
    text-align: center;
    line-height: 44px;
    border-radius: 6px 6px 0 0;
    display: inline-block;
}
.click-jump img{
    width: 23px;
    height: 20px;
}
/* banner-end */


/* footer */
.footer{
    background: #363636;
    padding-top: 88px;
}
.footer-nav{
    width: 70%;
    float: left;
}
.footer-nav ul li{
    width: 12%;
    float: left;
}
.footer-nav h5{
    font-size: 24px;
    color: #ddd;
    margin:0;
}
.footer-nav a{
    font-size: 16px;
    color: #999;
    display: block;
    line-height: 30px;
}
.footer-nav h5 a{
    font-size: 24px;
    color: #ddd;
}
.footer-nav a:hover{
    color: #D9201B;
    line-height: 30px;
}
.footer-right{
    width: 30%;
    float: right;
}
.footer-right .btn{
    min-width: 120px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    height: 33px;
    padding: 6px 9px;
    float: right;
    position: relative;
}
.footer-right .btn img{
    margin-right: 5px;
}
.footer-right .wechat-btn{
    margin-left: 15px;
}
.footer-right .wechat-btn .footer-code{
    display: block;
    position: absolute;
    top: 40px;
    right: -5px;
    width: 120px;
}
.footer-right .wechat-btn:hover .footer-code{
    display: block;
}
.footer-bottom{
    width: 100%;
    height: 60px;
    background: #000;
    margin-top: 50px;
}
.footer-bottom p{
    line-height: 60px;
    color: #fff;
    float: left;
}
.footer-bottom a{
    color: #fff;
}
.footer-control {
    float: right;
    width: 200px;
    margin-top: 14px;
}
.footer .content{
    overflow: hidden;
}
/* footer-end */


/* header_mb */

.header2 {
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    padding: 0 15px;
    margin: auto;
    z-index: 11;
    display: none;
}

.header2 h3 {
    margin: auto;
    height: 40px;
    text-align: left;
    margin-top: 11px;
    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;
    height: 70px;
}

.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;
}
.menu-logo{
    display: block;
    width: 80%;
    height: auto;
    margin-bottom: 15px;
}
/* header_mb-end */

/*index*/
.row1{
    height: 918px;
    overflow: hidden;
    position: relative;
}
.row1-left{
    padding: 0;
    padding-right: 65px;
}
.row1-bg{
    position: absolute;
    background: url('../images/about_bg.png') no-repeat,#f2f2f2;
    background-position: left 80% bottom 56px;
    border-radius: 0 6px 6px 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    width: 75%;
    height: 752px;
}
.row-title{
    width: 100%;
    float: left;
}
.title-link{
    width: 80px;
    height: 3px;
    background:#333;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.row-title h5{
    font-size: 24px;
    color: #333;
    display: inline-block;
    line-height: 44px;
    margin:0;
}
.row-h3{
    float: left;
    font-size: 48px;
    color: #333;
    margin-top: 6%;
}
.row-p{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    margin-top: 5%;
}
.row-btn{
    float: left;
    width: 190px;
    height: 52px;
    background: #D9201B;
    line-height: 52px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-top: 8%;
}
.row1-right{
    padding: 0;
    padding-left: 40px;
}
.about-img{
    width: 100%;
    margin-top: -25%;
    float: right;
}
.row1-main{
    margin: auto;
    margin-top: 15%;
}
.row-btn:hover{
    color: #fff;
    background: #A41915;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row2{
    height: 931px;
    background: url('../images/ser_bg.png') no-repeat center;
    position: relative;
}
.row2-left{
    float: left;
    padding: 0;
    width: 260px;
    margin-left: 5%;
    padding-top: 8%;
    height: 100%;
}
.row2 .row-title h5{
    color: #fff;
}
.row2 .row-title .title-link{
    background: #fff;
}
.ser-nav{
    width: 150px;
    overflow: hidden;
    margin-top: 50px;
    float: left;
}
.ser-nav ul li{
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    text-indent: 20px;
}
.ser-nav ul li a{
    display: block;
    color: #999;
}
.ser-nav ul li:hover{
    background: #D9201B;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.ser-nav ul li a:hover{
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row2-right{
    width: calc(100% - 260px - 5%);
    height: 100%;
    float: left;
}
.row2-swiper .swiper-slide{
    width: 430px;
    height: 931px;
    position: relative;
}
.row2-txt{
    position: absolute;
    width: 100%;
    height: 30%;
    background: #D9201B;
    padding: 0 10px;
    bottom: -35%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 10;
}
.row2-txt h5{
    font-size: 24px;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 15px;
}
.row2-txt p{
    color: #fff;
    width: 100%;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 15px;
}
.row2-btn{
    display: table;
    width: 72px;
    height: 44px;
    border-radius: 6px;
    text-align: center;
    line-height: 44px;
    background: #fff;
    margin: auto;
    margin-top: 50px;
}
.row2-btn img{
    width: 18px;
    height: 11px;
}
.row2-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row2-border{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid transparent;
    z-index: 9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: rgba(0,0,0,.2);
}
.row2-swiper .swiper-slide:hover .row2-txt{
    bottom: 0;
}
.row2-swiper .swiper-slide:hover .row2-img{
    height: 70%;
    border-radius: 6px;
}
.row2-swiper .swiper-slide:hover .row2-border{
    border: 4px solid #D9201B;
    background: rgba(0,0,0,0);
}
.banner-button.row2-button{
    background: transparent;
    border: 0;
    float: right;
    position: absolute;
    bottom: 80px;
    right: 25%;
}
.banner-button .swiper-button-next.swiper-button-next3, .banner-button .swiper-container-rtl .swiper-button-prev.swiper-button-next3{
    background: url('../images/pagination2_2.png') no-repeat center;
}
.banner-button .swiper-button-prev.swiper-button-prev3, .banner-button .swiper-container-rtl .swiper-button-next.swiper-button-prev3{
    background: url('../images/pagination1_1.png') no-repeat center;
}
.row-top{
    padding-top: 88px;
    overflow: hidden;
}
.row3{
    height: 724px;
    background: url('../images/news_bg.png') no-repeat center;
}
.row3 .row-title{
    width: auto;
}
.more-btn{
    float: right;
    line-height: 44px;
}
.more-btn img{
    margin-left: 5px;
    margin-top: -2px;
}
.row3 .content{
    width: calc(90% + 30px);
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}
.row3-swiper{
    margin-top:46px; 
    overflow: hidden;
}
.row3-img{
    width: 100%;
    height: 256px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news-tab{
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-radius: 3px;
    width: 84px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    color: #333;
    background: #fff;
    z-index: 9;
}
.row3-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.swiper-slide:hover .row3-img{
    box-shadow: 0 10px 20px #ddd;
}
.row3-txt{
    padding: 0 15px;
}
.row3-txt h5{
    width: 100%;
    font-size: 18px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    line-height: 30px;
}
.row3-txt p{
    width: 100%;
    height: 50px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
    margin-top: 15px;
}
.row3-data{
    width: 100%;
    border-top: 1px solid #ddd;
    height: 44px;
    line-height: 44px;
    margin-top: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row3-data p{
    float: left;
    color: #999;
    margin: auto;
    line-height: 44px;
    width: auto;
    height: 44px;
}
.row3-data img{
    float: right;
    margin-top: 15px;
}
.row3-slide a{
    display: block;
}
.row3-slide a:hover .row3-txt h5{
    color: #333;
}
.row3-slide a:hover .row3-txt .row3-data{
    animation: fadeInUp1 .5s both alternate;
    -webkit-animation: fadeInUp1 .5s both alternate;
}
.banner-button.row3-button{
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    float: unset;
    background: transparent;
}
.row3-button .banner-button-link{
    color: #999;
}
.row4{
    height: 710px;
    background: url('../images/case_bg.png') no-repeat center;
}
.row4 .row-title{
    width: auto;
}
.row4 .row-title h5{
    color: #fff;
}
.row4 .row-title .title-link{
    background: #fff;
}
.row4 .more-btn{
    color: #fff;
}
.row4-swiper{
    margin:0 5%;
    margin-top: 60px;
    position: relative;
}
.row4-slide{
    height: 400px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.row4-img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row4-txt{
    padding: 0 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-image: linear-gradient(transparent, #000);
}
.row4-txt h5{
    width: 100%;
    font-size: 18px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.row4-txt p{
    width: 100%;
    line-height: 25px;
    color: #ccc;
    overflow: hidden;
    margin-bottom: 15px;
}
.row4-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 8;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row4-slide:hover .row4-mask{
    background: rgba(0,0,0,0.2);
}
.row4-swiper .swiper4-pagination{
    width: auto;
    right: 0;
    left: unset;
    bottom: -60px;
}
.row4-swiper .swiper4-pagination .swiper-pagination-bullet{
    background: #fff;
    margin:0 5px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.row4-swiper .swiper4-pagination .swiper-pagination-bullet-active{
    border: 1px solid #fff;
    background: transparent;
}
.row5-swiper{
    margin:0 5%;
    margin-top: 60px;
    position: relative;
}
.row5-swiper .swiper5-pagination .swiper-pagination-bullet-active{
    border: 1px solid #fff;
    background: transparent;
}
.row5-swiper .swiper5-pagination{
    width: auto;
    right: 0;
    left: unset;
    bottom: -60px;
}
.row5-swiper .swiper5-pagination .swiper-pagination-bullet{
    background: #fff;
    margin:0 5px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.row5-swiper .swiper5-pagination .swiper-pagination-bullet-active{
    border: 1px solid #fff;
    background: transparent;
}
.row5{
    height: 780px;
}
.row5 .row-title{
    width: auto;
}
.row5-title{
    font-size: 38px;
    color: #333;
    line-height: 50px;
    margin-top: 50px;
}
.row5-txt{
    font-size: 16px;
    line-height: 25px;
    width: 40%;
    margin-top: 15px;
    color: #999;
}
.row5-list{
    overflow: hidden;
    margin-top: 40px;
}
.row5-list ul li{
    width: calc( 20% - 24px);
    margin-right: 30px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    float: left;
    height: 136px;
    overflow: hidden;
}
.row5-list ul li img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.row5-list ul li:nth-of-type(5n){
    margin-right: 0;
}
.row6{
    position: relative;
    height: 580px;
}
.video-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.video-btn{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    width: 122px;
    height: 88px;
    z-index: 9;
}
.video-img{
    width: 100%;
    height: 100%;
}
.modal-open{
    padding-right: 0 !important;
}
#videos .modal-dialog{
    width: 76%;
}
#videos .modal-body{
    width: 100%;
    height: 80vh;
    background: #000;
    padding:0;
}
.row7 .row-title{
    width: auto;
}
.row7-left{
    width: 656px;
    height: 380px;
    float: left;
}
.row7-right{
    width: calc(100% - 686px);
    float: right;
    height: 380px;
    overflow: hidden;
    border-radius: 6px;
}
.cont-top{
    width: 100%;
    height: 248px;
    background: url('../images/contacts_bg.png') no-repeat center;
    position: relative;
    border-radius: 6px 6px 0 0;
}
.row7-left .qrcode-img{
    right: unset;
    top: 55px;
    left: -5px;
    z-index: 99;
}
.row7-h5{
    font-size: 24px;
    position:absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    margin: 0;
}
.row7-icon{
    width: 156px;
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}
.cont-bottom{
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    margin:0;
}
.cont-bottom .col-lg-6{
    padding: 19px 40px;
}
.cont-bottom h4{
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
}
.cont-bottom p{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.row7-right #map{
    width: 100%;
    height: 380px;
}
.row7-main{
    margin-top: 54px;
    margin-bottom: 88px;
    overflow: hidden;
    position: relative;
}
.row6 .modal{
    z-index: 99999;
}
/*index_end*/

/*info_Public*/
.banner-info{
    position: relative;
    height: 500px;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}
.main-info{
    margin-top:50px;
    position: relative;
    min-height: 400px;
}
.content-right{
    width: 100%;
    padding-left: 300px; 
}
.nav-left{
    width: 200px;
    position: absolute;
}
.nav-left-list{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    float: left;
}
.nav-left-list ul li{
    width: 95%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px;
}
.nav-left-list ul li a{
    display: block;
    border-radius: 6px;
    padding-left: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.nav-left-list ul li a.active{
    background: #D9201B;
    color: #fff;
    padding-left: 30px;
}
.nav-left-list ul li a:hover{
    background: #D9201B;
    color: #fff;
    padding-left: 30px;
}
.ser-info{
    margin-top: 50px;
    height: 340px;
}
.ser-info .swiper-slide{
    position: relative;
}
.ser-info .swiper-slide{
    overflow: hidden;
}
.ser-info-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.ser-info-txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(transparent, #000);
    padding: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.ser-info-txt h5{
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-weight: bold;
}
.ser-info-txt p{
    color: #DDDDDD;
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.ser-info .swiper-slide a:hover .ser-info-txt{
    background-image: linear-gradient(to top,rgba(217,32,27,1),rgba(217,32,27,0));
}
.ser-info .swiper-slide a:hover .ser-info-img{
    transform: scale(1.05);
        -ms-transform: scale(1.05);
}

/*翻页*/
.page {
    text-align:center;
    display:table;
    margin:auto;
    margin-top:30px;
}
.page ul li {
    width: 34px !important;
    height:34px !important;
    text-align:center;
    line-height:34px;
    float:left;
    margin:0 10px !important;
    border: 0 !important;
    border-radius: 6px;
    overflow: hidden;
    padding:0 !important;
}
.page ul li a {
    color:#333;
    background:#efeff4;
    display:block;
    width:100%;
    height:100%;
    line-height:inherit;
}
.page ul li a:hover {
    color:#fff;
    background:#D9201B;
}
.page ul li.active {
    color:#fff;
    background:#D9201B;
}
/*info_Public_end*/
.about img{
    width: 100%;
    border-radius: 6px;
}
.about h5{
    font-size: 18px;
    margin:15px 0;
}
.about p{
    font-size: 16px;
    margin-bottom: 15px;
    color: #666;
    line-height: 30px;
}
.about2-list{
    position: relative;
}
.about2-img{
    width: 246px;
    height: 246px;
    position: absolute;
    left: 0;
    object-fit: cover;
    background: #f2f2f2;
    border-radius: 50%;
    z-index: 9;
}
.about2-right{
    margin-left: 140px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 15px 30px;
    padding-left: 140px;
    margin-top: 15px;
    min-height: 219px;
    position: relative;
}
.about2-list ul li:nth-of-type(2n) .about2-img{
    left: unset;
    right: 0;
}
.about2-list ul li:nth-of-type(2n) .about2-right{
    padding-left: 30px;
    padding-right: 140px;
    margin-left: 0;
    margin-right: 140px;
}
.leader-txt{
    width: 80%;
    overflow: hidden;
    position: absolute;
    top: 15%;
}
.about2-right h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.about2-right span{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-left: 10px;
}
.about2-link{
    width: 36px;
    height: 3px;
    background: #666;
    margin: 15px 0;
}
.about2-right p{
    color: #666;
    line-height: 25px;
    margin-top: 15px;
}
.about2-right h5{
    color: #1a588c;
    margin:15px 0;
}
.about2-list ul li{
    padding: 30px 0;
    overflow: hidden;
    /*border-bottom: 1px dashed #ddd;*/
    min-height: 310px;
}
.about2-list ul li:last-of-type{
    border-bottom: 0;
}
.content-right .dropdown-toggle{
    width: auto;
    min-width: 130px;
    height: 36px;
    display: block;
    background: #D9201B;
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    padding: 0 10px;
    float: left;
}
.honor-main{
    position: relative;
    margin-top: 30px;
}
.honor-line{
    position: absolute;
    left: 12px;
    top: 0;
    border-left: 1px solid #D9201B;
    z-index: -9;
    width: 100%;
    height: 100%;
}
.honor-list{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.honor-list i{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url('../images/big_icon.png') no-repeat center;
    display: inline-block;
    position: absolute;
}
.honor-list h5{
    display: inline-block;
    font-size: 18px;
    color: #333;
}
.honor-list p{
    display: inline-block;
    font-size: 16px;
    color: #999;
    line-height: 30px;
}
.honor-right{
    margin-left: 50px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
.honor-img{
    width: 300px;
    border-radius: 6px;
}
.honor-txt{
    width: calc(100% - 315px);
    float: right;
}
.honor-list:last-of-type .honor-right{
    border-bottom: 0;
}
.honor-list .honor-data{
    color: #999;
    font-size: 18px;
}
.ser-top{
    position: relative;
    overflow: hidden;
}
.ser-top-txt{
    width: 68%;
    float: left;
}
.ser-top-txt h5{
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.ser-top-txt p{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 30px;
    color: #666;
}
.ser-top-img{
    width: 30%;
    float: right;
    object-fit: cover;
    border-radius: 6px;
}
.ser-info-photo{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.swiper-photo{
    width: auto;
    height: 350px;
    object-fit: cover;
    max-width: 100%;
    border-radius: 6px;
}
.ser-info-photo .swiper-slide{
    width: auto;
    max-width: 600px;
    overflow: hidden;
}
.ser-info-photo h5{
    width: 100%;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.ser-info-photo .photo-pagination{
    display: table;
    margin:auto;
    width: auto;
}
.ser-info-photo .swiper-pagination-bullet-active{
    background: #D9201B;
}
.ser-info-text h5{
    font-size: 24px;
}
.ser-info-text p{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 30px;
    color: #666;
}
.ser-info-text a{
    text-decoration: underline;
}
.nav-right{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.nav-btn{
    width: auto;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    padding: 0 10px;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #ddd;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.nav-btn.active{
    background: #D9201B;
    border: 1px solid #D9201B;
    color: #fff;
}
.nav-btn:hover{
    background: #D9201B;
    border: 1px solid #D9201B;
    color: #fff;
}
.ser-video{
    margin-top: 30px;
    border-radius: 6px;
    overflow: hidden;
    background: #000;
}
.ser-video video{
    width: 100%;
}
.compy-relevant h3{
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.compy-relevant .row4-swiper{
    margin:0;
    overflow: hidden;
}
.compy-relevant .row4-slide{
    height: 260px;
}
.compy-relevant .row4-txt{
    padding: 0 15px;
    bottom: 0;
    background-image: linear-gradient(transparent, #000);
}
.compy-relevant .swiper4-pagination{
    left: 0;
    bottom: 0px;
    position: relative;
    margin-top: 15px;
}
.compy-relevant .row5-swiper{
    margin:0;
    overflow: hidden;
}
.compy-relevant .swiper5-pagination{
    left: 0;
    bottom: 0px;
    position: relative;
    margin-top: 15px;
}
.compy-relevant .swiper5-pagination .swiper-pagination-bullet{
    margin: 0 4px;
}
.compy-relevant .swiper-pagination-bullet-active{

    background: #D9201B;
}
.compy-relevant .swiper4-pagination .swiper-pagination-bullet{
    margin: 0 4px;
}
.compy-relevant .row3-swiper{
    margin:0;
    overflow: hidden;
}
.compy-relevant .row3-img{
    height: 180px;
}
.compy-relevant .banner-button.row3-button{
    bottom: 0;
}
.compy-relevant .row3-data{
    opacity: 1;
    filter: alpha(opacity=100);
}
.compy-relevant .row3-slide a:hover .row3-txt .row3-data{
    animation: unset;
    -webkit-animation: unset;
}
.compy-relevant .row3-txt h5{
    font-size: 16px;
    margin-bottom: 0;
}
.compy-relevant .row3-txt p{
    margin-top: 0;
}
.ser-info-text{
    overflow: hidden;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 15px;
}
.ser-text-left{
    float: left;
    margin-right: 15px;
}
.ser-text-left img{
    float: left;
    margin-right: 15px;
    width: 150px;
    height: 150px;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.ser-info-cont{
    overflow: hidden;
    margin-top: 30px;
}
.ser-text-right{
    float: left;
}
.news-list ul li{
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.news-list ul li:last-of-type{
    border-bottom: 0;
}
.news-list-img{
    width: 300px;
    height: 203px;
    border-radius: 6px;
    float: left;
    object-fit: cover;
}
.news-list-right{
    width: 100%;
    padding-left: 330px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-list-right em{
    font-size: 18px;
    color: #999;
    margin-top: 15px;
    display: inline-block;
}
.news-list-right h5{
    font-size: 24px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news-list-right p{
    font-size: 16px;
    color: #666;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
}
.news-list-right h5 a:hover{
    color: #D9201B;
}
.notice-list ul li{
    width: 100%;
}
.notice-list ul li a{
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 18px;
}
.notice-list ul li h5{
    width: 78%;
    color: #333;
    float: left;
    margin: 0;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.notice-list ul li a:hover h5{
    color: #D9201B;
}
.notice-list ul li p{
    width: 22%;
    color: #999;
    float: right;
    text-align: right;
}
.case-list{
    overflow: hidden;
}
.case-list .row4-slide{
    width: 32%;
    height: 240px;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.case-list .row4-slide:nth-of-type(3n){
    margin-right: 0;
}
.case-list .row4-slide p{
    height: 25px;
}
.ser-info-txt h5{
    font-size: 16px;
}
.row4-img{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row4-slide span{
    position: absolute;
    background: rgba(255,255,255,.8);
    border-radius: 6px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    left: 15px;
    top: 15px;
    display: inline-block;
    z-index: 99;
    padding: 0 5px;
}

.case-list .row4-slide a:hover .ser-info-txt{
    background-image: linear-gradient(to top,rgba(217,32,27,1),rgba(217,32,27,0));
}
.case-list .row4-slide a:hover .row4-img{
    transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
}
.row5-list.case2-list ul li{
    height: 100px;
}
.dropdown, .dropup{
    height: 36px;
}
.join{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 6px 6px 0;
}
 .join-top{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #D9201B;
    color: #fff;
    display: table;
 }
  .join-top p{
    background: #333;
    color: #fff;
    text-indent: 15px;
    font-size: 18px;
  }
  .join-top span{
    display: inline-block;
    text-align: center;
  }
 .join-top span:nth-of-type(1){
    width: 27%;
 }
 .join-top span:nth-of-type(2){
    width: 20%;
 }

 .join-top span:nth-of-type(3){
    width: 11%;
 }

 .join-top span:nth-of-type(4){
    width: 11%;
 }

 .join-top span:nth-of-type(5){
    width: 11%;
 }

 .join-top span:nth-of-type(6){
    width: 20%;
 }
 .panel-title  .join-top{
    background: transparent;
    color: #333;
 }
 .join-main .panel-title{
    font-size: 14px;
 }
.join-main .panel-body{
    padding: 0;
 }
 .join-main .panel-title{
    font-size: 14px;
 }
.join-main .panel-body{
    padding: 0;
 }
 /*tablist*/
 .panel-group .panel{
     border:0px none;
     border-radius: 0px;
     box-shadow: none;
 }
 .panel-heading{
     padding: 0;
 }
 .panel-default > .panel-heading {
     color: #7a4b94;
     border-bottom: 1px solid #ddd;
 }
 .panel-title{
     position: relative;
 }
 .panel-title > a{
     display: block;
     background: #fff;
 }
 .panel-title > a:hover,
 .panel-title > a:focus{
     text-decoration: none;
     outline: none;
 }
 .panel-title a.collapsed{
     color:#7a4b94;
     font-weight: normal;
 }
 .panel-body{
     color:#727272;
     padding: 5px 10px 30px;
     line-height: 23px;
     letter-spacing: 1px;
 }
 .panel-body p{
    padding: 30px;
 }
 .panel-default > .panel-heading + .panel-collapse > .panel-body{
     border-top: 0px none;
 }
 /*tablist-end*/
 .row7-main.contact-info .row7-left{
    width: 49%;
    height: 371px;
 }
 .row7-main.contact-info .row7-right{
    width: 49%;
    height: 371px;
 }
 .row7-main.contact-info .cont-top{
    height: 247px;
    background-size: cover;
 }
 .row7-main.contact-info .cont-bottom .col-lg-6{
    padding: 15px 26px;
 }
 .row7-main.contact-info  .cont-bottom p{
    font-size: 14px;
 }

 .contact-info .row7-right #map{
     width: 100%;
     height: 100%;
 }
 .BMapLabel{
    display: inline-table !important;
 }
 .mes-btn{
    width: 100%;
    height: 34px;
    line-height: 34px;
    display: block;
    background: #D9201B;
    border-radius: 6px;
    text-align: center;
    color: #fff;
 }
  .mes-btn:hover{
    color: #fff;
  }
 .form-group.yzm-input{
    padding-left: 0;
 }
 .form-group.yzm-img img{
    width: 100%;
    height: 34px;
    object-fit: cover;
    border-radius: 6px;
 }
 .cont-mes{
    max-width: 1024px;
 }
 .news-link{
    width: 65px;
    height: 3px;
    background: #D9201B;
    margin:auto;
    margin-bottom: 25px;
 }
 .news-info-top{
     width: 100%;
     text-align: center;
     margin-top: 30px;
     border-bottom: 1px dashed #ddd;
     padding-bottom: 30px;
     margin-bottom: 30px;
 }
 .news-info-top h3{
     margin-bottom: 15px;
 }
 .news-info-top em{
     color: #999;
 }
 .main-info .plan-example th{
     border-bottom-width:1px;
     background: #e8f2fc;
 }
 .news-txt p{
     font-size: 16px;
     line-height: 26px;
     margin:15px auto;
 }
 .news-txt p img{
     max-width: 100%;
 }
 .news-info-bottom{
     font-size: 14px;
     color: #666;
     padding-top: 15px;
     border-top: 1px dashed #ddd;
     margin-top: 30px;
 }
 .news-info-bottom a{
     width: 40%;
     height: 30px;
     line-height: 30px;
     overflow: hidden;
     white-space:nowrap;
     text-overflow:ellipsis;
 }
 .news-info-bottom a:hover{
     color: #D9201B;
 }
 .news-info-bottom a:nth-of-type(1){
     float: left;
 }
 .news-info-bottom a:nth-of-type(2){
     float: right;
     text-align: right;
 }
 .modal-body iframe{
    width: 100%;
    height: 100%;
 }
 .ser-info-photo img{
    width: auto;
    height: 350px;
    object-fit: cover;
    max-width: 100%;
    border-radius: 6px;
 }
 .sh-main{
    overflow: hidden;
    margin-bottom: 30px;
 }
 .sh-main img{
    width: 49%;
    float: left;
 }
 .sh-main .sh-txt{
    width: 49%;
    float: right;
 }
 .sh-main .sh-txt h5{
    font-size: 24px;
    font-weight: bold;
    margin-top: 15%;
 }
 .sh-main .sh-txt p{
    font-size: 18px;
    color: #666;
 }
 .sh-main:nth-of-type(2) img{
    float: right;
 }
 .sh-main:nth-of-type(2) .sh-txt{
    float: left;
 }
 .language-row{
    margin:auto;
    margin-top: 15%;
    display: table;
    text-align: center;
 }
  .language-row a{
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #D9201B;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
  }
.language-row a:nth-of-type(2){
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    margin-left: 10px;
    margin-right: 0;
}
#video{
    width: 100%;
    height: 100%;
}
/*2020.08.01*/
.about2-list{
    overflow: hidden;
}
.about2-list ul li{
    width:33.33%;
    float: left;
    border: 0;
    min-height: 640px;
}
.about2-img{
    position: relative;
    left: unset;
    margin: auto;
    display: table; 
}
.about2-right{
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 15px 30px;
    position: unset;
    overflow: hidden;
    float: left;
    width: 100%;
}
.leader-txt{
    width: 100%;
    position: unset;
    top: unset;
}
.about2-right h3{
    text-align: center;
}
.about2-list ul li:nth-of-type(2n) .about2-right{
    padding: 15px 30px;
}

/*响应适配*/
@media screen and (max-width:1440px) {
    .row1-main{
        margin-top: 13%;
    }
    .about-img{
     margin-top: -12%;
    }
    .row1{
        height: 760px;
    }
    .row1-bg{
     height: 600px;
    }
    .row3{
        height: 670px;
    }
    .row3-img{
        height: 200px;
    }
    .row4{
        height: 620px;
    }
    .row4-slide{
        height: 300px;
    }
    .footer-nav{
        width: 60%;
    }
    .footer-nav h5{
        font-size: 16px;
    }
    .footer-right{
        width: 40%;
    }
    .row7-main.contact-info .cont-bottom p{
        font-size: 12px;
    }
    .row7-h5{
        font-size: 18px;
    }
    .row7-main.contact-info .cont-top{
        height: 180px;
    }
    .row7-main.contact-info .row7-left{
        height: 303px;
    }
    .row7-main.contact-info .row7-right{
        height: 303px;
    }
    .footer-nav h5 a{
        font-size: 16px;
    }
    .ser-info{
        height: 228px;
    }
    .leader-txt{
        width: 76%;
        top: 10%;
    }
    /*2020.08.01*/
    .about2-list ul li{
        min-height: 630px;
    }
    .leader-txt{
        width: 100%;
    }
 }

@media screen and (max-width:1380px){
    .about2-list ul li{
        min-height: 690px;
    }
}

@media screen and (max-height:670px) {
    .menu-main{
     padding-top: 10%;
    }
    .row2{
        height: 550px;
    }
    .row2-swiper .swiper-slide{
        height: 550px;
    }
    .row2-txt{
        bottom: -40%;
        height: 40%;
    }
    .row2-btn{
        margin-top: 15px;
    }
 }
@media screen and (max-width:1024px) {
    .banner_info .banner_info {
      height: 120%;
      max-width: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    }
    .header{
        display: none;
    }
    .header2{
        display: block;
    }
    .banner{
        height: 30vh;
        margin-top: 60px;
        position: relative;
    }
    .banner-left{
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .news-report{
        position: absolute;
        bottom: -60px;
        width: 100%;
    }
    .carousel-inner2{
    }
    .scrollbox{
        border-radius: 6px;
        width: calc(100% - 30px)
    }
    .banner-right{
        display: none;
    }
    .banner-left .banner-pagination{
        width: 60%;
        height: 44px;
        line-height: 44px;
    }
    .scrollbox{
        background: rgba(217,32,27,1);
    }
    .banner-button{
        width: 40%;
        height: 44px;
        line-height: 44px;
        border-radius:0;
    }
    .row1-bg{
        width: 100%;
        border-radius: 0;
        height: auto;
    }
    .row1-main{
        margin-top: 20%;
        overflow: hidden;
    }
    .row1-left{
        padding: 0;
    }
    .row-h3{
        font-size: 36px;
    }
    .row1-right{
        padding: 0;
    }
    .about-img{
        margin-top: 30px;
    }
    .row2{
        height: auto;
        background-size: 100% 100%;
        overflow: hidden;
        background: #D9201B;
    }
    .row2-left{
        width: 90%;
        margin: 5%;
        padding: 5% 0;
        height: auto;
    }
    .row2-right{
        width: 100%;
    }
    .row2-border{
        border: 4px solid #D9201B;
        background: rgba(0,0,0,0);
    }
    .ser-nav{
        display: none;
    }
    .row2-swiper .swiper-slide{
        width: 100%;
        height: 600px;
    }
    .row2-txt{
        height: 40%;
        bottom: 0;
    }
    .row2-btn{
        margin:25px auto;
    }
    .banner-button.row2-button{
        right: -5%;
        bottom: 20px;
    }
    .row3{
        height: auto;
        padding-bottom: 60px;
    }
    .row3 .row-top{
        padding-top: 30px;
        overflow: hidden;
    }
    .row3-data{
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .row4{
        height: auto;
        padding-bottom: 60px;
    }
    .row4-swiper{
        margin-top: 30px;
    }
    .row4-slide{
        height: 260px;
    }
    .row4-swiper .swiper4-pagination{
        bottom: -40px;
    }
    .row-top{
        padding-top: 30px;
    }
    .row5-title{
        font-size: 24px;
        line-height: 40px;
        margin-top: 30px;
    }
    .row5-txt{
        width: 100%;
    }
    .row5-list ul li{
        width: 47.5%;
        margin-right:5%;
        height: 88px;
        margin-bottom: 5%;
    }
    .row5-list ul li:nth-of-type(5n){
        margin-right: 5%;
    }
    .row5-list ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .row5{
        height: auto;
    }
    .row6{
        height: 200px;
    }
    .row7-left{
        width: 100%;
        height: auto;
    }
    .cont-top{
        height: 142px;
        background-size: auto 142px;
    }
    .row7-h5{
        font-size: 16px;
    }
    .cont-bottom .col-lg-6{
        padding: 15px;
    }
    .row7-right{
        width: 100%;
        height: auto;
        margin-top: 15px;
        background: #f2f2f2;
    }
    .row7-right #map{
        height: 280px;
    }
    .row7-main{
        margin-bottom: 60px;
    }
    .footer{
        padding-top: 30px;
    }
    .footer-nav{
        width: 100%;
    }
    .footer-right{
        width: 100%;
    }
    .footer-nav ul li{
        width: 33.33%;
    }
    .footer-nav a{
        display: none;
    }
    .footer-nav h5{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .footer-nav h5 a{
        display: block;
        color: #ddd;
        line-height: 20px;
    }
    .footer-right{
        margin-top: 15px;
    }
    .footer-right .btn{
        min-width: unset;
        width: 32%;
        float: left;
        font-size: 12px;
    }
    .footer-right .wechat-btn{
        margin-left: 0;
        margin-right: 2%;
    }
    .footer-right .wechat-btn .footer-code{
        right: unset;
        left: 0;
        width: 100%;
    }
    .footer .content{
        height: 300px;
    }
    .footer-bottom{
        overflow: hidden;
        font-size: 12px;
    }
    .footer-bottom p{
        line-height: 20px;
        margin-top: 10px;
    }

    .banner-info{
        height: 16vh;
        background-size: 140%!important;
        margin-top: 60px;
    }
    .main-info{
        margin-top: 30px;
    }
    .nav-left{
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .content-right{
        padding: 0;
    }
    .nav-left-list ul li{
        width: 33.33%;
        float: left;
    }
    .nav-left-list ul li a{
        padding-left: 0;
        text-align: center;
    }
    .nav-left-list ul li a.active{
        padding-left: 0;
    }
    .nav-left-list ul li a:hover{
        padding: 0;
    }
    .content-right{
        margin-top: 30px;
    }
    .content-right .dropdown-toggle{
        width: 100%;
    }
    .about2-img{
        width: 100px;
        height: 100px;
    }
    .about2-right{
        padding-left: 35px;
        margin-left: 78px;
    }
    .about2-right h3{
        margin-top: 0;
        font-size: 18px;
    }
    .leader-txt{
        width: 100%;
        top: 15%;
        position: relative;
    }
    .about2-list ul li:nth-of-type(2n) .about2-right{
        padding-left: 30px;
        padding-right: 35px;
        margin-left: 0;
        margin-right: 78px;
    }
    .open>.dropdown-menu{
        width: 100%;
    }
    .honor-right{
        margin-left: 30px;
        overflow: hidden;
    }
    .honor-img{
        width: 100%;
    }
    .honor-txt{
        width: 100%;
    }
    .ser-top-txt{
        width: 100%;
    }
    .ser-top-img{
        width: 100%;
        height: auto;
    }
    .swiper-photo{
        height: 200px;
    }
    .nav-btn{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .nav-right{
        margin-bottom: 0;
    }
    .ser-top-txt h5{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .compy-relevant .row3-img{
        height: 220px;
    }
    .compy-relevant .row4-slide{
        height: 200px;
    }
    .news-list-img{
        width: 100px;
        height: auto;
        max-height: 120px;
    }
    .news-list-right{
        padding-left: 115px;
        position: relative;
    }
    .news-list-right em{
        margin-top: 0;
        font-size: 16px;
    }
    .news-list-right h5{
        font-size: 18px;
        margin: 0;
    }
    .notice-list ul li h5{
        width: 75%;
    }
    .notice-list ul li p{
        font-size: 12px;
        width: 25%;
    }
    .case-list .row4-slide{
        width: 100%;
    }
    .join-top{
        height: auto;
        line-height: unset;
        overflow: hidden;
    }
    .join-top span{
        height: 44px;
        line-height: 44px;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow: hidden;
    }
    .row7-main.contact-info .row7-left{
        width: 100%;
        height: auto;
    }
    .row7-main.contact-info .cont-top{
        height: 140px;
        background-size: cover;
    }
    .row7-main.contact-info .row7-h5{
        font-size: 16px;
    }
    .row7-main.contact-info .cont-bottom .col-lg-6{
        padding: 15px;
    }
    .row7-main.contact-info .row7-right{
        width: 100%;
        height: auto;
        margin-top: 15px;
        background: #f2f2f2;
    }
    .row7-main.contact-info .row7-right #map{
        height: 280px;
    }
    .row7-main.contact-info .row7-main{
        margin-bottom: 60px;
    }
    .form-group.yzm-input{
        padding-right: 0;
        float: left;
    }
    .form-group.yzm-img{
        padding-left: 0;
        width: 30%;
    }
    #videos .modal-dialog{
        width: 95%;
    }
    #videos .modal-body{
        height: 40vh;
    }
    .row-p{
        height: 90px;
        overflow: hidden;
    }
    .ser-info-photo .swiper-slide{
        max-width: 300px;
    }
    .row2-img{
        height: 60%;
    }
     .ser-info-photo img{
        height: 200px;
     }
     .row7-main.contact-info .cont-bottom p{
        font-size: 14px;
     }
     .sh-main img{
        width: 100%;
        float: left;
     }
     .sh-main .sh-txt{
        width: 100%;
        float: right;
     }
     .sh-main .sh-txt h5{
        margin-top: 15px;
        font-size: 20px;
     }
     /*2020.08.01*/
     .about2-img{
        width: 246px;
        height: 246px;
     }
     .about2-list ul li{
        width: 100%;
        min-height: unset;
     }
     .about2-right{
        padding:15px 0;
        margin: 0;
     }
}