/* header:hover{background-color: #0426ba;} */
body{font-size: 16px;}
main{max-width: 1920px;position: relative;margin: 0 auto;}
main .swiper-container {
    width: 100%;
    height: 100vh;
}

/* æ¨¡å—ä¸€ */
.region_one {position: relative;height: 100%;overflow: hidden;}

.region_one .video {width: 100%;height: auto;}

.region_one .playButton {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-color: #c9c9c9;
    box-sizing: border-box;
    border-radius: 30px;
    z-index: 998;
    cursor: pointer;
}
.region_one .muteBtn {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    border-radius: 50%;
    background: url(../images/mute-F.png) center center no-repeat rgb(159, 159, 159);
    cursor: pointer;
}

.region_one .playButton.pause::before {
    content: '';
    height: 20px;
    border-style: double;
    border-width: 0px 0px 0px 20px;
    border-color: #202020;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.region_one .playButton.play::after {
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.region_one{max-width: 1920px;margin: 0 auto;}
.region_one .hd{width: 100%;position: absolute;bottom: 0;z-index: 1;}
.region_one .hd ul{position: absolute;bottom: 10px;left: 50%;transform: translateX(-50%);}
.region_one .hd li{display:inline-block;background-color:#fff;width:16px;height:7px;transition:all .3s;margin-left:7px;cursor:pointer;border-radius: 4px;transition: all 0.3s ease;}
.region_one .hd li.on{width:70px;}
.region_one .bd {position: relative;z-index: 0;max-height: 100vh;overflow: hidden;}
/* .region_one .bd ul{background-color: #081633;} */
.region_one .bd li{position: relative;height: 100vh;}
.region_one .bd li img{display:block;width:100%;height:auto;}
.region_one .bd li a{display: block;}
.video-js {width: 100%;}
.default-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/zhanweitu.jpg');
    background-size: cover;
    background-position: center;
    z-index: 10;
}
.video-js .vjs-tech{height: auto;}


.region_zero{position: relative;}
.container{display: flex;width: 100%;height: 100vh;}
.child{position: relative;transition: all 0.3s ease;height: 100%;}
.child1{background: url(../images/index_img1.png) top center no-repeat;width: 30%;}
.child2{background: url(../images/index_img2.png) -300px -200px no-repeat;width: 30%;}

.child.on{width: 70%;}
.child.on .yszt_box .btn_box, .child.on .gxql_box .btn_box{display: block;}
.child.on .yszt_box p, .child.on .gxql_box p{display: -webkit-box;}
.child.on .yszt_box, .child.on .gxql_box{top: 50%;transform: translateY(-50%);}


.yszt_box{position: absolute;top: 200px;left: 120px;max-width: 800px;transition:all .3s;}
.yszt_box h3{font-size: 36px;font-weight: bold;color: #fff; }
.yszt_box p{font-size: 20px;color: #fff;margin-top: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;display: none;transition:all .3s;} 
.yszt_box .btn_box{display: none;transition:all .3s;}
.yszt_box .btn_box a{display: inline-block;margin-top: 30px;margin-right: 40px;padding: 10px 20px;border: 1px solid #fff;color: #fff;font-size: 18px;border-radius: 5px;text-decoration: none;}
.yszt_box .btn_box a:hover{background-color: #0039d2;border: 1px solid #0039d2;}
.gxql_box{position: absolute;top: 200px;left: 120px;max-width: 800px;transition:all .3s;}
.gxql_box h3{font-size: 36px;font-weight: bold;color: #fff; }
.gxql_box p{font-size: 20px;color: #fff;margin-top: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;display: none;transition:all .3s;} 
.gxql_box .btn_box{display: none;transition:all .3s;}
.gxql_box .btn_box a{display: inline-block;margin-top: 30px;margin-right: 40px;padding: 10px 20px;border: 1px solid #fff;color: #fff;font-size: 18px;border-radius: 5px;text-decoration: none;}
.gxql_box .btn_box a:hover{background-color: #0039d2;border: 1px solid #0039d2;}


/* æ”¹æˆä¸¤å± */
.child.on{width: 100%;}
.child1{width: 100%;background: url(../images/index_img1.png) top left no-repeat;background-size: 120% auto;}
.child2{width: 100%;background: url(../images/index_img2.png) right no-repeat;background-size: 120% auto;}
.gxql_box{position: absolute;top: 200px;left: auto;right: 120px;max-width: 800px;transition:all .3s;}


/* æ¨¡å—äºŒ */
.region_tow {
    position: relative;
    height: 100%;
    padding-top: 120px;
    background: url(../images/sy-yzsbg.jpg) center -70px no-repeat;
    background-size: 100% 125%;
}
.region_tow .tow_title{text-align: center;margin: 0 auto 30px;max-width: 1200px;}
.region_tow .tow_title::after{content: '';display: block;clear: both;width: 60px;height: 4px;border-radius: 2px;background-color: #0480ff;margin: 20px auto 0;}
.region_tow .tow_title a{color: #000;font-size:  52px;font-weight: bold;}
.region_tow .cont{text-align: center;}
.region_tow .cont span{font-size: 18px;margin-right: 20px;}
.region_tow .cont span:last-child{margin-right: 0px;}
.region_tow .cont span i{font-size: 30px;font-style: normal;color: #2e61d6;margin-right: 10px;font-weight: bold;}



#CSvideo3{width: 100%;height: auto;position: absolute;top: -60px;z-index: -10;}

/* æ–°å¢žæ—‹è½¬åŠ¨ç”» */
/* @keyframes clockwise {
    from {
        transform: rotateX(80deg) rotate3d(0, 0, 1, 0deg);
    }

    to {
        transform: rotateX(80deg)rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes counterclockwise {
    from {
        transform: rotateX(80deg) rotate3d(0, 0, 1, 360deg);
    }

    to {
        transform: rotateX(80deg) rotate3d(0, 0, 1, 0deg);
    }
} */

@keyframes smallicon {
    from {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    to {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

/* åˆ»åº¦è¡¨å®¹å™¨æ ·å¼ */
.scale-container {
    position: absolute;
    width: 1280px;
    height: 420px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
}

/* åˆ»åº¦è¡¨åŠ¨ç”» */
.outer-circle {
    width:100%;
    height:100%;
    position:absolute;
    background: url(../images/2.png) no-repeat;
    animation: clockwise 20s linear infinite;
}

.inner-circle {
    width:80%;
    height:80%;
    position:absolute;
    top: 0%;
    left: 16%;
    background: url(../images/3.png) no-repeat;
    animation: counterclockwise 20s linear infinite;
}

.module-group {
    margin: 0 auto;
    max-width: 1600px;;
    position: relative;
    /* background: url(../images/BaseHalo.png) bottom center no-repeat; */
    height: 100%;
    z-index: 10;
}

.ai_box{position: absolute;top: 22%;left: 50%;transform: translateX(-50%);}
.ai_box .aiball{display: block;width: 300px;height: auto;}
.ai_box .aibase{display: block;width: 300px;height: auto;margin-top: -100px;}

.small-module-left {float: left;}

.small-module-right {float: right;}

.small-module ul {width: 340px;}

.small-module ul li {float: left;margin-bottom: 40px;width: 160px;background: url(../images/tow_iconAbg.png) top center no-repeat;}

.small-module ul li a {display: block;overflow: initial;}

.small-module ul li a img {display: block;margin: 0 auto;}

.small-module ul li a:hover img {animation: none;}

.small-module ul li a span {display: block;text-align: center;font-size: 18px;color: #fff;margin-top: 60px;;}

.small-module ul li a:hover span {font-weight: bold;}

.module_tle{color: #fff;font-size: 36px;font-weight: bold;text-align: center;margin: 0 0 300px;}
.module_tle h2{margin-bottom: 20px;}
.module_tle p span{margin: 0 40px;font-weight: 100;}

.small-module2 {position: relative;}

.small-module2 ul li {float: left;margin-right: 80px;width: 160px;background: url(../images/tow_iconBbg.png) bottom center no-repeat;position: relative;}

.small-module2 ul li:nth-child(2) {margin-top: 100px;}

.small-module2 ul li:nth-child(3) {margin-top: 160px;}

.small-module2 ul li:nth-child(4) {margin-top:180px;}

.small-module2 ul li:nth-child(5) {margin-top: 160px;}

.small-module2 ul li:nth-child(6) {margin-top: 100px;}

.small-module2 ul li:nth-child(7) {margin-right: 0;}

.small-module2 ul li a {display: block;overflow: initial;position: relative;}

.small-module2 ul li a img {display: block;margin: 0 auto;padding-bottom: 70px;}

.small-module2 ul li a:hover img {animation: none;}

.small-module2 ul li a::after{content: '';background: url(../images/tow_iconBbgH.png) center no-repeat;opacity: 0;position: absolute;top: -140px;left: -72px;width: 276px;height: 300px;transition: all .6s ease;z-index: -1;}
.small-module2 ul li a .down_arrow{content: '';background: url(../images/tow_iconBbgH2.png) center no-repeat;opacity: 0;position: absolute;top: -90px;left: 38px;width: 94px;height: 70px;transition: all .9s ease;z-index: -1;}
.small-module2 ul li a::before{content: '';background: url(../images/tow_iconBbgH3.png) center no-repeat;opacity: 0;position: absolute;top: 10px;left: -58px;width: 276px;height: 300px;transition: all .3s ease;z-index: -1;}
.small-module2 ul li a:hover::after {opacity: 1;top: -130px;}
.small-module2 ul li a:hover::before {opacity: 1;top: -16px;}
.small-module2 ul li a:hover .down_arrow{opacity: 1;top: -90px;}

.small-module2 ul li a span {display: block;text-align: center;font-size: 18px;color: #fff;margin-bottom: 30px;;}

.small-module2 ul li a:hover span {font-weight: bold;}



/* æ¨¡å—ä¸‰ */
.region_three{position: relative;height: 100%;background: linear-gradient(to right, #ebf2f8, #c7e6f8);padding-top: 120px;}
.region_three .three_title{text-align: center;margin: 0 auto 30px;max-width: 1200px;}
.region_three .three_title::after{content: '';display: block;clear: both;width: 60px;height: 4px;border-radius: 2px;background-color: #0680ff;margin: 20px auto 0;}
.region_three .three_title a{color: #000;font-size:  52px;font-weight: bold;}
.region_three .three_more{position: relative;display: block;bottom: -30px;left: 50%;margin-left: -85px;width: 170px;height: 50px;line-height: 50px;font-size: 20px;text-align: center;color: #fff;background-color: #0680ff;border-radius: 6px;}
.region_three .three_more:hover{background-color: #066aff;}

.region_three .left_box{float: left;width: 31.875%;margin-right: 2.25%;}
.region_three .right_box{float: right;width: 31.75%;}

.carousel{position: relative;overflow:hidden;width:100%;}
.carousel .hd{width: 100%;position: absolute;height: 50px;line-height: 50px;bottom: 0;right: 0;z-index: 1;background-color: rgba(0,0,0,.4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);}
.carousel .hd ul{position: absolute;right: 16px;bottom: 0;max-width: 30%;}
.carousel .hd li{display:inline-block;background-color:transparent;width: 8px;height: 8px;transition:all .3s;margin-left: 4px;cursor:pointer;border-radius: 10px;border: 1px solid #fff;}
.carousel .hd li.on{background-color: #fff;}
.carousel .hd .slideFocusInfo{color:#fff;text-indent:1em;width: 100%;text-align:left;display: block;padding-right: 30%;height: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;box-sizing: border-box;}
.carousel .hd .slideFocusInfo:hover{text-decoration: underline;}
.carousel .bd {position: relative;z-index: 0;max-height: 400px;overflow: hidden;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.carousel .bd li img{display:block;width:100%;height: 288px;}
.carousel .bd li a{display: block;}
.carousel .bd .jdt-ttimg{display: block;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 9999;
}
.carousel .bd .jdt-ttimg img{display: block;}

.zxyw_box{max-width:100%;padding: 20px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;box-shadow: 3px 3px 17px 6px #d2e9f9;background: linear-gradient(to bottom, #f6faff, #f1f8fe, #f0f7fe, #eaf4fe, #edf6fe, #f8fbff);}
.zxyw_box div.tempWrap{width: 100%;}
.zxyw_box .hd{position: relative;margin-bottom: 20px;}
.zxyw_box .hd ul{margin-bottom: 10px;}
.zxyw_box .hd ul li{float:left;margin-right:5px;margin-right: 10px;position: relative;}
.zxyw_box .hd ul li::after{content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 2px;height: 22px;background-color: #ccc;}
.zxyw_box .hd ul li:last-child{border-right: none;margin-right: 0;}
.zxyw_box .hd ul li:last-child::after{display: none;}
.zxyw_box .hd ul li a{display:block;position:relative;text-align:center;padding-right: 10px;cursor:pointer;color: #666;font-size: 18px;}
.zxyw_box .hd ul li.on>a{color:#000;font-weight: bold;}
.zxyw_box .bd ul li{height: 40px;line-height: 40px;}
.zxyw_box .bd ul li a{float: left;max-width: 75%;box-sizing:border-box;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;color: #000;}
.zxyw_box .bd ul li a:hover{color:#1552ad;}
.zxyw_box .bd ul li .date{float: right;font-size: 16px;white-space: nowrap;color: #7a7979;margin-left:15px;}

.hyfb_box{max-width:100%;padding: 15px 20px 20px 20px;position: relative;box-shadow: 3px 3px 17px 6px #d2e9f9;background: linear-gradient(to bottom, #f6faff, #f1f8fe, #f0f7fe, #eaf4fe, #edf6fe, #f8fbff);border-radius: 10px;}
/* .hyfb_box::after{content: '';position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 80px;height: 4px;background-color: #2882e0;} */
.hyfb_box .tle{text-align: center;margin-bottom: 20px;}
.hyfb_box .tle a{font-size: 32px;font-weight: bold;}
.hyfb_box div.tempWrap{width: 100%;}
.hyfb_box .hd{position: relative;margin-bottom: 13px;}
.hyfb_box .hd ul{margin-bottom: 0;}
.hyfb_box .hd ul li{float:left;margin-right:5px;margin-right: 20px;position: relative;}
.hyfb_box .hd ul li::after{content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 2px;height: 22px;background-color: #ccc;}
.hyfb_box .hd ul li:last-child{border-right: none;}
.hyfb_box .hd ul li:last-child::after{display: none;}
.hyfb_box .hd ul li a{display:block;position:relative;text-align:center;padding-right: 20px;cursor:pointer;color: #666;font-size: 18px;}
.hyfb_box .hd ul li.on>a{color:#000;font-weight: bold;}
.hyfb_box .bd ul li{height: 40px;line-height: 40px;}
.hyfb_box .bd ul li:nth-child(6){margin-bottom: 20px;}
.hyfb_box .bd ul li a{float: left;max-width:76%;box-sizing:border-box;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;color: #000;}
.hyfb_box .bd ul li a:hover{color:#1552ad;}
.hyfb_box .bd ul li .date{float: right;font-size: 16px;white-space: nowrap;color: #666;margin-left:15px;}
.hyfb_box .bd .list1{border-bottom: 1px solid #e6e8e8;padding: 20px 0;margin-bottom: 10px;}
.hyfb_box .bd .list1 a{display: block;max-height: 340px;}
.hyfb_box .bd .list1 h2 a{display: block;float: none;max-width: 100%;font-size: 22px;}
.hyfb_box .bd .list1 .intro{margin: 10px 0;font-size: 16px;line-height: 30px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.hyfb_box .bd .list1 .date{font-size: 16px;color: #bababa;float: none;}


/* æ¨¡å—å›› */
.region_four{position: relative;height: 100%;padding: 120px 0 0;background: url(../images/index_img4.png) center top no-repeat;}
.region_four .four_title{text-align: center;margin-bottom: 30px;}
.region_four .four_title a{color: #fff;font-size:  52px;}
.region_four .four_switch .flexing{display: flex;height: 600px;}
.region_four .four_switch .flexing .section{flex: 1;position: relative;cursor: pointer;transition: 0.5s ease;margin: 0 10px;}
.region_four .four_switch .flexing .section:hover .tctp_cot{-webkit-transform: translate(-50%, -50%) rotate(0);-ms-transform: translate(-50%, -50%) rotate(0);transform: translate(-50%, -50%) rotate(0);}
.region_four .four_switch .flexing .section .tctp_cot{width: 100%;height: 100%;-webkit-transform: translate(-50%, -50%) rotate(0deg);-ms-transform: translate(-50%, -50%) rotate(90deg);transform: translate(-50%, -50%) rotate(0deg);position: absolute;left: 50%;top: 50%;margin: 0;transition: 0.5s ease;overflow: hidden;}
/* .region_four .four_switch .flexing .section .tctp_cot img{width: auto;height: 100%;} */
.region_four .four_switch .flexing .section .tctp_cot .tle{position: absolute;color: #fff;width: 100px;height: 100%;text-align: center;font-size: 27px;box-sizing: border-box;font-family: serif;z-index: 200;line-height: 600px;border: 1px solid #fff;}
.region_four .four_switch .flexing .section.over .tctp_cot .tle{border: 1px solid transparent;}
.region_four .four_switch .flexing .section.over .tctp_cot .tle::after{content: '';display: block;clear: both;width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 20px solid #2057b2;position: absolute;top: 50%;right: -20px;transform: translateY(-50%);}
.region_four .four_switch .section:nth-child(1) .tctp_cot .tle{background-color: #2057b2;}
.region_four .four_switch .section:nth-child(2) .tctp_cot .tle{background: url(../images/index_yxhzbg1.png) top center no-repeat;}
.region_four .four_switch .section:nth-child(3) .tctp_cot .tle{background: url(../images/index_yxhzbg2.png) top center no-repeat;}
.region_four .four_switch .section:nth-child(4) .tctp_cot .tle{background: url(../images/index_yxhzbg3.png) top center no-repeat;}
.region_four .four_switch .section:nth-child(5) .tctp_cot .tle{background: url(../images/index_yxhzbg4.png) top center no-repeat;}
.region_four .four_switch .flexing .over{flex: 11;}

.region_four .four_switch .flexing .ztzl-left-box{position: relative;padding-left: 100px;height: 100%;}
.region_four .four_switch .flexing .over .ztzl-left-box{background-color: #0000003b;}
.region_four .four_switch .flexing .ztzl-left-box .hd{position: absolute;left: 50%;bottom: 20px;text-align: center;z-index: 2;}
.region_four .four_switch .flexing .ztzl-left-box .hd li{font-size: 0;width: 16px;height: 16px;margin: 3px;cursor: pointer;display: inline-block;border: 1px solid #fff;transition:all .3s;border-radius: 50%;}
.region_four .four_switch .flexing .ztzl-left-box .hd li.on {background-color: #fff;}
.region_four .four_switch .flexing .ztzl-left-box .bd{padding:40px 0;}
.region_four .four_switch .flexing .ztzl-left-box .bd .tempWrap{margin: 0 auto;}
.region_four .four_switch .flexing .ztzl-left-box .bd ul{overflow:hidden;height:100%;position: relative;}
.region_four .four_switch .flexing .ztzl-left-box .bd ul::after{content: '';display: block;clear: both;width: 1px;height: 100%;background-color: #d3d3d3;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.region_four .four_switch .flexing .ztzl-left-box .bd ul li{float:left;margin:0 10px;overflow: hidden;width:400px;height:100%;}
.region_four .four_switch .flexing .ztzl-left-box .bd ul li a{display: block;width: 100%;height: 100%;padding: 20px 40px 0;}
.region_four .four_switch .flexing .ztzl-left-box .bd ul li a img{display: block;width: 100px;height: auto;margin: 0 auto;}
.region_four .four_switch .flexing .ztzl-left-box .bd ul li a span{display: block;color: #fff;font-size: 24px;}
.region_four .four_switch .flexing .ztzl-left-box .bd ul li a .small_tle{font-weight: bold;margin: 40px 0 30px;text-align: center;}
.region_four .four_switch .flexing .ztzl-left-box .bd ul li a .small_cont{color: #e6e6e6;line-height: 1.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}



.region_zcbz{position: relative;height: 100%;padding: 120px 0 0;background: url(../images/zcbz_bg.jpg) center bottom no-repeat;}
.region_zcbz .zcbz_title{text-align: center;margin: 0 auto 30px;max-width: 1200px;}
.region_zcbz .zcbz_title::after{content: '';display: block;clear: both;width: 60px;height: 4px;border-radius: 2px;background-color: #fff;margin: 20px auto 0;}
.region_zcbz .zcbz_title a{color: #fff;font-size:  52px;font-weight: bold;display: inline-block;}
.zcbz_search{position: relative;text-align: center;margin-bottom: 30px;}
.zcbz_search form{width: 1160px;margin: 0 auto;position: relative;}
.zcbz_search input:focus{outline: none;border-color: #007BFF;}
.zcbz_search .search_word{width: 100%;height: 80px;line-height: 80px;border: 2px solid #1c69ed;padding: 0 100px 0 30px;background: #fff;border-radius: 10px;}
.zcbz_search .search_word::placeholder{color: #c1c1c1;font-size: 18px;}
.zcbz_search .search_btn{width: 60px;height: 60px;background: url("../images/zcbz_plane.png") center no-repeat #0a89ff;cursor: pointer;border: 1px solid #1c69ed;color: #1c69ed;border-radius:30px;position: absolute;top: 50%;right: 30px;transform: translateY(-50%);font-weight: bold;font-size: 20px;transition: all .3s ease;}
.zcbz_search .search_btn:hover{background: url("../images/zcbz_plane2.png") center no-repeat #effaff;color: #fff;border: 1px solid #4083f7;}

.region_zcbz .curl{width:120px;height:120px;position: absolute;top:-30px;right:-160px;background : linear-gradient(225deg, #fff, #83bff7 45%, #83bff7 50%, transparent  50%,transparent  56%,transparent  62%,transparent  80%,transparent  100%);box-shadow : 0 0 10px rgba(0, 0, 0, .5);transition: all .5s ease;cursor: pointer;box-shadow: none;}
.curl a{display: block;width: 100px;font-size: 36px;font-weight: bold;color: #004eb1;text-align: center;margin: 10px 0 0 auto;line-height: 40px;}
.curl:before,.curl:after{content: '';position: absolute;z-index: -1;left: 12.5%;bottom: 5.8%;width: 70%;max-width: 300px;max-height: 100px;height: 55%;transform: skew(-10deg) rotate(-6deg);}
.curl:after {z-index: auto;content: "";position: absolute;top: 0;left: 0;width: 120px;height: 120px;max-height: initial;background: linear-gradient(225deg, transparent, transparent 45%, #ddd 50%, #aaa 50%, #bbb 56%, #ccc 62%, #f3f3f3 80%, #fff 100%);transition: all .5s ease;transform: none;background: url(../images/zcbz_book.png) no-repeat left top;background-size: 100% 100%;box-shadow: none;}
.curl:hover {width: 160px;height: 160px;}
.curl:hover:before,.curl:hover:after {box-shadow: 0 24px 30px rgba(0, 0, 0, .3);box-shadow: none;}
.curl:hover:after {width: 160px;height: 160px;}

.region_zcbz .zcbz_cont{background: url(../images/zcbzcont_bg.png) no-repeat center;max-width: 1160px;height: 460px;margin: 0 auto;padding: 25px 30px 0;position: relative;}
.region_zcbz .zcbz_list{position: absolute;z-index: -10;top: 25px;max-width: 1100px;opacity: 0 !important;}
.region_zcbz .zcbz_list.on{z-index: auto;opacity: 1 !important;}
.region_zcbz .zcbz_list .zcbz_more{position: absolute;bottom: -150px;left: 50%;transform: translateX(-50%);width: 170px;height: 50px;line-height: 50px;font-size: 20px;text-align: center;color: #0380ff;background-image: linear-gradient(to bottom, #f8fafe, #7cbbf5);border-radius: 6px;}
.region_zcbz .zcbz_list .zcbz_more:hover{background-image: linear-gradient(to bottom, #c2d4f8, #3b9ffc);color: #0074e7;}
.region_zcbz .zcbz_list div.tempWrap{width: 100%;}
.region_zcbz .zcbz_list .hd{position: relative;}
.region_zcbz .zcbz_list .hd ul{margin-bottom: 40px;}
.region_zcbz .zcbz_list .hd ul li{float:left;margin-right:5px;margin-right: 20px;position: relative;}
.region_zcbz .zcbz_list .hd ul li:last-child{border-right: none;}
.region_zcbz .zcbz_list .hd ul li:last-child::after{display: none;}
.region_zcbz .zcbz_list .hd ul li a{display:block;position:relative;text-align:center;padding-right: 20px;cursor:pointer;color: #d7dbf5;font-size: 22px;}
.region_zcbz .zcbz_list .hd ul li.on>a{color:#fff;font-weight: bold;font-size: 24px;}
.region_zcbz .zcbz_list .bd .Carousel_box {position: relative;overflow: hidden;width: 100%;height: 300px;}
.region_zcbz .zcbz_list .bd .Carousel_box .mhd{width: 100%;position: absolute;height: 42px;line-height: 42px;bottom: 0;right: 0;}
.region_zcbz .zcbz_list .bd .Carousel_box .mhd ul{position: absolute;left: 0;bottom: 0;max-width: 180px;}
.region_zcbz .zcbz_list .bd .Carousel_box .mhd li{display:inline-block;background-color:#fff;width:18px;height:6px;transition:all .3s;margin-left:8px;cursor:pointer;overflow: hidden;text-indent: -999px;border-radius: 6px;}
.region_zcbz .zcbz_list .bd .Carousel_box .mhd li.on{width:36px;}
.region_zcbz .zcbz_list .bd .Carousel_box .mhd .Carousel_btn{display: block;width: 42px;height: 42px;line-height: 42px;font-size: 24px;font-weight: bold;text-align: center;border: 2px solid #c5caef;position: absolute;right: 0;bottom: 0;border-radius: 6px;transition: all .3s ease;}
.region_zcbz .zcbz_list .bd .Carousel_box .mhd .Carousel_btn:hover{background-color: #0424b7;color: #fff;}
.region_zcbz .zcbz_list .bd .Carousel_box .mhd .Carousel_btn.sprev{right: 60px;}
.region_zcbz .zcbz_list .bd .Carousel_box .mbd{max-height: 250px;}
.region_zcbz .zcbz_list .bd .Carousel_box .mbd li{width: 255px;margin: 0 10px;overflow: hidden;float: left;}
.region_zcbz .zcbz_list .bd .Carousel_box .mbd li a{display: block;background-color: #fff;border-radius: 12px;padding: 13px 10px;transition: all .3s ease;}
.region_zcbz .zcbz_list .bd .Carousel_box .mbd li a:first-child{margin-bottom: 20px;}
.region_zcbz .zcbz_list .bd .Carousel_box .mbd li a span{display: block;}
.region_zcbz .zcbz_list .bd .Carousel_box .mbd li a .tle{font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #666;}
.region_zcbz .zcbz_list .bd .Carousel_box .mbd li a .cont{font-size: 16px;min-height: 44px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;margin-bottom: 10px;}
.region_zcbz .zcbz_list .bd .Carousel_box .mbd li a:hover{background-color: #0424b7;}
.region_zcbz .zcbz_list .bd .Carousel_box .mbd li a:hover .tle{color: #fff;}
.region_zcbz .zcbz_list .bd .Carousel_box .mbd li a:hover .cont{color: #e6e6e6;}


.region_hzyx{position: relative;height: 100%;padding: 120px 0 0;background-image: linear-gradient(to right,#f1f6fe,#c2dffa);}
.region_hzyx .hzyx_title{text-align: center;margin: 0 auto 30px;max-width: 1200px;padding-top: 30px;}
.region_hzyx .hzyx_title::after{content: '';display: block;clear: both;width: 60px;height: 4px;border-radius: 2px;background-color: #0480ff;margin: 20px auto 0;}
.region_hzyx .hzyx_title a{color: #000;font-size:  52px;font-weight: bold;/* padding-top: 40px; */}
.region_hzyx .yxhzbox{transition: all 0.5s ease;}
.region_hzyx .yxhzbox li{width: 16%;margin-right: 5%;float: left;margin-bottom: 60px;position: relative;}
.region_hzyx .yxhzbox li:nth-child(5n){margin-right: 0;}
.region_hzyx .yxhzbox li a{display: block;width: 260px;height: 109px;overflow: hidden;position: relative;}
.region_hzyx .yxhzbox li a img{display: block;width: 100%;}
.region_hzyx .yxhzbox li a .info{position: absolute;top: 0;color: #f6faff;font-size:  14px;background-color: rgba(91, 91, 91, 0.6);height: 0;border-radius: 6px;transition: all  0.3s ease;overflow: hidden;}
.region_hzyx .yxhzbox li a .info i{font-style: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.region_hzyx .yxhzbox li a:hover .info{height: 100%;width:100%;display: flex;align-items: center;padding: 0 20px;}
.region_hzyx .yxhzbox li a:hover img{transform: scale(1);}
.region_hzyx .txt1{font-size: 26px;text-align: center;margin-bottom: 20px;margin: 0 auto 40px;width: 240px;/* min-height: 10px; */}
.region_hzyx .txt1 li{float: left;width: 19%;cursor: pointer;border-radius: 6px;margin-right: 1.25%;}
.region_hzyx .txt1 li:last-child{margin-right: 0;}
.region_hzyx .txt1 li.on{color: #fff;background-color: #0480ff;}
.region_hzyx .txt1 li:hover{color: #fff;background-color: #0480ff;}
.region_hzyx .txt2{font-size: 34px;text-align: center;letter-spacing: 4px;/* padding-top: 60px; */}
.region_hzyx .txt2 i{display: inline-block;width: 20px;}

.zxly_box{position: absolute;display: none;}

@media screen and (max-width:768px){
    /* ç¬¬ä¸‰é¡µ */
	.tab-box .hd{padding-right:50px;}
	.tab-box .hd ul{overflow:auto hidden;white-space: nowrap;}
	.tab-box .hd ul li{float: none;display:inline-block;}
	.tab-box .hd .more{background: linear-gradient(to right,rgba(255,255,255,0.2),#e7e7e7);}
	.tab-box .bd ul li{line-height:1.8;height:auto;overflow: hidden;border-bottom:1px dashed #dadada;padding-bottom:8px;margin-bottom:8px;/*ã€æ‰‹æœºç«¯é—´è·ã€‘æ ¹æ®è®¾è®¡ç¨¿å®žé™…è°ƒæ•´*/}
	.tab-box .bd ul li:last-child{border:none;}
	.tab-box .bd ul li a{max-width:100%;float:inherit;padding-right:15px;white-space:normal;}
	.tab-box .bd ul li .date{width: 70px;float:inherit;}
}

/* 分辨率指示器 */
        .resolution-indicator {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 10px 15px;
            border-radius: 5px;
            font-size: 14px;
            z-index: 9999;
            font-family: Arial, sans-serif;
        }
        
        /* 1366px分辨率下的特殊样式 */
        .resolution-1367{
          	header .head{transform: scale(0.8);}
            .footer .footer_info{transform: scale(0.8);width: auto;}
            .region_tow .tow_title a,cont,.pipeline_box{width: auto;transform: scale(0.7);margin: 0 auto 0px;display: block;}
            .pipeline_box{margin: 0px auto 0;transform-origin: 37% 50%;}
            .region_hzyx .content_box{width: auto;transform: scale(0.8);top: -100px;}
            .region_zcbz .content_box{width: auto;transform: scale(0.8);top: -40px;}
            .region_three .content_box{width: auto;transform: scale(0.8);top: -40px;}
            .region_three .three_title a{transform: scale(0.7);display: block;}
            .head .menu li .sub{top: 100px;}
            .region_three{padding-top: 100px;}
            .region_three .three_more {bottom: 85px;transform: scale(0.8);}
            .region_zcbz{padding-top: 80px;}
            .region_zcbz .zcbz_title{transform: scale(0.85);}
            .region_zcbz .zcbz_list .zcbz_more{bottom: -130px;}
            .region_three .three_title::after{margin: 0px auto 0;}
            .region_three .three_title{margin: 0px auto 10px;}
            .region_tow .tow_title::after{margin: 0px auto 0;}
            .region_tow .tow_title{margin: 0 auto 20px;}
            .region_zcbz .curl{transform: scale(0.85);right: -130px;}
            .zxly_box{transform: scale(0.85);}
            .region_one{width: 100%;}
            
        }
        
        
        /* 1700px分辨率下的特殊样式 */
        .resolution-1745{
           /* 首页 */
            .region_tow .tow_title a,cont,.pipeline_box{transform: scale(0.9);margin: 0 auto 0px;display: block;}
            .pipeline_box{margin: 0px auto 0;}
            .region_hzyx .content_box{transform: scale(0.8);top: -30px;}
            .region_zcbz .content_box{transform: scale(0.85);top: -40px;}
            .region_three .content_box{transform: scale(0.85);top: -40px;}
            header .head,.footer{transform: scale(0.9);}
            .region_three .three_title a{transform: scale(0.9);display: block;}
            .head .menu li .sub{top: 100px;}
            .region_three{padding-top: 100px;}
            .region_three .three_more {bottom: 70px;transform: scale(0.9);}
            .region_zcbz{padding-top: 80px;}
            .region_zcbz .zcbz_title{transform: scale(0.9);margin: 40px auto 30px;}
            .region_zcbz .zcbz_list .zcbz_more{bottom: -130px;}
            .region_three .three_title::after{margin: 0px auto 40px;}
            .region_three .three_title{margin: 10px auto 10px;}
            .region_tow .tow_title::after{margin: 0px auto 0;}
            .region_tow .tow_title{margin: 0 auto 20px;}
            .region_zcbz .curl{transform: scale(0.9);right: -160px;}
            .zxly_box{transform: scale(0.9);}
            .region_one{width: 100%;}
        }
         .resolution-1280{
            .content_box,.footer{transform: scale(0.8);transform-origin: 25% center;}
            .head{transform: scale(0.9);}
            .head .logo img{width: 100%;}
            .head .logo img,.head .headRight{transform: scale(0.8);}
            .head .logo{margin-right: 0px;}
            .head .menu li{padding: 0 10px;}
            .head .menu .on>a,.head .menu li>a{font-size: 14px;}
            .head .menu li>a{height: 90px;}
            .head .menu li .sub{transform-origin: -200% 0%;transform: scale(0.8);}
            .head .menu li .sub .cont .subchild2,.head .menu li .sub .cont{transform: scale(0.9);}
            /* 首页 */
            .region_tow .tow_title a,cont,.pipeline_box,.region_tow .cont{transform: scale(0.7);margin: 0 auto 0px;display: block;font-size: 40px;animation-fill-mode: inherit;}
            .pipeline_box{transform-origin: 20% 5%;transform: scale(0.6);}
            .pipeline_box{margin: 0px auto 0;}
            .region_hzyx .content_box{transform: scale(0.6);transform-origin: 25% top;}
            .region_zcbz .content_box{transform: scale(0.65);transform-origin: 21.5% top;}
            .region_three .content_box{transform: scale(0.6);transform-origin: 25% -10%;}
            .region_three .three_title{transform: scale(0.6);transform-origin: center center;}
            .region_three .three_title a{transform: scale(0.9);display: block;}
            .head .menu li .sub{top: 90px;}
            .region_three{padding-top: 100px;}
            .region_three .three_more {bottom: 240px;transform: scale(0.7);}
            .region_zcbz{padding-top: 80px;}
            .region_zcbz .zcbz_title{transform: scale(0.9);margin: 20px auto 30px;}
            .region_zcbz .zcbz_list .zcbz_more{bottom: -130px;}
            .region_three .three_title::after{margin: 0px auto 40px;}
            .region_three .three_title{margin: 10px auto 10px;}
            .region_tow .tow_title::after{margin: 0px auto 0;}
            .region_tow .tow_title{margin: 0 auto 10px;}
            .region_zcbz .curl{transform: scale(0.9);right: -160px;}
            .zxly_box{transform: scale(0.7);transform-origin:0 400%;}
            .region_one{width: 100%;}
            .region_tow .cont span{font-size: 16px;}
            .region_hzyx .hzyx_title{padding-top: 10px;}
            .footer .footer_info,.footer_bottom{padding: 0px 0;}
            .footer {padding-top: 0px;}
         }

        @media (min-width: 1921px) {
            .swiper-slide{
                overflow: hidden;
            }
            .swiper-slide-active{
                z-index: 2;
            }
            .last_slide {
                z-index: 3;
            }
            main {
              max-width: 100%;
            }
            header .head {
                width: 80%;
                height: 6.2rem;
                transform: scale(1.1)!important;
            }
            footer {
                padding: 2rem 0;
            }
            footer .footer{
                width: 80%;
                transform: scale(1.1)!important;
                margin: 0 auto;
            }
            .region_tow , .region_three , .region_zcbz , .region_hzyx {
                width: 100%;
                transform: scale(1.1)!important;
                padding-top: 12rem;
            }
            .region_tow .content_box, .region_three .content_box, .region_zcbz .content_box, .region_hzyx .content_box {
                width: 70%;
            }
            .region_one{
                margin: 0 auto;
                max-width: 100%;
            }
            .region_three .three_more{
                position: relative;
                display: block;
                bottom: -40px;
            }
            .region_zcbz{
                background-size: 100% 100%;
                background-position-y: center;
            }
            .region_zcbz .content_box{
                position: initial;
            }
            .region_zcbz .curl{
                top: 9rem;
                right: 6rem;
            }
            .zxyw_box .hd ul li{margin-right: 0.75rem;}
        }
        @media (min-width: 2134px) {
            header .head {
                transform: scale(1.2)!important;
                height: 6.8rem;
            }
            footer .footer{
                transform: scale(1.2)!important;
            }
            .region_tow , .region_three , .region_zcbz , .region_hzyx {
                transform: scale(1.2)!important;
                padding-top: 15rem;
            }
            .region_tow .content_box, .region_three .content_box, .region_zcbz .content_box, .region_hzyx .content_box {
                width: 64%;
            }
            .region_zcbz .curl {
                top: 12rem;
                right: 12rem;
            }
        }
        @media (min-width: 2401px) {
            header .head {
                transform: scale(1.3)!important;
                height: 7.4rem;
            }
            footer .footer{
                transform: scale(1.3)!important;
            }
            .region_tow , .region_three , .region_zcbz , .region_hzyx {
                transform: scale(1.3)!important;
                padding-top: 17rem;
            }
            .region_tow .content_box, .region_three .content_box, .region_zcbz .content_box, .region_hzyx .content_box {
                width: 60%;
            }
            .region_zcbz .curl {
                top: 15rem;
                right: 18rem;
            }
        }
        @media (min-width: 2561px) {
            header .head {
                transform: scale(1.5)!important;
                height: 8.4rem;
            }
            .region_tow , .region_three , .region_zcbz , .region_hzyx {
                transform: scale(1.5)!important;
                padding-top: 22.5rem;
            }
            .region_tow .content_box, .region_three .content_box, .region_zcbz .content_box, .region_hzyx .content_box {
                width: 54%;
            }
            .region_zcbz .curl {
                top: 20.5rem;
                right: 30rem;
            }
        }
        @media (min-width: 2881px) {
            header .head {
                transform: scale(1.9)!important;
                height: 11rem;
            }
            .region_tow , .region_three , .region_zcbz , .region_hzyx {
                transform: scale(1.9)!important;
                padding-top: 37rem;
            }
            .region_tow .content_box, .region_three .content_box, .region_zcbz .content_box, .region_hzyx .content_box {
                width: 40%;
            }
            .region_zcbz .curl {
                top: 34rem;
                right: 57rem;
            }
        }
        @media (min-width: 3841px) {
            header .head {
                transform: scale(2)!important;
                height: 13rem;
            }
            .region_tow , .region_three , .region_zcbz , .region_hzyx {
                transform: scale(2)!important;
                display: flex;
                align-items: center;
                flex-direction: column;
                justify-content: center;
                padding-bottom: 10%;
            }
            .region_tow .content_box, .region_three .content_box, .region_zcbz .content_box, .region_hzyx .content_box {
                width: 26%;
            }
            .region_zcbz .content_box{
                position: relative;
            }
            .region_zcbz .curl {
                top: 0;
                right: 0;
            }
        }