          /* header */
          
          #header {
            width: 100%;
            min-width: 1200px;
            margin: auto;
            position: fixed;
            top: 0px;
            left: 0px;
            right: 0px;
            z-index: 9999;
            height: 100px;
            transition: all .4s;
            -webkit-transition: all .4s;
            background-color: #fff;
        }
        
        #header .pc_hd {
            height: 100%;
        }
        
        #header .wrap {
            position: relative;
            z-index: 99;
            height: 100%;
            background: #fff;
        }
        
        #header .logo {
            float: left;
            width: 232px;
            height: 70px;
            background: url(../image/logo.png) no-repeat center;
            margin-top: 15px;
            margin-left: 80px;
        }
        
        #header .nav {
            float: right;
            margin-right: 80px;
        }
        
        #header .nav>ul {
            position: relative;
            z-index: 999;
            float: left;
            padding-right: 82px;
            background: #fff;
        }
        
        #header .nav>ul li {
            float: left;
            text-align: center;
            position: relative;
        }
        
        #header .nav>ul li a {
            padding: 0 12px;
            margin: 0 3px;
            line-height: 100px;
            color: #676666;
            display: inline-block;
            font-size: 15px;
            position: relative;
            -webkit-transition: all .3s;
            transition: all .3s;
            font-weight: 600;
        }
        
        #header .nav>ul li a:after {
            content: '';
            width: 100%;
            height: 5px;
            background-color: #cf0900;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            filter: Alpha(opacity=0);
            -webkit-filter: Alpha(opacity=0);
        }
        
        #header .nav>ul li a:hover:after,
        #header .nav>ul li a.on:after {
            opacity: 1;
            filter: Alpha(opacity=100);
            -webkit-filter: Alpha(opacity=100);
            transition: all .4s .4s;
            -webkit-transition: all .4s .4s;
            -moz-transition: all .4s .4s;
            -ms-transition: all .4s .4s;
            -o-transition: all .4s .4s;
        }
        
        #header .nav>ul li a:before {
            content: '';
            width: 100%;
            height: 0;
            background-color: #eeede7;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: -1;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
        }
        
        #header .nav>ul li a:hover:before,
        #header .nav>ul li a.on:before {
            height: 100%;
        }
        
        @media (max-width:1320px) {
            #header .nav>ul li a {
                padding-left: 15px;
                margin: 0;
            }
        }
        
        #header.on .nav>ul li a {
            color: #817f7f;
        }
        
        #header .nav>ul li a:hover,
        #header .nav>ul li a.on {
            color: #ed0b0a;
        }
        
        #header .head_ri {
            float: right;
            height: 100px;
            width: 104px;
            background: url(../image/head_ri.png) no-repeat center;
            margin-left: 14px;
        }
        
        .subNav_box {
            position: absolute;
            left: 0;
            bottom: 0px;
            height: 70px;
            width: 100%;
            z-index: -1;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            background: #cf0900;
        }
        
        .subNav_box.on {
            bottom: -70px;
        }
        
        .subNav_box .item.curr {
            top: 0;
        }
        
        .subNav_box .item {
            position: absolute;
            top: -70px;
            transition: all .3s;
        }
        
        .subNav_box .item.sN2 {
            right: 378px;
        }
        
        .subNav_box .item.sN3 {
            right: 559px;
        }
        
        .subNav_box .item.sN4 {
            right: 78px;
        }
        
        .subNav_box .item.sN5 {
            right: 470px;
        }
        
        .subNav_box .item.sN6 {
            right: 378px;
        }
        
        .subNav_box .item.sN7 {
            right: 290px;
        }
        
        .subNav_box .item.sN8 {
            right: 197px;
        }
        
        .subNav_box .item a {
            float: left;
            font-size: 15px;
            color: #ffa5a5;
            height: 70px;
            line-height: 70px;
            margin-left: 30px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all .7s;
        }
        
        .subNav_box .item a:first-child {
            margin-left: 0px;
        }
        
        .subNav_box .item a:hover,
        .subNav_box .item a.on {
            color: #fff;
            font-weight: bold;
        }
        /* Notice */
        /* Notice */
        
        .Notice {
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
            height: 84px;
            width: 1300px;
            margin: auto;
            background: rgba(254, 254, 254, .7);
            padding: 0 50px;
            z-index: 99;
        }
        
        .Notice .img {
            position: absolute;
            left: 50px;
            display: inline-block;
            height: 84px;
            line-height: 84px;
            padding-left: 33px;
            color: #666;
            background: url(../image/img1111.png) no-repeat center left;
        }
        
        .Notice .swiper-container {
            margin-left: 84px;
            height: 84px;
            padding-left: 20px;
        }
        
        .Notice .swiper-container:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 16px;
            background: #e6e6e6;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }
        
        .Notice .swiper-container .swiper-slide {
            padding-right: 170px;
            width: 50%;
        }
        
        .Notice .swiper-container .swiper-slide .li {
            display: inline-block;
            line-height: 84px;
            font-size: 14px;
            color: #454545;
        }
        
        .Notice .swiper-container .swiper-slide .li em {
            font-size: 16px;
            color: #777;
            margin-left: 25px;
        }
        
        .Notice .swiper-container .swiper-button-next,
        .Notice .swiper-container .swiper-button-prev {
            width: 9px;
            height: 16px;
            margin-top: -8px;
            transition: all .3s;
        }
        
        .Notice .swiper-container .swiper-button-prev {
            background: url(../image/left.png) no-repeat center;
            right: 50px;
            left: auto;
        }
        
        .Notice .swiper-container .swiper-button-prev:hover {
            background: url(../image/left_on.png) no-repeat center;
        }
        
        .Notice .swiper-container .swiper-button-next {
            background: url(../image/right.png) no-repeat center;
            right: 0;
        }
        
        .Notice .swiper-container .swiper-button-next:hover {
            background: url(../image/right_on.png) no-repeat center;
        }
        
        .Notice .swiper-container .swiper-button-next:hover:before {
            width: 24px;
        }
        
        .Notice .swiper-container .swiper-button-prev:hover:before {
            width: 24px;
        }
        
        .swiper-button-next:before {
            right: 0;
        }
        
        .swiper-button-prev:before {
            left: 0;
        }
        
        .swiper-button-next:before,
        .swiper-button-prev:before {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background: #f32a2a;
            transition: all .7s;
        }
        
        .swiper-button-next:after,
        .swiper-button-prev:after {
            display: none;
        }
        /* footer */
        
        footer {
            height: 125px;
            background: #25242a;
        }
        
        footer .le {
            margin-top: 40px;
        }
        
        footer .le .wx {
            width: 33px;
            height: 33px;
            background: url(../image/wx.png) no-repeat center;
            float: left;
            margin-right: 10px;
        }
        
        footer .le .wb {
            width: 33px;
            height: 33px;
            float: left;
            background: url(../image/wb.png) no-repeat center;
            margin-right: 10px;
        }
        
        footer .le .p {
            float: left;
            font-size: 14px;
            color: #fff;
            line-height: 33px;
        }
        
        footer .le .p em {
            font-size: 26px;
            color: #ffff;
            font-family: 'BRANDON_BLD';
            vertical-align: middle;
            margin-left: 7px;
        }
        
        footer .ri {
            padding-top: 40px;
            font-size: 14px;
            color: #c6c6c6;
            line-height: 20px;
        }
        
        footer .ri a {
            display: inline;
        }
        
        footer .ri a:last-child {
            float: right;
        }
        /* banner */
        
        .banner {
            width: 100%;
            position: relative;
            width: 100% !important;
            margin: 100px auto 0 !important;
        }
        
        .banner .bd {
            width: 100%;
            overflow: hidden;
        }
        
        .banner .bd ul {
            width: 100% !important;
            /* height: 100vh !important;  */
        }
        
        .banner .bd li {
            width: 100% !important;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
        }
        
        .banner .bd li:first-child:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: .3;
            z-index: 99;
        }
        
        .banner .bd li .img {
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            /* background-size: cover; */
        }
        
        .banner .bd li .content {
            width: 1300px;
            height: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            margin: auto;
        }
        
        .banner .bd li .content .ban_t {
            position: absolute;
            left: 0;
            top: 40%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 99;
        }
        
        .banner .bd li .content .ban_t2 {
            position: absolute;
            left: 212px;
            top: 41%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 99;
        }
        
        .banner .bd li .content .ban_t3 {
            width: 100%;
            margin: auto;
            position: absolute;
            left: 0;
            text-align: left;
            top: 43%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            z-index: 99;
        }
        
        .banner .bd li .content .ban_t2 .text01 {
            float: left;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }
        
        .banner .bd li .content .ban_t .text01 {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
            text-align: left;
        }
        
        .banner .bd li .content .ban_t .text02 {
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
            text-align: center;
        }
        
        .banner .bd li .content .ban_t .text01 .h3 {
            font-size: 52px;
            color: #fefeff;
            font-weight: 100;
            line-height: 1;
            letter-spacing: 26px;
        }
        
        .banner .bd li .content .ban_t .text01 .h4 {
            color: #fff;
            font-family: 'Brandon_light';
            font-size: 60px;
            font-weight: normal;
            line-height: 52px;
            letter-spacing: -4px;
            margin-top: 20px;
        }
        
        .banner .bd li .content .ban_t .text01 .h4 em {
            font-family: 'BRANDON_BLD';
        }
        
        .banner .bd li .content .ban_t2 .text02 .h3 {
            font-size: 56px;
            color: #ea3030;
            font-weight: 100;
            line-height: 1;
            margin-bottom: 19px;
            text-align: left;
        }
        
        .banner .bd li .content .ban_t2 .text02 .h4 {
            font-family: 'Brandon_light';
            font-size: 50px;
            line-height: 44px;
            color: #e5d3d2;
            text-transform: uppercase;
            text-align: left;
        }
        
        .banner .bd li .content .ban_t2 .text02 .h4 em {
            font-family: 'BRANDON_BLD';
        }
        
        .banner .bd li .content .ban_t3 .text03 .h3 {
            font-size: 56px;
            color: #ffffff;
            line-height: 1;
            margin-bottom: 20px;
        }
        
        .banner .bd li .content .ban_t3 .text03 .h4 {
            font-size: 50px;
            line-height: 44px;
            color: #d1cdcb;
            font-family: 'Brandon_light';
            text-transform: uppercase;
        }
        
        .banner .bd li .content .ban_t3 .text03 .h4 em {
            font-family: 'BRANDON_BLD';
        }
        
        @media screen and (min-width:2560px) {
            .banner .bd li .content .ban_t1 {
                left: 54px !important;
            }
        }
        
        .height #bg_ {
            position: relative !important;
        }
        
        .height #bg_ .ms-slide-bgvideocont::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100% !important;
            height: 100% !important;
            background-color: rgba(0, 0, 0, .1);
            z-index: 100000000000;
        }
        
        #bg_ {
            z-index: 0 !important;
        }
        
        .banner .hd {
            height: 0;
            position: absolute;
            left: 0;
            bottom: 180px;
            z-index: 99;
            right: 0;
            width: 1200px;
            margin: auto;
        }
        
        .banner .hd ul {
            float: right;
        }
        
        .banner .hd ul li {
            display: none;
            width: 98px;
            height: 98px;
            /* margin: 0 auto; */
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            position: relative;
            cursor: pointer;
            margin-top: 7px;
        }
        
        .banner .hd ul li.on {
            display: block;
        }
        
        .banner .hd ul li div {
            box-sizing: unset;
        }
        
        .banner .hd ul li em {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            margin: auto;
            line-height: 98px;
            text-align: center;
            font-size: 20px;
            color: #fff;
        }
        /* content */
        
        .w1200 {
            width: 1200px;
            margin: 0 auto;
        }
        
        .content_index .cont1 {
            background: url(../image/cont1_bg.jpg) no-repeat center top;
            height: 376px;
            width: 100%;
        }
        
        .content_index .cont1 .tit {
            width: 1300px;
            margin: 0 auto;
            padding-top: 80px;
        }
        
        .content_index .cont1 h4 {
            font-size: 28px;
            color: #2b5b76;
            font-weight: 400;
            margin-top: 5px;
            text-align: center;
        }
        
        .content_index .cont1 .time {
            color: transparent;
            font-size: 26px;
            -webkit-text-stroke: 1px #2b5b76;
            text-align: center;
        }
        
        .content_index .cont1 p {
            color: #898c8f;
            font-size: 14px;
            line-height: 22px;
            margin-top: 6px;
            max-width: 880px;
            text-align: center;
            margin: 21px auto 0;
        }
        
        .content_index .cont2 {
            background: url(../image/cont2_bg.jpg) no-repeat center top/cover;
            height: 1032px;
            width: 100%;
        }
        
        .content_index .cont2 .tit {
            padding-top: 95px;
            width: 1300px;
            margin: auto;
        }
        
        .content_index .cont2 h3 {
            font-size: 70px;
            color: #dbb195;
            font-family: 'brand';
            letter-spacing: -5px;
        }
        
        .content_index .cont2 h4 {
            font-size: 28px;
            color: #ffffff;
            margin-top: 23px;
        }
        
        .content_index .cont2 .le p {
            font-size: 30px;
            color: #ffffff;
            opacity: .6;
            line-height: 40px;
            font-weight: 100;
        }
        
        .content_index .cont2 .list {
            width: 1300px;
            overflow: hidden;
            margin: 40px auto 48px;
        }
        
        .content_index .cont2 .list .ul {
            margin-right: -12px;
        }
        
        .content_index .cont2 .list .li {
            position: relative;
            float: left;
            width: 316px;
            height: 180px;
            border-radius: 3px;
            background: rgba(172, 175, 176, .6);
            margin-right: 12px;
            margin-bottom: 12px;
            transition: all .7s;
            overflow: hidden;
        }
        
        .content_index .cont2 .list .li:hover:after {
            left: 0;
            width: 100%;
        }
        
        .content_index .cont2 .list .li:hover .nei {
            top: 20px;
        }
        
        .content_index .cont2 .list .li .nei {
            position: absolute;
            top: 40px;
            width: 100%;
            z-index: 999;
            transition: all .7s;
        }
        
        .content_index .cont2 .list .li .img {
            position: relative;
            height: 63px;
        }
        
        .content_index .cont2 .list .li .img img {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .content_index .cont2 .list .li .p {
            color: #ffffff;
            font-size: 18px;
            margin-top: 14px;
            text-align: center;
        }
        
        .content_index .cont2 .tit2 {
            width: 1300px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .content_index .cont2 .ri .ul {
            overflow: hidden;
            padding-bottom: 25px;
            border-bottom: 2px solid #ece8e4;
            padding-right: 10px;
        }
        
        .content_index .cont2 .ri .ul .li {
            float: left;
            margin-right: 50px;
        }
        
        .content_index .cont2 .ri .ul .li:last-child {
            margin-right: 0;
        }
        
        .content_index .cont2 .ri .ul .li .p {
            font-size: 14px;
            color: #ffffff;
        }
        
        .content_index .cont2 .ri .ul .li:nth-child(1) em {
            width: 53px;
        }
        
        .content_index .cont2 .ri .ul .li:nth-child(2) em {
            width: 77px;
        }
        
        .content_index .cont2 .ri .ul .li:nth-child(3) em {
            width: 77px;
        }
        
        .content_index .cont2 .ri .ul .li:nth-child(4) em {
            width: 69px;
        }
        
        .content_index .cont2 .ri .ul .li em {
            position: relative;
            font-size: 46px;
            color: #ffffff;
            font-family: 'BRANDON_BLD';
            line-height: 1;
            padding-right: 10px;
            letter-spacing: -3px;
            width: 90px;
            display: inline-block;
        }
        
        .content_index .cont2 .ri .ul .li em:after {
            content: '+';
            position: absolute;
            font-family: 'BRANDON_BLD';
            right: -7px;
            top: -4px;
            font-size: 37px;
        }
        
        .content_index .cont2 .ri .ul .li p {
            font-size: 14px;
            color: #fff;
            opacity: .4;
            line-height: 20px;
        }
        
        .content_index .cont3 {
            background: url(../image/cont3_bg.jpg) no-repeat center/cover;
            height: 791px;
            width: 100%;
            position: relative;
            margin: 0 auto;
        }
        
        .content_index .cont3 .tit {
            position: absolute;
            top: 100px;
            left: 22vw;
            width: 1300px;
            padding-right: 158px;
        }
        
        .content_index .cont3 .tit h3 {
            font-size: 70px;
            color: #ff0c0c;
            font-family: 'brand';
            letter-spacing: -5px;
            line-height: 1;
        }
        
        .content_index .cont3 .tit h4 {
            font-size: 28px;
            color: #faf9f1;
            margin-top: 5px;
        }
        
        .content_index .cont3 .ri {
            opacity: .6;
            color: #d7e4ff;
            line-height: 1;
            padding-top: 26px;
        }
        
        .content_index .cont3 .title {
            font-size: 24px;
        }
        
        .content_index .cont3 .title2 {
            font-size: 18px;
            margin-top: 10px;
        }
        
        .content_index .cont3 .swiper-container {
            margin-left: 22vw;
            padding-top: 271px;
            overflow: hidden;
            transition: all .7s;
        }
        
        .content_index .cont3 .swiper-container .swiper-slide {
            width: auto;
            height: auto;
            /* margin-right: 30px; */
        }
        
        .content_index .cont3 .swiper-container .swiper-slide .img {
            height: 520px;
            width: 754px;
            overflow: hidden;
        }
        
        .content_index .cont3 .swiper-container .swiper-slide .img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .content_index .cont3 .swiper-container .swiper-slide p {
            height: 100px;
            line-height: 100px;
            background: #f3f7ff;
            font-size: 18px;
            color: #404960;
            padding-left: 30px;
            width: 100%;
        }
        
        .content_index .cont3 .swiper-button-prev {
            background: url(../image/prev4.png) no-repeat center/cover;
            left: -100px;
        }
        
        .content_index .cont3 .swiper-button-next {
            right: 50px;
            background: url(../image/next4.png) no-repeat center/cover;
            display: none;
        }
        
        .content_index .cont3 .swiper-button-next,
        .content_index .cont3 .swiper-button-prev {
            top: 410px;
            width: 30px;
            height: 98px;
            bottom: 20px;
            opacity: .2;
            transition: all .7s;
        }
        
        .content_index .cont3 .swiper-button-next:hover,
        .content_index .cont3 .swiper-button-prev:hover {
            opacity: .5;
        }
        
        .content_index .cont4 {
            position: relative;
            height: 940px;
            width: 100%;
        }
        
        .content_index .cont4:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 377px;
            background: url(../image/cont4_bg.png) no-repeat center;
            background-size: cover;
        }
        
        .content_index .cont4 .tit {
            text-align: center;
            padding-top: 214px;
        }
        
        .content_index .cont4 .tit h3 {
            font-size: 70px;
            color: #ff0c0c;
            font-family: 'brand';
            letter-spacing: -5px;
            line-height: 1;
            margin-right: 60px;
        }
        
        .content_index .cont4 .tit h4 {
            font-size: 28px;
            color: #3c3b3b;
            display: inline;
            margin-left: 20px;
        }
        
        .content_index .cont4 .list {
            width: 1300px;
            margin: 50px auto 0;
        }
        
        .content_index .cont4 .list .txt {
            padding-top: 25px;
        }
        
        .content_index .cont4 .list .txt h3 {
            font-size: 30px;
            color: #d6d6d6;
            font-family: 'brand';
            line-height: 1;
            transition: all .7s;
        }
        
        .content_index .cont4 .list .swiper-slide:hover .txt h3 {
            color: #ff1919;
        }
        
        .content_index .cont4 .list .txt h4 {
            color: #333333;
            font-size: 24px;
            line-height: 30px;
            text-align: left;
            margin-bottom: 20px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .content_index .cont4 .list .txt p {
            font-size: 14px;
            line-height: 22px;
            color: #afafaf;
        }
        
        .content_index .cont4 .btn {
            position: absolute;
            top: 35%;
            left: 50%;
            transform: translateX(-50%);
            width: 1300px;
            height: 100%;
        }
        
        .content_index .cont4 .swiper-button-next,
        .content_index .cont4 .swiper-button-prev {
            width: 80px;
            height: 80px;
            opacity: .4;
            transition: all .7s;
        }
        
        .content_index .cont4 .swiper-button-next:hover,
        .content_index .cont4 .swiper-button-prev:hover {
            opacity: 1;
        }
        
        .content_index .cont4 .swiper-button-next {
            background: url(../image/next3.png);
            right: -140px;
        }
        
        .content_index .cont4 .swiper-button-prev {
            background: url(../image/prev3.png);
            left: -140px;
        }
        
        .content_index .cont4 .swiper-slide .img {
            width: 413px;
            height: 252px;
            overflow: hidden;
        }
        
        .content_index .cont4 .swiper-slide .img img {
            transition: all .7s;
        }
        
        .content_index .cont4 .swiper-slide:hover .img img {
            transform: scale(1.2);
        }
        
        .lists {
            position: relative;
            line-height: 1;
            font-size: 0;
            text-align: center;
            padding-bottom: 4px;
        }
        
        .lists:after {
            content: '';
            width: 100%;
            height: 4px;
            background: #f0efee;
            left: 0;
            position: absolute;
        }
        
        .lists ul {
            position: relative;
        }
        
        .lists li {
            display: inline-block;
            margin: 0 20px;
            color: #9b9b9b;
            font-size: 15px;
            font-weight: 800;
            line-height: 86px;
            position: relative;
        }
        
        .lists li a {
            transition: all .7s;
        }
        
        .lists li.on a {
            color: #da0d15;
        }
        
        .lists li:hover a {
            color: #da0d15;
        }
        
        .lists li:before {
            content: '';
            transition: all .7s;
        }
        
        .lists li:hover:before {
            width: 100%;
            height: 4px;
            background-color: #da0d15;
            position: absolute;
            left: 0;
            bottom: -4px;
            z-index: 99;
        }
        
        .lists li.on:before {
            content: '';
            width: 100%;
            height: 4px;
            background-color: #da0d15;
            position: absolute;
            left: 0;
            bottom: -4px;
            z-index: 99;
        }
        
        .lists.lists2 li {
            float: left;
            display: block;
            margin: 0 40px 0 0;
        }
        
        .lists.lists2 ul:before {
            content: '';
            width: 108px;
            height: 49px;
            background: url(../image/btn.png) no-repeat center;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }
        
        .nei_ban {
            margin-top: 100px;
            height: 230px;
            padding-top: 90px;
        }
        
        .abCont_ban {
            background: url(../image/banner.jpg) no-repeat center;
        }
        
        .nei_ban h3 {
            text-align: right;
            font-size: 30px;
            line-height: 1;
            color: #ffffff;
            margin-bottom: 8px;
            font-weight: 400;
        }
        
        .abCont_ban.nei_ban .img {
            mix-blend-mode: inherit;
        }
        
        .nei_ban .img {
            mix-blend-mode: color-dodge;
            text-align: right;
        }
        
        .about1 .cont1 {
            position: relative;
            padding-top: 80px;
            overflow: hidden;
            padding-bottom: 90px;
            border-bottom: 4px solid #f0efee;
        }
        
        .about1 .cont1 .title {
            position: relative;
            font-size: 36px;
            color: #59544f;
            line-height: 54px;
            text-align: center;
            font-weight: 100;
            padding-bottom: 40px;
            margin-bottom: 60px;
        }
        
        .about1 .cont1 .bt {
            position: absolute;
            bottom: 0;
            width: 1300px;
            left: 50%;
            margin-left: -650px;
        }
        
        .about1 .cont1 .bt .le2 {
            position: absolute;
            bottom: 0;
            left: -120px;
        }
        
        .about1 .cont1 .bt .ri2 {
            position: absolute;
            bottom: 0;
            right: -145px;
        }
        
        @-webkit-keyframes arrow-movement {
            0% {
                opacity: 0;
                bottom: 8px
            }
            70% {
                opacity: 1
            }
            to {
                opacity: 0
            }
        }
        
        @keyframes arrow-movement {
            0% {
                opacity: 0;
                bottom: 8px
            }
            70% {
                opacity: 1;
            }
            to {
                opacity: 0
            }
        }
        
        .about1 .cont1 .title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -9px;
            width: 18px;
            height: 10px;
            background: url(../image/img1.png) no-repeat center;
            animation: arrow-movement 2s ease-in-out infinite;
            -webkit-animation: arrow-movement 2s ease-in-out infinite;
        }
        
        .about1 .cont1 .le {
            width: 596px;
        }
        
        .about1 .cont1 .le p {
            font-size: 14px;
            color: #848484;
            margin-bottom: 20px;
            line-height: 24px;
        }
        
        .about1 .cont1 .le .time {
            font-size: 30px;
            color: #ef0812;
            font-family: 'Brandon_light';
            letter-spacing: -2px;
            margin-top: 20px;
        }
        
        .about1 .cont1 .le .time em {
            font-family: 'BRANDON_BLD';
        }
        
        .about1 .cont2 {
            padding-top: 60px;
            padding-bottom: 80px;
        }
        
        .about1 .cont2 .title {
            position: relative;
            font-size: 36px;
            color: #9a755f;
            line-height: 54px;
            font-weight: 100;
            margin-bottom: 60px;
        }
        
        .about1 .cont2 .title:after {
            content: '';
            position: absolute;
            left: -63px;
            top: 18px;
            height: 3px;
            width: 47px;
            background: #aa7d62;
        }
        
        .about1 .cont2 .le {
            width: 50%;
        }
        
        .about1 .cont2 .ri {
            position: relative;
            width: 650px;
        }
        
        .about1 .cont2 .video {
            position: relative;
            width: 597px;
            cursor: pointer;
        }
        
        .about1 .cont2 .img img {
            width: 100%;
            height: 100%;
        }
        
        .about1 .cont2 .play {
            position: absolute;
            top: 50%;
            left: 50%;
            height: 110px;
            width: 110px;
            transform: translate(-50%, -50%);
            z-index: 99;
        }
        
        .about1 .cont2 .play:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: url(../image/play.png) no-repeat center;
        }
        
        .about1 .cont2 .play:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            width: 0;
            height: 0;
            border-radius: 50%;
            border: 1px solid #eedbe0;
            z-index: -1;
            transition: all .7s;
            opacity: 0;
        }
        
        @keyframes play {
            0% {
                width: 0;
                height: 0;
                opacity: 0;
            }
            50% {
                height: 70px;
                width: 70px;
                opacity: 1;
            }
            100% {
                height: 110px;
                width: 110px;
                opacity: 0;
            }
        }
        
        .about1 .cont2 .video:hover .play:after {
            animation: play 2s 0s infinite;
        }
        
        .about1 .cont2 .p {
            width: 623px;
            padding-right: 21px;
            margin-top: 50px;
        }
        
        .about1 .cont2 .p p {
            font-size: 14px;
            color: #848484;
            line-height: 24px;
            margin-bottom: 24px;
        }
        
        .about1 .cont2 .list {
            overflow: hidden;
            /* padding-top: 45px; */
            /* margin-bottom: 45px; */
        }
        
        .about1 .cont2 .list ul li {
            float: left;
            margin-right: 49px;
        }
        
        .about1 .cont2 .list ul li:nth-child(3) {
            margin-right: 58px;
        }
        
        .about1 .cont2 .list ul li:nth-child(4) {
            margin-right: 0;
        }
        
        .about1 .cont2 .list ul li em {
            position: relative;
            font-size: 46px;
            font-family: 'BRANDON_BLD';
            color: #ef0812;
            padding-right: 18px;
            letter-spacing: -4px;
            display: block;
            box-sizing: border-box;
            line-height: 1;
        }
        
        .about1 .cont2 .list ul li:nth-child(1) em {
            width: 64px;
        }
        
        .about1 .cont2 .list ul li:nth-child(2) em {
            width: 88px;
        }
        
        .about1 .cont2 .list ul li:nth-child(3) em {
            width: 87px;
        }
        
        .about1 .cont2 .list ul li:nth-child(4) em {
            width: 79px;
        }
        
        .about1 .cont2 .list ul li em:after {
            content: '+';
            position: absolute;
            top: -1px;
            right: 0;
            font-size: 32px;
        }
        
        .about1 .cont2 .list ul li p {
            font-size: 14px;
            line-height: 20px;
            color: #9e9790;
        }
        
        .about1 .cont2 .hon_or {
            position: relative;
            /* top: 60px; */
            width: 340px;
            height: 93px;
            line-height: 89px;
            border: 2px solid #e3e3e3;
            margin-top: 65px;
            padding-left: 30px;
            font-size: 16px;
            color: #e50d0d;
        }
        
        .about1 .cont2 .hon_or:after {
            content: '';
            position: absolute;
            top: -2px;
            right: -2px;
            width: 110px;
            height: 93px;
            background: url(../image/img3.jpg) no-repeat center;
        }
        
        .about1 .cont2 .hon_or:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 123px;
            margin-top: -8px;
            background: url(../image/img5.png) no-repeat center;
            width: 34px;
            height: 16px;
            transition: all .7s;
        }
        
        .about1 .cont2 .hon_or:hover:before {
            left: 145px;
        }
        
        .about1 .cont2 .jia {
            position: absolute;
            bottom: 0;
            right: 0;
        }
        
        .about1 .cont3 {
            padding-top: 75px;
            padding-bottom: 95px;
            background: url(../image/img4.jpg) no-repeat center/cover;
        }
        
        .about1 .cont3 .box {
            padding-top: 60px;
            overflow: hidden;
            padding-left: 46px;
            background: #fff;
            padding-bottom: 80px;
        }
        
        .about1 .cont3 .box .tit1 {
            font-size: 36px;
            line-height: 36px;
            color: #ff1919;
            text-transform: uppercase;
            font-family: 'BRANDON_BLD';
            letter-spacing: -4px;
            font-weight: normal;
        }
        
        .about1 .cont3 .box .tit2 {
            font-size: 24px;
            color: #3c3b3b;
            margin-top: 4px;
        }
        
        .about1 .cont3 .box .tit3 {
            font-size: 36px;
            line-height: 46px;
            color: #b7b19a;
            font-weight: normal;
            margin-top: 15px;
        }
        
        .about1 .cont3 .ri {
            width: 623px;
            padding-right: 53px;
        }
        
        .about1 .cont3 .ri p {
            font-size: 14px;
            color: #848484;
            line-height: 24px;
            margin-bottom: 25px;
        }
        
        .about1 .cont3 .ri p:last-child {
            margin-bottom: 0;
        }
        
        .about3 .cont1 {
            padding-top: 60px;
            padding-bottom: 30px;
        }
        
        .title_top h3 {
            font-size: 24px;
            line-height: 1;
            color: #3c3b3b;
            margin-bottom: 9px;
        }
        
        .title_top h4 {
            font-size: 26px;
            color: #df0004;
            line-height: 1;
            font-family: 'Brandon_light';
            text-transform: uppercase;
            letter-spacing: -3px;
        }
        
        .title_top h4 em {
            font-family: 'brand';
        }
        
        .about3 {
            padding-bottom: 96px;
        }
        
        .about3 .cont2 {
            position: relative;
            overflow: hidden;
        }
        
        .w1360 {
            width: 1360px;
            margin: 0 auto;
        }
        
        .about3 .cont2 .w1360 {
            position: relative;
            padding-top: 107px;
            height: 100%;
            overflow: hidden;
            padding-bottom: 127px;
        }
        
        .about3 .cont2 .w1360:before {
            content: '';
            position: absolute;
            width: 7px;
            height: 100%;
            left: 50%;
            margin-left: -2px;
            top: 34px;
            background: url(../image/img5.jpg) center/100%;
        }
        
        .about3 .cont2 .w1360:after {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 34px;
            height: 34px;
            margin-left: -17px;
            background: url(../image/time.png) no-repeat center/cover;
        }
        
        .about3 .cont2 .left {
            float: left;
            margin-top: 222px;
        }
        
        .about3 .cont2 .right {
            float: left;
            margin-top: 358px;
        }
        
        .about3 .cont2 .box {
            width: 638px;
        }
        
        .about3 .cont2 .box:first-child {
            margin-top: 0;
        }
        
        .about3 .cont2 .time {
            position: relative;
            font-size: 46px;
            line-height: 1;
            color: #df0004;
            font-family: 'brand';
            letter-spacing: -3px;
            text-align: right;
        }
        
        .about3 .cont2 .time:after {
            content: '';
            position: absolute;
            right: -48px;
            top: 10px;
            height: 14px;
            width: 19px;
            background: url(../image/img6.png) no-repeat center;
        }
        
        .about3 .cont2 .tit {
            font-size: 36px;
            color: #a88f52;
            font-weight: 100;
            text-align: right;
            margin-top: 5px;
        }
        
        .about3 .cont2 .list {
            padding-top: 25px;
            padding-bottom: 40px;
            padding-right: 48px;
            background: #f5f5f5;
            padding-left: 30px;
            margin-top: 30px;
        }
        
        .about3 .cont2 .list p {
            font-size: 14px;
            line-height: 24px;
            color: #848484;
        }
        
        .about3 .cont2 .list p strong {
            display: inline-block;
            width: 506px;
            font-weight: normal;
        }
        
        .about3 .cont2 .list p em {
            margin-right: 3%;
            vertical-align: top;
        }
        
        .about3 .cont2 .right {
            float: right;
        }
        
        .about3 .cont2 .right .time {
            text-align: left;
        }
        
        .about3 .cont2 .right .tit {
            text-align: left;
        }
        
        .about3 .cont2 .right .time:after {
            content: '';
            position: absolute;
            left: -50px;
            top: 10px;
            height: 14px;
            width: 19px;
            background: url(../image/img6.png) no-repeat center;
            transform: rotate(180deg);
        }
        
        .about3 .cont2 .more {
            position: absolute;
            font-size: 16px;
            color: #fff;
            width: 126px;
            height: 58px;
            line-height: 58px;
            background: #df0004;
            text-align: center;
            bottom: 0;
            left: 50%;
            margin-left: -63px;
            display: block;
            cursor: pointer;
        }
        
        .about4 .cont {
            padding-top: 60px;
            padding-bottom: 117px;
            background: url(../image/ab4_ban.jpg) no-repeat center/cover;
        }
        
        .about4 .cont .cont2 {
            margin-top: -20px;
        }
        
        .about4 .cont .cont2 img {
            margin: 0 auto;
            display: block;
        }
        
        .about5 .cont {
            padding-top: 107px;
            padding-bottom: 131px;
            background: url(../image/ab5_ban.jpg) no-repeat center/cover;
        }
        
        .about5 .cont .cont1 {
            background: #fff;
            padding-top: 45px;
            padding-left: 46px;
            padding-right: 46px;
        }
        
        .about5 .cont .cont1 .list {
            padding-top: 56px;
        }
        
        .about5 .cont .cont1 ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .about5 .cont .cont1 ul li {
            width: 33%;
            margin-bottom: 85px;
        }
        
        .about5 .cont .cont1 ul li .img {
            position: relative;
            height: 81px;
            width: 108px;
            border-right: 1px solid #dbd2d2;
            float: left;
        }
        
        .about5 .cont .cont1 ul li .img img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .about5 .cont .cont1 ul li .txt {
            float: left;
            padding-left: 34px;
        }
        
        .about5 .cont .cont1 ul li .txt h3 {
            font-size: 20px;
            color: #3b3b3b;
            font-weight: 600;
            line-height: 1;
            margin-top: 7px;
        }
        
        .about5 .cont .cont1 ul li .txt h4 {
            font-size: 14px;
            color: #aaaaaa;
            line-height: 20px;
            margin-top: 10px;
        }
        
        .about6 .cont .cont1 {
            position: relative;
            padding-top: 60px;
            padding-bottom: 65px;
        }
        
        .about6 .cont .cont1:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            background: url(../image/img7.png) no-repeat center/cover;
            height: 305px;
            width: 100%;
            z-index: -1;
        }
        
        .about6 .cont .cont1 .list {
            margin-top: 40px;
            display: flex;
            justify-content: space-between;
        }
        
        .about6 .cont .cont1 .list .li {
            width: 413px;
        }
        
        .about6 .cont .cont1 .list .li .img img {
            transition: all .7s;
            height: 100%;
        }
        
        .about6 .cont .cont1 .list .li:hover .img img {
            transform: scale(1.2);
        }
        
        .about6 .cont .cont1 .list .li:hover .txt .time {
            color: #ff1919;
        }
        
        .about6 .cont .cont1 .list .li .img {
            overflow: hidden;
            height: 252px;
        }
        
        .about6 .cont .cont1 .list .txt {
            padding-top: 25px;
        }
        
        .about6 .cont .cont1 .list .txt .time {
            font-size: 30px;
            color: #d6d6d6;
            font-family: 'brand';
            line-height: 1;
        }
        
        .about6 .cont .cont1 .list .txt h3 {
            font-size: 24px;
            line-height: 30px;
            color: #333333;
            margin-top: 6px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .about6 .cont .cont1 .list .txt p {
            font-size: 14px;
            color: #afafaf;
            line-height: 22px;
            margin-top: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }
        
        .about6 .cont .cont2 {
            position: relative;
            padding-top: 70px;
            padding-bottom: 90px;
        }
        
        .about6 .cont .cont2 .list {
            padding-bottom: 20px;
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            margin-right: -40px;
        }
        
        .about6 .more {
            position: absolute;
            font-size: 16px;
            color: #fff;
            width: 126px;
            height: 58px;
            line-height: 58px;
            background: #df0004;
            text-align: center;
            bottom: 50px;
            left: 50%;
            margin-left: -63px;
            display: block;
            cursor: pointer;
        }
        
        .about6 .cont .cont2 a {
            width: 411px;
            margin-bottom: 30px;
            transition: all .7s;
            margin-right: 34px;
        }
        
        .about6 .cont .cont2 a .img {
            overflow: hidden;
            height: 250px;
        }
        
        .about6 .cont .cont2 a img {
            transition: all .7s;
            height: 100%;
        }
        
        .about6 .cont .cont2 a:hover img {
            /* transform: scale(1.1); */
        }
        
        .about6 .cont .cont2 a:last-child {
            margin-bottom: 0;
        }
        
        .about6 .cont .cont2 a .box {
            width: 100%;
            height: 60px;
            /* padding-top: 25px; */
            padding-left: 30px;
            padding-right: 20px;
            background: #f0f0f0;
        }
        
        .about6 .cont .cont2 a .time {
            font-size: 30px;
            color: #d6d6d6;
            font-family: 'brand';
        }
        
        .about6 .cont .cont2 a h3 {
            width: 100%;
            max-width: 413px;
            transition: all .7s;
            font-size: 20px;
            /* font-weight: 400; */
            color: #4c4c4c;
            display: flex;
            align-items: center;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            line-height: 60px;
            /* opacity: .8; */
        }
        
        .about6 .cont .cont2 a p {
            position: relative;
            font-size: 14px;
            line-height: 22px;
            color: #afafaf;
            padding-top: 16px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
        
        .about6 .cont .cont2 a p:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 22px;
            height: 3px;
            background: #ff1919;
        }
        
        .NECont_ban {
            background: url(../image/banner2.jpg) no-repeat center;
        }
        
        .NECont_ban.nei_ban h3 {
            text-align: left;
        }
        
        .NECont_ban.nei_ban .img {
            text-align: left;
            mix-blend-mode: initial;
        }
        
        .about6.news1 .cont .cont1 {
            padding-top: 120px;
        }
        
        .news1 .cont .cont1 .news_tit {
            position: absolute;
            top: 70px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .news1 .cont .cont2 .top_ri {
            height: 80px;
            margin-bottom: 30px;
        }
        
        .news1 .cont .cont2 .year {
            position: relative;
            height: 80px;
            display: inline-block;
            float: right;
        }
        
        .news1 .cont .cont2 .input {
            position: relative;
            width: 264px;
            height: 80px;
            float: right;
            margin-left: 10px;
        }
        
        .news1 .cont .cont2 .input button {
            position: absolute;
            right: 0;
            top: 0;
            width: 60px;
            height: 80px;
        }
        
        .news1 .cont .cont2 input {
            float: right;
            margin-left: 20px;
            display: inline-block;
            width: 264px;
            height: 80px;
            border: 3px solid #ededed;
            padding-left: 20px;
            background: url(../image/search.png) no-repeat 222px center;
        }
        
        .news1 .cont .cont2 .year .draplist {
            position: absolute;
            top: 80px;
        }
        
        .news1 .cont .cont2 .year .draplist::-webkit-scrollbar {
            display: none;
        }
        
        .news1 .cont .cont2 .year .show {
            position: relative;
            line-height: 80px;
            width: 138px;
            height: 80px;
            border: 3px solid #ededed;
            font-family: 'BRANDON_BLD';
            font-size: 24px;
            color: #ff1919;
            padding-left: 20px;
            cursor: pointer;
            float: right;
        }
        
        .news1 .cont .cont2 .year .show:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 20px;
            width: 18px;
            height: 10px;
            background: url(../image/img2.png) no-repeat center;
        }
        
        .news1 .cont .cont2 .draplist {
            display: none;
            border: 3px solid #ededed;
            border-top: none;
            z-index: 999;
            background: #ffff;
            font-family: 'BRANDON_BLD';
            width: 100%;
            height: 88px;
            overflow-x: auto;
        }
        
        .news1 .cont .cont2 .draplist::-webkit-scrollbar {
            width: 3px;
        }
        
        .news1 .cont .cont2 .draplist ul li {
            border-bottom: 3px solid #ededed;
            color: #afafaf;
            width: 100%;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
            transition: all .7s;
        }
        
        .news1 .cont .cont2 .draplist ul li:hover {
            color: #ff1919;
        }
        
        .news1 .cont .cont2 .draplist ul li:last-child {
            border-bottom: none;
        }
        
        .news2 .cout1 {
            padding-top: 60px;
            background: url(../image/ban1.jpg) no-repeat center bottom/cover;
        }
        
        .news2 .cout1 .video {
            position: relative;
            margin: 40px auto 0;
            cursor: pointer;
        }
        
        .news2 .cout2 .more {
            position: absolute;
            font-size: 16px;
            color: #fff;
            width: 126px;
            height: 58px;
            line-height: 58px;
            background: #df0004;
            text-align: center;
            bottom: 50px;
            left: 50%;
            margin-left: -63px;
            display: block;
        }
        
        .news2 .video {
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
        }
        
        .news2 .video .img {
            position: relative;
            width: 1000px;
            height: 520px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            margin: 0 auto;
        }
        
        .news2 .video .img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background: #000;
            opacity: .5;
            width: 100%;
            height: 100%;
        }
        
        .news2 .video .play {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        @keyframes play2 {
            0% {
                width: 0;
                height: 0;
                opacity: 0;
            }
            50% {
                height: 60px;
                width: 60px;
                opacity: 1;
            }
            100% {
                height: 100px;
                width: 100px;
                opacity: 0;
            }
        }
        
        @keyframes play3 {
            0% {
                width: 0;
                height: 0;
                opacity: 0;
            }
            50% {
                height: 60px;
                width: 60px;
                opacity: 1;
            }
            100% {
                height: 145px;
                width: 145px;
                opacity: 0;
            }
        }
        
        .news2 .video .play:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            width: 0;
            height: 0;
            border-radius: 50%;
            border: 1px solid #ffffff;
            z-index: -1;
            transition: all .7s;
            opacity: 0;
        }
        
        .news2 .video .play:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            width: 0;
            height: 0;
            border-radius: 50%;
            border: 1px solid #ffffff;
            z-index: -1;
            transition: all .7s;
            opacity: 0;
        }
        
        .news2 .video:hover .play:before {
            animation: play2 3s 0s ease-in-out infinite;
        }
        
        .news2 .video:hover .play:after {
            animation: play3 3s 0s ease-in-out infinite;
        }
        
        .news2 .video:hover .txt {
            bottom: 0;
        }
        
        .news2 .video .txt {
            position: absolute;
            bottom: -72px;
            height: 72px;
            margin: 0 200px;
            width: 900px;
            font-size: 18px;
            color: #ffffff;
            padding-top: 20px;
            transition: all .7s;
        }
        
        .news2 .video .txt:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #ffffff;
        }
        
        .news2 .video .txt:after {
            content: '';
            position: absolute;
            right: 0;
            top: 14px;
            width: 21px;
            height: 22px;
            background: url(../image/img3.png) no-repeat center;
        }
        
        .news2 .cout2 {
            position: relative;
            padding-top: 60px;
            padding-bottom: 110px;
        }
        
        .news2 .swiper-container {
            padding-bottom: 49px;
        }
        
        .news2 .swiper-pagination-bullet {
            border-radius: 0;
            height: 9px;
            width: 9px;
            background: #d3d0cc;
            opacity: 1;
            margin: 0 7px;
        }
        
        .news2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #ff1919;
        }
        
        .news2 .swiper-pagination {
            bottom: 0 !important;
        }
        
        .service .cont .cont1 {
            padding-top: 170px;
            padding-bottom: 188px;
            background: url(../image/ban11.jpg) no-repeat center/cover;
        }
        
        .service .cont1 .list {
            width: 1300px;
            overflow: hidden;
            margin: 40px auto 0;
        }
        
        .service .cont1 .list .ul {
            margin-right: -12px;
        }
        
        .service .cont1 .tit h3 {
            font-size: 36px;
            line-height: 40px;
            color: #ffffff;
            font-weight: 100;
        }
        
        .service .cont1 .tit h3 em {
            font-weight: 400;
        }
        
        .service .cont1 .tit h4 {
            font-family: 'Brandon_light';
            font-size: 44px;
            color: #baf3fe;
            opacity: .3;
            line-height: 38px;
            margin-top: 20px;
            letter-spacing: -2px;
        }
        
        .service .cont1 .tit h4 em {
            font-family: 'brand';
        }
        
        .service .cont1 .list .li {
            position: relative;
            float: left;
            width: 210px;
            height: 136px;
            border-radius: 3px;
            background: rgba(172, 175, 176, .6);
            margin-right: 8px;
            margin-bottom: 10px;
            transition: all .7s;
            overflow: hidden;
        }
        
        .service .cont1 .list .li .nei {
            position: absolute;
            top: 25px;
            width: 100%;
            z-index: 999;
            transition: all .7s;
        }
        
        .service .cont1 .list .li .img {
            position: relative;
            height: 63px;
        }
        
        .service .cont1 .list .li .img img {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .service .cont1 .list .li .p {
            color: #ffffff;
            font-size: 16px;
            margin-top: 8px;
            text-align: center;
            line-height: 1;
        }
        
        .service .cont1 .list .li:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 0;
            height: 100%;
            background: #d01413;
            transition: all .7s;
        }
        
        .service .cont1 .list .li:hover:after {
            left: 0;
            width: 100%;
        }
        
        .service .cont1 .list .li:hover .nei {
            top: 20px;
        }
        
        .service .cont2 {
            position: relative;
            overflow: hidden;
            padding-top: 183px;
            padding-bottom: 246px;
            background: url(../image/ban2.jpg) no-repeat center/cover;
        }
        
        .service .hechao {
            position: absolute;
            top: 0;
            right: 0;
            width: 0;
            height: 100%;
            z-index: 99;
            background: url(../image/img20.jpg) no-repeat center/cover;
            transition: all .7s;
        }
        
        .service .hechao .close {
            position: absolute;
            bottom: 12px;
            left: -44px;
            cursor: pointer;
            display: none;
        }
        
        .service .hechao.on .close {
            display: block;
            animation: fadeInUp 1.7s ease-in forwards;
        }
        
        .service .hechao.on {
            width: 54%;
        }
        
        .service .hechao ul li {
            position: absolute;
            top: 50px;
            left: 58px;
            opacity: 0;
            display: none;
        }
        
        .service .hechao ul li.on {
            animation: fadeInUp .7s ease-in forwards;
            display: block;
        }
        
        .service .hechao ul li .le .sheng {
            font-size: 30px;
            color: #535353;
            margin-right: 9px;
            margin-left: -16px;
        }
        
        .service .hechao ul li .le .shi {
            font-size: 22px;
            color: #df0004;
            margin-top: 57px;
        }
        
        .service .hechao ul li .ri {
            position: relative;
        }
        
        .service .hechao ul li .ri .jing {
            height: 34px;
            line-height: 34px;
            width: 99px;
            background: #df0004;
            font-size: 18px;
            color: #fff;
            text-align: center;
            border-radius: 7px;
            margin-left: 34px;
        }
        
        .service .hechao ul li .ri:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(to bottom, transparent, #e8e7e7 30% 70%, transparent);
        }
        
        .service .hechao ul li .ri .ul {
            padding-left: 35px;
            padding-top: 50px;
            padding-bottom: 50px;
        }
        
        .service .hechao ul li .ri .ul .li {
            position: relative;
            font-size: 18px;
            color: #848484;
            line-height: 1;
            margin-bottom: 18px;
            cursor: pointer;
            transition: all .7s;
        }
        
        .service .hechao ul li .ri .ul .li.on {
            color: #e32226;
        }
        
        .service .hechao ul li .ri .ul .li:before {
            content: '';
            position: absolute;
            left: -39px;
            top: 50%;
            width: 5px;
            height: 5px;
            margin-top: -4.5px;
            border-radius: 50%;
            border: 2px solid #e32226;
            transition: all .7s;
            opacity: 0;
        }
        
        .service .hechao ul li .ri .ul .li.on:before {
            opacity: 1;
        }
        
        .service .hechao ul li .ri .ul .li:last-child {
            margin-bottom: 0;
        }
        
        .service .hechao ul li .ri .ul2 .li2 {
            display: none;
        }
        
        .service .hechao ul li .ri .ul2 .li2.on {
            display: block;
        }
        
        .service .hechao ul li .ri .ul2 .li2 .box {
            float: left;
            width: 439px;
            height: 321px;
            margin-right: 20px;
        }
        
        .service .hechao ul li .ri .ul2 .li2 .box:last-child {
            margin-right: 0;
        }
        
        .service .hechao ul li .ri .ul2 .li2 .img {
            height: 252px;
            width: 100%;
        }
        
        .service .hechao ul li .ri .ul2 .li2 .txt {
            width: 100%;
            background: #Fff;
            padding-top: 20px;
            padding-left: 16px;
            padding-bottom: 20px;
        }
        
        .service .hechao ul li .ri .ul2 .li2 .txt p {
            font-size: 14px;
            color: #848484;
            line-height: 22px;
        }
        
        .service .hechao ul li .ri .ul2 .li2 .txt p em {
            color: #4c4c4c;
        }
        
        .service .hechao ul li .ri .ul2 {
            padding-left: 35px;
        }
        
        .service .cont2 .map {
            position: relative;
            margin-left: -24px;
            width: 522px;
            height: 423px;
            background: url(../image/map.png) no-repeat center;
        }
        
        .service .cont2 .map .li {
            position: absolute;
            width: 30px;
            height: 33px;
            cursor: pointer;
            transition: all .7s;
            z-index: 99;
        }
        
        .service .cont2 .map .li .region {
            position: absolute;
            bottom: 0;
            transition: all .7s;
            background: url(../image/tuo1.png) no-repeat center bottom;
            width: 30px;
        }
        
        .service .cont2 .map .li .region em {
            opacity: 0;
            font-size: 10px;
            color: #Fff;
            text-align: center;
            width: 100%;
            display: block;
            margin-top: 3px;
            -webkit-transform: scale(0.8);
            -webkit-transform-origin-X: center;
            transition: all .7s;
        }
        
        .service .cont2 .map .li.on .region em {
            opacity: 1;
        }
        
        .service .cont2 .map .li.on .region {
            height: 33px;
            background: url(../image/tuo.png) no-repeat center bottom;
        }
        
        .service .cont2 .map .yuan {
            position: absolute;
            width: 60px;
            height: 60px;
            background: rgba(255, 84, 0, .6);
            border-radius: 50%;
            bottom: 40px;
            right: 137px;
        }
        
        @keyframes yuan1 {
            0% {
                width: 60px;
                height: 60px;
            }
            to {
                width: 150px;
                height: 150px;
                opacity: 0;
            }
        }
        
        @keyframes yuan2 {
            0% {
                width: 60px;
                height: 60px;
            }
            to {
                width: 272px;
                height: 272px;
                opacity: 0;
            }
        }
        
        .service .cont2 .map .yuan:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 84, 0, .2);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            animation: yuan1 3s ease infinite;
        }
        
        .service .cont2 .map .yuan:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: transparent;
            border: 1px solid #f5bfa3;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            animation: yuan2 4s ease-in infinite;
        }
        
        .service .cont2 .list {
            display: inline-block;
            padding-right: 23px;
            height: 100px;
            border-bottom: 3px solid #ece8e4;
        }
        
        .service .cont2 .list ul li {
            float: left;
            margin-right: 90px;
        }
        
        .service .cont2 .list ul li:nth-child(3) {
            margin-right: 58px;
        }
        
        .service .cont2 .list ul li:nth-child(4) {
            margin-right: 0;
        }
        
        .service .cont2 .list ul li span {
            color: #ef0812;
        }
        
        .service .cont2 .list ul li em {
            position: relative;
            font-size: 46px;
            font-family: 'BRANDON_BLD';
            color: #ef0812;
            padding-right: 18px;
            letter-spacing: -4px;
            display: block;
            box-sizing: border-box;
            line-height: 1;
            display: inline-block;
        }
        
        .service .cont2 .list ul li:nth-child(1) em {
            width: 85px;
        }
        
        .service .cont2 .list ul li:nth-child(2) em {
            width: 85px;
        }
        
        .service .cont2 .list ul li:nth-child(3) em {
            width: 65px;
        }
        
        .service .cont2 .list ul li:nth-child(4) em {
            width: 80px;
        }
        
        .service .cont2 .list ul li em:after {
            content: '+';
            position: absolute;
            top: -1px;
            right: 0;
            font-size: 32px;
        }
        
        .service .cont2 .list ul li p {
            font-size: 14px;
            line-height: 20px;
            color: #7f7674;
        }
        
        .service .cont2 .ri {
            margin-right: -210px;
        }
        
        .service .cont2 .ri h3 {
            font-size: 80px;
            color: #cab69d;
            line-height: 67px;
            font-family: 'Brandon_light';
            letter-spacing: -6px;
        }
        
        .service .cont2 .ri h3 em {
            font-family: 'brand';
        }
        
        .service .cont2 .ri h4 {
            font-size: 40px;
            color: #eb0100;
            margin-top: 10px;
            font-weight: 100;
            margin-bottom: 43px;
        }
        
        .service .cont2 .ri .p {
            width: 365px;
            font-size: 14px;
            line-height: 30px;
            margin-top: 12px;
        }
        
        .serCont_ban {
            height: 304px;
            margin-top: 100px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            overflow: hidden;
        }
        
        .serCont_ban.serCont_ban2 .txt {
            padding-top: 60px;
        }
        
        .serCont_ban.serCont_ban2 h4 {
            text-align: justify;
        }
        
        .serCont_ban .txt {
            width: 400px;
            float: right;
            padding-left: 50px;
            padding-top: 118px;
            padding-bottom: 71px;
        }
        
        .serCont_ban .txt h3 {
            font-size: 20px;
            color: #fff;
        }
        
        .serCont_ban .txt h4 {
            color: #b4cef2;
            font-size: 14px;
            line-height: 24px;
            margin-top: 10px;
        }
        
        .service1 .cont1 {
            padding-top: 80px;
        }
        
        .service1 .cont1 .title {
            position: relative;
            font-size: 36px;
            color: #59544f;
            line-height: 54px;
            text-align: center;
            font-weight: 100;
            padding-bottom: 40px;
            margin-bottom: 40px;
        }
        
        .service1 .cont1 .title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -9px;
            width: 18px;
            height: 10px;
            background: url(../image/img1.png) no-repeat center;
            animation: arrow-movement 2s ease-in-out infinite;
            -webkit-animation: arrow-movement 2s ease-in-out
        }
        
        @keyframes yuan {
            0% {
                transform: rotate(-180deg);
            }
            100% {
                transform: rotate(0deg);
            }
        }
        
        .service1 .hd ul {
            position: relative;
            width: 431px;
            height: 384px;
            transform: rotate(-180deg);
            animation: yuan 3s 0s forwards;
            z-index: 99;
        }
        
        .w1300 {
            width: 1300px;
            margin: 0 auto;
        }
        
        .service1 .cont1 {
            overflow: hidden;
            padding-bottom: 130px;
        }
        
        .service1 .hd {
            position: relative;
            float: right;
        }
        
        .service1 .bd {
            float: left;
            width: 600px;
            padding-top: 15px;
        }
        
        .service1 .bd ul {
            position: relative;
            margin-top: 25px;
        }
        
        .service1 .bd li {
            position: absolute;
            top: 0;
            left: 0;
        }
        
        .service1 .bd li.on .cn {
            animation: fadeInUp 1s 0.1s forwards;
        }
        
        .service1 .bd li.on .en {
            animation: fadeInUp 1s 0.4s forwards;
        }
        
        .service1 .bd li.on p {
            animation: fadeInUp 1s 0.7s forwards;
        }
        
        .service1 .bd li p {
            font-size: 14px;
            color: #848484;
            line-height: 24px;
            margin-bottom: 25px;
            padding-left: 3px;
            opacity: 0;
        }
        
        .service1 .bd .cn {
            font-size: 24px;
            color: #ef0806;
            font-weight: 400;
            padding-bottom: 6px;
            padding-left: 4px;
            opacity: 0;
        }
        
        .service1 .bd .en {
            position: relative;
            font-size: 42px;
            color: #c9bbaa;
            font-family: 'Brandon_light';
            text-transform: uppercase;
            letter-spacing: -3px;
            line-height: 1;
            padding-bottom: 15px;
            margin-bottom: 15px;
            opacity: 0;
        }
        
        .service1 .bd .en:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 4px;
            height: 3px;
            width: 26px;
            background: #c9bbaa;
        }
        
        .service1 .bd .en em {
            font-family: 'BRANDON_MED';
        }
        
        .service1 .hd {
            margin-right: 88px;
        }
        
        .service1 .hd:before {
            content: '';
            position: absolute;
            top: 26px;
            left: 13px;
            width: 407px;
            height: 407px;
            background: url(../image/yuan9.png) no-repeat center;
            animation: bian3 5s forwards;
        }
        
        .service1 .hd:after {
            content: '';
            position: absolute;
            top: -36px;
            left: -49px;
            width: 530px;
            height: 530px;
            background: url(../image/yuan10.png) no-repeat center;
            animation: bian3 7s forwards;
        }
        
        .service1 .hd .zhong {
            position: absolute;
            top: 53%;
            left: 50%;
            margin-left: -85px;
            margin-top: -85px;
            padding-top: 43px;
            width: 171px;
            height: 171px;
            opacity: 0;
            background: url(../image/yuan7.png) no-repeat center;
            animation: bian2 1s 2.1s forwards;
            z-index: 199;
        }
        
        .service1 .hd .zhong img {
            display: block;
            margin: 0 auto;
        }
        
        .service1 .hd .zhong p {
            margin-top: 10px;
            text-align: center;
            font-size: 20px;
            color: #FFF;
        }
        
        .service1 .hd ul .yu {
            position: absolute;
            width: 239px;
            height: 239px;
            transition: all 1.2s;
            cursor: pointer;
        }
        
        @keyframes bian {
            0% {
                opacity: 0;
                transform: scale(0);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }
        
        @keyframes bian2 {
            0% {
                opacity: 0;
                transform: scale(0.4);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }
        
        @keyframes bian3 {
            0% {
                transform: scale(0.4);
            }
            100% {
                transform: scale(1);
            }
        }
        
        .service1 .hd ul .yu.yu1 {
            top: 0;
            left: 50%;
            opacity: 0;
            margin-left: -119.5px;
            background: url(../image/yuan1.png) no-repeat center/cover;
            animation: bian 1s 0s forwards;
        }
        
        .service1 .hd ul .yu.yu2 {
            bottom: 0;
            left: 0;
            opacity: 0;
            background: url(../image/yuan2.png) no-repeat center/cover;
            animation: bian 1s .6s forwards;
        }
        
        .service1 .hd ul .yu.yu3 {
            bottom: 0;
            right: 0;
            opacity: 0;
            background: url(../image/yuan3.png) no-repeat center/cover;
            animation: bian 1s 1.2s forwards;
        }
        
        .service1 .hd ul .yu.yu1.on {
            background: url(../image/yuan4.png) no-repeat center/cover;
            z-index: 99;
        }
        
        .service1 .hd ul .yu.on h3 {
            color: #fff !important;
        }
        
        .service1 .hd ul .yu.on h4 {
            color: #fefefe !important;
            opacity: .3;
        }
        
        .service1 .hd ul .yu.yu2.on {
            background: url(../image/yuan5.png) no-repeat center/cover;
            z-index: 99;
        }
        
        .service1 .hd ul .yu.yu3.on {
            background: url(../image/yuan6.png) no-repeat center/cover;
            z-index: 99;
        }
        
        .service1 .hd ul .yu.yu1 .txt {
            padding-top: 49px;
            text-align: center;
            width: 106px;
            margin: 0 auto;
            opacity: 0;
        }
        
        .service1 .hd ul .yu.yu1 .txt {
            animation: fadeInUp 1s 2s forwards;
        }
        
        .service1 .hd ul .yu.yu2 .txt {
            animation: fadeInUp 1s 2s forwards;
        }
        
        .service1 .hd ul .yu.yu3 .txt {
            animation: fadeInUp 1s 2s forwards;
        }
        
        .service1 .hd ul .yu.yu2 .txt {
            padding-top: 106px;
            padding-left: 36px;
            opacity: 0;
        }
        
        .service1 .hd ul .yu.yu3 .txt {
            padding-top: 106px;
            padding-right: 36px;
            opacity: 0;
        }
        
        .service1 .hd ul .yu.yu1 .txt h3 {
            line-height: 1;
            font-size: 16px;
            color: #93623a;
            margin-bottom: 9px;
            transition: all .7s;
        }
        
        .service1 .hd ul .yu.yu1 .txt h4 {
            font-size: 16px;
            color: #e5c1a5;
            font-family: 'BRANDON_BLD';
            text-transform: uppercase;
            line-height: 16px;
            text-align: left;
            transition: all .7s;
        }
        
        .service1 .hd ul .yu.yu2 .txt h3 {
            line-height: 1;
            font-size: 16px;
            color: #9f4848;
            margin-bottom: 9px;
        }
        
        .service1 .hd ul .yu.yu2 .txt h4 {
            font-size: 16px;
            color: #eab8b8;
            font-family: 'BRANDON_BLD';
            text-transform: uppercase;
            line-height: 16px;
            text-align: left;
        }
        
        .service1 .hd ul .yu.yu3 .txt h3 {
            line-height: 1;
            font-size: 16px;
            color: #438bb3;
            margin-bottom: 9px;
            text-align: right;
        }
        
        .service1 .hd ul .yu.yu3 .txt h4 {
            font-size: 16px;
            color: #aecad9;
            font-family: 'BRANDON_BLD';
            text-transform: uppercase;
            line-height: 16px;
            text-align: right;
        }
        
        .ser .cont2 {
            padding-top: 50px;
            padding-bottom: 40px;
            background: url(../image/ban4.jpg) no-repeat center/cover;
        }
        
        .ser .cont2 .tit h3 {
            font-size: 70px;
            color: #ff0c0c;
            font-family: 'brand';
            letter-spacing: -5px;
            line-height: 1;
        }
        
        .ser .cont2 .tit h4 {
            font-size: 28px;
            color: #faf9f1;
        }
        
        .ser .cont2 .list {
            display: flex;
            flex-wrap: wrap;
            padding-top: 50px;
            width: 100%;
        }
        
        .ser.service100 .cont2 .list ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
        }
        
        .ser.service100 .cont2 .list ul li {
            position: relative;
            float: left;
            height: 480px;
            overflow: hidden;
        }
        
        .ser.service100 .cont2 .list ul li .img {
            height: 365px;
        }
        
        .ser.service100 .cont2 .list ul li .txt {
            position: absolute;
            bottom: 0;
            background: #f0f0f0;
            text-align: center;
            padding: 0;
            width: 100%;
            max-width: 413px;
            height: 117px;
            line-height: 117px;
            transition: all .7s;
            font-size: 20px;
            font-weight: bold;
            color: #4c4c4c;
        }
        
        .ser .cont2 .list .li:last-child {
            margin-right: 0;
        }
        
        .ser .cont2 .list .li {
            width: 413px;
            height: 293px;
            position: relative;
            cursor: pointer;
            background: #fff;
            margin-right: 30px;
        }
        
        .ser.service7 .cont2 .list .li {
            height: 435px;
        }
        
        .ser .cont2 .list .li .img {
            position: relative;
        }
        
        .ser .cont2 .list .li .img img {
            height: 100%;
            transition: all .7s;
        }
        
        .ser.service7 .cont2 .list .li .img {
            height: 368px;
            overflow: hidden;
        }
        
        .ser.service8 .cont2 .list .li .img {
            height: 367px;
            overflow: hidden;
        }
        
        .ser.service7 .cont2 .list .li:hover .img img {
            transform: scale(1.2);
        }
        
        .ser.service8 .cont2 .list .li:hover .img img {
            transform: scale(1.2);
        }
        
        .ser.service9 .cont2 .list .li:hover .img img {
            transform: scale(1.2);
        }
        
        .ser.service9 .cont2 .list .li .img {
            height: 233px;
            overflow: hidden;
        }
        
        .ser.service8 .cont2 .list .li .img {
            height: 233px;
            overflow: hidden;
        }
        
        .ser.service9 .cont2 .list .li {
            height: 288px;
        }
        
        .ser.service8 .cont2 .list .li {
            height: 292px;
        }
        
        .ser.service10 .cont2 .list {
            height: auto;
        }
        
        .ser .cont2 .list .li .img:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .5);
            opacity: 0;
            transition: all .7s;
        }
        
        .ser .cont2 .list .li:hover .img:before {
            opacity: 1;
        }
        
        .ser .cont2 .list .txt {
            position: absolute;
            bottom: 0;
            background: #fff;
            padding-left: 20px;
            padding-right: 20px;
            width: 100%;
            max-width: 413px;
            /* height: 60px; */
            line-height: 60px;
            transition: all .7s;
            overflow: hidden;
            /* padding-top: 31px; */
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        
        .ser .cont2 .list .txt h4 {
            color: #4c4c4c;
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            height: 100%;
            line-height: 60px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        
        .ser.service9 .cont2 .list .txt {
            bottom: 0;
            padding-top: 0;
            height: 60px;
            display: flex;
            align-items: center;
        }
        
        .ser.service7 .cont2 .list .txt {
            /* bottom: 0; */
            height: 64px;
        }
        
        .ser.service10 .cont2 .list .txt {
            bottom: 0;
            height: 60px;
        }
        
        .ser.service8 .cont2 .list .txt {
            bottom: 0;
            height: 60px;
        }
        
        .ser .cont2 .list .txt h3 {
            font-size: 19px;
            color: #4c4c4c;
            font-weight: 800;
            /* line-height: 24px; */
            /* margin-bottom: 10px; */
            width: 373px;
        }
        
        .ser .cont2 .list .txt p {
            font-size: 14px;
            line-height: 24px;
            color: #848484;
            margin-bottom: 10px;
            margin-top: 10px;
            width: 373px;
        }
        
        .ser .cont2 .list .txt p strong {
            font-size: 16px;
            color: #4c4c4c;
            line-height: 30px;
        }
        
        .ser .cont2 .swiper-container {
            padding-bottom: 80px;
        }
        
        .ser .cont2 .swiper-container.on {
            display: none;
        }
        
        .ser .rong {
            display: none;
            padding-top: 20px;
        }
        
        .ser .rong .top {
            position: relative;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #fff;
        }
        
        .ser .rong .top h3 {
            color: #ff0c0c;
            font-family: 'brand';
            font-size: 32px;
            margin-bottom: 10px;
        }
        
        .ser .rong .top h4 {
            font-size: 26px;
            color: #fff;
            width: 819px;
            line-height: 32px;
        }
        
        .ser .rong .top .return {
            position: absolute;
            right: 0;
            top: 30px;
            height: 60px;
            line-height: 60px;
            width: 141px;
            background: #ef0807;
            text-align: center;
            font-size: 18px;
            color: #fff;
            font-weight: 800;
            cursor: pointer;
        }
        
        .ser .rong .bt {
            margin-top: 30px;
        }
        
        .ser .rong .bt p {
            font-size: 16px;
            color: #fff;
            margin-bottom: 20px;
        }
        
        .ser .rong .bt p strong {
            color: #ff0c0c;
            font-size: 24px;
            margin-bottom: 10px;
        }
        
        .ser .rong .img {
            margin-top: 20px;
        }
        
        .ser .rong.on {
            display: block;
        }
        
        .ser .cont2 .swiper-pagination {
            font-size: 0;
            width: auto;
            left: 0;
            bottom: 1px;
        }
        
        .ser .cont2 .swiper-pagination:before {
            content: '';
            position: absolute;
            width: 1000px;
            height: 2px;
            background: #30497f;
        }
        
        .ser .cont2 .swiper-pagination:before {
            content: '';
            position: absolute;
            width: 1131px;
            height: 2px;
            left: 68px;
            top: 32%;
            background: #30497f;
        }
        
        .ser .cont2 .swiper-pagination:after {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -5px;
            left: 30px;
            width: 6px;
            height: 2px;
            background-color: #728fcb;
        }
        
        .ser .cont2 .swiper-pagination>span {
            position: relative;
            font-size: 24px;
            color: #728fcb;
            font-family: 'BRANDON_BLD';
            margin-right: 14px;
            width: 25px;
            display: inline-block;
            text-align: right;
        }
        
        .ser .cont2 .swiper-pagination>span:before {
            content: '0';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .ser .cont2 .btn {
            position: absolute;
            right: 0;
            width: 100px;
            height: 45px;
            bottom: 0;
        }
        
        .ser .cont2 .btn .swiper-button-next,
        .ser .cont2 .btn .swiper-button-prev {
            width: 45px;
            height: 45px;
            top: 0;
            margin-top: 0;
            background-image: url(../image/btn1.png);
            background-repeat: no-repeat;
            transition: all .7s;
        }
        
        .ser .cont2 .btn .swiper-button-prev {
            background-position: center left;
            left: 0;
        }
        
        .ser .cont2 .btn .swiper-button-next {
            background-position: center right;
            right: 0;
        }
        
        .ser.cont2 .btn .swiper-button-prev:hover {
            background-image: url(../image/btn2.png);
        }
        
        .ser .cont2 .btn .swiper-button-next:hover {
            background-image: url(../image/btn2.png);
        }
        
        .ser .cont1 .txt p {
            font-size: 14px;
            color: #848484;
            line-height: 24px;
            margin-bottom: 13px;
        }
        
        .ser .cont1 .txt p:last-child {
            margin-bottom: 0;
        }
        
        .ser .cont1 .txt {
            padding-bottom: 55px;
        }
        
        .ser .cont1 {
            position: relative;
            overflow: hidden;
            padding-top: 55px;
            padding-bottom: 55px;
        }
        
        .ser .cont1:before {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 376px;
            background: url(../image/bt.png) no-repeat center
        }
        
        .ser.service7 .cont1:before {
            background: none;
        }
        
        .ser .cont1 .box .le {
            background: url(../image/img41.jpg) no-repeat center/cover;
            width: 656px;
            height: 500px;
            padding-top: 64px;
            padding-left: 52px;
        }
        
        .ser.service4 .cont1 .box .le {
            background: url(../image/img51.jpg) no-repeat center/cover;
        }
        
        .ser.service5 .cont1 .box .le {
            background: url(../image/img6.jpg) no-repeat center/cover;
        }
        
        .ser.service6 .cont1 .box .le {
            background: url(../image/img7.jpg) no-repeat center/cover;
        }
        
        .ser.service7 .cont1 .box .le {
            background: url(../image/img11.jpg) no-repeat center/cover;
        }
        
        .ser.service9 .cont1 .box .le {
            background: url(../image/img12.jpg) no-repeat center/cover;
        }
        
        .ser.service10 .cont1 .box .le {
            background: url(../image/img13.jpg) no-repeat center/cover;
        }
        
        .ser.service11 .cont1 .box .le {
            background: url(../image/img14.jpg) no-repeat center/cover;
        }
        
        .ser.service12 .cont1 .box .le {
            background: url(../image/img15.jpg) no-repeat center/cover;
        }
        
        .ser .cont1 .box {
            position: relative;
            overflow: hidden;
            padding-bottom: 105px;
        }
        
        .ser.service4 .cont1 .box .le h3 {
            color: #3768b1;
        }
        
        .ser.service5 .cont1 .box .le h3 {
            color: #3768b1;
        }
        
        .ser.service6 .cont1 .box .le h3 {
            color: #3768b1;
        }
        
        .ser.service7 .cont1 .box .title_top h3 {
            color: #3768b1;
        }
        
        .ser.service9 .cont1 .box .le h3 {
            color: #3768b1;
        }
        
        .ser.service12 .cont1 .box .le h3 {
            color: #3768b1;
        }
        
        .ser .cont1 .box .le h3 {
            color: #ffffff;
            font-size: 30px;
            margin-bottom: 15px;
        }
        
        .ser.service4 .cont1 .box .le h4 {
            color: #bac7d8;
        }
        
        .ser.service5 .cont1 .box .le h4 {
            color: #77aabe;
            opacity: .5;
        }
        
        .ser.service6 .cont1 .box .le h4 {
            color: #bac7d8;
        }
        
        .ser.service7 .cont1 .box .title_top h4 {
            color: #bac7d8;
        }
        
        .ser.service9 .cont1 .box .le h4 {
            color: #ffffff;
            opacity: .3;
        }
        
        .ser.service10 .cont1 .box .le h4 {
            color: #ffffff;
            opacity: .4;
        }
        
        .ser.service12 .cont1 .box .le h4 {
            color: #fff;
            opacity: .3;
        }
        
        .ser .cont1 .box .le h4 {
            font-size: 36px;
            color: #ead7d7;
            font-family: 'Brandon_light';
            text-transform: uppercase;
            letter-spacing: -2px;
        }
        
        .ser .cont1 .box .le h4 em {
            font-family: 'brand';
        }
        
        .ser .cont1 .ls .hd {
            position: absolute;
            left: 216px;
            bottom: 0;
            width: 440px;
            min-height: 338px;
            background: #df0004;
            padding-left: 55px;
            padding-top: 57px;
            padding-bottom: 45px;
            z-index: 99;
        }
        
        .ser .cont1 .ls .hd ul li {
            color: #ff8c8e;
            font-size: 16px;
            line-height: 1;
            margin-bottom: 12px;
            cursor: pointer;
            transition: all .7s;
        }
        
        .ser .cont1 .ls .hd ul li.on {
            color: #fff;
        }
        
        .ser .cont1 .ls .bd {
            position: absolute;
            right: 0;
            top: 0;
            padding-top: 98px;
            padding-left: 98px;
            height: 500px;
            width: 644px;
            background: #efefef;
        }
        
        .ser .cont1 .ls .bd ul li h3 {
            font-size: 28px;
            color: #59544f;
            padding-right: 80px;
            line-height: 1;
        }
        
        .ser .cont1 .ls .bd ul li h4 {
            font-family: 'brand';
            color: #df0004;
            font-size: 26px;
            margin-top: 17px;
            width: 538px;
            line-height: 28px;
        }
        
        .ser.service2 .cont1 .ls .bd ul li p {
            width: auto;
            height: auto;
            position: relative;
            top: auto;
        }
        
        .ser .cont1 .ls .bd ul li p {
            height: 206px;
            width: 494px;
            font-size: 14px;
            color: #848484;
            line-height: 24px;
            position: absolute;
            top: 106px;
        }
        
        .ser .cont1 .ls .bd ul li .p {
            height: 254px;
            width: 494px;
            font-size: 14px;
            color: #848484;
            line-height: 24px;
            position: absolute;
            top: 106px;
            overflow-y: auto;
            padding-right: 20px;
        }
        
        .ser .cont1 .ls .bd ul li .p p:nth-child(2) {
            margin-top: 10px;
        }
        
        .ser .cont1 .ls .bd ul li .more {
            font-size: 16px;
            color: #fff;
            width: 126px;
            height: 58px;
            line-height: 58px;
            background: #df0004;
            text-align: center;
            display: block;
            margin-top: 75px;
        }
        
        .ser .cont1 .ls .bd ul li .num {
            position: absolute;
            top: -60px;
            right: 42px;
            font-size: 30px;
            color: #82858c;
            font-family: 'brand';
        }
        
        .ser .cont1 .ls .btn {
            position: absolute;
            bottom: 240px;
            left: 505px;
            width: 110px;
            height: 48px;
            cursor: pointer;
        }
        
        .ser .cont1 .ls .prev {
            position: absolute;
            left: 0;
            width: 48px;
            height: 48px;
            background: url(../image/prev.png) no-repeat center/cover;
        }
        
        .ser .cont1 .ls .next {
            right: 0;
            position: absolute;
            width: 48px;
            height: 48px;
            background: url(../image/next.png) no-repeat center/cover;
        }
        
        .ser .cont1 .ls2 {
            position: relative;
            height: 483px;
        }
        
        .ser .cont1 .ls2 .hd {
            position: relative;
            height: 480px;
            width: 480px;
            margin: 0 auto;
        }
        
        .ser .cont1 .ls2 .hd ul li {
            position: absolute;
            width: 69px;
            height: 69px;
            line-height: 69px;
            text-align: center;
            background: #fbb700;
            font-size: 24px;
            color: #ffffff;
            border-radius: 50%;
            cursor: pointer;
            transition: all .7s;
            z-index: 99;
        }
        
        .ser .cont1 .ls2 .hd ul li.on {
            background: #df0004;
        }
        
        .ser .cont1 .ls2 .hd ul li:nth-child(1) {
            bottom: 35px;
            left: 39px;
        }
        
        .ser .cont1 .ls2 .hd ul li:nth-child(2) {
            top: 10px;
            right: 67px;
        }
        
        .ser .cont1 .ls2 .hd ul li:nth-child(1):after {
            content: '';
            position: absolute;
            top: -376px;
            left: -38px;
            width: 342px;
            height: 380px;
            background: url(../image/ban1.png) no-repeat center/cover;
        }
        
        .ser .cont1 .ls2 .hd ul li:nth-child(1)::before {
            content: '';
            position: absolute;
            top: -376px;
            left: -38px;
            width: 342px;
            height: 380px;
            z-index: 99;
            background: url(../image/ban11.png) no-repeat center/cover;
            transition: all .7s;
            opacity: 0;
        }
        
        .ser .cont1 .ls2 .hd ul li:nth-child(2):after {
            content: '';
            position: absolute;
            top: 63px;
            left: -236px;
            width: 372px;
            height: 407px;
            background: url(../image/ban2.png) no-repeat center/cover;
        }
        
        .ser .cont1 .ls2 .hd ul li:nth-child(2):before {
            content: '';
            position: absolute;
            top: 63px;
            left: -236px;
            width: 372px;
            height: 407px;
            z-index: 99;
            background: url(../image/ban22.png) no-repeat center/cover;
            transition: all .7s;
            opacity: 0;
        }
        
        .ser .cont1 .ls2 .hd ul li.on:before {
            opacity: 1;
        }
        
        .ser.service7 .cont1 {
            padding-top: 66px;
            padding-bottom: 70px;
            background: url(../image/bg7.jpg) no-repeat center/cover;
        }
        
        .ser.service7 .title_top {
            position: absolute;
            top: 50px;
            left: 0;
        }
        
        .ser.service7 .cont1 .box {
            padding-bottom: 0;
        }
        
        .ser.service7 .cont1 .btn>div {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            height: 60px;
            border: 1px solid #dddddd;
            border-radius: 50%;
            cursor: pointer;
            transition: all .7s;
        }
        
        .ser.service7 .cont1 .btn>div:hover {
            background: #df0004;
            border: 1px solid #df0004;
        }
        
        .ser.service7 .cont1 .btn .prev {
            left: 0;
        }
        
        .ser.service7 .cont1 .btn .prev:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 11px;
            height: 21px;
            background: url(../image/ll.png) no-repeat center/cover;
            transition: all .7s;
        }
        
        .ser.service7 .cont1 .btn .prev:hover:before {
            background: url(../image/ll2.png) no-repeat center/cover;
        }
        
        .ser.service7 .cont1 .btn .next {
            right: 0;
        }
        
        .ser.service7 .cont1 .btn .next:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 11px;
            height: 21px;
            background: url(../image/rr.png) no-repeat center/cover;
            transition: all .7s;
        }
        
        .ser.service7 .cont1 .btn .next:hover:before {
            background: url(../image/rr2.png) no-repeat center/cover;
        }
        
        .ser .cont1 .ls2 .bd {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 398px;
            text-align: center;
            padding-top: 126px;
        }
        
        .ser .cont1 .ls2 .bd ul li h3 {
            font-size: 36px;
            color: #59544f;
            margin-bottom: 15px;
        }
        
        .ser .cont1 .ls2 .bd ul li h4 {
            font-size: 36px;
            color: #df0004;
            font-family: 'brand';
            margin-bottom: 40px;
        }
        
        .ser .cont1 .ls2 .bd ul li p {
            font-size: 14px;
            line-height: 24px;
            color: #848484;
            text-align: center;
        }
        
        .hrCont_ban {
            background: url(../image/banner1.jpg) no-repeat center;
        }
        
        .honor2 .cont1 {
            padding-top: 60px;
            padding-bottom: 80px;
            background: url(../image/ban3.jpg) no-repeat center/cover;
        }
        
        .honor2 .cont1 .box {
            position: relative;
            background: #fff;
            width: 1300px;
            padding-bottom: 60px;
        }
        
        .honor4.honor2 .cont1 .box {
            padding-bottom: 0px;
        }
        
        .honor2 .cont1 .box .box_tp {
            background: #e2dac8;
            border-top: 4px solid #df0004;
            height: 70px;
            line-height: 66px;
            padding-left: 30px;
        }
        
        .honor2.honor4 .cont1 .box .box_tp {
            padding-left: 206px;
        }
        
        .honor2.honor4 .cont1 .box .box_tp ul li:nth-child(1) {
            width: 789px;
        }
        
        .honor2.honor4 .cont1 .box .box_tp ul li:nth-child(2) {
            width: 268px;
        }
        
        .honor2 .cont1 .box .box_tp ul li {
            float: left;
            font-size: 16px;
            color: #333333;
        }
        
        .honor2 .cont1 .box .box_tp ul li:nth-child(1) {
            width: 229px;
        }
        
        .honor2 .cont1 .box .box_tp ul li:nth-child(2) {
            width: 422px;
        }
        
        .honor2 .cont1 .box .box_tp ul li:nth-child(3) {
            width: 419px;
        }
        
        .honor2 .cont1 .box .box_tp ul li:nth-child(4) {
            width: 140px;
        }
        
        .honor2 .cont1 .box .box_tp ul li:nth-child(5) {
            width: 74px;
        }
        
        .honor2 .cont1 .box .box_li ul li:nth-child(1) {
            width: 229px;
        }
        
        .honor2 .cont1 .box .box_li ul li:nth-child(2) {
            width: 416px;
            padding-right: 60px;
        }
        
        .honor2 .cont1 .box .box_li ul li:nth-child(3) {
            width: 426px;
            padding-right: 60px;
        }
        
        .honor2 .cont1 .box .box_li ul li:nth-child(4) {
            width: 162px;
            padding-right: 40px;
        }
        
        .honor2 .cont1 .box .box_li ul li:nth-child(5) {
            width: 115px;
        }
        
        .honor2.honor3 .cont1 .box .box_tp ul li:nth-child(1) {
            width: 129px;
        }
        
        .honor2.honor3 .cont1 .box .box_tp ul li:nth-child(2) {
            width: 498px;
        }
        
        .honor2.honor3 .cont1 .box .box_tp ul li:nth-child(3) {
            width: 452px;
        }
        
        .honor2.honor3 .cont1 .box .box_tp ul li:nth-child(4) {
            width: 115px;
        }
        
        .honor2.honor3 .cont1 .box .box_li ul li:nth-child(1) {
            width: 129px;
        }
        
        .honor2.honor3 .cont1 .box .box_li ul li:nth-child(2) {
            width: 501px;
            padding-right: 80px;
        }
        
        .honor2.honor3 .cont1 .box .box_li ul li:nth-child(3) {
            width: 452px;
        }
        
        .honor2.honor3 .cont1 .box .box_li ul li:nth-child(4) {
            width: 115px;
        }
        
        .honor2 .cont1 .box .box_li {
            overflow: hidden;
            padding-left: 30px;
            height: 60px;
            line-height: 60px;
            border-bottom: 1px solid #eaeaea;
        }
        
        .honor2 .cont1 .box .box_li ul {
            height: 100%;
        }
        
        .honor2 .cont1 .box .box_li ul li p {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            font-size: 14px;
            color: #5e5e5e;
            line-height: 20px;
            line-height: 20px;
            display: flex;
            align-items: center;
        }
        
        .honor2 .cont1 .box .box_li ul li {
            position: relative;
            float: left;
            height: 100%;
            display: flex;
            align-items: center;
            line-height: 22px;
        }
        
        .honor2 .cont1 .box .more {
            margin: 40px auto 0;
            font-size: 16px;
            color: #fff;
            width: 126px;
            height: 58px;
            line-height: 58px;
            background: #df0004;
            text-align: center;
            display: block;
            overflow: hidden;
            cursor: pointer;
        }
        
        .honor2 .cont1 .box_bt {
            overflow: hidden;
            padding-bottom: 60px;
        }
        
        .honor2 .cont1 .box_bt .li1 {
            float: left;
            margin-bottom: 40px;
        }
        
        .honor2 .cont1 .box_bt .li2 {
            float: left;
        }
        
        .honor2 .cont1 .box_bt .li3 {
            float: right;
            overflow: hidden;
            width: 1138px;
            margin-bottom: 40px;
        }
        
        .honor2 .cont1 .box_bt .li3 .ul ul {
            padding-left: 40px;
            height: 74px;
            border-bottom: 1px solid #eaeaea;
        }
        
        .honor2 .cont1 .box_bt .li3 .ul ul li {
            position: relative;
            float: left;
            width: 50%;
            height: 100%;
        }
        
        .honor4.honor2 .cont1 .box_bt .li3 .ul ul li:first-child {
            width: 72.5%;
        }
        
        .honor4.honor2 .cont1 .box_bt .li3 .ul ul li:last-child {
            width: 27.5%;
        }
        
        .honor2 .cont1 .box_bt .li3 .ul ul li p {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            font-size: 14px;
            color: #5e5e5e;
            line-height: 20px;
        }
        
        .honor2 .cont1 .box_bt .li2>div {
            position: relative;
        }
        
        .honor2 .cont1 .box_bt .li2>div p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #476f71;
        }
        
        .honor2 .cont1 .box_bt .p1 {
            background: linear-gradient(to bottom, #ddedee, #dbebec);
            width: 124px;
        }
        
        .honor2 .cont1 .box_bt>div {
            font-size: 16px;
        }
        
        .honor2 .cont1 .box_bt .p2 {
            background: linear-gradient(to bottom, #c2dcdd, #c8e0e1);
            width: 124px;
        }
        
        .honor2 .cont1 .box_bt .p3 {
            background: linear-gradient(to bottom, #a6cfd1, #9eccce);
            width: 124px;
        }
        
        .honor2 .cont1 .box_bt .p4 {
            background: #88b3b5;
            width: 124px;
        }
        
        .honor2 .cont1 .box_bt .li1 {
            position: relative;
            width: 160px;
            margin-right: 2px;
            background: #f6e9e4;
        }
        
        .honor2 .cont1 .box_bt .li1 .p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 16px;
            color: #936756;
        }
        
        .honor2 .lie {
            position: relative;
            margin-bottom: 85px;
            margin-top: 35px;
            margin-right: -20px;
        }
        
        .honor2 .lie .list {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .honor2 .lie .list .swiper-wrapper {
            flex-wrap: inherit;
        }
        
        .honor2 .lie .btn {
            width: 56px;
            height: 56px;
            margin-top: -48px;
            transition: all .7s;
        }
        
        .honor2 .lie .btn.swiper-button-next {
            right: -99px;
            background: url(../image/right1.png) no-repeat center;
        }
        
        .honor2 .lie .btn.swiper-button-next:hover {
            background: url(../image/right21.png) no-repeat center;
        }
        
        .honor2 .lie .btn.swiper-button-prev {
            left: -99px;
            background: url(../image/left1.png) no-repeat center;
        }
        
        .honor2 .lie .btn.swiper-button-prev:hover {
            background: url(../image/left21.png) no-repeat center;
        }
        
        .honor2 .list .img {
            height: 168px;
            width: 100%;
        }
        
        .honor2.honor3 .list .img {
            position: relative;
            height: 125px;
            width: 181px;
            overflow: hidden;
        }
        
        .honor2.honor3 .list .img img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .honor2 .list .p em {
            display: block;
            font-size: 16px;
            color: #000;
            opacity: .6;
            width: 100%;
        }
        
        .honor2 .list .p {
            text-align: center;
            padding-top: 15px;
            font-size: 14px;
            color: #9b9b9b;
            transition: all .7s;
            width: 236px;
            font-size: 15px;
            text-align: left;
            width: 100%;
        }
        
        .honor2 .list .swiper-slide {
            cursor: pointer;
            float: left;
            width: 18%;
            margin-bottom: 20px;
            margin-right: 20px;
        }
        
        .honor2.honor3 .list .swiper-slide {
            width: 15%;
        }
        
        .honor2 .list .swiper-slide:hover .p {
            color: #df0004;
        }
        
        .honor2 .list .swiper-slide:hover .p em {
            color: #df0004;
            opacity: 1;
        }
        
        .honor2 .box_time {
            position: absolute;
            top: -35px;
            right: 0;
        }
        
        .honor2 .box_time ul li {
            float: left;
            font-size: 20px;
            color: #d7d7d7;
            font-family: 'BRANDON_BLD';
            margin-left: 20px;
            cursor: pointer;
            transition: all .7s;
        }
        
        .honor2 .box_time ul li.on {
            color: #df0004;
        }
        
        .keji_ban {
            background: url(../image/banner3.jpg) no-repeat center/cover;
        }
        
        #pagination {
            overflow: hidden;
            display: block;
            margin-top: 10px;
        }
        
        #pagination .spage-number {
            overflow: hidden;
            display: block;
            width: auto;
            margin: 0 auto;
        }
        
        #pagination .next,
        #pagination .prev {
            font-size: 0;
            width: 60px;
            height: 60px;
        }
        
        #pagination button {
            float: left;
            width: 60px;
            height: 60px;
            background: #ececec;
            display: block;
            font-family: 'BRANDON_BLD';
            margin-right: 2px;
            font-size: 18px;
            transition: all .7s;
        }
        
        #pagination button.active {
            background: #e4d2ae;
        }
        
        #pagination .prev {
            background: #ececec url(../image/left2.png) no-repeat center;
        }
        
        #pagination .next {
            background: #ececec url(../image/right2.png) no-repeat center;
        }
        
        #pagination button:hover {
            background: #e4d2ae;
        }
        
        #pagination .prev:hover {
            background: #e4d2ae url(../image/left22.png) no-repeat center;
        }
        
        #pagination .next:hover {
            background: #e4d2ae url(../image/right22.png) no-repeat center;
        }
        
        .keji2 .cont1 {
            overflow: hidden;
            padding-top: 60px;
            padding-bottom: 80px;
            background: url(../image/talen3_bg.jpg) no-repeat right bottom;
        }
        
        .keji2 .cont1 .hd {
            float: right;
        }
        
        .keji2 .cont1 .bd {
            margin-top: 44px;
            overflow: hidden;
        }
        
        .keji2 .cont1 .hd ul .li .draplist {
            height: 0;
            transition: all .7s;
        }
        
        .keji2 .cont1 .hd ul .li :hover .draplist {
            height: 81px;
        }
        
        .keji2 .cont1 .hd ul .li.on .show {
            background: #df0004;
            color: #fff;
        }
        
        .keji2 .cont1 .hd ul .li.on {
            background: #df0004;
            color: #fff;
        }
        
        .keji2.keji22 .cont1 .list {
            padding-bottom: 67px;
        }
        
        .keji22 .tan_box .le .le_tp {
            padding-bottom: 10px;
        }
        
        .keji22 .tan_box .le .le_bt p {
            padding-top: 0;
            width: 100%;
        }
        
        .keji2 .cont1 .list {
            overflow: hidden;
            position: relative;
            display: none;
        }
        
        .keji2 .cont1 .list.on {
            display: block;
        }
        
        .keji2 .cont1 .list ul {
            display: flex;
            justify-content: start;
            flex-wrap: wrap;
            margin-right: -25px;
        }
        
        .keji2 .cont1 .list ul.on {
            display: flex;
        }
        
        .keji2 .cont1 .list ul li {
            height: 390px;
            position: relative;
            margin-bottom: 30px;
            overflow: hidden;
            cursor: pointer;
            margin-right: 25px;
        }
        
        .keji2 .cont1 .list .img {
            position: relative;
            width: 413px;
            height: 170px;
        }
        /* .keji2 .cont1 .list .img:after {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0);
       transition: all .7s;
   } */
        
        .keji2 .cont1 .list li:hover .img:after {
            background: rgba(0, 0, 0, .5);
        }
        
        .keji2 .cont1 .list .img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all .7s;
        }
        
        .keji2 .cont1 .list .txt {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 220px;
            background: #f3f3f3;
            padding: 40px 30px 0;
            transition: all .7s;
        }
        
        .keji2 .cont1 .list .txt h3 {
            font-size: 20px;
            color: #4c4c4c;
            transition: all .7s;
            font-weight: bold;
            margin-bottom: 18px;
        }
        
        .keji2 .cont1 .list .txt p {
            position: relative;
            font-size: 14px;
            color: #848484;
            line-height: 24px;
            padding-top: 5px;
            transition: all .7s;
        }
        
        .keji2 .cont1 .list .txt p:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #df0004;
            transition: all .7s;
        }
        
        .keji2 .cont1 .list li:hover p {
            padding-top: 18px;
        }
        
        .keji2 .cont1 .list li:hover p:after {
            width: 30px;
        }
        
        .keji2 .cont1 .list li:hover h3 {
            color: #df0004;
        }
        /* .keji2 .cont1 .list li:hover .txt {
       height: 256px;
   } */
        
        .keji22 .cont1 .btn {
            height: 47px;
            width: 47px;
            border: 2px solid #e5ddd4;
            border-radius: 50%;
            background: url(../image/btn3.png) no-repeat center 16px;
            transition: all .7s;
            cursor: pointer;
            margin: 10px auto 0;
        }
        
        .keji22 .cont1 .btn:hover {
            background: url(../image/btn3.png) no-repeat center 20px;
        }
        
        .keji2 #pagination {
            position: relative;
            overflow: hidden;
            display: block;
            height: 60px;
            margin: 10px auto 0;
        }
        
        .keji2 #pagination .spage-number {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            height: 60px;
            top: 0;
        }
        
        .keji3 .cont1 {
            padding-top: 60px;
            overflow: hidden;
            padding-bottom: 60px;
        }
        
        .keji3 .cont1 .title_top {
            padding-bottom: 68px;
            overflow: hidden;
        }
        
        .keji3.keji4 .cont1 .title_top {
            padding-bottom: 20px;
        }
        
        .keji3 .cont1 .title_top .title {
            overflow: hidden;
            padding-top: 45px;
            padding-bottom: 25px;
            border-bottom: 1px solid #e5e5e5;
            margin-bottom: 40px;
            background: url(../image/img111.png) no-repeat right bottom;
        }
        
        .keji3 .cont1 .title_top .title .le {
            position: relative;
            width: 636px;
            height: 109px;
        }
        
        .keji3 .cont1 .title_top .title .ri ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 664px;
            padding-left: 77px;
        }
        
        .keji3 .cont1 .title_top .title .ri ul li {
            font-size: 16px;
            color: #afa389;
        }
        
        .keji3 .cont1 .title_top .title .ri ul li strong {
            position: relative;
            font-size: 48px;
            color: #df0004;
            display: inline-block;
            font-family: 'BRANDON_BLD';
        }
        
        .keji3 .cont1 .title_top .title .ri ul li strong .counterDX {
            display: inline-block;
            -webkit-animation: motion-blur-number-0 .65s cubic-bezier(0, 0, .17, 1) 0s 1 normal backwards;
            animation: motion-blur-number-0 .65s cubic-bezier(0, 0, .17, 1) 0s 1 normal backwards;
        }
        
        .keji3 .cont1 .title_top .title .ri ul li strong:after {
            content: '';
            position: absolute;
            right: -15px;
            top: -5px;
            width: 14px;
            height: 14px;
            background: url(../image/more.png) no-repeat center;
        }
        
        .keji3 .cont1 .title_top .title .le:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background: #e5e5e5;
        }
        
        .keji3 .cont1 .title_top .title .le ul li {
            position: relative;
            float: left;
            font-size: 14px;
            line-height: 22px;
            color: #afa389;
            margin-right: 69px;
            padding-left: 16px;
            font-family: 'BRANDON_BLD';
            margin-bottom: 16px;
        }
        
        .keji3 .cont1 .title_top .title .le ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #df0004;
        }
        
        .keji3 .cont1 .list ul {
            display: flex;
            flex-wrap: wrap;
            margin-right: -40px;
        }
        
        .keji3 .cont1 .list ul li {
            position: relative;
            margin-bottom: 45px;
            cursor: pointer;
            width: 186px;
            height: 304px;
            margin-right: 37px;
        }
        
        .keji3 .cont1 .list ul li .img {
            position: relative;
            width: 186px;
            height: 252px;
        }
        
        .keji3 .cont1 .list ul li p {
            font-size: 14px;
            color: #8e8e8e;
            line-height: 20px;
            margin-top: 12px;
        }
        
        .keji3 .cont1 .list ul li:hover .img:after {
            opacity: .3;
        }
        
        .keji3 .cont1 .list ul li .img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000000;
            opacity: 0;
            transition: all .7s;
        }
        
        .keji3 .cont1 .list ul li .img:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 48px;
            height: 48px;
            transform: translate(-50%, -30%);
            background: url(../image/search1.png) no-repeat center/cover;
            opacity: 0;
            transition: all .7s;
            z-index: 999;
        }
        
        .keji3 .cont1 .list ul li .img.pdf:before {
            background: url(../image/pdd.png) no-repeat center/cover;
        }
        
        .keji3 .cont1 .list ul li:hover .img:before {
            opacity: 1;
            transform: translate(-50%, -50%);
        }
        
        .nei_ban.innovation_ban {
            background: url(../image/banner4.jpg) no-repeat center;
        }
        
        .nei_ban.innovation_ban.img {
            mix-blend-mode: inherit;
        }
        
        .nei_ban.innovation_ban h3 {
            text-align: left;
        }
        
        .nei_ban.innovation_ban .img {
            text-align: left;
        }
        
        .innovation .cont1 {
            padding-top: 80px;
        }
        
        .innovation .cont1 .bg {
            position: relative;
            width: 892px;
            height: 417px;
            background: url(../image/img1.jpg) no-repeat center;
            margin-bottom: 60px;
        }
        
        .innovation .cont1 .bg .box {
            position: absolute;
            bottom: 0;
            right: -407px;
            padding-top: 60px;
            padding-left: 50px;
            width: 585px;
            height: 325px;
            background: url(../image/img2.jpg) no-repeat center;
        }
        
        .innovation .cont1 .bg .box h3 {
            font-size: 20px;
            color: #fff;
        }
        
        .innovation .cont1 .bg .box h4 {
            font-size: 36px;
            color: #fff;
            font-family: 'BRANDON_BLD';
            padding-left: 40px;
            height: 30px;
            line-height: 30px;
            margin-top: 22px;
            margin-bottom: 23px;
            background: url(../image/phone.png) no-repeat center left;
        }
        
        .innovation .cont1 .bg .box p {
            font-size: 14px;
            color: #fda0a1;
            line-height: 1;
            margin-bottom: 14px;
        }
        
        .innovation .cont1 .bt {
            padding-top: 60px;
            background: #f8f8f8;
            padding-bottom: 40px;
        }
        
        .innovation .cont1 .bt .tit {
            font-size: 16px;
            color: #333333;
            line-height: 1;
            margin-bottom: 16px;
        }
        
        .innovation .cont1 .bt .ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;margin-top: 30px;
        }
        
        .innovation .cont1 .bt .li {
            padding-left: 30px;
            padding-top: 40px;
            padding-right: 40px;width: 640px;
            height: 160px;
            cursor: pointer;
            background: #fff;
        margin-bottom: 20px;}
        
        .innovation .cont1 .bt .li .d {
            position: relative;
        }
        
        .innovation .cont1 .bt .li .d:before {
            content: '';
            position: absolute;
            right: -26px;
            bottom: 0;
            width: 14px;
            height: 20px;
            background: url(../image/ding.png) no-repeat center;
        }
        
        .innovation .cont1 .bt .li .t {
            font-size: 21px;
            color: #333333;
            font-weight: bold;
            line-height: 1;
            margin-bottom: 16px;
        }
        
        .innovation .cont1 .bt .li p {
            font-size: 14px;
            line-height: 1;
            margin-bottom: 16px;
            color: #999999;
            display: table;
        }
        
        .innovation .cont1 .bt .li .more {
            width: 85px;
            height: 34px;
            background: #da0d15;
            line-height: 34px;
            color: #fff;
            font-size: 14px;
            text-align: center;
        }
        
        .innovation .cont2 #idx_map {
            position: relative;
            height: 542px;
        }
        
        .innovation2 .cont1 .title_top {
            padding-top: 60px;
            padding-bottom: 40px;
        }
        
        .innovation2 .cont1 {
            overflow: hidden;
            padding-bottom: 40px;
        }
        
        .innovation2 .cont1 .ri {
            width: 858px;
        }
        
        .innovation2 .cont1 .input {
            position: relative;
            width: 50%;
            float: left;
            cursor: pointer;
            margin-bottom: 30px;
            width: calc(50% - 20px);
        }
        
        .innovation2 .cont1 .input.input2 textarea {
            position: relative;
            height: 100%;
            width: 100%;
            background: #f7f7f7;
            border: 1px solid #eeeeee;
            padding-left: 40px;
            color: #000;
            transition: all .7s;
            padding-top: 15px;
            line-height: 20px;
            padding-right: 20px;
        }
        
        .innovation2 .cont1 .bt {
            margin-top: 34px;
        }
        
        .innovation2 .cont1 .bt input {
            width: 235px;
            height: 60px;
            padding-left: 40px;
            background: #f7f7f7;
            border: 1px solid #eeeeee;
            float: left;
        }
        
        .innovation2 .cont1 .bt .img {
            float: left;
            margin-left: 16px;
            margin-top: 9px;
        }
        
        .innovation2 .cont1 .bt .img em {
            vertical-align: bottom;
            line-height: 1;
            margin-left: 16px;
        }
        
        .innovation2 .cont1 .bt button {
            width: 270px;
            height: 60px;
            background: #df0004;
            line-height: 60px;
            text-align: center;
            font-size: 14px;
            color: #ffffff;
            margin-left: 40px;
            transition: all .7s;
        }
        
        .innovation2 .cont1 .bt button:hover {
            background: #b30408;
        }
        
        .innovation2 .cont1 .input.input2 {
            width: 100%;
            height: 309px;
        }
        
        .innovation2 .cont1 .input h3 {
            font-size: 14px;
            color: #585858;
            line-height: 1;
            margin-bottom: 18px;
        }
        
        .innovation2 .cont1 .ri {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .innovation2 .cont1 .input input {
            width: 100%;
            height: 58px;
            background: #f7f7f7;
            border: 1px solid #eeeeee;
            padding-left: 40px;
            color: #000;
            transition: all .7s;
        }
        
        .BMapLabel {
            padding: 0 30px !important;
            background-color: #da0d15!important;
            text-align: center;
            line-height: 50px !important;
            color: #ffffff !important;
            font-weight: bold !important;
            font-size: 14px !important;
            letter-spacing: 1px !important;
            position: absolute !important;
            left: -115px !important;
            top: -79px !important;
            box-shadow: 0 2px 3px 2px rgb(0 0 0 / 10%) !important;
            border: none !important;
        }
        
        .innovation2 .cont1 input::-webkit-input-placeholder {
            color: #c3c3c3;
        }
        
        .innovation2 .cont1 textarea::-webkit-input-placeholder {
            color: #c3c3c3;
        }
        
        .innovation2 .cont1 .input:hover textarea::-webkit-input-placeholder {
            color: #c3c3c3;
        }
        
        .innovation2 .cont1 .input .img {
            position: absolute;
            left: 12px;
            bottom: 20px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            z-index: 99;
            transition: all .7s;
        }
        
        .innovation2 .cont1 .input.input2 .img {
            top: 49px;
        }
        
        .innovation2 .cont1 .input.on input {
            background: #df0004;
            color: #fff;
        }
        
        .innovation2 .cont1 .input.on textarea {
            background: #df0004;
            color: #fff;
        }
        
        .innovation2 .cont1 .input:nth-child(1) .img {
            background-image: url(../image/img11.png);
            width: 16px;
            height: 17px;
        }
        
        .innovation2 .cont1 .input:nth-child(1).on .img {
            background-image: url(../image/img112.png);
        }
        
        .innovation2 .cont1 .input:nth-child(2) .img {
            background-image: url(../image/img21.png);
            width: 18px;
            height: 18px;
        }
        
        .innovation2 .cont1 .input:nth-child(2).on.img {
            background-image: url(../image/img22.png);
        }
        
        .innovation2 .cont1 .input:nth-child(3) .img {
            background-image: url(../image/img31.png);
            width: 18px;
            height: 14px;
        }
        
        .innovation2 .cont1 .input:nth-child(3).on .img {
            background-image: url(../image/img33.png);
        }
        
        .innovation2 .cont1 .input:nth-child(4) .img {
            background-image: url(../image/img4.png);
            width: 16px;
            height: 20px;
        }
        
        .innovation2 .cont1 .input:nth-child(4).on .img {
            background-image: url(../image/img44.png);
        }
        
        .innovation2 .cont1 .input.input2 .img {
            background-image: url(../image/img51.png);
            width: 17px;
            height: 17px;
        }
        
        .talent1 .nei_ban .img {
            mix-blend-mode: initial;
        }
        
        .talent1 .title_top {
            position: relative;
        }
        
        .talent1 .title_top .return {
            position: absolute;
            bottom: 5px;
            right: 0;
            padding: 0 20px;
            height: 39px;
            background: #df0004;
            color: #fff;
            font-size: 14px;
            line-height: 39px;
            text-align: center;
            margin-right: 10px;
            transition: all .7s;
            cursor: pointer;
            font-weight: bold;
        }
        
        .talent1.keji2 .cont1 .list .txt {
            height: 80px;
            line-height: 80px;
            padding-top: 0;
            font-size: 16px;
            color: #5a5a5a;
        }
        
        .talent1.keji2 .cont1 .list ul li {
            height: 252px;
            margin-right: 28px;
        }
        
        .talent1.keji2 .cont1 .list ul li.on .txt {
            height: 80px;
        }
        
        .talent1.keji2 .cont1 .list .img {
            height: 252px;
            overflow: hidden;
        }
        
        .talent1.keji2 .cont1 .list .p {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 50px;
            line-height: 50px;
            background: rgba(240, 240, 240, .95);
            color: #5a5a5a;
            font-size: 16px;
            text-align: center;
            font-weight: bold;
            transition: all .7s;
        }
        
        .keji22 .cont1 .bt {
            padding-top: 20px;
        }
        
        .keji22 .cont1 .bt .tit {
            font-size: 16px;
            color: #333333;
            line-height: 1;
            margin-bottom: 16px;
        }
        
        .keji22 .cont1 .bt .ul {
            display: flex;
            justify-content: space-between;
        }
        
        .keji22 .cont1 .bt .li {
            padding-left: 40px;
            padding-right: 20px;
            padding-top: 44px;
            width: 640px;
            height: 256px;
            cursor: pointer;
            background: #fff;
        }
        
        .keji22 .cont1 .bt .li .d {
            padding-right: 30px;
            position: relative;
        }
        
        .keji22 .cont1 .bt .li .d:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 14px;
            height: 20px;
            background: url(../image/ding.png) no-repeat center;
        }
        
        .keji22 .cont1 .bt .li .t {
            font-size: 21px;
            color: #333333;
            font-weight: bold;
            line-height: 1;
            margin-bottom: 16px;
        }
        
        .keji22 .cont1 .bt .li p {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 16px;
            color: #999999;
            display: table;
        }
        
        .keji22 .cont1 .bt .li .more {
            width: 85px;
            height: 34px;
            background: #da0d15;
            line-height: 34px;
            color: #fff;
            font-size: 14px;
            text-align: center;
        }
        
        .talent1.keji2 .cont1 .list ul li:hover .p {
            color: #df0004;
        }
        
        .talent1.keji2 .cont1 .list ul li:hover .img img {
            transform: scale(1.2) translate(-40%, -40%);
        }
        
        .talent2 .nei_ban .img {
            mix-blend-mode: initial;
        }
        
        .talent3 .nei_ban .img {
            mix-blend-mode: initial;
        }
        
        .keji22 .cont1 {
            background: url(../image/ban31.jpg) no-repeat center bottom/cover;
        }
        
        .talent1 .keji_ban {
            background: url(../image/banner5.jpg) no-repeat center/cover;
        }
        
        .talent1.keji22 .keji_ban {
            background: url(../image/banner3.jpg) no-repeat center/cover;
        }
        
        .talent_ban {
            background: url(../image/banner5.jpg) no-repeat center/cover;
        }
        
        .talent2 .box {
            margin-top: 40px;
            position: relative;
            height: 485px;
            background: url(../image/ban12.jpg) no-repeat center/cover;
        }
        
        .talent2 .box .list {
            padding-top: 48px;
            padding-left: 58px;
            position: absolute;
            top: 160px;
            left: 70px;
            width: 707px;
            padding-bottom: 60px;
            background: url(../image/ban21.jpg) no-repeat center/cover;
        }
        
        .talent2 .cont1 {
            padding-bottom: 260px;
            padding-top: 60px;
        }
        
        .talent2 .box .list h3 {
            font-size: 36px;
            color: #3b74a8;
            font-weight: 100;
        }
        
        .talent2 .box .list h4 {
            font-size: 36px;
            color: #df0004;
            font-family: 'brand';
            margin-top: 20px;
        }
        
        .talent2 .box ul {
            margin-top: 30px;
        }
        
        .talent2 .box ul li {
            position: relative;
            font-size: 14px;
            line-height: 20px;
            color: #848484;
            padding-left: 46px;
            margin-bottom: 13px;
            height: 34px;
        }
        
        .talent2 .box ul li p {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .talent2 .box ul li em {
            content: '';
            position: absolute;
            height: 34px;
            width: 34px;
            text-align: center;
            line-height: 34px;
            top: 50%;
            margin-top: -17px;
            left: 0;
            background: #df0004;
            border-radius: 50%;
            color: #fff;
        }
        
        .talent3 .cont1 {
            padding-top: 60px;
            padding-bottom: 120px;
            overflow: hidden;
            background: url(../image/talen3_bg.jpg) no-repeat center bottom;
        }
        
        .talent3 .cont1 .box_top {
            width: 924px;
            height: 80px;
            margin-top: 30px;
            margin-bottom: 20px;
        }
        
        .talent3 .cont1 .box_top>div {
            position: relative;
            width: 249px;
            float: left;
            height: 100%;
            margin-right: 3px;
        }
        
        .talent3 .cont1 .box_top .li1 {
            width: 123px;
            text-align: center;
            float: left;
            margin-right: 3px;
            font-size: 16px;
            line-height: 80px;
            background: #f4f4f4;
            color: rgba(76, 76, 76, .8);
            cursor: pointer;
            transition: all .7s;
        }
        
        .talent3 .cont1 .box_top .li1.on {
            background: #df0005;
            color: #fff;
        }
        
        .talent3 .cont1 .box_top .li1:last-child {
            margin-right: 0;
        }
        
        .talent3 .cont1 .box_top>div h3 {
            position: relative;
            line-height: 80px;
            padding-left: 30px;
            font-size: 16px;
            color: #4c4c4c;
        }
        
        .talent3 .cont1 .box_top>div h3:after {
            content: '';
            position: absolute;
            top: 34px;
            right: 30px;
            width: 8px;
            height: 9px;
            background: url(../image/img15.png) no-repeat center;
            transition: all .7s;
        }
        
        .talent3 .cont1 .box_top>div:last-child {
            width: 420px;
            margin-right: 0;
        }
        
        .talent3 .cont1 .box_top .search {
            position: relative;
        }
        
        .talent3 .cont1 .box_top input {
            position: relative;
            height: 100%;
            width: 100%;
            padding-left: 30px;
            font-size: 14px;
            color: #c0c0c0;
            background: #f4f4f4;
        }
        
        .talent3 .cont1 .box_top .search button {
            width: 75px;
            height: 80px;
            position: absolute;
            right: 0;
            background: url(../image/search.jpg) no-repeat center;
        }
        
        .talent3 .cont1 .box_top .list {
            position: relative;
            cursor: pointer;
        }
        
        .talent3 .cont1 .box_top .list h3 {
            position: relative;
            z-index: 991;
            background: #f4f4f4;
        }
        
        .talent3 .cont1 .box_top .list ul {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0;
            overflow-y: auto;
            transition: all .7s;
            width: 100%;
            border: 2px solid #ece9e2;
            background: #fff;
            z-index: 99;
        }
        
        .talent3 .cont1 .box_top .list ul li {
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            border-bottom: 2px solid #ece9e2;
            padding-left: 20px;
            transition: all .7s;
        }
        
        .talent3 .cont1 .box_top .list ul li:hover {
            color: #da0d15;
        }
        
        .talent3 .cont1 .box_top .list ul li:last-child {
            border-bottom: none;
        }
        
        .talent3 .cont1 .box_top .list ul.on {
            bottom: -136px;
            height: 140px;
        }
        
        .talent3 .cont1 .box_top>div.on h3:after {
            transform: rotate(-90deg);
        }
        
        .talent3 .cont1 .box_top .list ul::-webkit-scrollbar {
            display: none;
        }
        
        .talent3 .cont1 .box_bt ul {
            width: 924px;
        }
        
        .talent3 .cont1 .box_bt ul li {
            margin-bottom: 10px;
        }
        
        .talent3 .cont1 .box_bt ul li .tp {
            position: relative;
            width: 100%;
            height: 80px;
            cursor: pointer;
            background: #f4f4f4;
            transition: all .7s;
            overflow: hidden;
        }
        
        .talent3 .cont1 .box_bt ul li .bt {
            position: relative;
            width: 100%;
            height: 0;
            padding-left: 30px;
            padding-right: 26px;
            border: 0px solid #dad4cf;
            transition: all .7s;
            overflow: hidden;
        }
        
        .talent3 .cont1 .box_bt ul li .bt:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100% - 4px);
            height: calc(100% - 4px);
            border: 2px solid #dad4cf;
        }
        
        .talent3 .cont1 .box_bt ul li.on .bt {
            height: 126px;
            margin-top: 10px;
        }
        
        .talent3 .cont1 .box_bt ul li .bt .top {
            position: relative;
            padding-top: 25px;
        }
        /* .talent3 .cont1 .box_bt ul li .bt .top:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   background: url(../images/talent/img3.png);
}
*/
        
        .talent3 .cont1 .box_bt ul li .bt .top h3 {
            line-height: 1;
            font-size: 18px;
            color: #585858;
        }
        
        .talent3 .cont1 .box_bt ul li .bt .top p {
            font-size: 14px;
            color: #858585;
            line-height: 1;
            /* margin-top: 13px; */
            padding-bottom: 30px;
            display: flex;
            flex-wrap: wrap;
        }
        
        .talent3 .cont1 .box_bt ul li .bt .top p em {
            position: relative;
            padding-right: 26px;
            margin-right: 26px;
            /* width: 22%; */
            min-width: 10%;
            margin-top: 13px;
        }
        
        .talent3 .cont1 .box_bt ul li .bt .top p em:last-child:after {
            display: none;
        }
        
        .talent3 .cont1 .box_bt ul li .bt .top p em:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: -5px;
            width: 1px;
            height: 13px;
            background: url(../image/img71.jpg) no-repeat center;
        }
        
        .talent3 .cont1 .box_bt ul li .bt .bot {
            padding-top: 24px;
        }
        
        .talent3 .cont1 .box_bt ul li .bt .bot h3 {
            font-size: 18px;
            color: #585858;
            line-height: 1;
            margin-bottom: 7px;
        }
        
        .talent3 .cont1 .box_bt ul li .bt .bot p {
            font-size: 14px;
            line-height: 24px;
            color: #585858;
        }
        
        .talent3 .cont1 .box_bt ul li .tp:before {
            content: '';
            position: absolute;
            top: 34px;
            right: 30px;
            width: 8px;
            height: 9px;
            background: url(../image/img15.png) no-repeat center;
            transition: all .7s;
        }
        
        .talent3 .cont1 .box_bt ul li.on .tp:before {
            transform: rotate( -90deg);
        }
        
        .talent3 .cont1 .box_bt ul li .tp h3 {
            float: left;
            line-height: 80px;
            padding-left: 30px;
            width: 180px;
            color: #484848;
            font-size: 18px;
            transition: all .7s;
        }
        
        .talent3 .cont1 .box_bt ul li .tp p {
            float: left;
            line-height: 80px;
            margin-right: 60px;
            font-size: 14px;
            width: 130px;
            color: #858585;
        }
        
        .talent3 .cont1 .box_bt ul li .tp p:last-child {
            width: auto
        }
        
        .talent3 .cont1 .box_bt ul li:hover .tp h3 {
            color: #df0004;
        }
        
        .talent3 .cont1 .box_bt ul li p {
            font-size: 14px;
            color: #848484;
            line-height: 20px;
        }
        
        .talent3 .cont1 .more {
            width: 126px;
            height: 56px;
            line-height: 56px;
            color: #fff;
            text-align: center;
            background: #df0004;
            margin-top: 30px;
            cursor: pointer;
        }
        
        .talent3 .cont1 .rt {
            float: right;
            border-top: 4px solid #df0005;
            padding-top: 15px;
            /* margin-right: 110px; */
            margin-top: 88px;
        }
        
        .talent3 .cont1 .rt h3 {
            height: 46px;
            line-height: 46px;
            font-size: 18px;
            color: #958473;
            background: url(../image/img23.png) no-repeat center left;
            padding-left: 55px;
        }
        
        .talent3 .cont1 .rt h4 {
            color: #df0004;
            font-size: 24px;
            margin-bottom: 20px;
            margin-top: 20px;
        }
        
        .talent3 .cont1 .rt p em {
            font-family: 'BRANDON_BLD';
        }
        
        .talent3 .cont1 .rt p {
            font-family: 'Brandon_light';
            font-size: 14px;
            line-height: 24px;
            color: #848484;
            margin-bottom: 20px;
        }
        
        .news_n .main {
            overflow: hidden;
        }
        
        .news_n .main .le {
            padding-top: 70px;
            width: 836px;
        }
        
        .news_n.news_n2 .main .le {
            width: 100%;
            overflow: hidden;
            float: none;
        }
        
        .news_n.news_n2 .main .le .le_tp h4 {
            float: left;
            margin-bottom: 0;
        }
        
        .news_n .le .le_tp {
            overflow: hidden;
            padding-bottom: 20px;
            border-bottom: 2px solid #df0004;
        }
        
        .news_n .le .le_tp .return a {
            display: inline-block;
            font-size: 14px;
            color: #797979;
            margin-bottom: 37px;
        }
        
        .news_n .le .le_tp h3 {
            font-size: 30px;
            color: #df0004;
            font-family: 'BRANDON_BLD';
            margin-bottom: 15px;
        }
        
        .news_n .le .le_tp h4 {
            font-size: 24px;
            color: #333333;
            margin-bottom: 20px;
        }
        
        .news_n .le .le_tp p {
            float: left;
            font-family: 'BRANDON_BLD';
            font-size: 14px;
            color: #afafaf;
            line-height: 32px;
        }
        
        .news_n .le .le_tp p em {
            margin-right: 28px;
        }
        
        .news_n .le .le_tp .bshare-custom {
            float: right;
        }
        
        .news_n .le .le_tp .bshare-custom a {
            background-image: url(../image/img16.jpg);
            background-repeat: no-repeat;
            width: 32px;
            height: 32px;
            padding-left: 0;
            margin-right: 6px;
            float: left;
        }
        
        .news_n .le .le_tp .bshare-custom a:last-child {
            margin-right: 0;
        }
        
        .news_n .le .le_tp .bshare-custom .bshare-weixin {
            background-position: 0 0;
        }
        
        .news_n .le .le_tp .bshare-custom .bshare-sinaminiblog {
            background-position: -42px 0;
        }
        
        .news_n .le .le_tp .bshare-custom .bshare-qzone {
            background-position: -84px 0;
        }
        
        .news_n .le .le_tp .bshare-custom .bshare-qqim {
            background-position: -126px 0;
        }
        
        .news_n .le .le_bt {
            padding-top: 25px;
            padding-bottom: 150px;
        }
        
        .news_n .le .le_bt h3 {
            font-size: 20px;
            color: #7c7c7c;
            font-weight: 400;
        }
        
        .news_n .le .le_bt h3:first-child {
            margin-bottom: 10px;
        }
        
        .news_n .le .le_bt p {
            font-size: 14px;
            color: #797979;
            line-height: 24px;
        }
        
        .news_n .le .le_bt img {
            margin-top: 15px;
            margin-bottom: 15px;
            width: 640px;
        }
        
        .news_n .main .ri {
            padding-top: 143px;
            width: 411px;
            overflow: hidden;
        }
        
        .news_n .main .ri .swiper-container {
            padding-bottom: 70px;
        }
        
        .news_n .main .ri h3 {
            font-size: 20px;
            color: #ff1919;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .news_n .main .ri h4 {
            font-size: 26px;
            color: #d5d5d5;
            font-family: 'Brandon_light';
            text-transform: uppercase;
        }
        
        .news_n .main .ri h4 em {
            font-family: 'BRANDON_BLD';
        }
        
        .news_n .main .list {
            margin-top: 30px;
        }
        
        .news_n .main .list .li {
            position: relative;
            height: 107px;
            padding-top: 24px;
            padding-left: 18px;
            width: 100%;
            cursor: pointer;
        }
        
        .news_n .main .list .li .time {
            font-size: 14px;
            color: #999999;
            font-family: 'BRANDON_BLD';
            line-height: 15px;
            background: url(../image/img41.png) no-repeat left center;
            padding-left: 23px;
            transition: all .7s;
        }
        
        .news_n .main .list .li:hover .time {
            background: url(../image/img52.png) no-repeat left center;
            color: #ffffff;
        }
        
        .news_n .main .list .li p {
            font-size: 14px;
            line-height: 20px;
            color: #797979;
            padding-left: 23px;
            padding-right: 23px;
            transition: all .7s;
        }
        
        .news_n .main .list .li:hover p {
            color: #ffffff;
        }
        
        .news_n .main .list .li:after {
            content: '';
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0;
            background: #d01413;
            transition: all .7s;
            z-index: -1;
        }
        
        .news_n.news_n2 .main .img.swiper-container {
            padding-bottom: 60px;
        }
        
        .news_n.news_n2 .main .img.swiper-container .swiper-pagination {
            bottom: 10px;
        }
        
        .news_n.news_n2 .main .img.swiper-container .swiper-pagination .swiper-pagination-bullet {
            opacity: 1;
            background: #e5e5e5;
        }
        
        .news_n.news_n2 .main .img.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #df0004;
        }
        
        .news_n .main .swiper-button-prev,
        .news_n .main .swiper-button-next {
            width: 32px;
            height: 32px;
            top: auto;
            bottom: 0;
            border: 1px solid rgba(7, 7, 7, .1);
            border-radius: 50%;
            transition: all .7s;
        }
        
        .news_n .main .swiper-button-prev:hover,
        .news_n .main .swiper-button-next:hover {
            border: 1px solid #df0004;
        }
        
        .news_n .main .swiper-button-next {
            left: 42px;
            background: url(../image/img9.png) no-repeat center;
        }
        
        .news_n .main .swiper-button-next:hover {
            background: #df0004 url(../image/img71.png) no-repeat center;
        }
        
        .news_n .main .swiper-button-prev {
            left: 0;
            background: url(../image/img8.png) no-repeat center;
        }
        
        .news_n .main .swiper-button-prev:hover {
            background: #df0004 url(../image/img61.png) no-repeat center;
        }
        
        .news_n .main .list .li:hover:after {
            top: 0;
            height: 100%;
        }
        
        .news_n .main .list .li:hover:before {
            width: 0;
        }
        
        .news_n .main .list .li:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background: #e5e5e5;
            transition: all .7s;
        }
        
        .news_n .main .bt {
            width: 100%;
            height: 39px;
            margin-bottom: 80px;
            position: relative;
        }
        
        .news_n .main .bt .all {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding-right: 20px;
            font-size: 14px;
            color: #666;
            line-height: 39px;
            background: url(../image/img10.png) no-repeat center right;
        }
        
        .news_n .main .bt .prev {
            float: left;
            margin-left: -34px;
        }
        
        .news_n .main .bt .next {
            float: right;
            margin-right: -34px;
        }
        
        .news_n .main .bt .next:hover a:before {
            background-image: url(../image/img14.png);
        }
        
        .news_n .main .bt .prev:hover a:before {
            background-image: url(../image/img13.png);
        }
        
        .news_n .main .bt .prev a {
            position: relative;
            padding-left: 108px;
            height: 39px;
            line-height: 39px;
            color: #666666;
            transition: all .7s;
        }
        
        .news_n .main .bt .next a {
            position: relative;
            padding-right: 108px;
            height: 39px;
            line-height: 39px;
            color: #666666;
        }
        
        .news_n .main .bt .next a:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 75px;
            height: 40px;
            background-position: left center;
            background-repeat: no-repeat;
            transition: all .7s;
            background-image: url(../image/img12.png);
        }
        
        .news_n .main .bt .prev a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 75px;
            height: 40px;
            background-position: right center;
            background-repeat: no-repeat;
            background-image: url(../image/img113.png);
            transition: all .7s;
        }
        
        @media (max-width:1930px) {
            .content_index .cont3 .tit {
                left: 16vw;
            }
            .content_index .cont3 .swiper-container {
                margin-left: 16vw;
            }
        }
        
        @media (max-width:1590px) {
            .subNav_box .item.sN4 a {
                width: 70px;
            }
            .subNav_box .item.sN4 {
                right: 20px;
            }
            .content_index .cont3 .tit {
                left: 10vw;
            }
            .content_index .cont3 .swiper-container {
                margin-left: 10vw;
            }
        }
        
        @media (max-width:1330px) {
            .content_index .cont3 .tit {
                left: 0vw;
            }
            .content_index .cont3 .swiper-container {
                margin-left: 0vw;
            }
        }
        
        .ft_box {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 99999;
            display: none;
        }
        
        .tan_box {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 99999;
            display: none;
        }
        
        .ft_box var {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #000000;
            opacity: .6;
        }
        
        .tan_box var {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #000000;
            opacity: .6;
        }
        
        .ft_box .box {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 1300px;
            padding-top: 95px;
            padding-bottom: 110px;
            padding-left: 60px;
            padding-right: 60px;
            background: #Fff;
        }
        
        .tan_box .box {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 1300px;
            padding-top: 65px;
            padding-left: 40px;
            padding-right: 20px;
            background: #Fff;
            padding-bottom: 80px;
        }
        
        .ft_box .box h3 {
            font-size: 30px;
            color: #000000;
        }
        
        .ft_box .box h4 {
            font-size: 20px;
            color: #df0004;
            font-family: 'Brandon_light';
            letter-spacing: -3px;
            margin-top: 21px;
        }
        
        .tan_box .le .le_tp {
            position: relative;
            overflow: hidden;
            padding-bottom: 15px;
        }
        
        .tan_box .box h3 {
            margin-bottom: 0;
            font-size: 20px;
            color: #da0d15;
            font-weight: bold;
        }
        
        .tan_box .box h4 {
            margin-bottom: 0;
            font-size: 20px;
            color: #da0d15;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .tan_box .box .lianjie {
            position: absolute;
            right: 0;
            top: 32px;
            /* float: right; */
            width: 165px;
            height: 98px;
            line-height: 98px;
            padding-left: 69px;
            color: #ffffff;
            font-size: 16px;
            background: #ea1010 url(../image/lianjie.png) no-repeat 35px center;
        }
        
        .tan_box .box p {
            float: left;
            font-size: 14px;
            color: #848484;
            font-family: 'Gilroy';
            line-height: 24px;
            width: 1007px;
            padding-top: 20px;
        }
        
        .ft_box .box h4 em {
            font-family: 'BRANDON_BLD';
        }
        
        .tan_box .box h4 em {
            font-family: 'BRANDON_BLD';
        }
        
        .tan_box .img.swiper-container {
            width: 100%;
            padding-top: 20px;
        }
        
        .tan_box .img.swiper-container .swiper-wrapper {
            display: block;
        }
        
        .tan_box .img.swiper-container .swiper-slide {
            width: 100%;
            margin-bottom: 20px;
        }
        
        .tan_box .img.swiper-container .swiper-slide img {
            /* max-height: 450px; */
            display: block;
            margin: 0 auto;
        }
        
        .tan_box .img.swiper-container .swiper-pagination {
            bottom: 30px !important;
        }
        
        .tan_box .img.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #df0004;
        }
        
        .tan_box .img.swiper-container .swiper-pagination .swiper-pagination-bullet {
            opacity: 1;
            background: #e5e5e5;
        }
        
        .tan_box .le .le_bt p {
            font-size: 14px;
            color: #797979;
            line-height: 24px;
            margin-bottom: 10px;
        }
        
        .tan_box .le .le_bt h3 {
            font-size: 20px;
            color: #7c7c7c;
            font-weight: 400;
            margin-bottom: 10px;
        }
        
        .ft_box .box .bt {
            margin-top: 50px;
        }
        
        .tan_box .box .bt {
            margin-top: 65px;
        }
        
        .tan_box .box .swiper {
            margin-top: 50px;
        }
        
        .tan_box .box .swiper .img img {
            margin: 0 auto;
            display: block;
        }
        
        .ft_box .box p {
            font-size: 14px;
            color: #999999;
            line-height: 28px;
            margin-bottom: 30px;
        }
        
        .ft_box .box p:last-child {
            margin-bottom: 0;
        }
        
        .tan_box .box p:last-child {
            margin-bottom: 0;
        }
        
        .ft_box .box p em {
            font-size: 16px;
            color: #000;
        }
        
        .tan_box .box p em {
            font-size: 16px;
            color: #000;
        }
        
        .ft_box .box .close {
            position: absolute;
            right: 0;
            top: -52px;
            width: 32px;
            height: 32px;
            background: url(../image/close.png) no-repeat center;
            cursor: pointer;
        }
        
        .tan_box .box .close {
            position: absolute;
            right: 0;
            top: -52px;
            width: 32px;
            height: 32px;
            background: url(../image/close.png) no-repeat center;
            cursor: pointer;
        }
        
        .tan_box .box .le {
            width: 100%;
            max-height: 650px;
            overflow-y: auto;
            padding-right: 20px;
        }
        
        .ft_box .box p em {
            font-size: 16px;
            color: #000;
        }
        
        #header .en {
            float: right;
            line-height: 100px;
            color: #9a9a9a;
            font-size: 16px;
            margin-left: 15px;
            position: relative;
            z-index: 998;
        }
        
        #header .ser {
            position: relative;
            top: 0;
            right: 70px;
            float: right;
            cursor: pointer;
            /* z-index: 9999; */
            width: 22px;
            height: 100px;
        }
        
        #header .ser .img {
            position: absolute;
            width: 22px;
            height: 100px;
            background: url(../image/head_ser.png) no-repeat center;
            z-index: 999;
        }
        
        #header .ser .serch {
            position: absolute;
            right: 0;
            bottom: 0;
            background: #cf0900;
            width: 250px;
            height: 66px;
            transition: all .7s;
            z-index: 9;
            opacity: 0;
        }
        
        #header .ser.on .serch {
            bottom: -66px;
            opacity: 1;
        }
        
        #header .ser input {
            position: absolute;
            top: 50%;
            left: 8px;
            transform: translateY(-50%);
            background: #fff;
            height: 50px;
            width: 170px;
            padding-left: 10px;
        }
        
        #header .ser button {
            position: absolute;
            line-height: 66px;
            right: 20px;
            font-size: 14px;
            color: #fff;
        }
        
        .grid-shade {
            position: absolute;
            display: none;
            width: 100%;
            height: 100%;
            background: #d01413;
            top: 0;
        }
        
        .about6.search .cont .cont2 {
            padding-top: 60px;
        }
        
        .about6.search .cont .cont2 .title_top {
            margin-bottom: 40px;
            position: relative;
        }
        
        .about6.search .cont .cont2 .title_top p {
            position: absolute;
            bottom: -10px;
            right: 0;
            font-size: 16px;
            color: #9b9b9b;
            font-weight: bold;
        }
        
        .about6.search .cont .cont2 .title_top p em {
            color: #df0004;
        }
        
        .honor1 .cont1 {
            background: url(../image/ban41.jpg) no-repeat center/cover;
            padding-top: 60px;
            overflow: hidden;
            padding-bottom: 90px;
        }
        
        .honor1 .title_top {
            margin-bottom: 45px;
        }
        
        .honor1 .cont1 .le {
            position: relative;
            width: 357px;
            height: 493px;
            background: url(../image/img17.jpg) no-repeat center/cover;
        }
        
        .honor1 .cont1 .le .box {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 170px;
            height: 235px;
            background: #df0004;
            padding-top: 60px;
            padding-left: 40px;
        }
        
        .honor1 .cont1 .le .box h3 {
            font-size: 20px;
            line-height: 26px;
            color: #ffffff;
            margin-bottom: 15px;
        }
        
        .honor1 .cont1 .le .box h4 {
            font-size: 26px;
            color: #fff0cf;
            line-height: 26px;
            white-space: nowrap;
            font-family: 'Brandon_light';
            text-transform: uppercase;
        }
        
        .honor1 .cont1 .le .box h4 em {
            font-family: 'brand';
        }
        
        .honor2 .awards {
            overflow: hidden;
            height: 169px;
            margin-top: -35px;
            background: url(../image/awards.png) no-repeat right;
        }
        
        .honor2 .awards h3 {
            font-size: 36px;
            color: #bfac82;
        }
        
        .honor2 .awards h4 {
            font-size: 16px;
            color: #afa389;
            margin-top: 15px;
        }
        
        .honor2 .awards .le {
            padding-top: 85px;
        }
        
        .honor2 .awards .le ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 758px;
            padding-left: 111px;
        }
        
        .honor2 .awards .le ul li {
            font-size: 16px;
            color: #afa389;
        }
        
        .honor2 .awards .le ul li strong {
            position: relative;
            font-size: 48px;
            color: #df0004;
            display: inline-block;
            font-family: 'BRANDON_BLD';
        }
        
        .honor2 .awards .le ul li strong .counterDX {
            display: inline-block;
            -webkit-animation: motion-blur-number-0 .65s cubic-bezier(0, 0, .17, 1) 0s 1 normal backwards;
            animation: motion-blur-number-0 .65s cubic-bezier(0, 0, .17, 1) 0s 1 normal backwards;
        }
        
        .honor2 .awards .le ul li strong:after {
            content: '';
            position: absolute;
            right: -15px;
            top: -5px;
            width: 14px;
            height: 14px;
            background: url(../image/more.png) no-repeat center;
        }
        
        .honor2 .title_top {
            position: relative;
        }
        
        .honor2.honor3 .title_top {
            margin-bottom: 35px;
        }
        
        .honor2.honor4 .title_top {
            margin-bottom: 35px;
        }
        
        .honor2 .choice {
            position: absolute;
            right: 0;
            bottom: 0;
        }
        
        .honor2 .box .choice {
            position: absolute;
            top: -60px;
            right: 0;
        }
        
        .honor2 .choice>div {
            position: relative;
            float: left;
            margin-left: 10px;
        }
        
        .honor2 .choice>div .show:after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -2.5px;
            right: 14px;
            width: 10px;
            height: 5px;
            background: url(../image/img42.png) no-repeat center;
            transition: all .7s;
        }
        
        .honor2 .choice>div:hover .show:after {
            background: url(../image/img24.png) no-repeat center;
        }
        
        .honor2 .choice>div .show.on:after {
            transform: rotate(180deg);
        }
        
        .honor2 .choice>div .show {
            position: relative;
            height: 39px;
            line-height: 39px;
            padding-left: 18px;
            background: #e0ded9;
            transition: all .7s;
            cursor: pointer;
            font-size: 14px;
            color: #86795d;
            font-family: 'BRANDON_BLD';
        }
        
        .honor2 .choice>div:hover .show {
            color: #ffffff;
            background: #df0004;
        }
        
        .honor2 .choice .year {}
        
        .honor2 .choice .year .show {
            width: 90px;
        }
        
        .honor2 .choice .grade .show {
            width: 120px;
        }
        
        .honor2 .choice>div .draplist {
            position: absolute;
            z-index: 99;
            width: 100%;
            background: #fff;
            border: 1px solid #e0ded9;
            border-top: none;
            max-height: 120px;
            overflow: auto;
            display: none;
            cursor: pointer;
        }
        
        .honor2 .choice>div .draplist ul li {
            padding-left: 18px;
            line-height: 34px;
            border-bottom: 1px solid #e0ded9;
            font-family: 'BRANDON_BLD';
            transition: all .7s;
        }
        
        .honor2 .choice>div .draplist ul li:hover {
            color: #df0004;
        }
        
        .keji3 .title_top {
            position: relative;
        }
        
        .keji3 .title_top .hd {
            position: absolute;
            /* bottom: 21px; */
            right: 0;
        }
        
        .keji3 .w1300 .hd ul li {
            float: left;
            padding: 0 20px;
            height: 39px;
            background: #e0ded9;
            font-size: 14px;
            line-height: 39px;
            text-align: center;
            color: #86795d;
            margin-right: 10px;
            transition: all .7s;
            cursor: pointer;
            font-weight: bold;
        }
        
        .keji3 .w1300 .hd ul li:last-child {
            margin-right: 0;
        }
        
        .keji3 .w1300 .hd ul li.on {
            background: #df0004;
            color: #fff;
        }
        
        .keji3.keji4 .cont1 .le {
            width: 853px;
        }
        
        .keji3.keji4 .box_time {
            overflow: hidden;
            float: left;
            height: 42px;
        }
        
        .keji3.keji4 .box_time ul {
            display: flex;
            height: 44px;
            align-items: end;
        }
        
        .keji3.keji4 .box_time ul li {
            float: left;
            font-size: 20px;
            color: #d7d7d7;
            font-family: 'BRANDON_BLD';
            margin-right: 20px;
            cursor: pointer;
            transition: all .7s;
        }
        
        .keji3.keji4 .box_time ul li.on {
            color: #df0004;
        }
        
        .keji3.keji4 .hd {
            float: right;
            position: static;
        }
        
        .keji3.keji4 .bd {
            margin-top: 60px;
        }
        
        .keji3.keji4 .bd ul li {
            position: relative;
            height: 80px;
            line-height: 80px;
            font-size: 16px;
            margin-bottom: 10px;
            background: #f4f4f4;
            padding-left: 24px;
            font-family: 'BRANDON_BLD';
            color: #858585;
            cursor: pointer;
            transition: all .7s;
        }
        
        .keji3.keji4 .bd ul li:hover {
            background: #e4d2ae;
            color: #7c622d;
        }
        
        .keji3.keji4 .bd ul li:hover em {
            color: #7c612c;
        }
        
        .keji3.keji4 .bd ul li:hover:after {
            background: url(../image/pdf2.png) no-repeat center;
        }
        
        .keji3.keji4 .bd ul li em {
            color: #a2a2a2;
            font-size: 20px;
            font-family: 'brand';
            margin-right: 15px;
        }
        
        .keji3.keji4 .bd ul li:after {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -14.5px;
            right: 30px;
            background: url(../image/pdf.png) no-repeat center;
            width: 26px;
            height: 29px;
            transition: all .7s;
        }
        
        .keji3.keji4 .cont1 .ri {
            position: relative;
            float: right;
            width: 407px;
            height: 486px;
            margin-top: 60px;
            background: url(../image/img18.jpg) no-repeat center;
        }
        
        .keji3.keji4 .cont1 .ri .box {
            position: absolute;
            left: 0;
            bottom: -52px;
            width: 204px;
            padding-left: 35px;
            padding-top: 60px;
            height: 272px;
            background: #df0004;
        }
        
        .keji3.keji4 .cont1 .ri .box h3 {
            font-size: 20px;
            color: #ffffff;
            line-height: 26px;
            margin-bottom: 15px;
        }
        
        .keji3.keji4 .cont1 .ri .box h4 {
            font-family: 'Brandon_light';
            font-size: 26px;
            color: #fff0cf;
            white-space: nowrap;
        }
        
        .keji3.keji4 .cont1 .ri .box h4 em {
            font-family: 'brand';
        }
        
        .keji3.keji4 .cont {
            overflow: hidden;
        }
        
        .keji2 .cont1 .list .more {
            position: absolute;
            font-size: 16px;
            color: #fff;
            width: 126px;
            height: 58px;
            line-height: 58px;
            background: #df0004;
            text-align: center;
            bottom: 0;
            left: 50%;
            margin-left: -63px;
            display: block;
        }
        
        .keji1 .title_top {
            padding-top: 63px;
            padding-bottom: 30px;
        }
        
        .keji1 .cont2 .title_top {
            padding-bottom: 0;
        }
        
        .keji1 .title_top h3 {
            color: #ffffff;
        }
        
        .keji1 .title_top h4 {
            color: #637db1;
        }
        
        .keji1 .cont1 {
            position: relative;
        }
        
        .keji1 .bd {
            position: relative;
            background: url(../image/img61.jpg);
            width: 100%;
            height: 480px;
            overflow: hidden;
        }
        
        .keji1 .bd .li {
            position: absolute;
            bottom: 0;
            right: 0;
        }
        
        .keji1 .hd {
            position: absolute;
            top: -152px;
            right: -220px;
        }
        
        .keji1 .cont2 {
            margin-top: 40px;
        }
        
        .keji1 .new .hd {
            padding-top: 180px;
            padding-bottom: 280px;
        }
        
        .keji1 .new .hd:after {
            content: '';
            position: absolute;
            top: 0;
            left: 4px;
            height: 100%;
            width: 1px;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 47%, rgba(255, 255, 255, .0) 100%);
        }
        
        .keji1 .new .hd ul li {
            font-size: 14px;
            color: #5a75ac;
            margin-bottom: 15px;
            padding-left: 28px;
            cursor: pointer;
        }
        
        .keji1 .new .hd ul li.on {
            color: #fff;
            background: url(../image/img101.png) no-repeat center left;
        }
        
        .keji1 .new .bd .li {
            display: none;
            padding-left: 50px;
            padding-top: 40px;
            padding-right: 50px;
            width: 718px;
            height: 353px;
            background: url(../image/img72.jpg) no-repeat center;
        }
        
        .keji1 .new .bd .li h3 {
            font-size: 36px;
            color: #2c3037;
        }
        
        .keji1 .new .bd .li h4 {
            position: relative;
            font-size: 30px;
            color: #9abcd0;
            text-transform: uppercase;
            font-family: 'Brandon_light';
            margin-top: 13px;
            line-height: 30px;
            padding-bottom: 16px;
        }
        
        .keji1 .new .bd .li h4 em {
            font-family: 'brand';
        }
        
        .keji1 .new .bd .li p {
            position: relative;
            font-size: 14px;
            line-height: 24px;
            color: #637a86;
            padding-top: 20px;
        }
        
        .keji1 .new .bd .li h4:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 29px;
            height: 3px;
            background: #df0004;
        }
        
        .keji1 .new .bd .li.on {
            display: block;
            animation: fadeInRight 1s forwards;
        }
        
        .keji22 .cont1 {
            position: relative;
            padding-top: 60px;
            padding-bottom: 90px;
        }
        
        .keji22 .cont1 .list ul li {
            width: 100%;
            height: 280px;
            overflow: hidden;
            background: #fff;
            margin-bottom: 20px;
            cursor: pointer;
        }
        
        .keji22 .title_top {
            padding-bottom: 40px;
        }
        
        .keji22 .cont1 .list ul li:hover .txt h3 {
            color: #df0004;
        }
        
        .keji22 .cont1 .list ul li:nth-child(even) .img {
            float: right;
            padding-left: 33px;
            padding-right: 40px;
        }
        
        .keji22 .cont1 .list ul li:nth-child(even) .txt {
            padding-right: 0;
        }
        
        .keji22 .cont1 .list ul li .img {
            float: left;
            height: 280px;
            padding-left: 40px;
            padding-right: 33px;
            padding-top: 37px;
        }
        
        .keji22 .cont1 .list ul li .txt {
            position: relative;
            float: left;
            padding-top: 40px;
            width: 926px;
            height: 100%;
            background: #fff;
            padding-left: 30px;
            padding-right: 40px;
        }
        
        .keji22 .cont1 .list ul li .txt h3 {
            font-size: 20px;
            color: #4c4c4c;
            line-height: 1;
            margin-bottom: 15px;
            transition: all .7s;
        }
        
        .keji22 .cont1 .list ul li .txt p {
            font-size: 14px;
            color: #848484;
            line-height: 24px;
        }
        
        .keji22 .cont1 .list ul li .txt .time {
            position: absolute;
            left: 30px;
            bottom: 36px;
            color: #dcdcdc;
            font-size: 14px;
        }
        
        .keji22 .cont1 .more {
            font-size: 16px;
            color: #fff;
            width: 126px;
            height: 58px;
            line-height: 58px;
            background: #df0004;
            text-align: center;
            margin: 50px auto 0;
            display: block;
            cursor: pointer;
        }
        
        .keji1 .cont2 .swiper-container {
            padding-bottom: 76px;
        }
        
        .keji1 .cont2 .list ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
        }
        
        .keji1 .cont2 .list {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }
        
        .keji1 .cont2 .list .li .txt {
            position: absolute;
            bottom: 0;
            background: #f0f0f0;
            padding: 0;
            padding-left: 20px;
            width: 100%;
            max-width: 413px;
            height: 52px;
            line-height: 52px;
            transition: all .7s;
            font-size: 20px;
            font-weight: bold;
            color: #4c4c4c;
            display: flex;
            align-items: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        
        .keji1 .cont2 .list .li {
            width: 413px;
            height: 285px;
            position: relative;
            cursor: pointer;
            margin-right: 30px;
        }
        
        .keji1 .cont2 .list .li:hover .img img {
            transform: scale(1.2);
        }
        
        .keji1 .cont2 .list .li:last-child {
            margin-right: 0;
        }
        
        .keji1 .cont2 .list .li .img {
            position: relative;
            overflow: hidden;
        }
        
        .keji1 .cont2 .list .li .img img {
            height: 100%;
            transition: all .7s;
        }
        
        .keji1 .cont2 .list .li .img {
            height: 233px;
        }
        
        .keji1 .cont2 .swiper-pagination {
            font-size: 0;
            width: auto;
            left: 0;
            bottom: 1px;
        }
        
        .keji1.cont2 .swiper-pagination:before {
            content: '';
            position: absolute;
            width: 1000px;
            height: 2px;
            background: #30497f;
        }
        
        .keji1 .cont2 .swiper-pagination:before {
            content: '';
            position: absolute;
            width: 1131px;
            height: 2px;
            left: 68px;
            top: 32%;
            background: #30497f;
        }
        
        .keji1 .cont2 .swiper-wrapper {
            display: block;
        }
        
        .keji1 .cont2 .swiper-wrapper .swiper-slide {
            margin-bottom: 20px;
        }
        
        .keji1 .cont2 .swiper-pagination:after {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -5px;
            left: 30px;
            width: 6px;
            height: 2px;
            background-color: #728fcb;
        }
        
        .keji1 .cont2 .swiper-pagination>span {
            position: relative;
            font-size: 24px;
            color: #728fcb;
            font-family: 'BRANDON_BLD';
            margin-right: 14px;
            width: 25px;
            display: inline-block;
            text-align: right;
        }
        
        .keji1 .cont2 .swiper-pagination>span:before {
            content: '0';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .keji1 .cont2 .btn {
            position: absolute;
            right: 0;
            width: 100px;
            height: 45px;
            bottom: 0;
        }
        
        .keji1 .cont2 .btn .swiper-button-next,
        .keji1 .cont2 .btn .swiper-button-prev {
            width: 45px;
            height: 45px;
            top: 0;
            margin-top: 0;
            background-image: url(../image/btn1.png);
            background-repeat: no-repeat;
            transition: all .7s;
        }
        
        .keji1 .cont2 .btn .swiper-button-prev {
            background-position: center left;
            left: 0;
        }
        
        .keji1 .cont2 .btn .swiper-button-next {
            background-position: center right;
            right: 0;
        }
        
        .keji1 .cont2 .btn .swiper-button-prev:hover {
            background-image: url(../image/btn2.png);
        }
        
        .keji1 .cont2 .btn .swiper-button-next:hover {
            background-image: url(../image/btn2.png);
        }
        
        .service10 {
            padding-top: 62px;
            overflow: hidden;
            padding-bottom: 114px;
        }
        
        .service10 .le {
            margin-left: -76px;
        }
        
        .service10 .ri {
            margin-left: -57px;
        }
        
        .service10 .list {
            margin: 0 auto;
            height: 60px;
            width: 751px;
        }
        
        .service10 .list ul {
            height: 100%;
            margin-right: -10px;
        }
        
        .service10 .list ul li {
            float: left;
            width: 187px;
            height: 100%;
            text-align: center;
            line-height: 60px;
            background: #eae3d9;
            margin-right: 2px;
            color: #9d896c;
            font-size: 16px;
        }
        
        .service10 .list ul li.on {
            background: #df0004;
            color: #fff;
        }
        
        .service10 .list ul li a {
            width: 100%;
            height: 100%;
        }
        
        .service10 .title {
            font-size: 18px;
            color: #333333;
            line-height: 36px;
            text-align: center;
            margin-top: 40px;
            margin-bottom: 70px;
        }
        
        .service10 .title em {
            font-size: 30px;
            color: #df0004;
        }
        
        .service11 .title_top {
            padding-top: 60px;
        }
        
        .service11 .title_top h3 {
            font-size: 30px;
            margin-bottom: 6px;
        }
        
        .service11 .title_top h4 {
            font-size: 36px;
        }
        
        .service11 .hd {
            margin-top: 34px;
            overflow: hidden;
        }
        
        .service11 .hd ul li {
            float: left;
            padding: 0 16px;
            height: 60px;
            margin-right: 2px;
            background: #eae3d9;
            text-align: center;
            line-height: 60px;
            font-size: 16px;
            color: #9d896c;
            cursor: pointer;
            transition: all .7s;
        }
        
        .service11 .hd ul li.on {
            background: #df0004;
            color: #fff;
        }
        
        .service11 .bt {
            position: relative;
            margin-top: 52px;
        }
        
        .service11 {
            overflow: hidden;
            padding-bottom: 90px;
        }
        
        .service11 .le {
            position: relative;
            z-index: -1;
        }
        
        .service11 .bt .bd {
            z-index: 99;
        }
        
        .service11 .bt .bd ul li {
            display: none;
            overflow: hidden;
            width: 100%;
        }
        
        .service11 .bt .bd ul li .txt {
            position: absolute;
            padding-left: 70px;
            padding-top: 40px;
            height: 383px;
            width: 697px;
            background: #fff;
            padding-right: 60px;
            box-shadow: 0px 3px 35px 0px rgba(231, 212, 212, 0.52);
            right: 0;
            top: 62px;
        }
        
        .service11 .bt .bd ul li h3 {
            font-size: 28px;
            color: #59544f;
            line-height: 42px;
        }
        
        .service11 .bt .bd ul li h4 {
            font-size: 24px;
            color: #df0004;
            font-family: 'brand';
            margin-top: 18px;
            margin-bottom: 22px;
            line-height: 32px;
        }
        
        .service11 .bt .bd ul li p {
            font-size: 14px;
            line-height: 24px;
            color: #848484;
        }
        
        .service11 .bt .bd ul li .next {
            position: absolute;
            bottom: 30px;
            left: 70px;
            width: 43px;
            height: 43px;
            background: url(../image/more1.png) no-repeat center/cover;
            cursor: pointer;
        }
        
        .service11 .bt .bd ul li .txt {
            display: block;
            animation: fadeInUp .7s ease-in-out forwards;
        }
        
        #video_box {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 999;
            display: none;
        }
        
        #video_box .bg {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
        }
        
        #video_box .video_con {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 1200px;
        }
        
        #video_box video {
            width: 100%;
            height: 100%;
            background: #000;
        }
        
        .ser.service10 .cont1 {
            padding-top: 40px;
        }
        
        .ser.service10 .cont1 .title_top {
            margin-bottom: 54px;
        }
        
        .ser.service10 .cont1 .img1 img {
            display: block;
            margin: 0 auto;
        }
        
        .ser.service10 .cont3 {
            position: relative;
            padding-top: 60px;
            padding-bottom: 70px;
        }
        
        .ser.service10 .cont3 .w1300 {
            position: relative;
        }
        
        .ser.service10.service13 {
            padding-bottom: 0;
        }
        
        .ser.service10 .cont2 .title_top {
            margin-bottom: 40px;
        }
        
        .ser.service10 .cont2 .ul {
            display: flex;
            justify-content: left;
            flex-wrap: wrap;
        }
        
        .ser.service10 .cont4 ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .ser.service10 .cont2 .list .li {
            position: relative;
            float: left;
            height: 429px;
            width: 413px;
            margin-bottom: 20px;
            margin-right: 18px;
        }
        
        .ser.service10 .cont2 .list .li .img {
            width: 413px;
            height: 367px;
            overflow: hidden;
        }
        
        .ser.service10 .cont2 .list .li:hover .img img {
            transform: scale(1.2);
        }
        
        .ser.service10 .cont2 .list .li .p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60px;
            text-align: center;
            line-height: 60px;
            font-size: 20px;
            color: #4c4c4c;
            background: #f0f0f0;
            display: flex;
            align-items: center;
            text-align: left;
            padding: 0 30px;
            font-weight: bold;
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }
        
        .ser.service10 .cont2 .list .li:hover .p {
            color: #ed0b0a;
        }
        
        .w1260 {
            width: 1260px;
            margin: 0 auto;
        }
        
        .ser.service10 .bd {
            position: relative;
            margin-top: 42px;
            height: 520px;
        }
        
        .ser.service10 .bd .img {
            float: left;
            height: 520px;
            width: 765px;
        }
        
        .ser.service10 .bd ul li {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            overflow: hidden;
            display: block;
            transition: all .7s;
        }
        
        .ser.service10 .bd .txt {
            position: relative;
            float: right;
            padding-top: 114px;
            padding-left: 68px;
            width: 495px;
            height: 520px;
            background: #eeeeee;
        }
        
        .ser.service10 .cont3 .swiper-button-next,
        .ser.service10 .cont3 .swiper-button-prev {
            width: 80px;
            height: 80px;
            opacity: .4;
            transition: all .7s;
        }
        
        .ser.service10 .cont3 .swiper-button-next:hover,
        .ser.service10 .cont3 .swiper-button-prev:hover {
            opacity: 1;
        }
        
        .ser.service10 .cont3 .swiper-button-next {
            background: url(../image/next3.png);
            right: -140px;
        }
        
        .ser.service10 .cont3 .swiper-button-prev {
            background: url(../image/prev3.png);
            left: -140px;
        }
        
        .ser.service10 .bd .img img {
            height: 100%;
            width: 100%;
        }
        
        .ser.service10 .bd .txt h3 {
            font-size: 36px;
            color: #59544f;
        }
        
        .ser.service10 .bd .txt h4 {
            font-size: 36px;
            color: #df0004;
            font-family: 'BRANDON_BLD';
            margin-top: 20px;
            margin-bottom: 50px;
        }
        
        .ser.service10 .bd .txt p {
            font-size: 14px;
            color: #848484;
            line-height: 28px;
        }
        
        .ser.service10 .bd .next {
            position: absolute;
            bottom: 72px;
            right: 383px;
            width: 43px;
            height: 43px;
            background: url(../image/enter.png) no-repeat center;
        }
        
        .ser.service10 .hd {
            position: relative;
            margin-top: 63px;
        }
        
        .ser.service10 .hd ul {
            position: relative;
            z-index: 99;
            display: flex;
            justify-content: space-between;
            width: 700px;
            margin: 0 auto;
        }
        
        .ser.service10 .hd:before {
            content: '';
            position: absolute;
            top: 9px;
            height: 2px;
            width: 100%;
            background: linear-gradient(#ffff 10%, rgba(220, 220, 220, .4) 80%, #fff 10%);
        }
        
        .ser.service10 .hd ul li {
            position: relative;
            padding-top: 30px;
        }
        
        .ser.service10 .hd ul li:before {
            content: '';
            position: absolute;
            top: 3px;
            left: 50%;
            margin-left: -7.5px;
            width: 15px;
            height: 15px;
            background: url(../image/yy1.png) no-repeat center;
            transition: all .7s;
            cursor: pointer;
        }
        
        .ser.service10 .hd ul li.on:before {
            background: url(../image/yy2.png) no-repeat center;
        }
        
        .honor1 .w1300 .ri {
            width: 943px;
            padding-left: 50px;
            overflow: hidden;
            background: #fff;
        }
        
        .honor1 .ri .tit {
            position: relative;
            color: #3c3b3b;
            font-size: 24px;
            margin-top: 53px;
            height: 35px;
            line-height: 35px;
            padding-left: 34px;
            background: url(../image/img62.png) no-repeat center left;
        }
        
        .honor1 .ri .tit:before {
            content: '';
            position: absolute;
            left: 100px;
            top: 50%;
            width: 100%;
            height: 1px;
            background: #e5e5e5;
            width: 698px;
        }
        
        .honor1 .ri .img {
            overflow: hidden;
            margin-top: 32px;
        }
        
        .honor1 .ri .img .li:last-child {
            margin-right: 0;
        }
        
        .honor1 .ri .img .li {
            float: left;
            margin-right: 138px;
            cursor: pointer;
            width: 257px;
        }
        
        .honor1 .ri .img .li .tit2 {
            text-align: center;
            color: #9b9b9b;
            margin-top: 20px;
            font-size: 16px;
            transition: all .7s;
        }
        
        .honor1 .ri .img .li:hover .tit2 {
            color: #df0004;
        }
        
        .honor1 .ri .ul {
            overflow: hidden;
            padding-bottom: 23px;
        }
        
        .honor1 .ri .ul1 {
            position: relative;
            margin-top: 50px;
            margin-bottom: 20px;
        }
        
        .honor1 .ri .ul2 {
            margin-bottom: 40px;
        }
        
        .honor1 .ri .ul1:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            width: 800px;
            background: url(../image/img81.png) no-repeat center;
        }
        
        .honor1.honor4 .cont1 .le {
            background: url(../image/img31.jpg) no-repeat center/cover;
        }
        
        .honor1.honor4 .w1300 .ri {
            padding-top: 80px;
        }
        
        .honor1.honor4 .w1300 .ri .list {
            position: absolute;
            top: 50px;
            right: 50px;
            overflow: hidden;
        }
        
        .honor1.honor4 .w1300 .ri .list .li {
            position: relative;
            float: left;
            padding-left: 10px;
            margin-left: 40px;
            color: #9b9b9b;
            line-height: 1;
        }
        
        .honor1.honor4 .ri .ul .li {
            font-size: 14px;
            width: 48%;
        }
        
        .honor1 .ri .ul .li {
            position: relative;
            float: left;
            font-size: 16px;
            padding-left: 17px;
            width: 40%;
            color: #9b9b9b;
            line-height: 1;
            margin-bottom: 15px;
            transition: all .7s;
            cursor: pointer;
        }
        
        .honor1.honor4 .ri .ul>div {
            position: relative;
            overflow: hidden;
            padding-top: 40px;
        }
        
        .honor1.honor4 .ri .ul>div:after {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            width: calc(100% - 50px);
            height: 1px;
            background: #e5e5e5;
            opacity: .7;
        }
        
        .honor1 .ri .ul>div:last-child {
            padding-bottom: 0;
        }
        
        .honor1 .ri .list .li.guo:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background: #f01f0b;
        }
        
        .honor1 .ri .list .li.sheng:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background: #ffc10a;
        }
        
        .ser .swiper-wrapper {
            display: block;
        }
        
        .honor1 .ri .list .li.shi:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background: #1f98ff;
        }
        
        .honor1 .ri .ul .guo .li:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background: #f01f0b;
        }
        
        .honor1 .ri .ul .sheng .li:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background: #ffc10a;
        }
        
        .honor1 .ri .ul .shi .li:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background: #1f98ff;
        }
        
        .honor1 .ri .ul .li .txt {
            display: inline-block;
            position: relative;
            padding-right: 33px;
        }
        
        .honor1 .ri .ul .li .txt:before {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 18px;
            height: 14px;
            background: url(../image/jpg.png) no-repeat center right;
        }
        
        .honor1 .ri .ul .li .txt:before:hover {
            background: url(/images/honor/jpg2.png) no-repeat center right;
        }
        
        .honor1 .ri .ul .li .imgg {
            display: none;
        }
        
        .honor1 .ri .ul .li:hover {
            color: #df0004;
        }
        
        .honor1 .ri .ul .li:nth-child(odd) {
            width: 48%;
        }
        
        .honor1 .ri .box2 .ul2 {
            margin-top: 35px;
        }
        
        @media (max-width:1600px) {
            .keji1 .w1300 {
                width: 80%;
                margin: 0 0;
            }
            .keji1 .cont2 .list .li {
                width: 31%;
                margin-right: 2%;
            }
            .keji1 .cont2 .list .li .txt {
                padding-right: 20px;
            }
        }
        
        .ser.service10 .bd ul li .img .ul2 {
            position: absolute;
            bottom: 30px;
            left: 650px;
        }
        
        .ser.service10 .bd ul li .img .ul2 .li {
            float: left;
            width: 8px;
            height: 8px;
            margin: 0 5px;
            background: #eae3d9;
            border-radius: 50%;
            cursor: pointer;
        }
        
        .ser.service10 .bd ul li .img .ul2 .li.on {
            background: #df0004;
        }
        
        .BMap_Marker div {
            width: 43px !important;
        }
        
        .boxxx {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 999;
            display: none;
        }
        
        .lun {
            position: fixed !important;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 999;
            width: 100vw;
            height: 100vh;
            display: none;
        }
        
        .boxxx .bg {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
        }
        
        .lun .bg {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
        }
        
        .lun .swiper-container {
            position: absolute !important;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 413px;
        }
        
        .lun .btn {
            height: 90px;
            width: 100%;
            background: #f3f3f3;
        }
        
        .lun .btn div {
            cursor: pointer;
        }
        
        .lun .btn .prev {
            float: left;
            height: 100%;
            width: 90px;
            background: url(../image/left2.png) no-repeat center;
        }
        
        .lun .btn .next {
            float: right;
            height: 100%;
            width: 90px;
            background: url(../image/right2.png) no-repeat center;
        }
        
        .boxxx .img {
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            /* width: 350px; */
            z-index: 88;
            overflow: hidden;
        }
        
        .boxxx .img img {
            /* width: 100%;
            height: 100%; */
            max-height: 685px;
        }
        
        .boxxx .img .swiper-button-prev:hover {
            background: #cf0900 url(../image/left.png) no-repeat center;
        }
        
        .boxxx .img .swiper-button-next:hover {
            background: #cf0900 url(../image/right.png) no-repeat center;
        }
        
        .boxxx .img .swiper-button-next {
            background: #fff url(../image/right_on.png) no-repeat center;
            width: 60px;
            height: 60px;
            transition: all .7s;
        }
        
        .boxxx .img .swiper-button-prev {
            background: #fff url(../image/left_on.png) no-repeat center;
            width: 60px;
            height: 60px;
            transition: all .7s;
        }
        
        img {
            image-rendering: -moz-crisp-edges;
            image-rendering: -o-crisp-edges;
            image-rendering: -webkit-optimize-contrast;
            image-rendering: crisp-edges;
            -ms-interpolation-mode: nearest-neighbor;
        }
        
        .pc_hd {
            display: block;
        }
        
        .mobile_hd {
            display: none;
        }
        
        .headermobile {
            width: 100%;
            position: fixed;
            top: 0;
            height: 1.2rem;
            z-index: 999;
            transition: all .4s;
            background: #fff;
        }
        
        .headermobile .head_logo {
            width: 3.65rem;
            height: 1.2rem;
            float: left;
            background: url(../image/logo1.png) no-repeat center;
            background-size: 3.65rem 0.49rem;
            margin-left: 0.3rem;
        }
        
        .head_navmobile_btn {
            width: 0.46rem;
            height: 0.76rem;
            position: relative;
            float: right;
            margin: 0.44rem 0.3rem 0 0;
            cursor: pointer;
        }
        
        .head_navmobile_btn .close {
            /* margin: -16px 0 0 -16px; */
            width: 32px;
            height: 32px;
            -webkit-transform: rotateX(0.1deg) rotateZ(45deg);
            transform: rotateX(0.1deg) rotateZ(45deg);
            top: -.1rem !important;
        }
        
        .head_navmobile_btn .close .line:nth-child(1) {
            top: 0;
            left: .3rem;
            width: 2px;
            height: .6rem;
            position: absolute;
            -webkit-animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
            animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
        }
        
        .head_navmobile_btn .close .line:nth-child(2) {
            top: .3rem;
            left: 0;
            width: .6rem;
            height: 2px;
            position: absolute;
            -webkit-animation: close-out-2 0.3s linear 0s 1 normal forwards;
            animation: close-out-2 0.3s linear 0s 1 normal forwards;
        }
        
        .head_navmobile_btn.open .close .line:nth-child(1) {
            -webkit-animation: close-in-1 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.6s 1 normal forwards;
            animation: close-in-1 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.6s 1 normal forwards;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            top: 0;
            left: .3rem;
            width: 2px;
            background: #c40025;
            height: .6rem;
            position: absolute;
            margin-left: -1px;
        }
        
        .head_navmobile_btn.open .close .line:nth-child(2) {
            -webkit-animation: close-in-2 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.5s 1 normal forwards;
            animation: close-in-2 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.5s 1 normal forwards;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            top: .3rem;
            left: 0;
            width: .6rem;
            height: 2px;
            background: #c40025;
            position: absolute;
            margin-top: -1px;
        }
        
        .head_navmobile_btn .open {
            height: .44rem;
        }
        
        .head_navmobile_btn .lines {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            height: .33rem;
            width: .46rem;
        }
        
        .head_navmobile_btn .open .line {
            display: inline-block;
            width: .46rem;
            height: 0.05rem;
            background-color: #c40025;
            float: right;
            margin: auto;
            -webkit-animation: open-in 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.3s 1 normal forwards;
            animation: open-in 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.3s 1 normal forwards;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }
        
        .head_navmobile_btn .lines.open .line:nth-child(2) {
            margin-top: .1rem;
            -webkit-animation-delay: 0.36s;
            animation-delay: 0.36s;
        }
        
        .head_navmobile_btn.open .lines.open .line:nth-child(2) {
            -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
            -webkit-animation-name: open-out-2;
            animation-name: open-out-2;
        }
        
        .head_navmobile_btn .line:nth-child(3) {
            margin-top: .1rem;
            clear: both;
        }
        
        .head_navmobile_btn.open .line {
            -webkit-animation: open-out-1 0.4s linear 0s 1 normal forwards;
            animation: open-out-1 0.4s linear 0s 1 normal forwards;
            -webkit-transform: scaleX(0) translateX(0);
            transform: scaleX(0) translateX(0);
        }
        
        .main-menumobile {
            z-index: 998;
            position: fixed;
            left: 0;
            top: -100%;
            width: 100%;
            background: #fff;
            height: 100%;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: end;
            justify-content: flex-end;
            pointer-events: none;
            /* opacity: 0; */
            -webkit-transition: top .6s;
            transition: top .6s;
        }
        
        .head_navmobile ul.nav_listmobile {
            /* position: absolute; */
            /* top: 50%; */
            /* transform: translateY(-50%); */
            /* left: 0.4rem; */
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            margin-top: 2.5rem;
        }
        
        .head_navmobile ul.nav_listmobile>li {
            border-bottom: 1px solid rgba(66, 65, 65, .3);
        }
        
        .head_navmobile ul.nav_listmobile>li {
            -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
            transform: translateY(50px);
            -webkit-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-timing-function: ease-out;
            -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            opacity: 0;
        }
        
        .no-scroll .head_navmobile ul.nav_listmobile>li {
            transform: translateY(0);
            -webkit-transition-duration: .5s;
            -o-transition-duration: .5s;
            transition-duration: .5s;
            opacity: 1;
        }
        
        .no-scroll .head_navmobile ul.nav_listmobile>li:nth-child(1) {
            /* animation: fadeInUptop 1.6s ease  alternate; */
            -webkit-transition-delay: .8s;
            -o-transition-delay: .8s;
            transition-delay: .8s;
        }
        
        .no-scroll .head_navmobile ul.nav_listmobile>li:nth-child(2) {
            -webkit-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
        }
        
        .no-scroll .head_navmobile ul.nav_listmobile>li:nth-child(3) {
            -webkit-transition-delay: 1.2s;
            -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
        }
        
        .no-scroll .head_navmobile ul.nav_listmobile>li:nth-child(4) {
            -webkit-transition-delay: 1.4s;
            -o-transition-delay: 1.4s;
            transition-delay: 1.4s;
        }
        
        .no-scroll .head_navmobile ul.nav_listmobile>li:nth-child(5) {
            -webkit-transition-delay: 1.6s;
            -o-transition-delay: 1.6s;
            transition-delay: 1.6s;
        }
        
        .no-scroll .main-menumobile {
            top: 0;
        }
        
        .main-menumobile.locked {
            /* opacity: 1; */
            visibility: inherit;
            pointer-events: auto;
        }
        
        .head_navmobile_btn.open .line:nth-child(1) {
            -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s;
        }
        
        .head_navmobile {
            width: 100%;
            height: 100%;
            padding: 1.3rem 0 0;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            overflow-y: auto;
            background: #fff;
        }
        
        @keyframes fadeInUptop {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 50px, 0);
                transform: translate3d(0, 50px, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
            }
        }
        
        .fadeInUptop {
            -webkit-animation-name: fadeInUptop;
            animation-name: fadeInUptop;
        }
        
        .head_navmobile ul.nav_listmobile>li>p {
            background: url(../image/ico-top.png) no-repeat;
            background-size: .23rem .13rem;
            /* background-position: 9.85rem 50%; */
            background-position-y: calc(50% - .13rem);
            background-position-x: 9.65rem;
        }
        
        .head_navmobile ul.nav_listmobile>li>p>a {
            width: auto;
            display: inline;
        }
        
        .nav_listmobile>li>a,
        .nav_listmobile>li>p {
            color: #685f57;
            /* height: 2rem;
line-height: 2rem; */
            padding: .7rem 0;
            font-size: .42rem;
            text-align: left;
            letter-spacing: 1px;
            line-height: .6rem;
        }
        
        .nav_listmobile>li>p.on {
            /* color: #f01000; */
        }
        
        .ul_nei_nav {
            display: none;
            margin-bottom: calc(0.2rem + 1px);
        }
        
        .ul_nei_nav::after {
            content: '';
            clear: both;
            display: block;
        }
        
        .ul_nei_nav li {
            float: left;
            margin-right: 0.5rem;
            margin-bottom: 0.45rem;
        }
        
        .ul_nei_nav li a {
            color: #828688;
            display: inherit;
            font-size: .32rem;
            line-height: .32rem;
            /* min-width: 1.5rem; */
            text-align: left;
        }
        
        .index .banner2 {
            display: none;
            height: calc(100vh - 1.2rem);
            margin-top: 1.2rem;
        }
        
        .index .banner2 video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .index .banner2 img {
            width: 100%;
            height: 100%;
        }
        
        .index .banner2 .ban_t {
            position: absolute;
            top: 2.08rem;
            left: 0.3rem;
        }
        
        .index .banner2 .ban_t2 {
            position: absolute;
            top: 2.08rem;
            left: 0.3rem;
        }
        
        .index .banner2 .ban_t3 {
            position: absolute;
            top: 2.08rem;
            left: 0.3rem;
        }
        
        .index .banner2 .ban_t3 .h3 {
            font-size: 0.45rem;
            line-height: 0.6rem;
            color: #ffffff;
            margin-bottom: 0.15rem;
        }
        
        .index .banner2 .ban_t3 .h4 {
            font-size: 0.4rem;
            line-height: 0.44rem;
            color: #d1cdcb;
            font-family: 'Brandon_light';
            text-transform: uppercase;
        }
        
        .index .banner2 .ban_t3 .h4 em {
            font-family: 'BRANDON_BLD';
        }
        
        .index .banner2 .ban_t2 .text02 .h3 {
            font-size: 0.45rem;
            color: #ea3030;
            font-weight: 100;
            line-height: 0.6rem;
            margin-bottom: 0.2rem;
            text-align: left;
        }
        
        .index .banner2 .ban_t2 .text02 .h4 {
            font-family: 'Brandon_light';
            font-size: 0.4rem;
            line-height: 0.44rem;
            color: #e5d3d2;
            text-transform: uppercase;
            text-align: left;
        }
        
        .index .banner2 .ban_t2 .text02 .h4 em {
            font-family: 'BRANDON_BLD';
        }
        
        .index .banner2 .ban_t .h3 {
            font-size: 0.45rem;
            color: #fefeff;
            font-weight: 100;
            line-height: 0.6rem;
            margin-bottom: 0.2rem;
            text-align: left;
        }
        
        .index .banner2 .ban_t .h4 {
            font-family: 'Brandon_light';
            font-size: 0.4rem;
            line-height: 0.44rem;
            color: #fff;
            text-transform: uppercase;
            text-align: left;
        }
        
        .index .banner2 .ban_t .h4 em {
            font-family: 'BRANDON_BLD';
        }
        
        .index .banner2 .swiper-pagination {
            bottom: 0.7rem;
        }
        
        .index .banner2 .swiper-pagination .swiper-pagination-bullet {
            margin: 0 0.1rem;
            opacity: 1;
            background: #ffffff;
        }
        
        .index .banner2 .swiper-pagination .swiper-pagination-bullet-active {
            background: #cf0900;
        }
        
        .content_index .cont4 .list {
            display: block;
        }
        
        .content_index .cont4 .list2 {
            display: none;
        }

/* wang */
.boxxx.lun .img{width: auto; overflow: visible;}
.boxxx.lun .img .swiper-container{position: static !important; transform: none; width: 880px; height: 548px; box-sizing: content-box; border: 6px solid #ededed; border-radius: 6px; overflow: hidden;}
.boxxx.lun .img .swiper-button-prev,.boxxx.lun .img .swiper-button-next{width:64px; height: 64px; background: no-repeat center; transition: all .4s;}
.boxxx.lun .img .swiper-button-prev{background-image: url(../image/icon-prev.png); left: -150px;}
.boxxx.lun .img .swiper-button-next{background-image: url(../image/icon-next.png); right: -150px;}
.boxxx.lun .img .swiper-button-prev:hover{background-image: url(../image/icon-prev-on.png);}
.boxxx.lun .img .swiper-button-next:hover{background-image: url(../image/icon-next-on.png);}
.boxxx.lun .img .swiper-slide{width: 880px; height: 548px;}

.keji3-boxxx{position: fixed; left: 0; top: 0; width: 100%; height:100%; z-index: 999;}
.keji3-boxxx .bg{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6);}
.keji3-boxxx .swiper-container{border:0 none; border-radius: 0; width: auto; height: 70vh; max-height: 700px;}
        
        @media (max-width:1300px) {
            .keji22 .cont1 .list ul li {
                height: 100%;
            }
            .keji22 .cont1 .list ul li .txt {
                width: 64%;
                padding-bottom: 65px;
            }
            .keji1 .cont2 .list .li {
                width: 32%;
            }
            .serCont_ban .txt {
                background: #386cb5;
            }
            .content {
                width: 100%;
            }
            #header {
                height: 1.2rem;
            }
            .index .banner {
                display: none;
            }
            .index .banner2 {
                display: block;
            }
            .pc_hd {
                display: none;
            }
            .mobile_hd {
                display: block;
            }
            body {
                min-width: 0;
            }
            .content_index .cont3 .swiper-container {
                margin-left: 0;
            }
            .w1300 {
                width: 92%;
            }
            .keji22 .cont1 .bt .w1300{margin-left: 0; margin-right: 0; width: 100%;}
            .keji22 .cont1 .bt .ul{background: #fff;}
                  .keji22 .cont1 .bt .li{
                      height: auto;
                      flex: 1;
                      padding-left: 0.3rem;
                  }
                  .keji22 .cont1 .bt .li .t{
                            font-size: 0.32rem;
                  }
                  .keji22 .cont1 .bt .li p{
                            font-size: 0.26rem;
                            /* width: 4.6rem; */
                            line-height: 0.32rem;
                  }
                  /* .keji22 .cont1 .bt .li .d:before{
                            bottom: 0.3rem;
                            right: -.6rem;
                  } */
            .about5 .cont .cont1 ul li {
                width: 50%;
                margin-bottom: 0.85rem;
            }
            .about6 .cont .cont2 .list {
                justify-content: space-around;
            }
            .content_index .cont1 {
                height: 100%;
                padding-bottom: 1.6rem;
                background: url(../image/cont1_bg.jpg) no-repeat center top/cover;
            }
            .content_index .cont1 .time {
                font-size: 22px;
            }
            .content_index .cont1 .tit {
                width: 100%;
                padding-top: 0.6rem;
            }
            .content_index .cont1 h4 {
                font-size: 0.44rem;
                margin-top: 0.1rem;
            }
            .about1 .cont1 .title {
                font-size: .3rem;
                line-height: .54rem;
            }
            .content_index .cont1 p {
                font-size: 0.2rem;
                padding: 0 0.3rem;
            }
            .content_index .cont2 .list .ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
            .content_index .cont2 .list .li {
                width: 30%;
            }
            .content_index .cont2 .list {
                width: 100%;
            }
            .Notice {
                width: 90%;
            }
            .about1 .w1300 {
                width: 95%;
            }
            .about1 .cont1 .le {
                width: 40%;
            }
            .about1 .cont1 .ri {
                width: 56%;
            }
            .about1 .cont1 .bt {
                width: 100%;
            }
            .about1 .cont2 .ri {
                width: 45%;
            }
            .about1 .cont2 .p {
                width: 100%;
            }
            .about1 .cont2 .hon_or {
                z-index: 99;
                width: 6rem;
                height: 1.3rem;
                line-height: 1.2rem;
                margin-top: 0.4rem;
            }
            .about1 .cont2 .hon_or:after {
                height: 1.3rem;
            }
            .about1 .cont2 .list {
                padding-top: 0.4rem;
            }
            .about1 .cont2 .list ul li {
                margin-right: 0 !important;
                width: 50%;
                margin-bottom: 0.2rem;
            }
            .about1 .cont2 .le {
                width: 50%;
            }
            .about1 .cont2 .title {
                font-size: 0.3rem;
                line-height: 0.42rem;
                margin-bottom: 0.6rem;
            }
            .about1 .cont2 .video {
                width: 100%;
            }
            .about1 .cont3 .ri {
                width: 55%;
            }
            .about1 .cont3 .box {
                padding-top: 0.4rem;
                padding-left: 0.45rem;
                padding-bottom: 0.4rem;
            }
            .about1 .cont3 .box .tit1 {
                font-size: 0.36rem;
            }
            .about1 .cont3 .box .tit3 {
                font-size: 0.36rem;
            }
            .about6 .cont .cont1 .list .li {
                width: 32%;
            }
            .news2 .video .img {
                width: 100%;
                height: 5.2rem;
            }
            .news2 .video .txt {
                width: 90%;
                display: none;
            }
            .news2 .cout1 .video {
                margin: 0.6rem auto 0;
            }
            .news2 .cout2 {
                position: relative;
                padding-top: 0.6rem;
                padding-bottom: 1.8rem;
            }
            .news2 .video .play {
                width: 0.9rem;
            }
            #video_box .video_con {
                width: 85%;
            }
            .head_navmobile_btn .open .line {
                height: 4px;
            }
            .content_index .cont2 {
                height: 100%;
                padding-bottom: 1.2rem;
            }
                  .ft_box .box{
                            width: 92%;
                            height: 10.9rem;
                            /* margin: 0 auto; */
                            padding-left: 0.4rem;
                            padding-right: 0.4rem;
                            padding-top: 0.6rem;
                  }
                  .ft_box .box h3{
                            font-size: 0.42rem;
                            font-weight: 700;
                  }
                  .ft_box .box h4{
                            margin-top: 0.2rem;
                            font-size: 0.42rem;
                            letter-spacing: 0px;
                  }
                  .ft_box .box .bt{
                            margin-top: 0.3rem;
                            height: 8rem;
                            overflow-y: auto;
                  }
                  .ft_box .box p{
                            margin-bottom: 0.4rem;
                            font-size: 0.26rem;
                            line-height: 0.42rem;
                  }
            .content_index .cont2 .tit2 {
                width: 93%;
            }
            .content_index .cont2 .le p {
                display: none;
            }
            .content_index .cont2 .ri {
                width: 100%;
            }
            .content_index .cont2 .ri .ul .li {
                margin-right: 0rem;
                width: 25%;
            }
            .swiper-button-next,
            .swiper-button-prev {
                display: none !important;
            }
            .content_index .cont3 .ri {
                display: none;
            }
            .content_index .cont4 .list {
                width: 95%;
            }
            .content_index .cont4 .btn {
                display: none;
            }
            .service1 .hd {
                margin-right: -42px;
            }
            .service1 .bd {
                margin-left: -42px;
                width: 527px;
            }
            .ser .cont2 .list .li {
                width: 32%;
                height: auto;
                margin-right: 2%;
            }
            .ser .cont2 .list .txt {
                position: relative;
            }
            .ser .cont2 .list .li:hover .txt {
                height: auto;
            }
            .ser .cont2 .list .txt p {
                width: 100%;
            }
            .innovation .cont1 .bg .box {
                right: -2rem;
            }
            .innovation2 .cont1 .le {
                width: 35%;
            }
            .innovation2 .cont1 .ri {
                width: 60%;
            }
            .talent2 .box .list {
                width: 80%;
                padding-top: 5%;
                padding-left: 5%;
                padding-right: 5%;
                padding-bottom: 5%;
            }
            .talent2 .box .list h3 {
                font-size: 0.42rem;
            }
            .talent2 .box .list h4 {
                font-size: 0.42rem;
            }
            .talent3 .cont1 .le {
                width: 70%;
            }
            .talent3 .cont1 .box_top {
                width: 100%;
            }
            .talent3 .cont1 .box_top>div {
                width: 25%;
            }
            .talent3 .cont1 .box_top>div:last-child {
                width: 48%;
            }
            .talent3 .cont1 .box_bt ul {
                width: 100%;
            }
            .talent3 .cont1 .rt {
                margin-right: 0;
            }
            .talent3 .cont1 .box_bt ul li .tp h3 {
                width: 135px;
            }
            .talent3 .cont1 .box_bt ul li .tp p {
                margin-right: 20px;
            }
            .keji3 .cont1 .title_top .title .le {
                width: 100%;
                height: 100%;
                padding-bottom: 20px;
                margin-bottom: 20px;
            }
            .keji3 .cont1 .title_top .title .le ul li {
                width: 25%;
                margin-right: 0;
            }
            .keji3 .cont1 .title_top .title .le:after {
                width: 100%;
                height: 1px;
                top: auto;
                bottom: 0;
            }
            .keji3 .cont1 .title_top .title .ri {
                float: left;
                padding-top: 30px;
                width: 100%;
            }
            .keji3 .cont1 .title_top .title .ri ul {
                width: 100%;
                padding-left: 0;
            }
            .keji3 .cont1 .title_top .title .ri ul li {
                width: 25%;
            }
            .honor1 .cont1 .le {
                width: 30%;
            }
            .honor1 .cont1 .ri {
                width: 70%;
                padding-left: 3%;
            }
            .honor1 .ri .tit:before {
                width: 628px;
            }
            .honor1 .ri .img .li {
                margin-right: 100px;
            }
            .honor1 .ri .ul .li:nth-child(odd) {
                width: 50%;
            }
            .honor2 .cont1 .box {
                width: 100%;
            }
            .honor2 .cont1 .box .box_tp ul li:nth-child(1) {
                width: 18%;
            }
            .honor2 .cont1 .box .box_tp ul li:nth-child(2) {
                width: 18%;
            }
            .honor2 .cont1 .box .box_tp ul li:nth-child(2) {
                width: 30%;
            }
            .keji3.keji4 .cont1 .ri {
                display: none;
            }
            .keji3.keji4 .cont1 .le {
                width: 100%;
            }
            .news_n .main .le {
                width: 61%;
            }
            .news_n .main .ri {
                width: 35%;
            }
        }
        
        @media (max-width:1200px) {
            .talent3 .cont1 .le {
                width: 65%;
            }
            .keji22 .cont1 .list ul li .txt {
                width: 60%;
            }
            .keji3 .cont1 .title_top .title .le ul li {
                width: 50%;
            }
            .honor1 .ri .img .li {
                margin-right: 50px;
                width: 260px;
            }
        }
        
        @media (max-width:1000px) {
            .talent3 .cont1 .le {
                width: 60%;
            }
            .keji22 .cont1 .list ul li .txt {
                width: 55%;
            }
            .keji22 .cont1 .list ul li .img {
                width: 45%;
            }
            .honor1 .ri .ul .li {
                width: 100%;
            }
            .honor1 .ri .ul .li:nth-child(odd) {
                width: 100%;
            }
        }
        
        @media (max-width:930px) {
            .keji1 .cont2 .list .li {
                width: 92%;
                margin: 0 auto 0.4rem;
                margin-right: auto !important;
            }
            .keji1 .title_top h4 {
                padding-left: 0.3rem;
            }
            .keji1 .new .hd ul li {
                padding-right: 0.3rem;
                padding-left: 0;
                float: left;
                background: none !important;
            }
            .keji1 .new .hd {
                padding-top: 0;
                padding-bottom: 0;
            }
            .keji1 .new .bd .li {
                padding-left: 0.4rem;
                padding-right: 0.4rem;
                padding-top: 0.6rem;
                width: 100%;
                height: 100%;
                background: url(../image/img72.jpg) no-repeat center/cover;
            }
            .keji1 .new .bd .li h3 {
                font-size: 0.52rem;
            }
            .keji1 .new .bd .li h4 {
                font-size: 0.32rem;
                margin-top: 0.1rem;
                padding-bottom: 0.2rem;
            }
            .keji1 .new .bd .li p {
                font-size: 0.24rem;
            }
            .keji1 .new .bd .li h4 br {
                display: none;
            }
            .keji1 .bd {
                margin-top: 2rem;
                width: 92%;
                margin: 1.4rem auto 0;
                background: url(../image/img61.jpg) no-repeat center/cover;
            }
            .keji1 .hd {
                left: 0.3rem;
                right: auto;
                width: 90%;
                top: -1.42rem;
                overflow-x: scroll;
            }
            .keji1 .hd ul {
                position: relative;
                width: 25rem;
            }
            .keji1 .new .hd:after {
                display: none;
            }
            .keji1 .new .hd ul:after {
                content: '';
                position: absolute;
                top: 0.56rem;
                left: 4px;
                height: 1px;
                width: 20rem;
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 47%, rgba(255, 255, 255, .0) 100%);
            }
            .keji1 .bd {
                height: 7.8rem;
            }
            .service1 .bd {
                width: 100%;
                padding-left: 0;
                height: 4rem;
                margin-left: 0;
            }
            .service1 .hd {
                margin: 0 auto;
            }
            .serCont_ban {
                position: relative;
                height: 6.8rem;
                padding-bottom: 2.6rem;
                background-size: 17.6rem 3.2rem;
                background-position: -1.5rem top;
            }
            .serCont_ban .txt {
                /* position: absolute; */
                /* top: 3.2rem; */
                /* left: 0; */
                width: 100%;
                /* height: 5.6rem; */
                /* padding-top: 0.5rem; */
                padding-right: 0.3rem;
                padding-left: 0.3rem;
            }
            .serCont_ban .txt h3 {
                font-size: 0.32rem;
            }
            footer .ri {
                float: left;
                padding-top: 0.48rem;
                font-size: 0.24rem;
                line-height: 0.36rem;
            }
            footer .ri a:last-child {
                float: left;
            }
            #footer {
                padding: 0 0.3rem;
                background: #25242a;
            }
            footer {
                height: 3.7rem;
            }
            .content_index .cont4 .tit {
                padding-top: 2.44rem;
            }
            footer .le {
                display: block;
                width: 100%;
                padding-bottom: 0.4rem;
                border-bottom: 1px solid #474747;
            }
            footer .le .wx {
                display: none;
            }
            footer .le .wb {
                display: none;
            }
            footer .le .p {
                font-size: 0.24rem;
                line-height: 0.42rem;
                color: rgba(255, 255, 255, .3);
                padding-left: 1.04rem;
                background: url(../image/img25.png) no-repeat center left/0.8rem;
            }
            footer .le .p em {
                display: block;
                color: #cccccc;
                font-size: 0.36rem;
                font-family: 'Gilroy';
                margin-left: 0;
            }
            .content_index .cont4 .tit h3 {
                font-size: 0.74rem;
                margin-right: 0.36rem;
                letter-spacing: -2px;
            }
            .content_index .cont4 .tit h4 {
                font-size: 0.36rem;
                font-weight: bold;
            }
            .content_index .cont4 .list {
                display: none;
            }
            .content_index .cont4 .list2 {
                border-top: 0.06rem solid #f0f0f0;
                position: relative;
                z-index: 999;
                display: block;
                margin: 0.4rem 0.3rem;
            }
            .content_index .cont4 .list2 ul li {
                border-bottom: 1px solid #e5e5e5;
                height: 2.26rem;
                padding-top: 0.4rem;
            }
            .content_index .cont4 .list2 ul li:last-child {
                border-bottom: none;
            }
            .content_index .cont4 .list2 ul li h3 {
                height: 1.45rem;
                width: 1.45rem;
                background: #f0f0f0;
                color: #666666;
                font-family: 'Gilroy_Regular';
                text-align: center;
                padding-top: 0.37rem;
                font-size: 0.2rem;
                border-radius: 0.16rem;
                float: left;
            }
            .content_index .cont4 .list2 ul li h3 em {
                font-size: 0.6rem;
                display: block;
            }
            .content_index .cont4 .list2 ul li h4 {
                width: 4.7rem;
                float: left;
                margin-left: 0.3rem;
                padding-top: 0.33rem;
                font-size: 0.3rem;
                line-height: 0.4rem;
                color: #333;
                word-break: break-all;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
            .content_index .cont4 .list2 .more {
                width: 100%;
                height: 1rem;
                border-radius: 0.08rem;
                font-size: 0.24rem;
                line-height: 1rem;
                color: #666666;
                text-align: center;
                padding-right: 0.22rem;
                background: #eeeeee url(../image/img16.png) no-repeat 4rem center /0.14rem;
            }
            .content_index .cont4 {
                height: 100%;
                padding-bottom: 0.66rem;
            }
            .content_index .cont3 .swiper-container .swiper-wrapper {
                align-items: center;
            }
            .content_index .cont3 .swiper-container .swiper-slide.swiper-slide-prev {
                left: 1.1rem;
            }
            .content_index .cont3 .swiper-container .swiper-slide.swiper-slide-next {
                right: 1.1rem;
            }
            .content_index .cont3 .swiper-container .swiper-slide p {
                height: 1.5rem;
                line-height: 0.32rem;
                padding-left: 0.3rem;
                font-size: 0.24rem;
                color: #3f4861;
                padding-right: 0.3rem;
                display: flex;
                align-items: center;
            }
            .content_index .cont3 .swiper-container .swiper-slide .img {
                height: 3.2rem;
                width: 100%;
            }
            .content_index .cont3 .swiper-container .swiper-slide.swiper-slide-active .img {
                height: 3.8rem;
                overflow: hidden;
                /* width: 100%; */
            }
            .content_index .cont3 .swiper-container .swiper-slide.swiper-slide-active {
                height: 5.3rem;
                overflow: hidden;
            }
            .content_index .cont3 .swiper-container .swiper-slide {
                height: 4.1rem;
                width: 100%;
                padding: 0 0.74rem;
                margin-right: 30px;
            }
            .content_index .cont3 .swiper-container {
                padding-top: 2.3rem;
            }
            .content_index .cont3 .tit {
                top: 0.9rem;
                left: 0.3rem;
                width: 100%;
                padding-right: 0;
            }
            .content_index .cont3 .tit h3 {
                font-size: 0.74rem;
                letter-spacing: -2px;
            }
            .content_index .cont3 {
                height: 6.1rem;
            }
            .content_index .cont3 .tit h4 {
                font-size: 0.32rem;
                margin-top: 0.06rem;
                line-height: 1;
            }
            .content_index .cont2 .list {
                margin: 0.4rem auto 0.48rem;
            }
            .content_index .cont2 .list .li .p {
                font-size: 0.24rem;
                line-height: 1;
                margin-top: 0.3rem;
            }
            .content_index .cont2 .list .li .img {
                height: 0.68rem;
            }
            .content_index .cont2 .list .li .img img {
                height: 100%;
            }
            .content_index .cont2 .list .li .nei {
                top: 0.39rem;
            }
            .content_index .cont2 .ri .ul .li {
                margin-right: 0rem;
                width: 50%;
                padding-right: .4rem;
                height: 2.2rem;
            }
            .content_index .cont2 .list .li {
                width: 44%;
                height: 1.94rem;
            }
            .content_index .cont2 h3 {
                font-size: 0.74rem;
                padding-left: 0.3rem;
            }
            .content_index .cont2 h4 {
                font-size: 0.32rem;
                margin-top: 0.2rem;
                padding-left: 0.3rem;
            }
            .Notice {
                display: none;
            }
            body {
                min-width: 0;
            }
            .about1 .cont1 {
                padding-top: 0.6rem;
                padding-bottom: 0.6rem;
            }
            .about1 .cont1 .title {
                line-height: .42rem;
                padding-bottom: 0.4rem;
                margin-bottom: 0.6rem;
            }
            .about1 .cont1 .title br {
                display: none;
            }
            .about1 .cont1 .le {
                width: 100%;
                margin-bottom: 0.4rem;
            }
            .about1 .cont1 .ri {
                width: 100%;
            }
            .about1 .cont1 .ri img {
                width: 100%;
            }
            .about1 .cont2 .le {
                width: 100%;
                margin-bottom: 0.4rem;
            }
            .about1 .cont1 .bt {
                display: none;
            }
            .about1 .cont2 {
                padding-top: 0.6rem;
                padding-bottom: 0.8rem
            }
            .about1 .cont2 .ri {
                width: 100%;
            }
            .about1 .cont2 .p {
                padding-right: 0;
                margin-top: 0;
            }
            .about1 .cont2 .p p {
                margin-bottom: 0.2rem;
            }
            .about1 .cont2 .list ul li {
                width: 50%;
                height: 1.5rem;
            }
            .about1 .cont2 .list ul li em {
                font-size: 0.72rem;
                letter-spacing: -0.04rem;
                padding-right: 1.1rem;
            }
            .about1 .cont2 .list ul li:nth-child(1) em {
                width: 0.52rem;
            }
            .about1 .cont2 .list ul li:nth-child(2) em {
                width: 1.5rem;
            }
            .about1 .cont2 .list ul li:nth-child(3) em {
                width: 1.5rem;
            }
            .about1 .cont2 .list ul li:nth-child(4) em {
                width: 1.4rem;
            }
            .about1 .cont2 .list ul li em:after {
                top: -0.04rem;
            }
            .about1 .cont2 .list ul li p {
                font-size: 0.16rem;
            }
            .about1 .cont2 .jia {
                display: none;
            }
            .about1 .cont3 {
                padding-top: 0.8rem;
                padding-bottom: 1rem;
            }
            .about1 .cont3 .ri {
                width: 100%;
            }
            .about1 .cont3 .ri p {
                margin-bottom: 0.2rem;
            }
            .about1 .cont3 .box .tit1 {
                font-size: 0.62rem;
                line-height: 0.72rem;
            }
            .about1 .cont3 .box .tit2 {
                font-size: 0.42rem;
            }
            .about1 .cont3 .box .tit3 {
                font-size: 0.36rem;
                line-height: 0.46rem;
                margin-bottom: 0.3rem;
            }
            .about1 .cont3 .ri {
                padding-right: 0.3rem;
            }
            .abCont_ban {
                background: url(../image/banner.jpg) no-repeat center right/cover;
            }
            .nei_ban {
                padding-top: 1.8rem;
                margin-top: 1.2rem;
                height: 4.6rem;
            }
            .nei_ban h3 {
                font-size: 0.46rem;
                margin-right: 0.3rem;
            }
            .nei_ban .img {
                float: right;
                margin-right: 0.3rem;
            }
            .about3 {
                padding-bottom: 0.9rem;
            }
            .about3 .cont2 .box {
                width: 100%;
                margin-top: 0.6rem;
            }
            .about3 .cont2 .w1360 {
                padding-top: .4rem;
                padding-bottom: 0rem;
            }
            .about3 .cont2 .time {
                text-align: left;
                font-size: 0.72rem;
            }
            .about3 .cont2 .tit {
                text-align: left;
                font-size: 0.42rem;
            }
            .about3 .cont2 .list {
                padding: 0.4rem 0.3rem;
            }
            .w1360 {
                width: 100%;
                padding: 0 0.3rem;
            }
            .about3 .cont2 .list p strong {
                width: 86%;
            }
            .about3 .cont2 .w1360:before {
                display: none;
            }
            .about3 .cont2 .w1360:after {
                display: none;
            }
            .about3 .cont2 .time:after {
                display: none;
            }
            .innovation .nei_ban .img {
                float: left;
            }
            .news_n .main .ri {
                display: none;
            }
            .news_n .main .le {
                width: 100%;
                float: none;
                padding-top: 0.7rem;
            }
            .news_n .le .le_tp .return {
                font-size: 0.26rem;
                margin-bottom: 0.3rem;
            }
            .news_n .le .le_tp .return a {
                font-size: 0.24rem;
                margin-bottom: 0;
            }
            .news_n .le .le_tp h3 {
                font-size: 0.42rem;
                margin-bottom: 0.15rem;
            }
            .news_n .le .le_tp h4 {
                font-size: 0.32rem;
                line-height: 0.42rem;
                margin-bottom: 0.2rem;
            }
            .news_n .le .le_tp p {
                font-size: 0.24rem;
                line-height: 0.42rem;
                margin-bottom: 0.1rem;
            }
            .news_n .le .le_tp p em {
                margin-right: 0.2rem;
            }
            .news_n .le .le_tp .bshare-custom a {
                width: 0.52rem;
                height: 0.52rem;
                background-size: cover;
            }
            .news_n .le .le_tp .bshare-custom .bshare-sinaminiblog {
                background-position: -0.68rem 0;
            }
            .news_n .le .le_tp .bshare-custom .bshare-qzone {
                background-position: -1.38rem 0;
            }
            .news_n .le .le_tp .bshare-custom .bshare-qqim {
                background-position: -2.04rem 0;
            }
            .news_n .le .le_tp {
                padding-bottom: 0.2rem;
            }
            .news_n .le .le_bt h3 {
                font-size: .36rem;
            }
            .news_n .le .le_bt p {
                font-size: 0.24rem;
                line-height: 0.42rem;
            }
            .news_n .le .le_bt {
                padding-bottom: 1.15rem;
            }
        }
        
        @media (max-width:930px) {
            .honor2 .cont1 {
                padding-bottom: 0.8rem;
            }
            .honor2 .cont1 .box {
                width: 100%;
                overflow: scroll;
            }
            .honor2 .cont1 .box .scroll {
                width: 23rem;
            }
            .honor2 .cont1 .box .box_tp ul li:nth-child(1) {
                width: 10%;
            }
            .honor2.honor3 .cont1 .box .box_tp ul li:nth-child(1) {
                width: 15%;
            }
            .honor2.honor3 .cont1 .box .box_li ul li:nth-child(1) {
                width: 15%;
            }
            .honor2 .cont1 .box .box_li ul li:nth-child(1) {
                width: 10%;
            }
            .honor2 .cont1 .box .box_tp ul li:nth-child(2) {
                width: 30%;
            }
            .honor2.honor3 .cont1 .box .box_tp ul li:nth-child(2) {
                width: 35%;
            }
            .honor2.honor3 .cont1 .box .box_li ul li:nth-child(2) {
                width: 35%;
            }
            .honor2 .cont1 .box .box_li ul li:nth-child(2) {
                width: 30%;
            }
            .honor2 .cont1 .box .box_tp ul li:nth-child(3) {
                width: 30%;
            }
            .honor2.honor3 .cont1 .box .box_tp ul li:nth-child(3) {
                width: 35%;
            }
            .honor2.honor3 .cont1 .box .box_li ul li:nth-child(3) {
                width: 35%;
            }
            .honor2 .cont1 .box .box_li ul li:nth-child(3) {
                width: 30%;
            }
            .honor2 .cont1 .box .box_tp ul li:nth-child(4) {
                width: 15%;
            }
            .honor2 .cont1 .box .box_li ul li:nth-child(4) {
                width: 15%;
            }
            .honor2.honor3 .cont1 .box .box_tp ul li:nth-child(4) {
                width: 15%;
            }
            .honor2.honor3 .cont1 .box .box_li ul li:nth-child(4) {
                width: 15%;
            }
            .honor2 .cont1 .box .box_tp ul li:nth-child(5) {
                width: 15%;
            }
            .honor2 .cont1 .box .box_li ul li:nth-child(5) {
                width: 15%;
            }
            .honor2.honor3 .list .swiper-slide {
                width: 100%;
            }
            .honor2.honor3 .list .img {
                margin: 0 auto;
                width: auto;
                height: 3.2rem;
            }
            .honor2.honor3 .list .img img {
                transform: translate(-50%, -50%);
                left: 50%;
            }
            .honor2 .lie {
                width: 100%;
                margin-bottom: 0.5rem;
                margin-top: 0.4rem;
                height: 3.8rem;
            }
            .honor2 .awards {
                margin-top: -0.4rem;
                height: 1.69rem;
                background: url(../image/awards.png) no-repeat right/cover;
            }
            .honor2 .awards .le {
                padding-top: 0.75rem;
            }
            .honor2 .awards h3 {
                font-size: 0.42rem;
                font-weight: bold;
            }
            .honor2 .awards h4 {
                font-size: 0.28rem;
                margin-top: 0.2rem;
                line-height: 1;
            }
            .honor2 .list .img img {
                height: 3.2rem;
                width: auto;
                margin: 0 auto;
                display: block;
            }
            .honor2 .list .swiper-slide {
                width: 100%;
                margin-right: 0;
                margin-bottom: 0;
            }
            .honor2 .list .img {
                height: 3.18rem;
            }
            .honor2 .list .p {
                text-align: center;
                padding-top: 0.2rem;
                line-height: 1;
                font-size: 0.28rem;
            }
            .innovation .cont1 .bg {
                width: 100%;
            }
            .honor2 .lie .list {
                width: 100%;
            }
            .innovation .cont2 #idx_map {
                height: 5.2rem;
            }
            .lists {
                height: 1.2rem;
                overflow-x: scroll;
                padding-bottom: 0;
            }
            .innovation .cont1 .bg .box {
                right: 0;
            }
            .lists ul {
                height: 100%;
                border-bottom: 0.04rem solid #ece6e5;
            }
            .lists li {
                margin: 0 0.2rem;
                line-height: 1.16rem;
                font-size: 0.24rem;
                transition: all .7s;
            }
             ::-webkit-scrollbar {
                display: none;
            }
             ::-webkit-scrollbar-thumb {
                display: none;
            }
            .lists:after {
                display: none;
            }
            .lists li.on:before {
                height: 2px;
                bottom: -2px;
            }
            .about3 .cont1 {
                padding-top: 0.6rem;
                padding-bottom: 0.3rem;
            }
            .about5 .cont .cont1 .list {
                padding-top: 0.56rem;
            }
            .about5 .cont .cont1 ul li .img {
                height: 0.74rem;
                width: 1.08rem;
            }
            .about5 .cont .cont1 ul li .img img {
                height: 100%;
            }
            .about5 .cont .cont1 ul li .txt {
                padding-left: 0.34rem;
            }
            .about5 .cont .cont1 ul li .txt h3 {
                font-size: 0.2rem;
            }
            .about5 .cont .cont1 ul li .txt h4 {
                font-size: 0.14rem;
                line-height: 0.2rem;
                margin-top: 0.1rem;
            }
            .about5 .cont .cont1 .title_top h3 {
                padding-left: 0;
            }
            .about5 .cont .cont1 .title_top h4 {
                padding-left: 0;
            }
                  .about5 .cont{
                            padding-top: 1rem;
                            padding-bottom: 1rem;
                  }
            .about5 .cont .cont1 {
                padding-left: 0.4rem;
                padding-right: 0.4rem;
               
            }
            .honor1.honor4 .ri .ul .li {
                width: 100%;
            }
            .serCont_ban .txt h4 br {
                display: none;
            }
                  .serCont_ban .w1300{
                            width:100%;
                  }
            .service11 .le {
                float: none;
            }
            .service11 {
                padding-bottom: 0.9rem;
            }
            .service11 .bt .bd ul li .txt {
                position: relative;
                padding-left: 0.3rem;
                padding-right: 0.3rem;
                padding-top: 0.6rem;
                width: 100%;
                padding-bottom: 0.9rem;
                height: auto;
            }
            .service11 .bt .bd ul li h3 {
                font-size: 0.42rem;
                font-weight: 800;
                line-height: 0.52rem;
            }
            .service11 .bt .bd ul li h4 {
                font-size: 0.42rem;
                margin-top: 0.2rem;
                margin-bottom: 0.2rem;
                line-height: 0.42rem;
            }
            .service11 .bt .bd ul li p {
                font-size: 0.24rem;
                line-height: 0.42rem;
            }
            .service11 .bt .bd ul li .next {
                display: none;
            }
            .keji1 .bd .li {
                position: relative;
            }
            .keji1 .cont2 .swiper-container {
                padding-bottom: 0.7rem;
            }
            .keji1 .cont2 .swiper-pagination {
                left: 0.3rem;
            }
            .honor2 .lie .list .swiper-wrapper {
                flex-wrap: nowrap;
            }
            .boxxx .img {
                width: 6rem;
            }
            .boxxx.lun .img{
                width:auto;
            }
            .boxxx.lun .img .swiper-container{
                width: 6rem;
                height: auto;
            }
            .boxxx.lun .img .swiper-slide{
                width: 6rem;
                height: auto;
            }
            .talent2 .cont1 {
                padding-top: 0.6rem;
            }
            .talent2 .box .list {
                bottom: -69.5%;
            }
            .service10 .list {
                overflow-x: scroll;
                width: 6.9rem;
            }
            .service10 {
                height: auto !important;
                padding-top: 0.9rem;
                padding-bottom: 1.2rem;
            }
            .service10 .list ul {
                width: 12.5rem;
            }
            .service10 .list ul li {
                width: 3rem;
                height: 0.9rem;
                line-height: 0.9rem;
                margin-bottom: 0.04rem;
            }
            .service10 .list ul li a {
                font-size: 0.32rem;
                font-weight: bold;
            }
            .service10 .title {
                margin-top: 0.6rem;
                font-size: 0.26rem;
                line-height: 0.42rem;
                margin-bottom: 0.9rem;
            }
            .service10 .title em {
                font-size: 0.42rem;
                font-weight: bold;
            }
            .service10 .le {
                margin-left: 0;
                margin-bottom: 0.6rem;
            }
            .service10 .ri {
                margin-left: 0;
            }
            .ser.service10 .cont1 .title_top {
                margin-bottom: 0.6rem;
            }
            .ser.service10 .cont1 .img1 {
                width: 6.9rem;
                overflow-x: scroll;
            }
            .ser.service10 .cont1 .img1 img {
                width: 13rem;
            }
            .ser.service10 .cont2 .list .li {
                margin-right: 0;
                height: 5.2rem;
            }
            .ser.service10 .cont2 .list .li .img {
                height: 3.6rem;
                width: 100%;
            }
            .ser .cont2 .list .li .img img {
                width: 100%;
                height: 100%;
            }
            .ser.service10 .cont2 .list .li .p {
                height: 1.6rem;
                font-size: 0.32rem;
                text-align: center;
                line-height: 0.42rem;
                display: flex;
            }
            .ser.service10 .cont4 ul li {
                margin-bottom: 0.2rem;
            }
            .w1260 {
                width: 100%;
            }
            .ser.service10 .bd {
                height: 8.2rem;
                width: 90%;
                margin: 0 auto;
            }
            .ser.service10 .bd ul li {
                width: 100%;
            }
            .ser.service10 .bd .img {
                width: 100%;
                height: 4.6rem;
            }
            .ser.service10 .bd .txt {
                width: 100%;
                padding-left: 0.3rem;
                padding-top: 0.6rem;
                padding-right: 0.3rem;
            }
            .ser.service10 .bd .txt h3 {
                font-size: 0.42rem;
                font-weight: bold;
            }
            .ser.service10 .bd .txt h4 {
                font-size: 0.46rem;
                margin-top: 0.2rem;
                margin-bottom: 0.3rem;
            }
            .ser.service10 .bd .txt p {
                font-size: 0.24rem;
                line-height: 0.32rem;
            }
            .ser.service10 .hd {
                width: 6.9rem;
                overflow-x: scroll;
                margin-top: 0.6rem;
                margin-left: 0.3rem;
            }
            .ser.service10 .hd ul {
                width: 100%;
            }
        }
        
        @media (max-width:750px) {
            .ser .cont2 .list .txt h3 {
                width: 100%;
                font-size: 0.32rem;
            }
            .ser .cont1 .box {
                padding-bottom: 0;
            }
            .ser .cont1 .box .le {
                height: 4rem;
                width: 100%;
                padding-left: 0.3rem;
                padding-top: 0.8rem;
            }
            .ser .cont1 .box .le h3 {
                font-size: 0.42rem;
                margin-bottom: 0.2rem;
            }
            .ser .cont1 .box .le h4 {
                font-size: 0.48rem;
            }
            .ser .cont1 .ls .hd {
                position: relative;
                bottom: auto;
                top: 0;
                left: 0;
                width: 100%;
                overflow-y: scroll;
                min-height: auto;
                padding-left: 0.3rem;
                padding-top: 0.2rem;
                padding-bottom: 0.2rem;
            }
            .ser .cont1 .ls .hd ul {
                width: 12rem;
            }
            .ser.service2 .cont1 .ls .hd ul {
                width: 13rem;
            }
            .ser .cont1 .ls .hd ul li {
                float: left;
                margin-right: 0.3rem;
                font-size: 0.24rem;
                margin-bottom: 0;
                background: #df0004;
            }
            .service11 .hd ul li {
                height: 1rem;
                line-height: 1rem;
                padding: 0 0.3rem;
                margin-right: 0.04rem;
                font-size: 0.28rem;
            }
            .service11 .title_top {
                padding-top: 0.8rem;
            }
            .service11 .title_top h3 {
                font-size: 0.42rem;
            }
            .service11 .title_top h4 {
                font-size: 0.48rem;
            }
            .service11 .bt .bd ul li .txt {
                animation: fadeIn .7s ease-in-out forwards;
                top: 0;
                left: 0;
            }
            .service11 .hd {
                width: 100%;
                overflow-x: scroll;
            }
            .service11 .hd ul {
                width: 17rem;
            }
            .service11 .bt {
                margin-top: 0.5rem;
            }
            .ser.service5 .cont1 .ls .hd ul {
                width: 25rem;
            }
            .ser.service4 .cont1 .ls .hd ul {
                width: 19rem;
            }
            .ser.service13 .cont1 .ls .hd ul {
                width: 13rem;
            }
            .ser.service9 .cont1 .ls .hd ul {
                width: 13rem;
            }
            .ser.service8 .cont1 .ls .hd ul {
                width: 14rem;
            }
            .ser .cont1 .ls .bd {
                position: relative;
                width: 100%;
                padding-left: 0.3rem;
                padding-right: 0.3rem;
                height: auto;
                min-height: 5rem;
                padding-top: 0.4rem;
            }
            .ser .cont1 .ls .bd ul li {
  padding-bottom: 0.6rem;
  height: 4.6rem;
  /* overflow: hidden; */
}
                  .ser .cont1 .ls .bd ul li .p{
                            width: 100%;
                            top: 1.5rem;
                            height: 2.6rem;
                  }
            .ser .cont1 .ls .bd ul li p {
                position: initial;
                width: 96%;
                margin-top: 0.4rem;
            }
                  .ser .cont1 .ls .bd ul li p:first-child{
                            margin-top: 0;
                  }
            .ser .cont1 .ls .bd ul li h3 {
                font-size: .36rem;
                font-weight: bold;
            }
            .ser .cont1 .ls .bd ul li h4 {
                margin-top: 0.2rem;
                font-size: 0.42rem;
                line-height: 1;
            }
            .ser .cont1 .ls .bd ul li .num {
                top: 0.01rem;
                right: 0.3rem;
                font-size: 0.42rem;
            }
            .ser .cont1 .ls .bd ul li h3 {}
            .ser .cont1 .ls .bd ul li h4 {
                margin-top: 0.2rem;
                width: auto;
            }
            .service1 .hd .zhong {
                width: 3rem;
                height: 3rem;
                background: url(../image/yuan7.png) no-repeat center/cover;
            }
            .service1 .hd ul .yu {
                width: 3.6rem;
                height: 3.6rem;
            }
            .service1 .hd ul {
                width: 6.9rem;
                height: 6rem;
            }
            .serCont_ban {
                height: auto;
                padding-bottom: 4.6rem;
                margin-top: 1.2rem;
                padding-bottom: 0;
            }
                  .ser .cont1 .ls2 .hd{
                            width: 100%;
                            height: 100%;
                            display: none;
                  }
                  .ser.service7 .cont1{
                            padding-top: 0rem;
                            padding-bottom: 0.8rem;
                  }
                  .ser .cont1 .ls2 .hd ul li{
                            
                  }
                  .ser .cont1 .ls2 .hd ul li:nth-child(1)::before{
                            /* width: 3.42rem; */
                            /* height: 3.8rem; */
                            width: 5.13rem;
                            height: 5.7rem;
                            top: -5.13rem;
                            left: -.72rem;
                  }
                  .ser .cont1 .ls2 .hd ul li:nth-child(1):after{
                            width: 5.13rem;
                            height: 5.7rem;
                            top: -5.13rem;
                            left: -0.72rem;
                  }.ser .cont1 .ls2 .hd ul li:nth-child(2):before{
                            width: 5.13rem;
                            height: 5.7rem;
                            top: 3rem;
                            left: -2.6rem;
                  }
                   .ser .cont1 .ls2 .hd ul li:nth-child(2):after{
                            width: 5.13rem;
                            height: 5.7rem;
                            top: 3rem;
                            left: -2.6rem;
                  }
                  .ser .cont1 .ls2 .bd ul li h3{
                            font-size: 0.52rem;
                  }
                  .ser .cont1 .ls2 .bd ul li h4{
  font-size: 0.6rem;
  margin-bottom: 0.3rem;
}
                  .ser .cont1 .ls2{
                            height: 6.8rem;
                  }
                  .ser .cont1 .ls2 .bd{
                            width: 6.9rem;
                            /* left: 0; */
                            /* transform: translateX(0px); */
                  }
                  .ser .cont1 .ls2 .bd ul {
                            width: 100% !important;
                  }
                  .ser .cont1 .ls2 .bd ul li {
                            width: 100% !important;
                  }
                  .ser .cont1 .ls2 .bd ul li p{
                            font-size: 0.2rem;
                  }
                  .ser.service7 .cont1 .btn>div{
                    top: 90%;
                  }
            .serCont_ban .txt {
                padding-top: 0.6rem !important;
                padding-bottom: 0.6rem;
                margin-top: 3.2rem;
            }
            .lists ul {
                min-width: 7.5rem;
            }
            .about6 .cont .cont1 {
                padding-top: 0.6rem;
                padding-bottom: 0.8rem;
            }
            .about5 .cont .cont1 ul li .img {
                height: 1.2rem;
                width: 1.68rem;
            }
            .about5 .cont .cont1 ul li .txt h4 {
                font-size: 0.24rem;
                line-height: 0.32rem;
                margin-top: 0.1rem;
            }
            .about5 .cont .cont1 ul li .txt h3 {
                font-size: 0.36rem;
            }
            .about5 .cont .cont1 ul li {
                width: 100%;
            }
            .about6 .cont .cont1:after {
                display: none;
            }
            .about6 .cont .cont1 .list .li {
                width: 94% !important;
                margin: 0 3%;
            }
            .about6 .cont .cont1 .list .li .img {
                height: 4.3rem;
            }
            .about6 .cont .cont1 .list .li .img img {
                width: 100%;
            }
            .about6 .cont .cont1 .list.w1300 {
                width: 100%;
            }
            .about6 .cont .cont2 {
                padding-top: 0.4rem;
                padding-bottom: 1.9rem;
            }
            .about6 .cont .cont2 .list {
                margin-right: 0;
            }
            .about6 .cont .cont2 a {
                width: 100%;
                margin-right: 0;
                /* padding-top: 0.5rem; */
                /* padding-left: 0.3rem; */
                /* padding-right: 0.3rem; */
                margin-bottom: .3rem;
                height: 5.8rem;
            }
                  .about6 .cont .cont2 a .img{
                            height: 4.6rem;
                  }
                  .about6 .cont .cont2 a .box{
                            height: 1rem;
                            padding-left: 0.3rem;
                            padding-right: 0.3rem;
                  }
                  .about6 .cont .cont2 a h3{
                            width: 100%;
                            font-size: 0.32rem;
                            line-height: 1rem;
                  }
            .about6.news1 .cont .cont1 {
                padding-top: 0.6rem;
            }
            .news1 .cont .cont1 .news_tit {
                top: 0.7rem;
            }
            .news1 .nei_ban .img {
                float: left;
            }
            .news1 .cont .cont2 .input {
                position: absolute;
                float: left;
                margin-left: 0;
                height: 1.2rem;
                width: 4rem;
            }
            .news1 .cont .cont2 .input input {
                width: 100%;
                height: 100%;
                border: 0.02rem solid #ededed;
                background: url(../image/search.png) no-repeat 3.2rem center/0.33rem;
            }
            .news1 .cont .cont2 .input button {
                width: 1.2rem;
                height: 1.2rem;
            }
            .news1 .cont .cont2 .year {
                height: 1.2rem;
            }
            .news1 .cont .cont2 .year .show {
                height: 1.2rem;
                line-height: 1.2rem;
                border: 0.02rem solid #ededed;
                font-size: 0.32rem;
                padding-left: 0.2rem;
            }
            .news1 .cont .cont2 .year .show:after {
                width: 0.3rem;
                margin-top: -0.1rem;
            }
            .news1 .cont .cont2 .year .draplist {
                border: 0.02rem solid #ededed;
                top: 1.2rem;
            }
            .news1 .cont .cont2 .top_ri {
                height: 1.2rem;
                margin-bottom: 0.3rem;
            }
            .news1 .cont .cont2 .draplist ul li {
                border: 0.02rem solid #ededed;
            }
            .service1 .hd ul .yu.yu1 {
                margin-left: -1.8rem;
            }
            .service1 .bd {
                height: 5rem;
                padding-top: 0;
            }
            .service1 .hd ul .yu.yu1 .txt {
                padding-top: 0.4rem;
            }
            .service1 .hd .zhong {
                top: 56%;
                margin-left: -1.5rem;
            }
            .service1 .hd ul .yu.yu2 .txt {
                padding-top: 1.56rem;
                padding-left: 0.3rem;
            }
            .service1 .hd ul .yu.yu3 .txt {
                padding-top: 1.56rem;
                padding-right: 0.3rem;
            }
            .service1 .hd:before {
                display: none;
            }
            .service1 .hd:after {
                display: none;
            }
            .ser .cont1 {
                padding-bottom: 1.04rem;
                padding-top: 0.7rem;
            }
            .service1 .bd .en {
                font-size: 0.42rem;
            }
            .service1 .bd li p {
                font-size: 0.24rem;
                line-height: 0.42rem;
                padding-bottom: 0.2rem;
            }
            .ser .cont2 .list .li {
                width: 100%;
                margin-bottom: 0.2rem;
                margin-right: 0;
            }
                  .ser .cont2 .list .txt h4{
                            font-size: 0.32rem;
                  }
            .ser .cont2 .list {
                padding-top: 0;
            }
            .ser .cont2 .tit h3 {
                font-size: 1.02rem;
            }
            .ser .cont2 .tit h4 {
                font-size: 0.42rem;
            }
            .ser .cont2 {
                padding-top: 0.6rem;
            }
                  .ser .cont2 .swiper-container{
                            padding-bottom: 0;
                            margin-top: 0.6rem;
                  }
                  .tan_box .box .le{
                            padding-right: 0;
                  }
                  .tan_box .box{
                            width: 90%;
                            padding-top: 0.6rem;
                            padding-left: 0.3rem;
                            padding-right: 0.3rem;
                            padding-bottom: 0.8rem;
                  }
                  .tan_box .le .le_tp{
                            padding-bottom: 0;
                  }
                  .tan_box .le .le_bt p{
                            width: 100%;
                            padding-top: 0.1rem;
                  }
                  .tan_box .le .le_bt{
                            height: 6.8rem;
                            overflow-y: auto;
                  }
            .innovation .cont1 {
                padding-top: 0.8rem;
                padding-bottom: 0.6rem;
            }
            .innovation .cont1 .bg .box {
                width: 100%;
                padding-top: 0.5rem;
                padding-left: 0.3rem;
                padding-right: 0.3rem;
                padding-bottom: 0.6rem;
                height: auto;
            }
                  .innovation .cont1 .bt{
                  padding-bottom: 0.6rem;
                  }
                  .innovation .cont1 .bt .ul{
                            display: block;
                  }
                  .innovation .cont1 .bt .li{
                            width: 100%;
                            height: 3.2rem;
                            margin-bottom: 0.3rem;
                            padding-left: 0.4rem;
                            padding-top: 0.6rem;
                  }
                  .innovation .cont1 .bt .li .t{
                            font-size: 0.36rem;
                  }
                  .innovation .cont1 .bt .li .d{
                            font-size: 0.26rem;
                            width: 5.5rem;
                            line-height: 0.36rem;
                  }
                  .innovation .cont1 .bt .li .d:before{
                            bottom: 0.3rem;
                  }
            .innovation .cont1 .bg .box h3 {
                font-size: 0.32rem;
            }
            .innovation .cont1 .bg .box h4 {
                font-size: 0.42rem;
                margin-top: 0.2rem;
                margin-bottom: 0.2rem;
            }
            .innovation .cont1 .bg .box p {
                margin-bottom: 0.2rem;
                line-height: 0.32rem;
            }
            .innovation .cont1 .bg {
                height: 7.8rem;
                background: url(../image/img1.jpg) no-repeat center top/100% 3.2rem;
            }
            .innovation2 .cont1 .le {
                display: none;
            }
            .innovation2 .cont1 .ri {
                width: 100%;
            }
            .innovation2 .cont1 .input {
                width: 100%;
            }
            .innovation2 .cont1 .bt input {
                width: 39%;
            }
            .innovation2 .cont1 .bt .img {
                width: 56%;
            }
            .innovation2 .cont1 .bt button {
                width: 100%;
                margin-left: 0;
                margin-top: 0.2rem;
            }
            .innovation2 .cont1 .title_top {
                padding-top: 0.6rem;
                padding-bottom: 0.4rem;
            }
            .talent2 .box {
                background: url(../image/ban12.jpg) no-repeat top center/100% 3.6rem;
                height: 7.8rem;
            }
            .talent2 .box .list {
                top: auto;
                bottom: -50%;
                left: 0;
                width: 100%;
            }
            .talent2 .box .list h4 {
                margin-top: 0.2rem;
            }
            .talent2 .box ul li p {
                position: relative;
                top: 0;
                transform: translateY(0);
            }
            .talent2 .box ul li p br {
                display: none;
            }
            .talent2 .box ul li {
                height: auto;
                min-height: 0.8rem;
            }
            .talent2 .box ul li em {
                top: 0;
                margin-top: 0;
            }
            .talent2 .box ul {
                margin-top: 0.3rem;
            }
            .talent3 .cont1 .le {
                width: 100%;
            }
            .talent3 .cont1 .box_top {
                height: auto;
            }
            .talent3 .cont1 .box_top>div {
                width: 49.5%;
                height: 1.2rem;
                
            }
                  .talent3 .cont1 .box_top>div:nth-child(2){
                    margin-right: 0;        
                  }
            .talent3 .cont1 .box_top .list h3 {
                height: 1.2rem;
                line-height: 1.2rem;
            }
            .talent3 .cont1 .box_top>div h3:after {
                top: 26px;
            }
            .talent3 .cont1 .box_top>div:last-child {
                height: 1.2rem;
                width: 100%;
                margin-top: 0.2rem;
                margin-bottom: 0.2rem;
            }
            .talent3 .cont1 .box_top .search button {
                height: 1.2rem;
                width: 1.2rem;
            }
            .talent3 .cont1 .box_bt ul li .tp {
                height: 1.2rem;
            }
            .talent3 .cont1 .box_bt ul li .tp h3 {
                line-height: 1.2rem;
            }
            .talent3 .cont1 .box_bt ul li .tp p {
                line-height: 1.2rem;
            }
            .talent3 .cont1 .box_bt ul li .tp:before {
                top: 26px;
            }
            .keji22 .cont1 .list ul li .txt {
                width: 100%;
                padding-top: 0.5rem;
                padding-left: 0.3rem;
                padding-right: 0.3rem;
                padding-bottom: 1rem;
            }
            .keji22 .cont1 .list ul li:nth-child(even) .txt{padding-right: 0.3rem;}
            .keji22 .cont1 .list ul li .img {
                height: auto;
                padding-left: 0.3rem;
                padding-right: 0.3rem;
                padding-top: 0.3rem;
                padding-bottom: 0;
                width: 100%;
            }
            .keji22 .cont1 .list ul li .img img {
                width: 100%;
            }
                  .keji22 .cont1 .bt .ul{
                            display: block;
                            background: transparent;
                  }
                  .keji22 .cont1 .bt .li{
                            width: 100%;
                            height: 3.2rem;
                            padding-top: 0.6rem;
                            margin-bottom: 0.3rem;
                  }
            .keji22 .cont1 .list ul li .txt .time {
                left: 0.3rem;
                bottom: 0.3rem;
            }
            .keji22 .cont1 .list ul li:nth-child(even) .img {
                padding-left: 0.3rem;
                padding-right: 0.3rem;
            }
                  .keji22 .cont1{
                            padding-bottom: 1rem;
                  }
            .talent3 .cont1 .box_bt ul li.on .bt {
                height: 6.6rem;
                padding-left: 0.3rem;
                padding-right: 0.3rem;
                overflow-y: auto;
                border: 2px solid #dad4cf;
                padding-bottom: 0.2rem;
            }
            .talent3 .cont1 .box_bt ul li .bt .top p em {
                padding-right: 0.2rem;
                margin-right: 0.2rem;
                font-size: 0.16rem;
            }
            .talent3 .cont1 .box_bt ul li .bt:after {
                display: none;
            }
            .talent3 .cont1 .box_bt ul li .bt .bot {
                padding-top: 0;
            }
                  .talent3 .cont1 .box_top .li1{
                            width: 49%;
                            line-height: 1.2rem;
                  }
            .talent3 .cont1 .rt {
                margin-top: 0.4rem;
                float: left;
                border-top: none;
                padding-top: 0;
            }
            .talent3 .cont1 {
                padding-top: 0.6rem;
                padding-bottom: 0.2rem;
            }
            .talent3 .cont1 .rt h3 {
                height: 0.8rem;
                line-height: 0.8rem;
                font-size: 0.32rem;
                background: url(../image/img23.png) no-repeat center left/0.8rem;
                padding-left: 1rem;
            }
            .talent3 .cont1 .rt h4 {
                font-size: 0.42rem;
                margin-top: 0.3rem;
                margin-bottom: 0.3rem;
            }
            .honor1 .cont1 .le {
                display: none;
            }
            .honor1 .cont1 .ri {
                width: 100%;
                background: none;
            }
            .honor1 .title_top {
                margin-bottom: 0;
            }
            .honor1 .ri .tit {
                margin-top: 0.6rem;
            }
            .honor1 .ri .img .li {
                float: none;
                margin: 0 auto;
            }
            .honor1 .ri .img .li:last-child {
                margin: 0 auto;
            }
            .honor1 .ri .img .li .tit2 {
                margin-top: 0.2rem;
                margin-bottom: 0.2rem;
            }
            .honor1 .ri .ul1 {
                margin-top: 0.5rem;
            }
            .honor1 .ri .ul {
                padding-bottom: 0.5rem;
            }
            .honor1 .ri .ul .li:last-child {
                margin-bottom: 0;
            }
            .honor1 .cont1 {
                padding-bottom: 0.9rem;
            }
            .keji_ban {
                background: url(../image/banner3.jpg) no-repeat center right/cover;
            }
            .keji3 .cont1 {
                padding-top: 0.8rem;
            }
            .about4 .cont .cont1 {
                margin-bottom: 1rem;
            }
            .about4 .cont .cont2 img {
                width: 6.9rem;
                margin: 0 auto;
            }
            .title_top h3 {
                font-size: 0.36rem;
                font-weight: bold;
                margin-bottom: 0.1rem;
            }
            .title_top h4 {
                font-size: 0.42rem;
                letter-spacing: -1px;
            }
            .keji3 .cont1 .title_top .title .le {
                padding-bottom: 0.3rem;
                margin-bottom: 0.3rem;
            }
            .keji3 .cont1 .title_top .title .le ul li {
                width: 100%;
                font-size: 0.26rem;
                line-height: 0.36rem;
                padding-left: 0.2rem;
                margin-bottom: 0.2rem;
            }
            .keji3 .cont1 .title_top .title .le ul li br {
                display: none;
            }
            .keji3 .cont1 .title_top .title .le ul li::before {
                width: 0.08rem;
                height: 0.08rem;
            }
            .keji3 .cont1 .title_top .title .ri {
                padding-top: 0.4rem;
            }
            .keji3 .cont1 .title_top .title .ri ul li {
                font-size: 0.24rem;
            }
            .keji3 .cont1 .title_top .title .ri ul li strong {
                font-size: 0.66rem;
            }
            .keji3 .cont1 .title_top .title {
                padding-top: 0.6rem;
            }
            .keji3 .cont1 .title_top .title .ri ul li strong:after {
                top: 0;
            }
            .keji3 .cont1 .list ul {
                margin-right: 0;
                justify-content: space-between;
            }
            .keji3 .cont1 .list ul li {
                width: 45%;
                margin-right: 0;
                height: 100%;
                margin-bottom: 0.3rem;
            }
            .keji3 .cont1 .list ul li .img {
                width: 100%;
                height: 4.1rem;
            }
            .keji3 .cont1 .list ul li p {
                font-size: 0.24rem;
            }
                  .keji3 .title_top .hd{
                            position: relative;
                            /* right:auto; */
                            /* left:0; */
                  }
            .keji3 .w1300 .hd ul li {
                height: 0.6rem;
                line-height: 0.6rem;
                padding: 0 0.1rem;
                font-size: 0.24rem;
                margin-right: 0;
            }
            .keji3 .cont1 .title_top {
                padding-bottom: 1rem;
            }
            #pagination .next,
            #pagination .prev {
                width: 0.7rem;
                height: 0.7rem;
            }
            #pagination button {
                width: 0.7rem;
                height: 0.7rem;
            }
            .keji3.keji4 .cont1 .title_top {
                padding-bottom: 0.6rem;
            }
            .keji3.keji4 .box_time ul li {
                font-size: 0.36rem;
            }
            .keji3.keji4 .hd {
                float: left;
                margin-top: 0.3rem;
                margin-bottom: 0.3rem;
            }
            .keji3.keji4 .bd {
                margin-top: 2.2rem;
            }
            .keji3.keji4 .bd ul li {
                height: 1.2rem;
                line-height: 0.36rem;
                font-size: 0.24rem;
                padding-top: 0.25rem;
                padding-left: 1.8rem;
                padding-right: 1.4rem;
            }
            .keji3.keji4 .bd ul li em {
                position: absolute;
                top: 50%;
                left: 0.3rem;
                transform: translateY(-50%);
                font-size: 0.32rem;
            }
            .keji1 .w1300 {
                width: 100%;
            }
            .nei_ban .img {
                width: 6.6rem;
            }
            .keji1 .title_top h3 {
                padding-left: 0.3rem;
            }
            .keji1 .title_top {
                padding-top: 1rem;
                padding-bottom: 0.6rem;
            }
                   .keji1 .new{
                             padding-bottom: 0 !important;
                   }
            .news1 .cont .cont2 input {
                float: left;
                width: 4rem;
                height: 1.2rem;
                border: 1px solid #ededed;
                margin-left: 0;
                background: url(../image/search.png) no-repeat 3.2rem center;
            }
        }
        
        .keji2 .cont1 .show {
            position: relative;
            height: 39px;
            line-height: 39px;
            transition: all .7s;
            cursor: pointer;
            font-size: 14px;
            font-family: 'BRANDON_BLD';
            padding: 0 20px;
        }
        
        .keji2 .cont1 .draplist {
            position: absolute;
            left: 0;
            z-index: 99;
            width: 100%;
            background: #fff;
            border: 1px solid #e0ded9;
            border-top: none;
            max-height: 120px;
            overflow: auto;
            cursor: pointer;
            font-size: 12px;
            color: #86795d !important;
        }
        
        .keji2 .cont1 .hd ul .li {
            position: relative;
            float: left;
            height: 39px;
            background: #e0ded9;
            font-size: 14px;
            line-height: 39px;
            text-align: center;
            color: #86795d;
            margin-right: 10px;
            transition: all .7s;
            cursor: pointer;
            font-weight: bold;
        }
        
        .keji2 .cont1 .hd ul .li.fir {
            padding: 0 20px;
        }
        
        .keji2 .cont1 .draplist .xxm div {
            line-height: 18px;
            border-bottom: 1px solid #e0ded9;
            font-family: 'BRANDON_BLD';
            transition: all .7s;
            float: none;
            padding: 0;
            margin-right: 0;
            background: #fff;
            height: 40px;
            display: flex;
            padding: 0 10px;
            justify-content: center;
            align-items: center
        }
