@charset "utf-8";
* { margin:0px; padding:0px; 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;
}
*, ::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-b{
  padding-bottom:50px;
}
.mgb40{margin-bottom: 40px;}
.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;
}
.bg-white{
  background:#FFFFFF;
}
.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;
}
.bor-radis{border-radius: 5px;overflow: hidden;}
#speaklist .col-lg-6,#speaklist .col-md-6{
  line-height: 2;
  vertical-align: middle;
}
.bg-black {
  background: #000;
}
.h40{height: 40px;width: 100%;}
.bg-green{background:#0da056;}
.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;
}

.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;
}


.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;
}

.badge{
  background-color: #ec3330;font-size:12px;font-weight: 100;
}




.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:#0da056;
  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;}


.f-red{
  color: #ec3330;
}
.f-blue{
  color: #0166D7;
}
.green{color: #0da056;}
.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;
}

.sub-nav{
  border:1px solid #ddd;
  padding:20px;
}

.sub-content{
  padding:0 10px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
   /*display: none;*/
}

#header.sub-header {
  padding-top:10px;
  height: 94px;
  line-height:72px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 9997;
  background: rgba(255, 255, 255, 1);
      border-bottom: 1px solid #f3f3f3;
     /* 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;
  border-bottom: 1px solid rgba(255,255,255,0.36);*/
}
.container-fluid{/*max-width: 1330px;*/ }

.mytextlogo{
  float:left;
  color:#fff;
  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;
  }
.mymenu{
  float: right;
  padding-top:10px;
}
.mymenu i{
  font-size:12px !important;
  }
#header.header-fixed .mymenu{
  padding-bottom:20px;
}
#header.header-fixed {
  background: rgba(233, 233, 233);
  /*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: rgba(255, 255, 255, 0.98);
  padding: 0;
  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.header-fixed.sub-header .mytextlogo img{height: auto;}
.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;}
/*--------------------------------------------------------------
# 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;
}
#hero .home_logo{max-width: 60%;}
#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;margin-top: 90px;}
#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;
}

#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;
}
.slide-text h3{letter-spacing: 0.5rem;text-shadow: 2px 5px 1px rgba(9,15,143,0.74);}
/*.title{width: 100%;  padding: 40px 0; overflow: hidden;}*/
.tit_l{padding-left: 10px; background: url(../images/tit-shu.jpg)no-repeat left;}
.tit_l_white{border-left:2px solid #FFFFFF;background: none;}
.title h3{font-size: 30px;margin-bottom: 5px; color: #000000;font-family: "Helvetica Neue", Helvetica, "PingFang SC", Microsoft YaHei;}
.title p{font-size: 16px;color: rgba(0,0,0 ,0.23);text-transform:uppercase;}
.tit_more{margin-top: 10px;}
.tit_more a{display: block; width: 150px; height: 50px;border: 2px solid #dcdcdc; border-radius: 50px;line-height: 50px; text-align: center;color: #999999;}
.tit_more .text-white{border: 2px solid #ffffff;}
.tit_more a:hover{color: #0da056;}
/*居中标题*/
.main-title {
    
    color: #000;
    margin-top: 40px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    
}
.main-title div{
  font-size: 30px;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", Microsoft YaHei;
  background: url(../images/tit-bg.png)no-repeat center;
}
.main-title ul {
    font-size: 0;
    margin: 4px auto 5px;
}
.main-title ul li {
    display: inline-block;
    vertical-align: text-top;
    height: 4px;
}
.main-title ul .li1 {
    width: 20px;
    background-color: #39dc83;
}
.main-title ul .li2 {
    width: 20px;
    background-color: #037bce;
}
.main-title .en{
  font-size: 14px;
  color: rgba(0,0,0 ,0.23);
  text-transform: uppercase;
  letter-spacing: -0.05rem;
}
.main-title .zhu{
  font-size: 13px;
  color: rgba(0,0,0 ,0.23);
}
/*about*/
.title span{
    /*background-image: linear-gradient(135deg, #0231bb, #c8030c);*/
   /* width: 100%;
    font-size: 32px;
    font-weight: 600;
    -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;text-align: center;*/
}
.title span.phone{display: none;width: 100%;
    font-size: 32px;
    font-weight: 600;
    -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;text-align: center;}
.title span::selection{
    color:#0231bb;
    background-color: #0ff;
}
.title .line{background: #ca030a; width: 100px; height: 5px;display: block; margin:10px auto;}
.reviewTab{text-align: center; }
.reviewTab a {
    font-size: 32px;
    padding-bottom: 10px;
    cursor: default;
    font-weight: 600;

}
.reviewTab a.act {
    color: #0e1b4d;
    position: relative;
}
.reviewTab a.white{color: #FFFFFF;position: relative;}
.reviewTab a.white:before{
  position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background: #FFFFFF;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.reviewTab a.act:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background: #005aab;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}



/*beijing*/
.section-about{background: url(../images/bg5.jpg)no-repeat center -500px;/*background-size:cover;*/ }
.bg8{background: url(../images/bg8.jpg)no-repeat top;}
.bg9{background: #fbfbfb;}
.bg-page2{background: url(../images/page2_bak.jpg)no-repeat top;}
.bg-page3{background: url(../images/page3_bak.jpg)no-repeat top;background-size: cover;}
.bg-tu3{background: url(../images/tu3.jpg)no-repeat top;}
.bg-li{background: url(../images/back_li.png)no-repeat bottom;}
.section-with-bg {
    background-color: #f6f7fd;
}
.hymk_bg{background: url(../images/hymk_bg.jpg)repeat left top;}
.bg-moment{background:url(../images/bg-moment.jpg)no-repeat bottom; background-size: cover; }
.intro-bg{background: url(../images/intro-bg.jpg)no-repeat center;background-attachment: fixed;position: relative;}
.intro-bg:before {
    content: "";
    background: rgba(6, 12, 34, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.home {
    padding: 60px 0 60px 0;
    position: relative;
}
/*about*/
.bg-about{position: relative;margin:0 auto;z-index: 9; background: url(../images/bg-about.png)no-repeat;}

.about-index{ line-height: 2;}

.video {
  /*width: 970px;
  height: 594px;*/
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.VideoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  cursor: pointer;
  z-index: 10;
}
.tips {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
.scroll-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2em;
    width: 1.2em;
    margin: 0 auto;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 2em;
    border: solid 2px;
    -webkit-transition: .4s;
    transition: .4s;
}
.scroll-icon::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@-webkit-keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}

@keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}
/* 响应式 */
@media screen and (min-width:1921px){

}
@media screen and (max-width:1700px){
  .about-text{width: 83%;}
}
@media screen and (max-width:1600px){
.about-text{width: 89%;}
.about-text h3{font-size: 36px; margin-bottom: 0px;}
.about-text .about-jian p{ font-size: 13px; line-height: 1.7rem;}
}
@media screen and (max-width:1500px){
.about-text{width: 97%;}
.about-text h3{ margin-bottom: 0px;}
.about-text .about-jian p{ font-size: 13px; line-height: 1.7rem;}
}
@media screen and (max-width:1400px){
  .about-text .about-jian{height: 54vh}
.about-text{width: 100%;}
.about-text .title{padding-top: 0;}
.about-text h3{font-size: 36px; margin-bottom: 0px;}
.about-text .about-ge{margin-top: 0.8em;}
.about-text .about-jian{padding-top: 0em;}
.about-text .about-jian p{ font-size: 13px; line-height: 1.5rem;}
.about-kuai{display: none;}
.about-pad{    padding: 20px 40px 20px 20px;}
.slide-text h1 img{max-width: 60%;}
.slide-text h3 img{max-width: 50%;}
}


@media screen and (max-width:1200px){
.about-text{width: 100%;}
}
@media screen and (max-width:1002px){

}
@media screen and (max-width:758px){
  .about-text .tit-pc{display: none;}
.bg-about .row > div{margin: 0;}
.about-l{width: 100%;float: none; margin:0;}
.about-r{width: 100%;}
.about-text{width: 95%;float: none;margin:0 auto;}
.bg-about {
    position: relative;
    width: 100%;
    /*margin: 0 auto;*/
    height: auto;
    
}
.about-kuai{display: none;}

.about-pad {
    padding: 20px 0px;
}
.about-text .about-en p{font-size: 13px;}
.sp_about{display: none;}
.about-r{background: none;}
.about-text .about-jian{position: inherit;
  width: 100%;
    left: 0;
    height: auto;
    padding: 1em 0.8em;
}
.about-text .about-jian .title .tit-about3{font-size: 1.05rem !important;}
.about-text .about-jian .title .tit-about-en{font-size: 0.35em; letter-spacing: -0.1rem;line-height: 18px;}
}
/*about end*/
/*con2数字滚动部分*/
.con2{background: url(../images/up-bg.jpg)no-repeat center;background-size: cover;}
.con2-l h2{color: #ffffff;font-size: 34px;}
.con2-l p{color: #ffffff;font-size: 16px;}
.icon-daibiao{background: url(../images/icon-daibiao.png)no-repeat 15px center #ffffff;}
.icon-shu{background: url(../images/icon-shu.png)no-repeat 15px center #ffffff;}
.icon-baogao{background: url(../images/icon-baogao.png)no-repeat 15px center #ffffff;}
.icon-luntai{background: url(../images/icon-luntai.png)no-repeat 15px center #ffffff;}
.counter-list{min-height:110px;  border-radius: 10px;box-shadow: 0px 0px 13px #878787;width: 100%;
padding-left: 130px;}

.mar-b{margin-bottom: 20px;}
.counter-list h3{padding-top: 20px;}
.counter-list .counter{color: #037bce;}
.counter-list .text{color: #333333;font-size: 16px;}
.f-dec2022{color: #037bce;}
/*guest*/
.sec-guest{/*background-image: url(../images/bg-guest.png); background-position: center;background-repeat: no-repeat;background-size: cover;*/
  
    
}


#owl-demo2{}
#owl-demo2 .item{
    margin: 12px;
    border:2px solid #eeeeee;
    border-radius: 10px;
    padding: 15px;
    min-height: 307px;
}
#owl-demo2 .item a{display: block; width: 100%;}
#owl-demo2 .item img{
    display: block;
    width: 100%;
    height: auto;
}
.guest-wramp {
    /*display: inline-block;*/
    
}
.guest-wramp .g-img {overflow: hidden; border-radius: 50%;
  width: 155px;height: auto;max-width: 90%;
    margin: 0 auto;
 }
.guest-wramp .g-img img{object-fit: cover;}
.guest-wramp .guest-tit{opacity: 1; padding: 15px 10px 30px 10px;
  text-align: center;
    }
#owl-demo2 .item a .guest-wramp .guest-tit h3{font-size:20px;margin-bottom: 10px; position: relative;color: #000000;}
#owl-demo2 .item a .guest-wramp .guest-tit p{color: #000000;font-size: 13px;}
#owl-demo2 .owl-wrapper-outer{padding-bottom: 0;}
.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{
}
#owl-demo2 .item:hover{transition-duration:0.3s;box-shadow: 0px 2px 4px #dedede;border: 1px solid #fcfcfc;}
.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;}
.guest-more{margin-top: 50px;}
@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: #0da056;
    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: -webkit-linear-gradient(top, #037bce , #39dc83); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(bottom, #037bce, #39dc83); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(bottom, #037bce, #39dc83); /* Firefox 3.6 - 15 */

    background: linear-gradient(to bottom, #037bce , #39dc83); /* 标准的语法（必须放在最后） */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#037bce, endColorstr=#39dc83);/*IE<9>*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#037bce, endColorstr=#39dc83)";
    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;}
}
/*拟邀嘉宾 end*/
/*guest ens*/
/*分论坛*/
.bg-flt{
  background: #f6f6f6 url(../images/bg-flt.png)no-repeat bottom;
}
.bg-flt .main-title{margin-top: 10px;}
.bg-flt .main-title div{background: url(../images/tit-fltbg.png)no-repeat center;}
.flt-tel{display: none;}
@media only screen and (max-width:768px){
  .flt-pc{display: none;}
  .flt-tel{display: block;}
}
/*新闻*/
/*new*/
.bg-news{background: url(../images/bg-news.png)no-repeat center;}
.vpad50-news{padding-top: 50px;background: #f5f5f5;}
.new-one {overflow: hidden;border-bottom: 1px dashed #dedede;
  margin-top: 30px;
  padding: 13px 12px 13px 0px;
}
.new-one .hot{
  background: #ff1d1d;
  width: 50px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  font-size: 13px;
  float: left;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.new-one .new-tit{
  
  overflow: hidden;
}
.new-one .new-tit a{
  color: #5A5A5A;
  display: block;
  float: left;
  padding-left: 15px;
  line-height: 36px;
  font-weight: 600;
  word-wrap: break-word;
    overflow: hidden;
}
.new-one .new-tit a:hover{color: #38da85;}
.new-one .abstract {
    line-height: 140%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 13px;
    line-height: 23px !important;
    padding-top: 3px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}

.new-one .wpart-border-line{
  padding: 10px 12px 10px 80px;
}
.wpart-border-line{
  overflow: hidden;
  position: relative;
    list-style: none;
    padding: 13px 12px 13px 0px;
    border-bottom: 1px dashed #dedede;
}
.new-two ul li:last-child{
  margin-bottom: 0px;
}

.wpart-border-line .time{
    position: absolute;
    top: 24px;
    left: 7px;
    width: 60px;
    height: 59px;
    color:#999999;
    text-align: center;
    
}
.wpart-border-line .time .wp-new-ar-pro-time{
 font-size:52px;
}
.wpart-border-line .time .date{font-size:13px;display:block;}
.wpart-border-line .conts{}
.wpart-border-line .conts .title-new .articleid{
  font-size: 16px;
    color: #5A5A5A;
    font-weight: 600;
}
.wpart-border-line .conts .title-new .articleid:hover{
  color: #38da85;
}
.wpart-border-line .conts .abstract {
    line-height: 140%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 13px;
    line-height: 23px !important;
    padding-top: 3px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}

.new-two-bg{
  background: #f0f0f1;
  width: 60%;
  height: 90%;
  border-radius: 10px;
  position: absolute;bottom: 0;
  margin-bottom: 3%;
  z-index: 1;
}
.new-two{position: relative;z-index: 0;}
/*yx_rotaion*/
.yx-rotaion{margin:0 auto;z-index: 9;top: 115px; }
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute}
.yx-rotation-title{position:absolute;width:100%;height:40px;line-height:40px;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:0;_bottom:-1px;z-index:1;
  border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.yx-rotation-t{color:#fff;font-size:16px;font-family:microsoft yahei;z-index:2;bottom:0;left:10px;line-height:40px}
.yx-rotation-focus span,.yx-rotaion-btn span{background:url(../images/ico1.png) no-repeat;display:block;}

.yx-rotation-focus{height:40px;line-height:40px;right:20px;bottom:0;z-index:2}
.yx-rotation-focus span{width:12px;height:12px;line-height:12px;float:left;margin-left:5px;position:relative;top:14px;cursor:pointer;background-position:-24px -126px;text-indent:-9999px}
.yx-rotaion-btn{
  width:100%;height:41px;bottom:-40px;
  margin-bottom:-20px;
}
.yx-rotaion-btn span{width:41px;height:41px;cursor:pointer;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;position:relative}
.yx-rotaion-btn .left_btn{background-position:-2px -2px;float:left;}
.yx-rotaion-btn .right_btn{background-position:-2px -49px;
  float: left;
    
}
.yx-rotaion-btn span.hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8}
.yx-rotation-focus span.hover{background-position:-10px -126px}
.rotaion_list{width:100%;height:306px;overflow:hidden;}
.rotaion_list li img{
  border-radius: 10px;
}

.more{margin-top: 50px;}
.more a{display: block;background: #bb1334;color: #FFFFFF;text-align: center;width: 150px; line-height: 40px; border-radius: 46px;margin: 0 auto;}
.more a:hover{color:#FFFFFF; }

.wpart-border-line:hover .conts .title-new .articleid,.wpart-border-line:hover .time{}
.wpart-border-line:hover .conts .abstract{}
.wpart-border-line:hover .time .wp-new-ar-pro-time{}
/* slideshow 1 */ 

.ss1_wrapper { position:relative; width:490px; height:306px; margin:0 auto; top: 115px;border-radius: 10px;
    }
.ss1_wrapper .slideshow { position:relative; width:100%; height:306px; }
  
.ss1_wrapper .slideshow_item { width:100%; height:306px; }
.ss1_wrapper .slideshow_item .image img{border-radius: 10px;width: 100%;}
.ss1_wrapper .slideshow_item .data { display:none; }  
  
.ss1_wrapper a.slideshow_prev { position:absolute; left:0px; bottom:-50px; z-index:10; width:40px; height:46px; outline:none; background:#37d886; }
.ss1_wrapper a.slideshow_prev:hover { background:rgba(55,216,134,0.62);}
.ss1_wrapper a.slideshow_prev span { display:block; width:40px; height:46px; background:url(../images/arrows.png) no-repeat -55px 50%; text-indent:-9999px; }
    
.ss1_wrapper a.slideshow_next { position:absolute; left:44px; bottom:-50px; z-index:10; width:40px; height:46px; outline:none; background:#37d886;}
.ss1_wrapper a.slideshow_next:hover { background:rgba(55,216,134,0.62);}
.ss1_wrapper a.slideshow_next span { display:block; width:40px; height:46px; background:url(../images/arrows.png) no-repeat -5px 50%; text-indent:-9999px; }
  
.ss1_wrapper .slideshow_paging { position:absolute; bottom:10px; right:7px; z-index:11; font-size:12px; }
.ss1_wrapper .slideshow_paging a { display:block; float:left; margin:0 2px 0 2px; 
  width: 10px;
  height: 10px;
  text-align: center;
  font-size: 0;
  background: #fcfcfc;
  border-radius: 10px;
 }
.ss1_wrapper .slideshow_paging a:hover { color:#fff }
.ss1_wrapper .slideshow_paging a.activeSlide { background:#37d886; color:#222 }
  
  .ss1_wrapper .slideshow_box { position:absolute; left:0px; bottom:0; background:rgba(0,0,0,0.30); width:100%; height:50px; z-index:10; border-radius: 10px; }
    .ss1_wrapper .slideshow_box .data { padding:15px; color:#ccc; }
    .ss1_wrapper .slideshow_box .data h4 { color:#fff; font:bold 15px arial, sans-serif; padding:0; margin:0 0 10px 0; }
    .ss1_wrapper .slideshow_box .data p { padding:0; margin:0; line-height:140%;}
    .ss1_wrapper .slideshow_box .data a { color:#fff; }

@media only screen and (max-width:768px){
  .con2 {
    display: none;
}
  .new-two-bg{display: none;}
  .yx-rotaion{
    top: 0;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .ss1_wrapper{
    top: 0;
    max-width: 100%;
     margin-bottom: 50px;
     height: 250px;
  }
  .VideoBtn{display: none;}
}



  








/*yx_rotaion*/
/*.yx-rotaion{margin:0 auto;width: 390px; height: 260px; max-width: 100%;border: 1px solid #eaeaea;}
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute}
.yx-rotation-title{position:absolute;width:100%;height:40px;line-height:40px;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:0;_bottom:-1px;z-index:1;background: rgba(0, 0, 0, 0.1);}
.yx-rotation-t{color:#333333;font-size:16px;font-family:microsoft yahei;z-index:2;bottom:0;left:10px;line-height:40px}
.yx-rotation-focus span{background:url(../images/ico.png) no-repeat;display:block;}
.yx-rotation-focus{height:40px;line-height:40px;right:20px;bottom:0;z-index:2}
.yx-rotation-focus span{width:12px;height:12px;line-height:12px;float:left;margin-left:5px;position:relative;top:14px;cursor:pointer;background-position:-24px -126px;text-indent:-9999px}
.yx-rotaion-btn{width:100%;height:41px;top:50%;margin-top:-20px;}
.yx-rotaion-btn span{width:41px;height:41px;cursor:pointer;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;position:relative}
.yx-rotaion-btn .left_btn{background-position:-2px -2px;float:left;left:10px}
.yx-rotaion-btn .right_btn{background-position:-2px -49px;float:right;right:10px}
.yx-rotaion-btn span.hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8}
.yx-rotation-focus span.hover{background-position:-10px -126px}
.rotaion_list{width:0;height:0;overflow:hidden;}
.rotaion_list li img{max-width: 100%;}
.rotaion_list li a{color: #333333;}*/
/*news end*/
/*新闻end*/

/*拟邀嘉宾*/

/*拟邀嘉宾 end*/
/*平行论坛*/
.lt-bg{}
.margin0{margin:0;}
.lt-item img {
    display: block;
    width: 100%;
    height: auto;
}
.lt-wrap {
    position: relative;
    overflow: hidden;
}
.lt-wrap:hover .lt-pic img{transform:scale(1.1);transition:all 1s ease 0s;-webkit-transform:scale(1.1);-webkit-transform:all 1s ease 0s;cursor: pointer;}
.headBgk {
    width: 100%;
    height: 50px;
     background: url(../images/c2904bg3.png) repeat-x 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
     background: rgba(0,0,0,0.5); 
}
.lt-text {
    line-height: 45px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0px;
    font-size: 16px;
    /*padding-left: 15px;*/
}
.lt-text h3{font-size: 20px;text-align: center;}
.margin0{margin: 0px;}
.margin15{margin: 15px;}
.padding0{padding: 0px;}
.padding5{padding:0 0 4px 5px;}
.padding50{padding:4px 0 0px 5px;}
.lt-pab{padding-bottom: 10px;padding-right: 0px;}
.lt-pat{padding-top: 10px;padding-right: 0px;}
/*往届回顾*/
.history-bg{background: #fafafa url(../images/bg-history.png)no-repeat center;background-size: 100%;}
/*往届回顾end*/
#owl-demo2 .item .his-img{margin-bottom: 25px;}
.padding-r0{padding-right: 0px;}
.padding-l0{padding-left: 0px;}

.his-pic:hover img{
  -webkit-filter: brightness(0.7);
  brightness: 0.7;
  filter: alpha(brightness=70);
  -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    filter: scale(1.15);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

/*media*/
.bg-media{background: #f6f6f6;}
/*neiye*/
.com_wyh h1 { width: 100%;
    text-align: center;
    font-size: 24px; font-weight: 600;
    line-height: 36px;
    color: #007de9;
}
.border_line {
    width: 100%;
    height: 6px;
    background: url(../images/boder_1.png) no-repeat center;
}
.zhuxi{
    width: 100%;
    margin: 0 auto;
    /* border-bottom: solid 1px #e5e5e5; */
    margin-top: 20px;
}
.zhuxi img {
    margin: auto;
    display: block;
    -webkit-box-shadow: 0 0 10px #e2e2e2;
    -moz-box-shadow: 0 0 10px #e2e2e2;
    box-shadow: 0 0 10px #e2e2e2;
    border-radius: 50%;
    width: 165px;
}
.zhuxi h2 {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
}
.zhuxi .txt{text-align: center;}

@media only screen and (max-width:768px){
  .in-ad{display: none;}
  .bg9{background: url(../images/bg9.jpg)no-repeat center 0px;background-size: cover;}
  .information-tab .information-left{width: 100%;height: auto;}
  .information-tab .information-right{width: 100%;}
  .guestCons ul li{-webkit-box-flex: 0;float: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}
  .guestCons ul li h1{font-size: 14px !important;}
}
.about{ height: auto }
.about {
  width: 80%; margin:0 auto;
    margin-bottom: 50px; margin-top: 80px;
    overflow: hidden;display: flex;
}

.about-main{width: 840px; }
.about-main p{line-height: 30px;}

.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)"; }

/*.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;}*/

/*媒体合作*/

/*媒体合作end*/

.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{}
.bg-cgz{background: url(../images/bg23.png) no-repeat center;height: auto; background-size: cover;}


.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;}*/
}

.btn-more{display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    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: 0.65rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: -webkit-linear-gradient(top, #037bce , #39dc83); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(bottom, #037bce, #39dc83); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(bottom, #037bce, #39dc83); /* Firefox 3.6 - 15 */

    background: linear-gradient(to bottom, #037bce , #39dc83); /* 标准的语法（必须放在最后） */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#037bce, endColorstr=#39dc83);/*IE<9>*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#037bce, endColorstr=#39dc83)";
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.more-btn a{
  /*IE8+*/ 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;}
.text-uppercase{margin: 20px auto;}

.footer-s{background: #1b1b1b url(../images/bottom-bg.png)no-repeat center;}
.footer{padding: 30px 0 30px 0;}
.footer .col-md-30{    flex: 0 0 20%;
    max-width: 20%;}
.footer .col-md-9{flex: 0 0 80%;
    max-width: 80%;}
.footer .bot-top{margin-bottom: 30px;}
.footer .erweima{/*border-right:1px solid #898989;*/ text-align: center;color: #FFFFFF; font-size: 13px;}
.footer .ewm-text{font-size: 13px;color: #ffffff;padding-left: 10px;}
.footer .bot-logo{padding-top: 25px;}
.footer .bot-lx{color: rgba(255,255,255,0.94);}
.footer .bot-lx h3{font-size: 16px;font-weight: 600; margin-bottom: 10px;position: relative;letter-spacing: 0.15rem;}
.footer .bot-line{width:100%;height: 1px;margin-bottom: 15px; border-bottom: 1px dotted rgba(138,138,138,0.44);}
.footer .bot-lx p{font-size: 13px;line-height: 26px;padding-left: 50px;}
.footer .icon{position: absolute;left: 2px;}
.footer .bot-email{letter-spacing: 0rem;}
.bottom{width: 100%; height: auto; padding: 5px 0px;}
.bottom .container{border-top: 1px solid #666666;}
.bottom p{text-align: center;line-height: 30px; color: rgba(255, 255, 255, 0.38);font-size: 13px;max-width: 90%;margin:0 auto;}
.bottom p a{color: rgba(255, 255, 255, 0.38);}
.bot-lx-tit {
    
    color: #ffffff;
    
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.bot-lx-tit ul {
    font-size: 0;
    margin: 4px auto 5px;
}
.bot-lx-tit ul li {
    display: inline-block;
    vertical-align: text-top;
    height: 4px;
}
.bot-lx-tit ul .li1 {
    width: 20px;
    background-color: #0da056;
}
.bot-lx-tit ul .li2 {
    width: 20px;
    background-color: #06729c;
}
.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;}
.margin0{margin-right: 0px; margin-left: 0px;}
@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.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    margin-top: 15px;
    padding-left: 5px; padding-right: 5px;
  }
.nomal img{border: 1px solid #eee;padding: 10px;background: #FFFFFF;width: 100%;}
/*.nomal:nth-of-type(5n+1) {
    padding-left: 0;
}*/
}
@media only screen and (max-width: 768px){
  .footer{display: none;}
  .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{border: 1px solid #eee;}
  .title span.phone{display: block;
    background-image: linear-gradient(135deg, #0231bb, #c8030c);
    }
     .title span.pc{display: none;}
  .title span svg{height: 0;}
  .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%;}
    .title .tit_bg{display: none;}
    .title .more {
    padding-top: 15px;
}
}

#photos{position: relative;}
.one{margin:0 auto;height:288px;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:288px;position:relative;}
.one ul li a{display:inline-block;height:288px;} 
.one ul li img{display:block;height:288px;}
.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:10px auto;height:288px;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:288px;position:relative;}
.two ul li a{display:inline-block;height:288px;} 
.two ul li img{display:block;height:288px;}
.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-bg{position: absolute;width: 100%; height: 100%;top: 0; left: 0; 
    background: rgba(1,69,142,0.55);z-index:9;
}
.his-bg:hover{background: rgba(1,69,142,0.25);transition:all 0.7s;}
.his-bg span{font-size: 36px; color: #FFFFFF;line-height: 590px;}
/*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:#ffffff;}
.f-dec2020{color:#0da056;}
/*.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-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: rgba(255,255,255,0.46);
  font-size: 12px;
  font-weight: normal;
}
#footer .b-title a{
  font-size:14px;
  color:#dbdbdb;
}
#footer p{margin-bottom: 15px;}
#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;}

.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;
}
.guest-wramp .guest-tit h3{font-size: 1.05rem !important;}
.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-tit{width: 100%;}
.about-tit span{display: none;}
.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;}
.myhidden{display:none !important;}
}


@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;}
}
.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: 25%;}
#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 .owl-tit h5{font-size: 1.0rem;}
#owl-demo .item .mask h3{padding-top: 1.5em;}
#owl-demo .item .mask p{font-size: 0.85rem;}
}
@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: 60%;}
.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;
  color: #FFFFFF;
}
.img-radius{border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}
.img-radius2{
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.visit-text-bg1{
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  background: -webkit-linear-gradient(left, #18b18e , #20d07f); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(right, #18b18e, #20d07f); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(right, #18b18e, #20d07f); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right, #18b18e , #20d07f); /* 标准的语法（必须放在最后） */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#18b18e, endColorstr=#20d07f);/*IE<9>*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#18b18e, endColorstr=#20d07f)";/*IE8+*/}
.visit-text-bg2{
  border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  background: -webkit-linear-gradient(left, #32b5c7 , #1ebb8a); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(right, #32b5c7, #1ebb8a); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(right, #32b5c7, #1ebb8a); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right, #32b5c7 , #1ebb8a); /* 标准的语法（必须放在最后） */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#32b5c7, endColorstr=#1ebb8a);/*IE<9>*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#32b5c7, endColorstr=#1ebb8a)";/*IE8+*/}
.visit-text-bg3{
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  background: -webkit-linear-gradient(left, #74d0f1 , #0199e1); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(right, #74d0f1, #0199e1); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(right, #74d0f1, #0199e1); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right, #74d0f1 , #0199e1); /* 标准的语法（必须放在最后） */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#74d0f1, endColorstr=#0199e1);/*IE<9>*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#74d0f1, endColorstr=#0199e1)";/*IE8+*/}

/*weiyuan*/
.guest_tit{width: 100%;}
.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;}
.com_wyh h1 { width: 100%;
    text-align: center;
    font-size: 24px; font-weight: 600;
    line-height: 36px;
    color: #0da056;
}
.border_line {
    width: 100%;
    height: 6px;
    background: url(../images/boder_1.png) no-repeat center;
}
.zhuxi{
    width: 100%;
    margin: 0 auto;
    /* border-bottom: solid 1px #e5e5e5; */
    margin-top: 20px;
}
.zhuxi img {
    margin: auto;
    display: block;
    -webkit-box-shadow: 0 0 10px #e2e2e2;
    -moz-box-shadow: 0 0 10px #e2e2e2;
    box-shadow: 0 0 10px #e2e2e2;
    border-radius: 50%;
    width: 165px;
}
.zhuxi h2 {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
}
.zhuxi .txt{text-align: center;}
@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 #f7f7f7;}
.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:#2c8555;}
.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: #0da056;
}
.fa-phone:before {
    color: #0da056;
}
.fa-user-o:before {
    color: #0da056;
}
.subpage-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0;
}
#mytopics{overflow: hidden;}
.new_com img{max-width:100%;}