@font-face {
    font-family: 'DINBlack';
    src: url('/theme/default/font/DINBlack.eot');
    src:
    url('/theme/default/font/DINBlack.eot?#font-spider') format('embedded-opentype'),
    url('/theme/default/font/DINBlack.woff') format('woff'),
    url('/theme/default/font/DINBlack.ttf') format('truetype'),
    url('/theme/default/font/DINBlack.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

img{vertical-align: middle;}

a{color: inherit;ss}
.w1400{width: 1400px;margin: 0 auto;}
.w1240{width: 1240px;margin: 0 auto;}

body{font-family: "Source Han Sans CN";}

.disflex{display: flex;}
.flexCenter{display: flex;justify-content: center;align-items: center;}
.flexBetween{display: flex;justify-content: space-between;align-items: center;}

/*Ã¦â€“â€¡Ã¥Â­â€”Ã¦Ë†ÂªÃ¦â€“Â­*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran2000{-webkit-transition:all 2s linear; -moz-transition:all 2s linear; -ms-transition:all 2s linear; transition:all 2s linear;}
.tran3000{-webkit-transition:all 3s linear; -moz-transition:all 3s linear; -ms-transition:all 3s linear; transition:all 3s linear;}


.scrollStyle::-webkit-scrollbar{width: 4px;height: 4px;background: #C7D9E6;border-radius: 2px;}
.scrollStyle::-webkit-scrollbar-thumb{background: #0087CF;border-radius: 2px;}

.scaleimg:hover .pic em,
.scaleimg:hover .pic img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.bgStyle{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}


.fz48{font-size: 48px;}
.fz45{font-size: 45px;}
.fz40{font-size: 40px;}
.fz38{font-size: 38px;}
.fz36{font-size: 36px;}
.fz30{font-size: 30px;}
.fz28{font-size: 28px;}
.fz26{font-size: 26px;}
.fz25{font-size: 25px;}
.fz24{font-size: 24px;}
.fz22{font-size: 22px;}
.fz21{font-size: 21px;}
.fz20{font-size: 20px;}
.fz18{font-size: 18px;}
.fz16{font-size: 16px;}
.fz15{font-size: 15px;}
.fz14{font-size: 14px;}

/* Ã¥Â¯Â¼Ã¥â€¦Â¥Ã©Â¡Âµ */
.loadingPage,.loadingPage body{height: 100vh;font-family: "PingFang SC";}
.loadingPage body{background: url(/theme/default/images/add/loadingBg.jpg) no-repeat center top;background-size: cover;}

.loadingPage .copyRight{position: absolute;left: 0;bottom: 20px;width: 100%;color: #666666;line-height: 22px;text-align: center;}
.loadingPage .copyRight span{margin: 0 25px;}
.loadingPage .copyRight a:hover{color: #0087CF;text-decoration: underline;}

.loadingPage .main{width: 100%;height: 100%;}

.entrance{display: flex;align-items: center;margin: 60px auto 45px;}
.entrance li{width: 300px;height: 300px;margin-right: 34px;position: relative;background: rgba(255,255,255,0.8);border-radius: 8px;box-shadow: 0 0 20px rgba(33,122,154,0.15);}
.entrance li:last-child{margin-right: 0;}
.entrance li .bg{position: absolute;left: 50%;top:50%;transform: translate(-50%, -50%);opacity: 0;}
.entrance li a{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;text-align: center;box-sizing: border-box;padding-top: 35px;}
.entrance li .icon{width: 100px;height: 100px;margin: 0 auto 17px;box-sizing: border-box;border: 1px solid rgba(33,122,154,0.1);border-radius: 50%;padding: 10px;}
.entrance li .icon span{width: 100%;height: 100%;border-radius: 50%;background: rgba(0,135,207,0.1);}
.entrance li .ch{color: #333333;font-weight: normal;line-height: 1;}
.entrance li .en{color: #666666;font-weight: normal;font-family: "Arial";line-height: 1;margin: 7px auto 26px;}
.entrance li .arr{width: 50px;height: 50px;margin: 0 auto;box-sizing: border-box;border: 1px solid rgba(255,255,255,0.2);border-radius: 50%;opacity: 0;transform: scale(0);}
.entrance li:hover{background: #0087CF;box-shadow: none;}
.entrance li:hover .bg{opacity: 0.42;}
.entrance li:hover .ch{margin-top: -10px;}
.entrance li:hover .ch,.entrance li:hover .en{color: #fff;}
.entrance li:hover .icon{transform: scale(0);opacity: 0;}
.entrance li:hover a{padding-top: 0;}
.entrance li:hover .arr{transform: scale(1);opacity: 1;transition:all 0.2s linear 0.3s;}

.loadingPage .btm{display: flex;align-items: center;}
.loadingPage .btm .btn{padding: 0 47px 0 30px;background: rgba(0,135,207,0.1);border-radius: 5px;color: #0087CF;line-height: 60px;margin-right: 26px;}
.loadingPage .btm .btn img{margin-right: 20px;}


.loadingPage .btm dl{margin-right: 15px;position: relative;z-index: 3;}
.loadingPage .btm .icon{width: 60px;height: 60px;background: rgba(0,135,207,0.1);border-radius: 5px;cursor: pointer;}
.loadingPage .btm dd{width: 120px;position: absolute;top: 66px;left: 50%;margin-left: -60px;display: none;}
.loadingPage .btm dd i{display: block;margin: 0 auto;width: 0;height: 0;border: 6px solid transparent;border-bottom-color: #DDEFF8;}
.loadingPage .btm dd span{display: block;padding: 10px;background: #DDEFF8;}
.loadingPage .btm dd span img{width: 100%;}
.loadingPage .btm dl:hover dt{background: #0087CF;}
.loadingPage .btm dl:hover dt img{filter: brightness(0) invert(1);}

.pageStyle{color: #333333;line-height: 30px;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;max-width: 100% !important;}
.pageStyle ul,.pageStyle ul li{list-style: disc inside;}


/* Ã¤Â¸â€œÃ¥Â®Â¶Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡Âµ */
.zjPage{padding-bottom: 80px;background: url(/theme/default/images/add/zjBg.jpg) no-repeat center top;}
.zjPage .wrap{align-items: flex-start;margin-top:30px;s}
.zjPage .left{width: 23.38%;}
.zjPage .left .pic{border: 1px solid #D8D8D8;margin-bottom: 30px;}
.zjPage .left .pic img{width: 100%;}
.zjPage .left .hospital{color: #444s;line-height:24px;margin-bottom:10px;}
.zjPage .left .name{line-height: 1;color: #333333;margin-bottom: 27px;}
.zjPage .left .desc{line-height: 26px;color: #333333;margin-bottom: 100px;}
.zjPage .left .desc dl{margin-top: 15px;display: flex;}
.zjPage .left .desc dl:first-child{margin-top: 0;}
.zjPage .left .desc dt{flex-shrink: 0;font-weight: bold;}
.zjPage .left .desc dt img{margin-right: 15px;}
.zjPage .left .desc dd{flex: 1;overflow: hidden;}
.zjPage .left .code{display: flex;align-items: center;text-align: center;color: #FE9120;line-height: 20px;}
.zjPage .left .code img{width: 112px;height: 112px;flex-shrink: 0;margin-right: 26px;}
.zjPage .left .code .text{flex: 1;overflow: hidden;}
.zjPage .left .code .text h5{color: #3794FD;line-height: 30px;padding-bottom: 14px;position: relative;margin-bottom: 12px;}
.zjPage .left .code .text h5:before{content: "";width: 70px;height: 2px;background: #3794FD;position: absolute;left: 50%;margin-left: -35px;bottom: 0;}

.zjPage .right{width: 72.58%;box-sizing: border-box;padding: 40px 35px;background: rgba(255,255,255,0.8);min-height: 400px;}
.zjPage .right .title{margin-bottom: 20px;padding-left: 11px;position: relative;color: #0087CF;}
.zjPage .right .title:before{content: "";width: 3px;height: 17px;background: #0087CF;position: absolute;left: 0;top:50%;margin-top: -8px;}
.zjPage .right .cont{margin-bottom: 47px;}
.zjPage .right .cont:last-child{margin-bottom: 0;}
.zjPage .right table{width: 100%;border-collapse:collapse;}
.zjPage .right table th{color: #FFFFFF;font-weight: bold;line-height: 60px;background: #0087CF;border: 1px solid rgba(255,255,255,0.2);}
.zjPage .right table th img{margin: -0.25em 6px 0 0;}
.zjPage .right table td{color: #0087CF;text-align: center;line-height: 74px;font-weight: bold;border: 1px solid rgba(0,94,60,0.1);}
.zjPage .right table td:first-child,.zjPage .right table td.on{background: rgba(0,135,207,0.03);}

.mrgBtm10{margin-bottom: 10px;}

/* Ã§Â§â€˜Ã¥Â®Â¤ */
.ksPage{padding: 76px 0 0;}
.ksPage .ksTitle{line-height: 1;color: #111111;padding-bottom: 25px;position: relative;margin-bottom: 27px;}
.ksPage .ksTitle:before{content: "";width: 30px;height: 4px;background: #0087CF;position: absolute;left: 0;bottom: 0;}
.ksPage .item1{position: relative;padding-bottom: 106px;overflow: hidden;}
.ksPage .item1 .bg{width: 1243px;height: 100%;position: absolute;top: 0;left: 50%;margin-left: -283px;background-repeat:no-repeat;background-position:left center;}
.ksPage .item1 > .w1240{position: relative;z-index: 2;}
.ksPage .item1 .title{line-height: 38px;color: #111111;position: relative;margin-bottom: 50px;}
.ksPage .item1 .title:before{content: "";width: 153px;height: 10px;background: #0087CF;position: absolute;left: 0;bottom: 0;opacity: 0.3;z-index: -1;}
.ksPage .item1 .cont{max-width: 910px;box-sizing: border-box;padding: 40px;background: rgba(255,255,255,0.8);box-shadow: 0 0 20px rgba(0,0,0,0.09);}
.ksPage .item1 .cont .text{height: 254px;overflow: auto;padding-right: 48px;}
.ksPage .item1 .cont{max-width: 910px;box-sizing: border-box;padding: 40px;background: rgba(255,255,255,0.8);box-shadow: 0 0 20px rgba(0,0,0,0.09);margin-left: -40px;}

.ksPage .item2{padding:  74px 0;background: url(/theme/default/images/add/ksBg2.jpg) no-repeat center top;background-size: cover;}
.ksPage .item2 .tabs{margin-bottom: 25px;}
.ksPage .item2 .tabs li{margin-right: 50px;position: relative;color: #666666;line-height: 1;padding-bottom: 25px;cursor: pointer;}
.ksPage .item2 .tabs li:before{content: "";width: 30px;height: 4px;background: #0087CF;position: absolute;left: 0;bottom: 0;transform: scale(0,1);opacity: 0;transition:all 0.3s linear;}
.ksPage .item2 .tabs li:after{content: "";width: 3px;height: 16px;position: absolute;right: -24px;top:2px;background: #D8D8D8;}
.ksPage .item2 .tabs li:last-child:after{display: none;}
.ksPage .item2 .tabs li.active{color: #111111;font-weight: bold;}
.ksPage .item2 .tabs li.active:before{transform: scale(1);opacity: 1;}
.ksPage .item2 .container,
.ksPage .item2 .picScroll{overflow: hidden;position: relative;}
.ksPage .item2 .picScroll{padding-bottom: 74px;}
.ksPage .item2 .picScroll a{display: block;}
.ksPage .item2 .picScroll .pic{padding-bottom: 69.11%;position: relative;overflow: hidden;}
.ksPage .item2 .picScroll h5{background: #fff;padding: 0 26px;color: #333333;line-height: 80px;}
.ksPage .item2 .picScroll a:hover h5{color: #0087CF;}

.paginationStyle{bottom: 0;height: 10px;line-height: 10px;}
.paginationStyle .swiper-pagination-bullet{width: 10px;height: 10px;background: #0087CF;margin: 0 7px;opacity: 0.3;transition:all 0.3s linear;border-radius: 6px;}
.paginationStyle .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 36px;opacity: 1;}
.btnStyle{width: 40px;height: 88px;position: absolute;z-index: 2;top:93px;background: rgba(0,0,0,0.1);cursor: pointer;}
.btnStyle.prev{left: 0;}
.btnStyle.next{right: 0;}
.btnStyle img{opacity: 0.5;}
.btnStyle:hover img{opacity: 1;}

.moreBtn{width: 150px;height: 40px;box-sizing: border-box;border: 1px solid #0087CF;border-radius: 29px;text-align: center;line-height: 38px;color: #0087CF;}
.moreBtn span{display: block;padding-right: 12px;position: relative;}
.moreBtn span:before{content: "";width: 7px;height: 7px;border-left: 1px solid #0087CF;border-bottom: 1px solid #0087CF;position: absolute;right: 0;top: 50%;margin-top: -4px;transform: rotateZ(-135deg);}
.moreBtn:hover{background: #0087CF;color: #fff;}
.moreBtn:hover span:before{border-color: #fff;}


.ksPage .item3{padding: 77px 0 60px;background: url(/theme/default/images/add/ksBg3.png) no-repeat right bottom;}
.ksPage .item3 .title{margin-bottom: 36px;}
.ksPage .item3 .ksTitle{margin-bottom: 0;}
.ksPage .item3 .container{position: relative;overflow: hidden;padding-bottom: 54px;}
.ksPage .item3 .container a{display: block;padding-bottom: 90px;position: relative;}
.ksPage .item3 .container .pic{padding-bottom: 130.6%;position: relative;overflow: hidden;}
.ksPage .item3 .container .pic span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position:center;background-repeat:no-repeat;background-size:cover;}
.ksPage .item3 .container .pic img{max-width: 100%;max-height: 100%;}
.ksPage .item3 .container .text{position: absolute;left: 0;bottom: 0;width: 100%;box-sizing: border-box;padding: 20px 12px 25px 25px;background: #FAFAFA;color: #333333;line-height: 24px;}
.ksPage .item3 .container .text .name{color: #111111;line-height: 24px;margin-bottom: 4px;}
.ksPage .item3 .container .text p span{font-weight: bold;transition:all 0s ease 0s;-webkit-transition:all 0s ease 0s;}
.ksPage .item3 .container .text .time{height: 0;}
.ksPage .item3 .container a:hover .text{background: rgba(0,135,207,0.8);color: #fff;}
.ksPage .item3 .container a:hover .name{color: #F7B500;margin-bottom: 8px;}
.ksPage .item3 .container a:hover .time{height: 24px;}

.ksPage .item4{padding: 80px 0 90px;background: #F6F9FC;}
.ksPage .item4 > .w1240{align-items: flex-start;}
.ksPage .item4 .mapWrap{width: 61%;box-sizing: border-box;height: 440px;border: 10px solid #fff;}
.ksPage .item4 .text{width: 39%;box-sizing: border-box;padding: 30px 30px 0 0;color: #333333;line-height: 24px;}
.ksPage .item4 .text .tit{margin-bottom: 8px;color: #333333;}
.ksPage .item4 .text p{margin-bottom: 45px;}
.ksPage .item4 .text p:last-child{margin-bottom: 0;}
.ksPage .item4 .text p span{margin-right: 20px;}
.ksPage .item4 .text p span:last-child{margin-right: 0;}


/* Ã¥ÂÂ¥Ã¥ÂºÂ·Ã¤Â½â€œÃ¦Â£â‚¬ */
.tjPage{background: url(/theme/default/images/add/tjBg.jpg) no-repeat center top;background-size: cover;padding: 30px 0 60px;}
.tjPage .wrap{padding-top:30px;s}
.tjPage .tabs{margin-bottom: 40px;display: flex;}
.tjPage .tabs li{width: 15.72%;margin-right: 1.12%;}
.tjPage .tabs li:last-child{margin-right: 0;}
.tjPage .tabs li a{display: block;position: relative;background: #FFFFFF;height: 200px;box-sizing: border-box;padding: 40px 12px 0;text-align: center;line-height: 1px;color: #0087CF;}
.tjPage .tabs li a:before{content: "";width: 100%;height: 2px;background: #1F9EE1;position: absolute;left: 0;bottom: -8px;transform: scale(0,1);opacity: 0; }
.tjPage .tabs li a:after{content: "";border: 10px solid transparent;border-top-color: #1F9EE1;position: absolute;left: 50%;bottom: -26px;margin-left: -10px;opacity: 0;}
.tjPage .tabs li .icon{width: 62px;height: 70px;margin: 0 auto 20px;position: relative;line-height: 70px;}
.tjPage .tabs li .icon .bg{position: absolute;left: 0;top:0;}
.tjPage .tabs li .icon .i{max-height:70%;max-width:70%;position:absolute;left:50%;top:50%;transform: translate(-50%, -50%)}
.tjPage .tabs li.on a,
.tjPage .tabs li a:hover{background: #1F9EE1;color: #fff;}
.tjPage .tabs li.on a .icon img,
.tjPage .tabs li a:hover .icon img{filter: brightness(0) invert(1);}
.tjPage .tabs li.on a:before{opacity: 1;transform: scale(1);}
.tjPage .tabs li.on a:after{opacity: 1;}

.tjPage .content{padding: 44px 60px 35px;background: #FFFFFF;min-height: 300px;display: flex;justify-content: space-between;}
.tjPage .content .left{width: 65.17%;}
.tjPage .content .list li{margin-bottom: 26px;position: relative;padding: 20px 20px 20px 120px;background: #F8F8F8;position: relative;color: #333333;line-height: 30px;}
.tjPage .content .list .num{position: absolute;left: 22px;top:-11px;width: 67px;height: 74px;background: url(/theme/default/images/add/box1.svg) no-repeat center;text-align: center;line-height: 70px;color: #fff;font-size: 26px;font-family: "DINBlack";}

.tjPage .content .right{width: 30.35%;}
.tjPage .content .right .pic img{width: 100%;}
.tjPage .content .right .text{padding: 15px 0 140px;line-height: 30px;color: #0087CF;}
.tjPage .content .right .text .tit{color: #333333;margin-top: 36px;}
.tjPage .content .right .text .tel{color: #0087CF;font-size: 30px;font-weight: bold;}
.tjPage .content .right .tips{color: #E02020;line-height: 30px;}

/* footer */
/*.footer2{background-image: linear-gradient(90deg, #0091D7 40%, #0054A6);color: #FFFFFF;}
.footer2 a{color:#fff;}
.footer2 .fNav{border-bottom: 1px solid rgba(255,255,255,0.2);line-height: 86px;display: flex;}
.footer2 .fNav li{padding-left: 57px;position: relative;}
.footer2 .fNav li:first-child{padding-left: 0;}
.footer2 .fNav li:before{content: "";width: 1px;height: 16px;background: #FFFFFF;opacity: 0.5;position: absolute;left: 29px;top:50%;margin-top: -8px;}
.footer2 .fNav li:first-child:before{display: none;}
.footer2 .fNav li a{display: block;}
.footer2 .fNav li a:hover{opacity: 0.8;}
.footer2 .text{line-height: 30px;padding: 22px 0 44px;}
.footer2 .text p{margin-top: 16px;}
.footer2 .text p:first-child{margin-top: 0;}
.footer2 .text p span{margin-right: 26px;}
.footer2 .text p span:last-child{margin-right: 0;}
.footer2 .btm{background: rgba(0,0,0,0.07);padding: 7px 0;line-height: 30px;}
.footer2 .btm p span{margin-right: 26px;}
.footer2 .btm p span:last-child{margin-right: 0;}
.footer2 .btm a:hover{text-decoration: underline;opacity: 0.8;}*/





.margin50{margin: 50px auto;}

/* Ã©Â¦â€“Ã©Â¡Âµ */
.isect1{background: #FFFFFF;box-shadow: 0 5px 5px rgba(0,0,0,0.07);}
.isect1 ul{display: flex;align-items: center;}
.isect1 ul li{flex: 1;position: relative;}
.isect1 ul li:before{content: "";width: 1px;height: 100px;background: #E4E4E4;position: absolute;left: 0;top:25px;}
.isect1 ul li:first-child:before{display: none;}
.isect1 a{display: block;padding: 32px 0 37px;text-align: center;color: #333333;line-height: 26px;}
.isect1 .icon{display: block;width: 50px;height: 50px;margin: 0 auto 5px;background-repeat: no-repeat;background-position: center top;}
.isect1 a:hover{font-weight: bold;color: #F5AB00;}
.isect1 a:hover .icon{background-position: center bottom;}

.tabStyle{background: #F2F2F2;border-top: 2px solid #0087CF;padding-right: 24px;margin-bottom: 25px;}
.tabStyle .tabs li{border-right: 7px solid #fff;}
.tabStyle .tabs a{display: block;width: 140px;height: 58px;text-align: center;line-height: 58px;color: #4C4C4C;font-weight: bold;}
.tabStyle .tabs .active a{background: #0087CF;color: #fff;}
.moreStyle{display: block;width: 90px;height: 30px;box-sizing: border-box;border: 1px solid #E1E1E1;background: #FFFFFF;border-radius: 15px;text-align: center;line-height: 28px;color: #4C4C4C;}
.moreStyle:hover{border-color: #0087CF;background: #0087CF;color: #fff;}

.list1 li{border-bottom: 1px solid #ECECEC;}
/* .list1 li:first-child{border-top: 1px solid #ECECEC;} */
.list1 a{display: block;padding: 0 60px 0 106px;position: relative;line-height: 55px;color: #333333;}
.list1 a span{display: block;position: absolute;left: 0;top: 0;width: 106px;font-family: "Arial";}
.list1 a span:before{content: "";width: 1px;height: 15px;background: #EDEDED;position: absolute;right: 17px;top:50%;margin-top: -7px;}
.list1 a h5{font-weight: normal;}
.list1 a .arr{position: absolute;right: 0;top:50%;margin-top: -5px;filter: brightness(0) invert(0.6);opacity: 0.7;}
.list1 a:hover{color: #0087CF;font-weight: bold;}
.list1 a:hover .arr{opacity: 1;filter: brightness(1) invert(0);}

.list2 li{border-bottom: 1px solid #F0F0F0;}
.list2 li:first-child{border-top: 1px solid #F0F0F0;}
.list2 a{padding: 19px 0;}
.list2 .date{flex-shrink: 0;width: 94px;position: relative;}
.list2 .date:before{content: "";width: 1px;height: 37px;background: #EDEDED;position: absolute;right: 19px;top: 4px;}
.list2 .date em{display: block;line-height: 25px;color: #666666;font-weight: bold;font-family: "Arial";}
.list2 .date span{display: block;line-height: 16px;color: #999999;margin-top: 3px;font-family: "Arial";}
.list2 p{flex: 1;overflow: hidden;color: #111111;line-height: 22px;max-height: 44px;overflow: hidden;}
.list2 a:hover .date em,
.list2 a:hover p{color: #0087CF;font-weight: bold;}

.list3 li{border-bottom: 1px solid #E5E5E5;}
.list3 li a{display: block;padding-left: 24px;position: relative;line-height: 56px;color: #333333;}
.list3 li a:before{content: "";width: 10px;height: 3px;background: #0087CF;position: absolute;left: 0;top:50%;margin-top: -2px;}
.list3 li a:hover{color: #0087CF;}


.isect2{display: flex;justify-content: space-between;}
.isect2_1{width: 60.48%;}
.isect2_1 .container{width: 100%;position: relative;overflow: hidden;}
.isect2_1 .rNews{margin-bottom: 12px;}
.isect2_1 .rNews a{display: block;}
.isect2_1 .rNews h5{margin-bottom: 6px;line-height: 24px;color: #111111;}
.isect2_1 .rNews p{color: #666666;line-height: 22px;height: 44px;overflow: hidden;}
.isect2_1 .rNews a:hover h5{color: #0087CF;}

.isect2_2{width: 35.8%;}
.isect2_2 .tabStyle{margin-bottom: 0;}

.isect3 .container,.isect3 .innerScroll{position: relative;overflow: hidden;}
.isect3 .innerScroll{padding-bottom: 54px;}
.isect3 .innerScroll a{display: block;padding-bottom: 90px;position: relative;background: #FAFAFA;}
.isect3 .innerScroll .pic{padding-bottom: 130.63%;position: relative;overflow: hidden;}
.isect3 .innerScroll .pic span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 .innerScroll .pic img{max-width: 100%;max-height: 100%;}
.isect3 .innerScroll .text{position: absolute;left: 0;bottom: 0;width: 100%;background: #FAFAFA;color: #333333;line-height: 22px;box-sizing: border-box;padding: 18px 10px 22px 25px;}
.isect3 .innerScroll .text .name{margin-top: 4px;}
.isect3 .innerScroll .text .name span{color: #111111;font-weight: bold;margin-right: 7px;}
.isect3 .innerScroll .text .hide{height: 0;overflow: hidden;color: #fff;}
.isect3 .innerScroll a:hover .text{background: rgba(0,135,207,0.8);color: #fff;}
.isect3 .innerScroll a:hover .text .name span{color: #F7B500;}
.isect3 .innerScroll a:hover .text .hide{height: 44px;margin-top: 14px;}


.isect4{background: url(/theme/default/images/add/isect4Bg.jpg) no-repeat center;background-size: cover;position: relative;overflow: hidden;padding: 80px 0 72px;}
.isect4:before{content: "";width: 1000px;height: 100%;position: absolute;top: 0;right: 50%;margin-right: 400px;background: #217A9A;opacity: 0.42;}
.isect4 > .w1240{position: relative;z-index: 2;}
.isect4 .left{flex-shrink: 0;width: 180px;margin-right: 100px;color: #fff;}
.isect4 .title{line-height: 1;padding-bottom: 48px;}
.isect4 .tabs li{margin-top: 18px;}
.isect4 .tabs li:first-child{margin-top: 0;}
.isect4 .tabs li a{display: block;position: relative;line-height: 60px;border-radius: 6px;}
.isect4 .tabs li a::before{content: "";width: 4px;height: 18px;background: #1F9EE1;position: absolute;left: 0;top: 50%;margin-top: -9px;transform: scale(1,0);opacity: 0;}
.isect4 .tabs li.active a{background: #fff;color: #0087CF;font-weight: bold;padding-left: 24px;}
.isect4 .tabs li.active a:before{transform: scale(1);opacity: 1;}
.isect4 .container{flex: 1;overflow: hidden;position: relative;overflow: hidden;}
.isect4 .container .wrap{padding-bottom: 34px;overflow: auto;}
.isect4 .container .wrap::-webkit-scrollbar{width: 4px;height: 5px;background: rgba(216,216,216,0.5);}
.isect4 .container .wrap::-webkit-scrollbar-thumb{background: #F5AB00;}
.isect4 .container ul{height: 360px;display: flex;flex-direction: column;flex-wrap: wrap;align-content: flex-start;}
.isect4 .container ul li{width: 230px;height: 100px;margin: 0 20px 20px 0;}
.isect4 .container ul a{width: 100%;height: 100px;box-sizing: border-box;padding: 16px 14px 16px 20px;background: rgba(255,255,255,0.05);border-radius: 6px;color: #fff;line-height: 25px;display: flex;align-items: center;}
.isect4 .container ul a .icon{flex-shrink: 0;margin-right: 18px;width: 68px;height: 68px;box-sizing: border-box;border: 1px solid rgba(255,255,255,0.5);border-radius: 50%;}
.isect4 .container ul a .icon img{max-width:70%;max-height:70%;filter: brightness(0) invert(1);}
.isect4 .container ul a:hover{background: #0087CF;box-shadow: 0 0 12px rgba(255,255,255,0.2);}
.isect4 .container ul a:hover .icon{transform: scale(0.9);border-color: #fff;}

.iTitle{padding-bottom: 17px;border-bottom: 2px solid #0087CF;}
.iTitle h4{color: #0087CF;line-height: 1;}
.iTitle h4 img{margin-right: 12px;}

.isect5{display: flex;justify-content: space-between;}
.isect5 .item{width: 31.29%;}
.isect5 .topic{padding-bottom: 17px;}
.isect5 .topic .iTitle{border-color: #E02020;margin-bottom: 26px;}
.isect5 .topic .iTitle h4{color: #E02020;}
.isect5 .topic ul li{margin-bottom: 20px;overflow: hidden;}
.isect5 .topic ul li a{display: block;padding-bottom: 110px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect5 .topic ul li:hover a{transform: scale(1.1);}
.isect5 .party .list3 li a{line-height: 51px;}

.entryList{background: #F8FAFB;display: flex;}
.entryList li{flex: 1;position: relative;}
.entryList li:before{content: "";width: 1px;height: 100px;background: #217A9A;opacity: 0.2;position: absolute;left: 0;top: 28px;}
.entryList li:first-child:before{display: none;}
.entryList li a{display: block;height: 155px;box-sizing: border-box;padding: 40px 12px 0;text-align: center;}
.entryList li h5{margin-top: 10px;color: #333333;line-height: 26px;font-weight: normal;}
.entryList li a:hover .icon{transform: scale(0.8);}
.entryList li a:hover h5{font-weight: bold;color: #F5AB00;}

.isect7{margin-bottom: 50px;}
.isect7 dl{display: flex;background: #F2F2F2;}
.isect7 dt{flex-shrink: 0;width: 172px;height: 60px;background: #0087CF;color: #fff;font-weight: bold;}
.isect7 dt img{margin-right: 10px;}
.isect7 dd{flex: 1;overflow: hidden;box-sizing: border-box;padding: 0 100px 0 22px;position: relative;}
.isect7 .container{position: relative;overflow: hidden;}
.isect7 .container .swiper-slide{width: auto;}
.isect7 .container a{display: block;color: #333333;line-height: 60px;}
.isect7 .container a:hover{color: #F5AB00;font-weight: bold;}
.isect7 .btnWrap{position: absolute;right: 25px;top: 20px;}
.isect7 .btnWrap .btn{width: 20px;height: 20px;background: #0087CF;border-radius: 50%;cursor: pointer;margin-right: 10px;}
.isect7 .btnWrap .btn:last-child{margin-right: 0;}
.isect7 .btnWrap .btn img{height: 10px;}
.isect7 .btnWrap .btn.swiper-button-disabled{opacity: 0.3;pointer-events: none;}
.isect7 .btnWrap .btn:hover{background: #F5AB00;}

/* @media screen and (max-height: 720px){
.loadingPage .main .logo img{height: 98px;}
.entrance li{width: 260px;height: 260px;}
.entrance li .icon{width: 90px;height: 90px;padding: 6px;}
.entrance li .ch{font-size: 24px;}
.loadingPage .btm dd{top: auto;bottom: 74px;}
.loadingPage .btm dd i{position: absolute;left: 50%;bottom: -11px;margin-left: -6px;border: 6px solid transparent;border-top-color: #DDEFF8;}

} */
.loadingPage .btm .btn{position:relative}
.loadingPage .btm .btn .yuyue{position:absolute;left:50%;bottom:120%;width:140px;transform:translateX(-50%);opacity:0;visibility:hidden;transition:0.3s;box-shadow:0 0 10px rgba(0,0,0,0.15)}
.loadingPage .btm .btn:hover .yuyue{opacity:1;bottom:100%; visibility:visible}

/* 20230222 */
.tjPage .content{background: none;}
.tjPage .content .right{width: 35.7%;background: #fff;padding: 60px 50px;box-sizing: border-box;}
.tjNewLeft{width: 61.3%;}
.tjNewAbout,.tjNewPro{background: #fff;padding: 37px 40px;box-sizing: border-box;}
.tjNewAbout .title{position: relative;font-weight: 500;color: #333;line-height: 22px;padding-bottom: 19px;margin-bottom: 20px;}
.tjNewAbout .title::after{content: '';position: absolute;width: 50px;height: 4px;background: #0087CF;bottom: 0;left: 0;}
.tjNewAbout .subtitle{margin-bottom: 30px;line-height:2}
.tjNewAbout .more{background: url(/theme/default/images/jt_1.svg) right center no-repeat;padding-right: 16px;color: #0087CF;}
.tjNewAbout .more:hover{padding-right: 22px;}
.tjNewPro{margin: 30px 0;}
.tjNewPro .title{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.tjNewPro .title h6{font-weight: 500;color: #333;}
.tjNewPro .title .more{background: url(/theme/default/images/jt_2.svg) right center no-repeat;padding-right: 16px;color: #0087CF;line-height: 24px;}
.tjNewPro .tjnewLink{height: 233px;overflow-y: auto;}
.tjNewPro .tjnewLink a{width: 30.3%;line-height: 47px;border-radius: 10px;background: #F4F4F4;float: left;margin-left: 4.55%;padding: 0 30px 0 26px;box-sizing: border-box;margin-top: 15px;position: relative;}
.tjNewPro .tjnewLink a::before{width: 6px;height: 6px;background: #C9C9C9;border-radius: 50%;left: 13px;top: 50%;margin: -3px 0 0;content: '';position: absolute;transition: 0.3s;}
.tjNewPro .tjnewLink a::after{width: 17px;background: url(/theme/default/images/jt_pro.svg) no-repeat;height: 8px;content: '';position: absolute;right: 13px;top: 50%;margin-top: -4px;opacity: 0;transition: 0.3s;}
.tjNewPro .tjnewLink a:nth-child(-n+3){margin-top: 0;}
.tjNewPro .tjnewLink a:nth-child(3n+1){margin-left: 0;}
.tjNewPro .tjnewLink a span{color: #333;}
.tjNewPro .tjnewLink a:hover{background: #0087CF;}
.tjNewPro .tjnewLink a:hover span{color: #fff;}
.tjNewPro .tjnewLink a:hover::before{background: #FFF;}
.tjNewPro .tjnewLink a:hover::after{opacity: 1;}
.tjNewPro .tjnewLink{padding-right: 30px;}
.tjNewBtn{display: flex;justify-content: space-between;}
.tjNewBtn a{width: 47.4%;background: #fff;line-height: 150px;text-align: center;}
.tjNewBtn a span{position: relative;padding-left: 81px;font-weight: 500;}
.tjNewBtn a span img{position: absolute;left: 0;top: 50%;transform: translateY(-50%);filter: brightness(0) invert(0.7);}
.tjNewBtn a:hover span img{filter: none;}
.tjNewBtn a:hover span{color: #0087CF;}
.tjNewBtn a:hover {box-shadow: 0 0 20px rgba(33,122,154,0.18);}