.focus,.list{ height: 400px;}

/* 公共 */
html,body{background-color: #fff;margin:0; padding: 0; height: 100%;
	font-family: 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,Arial,Helvetica,sans-serif;}
*{ box-sizing: border-box;}
.l,.r{ float: left;}
ul, li{ margin: 0; padding: 0; list-style: none; }
a{text-decoration: none;color: #000;}
a:hover{color: rgb(0, 112, 192);}
input,button,select,textarea{border:0px;outline:none;/* -webkit-appearance:none; *//*强制去除表单自带的样式*/}
#app{overflow: hidden;}
/* .body{height: 100%;} */
.title{position:relative}
.title h3{font-size:36px;font-weight:700;position: relative}
.title h3 div{position: relative;z-index: 2;}
.title h3 p:nth-child(1){font-size:18px;font-weight:bold;color: rgba(0,0,0,.6);margin-top: 1px;position: relative;padding-left: 30px;text-transform: uppercase;line-height: 28px;}
.title h3 p:nth-child(1)::after{content: "";display: block;width: 10px;height: 10px;border: #164FA6 4px solid;border-radius: 100px;position: absolute;left: 0;top: 3px;}
.title h3 p:nth-child(2){font-size: 140px;color: rgba(0,0,0,.025);position: absolute;top: -60px;left: 0;text-transform: uppercase;z-index: 0;}
.title .tabs{position:absolute;right:0;top:15px;z-index: 4;width: 50%}
.center.title{text-align: center;}
.center.title h3 p:nth-child(1)::after{display: none;}
.center.title h3 p:nth-child(1){padding-left:0}
.white.title,.white.title h3{color: #fff;}
.white.title h3 p:nth-child(1){color: rgba(255,255,255,.6)}
.white.title h3 p:nth-child(1)::after{border-color: #fff;}
.white.title h3 p:nth-child(2){color: rgba(255,255,255,.04)}
.more a{display:block;width:210px;max-width:100%;border:1px solid #000;line-height:56px;text-align:center;transition:.3s;-webkit-transition:.3s;-ms-transition:.3s;color:#666}
.more a i{display:inline-block;vertical-align:middle;background:url(../gc-img/jd-web-more.svg) right no-repeat;background-size:25px;padding-right:28px;width:30px;height:30px}
.more a:hover{background:rgb(0, 112, 192);color:#fff}
.more a:hover i{background-image:url(../gc-img/jd-web-moreHover.svg)}
.white.more a{border-color:#fff;color:#fff}
.white.more a i{background-image:url(../gc-img/jd-web-moreHover.svg)}
.white.more a:hover{background:#fff;color:#000}
.white.more a:hover i{background-image:url(../gc-img/jd-web-more.svg)}
.line.more{width: 100%;text-align: center;margin: 20px 0;}
.line.more::before{content: "";display: block;width: 100px;height: 1px;position: absolute;top: 50%;background-color: rgba(0,0,0,.1);left: 50%;margin-left: -150px;}
.line.more::after{content: "";display: block;width: 100px;height: 1px;position: absolute;top: 50%;background-color: rgba(0,0,0,.1);right: 50%;margin-right: -150px;}
.breadcrumbs{float: right;font-size: 14px;line-height:38px ;}
.breadcrumbs a:last-child{color: rgba(0, 0, 0, 0.65);}
.breadcrumbs span{color: rgba(0, 0, 0, 0.3);padding: 0 10px;}

/* head */
.fix{ width: 1360px; margin: 0 auto;}
.head .fix{ width: 90%;min-width: 1360px;max-width: 1500px;}
.head{ width: 100%; height: 70px; z-index: 99; transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}

.webMenu{float: left;}
.webMenu li{ float: left; padding: 20px 15px;width: 130px;text-align: center;}
.webMenu li>a{ font-size: 22px; line-height: 30px; text-decoration: none;position: relative; color: rgba(255,255,255,.8);}
.navitem-icon{ display: none;}
.sebMenu{display: none;margin-top: 30px;}
.webMenu li:hover .sebMenu{display: block;}
.sebMenu::after{content: "";display: block;position: absolute;background-color: rgba(0, 0, 0, 0.5);left: 0;top: 0;z-index: -1;width: 100%;height: 300px;}
.head.light .sebMenu::after{background-color:#1d5cd0;}
.sebMenu a{color: #fff;font-size: 18px;line-height: 35px;color: rgba(255, 255, 255, .7);text-align: center;padding: 10px}
.sebMenu a:hover{color:#00d9ff;font-weight: bold;}
.head .tool{ display: inline-block;float: right; margin-left: 20px;}
.head .tool>a{height: 80px;width: 40px;display: inline-block;opacity: 0.7;}
.head .tool>a:hover{opacity:1}
.logo{background: url(../gc-img/jd-web-logo.png) left no-repeat;background-size:contain !important;width: 259px;height: 70px;line-height: 70px; font-size: 24px;color: #fff}
.webMenu li>a:hover::after,.webMenu li>a.hover::after{content: "";display: block;height: 2px;width: 100%;position: absolute;background-color: #fff;bottom: -10px;font-weight: bold;left: 50%;transform: translateX(-50%);}
.head.dark{ position: absolute; top:0;background-color: rgba(0,0,0,0.2);}
.head.dark .logo{ color: #fff; }
.head.dark .search{background: url(../gc-img/search1.svg) center no-repeat;}
.head.dark .system{background: url(../gc-img/system1.svg) center no-repeat;}

.head.light{ position: fixed; z-index: 100; top:-80px; background: #1d5cd0; box-shadow: 0 0 20px rgba(0,0,0,.2);}
.head.light .webMenu li>a{ color: rgba(255,255,255,.8);}
.head.light .webMenu li>a:hover{ color: #fff;}
.head.light .logo{color: #333}
.head.light .search{background: url(../gc-img/search1.svg) center no-repeat;}
.head.light .system{background: url(../gc-img/system1.svg) center no-repeat;}

/* 搜索 */
.searchBox{ position: absolute; width: 300px; margin-left: -250px; height: 50px; background: #FFF; display: none;
	box-shadow: 0 4px 6px rgba(0,0,0,.2); top:124px; opacity: 0;}
.searchBox>input{ width: 100%; height: 100%; font-size: 16px; border: 0; padding: 4px 70px 4px 15px;}
.searchBox>a{  display: inline-block; position: absolute; right: 0px; line-height: 50px; background: #EEE;
	height:50px; padding: 0 15px; color: #000;}
.searchBox>a:hover{ background: #1d5cd0; color: #FFF;}
.searchBox:focus,.searchBox>input:focus{ box-shadow: 0 0 0 #FFF;}

/* banner */
.banner{ width: 100%; height: 100vh;margin-top: 70px}
.shutter,.shutter-img{height: 1080px;width: 100%;}
.shutter-img a > img{width:100%;height:100%;}
.shutter-img .created{overflow:hidden;position:absolute;z-index:20;}
.shutter-btn li{position:absolute;z-index:2;top:50%;width:49px;height:49px;margin-top:-25px;cursor:pointer;}
.shutter-btn li.prev{left:20px;background:url(../gc-img/shutter_prevBtn.png) no-repeat 0 -49px;}
.shutter-btn li.next{right:20px;background:url(../gc-img/shutter_nextBtn.png) no-repeat 0 -49px;}
.shutter-desc{position:absolute;z-index:2;left:0;bottom:0;width:100%;height:36px;background:url(../gc-img/shutter_shadow.png) repeat;}
.shutter-desc p{padding-left:20px;line-height:36px;color:#fff;font-size:14px;}




.iviewSlider{overflow:hidden;}
.iviewSlider>div{width: 100% !important;height: 100% !important;}
#iview{display:block;width:100%;height:100%;position:relative;}
#iview .iviewSlider{display:block;width:100%;height:100%;overflow:hidden;}
#iview-timer{display: none !important;}
#iview-preloader{position:absolute;z-index:1000;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:#000 1px solid;padding:1px;width:100px;height:3px}
#iview-preloader div{float:left;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;height:3px;background:#000;width:0}
.iview-strip{display:block;position:absolute;z-index:5}
.iview-block{display:block;position:absolute;z-index:5}
.iview-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}
.iview-prevNav{left:20px;width:26px;height:44px;background:url(../gc-img/bg_direction_nav.png) no-repeat}
.iview-nextNav{right:20px;width:26px;height:44px;background:url(../gc-img/bg_direction_nav.png) no-repeat -30px 0}
.iview-caption{position:absolute;}
.iview-caption-text{font-size: 62px;color: #fff;line-height: 100px;position: relative;}
/*.iview-caption .iview-caption-text::after{content: "";display: block;position: absolute;width: 20%;height: 2px;background: #fff;top:50%;left: 50%;transform: translate(-50%);}*/
.iview-video-show{background:#000;position:absolute;width:100%;height:100%;z-index:101}
.iview-video-show .iview-video-container{position:relative;width:100%;height:100%}
.iview-video-show .iview-video-container a.iview-video-close{position:absolute;right:10px;top:10px;background:#222;color:#fff;height:20px;width:20px;text-align:center;line-height:29px;font-size:22px;font-weight:700;overflow:hidden;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
.iview-video-show .iview-video-container a.iview-video-close:hover{background:#444}
.container{display:block;width:910px;margin:0 auto}
#iview-preloader{border:#666 1px solid;width:150px}
#iview-preloader div{background:#666}
#iview #iview-tooltip{display:none;position:absolute;background:url(../img/tooltip.png) no-repeat;width:124px;height:90px;bottom:30px;left:-67px;padding:10px;z-index:100}
#iview #iview-tooltip div.holder{display:block;width:124px;height:84px;overflow:hidden;border-radius:2px}
#iview #iview-tooltip div.holder div.container{display:block;width:4000px}
#iview #iview-tooltip div.holder div.container div{float:left;display:block;overflow:hidden;width:124px;height:84px;left:-50%;text-align:center}
#iview #iview-tooltip div.holder div.container div img{height:84px;margin:0 auto}
.iview-controlNav{position:absolute;z-index:9}
.iview-controlNav a{z-index:9;cursor:pointer;text-indent:-9999px;}
.iview-controlNav a.active{font-weight:700}
.iview-controlNav .iview-items ul{list-style:none}
.iview-controlNav .iview-items ul li{display:inline;position:relative}
.iview-controlNav .iview-tooltip{position:absolute}
.iview-controlNav{position:absolute;bottom:30px;left:50%;height:44px;transform: translate(-50%);}
.iview-controlNav div.iview-items ul li{padding:0;float:left;width:11px;height:12px;margin:3px;margin-top:7px;line-height:0}
.iview-controlNav a.iview-controlPrevNav{float:left;width:26px;height:44px;background:url(../gc-img/bg_direction_nav.png) no-repeat}
.iview-controlNav a.iview-controlNextNav{float:left;width:26px;height:44px;background:url(../gc-img/bg_direction_nav.png) no-repeat -30px 0}
.iview-controlNav div.iview-items{float:left;padding:0 10px 0 10px;height:44px;}
.iview-controlNav a.iview-control{padding:0;float:left;width:11px;height:12px;background:url(../gc-img/bullets_2.png) no-repeat;line-height:0}
.iview-controlNav a.iview-control.active{background-position:0 -10px}
.banner.sec{ height: 260px;  background-size: 100% 100%; overflow: hidden;background-position: center;background-repeat: no-repeat;}
.modular-container{max-width: 1300px;margin: 0 auto;position: relative;color: #fff;font-size: 50px;margin-top: 100px;margin-left: 60px;}
.modular-container p{opacity: 0.5;font-size: 40px; margin: 0;}

.banner.sec01{ background-image: url(../gc-img/jd-secbanner1.jpg) ;}
.banner.sec02{ background-image: url(../gc-img/jd-secbanner2.jpg) ;}
.banner.sec03{ background-image: url(../gc-img/jd-secbanner3.jpg) ;}
.banner.sec04{ background-image: url(../gc-img/jd-secbanner4.jpg) ;}
.banner.sec05{ background-image: url(../gc-img/jd-secbanner5.jpg) ;}
.banner.sec06{ background-image: url(../gc-img/jd-secbanner6.jpg) ;}

.animate-to-left {transform: translate3d(200px,0,0);}
.animate-to-right {transform: translate3d(-200px,0,0);}
.animate-to-up {transform: translate3d(0,100px,0);}
.animate-to-down {transform: translate3d(0,-100px,0);}
.animate-to-upright {transform: translate3d(-200px,100px,0);}
.animate-to-rightdown {transform: translate3d(-200px,-100px,0);}
.animate-to-downleft {transform: translate3d(200px,-100px,0);}
.animate-to-leftup {transform: translate3d(200px,100px,0);}
.need-animation { position: relative; transition: all 800ms ease; opacity: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
.animation{transform: translate3d(0,0,0);opacity: 1;}
.animation.animate-delay1 { transition-delay: .2s; -webkit-transition-delay: .2s; }
.animation.animate-delay2 { transition-delay: .4s; -webkit-transition-delay: .4s; }
.animation.animate-delay3 { transition-delay: .6s; -webkit-transition-delay: .6s; }
.animation.animate-delay4 { transition-delay: .8s; -webkit-transition-delay: .8s; }
.animation.animate-delay5 { transition-delay: 1s; -webkit-transition-delay: 1s; }
.animation.animate-delay6 { transition-delay: 1.2s; -webkit-transition-delay: 1.2s; }
.animation.animate-delay7 { transition-delay: 1.4s; -webkit-transition-delay: 1.4s; }
.animation.animate-delay8 { transition-delay: 1.6s; -webkit-transition-delay: 1.6s; }
.animation.animate-delay9 { transition-delay: 1.8s; -webkit-transition-delay: 1.8s; }


.glwz{width: 100%;color: #fff;margin-top: 70px;height: 100px;}
.glwz a{position: relative;width: 32%;margin:0 7px;display: block;float: left;text-align: center;height: 110px;line-height: 110px;font-size: 22px;font-weight: bold;background-repeat: no-repeat;background-size: 100% 100%;color: #fff;}
.glwz a:nth-child(1){background-image:url(../gc-img/jd-sy-glwz1.jpg) ;}
.glwz a:nth-child(2){background-image:url(../gc-img/jd-sy-glwz2.jpg) ;}
.glwz a:nth-child(3){background-image:url(../gc-img/jd-sy-glwz3.jpg) ;}

/* rollslide */
.scroll { width:80%;overflow: hidden;margin: 0 auto; height: 90px;position: relative;}
.scroll::before{content: "";display: block;width: 60px;height: 90px;background: #292929 url(../gc-img/jd-web-notice.svg) center left no-repeat;background-size: 34px;position: absolute;left: 0;}

/* 新闻 */
.news{ position: relative; overflow:hidden; background:url(../gc-img/jd-web-news2.jpg) center top no-repeat;background-size: 100% 100%;padding: 60px 0 ;}
.tabs >a{display:block;width:172px;border:1px solid rgba(0,0,0,.2);line-height:50px;text-align:center;color:rgba(0,0,0,.6);font-size: 20px;float: left;margin-left:20px ;}
.tabs >a:hover,.tabs >a.hover{background-color: #164FA6;border-color: #164FA6;color: #fff;font-weight: bold;}
.tabs .el-tabs__item{
	display:block;border:1px solid rgba(0,0,0,.2);line-height:50px;text-align:center;color:rgba(0,0,0,.6);font-size: 20px;
	float: left;margin-left:20px ;height: 50px; padding:0px; width:12vw; max-width:172px;
}
.tabs .el-tabs__nav-wrap::after{display: none;}
.tabs .el-tabs__nav{float: right;}
/* .el-tabs--top .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-top:last-child{padding:0 20px !important} */

.tabs .el-tabs__item:hover,.tabs .el-tabs__item.is-active{background-color: rgb(0, 112, 192);border-color: rgb(0, 112, 192);color: #fff;font-weight: bold;}
.newsBox{margin-top: 30px;width: 49%;}
.newsBox>div{position: relative;width: 100%;}
/* .newsBox>div:nth-child(1){margin-right: 30px;} */
.newsBox-left{height: 522px;border: rgba(0,0,0,.1) 1px solid;background: #fff;}
.newsBox-left img{width: 100%;height:360px ;}
.newsBox-left-text{padding:10px 40px;position: absolute;left:0;bottom: 0;opacity: 0.8;background-color: rgb(0, 112, 192);overflow: hidden;
	word-break: normal;line-height: 40px;
	text-overflow: ellipsis;overflow: hidden;
	display: -webkit-box;width: 100%;color: #fff;
	-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.newsBox-left-text h3{font-size: 20px;text-align: center;}
.newsBox-left-text p{font-size: 14px;color: rgba(0,0,0,.5); margin-top: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.el-tabs__content{width: 100%;float: right;overflow: unset !important;margin-top: 130px;}
.newsBox-right{position: relative;width: 100%;}
.newsBox-right li{margin-bottom: 15px;display: flex;}
.newsBox-right li span:nth-child(1){width: 240px;height: 100%;margin-right: 20px;}
.newsBox-right li span:nth-child(2){flex:1 0;}
.newsBox-right li span img{width: 100%;height: 100%;}
.newsBox-right h3{font-size: 20px;}
.newsBox-right p{font-size: 14px;color: rgba(0,0,0,.5); margin-top: 10px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.date{font-size: 14px;color: rgba(0,0,0,.5);margin-top: 20px;background: url(../gc-img/jd-web-date.svg) left center no-repeat;background-size: 16px;padding-left: 24px;}
.newsBox .el-carousel__indicators--horizontal {  transform: translate(-50%);bottom: 60px;}
.newsBox .el-carousel__button{background-color: #333;}
.newsBox-right .more{position: absolute;right: 0;bottom: -40px;z-index: 999;}
.more i{display:inline-block;vertical-align:middle;background:url(../gc-img/jd-web-more.svg) right no-repeat;background-size:25px;padding-right:28px;width:30px;height:30px}
.newsBox .more:hover{color: #164FA6;}
/* 首页-头条 */
.top-new{
	font-size: 45px;height: 80px;background-color: #EBEBEB;display: block;font-weight: bold; text-align: center;
	white-space: nowrap;max-width: 100%;overflow: hidden;text-overflow: ellipsis;padding: 8px 20px; margin: 20px 0;
	position: relative;z-index: 9;
}
.top-new,.top-new>a{ color:#0B6FBB }


/* 业务板块 */
.habout{position:relative;width:100%;height:690px;background:url(../gc-img/jd-web-ywbk2.png) center right no-repeat;background-size:100% 100%;padding:100px 0}
.clearfix{zoom:1}
.auto_1460{position:relative;max-width:1460px;margin:0 auto;height:100%;overflow: hidden;}
.auto_1200{position:relative;max-width:1200px;margin:0 auto;height:100%;/*overflow: hidden;*/}
.auto_1360{position:relative;max-width:1360px;margin:0 auto;height:100%;/*overflow: hidden;*/}
.habout .l{width:30%;float:left;padding-right:50px;position:relative;z-index:10;margin-right: 20px;}
.habout .l .text{font-size:16px;line-height: 29px;margin-bottom:60px;text-align:justify;color:#fff;margin-top: 30px;}
.habout .r{float:left;width:65%;position:relative;z-index:60}
.abicons .item{width:312px;float:left;height:488px;padding:170px 23px;background:url(../gc-img/jd-web-ywbk-zc.png) center no-repeat;background-size:100% 100%;position:relative;color:#fff;margin:0 -79px;padding-left:20px;text-align:center}
.abicons .item .img{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0;opacity:0}
.abicons .item:hover .img{opacity:1}
.abicons .item .icon,.abicons .item h3,.abicons .item p,.abicons .item span{position:relative;z-index:1}
.abicons .item:hover h3,.abicons .item:hover span{color:#fff}
.abicons .item .icon img.show{width:38px;height:38px}
.abicons .item:hover img.hover{display:block}
.abicons .item .icon{height:40px;line-height:40px;font-size:0;margin-bottom:10px;text-align:center}
.abicons .item h3{font-size:23px;margin-bottom:10px;max-height:80px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.abicons .item p{color:rgba(255, 255, 255, 0.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.abicons .item .iconfont{display:none;width:32px;height:32px;margin-top:54px;background:url(../gc-img/jd-web-moreHover.svg) right no-repeat;background-size:30px}
.abicons .item:nth-child(2){background:url(../gc-img/jd-web-ywbk-cs.png) center no-repeat;background-size:100% 100%}
.abicons .item:nth-child(3){background:url(../gc-img/jd-web-ywbk-wl.png) center no-repeat;background-size:100% 100%}
.abicons .item:nth-child(4){background:url(../gc-img/jd-web-ywbk-cy.png) center no-repeat;background-size:100% 100%}
.abicons .item:nth-child(5){background:url(../gc-img/jd-web-ywbk-kc.png) center no-repeat;background-size:100% 100%}
.abicons .item:nth-child(6){background:url(../gc-img/jd-web-ywbk-jr.png) center no-repeat;background-size:100% 100%}
.habout-bg{width:75%;height:100%;background:url(../gc-img/jd-web-ywbk3.png) right center no-repeat;position:absolute;top:0;left:0;background-size:100% 100%}


/* 党建 */
.dj{overflow: hidden;padding: 30px 0;}
.dj .title h3 p:nth-child(1)::after{border-color: #bf1d14;}
.dj .tabs a:hover,.dj  .tabs a.hover{background-color:#bf1d14 ;border-color: #bf1d14;}
.djBg{width: 100%;height: 621px;background: url(../gc-img/jd-web-dj5.jpg) center top no-repeat;background-size: 100% 500px;position: relative;margin-top: 30px;}
.djBg-box{position: absolute;top: 100px;width: 85%;height:602px ;background: url(../gc-img/jd-web-dj6.png) center  no-repeat;background-size: 100% 100%;right: 0;
	display: flex;padding: 0 0 80px 0;}
.djBg-box>div{flex: 1;}
.djBg-Carousel{width: 900px;height: 430px;margin-left: -200px;margin-top:-20px;}
.djBg-Carousel img{width: 100%;height: 100%;border-radius: 10px;}
.dj-list{margin-left: 40px;padding-right: 10%}
.dj-list li{display: flex;line-height: 40px;margin-bottom: 20px;}
.dj-list li>div:nth-child(2){flex:1 0 }
.dj-time{width: 100px;height: 40px;line-height: 40px;background-color: rgba(0,0,0,.06);text-align: center;border-radius: 8px;margin-right: 15px;}
.dj-list li h4{font-size: 16px;color: rgba(0,0,0,.8);}
.dj-time.red{background-color: #bf1d14 ;color: #fff;height: 60px;line-height: 24px;font-size: 18px;padding: 5px 0;}
.dj-list li h3{font-size: 18px;color: rgba(0,0,0,.8);}
.dj-list li p{line-height: 24px;color: rgba(0,0,0,.7);}
.dj-list a:nth-child(1){border-bottom: rgba(0,0,0,.1) 1px solid;margin-bottom: 30px;display: block;}
/* .djBg-Carousel::after{content:"";background-color:#16bdbd;transform:skewX(-20deg);z-index:-1;position:absolute;left:0;right:0;top:0;bottom:0;} */


/* 版权 */
.foot{position: relative;background: url(../gc-img/jd-web-foot.jpg) top center no-repeat;background-size: 100% 100%;margin-top: 60px;}
.foot_nav{color: #fff;font-size: 18px;margin: 0 auto;width: 1242px;padding: 60px 0 40px 0;overflow: hidden;}
.foot_nav .l{margin-right: 100px;}
.foot_nav .l:nth-child(1){margin-right: 150px;}
.foot_nav .l:last-child{margin-right: 0;}
.foot_nav .l .foot_list a{line-height: 27px;color: rgba(255,255,255,0.6);display: block;font-size: 14px;}
.foot_nav .l .foot_list a:hover{color:#fff}
.foot_nav_title{margin-bottom: 15px;color: #fff !important;}
.foot_nav .l .item{position: relative;margin-bottom: 15px;}
.foot_nav .l .item select{color: #fff;font-size:18px;width:240px;height:40px;padding:0 15px;background: rgba(255,255,255,.1);border-radius: 6px;border: none;}
.foot_nav .l .item select option{background-color:#444;border: none;line-height: 40px;height: 40px;}
.foot_nav .l .item ul{line-height: 32px;padding: 10px 0;opacity: 0.7;}
.foot_nav .l .item li{font-size: 14px;}
.foot_nav .l .ewm{text-align: center;display: inline-block;float: left;margin-right: 40px;}
.foot .copyright{width: 100%;position: inherit;background-color:#070F24;color: #fff;text-align: center;height: 60px;line-height: 60px;font-size: 14px;}


/* 集团概况 */
.jtgk{margin-top: 55px;position: relative;}
.profile{background: url(../gc-img/jd-jtgk-profile.png) top left no-repeat;background-size: 420px;}
.profile .l{width: 60%;padding-right: 60px;}
.profile .l .slogan{font-size:45px;position:relative;color:#cd0210;margin:40px 0}
.profile .l .text span{text-indent:31px;font-size:15px;line-height: 29px;text-align:justify;display: block;margin-bottom: 10px;}
.profile .r{width: 35%;background: url(../gc-img/jd-jtgk.jpg) no-repeat;background-size: 100% 100%;height: 630px;border-radius: 16px;float: right;}
/* 企业荣誉 */
.qyry{position: relative;margin-bottom: 30px;}
.qyryBg .title{position: absolute;top: 142px;right: 31%;}
.qyryBg{background: url(../gc-img/jd-jtgk-qyry.jpg) no-repeat;background-size: 100% 616px;width: 100%;height: 616px;}
.qyryCarousel{height: 300px;width: 1200px;margin: -90px auto 0;}
.el-carousel__item img{width: 100%;height: 536px;}
/* 组织架构/领导分工 */
.szjg{background: linear-gradient(to bottom left, #FBF9FB,#fbfafc, #e4f3fe);width: 100%;text-align: center;padding: 60px 0;margin-top: 60px;}
.szjgPic{margin-top: 40px;}
.szjg .el-tabs__nav-wrap::after,.el-tabs__active-bar{display: none;}
.szjg .el-tabs__nav{float:initial;}
.szjg .el-tabs__item{font-size: 30px;height: 55px;color: rgba(0, 0, 0, 0.65);}
.szjg .el-tabs__item.is-active{font-size: 34px;color: #333;font-weight: bold;}
.szjg .el-tabs__item.is-active::after{content: "";display: block;position: absolute;width: 66px;height: 6px;background-color:#164FA6 ;left: 50%;transform: translateX(-50%);margin-top: 10px;border-radius: 100px;}
.szjg .el-tabs--top .el-tabs__item.is-top:last-child , .szjg .el-tabs--top .el-tabs__item.is-top:nth-child(2){padding: 0 20px;}



/* 企业文化 */
.qywh{position: relative;background: url(../gc-img/jd-qywh.jpg) no-repeat;background-size: 100% 100%;padding-top: 60px;}
.qywh-pic{width: 100%;height: 820px;background: url(../gc-img/jd-qywh-dw.png) center no-repeat;margin-top: -140px;position: relative;}
.qywh-text{    height: 70px;padding: 14px 50px;background-color: #fff;box-shadow: rgba(0, 123, 255, 0.12) 3px 5px 30px;border-radius: 100px;font-size: 24px;position: absolute;}
.qywh-text>span{font-size: 30px;font-weight: bold;}
.jzg{color: #3093FE;top: 70%;left: 50%;margin-left: -585px;}
.yj{color: #30C168;top: 70%;left: 50%;margin-left: 60px;}
.qyjs{color: #EFA717;top: 88%;left: 50%;margin-left: -430px;}




/* 信息公开 */
.qywhList{width: 100%;}
.pic_item{ width: 25%; height: 262px; float: left; padding: 15px;}
.pic_item>div{ position: relative; width: 100%; height: 100%; overflow: hidden; }
.pic_item .date{ font-size: 14px; color: rgba(255,255,255,.6); display: block; margin-bottom: 10px;background-image:url(../gc-img/jd-web-date2.svg);}
.pic_item .title{ font-size: 18px; color: #FFF; display: block; white-space: nowrap;max-width: 100%; overflow: hidden; text-overflow: ellipsis;}
.pic_item>div>img{ width: 100%; height: 100%; transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
.pic_item>div>a{ 	position: absolute; z-index: 2;  display: block; width: 100%; height: 100%; background-image: linear-gradient(#00000000,#00000000, #000000);}
.pic_item>div>a:hover+img{ transform: scale(1.5);}
.pic_item .title:hover{ font-weight: bold;}
.pic_item .text{ position: absolute; left: 0; bottom: 0; z-index: 3; padding: 16px 20px; width: 100%;}
.partner{padding-bottom: 60px;background: url(../gc-img/jd-web-xxgk.png) no-repeat;background-size: 100% 100%;margin-top: 40px;}
.partner .pic_item{height: 140px;}
.partner .pic_item>div{text-align: center;border: #ddd 1px solid;background-color: #fff;border-radius: 12px;}
.partner .pic_item>div>a{background: transparent;}
.partner .pic_item .text{border-top: #ddd 1px solid;background-color: rgba(0,0,0,.02);}
.partner .pic_item>div>a:hover+img{transform: scale(1.1);}
.partner .pic_item .title{color: #333;}

/* 集团业务 */
.jtyw{width: 100%;margin: 60px 0 60px 0;}
.jtyw a{background-size: 100% 100%;background-repeat: no-repeat;display: inline-block;margin-bottom: 20px;}
.zbcg{width: 970px;height: 290px;background-image: url(../gc-img/jd-zbcg.jpg);float: left;}
.fczz{width: 470px;height: 290px;background-image: url(../gc-img/jd-fczz.jpg);float: right;margin-left: 20px;}
.rcpy{width: 470px;height: 290px;background-image: url(../gc-img/jd-rcpy.jpg);float: left;}
.qt{width: 970px;height: 290px;background-image: url(../gc-img/jd-qt.jpg);float: right;}






/* 党群建设 */
.dqjs{position: relative;}
.wrap{margin: 0 auto;width:1460px;position:relative;overflow:hidden;}
.pic{width: 1097px;height:100%;cursor:pointer;}
.pic img{width: 1223px;height: 100%;display: block !important;}
.pic1{position:absolute;top:0;left:0;z-index:1;}
.pic_num{width: 120px;height: 100%;position:absolute;top: 0;left: 0;color: #fff;background: rgba(192, 5, 22, 0.7);font-weight: bold;overflow: hidden;text-align: center;}
.pic_num p{font-size: 22px;word-wrap:break-word;width: 21px;margin: 10px auto;}
.pic2{position:absolute;top:0;left: 1056px;z-index:3;}
.pic3{position:absolute;top:0;left: 1220px;z-index:5;}
.pic4{position:absolute;top:0;left: 1340px;z-index:7;}
.pic5{position:absolute;top:0;left: 1359px;z-index:9;}
.pic_num i{background-repeat: no-repeat;background-size: 30px;height: 30px;display: block;width: 30px;margin: 40px auto 0;}
.dqgz{background-image: url(../gc-img/jd-web-dqjs-icon1.svg);}
.ghgz{background-image: url(../gc-img/jd-web-dqjs-icon3.svg);}
.gqt{background-image: url(../gc-img/jd-web-dqjs-icon4.svg);}
.dq{margin-bottom: 50px;}
.dq .more {position:absolute;right:0;top:50%;margin-top:-30px;z-index: 4;}


/* 新闻列表 */
.newlist {padding-top: 45px;}
.new-list{width: 100%;}
.jdc-product-nav-wrap{height:72px}
.jdc-product-nav{position:relative;z-index:30;display:block!important;height:72px;background:#fff;box-shadow:0 4px 7px hsla(0,0%,84.7%,.4)}
.jdc-product-nav .nav-bar{height:72px;text-align:center;font-size:0}
.jdc-product-nav .nav-bar .nav-item{display:inline-block;box-sizing:border-box;padding:0 48px;text-align:center;cursor:pointer;position: relative;}
.jdc-product-nav .nav-bar .nav-item a{display:block;box-sizing:border-box;height:72px;color:#595959;font-size:19px;line-height:72px}
.jdc-product-nav .nav-bar .nav-item.on a{border-bottom:2px solid rgb(0, 112, 192);color:rgb(0, 112, 192);font-weight:bold}
.new{width: 32px;height: 16px;position: absolute;top: 17px;right: 20px;background: url(../gc-img/is-new.png) no-repeat;}
.jdc-product-nav .nav-bar .nav-item:hover span{color:rgb(0, 112, 192)}
.jdc-product-nav .nav-bar .nav-item span{display:block;box-sizing:border-box;height:72px;color:#595959;font-size:19px;line-height:72px}
.jdc-product-nav .nav-bar .nav-item.on span{border-bottom:2px solid rgb(0, 112, 192);color:rgb(0, 112, 192);font-weight:bold}
.new-list__title{font-size: 27px;font-weight: bold;margin-bottom: 20px;border-bottom: rgba(0,0,0,.1) 1px solid;height: 50px;}
.list-item{display: flex;align-items: center;border-bottom: 1px solid rgba(0,0,0,.1);padding: 16px 0;}
.item-date{display: flex;align-items: center;flex: 0 0 180px;position: relative}
.item-date::after{content: "";width: 1px;background-color:#ccc;right: 29px;top:10px;bottom:10px;position: absolute;}
.item-date__day{font-size: 19px;color: #666;}
.item-date__line{font-size: 43px;color: #ddd;padding: 0 12px;font-weight: 100;}
.item-date__month{font-size: 15px;display: inline-block;color: #888;line-height: 22px;}
.item-date__year{margin: 0;}
.item-title__text{font-size: 19px;}
.item-title__note{font-size: 14px;margin-top: 6px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;color:rgba(0, 0, 0, 0.4)}



/* 分页 */
.web-pagination-box{ text-align:center;user-select:none;margin:48px 0}
.web-pagination{ display:inline-block; margin:0 auto; font-size:18px;height:40px;line-height:40px;}
.web-pagination li{ background-color:#f4f4f5; display:inline-block;list-style:none;vertical-align:top;color:#303133;font-weight:700;min-width:40px;text-align:center;margin:0 5px;border-radius:2px;cursor:pointer}
.web-pagination li:hover{color:#164FA6}
.pagination__home,.pagination__last{font-size:14px;font-weight:400;padding:0 8px}
.web-pagination>.is-active{ color:#fff!important; background-color:#164FA6; cursor:not-allowed}
.web-pagination>.is-disabled{ cursor:not-allowed; color:#c0c4cc!important}

/* 新闻内容 */
.details_wrap{padding-top:10px;}
.details_wrap>h3{color:#333;text-align:center;font-weight:400;font-size:33px;line-height:1.5;margin: 24px 0;}
.details_writer{padding-bottom:40px;text-align:center}
.details_writer span{margin-bottom:50px;padding:0 20px;border-right:1px solid #eee;color:#999;font-weight:400;font-size:18px}
.details_main{box-sizing:border-box;padding:40px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;color:#333;font-weight:400;font-size:20px;line-height:42px}
.details_main img{margin:0 auto;max-width:80%;border:none;text-align:center}
.details_main p{margin-bottom: 15px;}
.next_chapter{padding-top:40px}
.next_chapter a{color:#333;font-weight:400;font-size:18px;}
.next_chapter a:hover{color:red}
.get_back{float:right;width:120px;height:40px;border:1px solid #ccc;background:#fff;color:#999;text-align:center;line-height:38px}

/* 信息公开详情 */
.xxgkxq{background-color: #F0F2F5;width: 100%;overflow: hidden;padding-bottom: 100px;}
.fdzdBox-search{width: 80%;margin: 60px auto;}
.fdzdBox-search .search-btn{height: 60px;border-radius: 8px;line-height: 60px;background-color: #fff;}
.fdzdBox-search .search-btn input{width: 83%;padding-left: 20px;height: 60px;background: transparent;font-size: 16px;}
.fdzdBox-search .search-btn a,.fdzdBox-search .search-btn a:active{width: 140px;height: 58px;background-color: #1d5cd0;border:#1d5cd0 1px solid;display: block;float: right;text-align: center;font-size: 24px;color: #fff;border-radius: 0 8px 8px 0;}
.fdzdBox-search .search-btn a:hover{background-color: #427ff0;border-color:#427ff0 ;}
.fdzdBox-search .search-btn a:active{background-color: #1043a3;border-color:#1043a3 }
.fdzdBox-search img{display: inline-block;width: 20px;height: 20px;margin-right: 8px;}

.xxgkxq .l{width: 20%;float: left;background-color: rgba(0,0,0,.025);height: 100%;}
.xxgkxq .r{width: 80%;float: left;height: 100%;background-color: #fff;padding: 34px 60px 0 60px;}
.zfxx{height: 100px;line-height: 100px;display: block;font-size: 24px;font-weight: bold;background:#1d5cd0 url(../gc-img/jd-xxgkxq-zfxx.jpg) no-repeat;background-size:100% 100%;color: #fff;text-align: center;}
.zfxx:hover{color: #fff;background:#1d5cd0 url(../gc-img/jd-xxgkxq-zfxx2.jpg) no-repeat;background-size:100% 100%;}
.fdzdTitle{height: 24px;margin:30px 20px 0 20px;line-height: 24px;display: block;font-size: 18px;font-weight: bold;border-bottom: rgba(0,0,0,.1) 1px solid;padding-bottom: 35px;background: url(../gc-img/jd-xxgkxq-fdzd.svg) no-repeat;background-size: 100% 100%;background-size: 24px;padding-left: 30px;}
.fdzd .el-menu{background-color: transparent;border: 0;}
.fdzd .el-menu-item:focus, .fdzd .el-menu-item:hover,.fdzd .el-submenu__title:hover{background-color:rgba(43, 104, 201, 0.1)}
.fdzd .el-menu-item.is-active{background-color:#FFF;color: #1d5cd0;font-weight: bold;}
.fdzd .el-submenu__title,.fdzd .el-menu-item{height: 60px;line-height: 60px;}
.fdzd .el-submenu .el-menu-item,.fdzd .el-submenu .el-menu .el-submenu__title{padding-left: 50px !important;}
.fdzd .el-submenu .el-menu .el-submenu  .el-menu-item{padding-left: 80px !important;}
.fdzdBox-Title{width: 100%;margin-bottom: 27px;height: 58px;}
.fdzdBox-Title h2{float: left;font-size: 30px;}
.fdzdBox-Title .el-form{float: right;}
.fdzdBox-Title .el-form-item{margin-bottom: 0;}
.fdzdBox-Title .el-input__inner{background: transparent;border: none;padding-left: 0;}
.fdzdBox-Title .el-form--inline .el-form-item{position: relative;}
.fdzdBox-Title .el-form--inline .el-form-item::after{content: "";display: block;width: 1px;height: 14px;background-color:  rgba(0,0,0,.1);position: absolute;top: 12px;right: -7px;}
.fdzdBox-Title .el-form--inline .el-form-item:last-child:after{display: none;}
.static-table{width: 100%;font-size: 15px;}
.static-table td,.static-table th{height: 60px;line-height: 60px;text-align: left;}
.static-table thead tr{background-color: #F2F6FA}
.static-table th{border-top: 3px solid #1043a3;color: rgba(0, 0, 0, 0.65);}
.static-table tr:nth-child(even)>td {background-color:rgba(242, 246, 250, 0.6);}
.static-table td.center,.static-table th.center{text-align: center;}

.openbtn{ cursor:pointer; display:none;width:32px; height:25px; position:absolute; right:12px; top:9px; z-index:999;}
.closebtn{ position:fixed; left:0px; top:45px; width:100%; height:100vh; z-index:99;background: rgba(24,29,35,0.95); display:none;}
.openbtn span{ display:block; height:3px; background:#fff; border-radius:4px; margin:4px;transition: all ease 0.3s;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.openbtn.on .sp3 { display:none;}


@media screen and (max-width: 1459px) {
	.auto_1460{width: auto;max-width:inherit;}
	.head .fix{max-width:inherit;min-width:inherit}
	.logo{width: 200px;}
	.news{padding-left:15px;padding-right: 15px;}
	.newsBox{margin-top: 60px;width: 47%;}
	/* .el-tabs__content{float: left;margin-top:580px ;} */
	/* .news{height: 1380px;} */

}
@media screen and (max-width: 1024px) {
	.openbtn{ top:26px}
	.openbtn span{ background: #fff;}
	.head .openbtn{ display:block;}
}
@media screen and (max-width: 1206px) {
	.webMenu{position: absolute;left: 33%;right: 6%;width: auto;display: none;}
	.webMenu.on{display: block;}
}


/* update 2023-12-9 by cltan */
/* 鼠标下滑 */
@keyframes scroll {
	0% { -webkit-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity:0}
	15% { opacity:1}
	85% { opacity:1 }
	to { -webkit-transform: translateY(22px); -o-transform: translateY(22px); transform: translateY(22px);opacity:0 }
}
.scroll-indicator{
	position: absolute; bottom: 50px; right: 50%; width: 30px; height: 50px;
	-webkit-transform: translateX(50%); -o-transform: translateX(50%); transform: translateX(50%);
	border: 2px solid #fff; border-radius: 99px; z-index: 10;
}
.scroll-indicator__circle {
	position: absolute; width: 6px; height: 6px; border-radius: 50%; background-color: #fff; top: 10px; left: 50%; margin-left: -3px;
	-webkit-animation: scroll 1.5s cubic-bezier(.645,.045,.355,1) 0s infinite forwards running;
	-o-animation: scroll 1.5s cubic-bezier(.645,.045,.355,1) 0s infinite forwards running;
	animation: scroll 1.5s cubic-bezier(.645,.045,.355,1) 0s infinite forwards running;
	z-index: 1;
}
.scroll-indicator__text{ color: #fff;position: absolute;left: 50%;width: 80px;margin-left: -40px;text-align: center;top: 58px; opacity:0.9}
.iview-controlNav{ left: auto; right:20px;}

/* 主导航 */
.head .fix{ width:95%; min-width: auto; max-width:95%; position: relative;}
.head .fix .r{ position: absolute; right:0}
.head.light{ display: none; height: 0; overflow: hidden;}
.head.dark{ position: fixed; z-index: 999; backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(10px);box-shadow: 0 5px 15px rgba(0,0,0,.15);background-color: rgb(0, 112, 192) ;}
@media screen and (min-width: 1025px){
	.sebMenu{ position: absolute; transform: translateX(-50%); margin-top: 0; padding-top:20px; white-space: nowrap; left: 50%;}
	.sebMenu>a{ display: inline-block; padding: 0 12px;}
	.sebMenu::after{ position: fixed; top:15px; width: 10px; margin-left: -5px; height: 10px; background: rgb(2,81,137); left: 50%; transform: rotate(45deg);}
	.webMenu li{ position: relative;}
	.webMenu li:hover .sebMenu+.sebMenu-bg{ position:fixed; left:0; right:0; top:70px; background:rgb(2,81,137); height: 38px; z-index: -1;}
}

/* news */
.new-list__title{ height: 80px;}
.new-list{ padding: 0 20px;}
.display-method{}
.display-method>a{ width: 150px; height:60px; font-size: 19px; font-weight: normal; border: 1px solid #F5f5f5; background:#f5f5f5; color:#b5b0a5; display: inline-block; line-height: 60px; text-align:center;}
.display-method>a.current{ background:#164FA6; border: 1px solid #164FA6; color: #fff;}
.display-method>a+a{ margin-left: 16px;}
.display-method>a:hover:not(.current){ background:rgba(37,80,160,.1); color: #164FA6; border: 1px solid rgba(37,80,160,.5);}
.new-matrix{ display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 20px;}
.matrix-item{ width: 30%; height: 400px;}
.matrix-item-pic{ width: 100%; height: 230px; background-position: center center; background-size: cover; cursor: pointer; position: relative;}
.matrix-item-pic:hover::after{ content: ''; width:100%; height:100%; left:0; top:0; background-color:rgba(0,0,0,.4); z-index: 1; position: absolute;}
.matrix-item-date{ color: #999; font-size:16px; line-height:30px; margin-bottom: 8px;}
.matrix-item-title{ font-size: 19px; rgb(51, 51, 51); font-weight:700;}

/* 微信关注 */
.wxcode{ position: absolute; left: 0; top:0; right:0; bottom:0; z-index: 999;}
.wxcode-box{ width: 520px; height:400px; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); background: url(../gc-img/jd-wx-code.png) center center no-repeat}
.wxcode-close{
	cursor: pointer;
	width: 37px; height: 37px; background: url(../gc-img/jd-web-close.png); position: absolute; bottom:-40px; left: 50%; margin-left:-18.5px;
}
.wxcode-box img{ position: absolute;top: 101px;left: 236px; width:145px; height:145px; border:0}

/* 业务版块 */
.cus-ywbk{ padding: 50px 0;}
.swiper-container.swiper1{ max-width: 1360px;}

/* 集团概况 */
.profile .r { background: none; height: auto;}
.profile .jd-media{ background-color: #000; border-radius:16px; overflow: hidden; margin-bottom: 16px;}
.profile .jd-img{ background: url(../gc-img/jd-jtgk.jpg) no-repeat; background-size: 100% 100%; height: 400px; border-radius: 16px; }
.nav-bar{ white-space:nowrap;}

@media screen and (max-width: 1024px){
	.head .tool{ position: relative; left: -50px; margin-right: 0;}
}

/* 集团概况event */
.abicons.r{ position: absolute; left: 26%;width: 1080px; }
.abicons-clip{ display: flex; justify-content: flex-start; flex-wrap: wrap;}
.abicons-clip-item{
	position: relative; width: 300px; height: 480px; background-position: center center;
	-webkit-clip-path: polygon(145px 0px, 300px 0px, 155px 488px, 0px 488px);
	clip-path: polygon(145px 0px, 300px 0px, 155px 488px, 0px 488px); cursor: pointer;
}
.abicons-clip-item+.abicons-clip-item{ margin-left: -145px;}
.abicons-clip-item::before{ content: ''; position: absolute; width: 100%; height:100%; left:0; top:0; transition: all 0.3s ease; z-index: 0;}
.abicons-clip-item:hover::before{ opacity: 0.2;}
.abicons-clip-item>div{ display: flex;align-items: center;justify-content: center;height: 100%; flex-direction: column; position: relative;z-index: 99;}
.abicons-clip-item .icon{ width: 38px; height: 38px; display: block;}
.abicons-clip-item .icon>img{ width: 100%; height: 100%;}
.abicons-clip-item h3{ display: block; text-align: center; color: #fff; margin: 10px 0;}
.abicons-clip-item p{ display: block; text-align: center; color: #fff; opacity: 0.6;}
.clip-item-1{background: url(../gc-img/jd-web-ye-1.jpg); background-size: cover;}
.clip-item-1::before{ background-color: rgb(35,98,222); opacity: 0.7;}
.clip-item-2{background: url(../gc-img/jd-web-ye-2.jpg); background-size: cover;}
.clip-item-2::before{ background-color: rgb(48,49,154); opacity: 0.7;}
.clip-item-3{background: url(../gc-img/jd-web-ye-3.jpg); background-size: cover;}
.clip-item-3::before{ background-color: rgb(183,63,63); opacity: 0.7;}
.clip-item-4{background: url(../gc-img/jd-web-ye-4.jpg); background-size: cover;}
.clip-item-4::before{ background-color: rgb(207,163,59); opacity: 0.7;}
.clip-item-5{background: url(../gc-img/jd-web-ye-5.jpg); background-size: cover; background-position: -380px center;}
.clip-item-5::before{ background-color: rgb(152,193,38); opacity: 0.7;}
.clip-item-6{background: url(../gc-img/jd-web-ye-6.jpg); background-size: cover; background-position: -380px center;}
.clip-item-6::before{ background-color: rgb(232,163,0); opacity: 0.7;}

/* update 2023-12-9 by cltan */
/*首页图片增加一个下滑查看图标*/
@keyframes scroll {
	0% { -webkit-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity:0}
	15% { opacity:1}
	85% { opacity:1 }
	to { -webkit-transform: translateY(22px); -o-transform: translateY(22px); transform: translateY(22px);opacity:0 }
}
.scroll-indicator{
	position: absolute; bottom: 70px; right: 50%; width: 30px; height: 50px;
	-webkit-transform: translateX(50%); -o-transform: translateX(50%); transform: translateX(50%);
	border: 2px solid #fff; border-radius: 99px; z-index: 10;
}
.scroll-indicator__circle {
	position: absolute; width: 6px; height: 6px; border-radius: 50%; background-color: #fff; top: 10px; left: 50%; margin-left: -3px;
	-webkit-animation: scroll 1.5s cubic-bezier(.645,.045,.355,1) 0s infinite forwards running;
	-o-animation: scroll 1.5s cubic-bezier(.645,.045,.355,1) 0s infinite forwards running;
	animation: scroll 1.5s cubic-bezier(.645,.045,.355,1) 0s infinite forwards running;
	z-index: 1;
}
.scroll-indicator__text{ color: #fff;position: absolute;left: 50%;width: 80px;margin-left: -40px;text-align: center;top: 58px; opacity:0.9}

/* 微信关注 */
.wxcode{ position: absolute; left: 0; top:0; right:0; bottom:0; z-index: 999;}
.wxcode-box{ width: 520px; height:400px; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); background: url(../gc-img/jd-wx-code.png) center center no-repeat}
.wxcode-close{
	cursor: pointer;
	width: 37px; height: 37px; background: url(../gc-img/jd-web-close.png); position: absolute; bottom:-40px; left: 50%; margin-left:-18.5px;
}

/* news */
.new-list__title{ height: 40px;}
.new-list{ padding: 0 20px;}
.display-method{}
.display-method>a{ width: 100px; height:40px; font-size: 19px; font-weight: normal; border: 1px solid #F5f5f5; background:#f5f5f5; color:#b5b0a5; display: inline-block; line-height: 40px; text-align:center;}
.display-method>a.current{ background:rgb(0, 112, 192); border: 1px solid rgb(0, 112, 192); color: #fff;}
.display-method>a+a{ margin-left: 16px;}
.display-method>a:hover:not(.current){ background:rgba(37,80,160,.1); color: rgb(0, 112, 192); border: 1px solid rgba(37,80,160,.5);}
.new-matrix{ display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 20px;}
.matrix-item{ width: 30%; height: 400px;}
.matrix-item-pic{ width: 100%; height: 230px; background-position: center center; background-size: cover; cursor: pointer; position: relative;}
.matrix-item-pic:hover::after{ content: ''; width:100%; height:100%; left:0; top:0; background-color:rgba(0,0,0,.4); z-index: 1; position: absolute;}
.matrix-item-date{ color: #999; font-size:16px; line-height:30px; margin-bottom: 8px;}
.matrix-item-title{ font-size: 19px; rgb(51, 51, 51); font-weight:700;}
.defaultPicNews{
	background-image: url(../gc-img/defaultNewsPic.jpg);
}
.jzimg{
	background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;
}


/* swiper-11.0.3 */
/* swiper init */
.swiper {width: 100%;height: 100%;}
.swiper .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
.swiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .autoplay-progress {position: absolute;right: 16px;bottom: 16px;z-index: 10;width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;font-weight: bold;color: rgba(255,255,255,.5);}
.swiper .autoplay-progress svg {--progress: 0;position: absolute;left: 0;top: 0px;z-index: 10;width: 100%;height: 100%;stroke-width: 4px;stroke: rgba(255,255,255,.4);fill: none;stroke-dashoffset: calc(125.6 * (1 - var(--progress)));stroke-dasharray: 125.6;transform: rotate(-90deg);}
/* swiper text pop */
.swiper .swiper-slide{ background-size: cover; background-position: center center;}
.swiper .swiper-pagination-bullet{ transition: all 0.5s ease; width: 10px; height:10px; border-radius: 10px; background-color: #fff;}
.swiper .swiper-pagination-bullet-active{ transition: all 0.5s ease; width: 30px;}
.swiper .swiper-button-next,.swiper .swiper-button-prev{ opacity: 0; box-sizing: content-box; transition: all 0.5s ease; padding:10px; border-radius: 8px; margin-top: calc(0px - (var(--swiper-navigation-size)/ 2) - 10px); color:rgba(255,255,255,.5)}
.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev{ opacity: 1;}
.swiper .swiper-button-next:hover,.swiper .swiper-button-prev:hover{ background-color: rgba(0,0,0,.7); color:#fff}
/* animate word */
.swiper-box{ width: 82%;}
.swiper-box>span{ transition: all 2s ease; text-shadow:rgba(0,0,0,.5) 4px 4px 12px}
.swiper-text--left{ text-align: left}
.swiper-text--right{ text-align: right}
.right-to-left{ position: relative; right: -100px; opacity: 0;}
.swiper-slide-active .right-to-left{ right:0; opacity: 1;}
.left-to-right{ position: relative; left: -100px; opacity: 0;}
.swiper-slide-active .left-to-right{ left:0; opacity: 1;}
.up-to-down{ position: relative; top: -100px; opacity: 0;}
.swiper-slide-active .up-to-down{ top:0; opacity: 1;}
.down-to-up{ position: relative; top: 100px; opacity: 0;}
.swiper-slide-active .down-to-up{ top:0; opacity: 1;}
/* custom swiper text size */
.swiper-text1{ font-size: 65px; color:#fff; line-height: 1.8; }
.swiper-text2{ font-size: 55px; color:#fff; line-height: 1.8; }
.swiper-text3{ font-size: 65px; color:#fff; line-height: 1.8; }

.zqyxxBox-table{
	width: 100%;
}
.zqyxxBox-table thead td{
	padding: 1px; border-width: 1px; border-style: solid; border-color: windowtext; background: rgb(127, 127, 127);
}
.zqyxxBox-table tbody td{
	padding: 1px; border-width: 0.5px; border-style: solid; border-left-color: windowtext; border-right-color: windowtext; border-top-color: initial;
}
.zqyxxBox-table p{
	text-align:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-indent:0;line-height:28px;
}
.zqyxxBox-table span {
	font-family: 微软雅黑;
	color: rgb(255, 255, 255);
	letter-spacing: 0;
	font-size: 16px;
}
.zqyxxBox-table tbody p{
	text-align:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-indent:0;line-height:28px;
}
.zqyxxBox-table tbody span{
	font-family:微软雅黑;color:rgb(51,51,51);letter-spacing:0;font-size:16px;
}


#method-list-hidde{
	display: none;
}