@charset "utf-8";
/**header**/
.header{ position: static; height: 80px; background: #1d0899; }
.nav a.logo{ display: block; float: left; width: 185px; padding: 23px 0; }
.nav ul{ float: right; width: calc(100% - 185px);  text-align: right; }
.nav ul li{ display: inline-block; margin-left: 40px;}
.nav ul li a{ position: relative; padding: 28px 0; display: block; font-size: 16px; color: #efb272; }
.nav ul li a::after{ display: block; content: ""; position: absolute; left: 50%; bottom: 14px; width: 30px; margin-left: -15px; height: 3px; background: #1d0899; }
.nav ul li a.active,.nav ul li a:hover{ font-weight: bold; }
.nav ul li a.active::after,.nav ul li a:hover::after{background: #efb272;} 
.header .m-nav,.m-menu{display: none;}

/**主体**/
.main{width: 100%;}
.opener{width: 100%;background: #11035e;}
.banner{ width: 100%; height: 430px; position: relative; background: url(/content/dam/gtja_v3/activity/banner.jpg)no-repeat center; background-size: 100% 100%; }
.banner .letter{ position: absolute; left: 0; top: 70px; }

.pit{ padding: 60px 0; width: 100%; background: url(/content/dam/gtja_v3/activity/tit.png)no-repeat center center; text-align: center; font-size: 36px;}
.pit2{ padding: 60px 0; width: 100%; background: url(/content/dam/gtja_v3/activity/tit2.png)no-repeat center center; text-align: center; font-size: 36px;}
.pinfo{ font-size: 16px; line-height: 32px; padding-bottom: 75px; }
.m-tc{display: none;}
.pc-tc{display: block;}

.sign-up{ background: #15056e; padding-bottom: 60px; }
.tips-fot{ padding-top: 30px; font-size: 14px; line-height: 28px; }
.sign-up ul{ margin: 0 -22px; margin-top: 32px; }
.sign-up ul li a{position: relative; margin: 0 22px; padding: 25px 0; display: block; text-align: center; border: solid 1px #efb272; border-radius: 5px; border-top-left-radius: 0px; }
.sign-up ul li a>span{ position: absolute; top: -32px; left: -1px; height: 32px; line-height: 32px; padding: 0 0 0 10px; background: #efb272; font-size: 18px; color: #200672;  border-top-left-radius: 5px;}
.sign-up ul li a>span::after{ position: absolute; top: 0; right: -21px; display: inline-block; content: ""; width: 21px; height: 32px;background: url(/content/dam/gtja_v3/activity/icon-r.png)no-repeat;}
.sign-up ul li a>p{ padding-top: 18px; font-size: 16px; line-height: 24px; color: #efb272; }

.crumbs{ width: 100%; height: 180px; background: url(/content/dam/gtja_v3/activity/crumbs.jpg)no-repeat center center; background-size: 100% 100%;}

.point-w{width: 100%; background: #15056e;}
.h-bar{ position: relative; padding:30px 0 15px;background: url(/content/dam/gtja_v3/activity/icon-line.png)no-repeat bottom center;}
.h-bar h2{ border-left: solid 6px #efb272; height: 24px; font-size: 24px; line-height: 24px; padding-left: 15px; }

.fund_banner{ margin-top: 20px; width: 100%; height: 835px; position: relative;}
.fund_banner .carousel-inner{width: 100%; height: 835px; }
.fund_banner .carousel-indicators{ display: none;
  width: 100%; bottom: 160px; height: 75px; margin-left: -600px;
  box-sizing: border-box; padding: 43px 24px 0 0;
}
.fund_banner .carousel-indicators li{width: 6px; height: 6px; margin: 0 2px; background: #fff; opacity: .4; border:none;}
.fund_banner .carousel-indicators li.active{width: 12px; border-radius: 3px; opacity: 1;}
.fund_banner .carousel-control{
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: #e5a45f;
  opacity: 1;
  color: #fff; background-image: none;
  font-size: 24px;
  border: none;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.fund_banner .carousel-control.disable{background: #c6c6c6; color: #fff; pointer-events: none; }
.funbtn{position: absolute; top:35%; z-index:1;}
.funbtn a.left{left: -80px;}
.funbtn a.right{right: -80px;}

.p-item-head{ padding: 24px 0 18px 0; }
.p-item-head h2{ font-size: 24px; padding-bottom: 12px; }
.p-item-head h2 a{ display: block; text-decoration: underline; color:#efb272;}
.p-item-head p{ font-size: 16px; color:#efb272; line-height: 32px;  padding-bottom: 24px;}

.point-list ul{ margin: 0 -15px; }
.point-list li .ibox{ margin:0 15px 30px 15px; }
.point-list li .ibox img{width: 100%;}
.point-list li h2{ padding: 16px 0; font-weight: normal;}
.point-list li h2 a{font-size: 20px;color:#efb272; font-weight: normal;}
.tag a{color:#efb272; padding: 4px 10px; font-size: 14px; border: solid 1px #efb272; border-radius: 15px; transition: all .3s;}
.tag a:hover{ background: #efb272; color: #15056e; }

.page-n{ text-align: center; padding: 20px 0 60px; }
.page-n a{ display: inline-block; margin: 0 10px; color:#efb272; width: 210px; text-align: center; padding: 5px 0; font-size: 24px; border: solid 1px #efb272; border-radius: 48px; transition: all .3s; cursor: pointer;}
.page-n a.active,.page-n a:hover{ background: #efb272; color: #15056e; }

/*文章详情页面*/
.news-detail{padding: 32px 0 60px 0;}
.news-detail .head-meta{ height: 24px;padding-bottom: 32px; border-bottom: solid 1px #efb272;  overflow: hidden;}
.news-detail .head-meta .news-meta{ padding-top: 5px; }
.news-detail .news-meta span{margin-right: 10px; font-size: 14px;}
.news-detail h2.titd{font-size:40px; line-height: 54px;font-weight:bold; padding-bottom: 16px}
.detail-arc{ padding-top: 24px; font-size: 18px; line-height: 36px; }
.arc-tag{ padding-top: 32px; }
.arc-tag a{color:#efb272; padding: 4px 10px; font-size: 14px; border: solid 1px #efb272; border-radius: 15px; transition: all .3s;}
.arc-tag a:hover{ background: #efb272; color: #15056e; }

/*视频详情*/
.d-video2{ position: relative; width: 100%; height: 675px; overflow: hidden; margin-top: 20px;}
.d-video2 video{width: 100%; height: 675px;object-fit: fill; }
.d-video2 b{ display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; background: rgba(0, 0, 0, 0.6);}
.d-video2 b::after{ content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; cursor: pointer; background: url(/content/dam/gtja_v3/activity/i-play.png)no-repeat center center; background-size: 80px 80px;}

.scroll-body{ margin-top: 20px; background: #11035e; padding: 30px; }
.scroll-body ul{ height: 460px; padding-right: 10px; overflow-y: auto; }
.scroll-body ul::-webkit-scrollbar{
    width: 4px;
    height: 4px;border-radius: 4px;
    background-color: #291d6e;
  }
.scroll-body ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #291d6e;
  }
.scroll-body ul::-webkit-scrollbar-thumb{
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #efb272;
  }
.scroll-body ul li{ position: relative; margin-left: 80px; padding-left: 20px; padding-bottom: 20px; font-size: 16px; line-height: 32px; border-left: solid 1px #efb272;}
.scroll-body ul li::after{display: block; content: ""; position: absolute; top: 0; left: -12px; background: #efb272; width: 10px; height: 10px; border-radius: 50%; border: solid 7px #11035e;}
.scroll-body ul li span.time{ position: absolute; color: #11035e; line-height: 22px; padding-left: 5px; left: -80px; top: 0; width: 58px; height: 22px; background: url(/content/dam/gtja_v3/activity/i-time.png)no-repeat; background-size: 100% 100%; box-sizing: border-box;}

.moreVideo{padding-bottom: 60px; }
.mySwiper {margin-top: 20px;width: 100%; height: 244px; overflow: hidden;}
.mySwiper .swiper-slide{  
  text-align: center; height: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper .swiper-slide a{position: relative; display: block;}
.mySwiper .swiper-slide a b{display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; background: rgba(0, 0, 0, 0.4) url(/content/dam/gtja_v3/activity/i-play.png)no-repeat center center; background-size: 48px 48px;}
.mySwiper .swiper-pagination{ height: 20px; bottom: 0; left: 0; right: 0; }
.mySwiper .swiper-pagination .swiper-pagination-bullet{width: 6px; height: 6px; margin: 0 5px; background: #fff; opacity: .4; border:none;}
.mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 12px;background: #efb272; border-radius: 3px; opacity: 1;}

/**议程安排**/
table.tab-meet{ margin: 20px 0 30px; width: 100%;border-collapse: collapse; }
table.tab-meet tr th{padding: 10px 15px;text-align: left; line-height: 32px; font-size: 20px; color: #15056e; background: #efb272; }
table.tab-meet tr td{padding: 10px 15px;text-align: left; line-height: 32px; font-size: 16px; border-bottom: solid 1px #825c70;}
p.user-flex{ display: flex; }
.user-txt{ display: inline-block; width: 80px; }
.user-job{ display: inline-block; width: calc(100% - 80px); }
.user-txt2{ display: inline-block; width: 140px; }
.user-job2{ display: inline-block; width: calc(100% - 140px); }
table.tab-meet tr td.font18,.font18{ font-size: 18px; }
table.nei-tab tr td{border-bottom: solid 1px #41286f; padding: 10px 0;}
table.tab-meet tr td.borBot{border-bottom:solid 2px #efb272;}

.bar-tit{ margin: 30px 0; text-align: center; border: solid 1px #efb272; border-radius: 5px;}
.bar-tit h3{ font-weight: normal; }
.bar-tit h2,.bar-tit h3{ font-size: 22px; padding: 10px;}
.bar-tit h2{ color: #15056e; background: #efb272; }

.agen-list{padding-bottom: 30px;}
.agen-list li{ border-left: solid 1px #efb272; margin-left: 140px; padding-left: 35px; }
.agen-list li h3{ display: inline-block; margin-bottom: 20px; padding: 4px 10px; font-size: 18px; color: #15056e; background: #efb272; border-radius: 5px;}
.agen-list li p.p-col{position: relative; padding-bottom: 20px; display: flex; font-size: 18px; }
.agen-list li p.p-col.p-bottom{ padding-bottom: 15px; }
.agen-list li p.p-col:last-child{ padding-bottom: 45px; }
.agen-list li p.p-col.p-nobottom{ padding-bottom: 0; }

.agen-list li p.p-col span{ display: inline-block;}
span.c-name{ width: 95px; /*text-align: justify; text-align-last: justify;*/ margin-right: 30px;}
span.c-txt{ width: calc(100% - 95px); }
.agen-list li p.p-col b{display: block; width: 96px; position: absolute; left: -160px; top: 0; font-size: 18px; font-weight: normal; white-space: nowrap;}
.agen-list li p.p-col b::after{ position: absolute; right: -34px; top: 7px; display: block; content: ""; width: 11px; height: 11px; background: #efb272; border-radius: 50%;}

.remarks{padding:0 0 60px 0; font-size: 14px; line-height: 32px;}

.piclist{ padding: 20px 0 30px; }
.piclist ul{ margin: 0 -15px; }
.piclist li{ margin-bottom: 24px; }
.piclist li a{ display: block; position: relative; margin: 0 15px; }
.piclist li a img{ width: 100%; }
.piclist li a span{ position: absolute; left: 15px; bottom: 22%; background:rgba(208,149,87,0.9);font-size: 14px; padding: 1px 10px; color: #fff; border-radius: 24px; }
.piclist li a p{font-size: 18px; margin-top: 15px; color: #d09557;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.pc-mask{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.9);
  z-index: 50; display: none;
}
.pc-gallery{display: none; position: fixed; top: 0; left: 0; right: 0;bottom: 0; z-index: 51; }
.pc-swiper{ position: relative; width: 1120px; height: 630px; margin: 8.5% auto; }
.pc-swiper .swiper-container{width: 1120px; height: 630px; overflow: hidden;}
.pc-swiper .swiper-container .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pc-swiper .cur{width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: #e5a45f;
  opacity: 1;
  color: #fff; 
  font-size: 24px;
  text-align: center;
  cursor: pointer;}
.pc-swiper .cur:focus{ outline: none; }
.pc-swiper .cur.swiper-button-disabled{background: #c6c6c6; color: #fff; pointer-events: none; }
.pc-swiper .cur::after{ font-size: 16px; }
.pc-swiper .swiper-button-prev{left: -70px;}
.pc-swiper .swiper-button-next{right:-70px;}
.pc-swiper .swiper-pagination{ height: 40px; color: #fff; text-indent: 1.5em; padding-top: 20px; font-size: 14px; bottom: 0; text-align: left; background: linear-gradient(
180deg, rgba(0, 0, 0, 0) 0%, #000000 150%);}
.pc-swiper .swiper-pagination .swiper-pagination-current{ font-size: 20px;}
.pc-swiper video{width: 100%;height: 630px;object-fit: fill;}

.pc-fot{position: absolute; bottom: 10px; left: 80px; font-size: 18px; right: 16px; color: #fff; z-index: 20;}
.pc-fot p{ white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
a.close-p{ position: absolute; top: -60px; display: block; padding: 0 20px 0 45px; height: 36px; line-height: 36px;background: url(/content/dam/gtja_v3/activity/i-back.png)no-repeat 20px center; font-size: 18px; text-align: center; border:solid 1px #e5a45f; border-radius: 40px; color: #e5a45f;}

/**增加板块**/
.lights-con{ background: #15056e;padding-bottom: 60px; }
.wrap2{width:1300px;min-width: 1300px; margin: 0 auto;}
p.big-info{ padding-top: 35px; font-size: 20px; line-height: 40px; text-align: center; }
.pc-yuan{display: block;}
.m-yuan{display: none;}
.meet-ul li{ height: 22px; margin-bottom: 24px; }
.meet-ul li span{ display: inline-block; height: 22px;font-size: 16px;}
.meet-ul li span.txt-tag{width: 90px; text-align: center; font-weight: bold; color: #11035e; background: url(/content/dam/gtja_v3/activity/txt_bg.png)no-repeat center center; background-size: 100% 100%;}
.meet-ul li span.txt-title{ margin-left: 10px; color: #efb272; white-space: nowrap; text-overflow: ellipsis;
overflow: hidden;word-break: break-all;}
.meet-ul ul.one,.meet-ul ul.three{width: 31.5%;}
.meet-ul ul.two{width: 37%;}
.person-con{background: #11035e; padding-bottom: 60px;}
.pit3{padding: 60px 0; width: 100%; text-align: center; font-size: 24px;  }
.per-ul li{ text-align: center; font-size: 13px; }
.per-ul li .item-ibox{ padding: 0 10px; }
.per-ul li strong{ display: block; padding: 10px; font-size: 20px; }
.per-ul li.m-per{ display: none; }
.per-wrap{ display: block; width:1100px;min-width: 00px; padding-top: 30px; margin: 0 auto;}


.m-gallery{display: none;}
/**footer**/
.footer{ background: #11035e; padding: 55px 0 50px; }
.friend{ font-size: 16px; padding-bottom: 30px; border-bottom: solid 1px #efb272;}
.friend li{ display: inline-block; margin-right: 30px; }
.friend li span{ border:solid 1px rgba(191,140,108,0.6); padding: 2px 7px; margin-right: 10px; border-radius: 5px; }
.friend li a{color: #efb272; margin-right: 10px;}
.copy-r{ font-size: 14px; color: #bf8c6c; padding-top: 30px; }

.mySwiper .swiper-slide a span.video-txt { 
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
    background: #2308b7;
}