@keyframes list { 0% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-5px); }
  100% { transform: translateX(-50%) translateY(0); } }

@keyframes slide { from { top: -600px; }
  to { top: 0; } }

@keyframes toDown { 0% { bottom: 80px; }
  50% { bottom: 100px; }
  100% { bottom: 80px; } }

@charset "utf-8";

@font-face {
  font-family: 'AuxinMedium';
  src: url(../fonts/AuxinMedium.otf);
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.otf);
}



.headTit {
  text-align: center;
  margin-bottom: 40px;
}

.headTit h3 {
  font-size: 28px;
  color: #333333;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: normal;
}


.headTit h4 {
  font-size: 16px;
  margin: auto;
  color: #999999;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.headTit.w p,
.headTit.w h3,
.headTit.w h4 {
  color: #fff;
}

.headTit h5 {
  width: 60px;
  height: 3px;
  background-color: #dab866;
  margin: auto;
  margin-top: 10px;
}

.headTit p {
  margin-top: 15px;
  color: #666;
  text-align: center;
  opacity: 0.9;
  font-size: 14px;
}

.headTit_l {
  text-align: left;
}

.headTit_l h5 {
  margin-left: 0;
}

a {
  transition: ease 0.3s;
}

._More {
  display: block;
  width: max-content;
  padding: 10px;
  border: 1px solid #dedede;
  width: 180px;
  text-align: center;
  color: #616161;
  background-color: #fff;
  margin: 40px auto 0;
  border-radius: 45px;
}

._More i {
  color: #fff;
}

._More:hover {
  border-color: #f38f13;
  background-color: #f38f13;
  color: #fff;
}

._More:hover i {
  color: #fff;
}



@media (max-width:768px) {


  .headTit {
    margin-bottom: 2rem;
  }

  .headTit h3 {
    font-size: 1.4rem;
  }

  .headTit h4 {
    font-size: 1rem;
  }

}


/* 手机导航 */
.mbHead {
  display: none;
}

@media (max-width:768px) {
  .pcHead {
    display: none;
  }

  .swiper-pagination {
    z-index: 3;
  }

  .container {
    width: 100%;
    padding: 0 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .mbHead {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    background: url() center center no-repeat #fff;
    background-size: 100% auto;
  }

  .mbHead .bc {
    position: relative;
    height: 4rem;
    padding-top: 1rem;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  }

  .mbHead .bc img {
    /* width: 80%; */
    height: 2rem;
    /* transform: translateY(-0.5rem); */
    margin-left: 1rem;
  }

  .mbHead .menuBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4rem;
    height: 2rem;
    z-index: 1000;
  }

  .mbHead .menuBtn .menuBtns {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mbHead .menuBtn li {
    position: absolute;
    right: 1rem;
    height: 2px;
    width: 2rem;
    background-color: #333;
    margin: 0.5rem 0;
    transition: ease 0.2s;
  }

  .mbHead .menuBtn li:nth-child(1) {
    top: 0.05rem;
  }

  .mbHead .menuBtn li:nth-child(2) {
    top: 0.5rem;
  }

  .mbHead .menuBtn li:nth-child(3) {
    top: 1rem;
  }

  .mbHead .menuBtn .del {
    background-color: #999;
  }

  .mbHead .menuBtn .del:nth-child(1) {
    top: 0.5rem;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
  }

  .mbHead .menuBtn .del:nth-child(2) {
    display: none;
  }

  .mbHead .menuBtn .del:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
  }

  .mbHead .menuBox {
    position: absolute;
    width: 20rem;
    height: 100%;
    top: 0;
    right: -20rem;
    transition: 0.5s ease;
    z-index: 999;
    opacity: 0;
  }

  .mbHead .menuBox .menuBox1 {
    padding-top: 4rem;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  }

  .mbHead .menuBox .menuBox2 {
    position: absolute;
    top: 0;
    left: -10rem;
    width: 10rem;
    height: 100%;
    display: none;
  }

  .mbHead .show {
    right: 0;
    opacity: 1;
  }

  .mbHead .chd {
    display: none;
    overflow: hidden;
    padding: 0 3%;
  }

  .mbHead .menuLi {
    padding: 1rem 3% 0;
    transition: ease 0.5s;
    border-bottom: 1px solid #dedede;
    color: #333;
  }

  .mbHead .menuLi h4 {
    padding: 0 0.5em 1rem;
    font-size: 1.1rem;

  }

  .mbHead .menuLi>a {
    font-size: 1.2rem !important;
  }

  .mbHead .menuLi a {
    display: block;
    padding: 0 1rem 1rem;
    position: relative;
    font-size: 1rem;
  }

  .mbHead .menuLi a i {
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition: ease 0.5s;

  }

  .mbHead .menuLi a .cur {
    transform: translateY(-50%) rotate(135deg);
  }

  .mbHead .menuLi .on {}
}



/* tp 分页样式 */
.pagination {
  display: flex;
  flex-wrap: wrap;
}

.pagination li:nth-child(1) {
  width: 100%;
  margin: 0;

}

.pagination li:nth-child(1) span,
.pagination li:nth-child(1) a {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination li {
  margin-right: 5px;
}

.pagination li span,
.pagination li a {
  display: block;
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #00b3fe;
  transition: ease 0.5s;
  font-size: 14px;
}

.pagination li.disabled span,
.pagination li.disabled a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
  cursor: not-allowed;
}

.pagination li.disabled:hover span,
.pagination li.disabled:hover a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
}

.pagination li:hover span,
.pagination li:hover a {
  background-color: #00b3fe;
  color: #fff;
}

.pagination li:hover:nth-child(1) span,
.pagination li:hover:nth-child(1) a {
  background-color: #d80000;
  color: #333;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination li.active span,
.pagination li.active a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}

.pagination li.active:hover span,
.pagination li.active:hover a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}





.swiper-pagination-bullet {
  background-color: #f38f13;
}

.blo {
  height: 100px;
}


/*.pcHead { position: fixed; top: 0; left: 0; width: 100%; padding: 20px; z-index: 999; transition: ease 0.5s; }*/

/*.pcHead .navBars { display: flex; justify-content: space-between; }*/

/*.pcHead .navBars a { padding: 20px 0; color: #fff;    font-size: 14px; }*/

/*.pcHead .navBars a:hover { color: #e47034; }*/

/*.pcHead.on { background-color: #fff; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }*/

/*.pcHead.on .navBars a { color: #333; }*/


.pcHead { height: 230px; }

.pcHead .top_ct { padding: 20px 0; }

.pcHead .top_ct .container { display: flex; align-items: center; justify-content: space-between; }

.pcHead .top_ct .container .logo img { max-width: 353px; }

.pcHead .top_ct .container .by { text-align: center; color: #0879bf; }

.pcHead .top_ct .container .by h4 { font-weight: bold; font-size: 38px; }

.pcHead .top_ct .container .by .p { margin-top: 10px; font-size: 18px; }

.pcHead .nav_ct { padding: 10px 0; }

.pcHead .nav_ct .container { display: flex; justify-content: space-around; }

.pcHead .nav_ct .container a.on { color: #0879bf; border-bottom: 2px solid #0879bf; }

.pcHead .nav_ct .container a:hover { color: #0879bf; }

.pcHead.on { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); background-color: #fff; animation: slide 0.5s ease 1 forwards; }

footer { background-color: #000000; text-align: center; }

footer .a { padding: 20px 0; padding-top: 30px; display: flex; justify-content: space-around; }

footer .a a { color: #dedede; font-size: 0.9rem; }

footer hr { border-color: #808080; }

footer .p { color: #616161; font-size: 0.8rem; padding: 20px 0; }

.index_container { padding: 100px 0; }

.index_container .index_about { color: #616161; }

.index_container .index_about .h { font-size: 18px; font-weight: bold; }

.index_container .index_about .p { margin-top: 20px; line-height: 1.8; }

.index_container .index_istfd { margin-top: 100px; }

.index_container .index_istfd .left_cont .head .title { font-size: 28px; font-weight: bold; color: #0879bf; border-bottom: 1px solid #dedede; height: 50px; display: flex; align-items: flex-end; padding-bottom: 10px; }

.index_container .index_istfd .left_cont .head .des { color: #616161; padding: 20px 0; }

.index_container .index_istfd .left_cont .list .lis { padding-left: 20px; margin-top: 40px; }

.index_container .index_istfd .left_cont .list .lis .h { position: relative; line-height: 1; font-size: 20px; }

.index_container .index_istfd .left_cont .list .lis .h::before { content: ''; height: 100%; width: 10px; position: absolute; background-color: #ff5400; left: -20px; }

.index_container .index_istfd .left_cont .list .lis .p { margin-top: 20px; color: #616161; }

.index_container .index_istfd .left_cont .list .lis a { display: flex; padding: 7px 20px; background-color: #0879bf; color: #fff; width: max-content; border-radius: 40px; margin-top: 20px; }

.index_container .index_istfd .left_cont .list .lis a:hover { background-color: #075585; }

.index_container .index_istfd .left_cont .list .lis a .icobox { margin-right: 10px; width: 20px; }

.index_container .index_istfd .right_cont .title { height: 50px; display: flex; align-items: flex-end; border-bottom: 1px solid #dedede; font-size: 20px; color: #0879bf; padding-bottom: 10px; font-weight: bold; }

.index_container .index_istfd .right_cont .list .lis .imgbox { width: 75px; }

.index_container .index_istfd .right_cont .list .lis .de { text-align: center; margin-top: 10px; }

.index_container .index_istfd .right_cont .list .lis .de .d { font-weight: bold; font-size: 0.9rem; }

.index_container .idnex_partners { margin-top: 100px; }

.index_container .idnex_partners .container { display: flex; justify-content: space-around; }


.pcBanner .bannerImg { display: flex; justify-content: center; align-items: center; overflow: hidden; width: 100%; }

.pcBanner .bannerImg img { width: 100%; }

.pcBanner .text { position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex;  align-items: center; }

.pcBanner .text .container{ width:100%; display:flex;flex-direction:column;justify-content: flex-start;}

.pcBanner .text p { font-weight: bold; color: #fff; font-size: 36px; text-transform: uppercase; }

.pcBanner .text p.cor { color: #0879bf; }

.pcBanner .text a { width:max-content; margin-top: 40px; padding: 10px 20px; background-color: #0879bf; color: #fff; border-radius: 40px; }

.pcBanner .line { position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); }

.pcBanner .icos { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); animation: 1s list ease infinite; }

.pcBanner .bannerBtn { position: absolute; right: 40px; bottom: 40px; display: flex; }

.pcBanner .bannerBtn .btns { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #dedede; z-index: 48; margin: 0 10px; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: ease 0.5s; }

.pcBanner .bannerBtn .btns i { width: 10px; height: 10px; border-top: 1px solid #dedede; border-right: 1px solid #dedede; }

.pcBanner .bannerBtn .btns.prev i { transform: translateX(25%) rotate(-135deg); }

.pcBanner .bannerBtn .btns.next i { transform: translateX(-25%) rotate(45deg); }

.pcBanner .bannerBtn .btns:hover { background-color: #dedede; }

.pcBanner .bannerBtn .btns:hover i { border-color: #333; }

.index_about .cont { line-height: 2; }

.index_about .cont a { display: block; margin: auto; margin-top: 20px; width: max-content; padding: 5px 30px; border-radius: 40px; background-color: #0879bf; color: #fff; text-align: center; }

.index_sym .bg1 { background-color: #eeedee; }

.index_sym .bg2 { background: url(../images/xiii.png) center bottom no-repeat #122f6f; }

.index_sym .box1 { margin: auto; margin-right: 0; width: 600px; height: 600px; padding-left: 40px; padding-right: 40px; }

.index_sym .box1 .headTit h3 { text-align: left; }

.index_sym .box1 .headTit h4 { margin-left: 0; margin-right: auto; }

.index_sym .box1 .cont .lis { display: flex; align-items: center; margin-top: 30px; }

.index_sym .box1 .cont .lis i { width: 10px; height: 10px; border-radius: 50%; background-color: #0879bf; margin-right: 10px; margin-left: 0; }

.index_sym .box2 { padding: 0 40px; height: 600px; width: 600px; }

.index_sym .box2 h3 { font-size: 30px; color: #fff; margin-bottom: 20px; }

.index_sym .box2 .cont { color: #fff; }

.index_sym .box2 .cont .lis { display: flex; padding: 20px 10px; justify-content: space-between; align-items: center; border: 1px solid #e47034; margin-bottom: 20px;  background-color: #e47034;}

.index_sym .box2 .cont .lis i { width: 20px; opacity: 0.6; }

.index_sym .box2 .cont .lis i img { display: block; width: 100%; }

.index_sym .box2 .cont .lis p { width: 200px; }

.index_sym .box2 .cont .lis span { width: 230px; }

.index_pag { background: url(../images/pag1.png) center center no-repeat; }

.index_pag .box1 { background-color: rgba(0, 0, 0, 0.5); width: 600px; margin: auto; margin-right: 0; padding-left: 40px; padding-right: 40px; height: 600px; }

.index_pag .box1 h3 { font-size: 22px; color: #fff; }

.index_pag .box1 .cont { margin-top: 40px; }

.index_pag .box1 .cont .lis { display: flex; margin-top: 60px; }

.index_pag .box1 .cont .lis .imgbox { width: 80px; height: 80px; background-color: #fff; border: 5px solid rgba(255, 255, 255, 0.6); border-radius: 50%; margin: 0; }

.index_pag .box1 .cont .lis .text { width: 300px; color: #fff; display: flex; flex-direction: column; justify-content: center; padding-left: 20px; }

.index_pag .box1 .cont .lis .text p { margin-bottom: 10px; font-size: 20px; font-weight: bold; }

.index_pag .box1 .cont .lis .text a { padding: 5px 30px; border-radius: 40px; border: 1px solid #fff; width: max-content; }

.index_pag .box1 .cont .lis .text a:hover { background-color: #e47034; color: #Fff; border-color: #e47034; }

.index_pag .box2 { padding-left: 40px; padding-right: 40px; height: 600px; }

.index_pag .box2 h3 { color: #fff; font-size: 36px; margin-top: 40px; }

.index_pag .box2 .cont p { color: #fff; font-weight: bold; font-size: 60px; }

.index_pag .box2 .cont p span { font-size: 80px; margin-right: 10px; }

.index_aut .aut { opacity: 0.7; transition: ease 0.3s; padding: 100px 0; }

.index_aut .aut .imgbox { border: 0px solid #e47034; width: 150px; height: 150px; border-radius: 50%; transition: ease 0.3s; }

.index_aut .aut .imgbox img { max-width: 100%; max-height: 100%; transition: ease 0.3s; }

.index_aut .aut .text { text-align: center; margin-top: 20px; }

.index_aut .aut .text h3 { transition: ease 0.3s; }

.index_aut .aut .text p { margin-top: 10px; transition: ease 0.3s; }

.index_aut .swiper-slide-active .aut { opacity: 1; padding-top: 90px; transform: scale(1.2); }

.index_aut .swiper-slide-active .aut .imgbox { border: 5px solid #e47034; border-radius: 50%; }

.index_partners .list { display: flex; justify-content: space-between; margin-bottom: 20px; }

.index_partners .list .lis { width: 20%; }

.index_partners .list .lis p { text-align: center; margin-top: 10px; }

.pcFoot { background-color: #122f6f; color: #fff; }

.pcFoot .botNavs { display: flex; justify-content: center; }

.pcFoot .cont { opacity: 0.6; margin-top: 20px; }

.pcFoot .cont p { text-align: center; }

.neiBanner { position: relative; }

.neiBanner .imgbox { min-height: 350px; }

.neiBanner .imgbox img { max-width: none; height: 100%; }

.neiBanner .text { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

.neiBanner .text .container { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; color: #fff; }

.neiBanner .text .container p { font-size: 30px; font-weight: bold; margin-bottom: 10px; }

.neiBanner .text .container p span { text-transform: uppercase; color: #f87d22; }

.tours_box1 ._cont { display: flex; }

.tours_box1 ._cont .tits { width: 150px; background-color: #0879bf; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 20px; font-weight: bold; }

.tours_box1 ._cont ._t { padding-left: 10px; line-height: 2; }

.tours_box2 ._cont ._row { background-color: #f7f7f7; }

.tours_box2 ._cont ._row:nth-child(2n) { flex-direction: row-reverse; }

.tours_box2 ._cont .imgbox { width: 100%; }

.tours_box2 ._cont .imgbox img { width: 100%; }

.tours_box2 ._cont .text { padding: 40px; }

.tours_box2 ._cont .text h3 { font-size: 26px; margin-bottom: 20px; color: #122f6f; }

.tours_box2 ._cont .text h3 i { display: block; height: 3px; background-color: #0879bf; width: 100px; }

.tours_box2 ._cont .text p { line-height: 2; }

.tours_box3 ._cont ._row { background-color: #f7f7f7; margin-bottom: 20px; }

.tours_box3 ._cont .imgbox { width: 100%; }

.tours_box3 ._cont .imgbox img { width: 100%; }

.tours_box3 ._cont .text { padding: 40px; }

.tours_box3 ._cont .text h3 { font-size: 26px; margin-bottom: 20px; color: #122f6f; }

.tours_box3 ._cont .text h3 i { display: block; height: 3px; background-color: #0879bf; width: 100px; }

.tours_box3 ._cont .text p { line-height: 2; }

.committee_box1 .aut_lis { padding: 20px; text-align: center; margin-bottom: 40px; }

.committee_box1 .aut_lis .imgbox { margin-bottom: 20px; }

.committee_box1 ._cont ._table ._table_row { display: flex; }

.committee_box1 ._cont ._table ._table_row ._table_col { border: 1px solid #dedede; margin-right: -1px; margin-bottom: -1px; padding: 20px 10px; display: flex; align-items: center; }

.committee_box1 ._cont ._table ._table_row ._table_col:nth-child(1) { width: 25%; }

.committee_box1 ._cont ._table ._table_row ._table_col:nth-child(2) { width: 55%; }

.committee_box1 ._cont ._table ._table_row ._table_col:nth-child(3) { width: 25%; }

.committee_box1 ._cont ._table ._table_row:nth-child(2n) { background-color: #f1f1f1; }

.committee_box1 ._cont ._table ._table_row._table_head ._table_col { border-color: #0879bf; background-color: #0879bf; color: #fff; }

.cfp_box1 p { color: #333; margin-bottom: 20px; line-height: 2; }

.hv_box1 ._cont img { cursor: pointer; }

.hv_box1 ._cont .text { padding-left: 20px; }

.hv_box1 ._cont .text h3 { font-size: 24px; margin-bottom: 30px; }

.hv_box1 ._cont .text p { line-height: 2; margin-bottom: 20px; }

#map { height: 400px; margin-bottom: 40px; }

.rk_box1 ._col6 { width: 33.3333%; }

.rk_box1 .aut { display: block; margin: auto; width: 90%; border: 1px solid #dedede; padding: 20px; margin-bottom: 20px; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.rk_box1 .aut .imgbox { margin-bottom: 20px; }

.rk_box1 .aut .imgbox img { height: 300px; }

.rk_box1 .aut h3 { text-align: center; font-size: 24px; margin-bottom: 20px;height:68px;text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
/* 写3行就是3 以此类推 */
-webkit-box-orient: vertical;` }

.rk_box1 .aut p { height: 100px; line-height: 20px; font-size: 14px; color: #666; }

.rk_box1 .aut:hover { transform: translateY(-5px); }

.rk_box1 .aut:hover .imgbox img { transform: scale(1.1); }

.news_box .text img { max-width: 350px; }

.proPage .date { margin-bottom: 10px; font-weight: bold; color: #0879bf; text-align: center; }

.proPage .break { width: calc(100% - 1px); height: 60px; text-align: center; line-height: 60px; background-color: #f1f2f3; color: #808080; border: 1px solid #dedede; }

.proPage ._table ._tbr { display: flex; color: #333; }

.proPage ._table ._tbr._tbh ._tbc { background-color: #a2c1dd; color: #fff; }

.proPage ._table ._tbr ._tbc { width: 50%; height: 60px; display: flex; justify-content: center; align-items: center; border: 1px solid #dedede; margin-bottom: -1px; margin-right: -1px; padding: 5px; }
