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;
}

.header {
    width: 100%;
    height: auto;
}

.header2 {
    display: none;
}

.header-top {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #ddd;
}

.header-top p {
    line-height: 44px;
    float: left;
    height: 44px;
}

.header-top .phone-num {
    float: right;
}

.phone-num span {
    font-size: 20px;
    font-weight: bold;
}

.phone-icon {
    margin-top: -10px;
}

.line-ddd {
    color: #ddd;
    line-height: 44px;
    float: right;
    margin: 0 10px;
}


/* search */

.sb-search {
    position: relative;
    margin-top: 6px;
    width: 0%;
    min-width: 32px;
    height: 32px;
    float: right;
    right: 0;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

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

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

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

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

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

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

.sb-search-submit {
    background: #fff;
    /* 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/search_icon.png') no-repeat center;
    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/search_icon.png') no-repeat center;
    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 */

.header-main {
    height: 100px;
}

.logo {
    float: left;
    height: 94px;
    margin-top: 3px;
}

.menu {
    margin-top: 24px;
    float: right;
}

.menu-ul {
    width: 890px;
    height: 60px;
}

.menu-li {
    width: 10%;
    height: 60px;
    text-align: center;
    font-size: 16px;
    float: left;
    line-height: 60px;
    position: relative;
}

.menu-link {
    width: 30px;
    height: 1px;
    background: #333;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 33%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

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

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

.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: relative;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    left: -20px;
    z-index: 999;
}

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

.submenu-li {
    width: 100%;
    height: 46px;
    background: #fff;
    line-height: 46px;
    padding-left: 29px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
}

.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;
}

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


/* banner */

.banner {
    width: 100%;
    height: 350px;
    position: relative;
    top: 0px;
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #F9B700;
}


/* banner-end */


/* footer */

.footer {
    width: 100%;
    height: auto;
    background: url('../images/footer_bg.png') no-repeat right 30% top, #f2f2f2;
    margin-top: 110px;
}

.footer-main {
    color: #333;
    overflow: hidden;
}

.footer-left {
    width: 373px;
    margin-top: 65px;
    float: left;
}

.footer-middle {
    width: 239px;
    float: left;
    margin-top: 65px;
    margin-left: 100px;
}

.footer-qrcode {
    width: 239px;
    height: 220px;
    background: url(../images/mk.png) no-repeat center;
    padding: 20px 35px;
}

.footer-qrcode img {
    width: 90%;
    display: table;
    margin: auto;
    margin-bottom: 10px;
}

.footer-right {
    width: 476px;
    margin-top: 65px;
    float: right;
}

.footer-title {
    font-size: 24px;
}

.footer-cont-main {
    padding-right: 10px;
    border-right: 1px solid #575757;
    width: 180px;
    float: left;
    padding: 3px 0;
    margin: 20px 0;
}

.footer-cont-main p {
    margin-top: 10px;
    color: #8E8E8E;
}

.footer-cont-main:nth-of-type(2) p {
    margin-top: 5px;
}

.footer-cont-main:nth-of-type(2) {
    border-right: 0;
    padding-left: 20px;
}

.footer-cont-main:nth-of-type(2) a {
    color: #8E8E8E;
    font-size: 20px;
}

.footer-cont-main h4 {
    font-size: 14px;
    color: #8E8E8E;
    line-height: 25px;
}

.footer-cont-main h4 img {
    margin-right: 5px;
    margin-top: -3px;
}

.footer-address a {
    color: #8E8E8E;
}

.chat-main {
    margin-top: 20px;
}

.chat-main a {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav-li {
    float: left;
    margin: 0 24px;
}

.footer-nav-li h5 {
    margin: 0;
    margin-bottom: 10px;
}

.footer-nav-ul2 li a {
    color: #8E8E8E;
    line-height: 30px;
}

.footer-i {
    height: 58px;
    margin-top: 20px;
    /*border-top: 1px solid #8E8E8E;*/
    background: #333;
}

.footer-i p {
    float: left;
    color: #8E8E8E;
    line-height: 57px;
}

.footer-control {
    float: right;
    width: 200px;
    margin-top: 12px;
}

.footer .modal-content {
    overflow: hidden;
}

.wechat-qrcode-img {
    width: 100%;
}

.footer .modal-title {
    color: #333;
}


/* footer-end */


/* header_mb */

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

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

.header2 h3 img {
    height: 49px;
}

.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: 36%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.menu-logo {
    display: table;
    margin: auto;
    height: 70px;
}

.menu-list {
    width: 60%;
    height: 55vh;
    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;
}

.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 */

.title {
    overflow: hidden;
    margin-bottom: 24px;
}

.title h3 {
    font-size: 24px;
    color: #333;
}

.main1 {
    margin-top: 45px;
    margin-bottom: 74px;
}

.main1 .title h3 {
    float: left;
}

.title h3 span {
    font-size: 16px;
    color: #ccc;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.more-btn {
    font-size: 16px;
    display: block;
    width: 150px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #333;
    float: right;
    margin-top: 5px;
}
.more-btn:hover{
    color: #333;
    background: #F9B700;
    border: 1px solid #F9B700;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

.more-btn img {
    margin-left: 10px;
}

.main1-swiper .main1-slide {
    width: 240px;
    height: 386px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.main1-swiper .main1-slide:last-child {
    margin-right: 0;
}

.main1-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.main1-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

.main1-slide h4 {
    width: 100%;
    padding: 0 15px;
    font-size: 20px;
    color: #fff;
    margin: auto;
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-weight: bold;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

.main1-slide h4 span {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.main1-slide a:hover .main1-mask {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

.main1-slide a:hover h4 {
    bottom: 40px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

.swiper-main1-next {
    width: 52px;
    height: 52px;
    background: url('../images/next.png') no-repeat center;
    right: -60px;
}

.swiper-main1-prev {
    width: 52px;
    height: 52px;
    background: url('../images/prev.png') no-repeat center;
    left: -60px;
}

.main1 .swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.main1 .swiper-pagination-bullet {
    margin: 3px;
}

.main1 .swiper-pagination-bullet-active {
    background: #333;
}

.main1-pagination {
    display: none;
}
.main2{
    width: 100%;
    height: 563px;
    background: url('../images/main2_bg.png') no-repeat center;
}
.main2 .content{
    overflow: hidden;
}
.video-index{
    width: 659px;
    height: 405px;
    float: left;
    position: relative;
    margin-top: 83px;
}
.video-mask{
    width: 659px;
    height: 364px;
    background: #F9B700;
    margin-left: 20px;
    margin-top: 24px;
    position: absolute;
}
.video-index video{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
}
.main2-right{
    width: 535px;
    float: right;
    margin-top: 130px;
}
.main2-txt{
    font-size: 16px;
    line-height: 30px;
}
.main2-right .more-btn{
    float: left;
    margin-top: 28px;
}
.main3{
    height: 295px;
    background: #fff;
    box-shadow: 0 10px 20px #999;
    margin-top: 80px;
    padding: 30px 25px;
}
.swiper-main3 .swiper-slide{
    width: 362px;
    height: 238px;
    position: relative;
}
.swiper-main3 .swiper-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.swiper-main3 .swiper-slide h4{
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    object-fit: cover;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: rgba(0,0,0,.7);
}
.main4{
    overflow: hidden;
    background: #f2f2f2;
    padding: 50px 0;
}
.main4-left{
    width: 996px;
    float: left;
}
.main4-right{
    width: 246px;
    float: right;
    margin-top: 47px;
}
.swiper-main4 .swiper-slide{
    width: 312px;
    height: 336px;
}
.main4-right .main2-txt{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: -15px;
}
.main4-swiper .swiper-slide{
    border: 1px solid #333;
    background: #fff;
}
.case-slide .main4-txt{
    color: #333;
}
.main4-img{
    width: 100%;
    height: 249px;
    object-fit: cover;
}
.main4-txt{
    padding: 0 15px;
    width: 100%;
}
.main4-txt h4{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #333;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.main4-txt p{
    font-size: 12px;
    line-height: 46px;
    overflow: hidden;
    display: block !important;
}
.main4-txt p span{
    float: left;
}
.main4-txt p .main4-icon{
    float: right;
    margin-top: 17px;
}
.case-slide{
    display: block;
}
.main4-swiper .swiper-slide:hover{
    border: 1px solid #F9B700;
    box-shadow: 0 10px 20px #ccc;
    -webkit-box-shadow: 0 10px 20px #ccc;
    -ms-box-shadow: 0 10px 20px #ccc;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}
.mian4-arrows{
    width: 100%;
    height: 35px;
    float: left;
    margin-top: 44px;
}
.swiper-main4-next {
    width: 36px;
    height: 35px;
    background: url('../images/main4_next.png') no-repeat center;
    margin-left: 40px;
    float: left;
    position: relative;
    margin-top: 0;
    top: 0;
}
.swiper-main4-prev {
    width: 36px;
    height: 35px;
    background: url('../images/main4_prev.png') no-repeat center;
    position: relative;
    margin-top: 0;
    top: 0;
    margin-left: -16px;
}
.main4-right .more-btn{
    float: right;
    margin-top: 25px;
}
.main5{
    height: 546px;
    background: #fff;
    padding-top: 60px;
}
.main5-left{
    width: 620px;
    float: left;
}
.main5-right{
    width: 620px;
    float: right;
}
.main-news-top{
    width: 100%;
    float: left;
}
.main-news-top h4{
    font-size: 24px;
    float: left;
    border-bottom: 2px solid #F9B700;
    line-height: 44px;
}
.swiper-main5{
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-bottom: 40px;
}
.more-btn2{
    font-size: 18px;
    float: right;
    line-height: 44px;
}
.swiper-main5-img{
    width: 620px;
    height: 240px;
    object-fit: cover;
}
.swiper-main5-box{
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin: 15px 0;
}
.swiper-main5-title{
    width: 70%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    float: left;
    margin:0;
    padding: 0;
    color: #333;
}
.swiper-main5-date{
    width: 20%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ccc;
    float: right;
    margin:0;
    padding: 0;
    text-align: right;
}
.swiper-main5-txt{
    line-height: 22px;
    height: 44px;
    font-size: 16px;
    color: #666;
    display: block !important;
    overflow: hidden;
}
.main5-pagination{
    bottom: 0;
}
.main5 .swiper-pagination-bullet-active{
    background: #333;
}
.main5-news-list{
    width: 100%;
    float: left;
    margin-top: 5px;
}
.main5-news-list h4{
    width: 100%;
    height: 63px;
    line-height: 63px;
    border-bottom: 1px dashed #ddd;
}
.main5-news-list a h4 span{
    width: 80%;
    height: 63px;
    line-height: 63px;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    float: left;
    font-size: 18px;
    color: #333;
}
.main5-news-list a:hover h4 span{
    color: #F9B700;
}
.swiper-slide a:hover .swiper-main5-title{
    color: #F9B700;
}
.main5-news-list a h4 em{
    float: right;
    font-size: 16px;
    width: 15%;
    height: 63px;
    line-height: 63px;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #ccc;
}
.main6-slide{
    width: 245px;
    height: 118px;
    margin-right: 13px;
}
.main6-slide:last-child{
    margin-right: 0;
}
.main6-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
}
.main6 .swiper-button-next, .main6 .swiper-button-prev{
    top: 65%;
}
.photo-wrapper-img{
    max-width: 100%;
    max-height: 100%;
    min-width: 680px;
    display: table;
    margin:auto;
}
.photo-wrapper-txt{
    line-height: 25px;
    max-height: 75px;
    margin-top: 15px;
    font-size: 16px;
    overflow: hidden;
}

.banner-info {
    width: 100%;
    height: 205px;
}
.banner-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-nav {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 70px;
}

.info-nav-li ul li {
    margin-right: 20px;
    float: left;
}

.info-nav-li ul li:last-child {
    margin-right: 0;
}

.info-nav-li ul li a {
    display: inline-block;
    color: #333;
    line-height: 60px;
    font-size: 18px;
}

.info-nav-p {
    line-height: 60px;
    text-align: right;
    float: right;
    color: #999;
}

.info-nav-li ul li a.active {
    border-bottom: 2px solid #F9B700;
}

.info-nav-li ul li a:hover {
    border-bottom: 2px solid #F9B700;
}

.about-bg {
    width: 100%;
    height: auto;
    border: 2px solid #F9B700;
    margin-top: 100px;
    padding: 30px;
}

.about-img1 {
    margin: auto;
    display: table;
    margin-top: -125px;
    position: absolute;
    left: 0;
    right: 0;
}

.about-txt1 {
    overflow: hidden;
    margin-top: 277px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.about-txt1 img {
    width: 512px;
    margin-right: 36px;
    float: left;
}

.about-txt1 .about-txt1-1 {
    float: right;
    width: 665px;
}

.about-txt1-1 h3 {
    font-size: 30px;
    font-weight: bold;
}

.about-txt1-1 p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.about-txt2 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 8rem;
}

.about-txt2 p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.about-txt2-li {
    overflow: hidden;
    margin: 20px 0;
}

.about-txt2-li ul li {
    width: 30%;
    float: left;
    margin-right: 56px;
}

.about-txt2-li ul li:nth-of-type(3) {
    margin-right: 0;
}

.about-txt2-li ul li img {
    border: 4px solid #ddd;
}

.about-video {
    width: 100%;
    height: 532px;
}
.about2{
    position: relative;
    overflow: hidden;
}
.about2-img{
    width: 460px;
    float: left;
    margin-left: 65px;
}
.about-txt{
    width: 760px;
    float: right;
    position: absolute;
    right: 35px;
    top: 130px;
}
.about-txt h3{
    font-size: 34px;
    font-weight: bold;
    float: right;
}
.about2-txt1{
    float: right;
    padding: 45px 37px;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 65px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 10px 31px #ccc;
    margin-top: 40px;
}
.about2-txt2{
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 0 60px;
    font-size: 16px;
    line-height: 30px;
}
.about2-txt2 p{
    margin-bottom: 15px;
}
.about2-icon{
    width: 54px;
    height: 54px;
    background: #F9B700;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about3-group{
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
}
.about3-group:nth-of-type(2n) .group-txt{
    float: right;
}
.about3-group:nth-of-type(2n) .group-img{
    float: left;
}
.group-txt{
    width: 540px;
    float: left;
    overflow: hidden;
    margin-top: 120px;
}
.link{
    width: 73px;
    height: 13px;
    background: #F9B700;
    float: left;
    margin-bottom: 20px;
}
.group-txt p{
    font-size: 20px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.group-txt span{
    width: 100%;
    font-size: 16px;
    color: #999;
    float: left;
}
.group-img{
    width: 609px;
    float: right;
}
.about4{
    overflow: hidden;
}
.about4 ul{
    width: 100%;
    overflow: hidden;
}
.about4 ul li{
    width: 32.1%;
    float: left;
    margin-right: 23px;
    margin-bottom: 20px;
}
.about4 ul li a{
    display: block;
    color: #333;
}
.about4 ul li a:hover img{
    box-shadow: 0 10px 16px #ccc;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}
.about4 ul li a img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border: 4px solid #F9B700;
}
.about4 ul li a h5{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 18px;
    text-align: center;
}
.about4 ul li:nth-of-type(3n){
    margin-right: 0;  
}
/*翻页*/
.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;
}
.page ul li a {
    color:#333;
    background:#efeff4;
    display:block;
    width:100%;
    height:100%;
    line-height:inherit;
    padding:0 15px;
}
.page ul li a:hover {
    color:#fff;
    background:#F9B700;
}
.page ul li.active {
    color:#fff;
    background:#F9B700;
}
.about4.about5 ul li{
    width: 28.5%;
    margin-right: 92px;
}
.about4.about5 ul li a img{
    width: 364px;
    height: 508px;
}
.about4.about5 ul li:nth-of-type(3n){
    margin-right: 0;  
}
.about6{
    overflow: hidden;
}
.about6 h3{
    font-weight: bold;
    font-size: 42px;
    text-align: center;
}
.about6-img{
    text-align: center;
    display: table;
    margin:auto;
    margin-top: 30px;
}
.about7{
    overflow: hidden;
}
.about7 ul li{
    width: 23.6%;
    float: left;
    margin-right: 23px;
    margin-bottom: 20px;
}
.about7 ul{
    width: 100%;
    overflow: hidden;
}
.about7 ul li a{
    display: block;
    color: #333;
    position: relative;
}
.about7 ul li a:hover img{
    box-shadow: 0 10px 16px #ccc;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}
.about7 ul li a img{
    width: 100%;
    height: 196px;
    object-fit: cover;
}
.about7 ul li a h5{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    margin:0;
    color: #fff;
}
.about7 ul li:nth-of-type(4n){
    margin-right: 0;  
}
.business{
    overflow: hidden;
}
.business_img1{
    width: 326px;
    height: 460px;
    object-fit: cover;
    float: left;
    margin-right: 50px;
}
.bus-right{
    width: 900px;
    float: right;
    overflow: hidden;
}
.bus-right h5{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.bus-right p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.bus-title{
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    margin-top: 52px;
    margin-bottom: 30px;
}
.bus-title h4{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 15px;
    background: #F9B700;
    float: left;
}
.bus-right p img{
    width: 100%;
    margin-bottom: 15px;
}
.open{
    overflow: hidden;
}
.about4.open ul li img{
    border: 0;
    height: 192px;
}
.open-logo{
    width: 565px;
    display: table;
    margin:auto;
}
.open-group1{
    width: 32%;
    height: auto;
    padding: 45px;
    background: rgba(255,255,255,0.9);
    float: left;
    margin-right: 25px;
    border: 1px solid #ddd;
}
.open-group1:last-of-type{
    margin-right: 0;
}
.open-group2{
    width: 100%;
    overflow: hidden;
}
.open-group1 h3{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}
.open-group1 p{
    font-size: 20px;
    line-height: 34px;
}
.open-link{
    width: 65px;
    height: 3px;
    background: #F9B700;
    margin-bottom: 25px;
}
.open-btn{
    float: left;
    margin-top: 20px;
}
.open-title{
    margin:auto;
    display: table;
    margin-top: 50px;
    margin-bottom: 20px;
}
.open-title h4{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}
.open-title .open-link{
    margin:auto;
    /*display: table;*/
}
.open-group2 p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.open-img1{
    margin-bottom: 20px;
}
.open-img3{
    margin-left: 17px;
}
.open-group3{
    overflow: hidden;
}
.open-group3 ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 24px;
    margin-bottom: 1px;
}
.open-group3 ul li img{
    margin-right: 20px;
}
.open-group3 ul li:nth-of-type(3n){
    margin-right: 0;
}
.open-group4{
    overflow: hidden;
}
.open-group4 .main4-left{
    width: 100%;
}
.open-group4 .main4-swiper .swiper-slide{
    width: 23%;
    margin-left: 34px; 
  /* margin-left:0px;*/
}
.open-group4 .main4-swiper .swiper-slide:first-of-type{
    margin-left: 0;
}
.open-group5{
    overflow: hidden;
}
.open-group6{
    overflow: hidden;
}
.open-group5 .panel-body{
    padding: 30px 0px 30px
}
.open2 ul li{
    width: 100%;
    height: 150px;
    background: #F8F8F8;
    margin-bottom: 20px;
}
.open2 ul li a{
    display: block;
}
.open2 ul li:hover{
    box-shadow: 0 10px 16px #ccc;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}
.open2 ul li .data{
    width: 15%;
    height: 150px;
    border-right: 1px solid #ddd;
    float: left;
    text-align: center;
    margin:auto;
    padding-top: 35px;
}
.data h5{
    width: 70px;
    font-size: 28px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin:auto;
    margin-bottom: 10px;
}
.open2 ul li .news-right{
    width: 85%;
    float: left;
    padding: 15px 30px;
}
.news-right h5{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news-right p{
    color: #999;
    height: 56px;
    line-height: 28px;
}
.leader{
    overflow: hidden;
}
.leader ul{
    overflow: hidden;
}
.leader ul li a{
    display: block;
}
.leader ul li{
    width: 23%;
    border: 1px solid #ddd;
    position: relative;
    float: left;
    margin-right: 34px;
    margin-bottom: 30px;
}
.leader ul li:nth-of-type(4n){
    margin-right: 0;
}
.leader ul li:hover{
    box-shadow: 0 10px 16px #ccc;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}
.leader ul li img{
    width: 100%;
    height: 188px;
    object-fit: cover;
}
.leader ul li h4{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding: 0 10px;
    font-size: 16px;
    margin-top: 10px;
}
.leader ul li p{
    width: 100%;
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.swiper-main5.news{
    float: unset;
    overflow: hidden;
}
.swiper-main5.news .swiper-main5-img{
    height: 310px;
    float: left;
}
.news-box-right{
    width: 652px;
    height: 310px;
    padding: 30px;
    float: left;
    background: #f8f8f8;
}
.news-box-right h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news-box-right p{
    width: 100%;
    height: 120px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    overflow: hidden;
}
.news-box-right span{
    width: 100%;
    display: inline-block;
    color: #999;
    margin-bottom: 20px;
}
.news-box-right .more-btn{
    float: left;
}
.news .swiper-pagination-bullet-active{
    background: #333;
}
.news-info{
    overflow: hidden;
}
.news-left{
    width: 770px;
    float: left;
}
.news-right{
    width: 398px;
    float: right;
}
.news-left h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-i{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}
.news-i span{
    margin-right: 50px;
}
.news-main p{
    font-size: 16px;
    line-height: 30px;
    margin:10px 0;
}
.news-main img{
  
    max-width:640px; margin:10px;
}
.news-main p img{
    text-align: center;
    max-width:640px;
}
.news-txt{
    width: 320px;
    float: left;
    margin-top: 30px;
}
.news-txt a{
    float: left;
    margin-bottom: 10px;
}
.news-txt a:hover{
    color: #F9B700;
}
.news-txt a em{
    max-width: 299px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    float: left;
}
.news-txt a span{
    width: 16px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    float: left;
}
.news-right h5{
    height: 40px;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
}
.news-right ul li{
    width: 100%;
    height: 78px;
    line-height: 78px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.news-right ul li a{
    display: block;
    height: 78px;
}
.news-right ul li span{
    color: #F9B700;
    margin-right:10px;
    width: 104px;
    overflow: hidden;
    display: inline-block;
}
.news-right ul li em{
    width: 284px;
    height: 78px;
    line-height: 78px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: inline-block;
}
.main4-left.case{
    width: 100%;
    overflow: hidden;
    float: unset;
}
.main4-left.case .swiper-slide{
    width: 23%;
    margin-left: 34px;
    float: left;
    margin-bottom: 30px;
}
.main4-left.case .swiper-slide:nth-of-type(4n+1){
    margin-left: 0;
}
.main4-left.case .swiper-wrapper{
    display: -webkit-unset; 
     display: -webkit-unset; 
    display: -ms-unset;
    display: block;
    overflow: hidden;
}
.case-info{
    overflow: hidden;
}
.case-main h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.case-txt p img{
    text-align: center;
    display: table;
    margin: auto;
    max-width: 100%;
}
.case-txt p{
    font-size: 16px;
    line-height: 30px;
    margin:10px 0;
}
.client ul{
    overflow: hidden;
}
.client ul li{
    width: 245px;
    height: 118px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 13px;
    margin-bottom: 20px;
}
.client ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.client ul li:nth-of-type(5n){
    margin-right: 0;
}
.join{
    overflow: hidden;
}
.join-img{
    width: 567px;
    height: 357px;
    float: left;
}
.join-right{
    width: 670px;
    font-size: 16px;
    line-height: 30px;
    float: right;
}
 .join-right p{
    margin-bottom: 40px;
 }
 /*tablist*/
 .panel-group .panel{
     border:0px none;
     border-radius: 0px;
     box-shadow: none;
     border-bottom: 1px solid #676767;
 }
 .panel-heading{
     padding: 0;
 }
 .panel-default > .panel-heading {
     color: #7a4b94;
 }
 .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-default > .panel-heading + .panel-collapse > .panel-body{
     border-top: 0px none;
 }
 /*tablist-end*/
 .join-top{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #ddd;
    color: #333;
    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-group .panel{
    border-bottom: 1px solid #ddd;
 }
 .service{
    overflow: hidden;
 }
 .service h4{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
 }
 .service p{
    font-size: 20px;
    margin-bottom: 20px;
 }
 #map{
    width: 100%;
    height: 383px;
    margin-top: 20px;
 }
 .cont-mes-txt span{
    color: #b61629;
    text-decoration:underline;
 }
 .form-mes-title{
    font-weight: normal;
 }
 .form-control.form-width{
    width: 400px;
 }
 textarea.mes-width{
    width: 836px;
    height: 108px;
 }
 .mes-code{
    width: 150px;
    float:left;
 }
 .mes-code-img{
    border: 1px solid #ccc;
    float:left;
    width: 107px;
    height: 34px;
    margin-left: 10px;
 }
 .mes-form-btn{
    float:left;
    width: 200px;
    height: 34px;
    background: #F9B700;
    text-align: center;
    line-height: 34px;
    margin-left: 10px;
    color: #333;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
 }
 .mes-form-btn:hover{
    color: #fff;
    background: #333;
 }
 .vertical-tab{
     display: table;
     margin-top: 50px;
 }
 .vertical-tab .nav-tabs{
     display: table-cell;
     width: 25%;
     vertical-align: top;
     border: none;
     border-right: 3px solid #e7e7e7;
 }
 .vertical-tab .nav-tabs li{
    vertical-align: top;
 }
 .vertical-tab .nav-tabs li a{
     color: #333;
     background: #f2f2f2;
     font-size: 18px;
     font-weight: 700;
     text-align: left;
     letter-spacing: 1px;
     text-transform: uppercase;
     margin: 0 0 1px 0;
     border: none;
     transition: all 0.3s ease 0s;
     padding: 0;
     line-height: 50px;
     padding-left: 50px;
 }
 .vertical-tab .nav-tabs li a:hover,
 .vertical-tab .nav-tabs li.active a,
 .vertical-tab .nav-tabs li.active a:hover{
     color: #F9B700;
     background: #fff;
     border: none;
 }
 .vertical-tab .nav-tabs li a:before,
 .vertical-tab .nav-tabs li a:after{
     color: #F9B700;
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     font-size: 18px;
     opacity: 0;
     transform: translateY(-50%);
     position: absolute;
     top: 50%;
     right: -4px;
     z-index: 1;
     transition: all 0.3s ease 0.1s;
 }
 .vertical-tab .nav-tabs li a:after{
     content: "";
     background:#F9B700;
     width: 3px;
     height: 100%;
     transform: translateY(0);
     top: 0;
     right: 8px;
     transition: all 0.3s ease 0s;
 }
 .vertical-tab .nav-tabs li a:hover:before,
 .vertical-tab .nav-tabs li.active a:before{
     opacity: 1;
     right: -17px;
 }
 .vertical-tab .nav-tabs li a:hover:after,
 .vertical-tab .nav-tabs li.active a:after{
     opacity: 1;
     right: -3px;
 }
 .vertical-tab .tab-content{
     color: #555;
     background-color: #fff;
     font-size: 15px;
     letter-spacing: 1px;
     line-height: 23px;
     padding: 10px 15px 10px 25px;
     display: table-cell;
     position: relative;
 }
 .vertical-tab .tab-content h3{
     font-weight: 600;
     text-transform: uppercase;
     margin: 0 0 30px 0;
}



@media screen and (max-width:1024px) {
    .content {
        width: 100%;
        padding: 0 15px;
    }
    .header {
        display: none;
    }
    .header2 {
        display: block;
    }
    .banner {
        height: 16vh;
        margin-top: 60px;
    }
    .banner .swiper-slide img {
        height: 100%;
    }
    .footer-left {
        width: 100%;
        margin-top: 20px;
    }
    .footer-middle {
        display: none;
    }
    .footer-right {
        display: none;
    }
    .footer-title {
        font-size: 20px;
    }
    .footer-cont-main {
        width: 48%;
    }
    .footer-control {
        display: none;
    }
    .footer-i p {
        font-size: 12px;
    }
    .footer .modal-dialog {
        margin: 30px;
    }
    .sb-search-input {
        display: block;
    }
    .banner-info {
        height: 13vh;
        margin-top: 60px;
    }
    .info-nav {
        height: 44px;
        margin-bottom: 20px;
    }
    .info-nav-li ul li a {
        line-height: 42px;
        font-size: 15px;
    }
    .info-nav-li ul {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        display: flex;
    }
    .info-nav-p {
        display: none;
    }
    .about-bg {
        margin-top: 50px;
        padding: 15px;
    }
    .about-img1 {
        width: 50%;
        margin-top: -65px;
    }
    .about-txt1 {
        margin-top: 85px;
    }
    .about-txt1 img {
        width: 100%;
        margin-right: 0;
    }
    .about-txt1 .about-txt1-1 {
        width: 100%;
    }
    .about-txt1-1 h3 {
        font-size: 18px;
        text-align: center;
        margin-top: 15px;
    }
    .about-txt1-1 p {
        font-size: 16px;
        margin-top: 10px;
    }
    .about-txt2 h3 {
        font-size: 18px;
        line-height: 5rem;
    }
    .about-txt2-li ul li {
        width: 100%;
        margin-top: 10px;
    }
    .about-txt2-li ul li img {
        width: 100%;
    }
    .footer {
        margin-top: 30px;
    }
    .main1-swiper .main1-slide {
        width: 120px;
        height: 195px;
        margin-right: 15px;
    }
    .main1-swiper .main1-slide:last-child {
        margin-right: 0;
    }
    .main1-pagination {
        display: block;
    }
    .main1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .title h3 {
        font-size: 18px;
    }
    .title h3 span {
        font-size: 12px;
    }
    .more-btn {
        font-size: 12px;
        width: 100px;
        margin-top: 0px;
    }
    .video-index{
        width: 100%;
        height: 195px;
        margin-top: 30px;
    }
    .video-mask{
        display: none;
    }
    .main2-right{
        width: 100%;
        margin-top: 30px;
    }
    .main2{
        height: auto;
        background-size: cover;
    }
    .main3{
        height: unset;
        background: transparent;
        box-shadow: 0 0 0  transparent;
        margin-top: 30px;
        padding:0 15px;
    }
    .main4{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .main4-left{
        width: 100%;
    }
    .main4-right{
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
        position: relative;
    }
    .main4-left .main4-img{
        height: 270px;
    }
    .main4-right .more-btn{
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
    }
    .mian4-arrows{
        margin-top: 10px;
    }
    .photo-wrapper-img{
        min-width: 100%;
    }
    .main5{
        height: auto;
        padding-top: 30px;
        overflow: hidden;
    }
    .main5-left{
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .main5-right{
        width: 100%;
    }
    .main5-news-list a h4 span{
        width: 65%;
    }
    .main5-news-list a h4 em{
        width: 26%;
        font-size: 13px;
    }
    .swiper-main1-next{
        display: none;
    }
    .swiper-main1-prev{
        display: none;
    }
    .swiper-main5-img{
        width: 100%;
        height: 155px;
    }
    .swiper-main5-date{
        width: 26%;
        font-size: 13px;
    }
    .footer-cont{
        overflow: hidden;
    }
    .info-nav-p{
        display: none !important;
    }
    .about2-img{
        width: 40%;
        margin-left: 0;
    }
    .about-txt h3{
        font-size: 20px;
    }
    .about-txt{
        width: 100%;
        right: 0;
        top: 140px;
    }
    .about2-txt1{
        display: none;
    }
    .about2-txt2{
        padding: 0;
    }
    .group-txt{
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .group-img{
        width: 100%;
    }
    .about4 ul li{
        width: 48%;
        margin-right: 13px;
    }
    .about4 ul li:nth-of-type(3n){
        margin-right: 13px;
    }
    .about4 ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .about4 ul li a h5{
        font-size: 14px;
        margin:0;
    }
    .about4 ul li a img{
        height: 115px;
    }
    .about4.about5 ul li a img{
        width: 100%;
        height: 230px;
    }
    .about4.about5 ul li{
        width: 48%;
        margin-right: 13px;
    }
    .about4.about5 ul li:nth-of-type(3n){
        margin-right: 13px;
    }
    .about4.about5 ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .about6 h3{
        font-size: 20px;
    }
    .about6-img{
        width: 100%;
    }
    .about7 ul li{
        width: 48%;
        margin-right: 13px;
    }
    .about7 ul li:nth-of-type(4n){
        margin-right: 13px;
    }
    .about7 ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .about7 ul li a img{
        height: 115px;
    }
    .business_img1{
        width: 48%;
            height: 230px;
    }
    .bus-right{
        width: 100%;
    }
    .bus-right h5{
        font-size: 24px;
        margin-bottom:0px;
    }
    .bus-title{
        margin-top: 0px; 
        margin-bottom: 10px;
    }
    .bus-right p img{
        margin-bottom: 0;
    }
    .open2 ul li{
        height: 120px;
    }
    .open2 ul li .data{
        width: 22%;
        height: 120px;
        padding-top: 24px;
    }
    .data h5{
        width: 50px;
    }
    .open2 ul li .news-right {
        width: 78%;
        padding: 9px 15px;
    }
    .open-logo{
        width: 100%;
    }
    .open-group1{
        width: 100%;
        margin-top: 20px;
        margin-right: 0px;
        box-shadow:0 0 0;
        border-bottom: 1px solid #ddd;
        padding: 15px;
    }
    .open-group1 h3{
        font-size: 20px;
    }
    .open-group1 p{
        font-size: 16px;
    }
    .open-link{
        margin-bottom: 15px;
    }
    .open-btn{
        margin-top: 15px;
    }
    .open-title{
        margin-top: 20px;
    }
    .open-title h4{
        font-size: 24px;
    }
    .about4.open ul li img{
        height: 115px;
    }
    .open-group2 p img{
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .open-group3 ul li{
        width: 48%;
        height: 52px;
        margin-right: 13px;
        margin-bottom: 15px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 52px;
    }
    .open-group3 ul li img {
        margin-right: 12px;
        width: 18%;
    }
    .open-group3 ul li:nth-of-type(3n){
        margin-right: 13px;
    }
    .open-group3 ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .open-group4 .main4-swiper .swiper-slide{
        width: 48%;
        margin-left: 4%;
        float: left;
        margin-bottom: 15px;
    }
    .open .main4-img{
        height: 126px;
    }
    .open .swiper-wrapper{
        display:unset;
    }
    .open-group4 .main4-swiper .swiper-slide:nth-of-type(2n+1){
        margin-left: 0;
    }
    .news-right h5{
        font-size: 18px;
        line-height: 20px;
        height: 20px;
    }
    .news-right p {
        color: #999;
        height: 56px;
        line-height: 28px;
        overflow: hidden;
    }
    .news-left{
        width: 100%;
    }
    .news-right{
        width: 100%;
    }
    .news-left h4{
        font-size: 24px;
        line-height: 30px;
    }
    .news-i{
        font-size: 14px;
         font-weight: normal; 
    }
    .news-i span{
        margin-right: 5%;
    }
    .news-main p img{
        max-width: 100%;
    }
    .news-right ul li{
        width: 100%;
        height: 52px;
        line-height: 52px;
        font-size: 14px;
    }
    .news-right ul li span{
        display: inline-block;
        width: 26%;
        float: left;
    }
    .news-right ul li em{
        width: 71%;
        height: 52px;
        line-height: 52px;
        display: inline-block;
    }
    .news-info .news-right h5{
        border-top: 1px solid #ddd;
        padding-top: 15px;
        height: auto;
    }
    .swiper-main5.news .swiper-main5-img{
        height: 155px;
    }
    .news-box-right{
        width: 100%;
        padding: 15px;
        height: auto;
    }
    .news-box-right h3{
        margin-bottom: 0;
    }
    .news-box-right p{
        height: 60px;
    }
    .news-box-right span{
        margin-bottom: 10px;
    }
    .leader ul li{
        width: 48%;
        margin-right: 13px;
        margin-bottom: 20px;
    }
    .leader ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .leader ul li img{
        height: 115px;
    }
    .main4-left.case .swiper-slide{
        width: 48%;
        margin-bottom: 15px;
        margin-left: 13px;
    }
    .main4-left.case .swiper-slide:nth-of-type(2n+1){
        margin-left: 0;
    }
    .main4-left.case .main4-img{
        height: 126px;
    }
    .case-info .main4-left .main4-img{
        height: 126px;
    }
    .case-info .swiper-wrapper{
        display: unset;
    }
    .client ul li{
        width: 48%;
        height: 82px;
    }
    .client ul li:nth-of-type(5n){
        margin-right: 13px;
    }
    .client ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .join-img{
        width: 100%;
        height: auto;
    }
    .join-right{
        width: 100%;
        margin-top: 15px;
    }
    .join-right p{
        margin-bottom: 15px;
    }
    .panel-title .join-top{
        font-size: 12px;
    }
    .join-main .panel-body{
        padding: 0;
    }
    .service h4{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .service p {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 25px;
    }
    #map{
        height: 200px;
    }
    .form-control.form-width{
        width: 100%;
    }
    textarea.mes-width{
        width: 100%;
    }
    .service .float-left{
        float: unset;
    }
    .service .float-right{
        float: unset;
    }
    .mes-form-btn{
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li a{
        padding: 7px 7px;
        margin: 0 0 18px 0;
    }
    .vertical-tab .nav-tabs li a:before,
    .vertical-tab .nav-tabs li a:after{
        transform: translateY(0) translateX(50%) rotate(90deg);
        right: 50%;
        top: auto;
        bottom:0;
    }
    .vertical-tab .nav-tabs li a:after{
        width: 50%;
        height: 3px;
        transform: translateY(0) translateX(50%) rotate(0);
    }
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:before{
        bottom: -22px;
        right: 50%;
    }
    .vertical-tab .nav-tabs li a:hover:after,
    .vertical-tab .nav-tabs li.active a:after{
        bottom: -2px;
        right: 50%;
    }
    .vertical-tab .tab-content{
        border-top: 3px solid #e7e7e7;
        display: block;
        padding: 20px 15px 10px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
    .join-top p{
        text-align: center;
        text-indent: 0;
    }
    .vertical-tab{
        margin-top:0;
    }
    .open-group3 ul li{
        padding: 0;
        height: 30px;
        line-height: 30px;
    }
    .vertical-tab .nav-tabs li a
    {
        line-height: 30px;
    }
    .open-group5 .panel-body{
        padding-top: 0;   
    }
    .footer-i{
        overflow: hidden;
    }
    .vertical-tab .nav-tabs li a{
        padding-left: 0;
        text-align: center;
    }
}

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