@charset "utf-8";
* { margin:0; padding:0; outline: 0;}
body {
  background: #fff;
  color: #000;
  font-family: "微软雅黑", sans-serif;
  overflow-x:hidden;
  text-align: justify;
  text-justify:inter-ideograph;/*ie*/
  letter-spacing: 0.04rem;
  font-size: 14px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
section{
  
}
a:hover {text-decoration:none; color:#0067cc;-webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;}

    a, button, input, textarea {

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -moz-transition: all .3s ease;

    -webkit-transition: all .3s ease;

    transition: all .3s ease;

}
::selection { 
    background: #186fc9;
    color: #fff;
}

::-moz-selection {
    background: #186fc9;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #b3b3b3;
}

:-moz-placeholder {
 /* Firefox 18- */
    color: #b3b3b3;
}

::-moz-placeholder {
  /* Firefox 19+ */
    color: #b3b3b3;
}

:-ms-input-placeholder {
    color: #b3b3b3;
}

a {
  text-decoration:none;
  display:inline-block;
  /*color:#fff;*/
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color:#00cdff;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "微软雅黑", sans-serif !important;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
  /*letter-spacing:3px;*/
}

h5,h6{
  font-weight:300;
  }
h1{font-size:60px;}
h2{font-size:48px;}
h3{font-size:36px;}
h4{font-size:24px;}

table 
{
    width:99%;
  margin: 0 auto;
}
td,th{
  padding-left:10px;
}
table, td, th
{
    border:1px solid #f5f5f5;
}
td{
  height: 40px;
  line-height: 2;
  font-size: 14px;
}
.f_l{ float:left;}

.f_r{ float:right;}

.clearfix {

    zoom:1;

}

.clearfix:after {

    clear: both;

    content: " ";

    display: block;

    height: 0;

    visibility: hidden;

}
.font10{
  font-size:11px !important;
}

.font12{
  font-size:12px !important;
}
.font14{
  font-size:14px !important;
}
.font16{
  font-size:16px !important;
}
.font18{
  font-size:18px !important;
}
.font20{
  font-size:20px !important;
}
.font24{
  font-size:24px !important;
}

.fred{
  color:#ec3330;
}
.fwhite{
  color:#fff;
}
.f333{
  color: #333;
}
.f-grey{
  color: #999;
}
.line-top{
  border-left:1px solid #fff;
}

a.a-white{
  color: #fff;
}
a.a-white:hover,
a.a-white:focus{
  color:#fff;
}

a.a-red{
  color: #ff0000;
}
a.a-red:hover,
a.a-red:focus{
  text-decoration: underline;
  color:#ff0000;
}

a.a-blue{
  color: #0000ff;
}
a.a-blue:hover,
a.a-blue:focus{
  text-decoration: none;
  color:#00cdff;
}

.padding-right-5{
  padding-right: 5px;
}
.padding-right-10{
  padding-right: 10px;
}
.padding-right-15{
  padding-right: 15px;
}
.padding-left-5{
  padding-left: 5px;
}
.padding-left-10{
  padding-left: 10px;
}
.padding-left-15{
  padding-left: 15px;
}

.vpad5{
  padding:5px 0;
}

.vpad10{
  padding:10px 0;
}

.vpad15{
  padding:15px 0;
}
.vpad20{
  padding:20px 0;
}
.vpad50{
  padding:50px 0;
}
.vpad50-t{
  padding-top:50px;
}
.vpad50-b{
  padding-bottom:50px;
}
.pad15{
  padding: 15px;
}
.pad20{
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .pad50{
    padding:50px;
  }
}
.bg-red {
  background: #ec3330;
}
.bg-gray45 {
  background: #454545;
}
.bg-grayf5 {
  background: #f5f5f5;
}
.bg-blue {
  background:#eff8fe;
}
.bg-blue2 {
  background:#134594;
}
.bg-red-2{
  background:#FFE8E8;
}
.lineheight280{
  line-height: 2.8;
}
.lineheight250{
  line-height: 2.5;
}
.lineheight240{
  line-height: 2.4;
}
.lineheight230{
  line-height: 2.3;
}
.lineheight220{
  line-height: 2.2;
}
.lineheight210{
  line-height: 2.1;
}
.lineheight200{
  line-height: 2;
}
.lineheight180{
  line-height: 1.8;
}
.lineheight150{
  line-height: 1.5;
}
#speaklist .col-lg-6,#speaklist .col-md-6{
  line-height: 2;
  vertical-align: middle;
}
.bg-black {
  background: #000;
}
.bg-white {
  background: #FFFFFF;
}
.bg-grey{
  background: #f0f4f8;
}
.bg-blue{
  background: #136dcf;
}
.mar-topem{
  margin-top: -9.25rem;
}
.bor-radius{border-radius: 20px;}
.bor-top{
  width: 100%;
  height: 1px;
  background:#175ebb;
  margin-bottom: 20px;
}
.bg-btn-grey{
  background-color:rgba(5,84,204,0.7);
  padding:0 10px;
  font-size:16px;
  width:108px;
  height: 45px;
  line-height: 45px;
  margin-bottom:0px;
  text-align: center;
  display: inline-block;
}
.bg-btn-register{
  background-color:rgba(0,133,252,1);
  padding:0;
  font-size:17px;
  width:120px;
  height: 77px;
  line-height: 80px;
  margin-bottom:0px;
  text-align: center;
  display: inline-block;
  margin-right:0px;
  margin-top:-18px;
}
.bg-btn-register:hover{
  background-color:rgba(0,205,255,1);
  }

.bg-btn-grey-e{
  background-color:rgba(5,84,204,0.7);
  padding:0 10px;
  font-size:16px;
  width:158px;
  height: 45px;
  line-height: 45px;
  margin-bottom:0px;
  text-align: center;
  display: inline-block;
}

.bg-btn-grey2{
  background-color:rgb(5,84,204);
  padding:0 10px;
  font-size:16px;
  width:108px;
  height: 45px;
  line-height: 45px;
  margin-bottom:0px;
  text-align: center;
  display: inline-block;
}
body.l-gray {
    background-color: #EEF0F7;
}
@media only screen and (min-width: 768px){


}
/*banner*/
.swiper-container {
  max-width: 1920px;
  margin: 0 auto;
}
.swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  padding-top: 31.25%;
  position: relative;
}
.swiper-container .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-pagination-bullets {
  text-align: left;
  padding-left: 30px;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  font-style: italic;
  color: #ffffff;
  opacity: 0.32;
  font-size: 24px;
  padding: 0 10px;
  margin: 10px;
  border-radius: 0;
  border-bottom: 3px solid #fff;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #ffffff;
  opacity: 1;
  border-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-pagination-bullets {
    padding-left: 0.5rem;
    box-sizing: border-box;
  }
  .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 0.55rem;
    padding: 0 0.2rem;
    margin: 0 0.3rem;
    border-width: 0.1rem;
  }
}
/**/
.history .text-left{
  height: 80px;
}

.history-title{
  background-color: #ec3330;
  color: #fff;
  font-size:20px;
  height:56px;
  line-height: 56px;
}

.breadcrumb > li + li:before {
    color: #999;
    content: "/ ";
    padding: 0 5px;
}

.history-desc{
  border:1px solid #ccc;
  padding:20px;
}

.history-desc p{
  font-size:14px;
}

.hl{
  background-color: #fdeaea;
  padding:20px 0;
  margin: 0px;
}

.hl-num{
  font-size:40px;
  color:#ec3330;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.pannellist{
  background-color: #f5f5f5;
  padding:20px 10px;
  margin: 5px;
  font-weight: 700;
}
.whyattend{
  background-color: #f5f5f5;
  padding:5px;
  border-radius: 5px;
  border: 1px solid #DDD;
  height: 350px;
  box-shadow: 0px 10px 5px #f1f1f1;
}
.whyattend img{
  margin:20px 0;
}
.rowpad{
  padding:10px 5px;
}
.media ul {
  width:100%;
  margin-left: -30px;
}
.media ul li {
    list-style: none;
    display:inline-block;
    width: 115px;
    height: 46px;
    margin-right: 45px;
    margin-bottom: 20px;
    cursor: pointer;
}
.author{
  font-size:12px;
  color: #666;
  vertical-align: middle;
}
.hl-text{
  color: #980000;
  font-weight: bold;
}

.bg-lastday{
    background: url(../images/bg-lastday.png) no-repeat center center;
    height: 45px;
    line-height: 45px;
}

.bg-ticket{
    background: #f1f1f1;
}

.text-white{
  color: #fff;
}
.border-l{border:1px solid #f5f5f5;margin-bottom: 15px;}
.border-l img{width: 100%;}
.badge{
  background-color: #ec3330;font-size:12px;font-weight: 100;
}

.team {
  position: relative;  display: inline-block; width: 100%;
}
.team .teamimg a img{width: 100%;}


.history:hover img{
  -webkit-filter: brightness(0.7);
  brightness: 0.7;
  filter: alpha(brightness=70);
}

.myphoto:hover img{
  -webkit-filter: brightness(0.7);
  brightness: 0.7;
  filter: alpha(brightness=70);
}

.home-section {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index:120;
}

.service-desc{
  color: #fff;
}
.service-desc span{
    font-style: oblique;
}

.grey-b4{
  color: #b4b4b4;
}
.bg-dark {
  background: #575757;
}
.bg-b-title{
  background:#124ba0;
  border-radius: 5px;
}

.sponsorposition{
  position:relative;top:40%;
}

.myscroll { position: relative;width: 100%; height: 365px; margin: 0 auto; border: 1px solid #f5f5f5;overflow: hidden;}
.myscroll li { height: 365px; overflow: hidden;}
.myscroll img { border: 0 none;}

.mybottomnav{display: none;}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
.f-red{
  color: #ec3330;
}
.f-blue{
  color: #0166D7;
}
.mytougao{text-align: right;}
#sponsorlogo img{
  margin: 20px auto;border: 1px solid #dedede;
    border-radius: 3px;
    padding: 18px 16px;
}
#sponsorlogo div{text-align: center;}
#sponsorlogo2 img{
  margin: 20px auto;
}
#sponsorlogo2 div{text-align: center;}
.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #ec3330;
  color: #fff;
}


.sub-nav{
  border:1px solid #ddd;
  padding:20px;
}

.sub-content{
  margin-top: 30px;
  padding:0 30px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
}

#header.sub-header {
  padding-top:10px;
  /*height: 94px;*/
  line-height:72px;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(255,255,255,0.66);
    /*  box-shadow: 0 0 4px #a0a0a0;*/
    /*-webkit-box-shadow: 0 0 4px #a0a0a0;*/
    /*-moz-box-shadow: 0 0 4px #a0a0a0;*/
    /*-ms-box-shadow: 0 0 4px #a0a0a0;*/

}
.container-fluid{/*max-width: 1330px;*/ }
.mytopmenu.container-fluid:before, .mytopmenu.container-fluid:after{
  display: none;
  content: none;
}
.head-data{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;

}

.head-data.container-fluid:before, .head-data.container-fluid:after{
  display: none;
  content: none;
}
.nav-fluid{
  padding: 0 0;
  display: flex;
  justify-content: center;}
.mytextlogo{
  float:left;
  color:#000000;
  margin-left:20px;
}
#header.header-fixed .mylogo{
  /*display:none;*/
}
#header.header-fixed .mytextlogo:after{
  content:"";
  /*background: url(../images/logo-2020.png) no-repeat;*/
  font-size:22px;
  font-weight:900;
  letter-spacing:0.1em;
  font-family:Verdana, sans-serif !important;
}
.mytop{
  background:#000;
  height:43px;
  line-height:43px;
  margin-top:-60px;
  }
.mytopmenu{
  background: #0e61c3;
}
.mymenu{
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width:1480px){
  /*.mymenu{padding-left: 50px;}*/
}
@media (min-width: 1024px){
  .head-data{
    /*background: url("../images/bg-head.png")no-repeat right bottom;*/
    padding-left: 50px;
  }
  .mymenu{
    padding: 0 50px;
  }
}
.mymenu i{
  font-size:12px !important;
  }
#header.header-fixed .mymenu{
  padding-bottom:20px;
}
#header.header-fixed {
  background: rgba(255, 255, 255);
  /*background: rgba(0, 0, 0, 0.9);*/
  /*background: url(../images/bg-null.jpg) no-repeat center;*/
  padding: 12px 0;
  height: 72px;
  transition: all 0.5s;
}

#header.header-fixed.sub-header {
  /*background: url(../images/header-bg.png)no-repeat top;*/
  padding: 0;    background-size: cover;
  height: 70px;
  transition: all 0.5s;
  box-shadow: 0 0 4px #a0a0a0;
    -webkit-box-shadow: 0 0 4px #a0a0a0;
    -moz-box-shadow: 0 0 4px #a0a0a0;
    -ms-box-shadow: 0 0 4px #a0a0a0;
}
#header.header-fixed .mytextlogo {
  margin-top:5px;
}
#header.header-fixed.sub-header .mytextlogo {
  padding-top:5px;
}
#header.header-fixed.sub-header .btn,#header.header-fixed.sub-header .mytextlogo {
  margin-top:-7px;
}
.header-fixed .flexy-menu>li>a{color: #0085fc;}
.header-fixed .menu-has-children .a-white:after {
    color: #0085fc;
}
.flexy-menu>li>a.btn-sm{color: #FFFFFF;}
/*顶部工具图标*/
.header-en{position:relative}
.header-en:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:#0267db;-webkit-transition:.5s cubic-bezier(.77,0,.175,1);transition:.5s cubic-bezier(.77,0,.175,1)}
/*@media not all and (hover:none){.header-en:hover:after{width:100%}}*/
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-en:hover:after{width:100%}}.ie .header-en:hover:after{width:100%}
@media not all and (hover:none){.header-en:hover .header-en-popup{opacity:1;top:100%;visibility:visible;-webkit-transition:.6s cubic-bezier(.77,0,.175,1);transition:.6s cubic-bezier(.77,0,.175,1)}}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-en:hover .header-en-popup{opacity:1;top:100%;visibility:visible;-webkit-transition:.6s cubic-bezier(.77,0,.175,1);transition:.6s cubic-bezier(.77,0,.175,1)}
}
.ie .header-en:hover .header-en-popup{opacity:1;top:100%;visibility:visible;-webkit-transition:.6s cubic-bezier(.77,0,.175,1);transition:.6s cubic-bezier(.77,0,.175,1)}
.header-en-popup{position:absolute;right:0;top:calc(100% + 1.5rem);background:#fff;-webkit-transition:.5s cubic-bezier(.77,0,.175,1);transition:.5s cubic-bezier(.77,0,.175,1);opacity:0;visibility:hidden;padding:2rem 2rem 2.5rem 2rem;width:16rem;line-height:1.6}.header-en-popup li:before{content:"";float:left;width:1.5rem;height:1.5rem;background:no-repeat center center/contain}
.header-en-popup li+li{margin-top:1rem}
.header-en-popup .header-en-check:before{background-image:url(/cn/images/check-069d891c11.svg)}.header-en-popup a{display:block}
.header-en-popup a:hover em,.header-en-popup a:hover label{color:#0267db}
.header-en-popup em{color:#111;font-style: normal;}
.header-en-popup label{color:#666;font-weight:300;cursor:pointer}
@media (max-width:1400px){

}
@media (max-width:1279px){
  .header-wechat-popup{display:none}
  .header-tools{display:none;}
  .header-tools>li{display:none}
  /*.header-tools .header-en{display:block}*/
  .header-tools .header-en .header-icon{font-size:1.33rem}
  .mymenu{float: right;}
}

@media (min-width:1280px){
  .header-tools{float:right;margin-top:1rem}
  .header-tools>li{float:left}
  .header-tools>li+li{margin-left:.5rem}
  .header-icon{display:block;width:3rem;height:3rem;line-height:3rem;color:rgba(255,255,255,.7);text-align:center;cursor:pointer}
  .header-icon:hover{color:#fff}
  .header-wechat{position:relative;margin-left:0}
  .header-wechat:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:#0267db;-webkit-transition:.5s cubic-bezier(.77,0,.175,1);transition:.5s cubic-bezier(.77,0,.175,1)}
  /*@media not all and (hover:none){*/
  /*  .header-wechat:hover:after{width:100%}}*/
}
@media (min-width:1280px) and (-ms-high-contrast:none),(min-width:1280px) and (-ms-high-contrast:active){.header-wechat:hover:after{width:100%}}
@media (min-width:1280px){.ie .header-wechat:hover:after{width:100%}}
@media (min-width:1280px){.header-wechat:hover .header-wechat-popup{top:100%;opacity:1;visibility:visible}}
@media (min-width:1280px){
  .header-wechat-popup{
    position:absolute;
    right:0;
    top:calc(100% + 1.5rem);
    background:#fff;
    -webkit-transition:.5s cubic-bezier(.77,0,.175,1);transition:.5s cubic-bezier(.77,0,.175,1);opacity:0;visibility:hidden;
    width:160px;
    text-align: center;
    padding:.5rem}
  .header-wechat-popup img{display:block;width:125px;height:auto;margin:5px 0 0 9px;}
  .header-wechat-popup p{padding-top:.5rem;color:#8b95a0;text-align:center;font-size:.875rem}
}
/*顶部三个快捷按钮*/
.links-box {
  zoom: 1;
  width: 30%;
  /*max-width: 280px;*/
}
.links-box:after {
  display: block;
  content: '';
  clear: both;
}
.links-box a {
  display: block;
  float: left;
  width: calc(100%/3 - 5px);
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  padding: 0 10px;
}
.links-box a:hover {
  opacity: 0.8;
}
.links-box a:nth-of-type(1) {
  background: #4dcbff;
}
.links-box a:nth-of-type(2) {
  background: #ffaa23;
}
.links-box a:nth-of-type(3) {
  background: #136dcf;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .links-box{
    display: none;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /*background: url(../images/bg-banner.jpg) center center;*/
  background-size:cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: relative;
  bottom: 0;
  top: 25vh;
  left: 7vw;
  display: flex;
  justify-content: center;
  align-items: right;
  flex-direction: column;
  text-align: left;
}

#hero .hero-container2 {
  position: absolute;
  bottom: 0;
  top: 0vh;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.home_logo1{position: absolute;top: 15px;left: 0;z-index: 999999;}
.home-btn1{position: absolute;bottom: 15px;left: 0;right: 0;z-index: 999999;margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 45px;
    margin-top: 50px;display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;}
#hero .home_logo{max-width: 60%;background: rgba(255,255,255,0.25);
    padding: 60px;
    border-radius: 20px;
    box-shadow: 5px 3px 10px rgba(0,0,0,0.38);}
#hero h1 {
  margin: 0px 0 10px 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  letter-spacing:2px;
}

#hero h1.Chinese-Version{
  font-size:50px;
  letter-spacing: 0.1em;
  padding-top: 5.5vh;
}
#hero .tit-fu{font-size: 20.5px;color: #e8e8e8;letter-spacing: 0em;}
#hero h1 small{
color:#0085fc;font-size:20px;
}
#hero .big_txt3{font-size: 28px;  margin-top:3.5vh;letter-spacing: 0.1em;position:relative;background: -webkit-linear-gradient(left,#fdfdfd,#bbbbbb 25%,#b3b3b3 50%,#ffffff 75%,#f1f1f1);
background:linear-gradient(left,#fdfdfd,#bbbbbb 25%,#b3b3b3 50%,#ffffff 75%,#f1f1f1);
    _color:#FFFFFF;
    *color:#FFFFFF;
  
  background-clip:text;
  -webkit-background-clip:text;/*不支持IE*/
  color:transparent;
  background-size:200% 100%;
    animation:masked-animation 3s infinite linear;
    -webkit-animation:masked-animation 3s infinite linear;
    -moz-animation:masked-animation 3s infinite linear;
    -ms-animation:masked-animation 3s infinite linear;}
#hero .big_txt2{font-size: 28px;  margin-top:3.5vh;letter-spacing: 0.1em;/*background-image: linear-gradient(135deg, #0231bb, #c8030c);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    color: transparent;*/
    position:relative;
    background:-webkit-linear-gradient(left,#0231bb,#c8030c 25%,#0231bb 50%,#c8030c 75%,#0231bb);
    /*background: -ms-linear-gradient(left,#0231bb,#c8030c 25%,#0231bb 50%,#c8030c 75%,#0231bb);*/
    background:linear-gradient(left,#0231bb,#c8030c 25%,#0231bb 50%,#c8030c 75%,#0231bb);
    _color:#FFFFFF;
    *color:#FFFFFF;
  
  background-clip:text;
  -webkit-background-clip:text;/*不支持IE*/
  color:transparent;
  background-size:200% 100%;
    animation:masked-animation 3s infinite linear;
    -webkit-animation:masked-animation 3s infinite linear;
    -moz-animation:masked-animation 3s infinite linear;
    -ms-animation:masked-animation 3s infinite linear;
  }
@-webkit-keyframes masked-animation {
  0% {
  background-position:0 0;
}
100% {
  background-position:-100% 0;
}
}

#hero .btn-primary2{background: #ca030a; color: #FFFFFF;}
#hero .home-btn{margin:0 auto;width:100%;text-align: center;line-height: 45px; margin-top: 50px;}
#hero .btn-bottom{
  position: absolute;bottom:0;left:0;right:0;clear: both;


  
}
#hero2{display: none;}
@media only screen and (max-width: 768px){
#hero .big_txt2{font-size: 1.15rem;}
.suspension{display: none;}
#hero2{display: block;}
#bootstrap-touch-slider{display: none;}
.nav-fluid{display: block;}
.lx-index{display: none;}
}
#wonderfultime{
  background:linear-gradient(to bottom,#092233,#000);
  margin-top:-100px;
  padding-bottom:50px;
  overflow: hidden;
  height:500px;
}
.bg_wonderful{
  height:400px;
  background:url(../images/bg_wonderful.jpg) repeat-x;
  padding:10px;
}
.bg_wonderful h4{
  color:#fff;
  font-weight:100;
  padding:10px;
  text-transform:uppercase;
}
.bg_wonderful p{
  color:#fff;
  font-size:15px;
  padding:10px;
  text-transform:uppercase;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.c-preview {
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  height: 400px;
  max-width: 100vw;
  max-height: 100vh;
  justify-content: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: .5s all;
}
.c-preview__img_1 {
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url(../images/youqi.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: screen;
}
.c-preview__img_2 {
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url(../images/youtian.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: screen;
}
.c-preview__img_3 {
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url(../images/shihua.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: screen;
}
.c-preview__img_4 {
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url(../images/guanwang.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: screen;
}
.c-preview__img_5 {
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url(../images/jiayouzhan.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: screen;
}
.c-preview__img_6 {
  position: absolute;
  left: 0;
  top: 0;
  background:#000 url(../images/safe.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: screen;
}
.c-preview__title {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: .02em;
  color:#fff;
  padding:306px 20px 20px 20px;
  font-size:26px;
  font-weight:100;
}
.c-preview:hover {
   width:105%;
}

#dtexpo:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;*/
}
#dtexpo{
  width: 100%;
  /*height: 90vh;*/
  background:url(../images/content_bg.jpg) center center no-repeat fixed;
  background-size:cover;
  /*background: rgba(233, 233, 233);*/
}
#dtexpo p, #dtexpo h2, #dtexpo h4{
  letter-spacing:2px;
  text-transform: uppercase;
}
#dtexpo h4{
  font-weight:100;
}

.sponsor-btn{z-index:999;position: relative;bottom:200px;}

#sponsor:before{  
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  }
#sponsor{  
  width: 100%;
  /*height:500px;*/
  /*background-image:url(../images/all.jpg);
  background-repeat:no-repeat; 
  background-size: 100% 100%;*/
  position: relative;
}

.alll{width: 100%;}


/******newnew********/
.banner{width: 100%;height: 625px; position: relative; }
.banner img{width: 100%;height: 100%; vertical-align: top;
    object-fit: cover;}
.banner .ban-tit {
    position: absolute;
    /*bottom: 0;*/
    top: 26vh;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.banner .ban-tit h2 {
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 50px;
}
.banner .ban-tit .en-tit{color: #FFFFFF; font-family: Arial; font-size: 20px;}
.banner .ban-tit em{color: #FFFFFF; font-size: 26px;font-style: normal;letter-spacing: 0.1em;}

/*cipc*/
.shade_v {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*background: url(../images/page1_bak.png) no-repeat;*/
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: 0.8;
}
.language{position: relative;/*left: 50px;*/}
.language .china{font-size: 13px;}
.language-en {
    line-height: 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    width: 60px;
    height: auto;
    position: absolute;
    right: 0;
    top: 50px;
    border-bottom: 1px solid rgba(222,222,222,0.27);
    opacity: 0;
    /* visibility: hidden; */
    transition: all .17s ease;
}
.language:hover .language-en {
    opacity: 1;
    cursor: pointer;
}
/*.title{width: 100%; background: url(../images/20200220-title-bot.png) no-repeat bottom center; padding: 40px 0; text-align: center;margin:0 auto;overflow: hidden;}*/

/*about*/
.about-bg{
  /*background: url(../images/about-img.png)no-repeat bottom;*/
}
.title{width: 100%; 
  position:relative;z-index: 1;padding: 0 0 40px 0;
  color: #136dcf;
}
.title .title-transparent {
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    margin:auto;
    z-index: 0;
}
.title .title-transparent span {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eeeeff;
    letter-spacing: -0.15rem;
    /*opacity: .03;*/
}
.title .subtitle{
  position: relative;
  z-index: 2;
}
.title span.pc{width: 100%;
    font-size: 40px;
    font-weight: 700;
  /*font-style: italic;*/

    }

.title .line{background: #001eff; width: 100px; height: 5px;display: block; margin:0px auto;}
.title .bg-line{
  position: absolute;
  bottom: 50px;
  width: calc(100% - 350px);
  height: 1px;
  right: 0;
  background: rgba(51, 51, 51, 0.1);
}

.bg-guest{background: #f0f4f8;}
@media only screen and (max-width:768px){
  .bg9{background: url(../images/bg9.jpg)no-repeat center 0px;background-size: cover;}
  .title{padding: 30px 0 30px 20px;}
}
.bg-about{
  background: #ffffff;padding-bottom: 0;
}
/*.bg-about-con{background: #f7f9fb;}*/
.ugs-tit h3{
  color: #175ebb;
  font-size: 44px;
}
.ugs-tit h4{
  color: #175ebb;
  font-weight: normal;
  font-size: 34px;
}
.about{ line-height: 2;}
.about-con{margin-top: 30px;}
.about-con p{
  font-size: 15px;
}
.about-more a{
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: rgb(255, 255, 255);
  background: #175ebb;
}
.about-tit{position: relative; text-align: left;z-index: 1;padding-bottom: 20px;}
.about-tit .title-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin:auto;
    z-index: 0;
}
.about-tit .title-transparent span {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eeeeff;
    letter-spacing: -0.15rem;
    /*opacity: .03;*/
}
.about-tit .subtitle{position: relative;z-index: 2;}
.about-tit span.pc{width: 100%;
    font-size: 32px;
    font-weight: 500;
    text-align: center;}

.about-tit .pc{color: #152032;}
.about-tit .line{background: #001eff; width: 100px; height: 5px;display: block; margin-left: 15px;}

.about-tit-img{}
.about-tit span { 
    
}
.about .swiper-container{border-radius: 10px;overflow: hidden;box-shadow:0px 4px 1px #001eff;margin-right: 30px;}
.about-line{width: 50%; height: 10px; background: #0035b9;}
.about_more{padding: 5px 30px;font-size: 13px; color: #FFFFFF;margin-top: 10px;
  background: linear-gradient(90deg, rgba(19, 109, 207, 0.56) 0%, rgba(255, 255, 255, 0.01) 100%);
  margin-left: 10px;
}
.about_more:hover{background:#007bff; }
.about .more{vertical-align: middle;display: inline-block;margin-top: 50px;margin-left: 60px;}
.about .more a{display: block; 
  color: #FFFFFF;
  padding: 0.65em 1.9em;
  border-radius: 5px;
  white-space: nowrap;
  vertical-align: middle;
  background: -webkit-linear-gradient(left,#0231bb, #c8030c);
    background: -o-linear-gradient(right,#0231bb, #c8030c);
    background: -moz-linear-gradient(right,#0231bb, #c8030c);
    background: linear-gradient(to right, #0231bb , #c8030c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0231bb, endColorstr=#c8030c);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#0231bb, endColorstr=#c8030c)"; }
.infomation-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 30px;
  padding-left: 0;
}
.about-p{
  height: calc(100% - 200px);
  margin: 20px 0;
  overflow: auto;
  padding-right: 10px;
}
.cent{
  background-image: linear-gradient(90deg, rgba(19, 109, 207, 0.56) 0%, rgba(255, 255, 255, 0.01) 100%);
  padding: 15px;
  margin-top: 20px;
}
.cent h3 {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #136dcf;
  line-height: 1.5;
  text-shadow:
          -1px -1px 0 #ffffff,
          1px -1px 0 #ffffff,
          -1px 1px 0 #ffffff,
          1px 1px 0 #ffffff; /* 增加偏移量可以增加描边宽度 */

}
.about-p::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.about-p::-webkit-scrollbar-track-piece {
  background-color: rgba(27, 77, 158, 0.2);
  border-radius: 6px;
}
.about-p::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #136dcf;
  border-radius: 6px;
}
.about-p::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #136dcf;
  border-radius: 6px;
}
.about-pic{
  overflow: hidden;}
.about-pic:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  .about-p {
    height: calc(100% - 190px);
  }
  .cent h3{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px){
  .about-p {
    height: calc(100% - 130px);
  }
  .cent h3{
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .cent{padding-left: 50px;}
  .about-p{padding-left: 50px;}
  .about_more{margin-left: 50px;}
}
@media screen and (max-width: 996px){
  .cent h3{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px){
.infomation-item {
  position: static;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.infomation-item .about-p {
    height: 10rem;
  }
  .ugs-tit{padding: 0 15px;}
  .fast-way{padding: 0 15px;}
}
/*.about_main p em:hover{font-style:initial; -webkit-transition: all 0.7s ease-out; 
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;}*/


/* 必要布局样式css */



.bg2{background: url(../images/jsz-bg.jpg) no-repeat center;height: 790px;     padding: 20px 0 50px 0;background-size: cover;}
.title2 span.t2{color: #FFFFFF;}
.title2{}
/*快速导航*/
/*快速通道*/
.fast-way {
  width: 100%;
  overflow: hidden;
  padding: 0 0;
}
.fast-way .fast-item {
  float: left;
  /* width: 25%; */
  padding-right: 5px;
}
.fast-way.fast-1 .fast-item {
  width: 100%;
}
.fast-way.fast-2 .fast-item {
  width: 50%;
}
.fast-way.fast-3 .fast-item {
  width: 33.33%;
}
.fast-way.fast-4 .fast-item {
  width: 25%;
}
.fast-way.fast-5 .fast-item {
  width: 20%;
}
.fast-way.fast-6 .fast-item {
  width: 16.66%;
}
.fast-way.fast-7 .fast-item {
  width: 14.28%;
}
.fast-way.fast-8 .fast-item {
  width: 12.5%;
}


.fast-way .fast-item a {
  display: block;
  width: 100%;
  height: 100%;
  background:#175ebb url(../images/bg-fast.png)no-repeat bottom center;
  padding: 20px 10px 20px;
  position: relative;
  cursor: pointer;
}

.fast-way .fast-item a .fast-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.fast-way .fast-item:nth-of-type(2n) a .fast-bg {*/
/*  background-color: #f7f9fb;*/
/*}*/
.fast-way .fast-item a .i-box {
  /*width: 65px;*/
  /*height: 65px;*/
  /*line-height: 65px;*/
  position: relative;
  z-index: 9;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.fast-way .fast-item a .i-box img{
  max-height: 65px;
  max-width: 100%;
  display: inline-block;
}
.fast-way .fast-item a .i-box i{
  /*font-size: 60px;*/
  /*display: inline-block;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*line-height: 65px;*/
  padding-right: 5px;
}
.fast-way .fast-item a .i-box [class^="icon-"]:before, [class*=" icon-"]:before{
  font-size: 48px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 65px;
  vertical-align: top;
}
.fast-way .fast-item a .i-box .i-box-icon i{
  display: inline-block;
  width: 95px;
  height: 95px;
}
.fast-way .fast-item a .i-box i.fast-lw{
  background: url(../images/fast-lw.png)no-repeat center;
}
.fast-way .fast-item a .i-box i.fast-ch{
  background: url(../images/fast-ch.png)no-repeat center;
}
.fast-way .fast-item a .i-box i.fast-cz{
  background: url(../images/fast-cz.png)no-repeat center;
}
.fast-way .fast-item a .i-box i.fast-cg{
  background: url(../images/fast-cg.png)no-repeat center;
}
.fast-way .fast-item a h3 {
  color: #FFFFFF;
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
  /*height: 50px;*/
  /*line-height: 25px;*/
  font-size: 20px;
}
.fast-way .fast-item a h3 .c-white{
  color:#FFFFFF;
}

.fast-way .fast-item a p {
  color: #FFFFFF;
  font-size: 13px;
}
.fast-way .fast-item a:hover .i-box-info{
-webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    filter: scale(0.95);
    filter: transform;
    transition: all 0.1s ease 0s;
    -webkit-transform: all 0.1s ease 0s;
}
@media screen and (max-width:768px){


  .sp_about{display: none;}
  .foot-section {
    display: none;
  }
  .fast-way .fast-item{
    width: 50% !important;
    padding-right: 0;
  }
  .slider_bottom .fast-way {
    position: relative;
  }
  .fast-way .fast-item a {
    padding: 20px 0 10px;
    /*border-bottom:1px solid rgba(255,255,255,.3);*/
  }

  .fast-way .fast-item a .i-box {
    /*width: 30px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
  }
  .fast-way .fast-item a .i-box .i-box-info p{
    display: none;
  }
  .fast-way .fast-item a .i-box img{
    max-height: 100%;
    vertical-align: top;
  }
  .fast-way .fast-item a .i-box i{
    font-size: 22px;
    line-height:1;
  }
  .fast-way .fast-item a .i-box [class^="icon-"]:before, [class*=" icon-"]:before{
    font-size: 22px;
    line-height: 30px;
  }
  .important-time li h3{
    font-size:16px;
  }
  .fast-way .fast-item a h3 {
    font-size: 16px !important;
    margin-top: 8px;
    line-height: 30px;
    height: 36px;
    padding: 0 15px;
    text-decoration: none;
  }

  .fast-way .fast-item:nth-of-type(2n) a .fast-bg {
    background-color: transparent;
  }

  .fast-way .fast-item:nth-of-type(1) a .fast-bg {
    /*background-color: #f7f9fb;*/
  }

  .fast-way .fast-item:nth-of-type(4) a .fast-bg {
    background-color: #f7f9fb;
  }

  .fast-way .fast-item:nth-of-type(5) a .fast-bg {
    background-color: rgba(0, 0, 0, .3);
  }

  .fast-way .fast-item:nth-of-type(8) a .fast-bg {
    background-color: rgba(0, 0, 0, .3);
  }
}

/*技术成果展*/

/*news tab*/
.tabs-list { list-style:none; text-align: center;}
.tabs-list li { display:inline-block; *display:inline; *zoom:1; margin-right:10px; margin-bottom:2px; }
.tabs-list>li>a { display:block; float: left;height:38px; line-height:38px; padding:0 15px 0 8px; /*background-color:#e3f0f9;*/ color:#FFFFFF; text-decoration:none; font-size:22px; /*transition:all 0.4s ease 0s; border-radius: 5px;*/position: relative;text-transform:uppercase;-webkit-transition:color .2s linear,-webkit-box-sizing:border-box;-webkit-transition:color .2s linear,background .2s linear;-moz-transition:color .2s linear,background .2s linear;-o-transition:color .2s linear,background .2s linear;transition:color .2s linear,background .2s linear}
.tabs-list>li i{float: left;padding-top: 4px;}
.tabs-list li a:before{content: "";

    width: 90%;
  height: 80%;
    left: 5%;
    top:10%;
    /*margin-left: -25%;*/
    bottom: -2px;
  border:1px solid rgba(255,255,255,0.55);
    /*background-color: rgba(255,255,255,0.55);*/
    transition: all .2s;
    position: absolute;}
.tabs-list li a:hover { /*background-color:#d9d9d9;*/ }
.tabs-list li:hover>a:before{}
.tabs-list li.active a:before { /*background-color:#0d7eff;*/ /*border-bottom: 2px solid rgba(255,255,255,0.56); */ }
.tab-content { margin:10px 0 15px; }
.tabs .accordion-handle { display:none; }

.tabs-vertical-left, .tabs-vertical-right { *zoom:1; }
.tabs-vertical-left:before, .tabs-vertical-left:after, .tabs-vertical-right:before, .tabs-vertical-right:after { visibility:hidden; display:block; font-size:0;content:" "; clear:both; height:0; }
.tabs-vertical-left .tabs-list, .tabs-vertical-right .tabs-list { width:25%; }
.tabs-vertical-left .tabs-list li, .tabs-vertical-right .tabs-list li { display:block; margin:0 0 5px 0; width:100%; }
.tabs-vertical-left .tabs-list li a, .tabs-vertical-right .tabs-list li a { height:auto; padding:8px 20px; line-height:1.5; }
.tabs-vertical-left .tabs-container, .tabs-vertical-right .tabs-container { width:75%; }
.tabs-vertical-left .tabs-list { float:left; }
.tabs-vertical-left .tabs-container { float:right; }
.tabs-vertical-left .tabs-container .tab-content { margin:0 0 0 15px; }
.tabs-vertical-right .tabs-list { float:right; }
.tabs-vertical-right .tabs-container { float:left; }
.tabs-vertical-right .tabs-container .tab-content { margin:0 15px 0 0; }

.accordion-handle { position:relative; margin-bottom:10px; background-color:#ebebeb; text-decoration:none; color:#808080; cursor:pointer; transition:all 0.4s ease 0s; }
.accordion-handle:hover { background-color:#d9d9d9; }
.accordion-handle.active { background-color:#0d7eff; color:#fff; }
.accordion-handle h4 { height:38px; line-height:38px; padding:0 15px; font-size:14px; font-weight:normal; }
.accordion-handle i { display:block; width:38px; height:38px; overflow:hidden; position:absolute; right:0; top:0; background:url(../images/icon-accordion.gif) no-repeat top center; }
.accordion-handle.active i { background-position:bottom center; }
.accordion-content { margin-bottom:15px; display:none; }


@media only screen and ( max-width:768px ){
  .responsive-tabs .tabs-list { display:none; }
  .responsive-tabs .accordion-handle { display:block; } 
  .responsive-tabs.tabs-vertical-left .tabs-container, .responsive-tabs.tabs-vertical-right .tabs-container { width:100%; float:none; }
  .responsive-tabs.tabs-vertical-left .tabs-container .tab-content, .responsive-tabs.tabs-vertical-right .tabs-container .tab-content { margin:10px 0 15px; } 
  #owl-demo .item .owl-tit h5{font-size: 0.75rem;}
  .about-index p{font-size: 14px;padding: 10px 15px;}
  /*.link{display: none;}*/
  .about_more{
    position:static; 
  }
}
/*新闻2024*/
.bg-news{

}
.new-con-list .new-con{
  display: block;
  padding: 30px;
  background: #FFFFFF;
}
.new-con-list .new-con .new-pic{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.new-con-list .new-con .new-pic img{
  object-fit: cover;
}
.new-con-list .new-con .news-time span{
  font-size: 14px;
}
.new-con-list .new-con .new-name{
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 10px 0;
}
.new-con-list .new-con .abstracts{
  font-size: 14px;
}
.new-con-list .new-con .new-more{
  padding-top: 15px;
}

.new-con-list .new-con .new-more .si-more {
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  font-size: 13px;
  transition: all 0.3s linear;
  background-image: linear-gradient(90deg, rgba(19, 109, 207, 0.56) 0%, rgba(255, 255, 255, 0.01) 100%);
  color: #1676db;
}
.new-con-list .new-con:hover{
  background: #136dcf;
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.new-con-list .new-con:hover .news-time span{
  color: #FFFFFF;
}
.new-con-list .new-con:hover .new-name{
  color: #FFFFFF;
}
.new-con-list .new-con:hover .abstracts{
  color: #FFFFFF;
}
.new-con-list .new-con:hover .new-more .si-more {
  color:#ffffff;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(19, 109, 207, 0.01) 100%);
}
/*新闻*/
.section-new{background: url(../images/news-bg.png)no-repeat center #ffffff;background-size: cover;}
.section-new .team .teamimg{width:100%; height: 219px;overflow: hidden;}
.section-new .team .teamimg a{display: block;width: 100%;}
.section-new .team .teamimg img{ object-fit: cover;}
/*新闻*/
/*new*/
.new-one .new-pic{
  padding-bottom: 10px;position: relative;
    border-radius: 10px;
    overflow: hidden;
    max-width: 583px;
    max-height: 385px;
    border: 1px solid #f1f1f1;
}
.new-one .new-pic a{display: block; max-width: 583px; overflow: hidden;}
.new-one .new-pic img{max-width: 100%;}
.new-one .new-pic .headBgk {
    width: 100%;
    height: 80px;
    background: url(../images/c2904bg3.png) repeat-x 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: #000000; */
}
.new-one .new-pic .headSpan {
    height: 50px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    padding-left: 5px;
}
.new-one .new-pic .headSpan h3{font-size: 16px;margin-bottom: 0px;}
.new-one .new-pic:hover img{
  transform: scale(1.1);     
　　-ms-transform: scale(1.1);  /* IE 9 */  
　　-moz-transform: scale(1.1);  /* Firefox */  
　　-webkit-transform: scale(1.1); /* Safari 和 Chrome */  
　　-o-transform: scale(1.1);
    transition: all 0.2s;  
　　-moz-transition: all 0.2s; /* Firefox 4 */  
　　-webkit-transition: all 0.2s; /* Safari 和 Chrome */  
　　-o-transition: all 0.2s; /* Opera */
    cursor: pointer;
}

.new-one .new-text .new-tit{
  word-wrap: break-word;
    overflow: hidden;
}
.new-one .new-text .new-tit a{color: #5A5A5A;}
.new-one .new-text .new-tit a:hover{color: #03a1ad;}
.new-one .new-text .new-time{
  font-size: 12px;
    padding-top: 6px;
    color: #929292;
    font-weight: normal;
    padding-bottom: 20px;
}
.new-one .new-text p{font-size: 12px;color: #999999;}
.nero_left h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 15px;
}
.nero_left h5 a {
    color: #001eff;
}
.det {
    font-size: 16px;
    color: #999;
    line-height: 26px;
    padding-bottom: 20px;
    border-bottom: 1px #999 dotted;
}
.det a {
    font-size: 14px;
    color: #de0516;
}
.mar-T20 {
    margin-top: 20px;
}
.list-1 li {
    line-height: 36px;
    transition: all .3s linear;
    overflow: hidden;
    font-size: 16px;
}
.list-1 li span {
    float: right;
    color: #999;
    font-size: 16px;
}
.list-1 li a {
    padding: 2px 0 2px 0;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    color: #333;
    transition: all .3s linear;
}
.list-1 li a:hover{color: #003586;-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;}
.ckge {
    text-align: right;
}
.ckge a {
    padding: 3px 5px;
    display: inline-block;
    color: #001eff;
    text-decoration: none;
    border-radius: 4px;
}

/*old new*/
.avatar-new{background: #FFFFFF;padding: 20px 15px;min-height: 156px;}
.avatar-new h6 a{display: block; width:100%; text-overflow: ellipsis;white-space: nowrap;overflow: hidden; margin-bottom: 10px;}
.avatar-new h6 a{color: #333333;}
.avatar-new:hover h6 a{color: #0035b9;}
.avatar-new p{color: #6f6f6f;font-size: 13px;}
.avatar-new span{color: #6f6f6f; font-size: 12px;}

.text-uppercase{margin: 50px auto;}
/*拟邀嘉宾*/
/*guest*/
.section-guest{background: url(../images/bg-guest.png) no-repeat center #f6f6ff;    }

#owl-demo2{}
#owl-demo2 .item{
    margin: 12px;
  background: #ffffff;
  padding: 10px;
}

#owl-demo2 .item img{
    display: block;
    width: 100%;
    height: auto;
}
.guest-wramp {
    /*display: inline-block;*/
    
}
.guest-wramp .g-img {overflow: hidden; border-radius: 20px 0 20px 0; }
.guest-wramp .g-img img{object-fit: cover;}
.guest-wramp .guest-tit{opacity: 1; padding: 15px 0 20px 0;
  min-height:160px;position: relative;
    }
.guest-wramp .guest-tit:after{
  content: "";
  position: absolute;
  height: 3px;
  width: 80%;
  left: auto;
  right: auto;
  bottom: 10px;
  background: linear-gradient(90deg, #136dcf 0%, rgba(255, 255, 255, 0) 100%);;

}

#owl-demo2 .item a .guest-wramp .guest-tit h3{font-size:20px;margin-bottom: 3px; position: relative;color: #000000;}
#owl-demo2 .item a .guest-wramp .guest-tit span{
  font-size: 14px;
  color: #000000;
  display: block;
  margin-bottom:10px;
}
#owl-demo2 .item a .guest-wramp .guest-tit p{color: #000000;font-size: 13px;}
.guest-wramp .guest-tit h3:before{content: ""; width: 19%; height: 0px; transition: all .2s;
    position: absolute;top: -7px;left: 2px;}
.guest-wramp:hover .guest-tit{opacity: 1;}
.guest-wramp:hover .g-img{transition-duration:0.3s;}
.guest-wramp:hover{/*-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    filter: scale(1.05);
    filter: transform;
    transition: all 0.1s ease 0s;
    -webkit-transform: all 0.1s ease 0s;*/
    cursor: pointer;}
#owl-demo2 .owl-theme .owl-controls .owl-buttons div{
  opacity: 0;
}
@media (min-width: 767px) {
  #owl-demo2 .owl-controls{max-width: 1200px;margin:0 auto;}
#owl-demo2 .owl-pagination{}
#owl-demo2 .owl-controls .owl-page span {
    display: block;
    
   
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
#owl-demo2 .owl-controls .owl-page.active span{filter: Alpha(Opacity=100);
    opacity: 1;
    background: #136dcf;
    width: 20px;
    transition: all 0.3s linear;}
#owl-demo2 .owl-buttons{}
#owl-demo2 .owl-controls .owl-buttons div{
  color: #333333;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 15px 15px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50%;
    background: #136dcf;
    filter: Alpha(Opacity=100);
    opacity: 1;
    position: absolute;
}

#owl-demo2 .owl-controls .owl-buttons .owl-prev {
    left: -60px;
    top: 145px;
}

#owl-demo2 .owl-controls .owl-buttons .owl-next{
  right: -60px;
    top: 145px;
}
#owl-demo2 [class^="icon-"]{
  width: 17px;
  height: 17px;
  margin-top: 0;
}
#owl-demo2 .icon-left{background: url(../images/icon-left.png)no-repeat center;}

#owl-demo2 .icon-right{background: url(../images/icon-right.png)no-repeat center;}
}
@media (min-width: 996px) {
  #owl-demo2 .item{
    padding: 9% 7% 0 7%;
  }
}
@media (min-width: 1200px) {
  #owl-demo2 .item{
    padding: 9% 7% 0 7%;
  }
}
@media (min-width: 1400px) {
  #owl-demo2 .item {
    padding: 9% 20% 0% 9%;
  }
}
/*拟邀嘉宾 end*/
/*嘉宾2024*/
.peaker-list{}
.speaker-box{
  background: #f0f3f8 url(../images/bg-guest.jpg)no-repeat top;
}
.speaker-ibox{
  display: block;
  height: 100%;
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.speaker-ibox .speaker-item {
  background: #FFFFFF;
  padding: 30px;
  box-sizing: border-box;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  height: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.speaker-box .speaker-list .speaker-item-content {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
  color: #fff;
  box-sizing: border-box;
  padding-left: 30px;
}
.overflow-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.speaker-box .speaker-list .speaker-item-content .si-header-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  color:#333333;
}
.speaker-box .speaker-list .speaker-item-content .wy-line{
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.speaker-box .speaker-list .speaker-item-content .si-header-org {
  font-size: 12px;
  color: #999999;
}
.speaker-box .speaker-list .speaker-item-content .si-header-org.zhuren{
  margin-bottom: 10px;
}
.speaker-box .speaker-list .speaker-item-img {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}
.speaker-box .speaker-list .speaker-item-img-c {
  padding-top: 100%;
  position: relative;
}
.speaker-box .speaker-list .speaker-item-img-c img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 20px 0;
  object-fit: cover;
  object-position: center top;
}
.speaker-box .speaker-list .speaker-item .si-more {
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  font-size: 13px;
  transition: all 0.3s linear;
  background-image: linear-gradient(90deg, rgba(19, 109, 207, 0.56) 0%, rgba(255, 255, 255, 0.01) 100%);
  color: #1676db;
}
.speaker-ibox:hover .speaker-item{
  background: linear-gradient(146deg, #004096 0%, #1778de 100%);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item-content{
  color: #FFFFFF;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item-content .si-header-name{
  color: #FFFFFF;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item-content .si-header-org{
  color: #FFFFFF;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item-content .wy-line{
  background: rgba(255, 255, 255, 0.18);
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item .si-more {
  color:#ffffff;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(19, 109, 207, 0.01) 100%);
}
.wy-more{
  text-align: center;
  padding: 30px 0 0 0;
}
.wy-more a{color:#000000; position: relative;}
.wy-more a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #136dcf;
  /*visibility: hidden;*/
  /*transform: scaleX(0);*/
  transition: all 0.3s ease-in-out;
}
.wy-more a:hover{
  color: #136dcf;
}
/*嘉宾2024 end*/
/*学术委员会 腐蚀*/
.guest-list{
  padding: 12px;
  background: #ffffff;margin-bottom: 20px;
  height: 95%;
  overflow: hidden;
  /*transition: all 1s;*/
  /*　　-moz-transition: all 1s; !* Firefox 4 *!*/
  /*　　-webkit-transition: all 1s; !* Safari 和 Chrome *!*/
  /*　　-o-transition: all 1s; !* Opera *!*/
  transition: transform 10s ease-in-out;
}

.team {
  position: relative;  display: inline-block; width: 100%;overflow: hidden;
}
.team img{object-fit: cover;}
.avatar{}
.avatar hr{
  border: 2px solid #ec3330;
  width:3.5em;
  margin:5px 0;
}
.avatar p{
  color:#999;
}

.avatar h6{margin-bottom: 10px;}

.team .avatar{
  display: block;  width: 100%;  padding-top: 8px;
  text-align: center;
}
.guest-list:hover .avatar{color: #FFFFFF;}
.guest-list:hover .avatar p{color: #FFFFFF;}
.guest-list:hover{
  background: #257ddf; /* 标准的语法（必须放在最后） */
   color: #FFFFFF;
  transition: all 0.2s;
  　　-moz-transition: all 0.2s; /* Firefox 4 */
  　　-webkit-transition: all 0.2s; /* Safari 和 Chrome */
  　　-o-transition: all 0.2s; /* Opera */
  cursor: pointer;}
.btn-more{display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  margin-top: 30px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .575rem 2.75rem;
  font-size: 1rem;
  line-height: 1.5;
  /*border-radius: 1.65rem;*/
  background: #136dcf;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*学术委员会end*/
/*往届回顾*/
.bg-history{background: #257ddf;}
.sub-photo-swiper-list {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 1rem;
}
.solution-card{

}
.tab-content .selected-solution{
  background: #FFFFFF;
}
/*往届回顾 end*/
.bg-media{}
.footer-s{
  /*background:#175ebb url(../images/bottom-map.png)no-repeat center;*/

}
.footer{padding: 50px 50px 20px 50px; background: #f6fbff;
}
.logo-bottom{
  padding-bottom: 50px;
}
.footer .col-md-30{    flex: 0 0 20%;
    max-width: 20%;}
.footer .col-md-9{flex: 0 0 80%;
    max-width: 80%;}
.footer .erweima{text-align: right;}
.footer .erweima p{font-size: 13px;}
.footer .bot-logo{padding-top: 40px;}
.footer .bot-lx{margin-bottom: 20px;display: flex;align-items: center;}
.footer .bot-lx h3{font-size: 18px;font-weight: 600; margin-bottom: 0;position: relative;/*padding-left: 28px;*/letter-spacing: 0.15rem;
  color:#0e61c3;
}
.footer .bot-lx-en h3{font-size: 15px;font-weight: 600; margin-bottom: 10px;position: relative;padding-left: 28px;letter-spacing: 0rem;font-family: Arial;}
.footer .bot-lx .bot-email{margin-right: 10px;}
.footer .bot-line{width:100%;height: 1px; background: rgba(255,255,255,0.3);margin-bottom: 5px;}
.footer .bot-lx p{font-size: 15px;line-height: 24px;}
.footer .icon{}
.footer .bot-email{letter-spacing: 0rem;}
.bottom{width: 100%; height: auto;padding-bottom: 10px;background: #0e61c3;}
.bottom .container-fluid{border-top:1px solid rgba(255, 255, 255, 0.1);}
.bottom p{text-align: center;line-height: 24px;padding-top: 10px; color: rgba(255, 255, 255, 0.98);font-size: 13px;}
.footer .nav_fl .tit,.lx-index .tit{
  font-size: 1.65rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 30px;
}
.footer .nav_fl{margin-right: 3.46%;}
.footer .lx-index{padding-left: 40px;}
.footer .nav_fl dt{color: #eeeeee; line-height: 1; margin-bottom: 15px;}
.footer .nav_fl dd{color: #999999;}
.footer .nav_fl dd p{line-height: 26px;font-size: 14px;}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.link{border-top:1px solid #0a2a98;margin-top: 20px;padding-top: 15px;font-size: 13px;}
.link a{color: rgba(255,255,255,0.74);font-size: 13px;padding-right: 5px;}
.link a:hover{color: #007bff;}
.nomal img{border:1px solid #f5f5f5;padding: 15px;}

@media only screen and (min-width: 769px){
.nomal {
    
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    margin-top: 15px;
    padding-left: 15px; padding-right: 15px;
  }
.nomal img{background: #FFFFFF;width: 100%;
  border: 1px solid #eee;
  padding: 15px;
}
/*.nomal:nth-of-type(5n+1) {
    padding-left: 0;
}*/
}
@media only screen and (min-width: 1366px){
  .nomal img{
    padding: 25px;
  }
}
@media only screen and (max-width: 768px){
  .nomal {
    
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 15px; padding-right: 15px;
    
  }
  .nomal img{
    background: #FFFFFF;
  }
  
  
  .banner .ban-tit h2{font-size: 0.7rem;}
  .banner .ban-tit .en-tit{font-size: 0.2rem;}
  .banner .ban-tit em{font-size: 1.25rem;}
  .banner .ban-tit{top: 28vh;}
  .weiyuan{width: 100%;}
  .sy-zhuyi-l{width: auto; float:none; }
.sy-zhuyi-r{width: auto; float:none; }
.bg-cgz{display: none;}
.language{left:3vh;}
.footer .col-md-30{width: 100%;flex: 0 0 100%;
    max-width: 100%;}
    .footer .bot-logo{padding-top: 5px;}
    .con2{display: none;}
}
/*往届回顾*/
#photos{position: relative;}
.one{margin:0 auto;height:248px;overflow:hidden;position:relative; }
.one ul{height:288px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;
  margin:4px;
  height:248px;position:relative;}
.one ul li a{display:inline-block;height:248px;} 
.one ul li img{display:block;height:248px;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}

.two{margin:0 auto;height:248px;overflow:hidden;position:relative; }
.two ul{height:288px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.two ul li{display:block;float:left;
  margin:4px;
  height:248px;position:relative;}
.two ul li a{display:inline-block;height:248px;} 
.two ul li img{display:block;height:248px;}
.two ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.two ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}
.his-a{display:block;width: 100%;}
.his-pic{
  object-fit: cover;
  overflow: hidden;
}
.his-pic img{
  width: 100%;
  object-fit: cover;
}
.his-pic:hover img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}
.his-position{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,98,204,0.36);
  text-align: center;
  padding: 0 10px;
}
.his-position span{font-size: 13px;color: #ffffff; line-height: 20px;}
.his-position p{font-size: 12px;color: #ffffff; line-height: 18px; margin-bottom: 0px;padding: 5px 0;}

/*cipc end*/


@media screen and (max-width:960px){
  .alll{display: none;}
  #sponsor{width: 100%;
  height:500px;
  background:url(../images/all.jpg) center center repeat-x;
  
  position: relative;}
  .zt-con ul li{float: none; width: 90%; margin:0 auto;overflow: hidden;}
}
.f-white{color:#fff;}
.f-dec2020{color:#001eff;}
/*.video{background:#fff;}
.video div{
  position:relative;
  top:50%;
  left:45%;
}*/
#myvideo h3 div{
  font-size:16px;
  font-weight:700;
  text-transform:uppercase;
}
#myvideo h3.f-dec2020{
  line-height:1.2;
}


#hero .btn-get-started {
  font-family: "微软雅黑", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 150px;
}

/* Nav Meu Container */
#nav-menu-container {
/*  float: right;*/
  margin: 0;
  margin-left:2em;
}


/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "微软雅黑", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #000;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}


.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 35px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}


/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
   display:block;
}



#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ec3330;
}

#mobile-nav ul .menu-item-active {
  color: #ec3330;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.menu-has-children .a-white:after{
  content:" ▾";
  color:#0085fc;
}
.index-m .menu-has-children .a-white:after {
    color: #ffffff;
}
.menu-register{
  margin-top:8px;
  z-index:999;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}


/* Facts Section
--------------------------------*/
/*#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #2dc997;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "微软雅黑", sans-serif;
  font-size: 14px;
}*/

/* Services Section
--------------------------------*/
/*#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #2dc997;
}

#services .icon a {
  display: inline-block;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon {
  background: #fff;
  border: 2px solid #2dc997;
}

#services .box:hover .icon i {
  color: #2dc997;
}

#services .box:hover .icon a {
  color: #2dc997;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}*/


#photos h2{
  color: #fff;
}
#photos h2 span{
  color:#a3a3a3;
}

/*-------# Footer------------*/
#footer,#footer a {
  color: #f5f5f5;
  font-size: 12px;
  font-weight: normal;
}
#footer .b-title a{
  font-size:14px;
  color:#dbdbdb;
}
#footer p{margin-bottom: 30px;}
#footer hr{
  border-top:1px solid #CCC;
}
#footer .img-fluid{padding-top: 15px;}
.conference_time_address{
  display: none;
}
#djstime{
  display: block;
}
.mybig{display:block;}
.mysmall{display:none;}
.myhidden{display:none !important;}
.mytextlogo{margin-left: 0px;}
@media (min-width:1360px){
  .guest-item {
    padding-right: 20px;
    padding-left: 20px;}
}
@media (min-width:1200px){
  #nav-menu-container{
  margin-left:2em;
  }


}
@media(max-width:992px){
 .row > div {
    margin:15px 0;
  }
.history-title{
    font-size:18px;
  }

}
@media (max-width: 768px) {
  .mytextlogo{max-width: 80%;}
  #hero .tit-fu{font-size: 16px;}
  #footer .img-fluid{display: none;}
  #footer p {
    margin-bottom: 0px;
}
  #nav-menu-container,
  #register-top,
  #bottom-btn{
    display: none;
  }
  .mytougao{text-align: center;}
    #sitemap{
    display: none;
  }
  .conference_time_address{
    display: block;
  }
  #djstime{
    display: none;
  }
  #photos h2{
    padding-top:40px;
  }
  .f-grey{
    font-size:12px;
  } 
  #mobile-nav-toggle {
    display: inline;
  }
  #hero .hero-container {
  position: absolute;
  bottom: 0;
  top: -20vh;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;

  }

  #header{
    padding-top:12px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
  .sub-nav{margin:0 10px;}
  .mybottomnav{display: block;}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
h1{font-size:36px !important;}
h2{font-size:30px !important;}
h3{font-size:26px !important;}
h4{font-size:20px !important;}
h5{font-size:18px !important;}
h6{font-size:14px !important;}
#subnav{padding:0;margin:0;}

  .back-to-top {
    bottom: 15px;
  }
  
  .home-section {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index:120;
}
.mymenu{position:absolute;top:-10px;right:0;}
.flexy-menu.orange{margin-top:25px;}
.mybackground{background:#FFFFFF !important;z-index: 99;}
#header.header-fixed .flexy-menu.orange{margin-top:0px;}
#header.header-fixed .flexy-menu .showhide{padding-top:10px;}
.mybig{display:none;}
.mysmall{display:block;}
.myindex{padding-top:10px;}
#header.header-fixed .myindex{margin-top:-20px;}
.mytop{display:none;}
.myhidden{display:inline;}
#myvideo h3 div{
  font-size:14px;}
.mychangeLanguage:after{
  content:"English";
  letter-spacing:0.1em;
  font-family:Verdana, sans-serif !important;
}
.mychangeLanguage2:after{
  content:"中文";
  letter-spacing:0.1em;
  font-family:Verdana, sans-serif !important;
}
/*cipc*/
.about{display: block;width: 100%;}
.about-main{width: 90%; margin:0 auto;text-align:justify;}

.about-line{width: 100%;}
.about .more{display: block; width: 150px; margin:30px auto;}
#demo .owl-yiti{width: 90%;}
#new_box{display: none;}
.new_telst li span {
    
}
.weiyuan-zx li img{width: 95%;}
.footer-s .erweima-col{display: none;}
.footer-s .img-fluid{display: none;}
.footer{padding: 0;}
.guest-wramp .guest-tit h3{
  font-size: 16px !important;
}
.new-one .new-pic .headSpan h3{
  font-size: 14px !important;
}
.new-one .new-pic .headSpan p{display: none;}
.title-transparent{display: none;}
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width:992) and (min-width:768){
  .home-section {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index:120;
}

}
/*news strat*/

.news{ margin:0 auto;overflow: hidden;}
.inList {
    position: relative;
    height: auto;
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0 25px 112px;
}
.indDay {
    display: block;
    height: 45px;
    font-size: 36px;
    line-height: 45px;
    border-bottom: 1px dotted #ffffff;
}
.indMonth {
    display: block;
    font-size: 14px;
    line-height: 24px;
}
.inLableDate {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 65px;
    height: 73px;
    background-color: #9b9b9b;
    color: #ffffff;
    text-align: center;
}
.inTitle {
    line-height: 28px;
    color: #393939;
    text-decoration: none;
}
.inIntro {
    font-size: 14px;
    padding: 10px 28px 0 0;
    line-height: 20px;
    color: #868686;
}
/*.swiper-slide {
    position: relative;
    overflow: hidden;
    max-width: 390px;
    max-height: 260px;
    border: 1px solid #f1f1f1;
}*/
.headBgk {
    width: 100%;
    height: 80px;
    background: url(../images/c2904bg3.png) repeat-x 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: #000000; */
}
.headSpan {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    bottom: 0px;left: 0px;
    font-size: 14px; padding-left: 5px;
}



@media (max-width: 640px){
   
.about_pic{width: 95%; margin: 0 auto;float: none;height: auto;}
.about_pic img{max-width: 100%;}
.about_main{ margin: 20px auto; height: auto;}
.about_main .cent{height: auto;padding-right: 0px;}
.l-link .col-lg-2{width: 50%;}
}
.section-focus-pic{margin:0 auto 0 auto;height:331px;max-width:536px;overflow:hidden;position:relative;}
.section-focus-pic ul li{position:absolute;top:0;left:624px;width:624px;height:385px;}
.section-focus-pic ul li h3{position:absolute;bottom:11px;left:0;width: 400px;font-weight:normal;color:#FFF;margin-left: 20px;z-index: 111;font-size: 18px; font-family:"微软雅黑";}
.section-focus-pic ul li div{position:absolute;bottom:0;left:0;height:50px;/*background-color:#000;*/width:580px;opacity: 0.6;filter: alpha(opacity=60);}
.section-focus-pic .pages{}
.section-focus-pic .controler{position:absolute;bottom:20px;right:20px;}
.section-focus-pic .controler b{cursor:pointer;width:20px;height:10px;display:block;overflow:hidden;text-indent:20px;background:url(imgs/news_index_icon.png) no-repeat -136px 3px; float:left;margin:0 0 0 5px;}
.section-focus-pic .controler b.down{background-position:-161px 1px;}
.section-focus-pic .controler2 a{display:block; width:40px;position:absolute;top:120px;height:40px;}
.section-focus-pic .controler2 a i{cursor:pointer;display:block;width:22px;height:34px; background:url(imgs/star.png) no-repeat;}
.section-focus-pic .controler2 .prev{left:5px;}
.section-focus-pic .controler2 .prev i{background-position:-34px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_05.png');margin-left:5px;}
.section-focus-pic .controler2 .prev:hover i{left:10px;background-position:-34px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_03.png');}
.section-focus-pic .controler2 .next{right:10px;}
.section-focus-pic .controler2 .next i{background-position:-62px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_06.png');margin-left:10px;}
.section-focus-pic .controler2 .next:hover i{right:10px;background-position:-62px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_04.png');}


@media (max-width: 1400px){
  .flexy-menu>li>a{padding: 20px 5px;}
/*.guest-item{padding-left: 1.2%;padding-right: 1.2%;}*/
.banner .ban-tit{top:36vh;}
#hero .home_logo{max-width: 35%;}
#hero .tit-fu {
    font-size: 1.15rem;}
#hero h1.Chinese-Version {
    font-size: 2.83rem;
     padding-top: 5.5vh;
}
#owl-demo .item .owl-tit{top: 3vh;}
#owl-demo .item a .owl-tit h5{font-size: 1.10rem;}
#owl-demo .item .owl-tit h5{font-size: 1.0rem;}
#owl-demo .item .mask h3{padding-top: 1.5em;font-size: 18px;}
#owl-demo .item .mask p{font-size: 0.79rem;letter-spacing: 0em;padding-right: 1.5em;}
}
@media only screen and (max-width: 1330px){
.banner .ban-tit{top:33vh;}
}
@media (max-width: 1200px){
  .guest-item .imgs-img img {
    max-width: 135px;
    max-height: 135px;
    border-radius: 50%;vertical-align: middle; 
    margin:10px 0;
}
  .guest-item .mask{width: 150px;
    height: 150px;}
    .guest-item .imgs-img{width: 150px; height: 150px;}
 .guest-item{padding-left: 0.8%;padding-right: 0.8%;}
}
@media (max-width: 760px){
 /* .mytextlogo img{display: none;}*/
  .guest-index{padding: 30px 0;}
  .guest-item .intro .name {
    font-size: 16px;
    line-height: 36px;
}
#hero .home_logo{max-width: 75%;
    padding: 20px;}
.guest-item .intro .office {
  font-size: 14px;
}
  .guest-item .imgs {
    display: inline-block;
    width: auto;
    height: auto;
}
.guest-item .imgs-img {
    width: auto;
    height: auto;
}
.guest-item .imgs-img img {
    width: 7rem;
    margin: 0.5rem 0 0 0.55rem;
}
  .guest-item {
    margin: 0; padding-right:10px; padding-left: 25px;
}
.guest-item .mask {
    width: 8rem;
    height: 8rem;
    background-size: 100%;
}}
@media (max-width: 360px){
  .guest-item .imgs-img img {
    width: 6rem;
    margin: 0.5rem 0 0 0.55rem;
}
  .guest-item {
    margin: 0; padding-right:10px; padding-left: 20px;
}
.guest-item .mask {
    width: 7rem;
    height: 7rem;
    background-size: 100%;
}

}
/*.animate:hover {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    cursor: pointer;
}*/
/*@media (min-width: 576px){
  .guest-item{-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}
}
@media (min-width: 768px){
  .guest-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px){
.guest-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;}
}
@media (min-width:1200px){
  .guest-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;}
}*/


/********enter******************/
ul li { list-style:none;}
.com_enter{ overflow: hidden;width: 500px; padding: 35px;   box-shadow: 0px 3px 8px 3px #DEDEDE;border-radius: 5px;  margin: 0 auto; background: #f6f6f6\0;max-width: 100%; }
.com_enter h1{ text-align: center; line-height: 50px; font-size: 18px; font-weight: 400; border-bottom: 2px solid #DEDEDE; margin-bottom: 15px; background: #dedede; }
.regul li {line-height: 32px; height: 32px; margin-bottom: 15px; color: #7f7f7f; } 
.regul li span {float: left; line-height: 32px; width: 80px; color: #000; }
.inputbtn{width: 280px; height: 32px; line-height: 32px; border-left: solid 1px #bababa; border-top: solid 1px #bababa; border-right: solid 1px #e9e9e9; border-bottom: solid 1px #e9e9e9; text-indent: 8px; margin-right: 17px; }
@media (max-width:640px) {
  .inputbtn{width: 170px;}
  h1 {
    font-size: 30px !important;
}
}
.red_em{ color: red; }
.rlogin{width: 107px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 122, 255);
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 30px;
    border: none;
  }

/*zanzhu*/
.visit-text {
    padding: 0px 20px 24px 20px;
    line-height: 2;
}

/*weiyuan*/
.guest_tit{width: 100%;}
.guest-list{overflow: hidden;}
.guest-img{width: 28%;}
.guest-text{background: #f2f9ff; width: 71%;padding: 15px 15px;}
.guest-text h2{font-size: 24px;margin-bottom: 20px;}
.guest-text p{color: #666666; font-size: 13px; text-indent: 2em; margin-bottom: 0px;}
.guest-text a{font-size: 13px;color: #666666;}
.g-list li{box-sizing:border-box; float: left; margin-bottom: 35px; display: flex;}
.border_line {
    width: 100%;
    height: 6px;
    background: url(../images/boder_1.png) no-repeat center;
}
.zhuxi{
    width: 252px;
    /* border-bottom: solid 1px #e5e5e5; */
    margin: 20px 0 50px 27px;
  background: #FFFFFF;
}
.zhuxi img {
    display: block;
    -webkit-box-shadow: 0 0 10px #e2e2e2;
    -moz-box-shadow: 0 0 10px #e2e2e2;
    box-shadow: 0 0 10px #e2e2e2;
    border-radius: 20px 0 20px 0;
    width: 165px;
}
.zhuxi h2 {
    display: block;
    font-size: 24px;
    margin-top: 10px;
  margin-bottom:3px;
}
.zhuxi .name-en{
  font-size: 14px;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.zhuxi .txt{}
@media screen and (max-width:960px){
 .guest-img{width: 100%;float: none;text-align: center;}
.guest-text{width: 100%;float: none;min-height: 130px; background: none;}
.g-list li{display: block;}
.g-list li h2{text-align: center; margin-bottom: 10px;} 
/*.tab22{display: block;} */ 
}
/*news*/
.news_content{padding:20px;overflow: hidden; border-bottom:1px dashed #d1d1d1;}
.content-img{overflow:hidden;float:left;width:210px;height:130px;}
.content-img img{width:100%;height:auto}
.content-img:hover img{opacity:0.8;filter:alpha(opacity=80)}
.content-img img{transform:scale(1);transition:all 1s ease 0s;-webkit-transform:scale(1);-webkit-transform:all 1s ease 0s;}



.content-img:hover img{transform:scale(1.1);transition:all 1s ease 0s;-webkit-transform:scale(1.1);-webkit-transform:all 1s ease 0s}

.content_body{display:block;}
.content_body h2{font-size:20px;line-height:25px;color:#32a5e7;}
.content_body h2 a{color:#333333; font-size: 16px;}
.content_body:hover h2 a{color:#016bc1;}
.content_body p{font-size: 14px;color: #9A9898;margin:10px 0;}

.news_show h3{  padding-top: 20px; }
.news-tit-com{border-bottom: 1px dashed #cccccc;padding-bottom: 10px;margin-bottom: 10px;}
.news-tit-com p{text-align: center;text-indent: 0em;}
/*video*/
.video_class{position: absolute;width: 100%;/*height: 90vh;*/ /*top: 4vh;*/ }
.video_class video{width: 100%;height: 100%;object-fit: cover;object-position: center center;display: inline-block }
.videos_res{overflow: hidden;height: 100vh;margin: 0 auto}
.bg_class{background: rgba(0,0,0,.6);width:100%;height: 100vh;position: absolute;top: 0px;left: 0px}
.video-btn a{position: absolute; bottom: 15px; left: 10px; width: 50px;height: 50px;background-image: url(../images/bo.png);background-position: center;background-repeat: no-repeat;cursor: pointer;}

.second-zxdt p{line-height: 30px; margin-bottom: 10px;}
.text-lineheight18{line-height: 30px;}
.lunwen-com p{margin-bottom: 10px;}
.fa-envelope-o:before {
    color: #0065d3;
}
.fa-user-o:before {
    color: #0065d3;
}
.fa-phone:before {
    color: #0065d3;
}
.subpage-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0;
}
#mytopics{overflow: hidden;}
.new_com img{max-width:100%;}