﻿.m_hide {
  display: block;
}
.p_hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
}
*:focus {
  outline: none;
}
/*获取cookies*/
.getcookies {
  width: 100%;
  font-size: 12px;
  color: #666;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #ddd;
}
.getcookies a {
  color: #d50c18;
}
.getcookies a.btnspan {
  display: inline-block;
  border: 1px solid #d50c18;
  box-sizing: border-box;
  border-radius: 10px;
  height: 20px;
  margin-top: 5px;
  line-height: 20px;
  padding: 0 5px;
}
.getcookies a.linespan {
  border-bottom: 1px dashed #d50c18;
}
.message-box {
  padding: 20px 2px;
  text-align: center;
  background: rgba(51, 51, 51, 0.9);
  top: 50%;
  left: 50%;
  position: fixed;
  color: #fff;
  border-radius: 5px;
  width: 100px;
  margin-left: -50px;
  z-index: 99;
}
/*严正声明*/
.statement {
  margin: 40px auto;
  width: 890px;
}
.statement h5 {
  font-size: 24px;
  text-align: center;
  color: #d50c18;
  margin-bottom: 15px;
}
.statement p {
  color: #666;
  text-indent: 2em;
  line-height: 25px;
}
.statement p span {
  color: #d50c18;
  font-weight: bold;
}
.statement p:last-child {
  text-align: right;
  margin-top: 40px;
}
.statement.statementen p {
  text-align: justify;
  text-indent: 0;
}
.statement.statementen p:last-child {
  text-align: right;
}
/*logo*/
.top {
  width: 1200px;
  height: auto;
  margin: 20px auto 25px;
}
.top .logo {
  display: block;
  float: left;
  height: 60px;
  /*background: url(logo.png) no-repeat left top;*/
}
.top .info {
  float: left;
  margin-left: 45px;
  margin-top: 20px;
}
.top .info span {
  color: #0086d1;
  margin-right: 30px;
}
.top .info span.time::before {
  content: "\e65c";
  font-family: "iconfont" !important;
  margin-right: 5px;
}
.top .info span.address.addressen {
  display: block;
  line-height: 25px;
}
.top .info span.address::before {
  content: "\e63b";
  font-family: "iconfont" !important;
  margin-right: 5px;
}
.top .info p {
  color: #d50c18;
  line-height: 30px;
}
.top .info.infoen span {
  font-size: 12px;
  line-height: 16px !important;
}
.top .info.infoen p {
  font-size: 12px;
  line-height: 20px;
}
.top .topright {
  float: right;
  margin-top: 20px;
}
.top .topright .toggleyuyan {
  color: #0086d1;
  float: left;
  line-height: 40px;
  padding-left: 10px;
  position: relative;
}
.top .topright .toggleyuyan::after {
  content: "\e71a";
  font-family: "iconfont" !important;
  margin-left: 10px;
}
.top .topright .toggleyuyan ul {
  position: absolute;
  left: 0;
  top: 28px;
  width: 100%;
  display: none;
  z-index: 2;
  padding: 10px;
  background-color: #ffffff;
}
.top .topright .toggleyuyan ul li a {
  display: block;
  width: 100%;
  height: 30px;
  color: #0086d1;
}
.top .topright .toggleyuyan ul li a:hover {
  text-decoration: underline;
}
.top .topright .toggleyuyan:hover ul {
  display: block;
}
.top .topright .login {
  float: left;
  margin: 0 30px;
  color: #0086d1;
  line-height: 40px;
  max-width: 200px;
  overflow: hidden;
  height: 40px;
}
.top .topright .login a {
  line-height: 40px;
  padding: 0 10px;
  color: #0086d1;
}
.top .topright .login a:hover {
  text-decoration: underline;
}
.top .topright .login .login-name,
.top .topright .login .login-in-rt {
  display: inline-block;
  float: left;
}
.top .topright .login .login-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 108px;
}
.top .topright .login .login-icon {
  float: left;
}
.top .topright .search {
  float: left;
  margin-top: 6px;
  margin-left: 20px;
  position: relative;
  color: #d3101a;
  font-size:28px;
  background:url('../image/w1.png')no-repeat center left;
  padding-left: 40px;
  font-family: fantasy;
 letter-spacing: 3px
}
.top .topright .search input {
  width: 170px;
  height: 25px;
  box-sizing: border-box;
  padding-left: 5px;
  border-radius: 5px;
  border: 1px solid #0086d1;
}
.top .topright .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dddddd;
}
.top .topright .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dddddd;
}
.top .topright .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dddddd;
}
.top .topright .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dddddd;
}
.top .topright .search i {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #0086d1;
  cursor: pointer;
}
/*菜单*/
.nav {
  width: 100%;
  height: 50px;
  background: #0086d1;
  position: relative;
}
.nav nav {
  width: 1200px;
  margin: 0 auto;
}
.nav nav ul.menu {
  /*width: 960px;
  margin: auto;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav nav ul.menu li {
  float: left;
  position: relative;
  overflow: hidden;
}
.nav nav ul.menu li a {
  color: #fff;
  width: 130px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  display: block;
}
.nav nav ul.menu li .secmenu {
  background: #fff;
  width: 500px;
  padding: 30px 0;
  box-shadow: 0 0 2px #c8c8c8;
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 11;
  border: 1px solid #c8c8c8;
  border-top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 0;
}
.nav nav ul.menu li .secmenu h3 {
  font-size: 18px;
  line-height: 75px;
  color: #333;
  padding-left: 25px;
}
.nav nav ul.menu li .secmenu .secmenulist {
  float: left;
  width: 195px;
  padding-left: 24px;
  box-sizing: border-box;
  position: relative;
}
.nav nav ul.menu li .secmenu .secmenulist a {
  display: block;
  width: 144px;
  height: 34px;
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 34px;
  padding: 0 0 0 24px;
  box-sizing: border-box;
}
.nav nav ul.menu li .secmenu .secmenulist a:hover {
  background-color: #0086d1;
  color: #fff;
}
.nav nav ul.menu li .secmenu .secmenulist a:hover:before {
  color: #333333;
}
.nav nav ul.menu li .secmenu .secmenulist::after {
  content: '';
  width: 1px;
  height: 130px;
  background: #c3c3c3;
  position: absolute;
  top: 40px;
  right: 1px;
}
.nav nav ul.menu li .secmenu .secmenulist .secmenu-btn {
  border: 1px solid #333;
  color: #333;
  text-align: center;
  width: 130px;
  height: 50px;
  line-height: 50px;
  margin: 6px 0 0 0;
  position: relative;
}
.nav nav ul.menu li .secmenu .secmenulist .secmenu-btn.secmenu-btnen {
  width: 210px;
}
.nav nav ul.menu li .secmenu .secmenulist .secmenu-btn.secmenu-btnen span {
  left: 105px;
}
.nav nav ul.menu li .secmenu .secmenulist .secmenu-btn .secmenu-btn-link {
  display: block;
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  font-size: 16px;
}
.nav nav ul.menu li .secmenu .secmenulist .secmenu-btn span {
  display: block;
  width: 1px;
  height: 20px;
  background: #333;
  position: absolute;
  left: 65px;
  top: 15px;
}
.nav nav ul.menu li .secmenu .thirdmenu {
  float: left;
  width: 195px;
  padding-left: 24px;
  box-sizing: border-box;
}
.nav nav ul.menu li .secmenu .thirdmenu a {
  display: block;
  width: 105px;
  color: #333;
  font-size: 14px;
  text-align: left !important;
  line-height: 30px;
  height: 30px;
  padding: 0 0 0 2px;
  box-sizing: border-box;
  margin-bottom: 2px;
}
.nav nav ul.menu li .secmenu .thirdmenu a:hover {
  background-color: #0086d1;
  color: #fff;
}
.nav nav ul.menu li .secmenu .thirdmenu a:hover:before {
  color: #333333;
}
.nav nav ul.menu li .exhibitormenu {
  background: #fff;
  width: 780px;
  height: 220px;
  padding: 0;
  border: 0;
  border: 1px solid #c8c8c8;
  border-top: 0;
  box-shadow: 0 0 0 #c8c8c8;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 0;
  margin-left: 195px;
}
.nav nav ul.menu li .exhibitormenu .secmenulist {
  margin-top: 34px;
}
.nav nav ul.menu li .exhibitormenu h3 {
  font-size: 18px;
  line-height: 75px;
  color: #333;
  padding-left: 2px;
}
.nav nav ul.menu li .exhibitormenu .thirdmenu {
  position: relative;
}
.nav nav ul.menu li .exhibitormenu .thirdmenu a {
  padding-left: 6px;
  position: relative;
}
.nav nav ul.menu li .exhibitormenu .thirdmenu a.nolists::before {
  content: "\e6cc";
  font-family: "iconfont" !important;
  position: absolute;
  font-size: 16px;
  left: -17px;
  top: 2px;
}
.nav nav ul.menu li .exhibitormenu .thirdmenu.w1 a,
.nav nav ul.menu li .exhibitormenu .thirdmenu.w2 a,
.nav nav ul.menu li .exhibitormenu .thirdmenu.w3 a {
  width: 125px;
}
.nav nav ul.menu li .exhibitormenu .thirdmenu::after {
  content: '';
  width: 1px;
  height: 130px;
  background: #c3c3c3;
  position: absolute;
  top: 75px;
  right: 1px;
}
.nav nav ul.menu li .exhibitormenu .thirdmenu:last-child::after {
  display: none;
}
.nav nav ul.menu li .purchasermenu {
  width: 390px;
  height: 190px;
  margin-left: 0;
}
.nav nav ul.menu li .purchasermenu .secmenulist::after {
  height: 87px;
}
.nav nav ul.menu li .purchasermenu .thirdmenu a {
  line-height: 27px;
  height: 27px;
}
.nav nav ul.menu li .active {
  position: absolute;
  border: 1px solid #c8c8c8;
  border-top: 0;
  background-color: #fff;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 0;
  width: 132px;
  box-sizing: border-box;
  left: -1px;
}
.nav nav ul.menu li .active a {
  width: 130px;
  background: #fff;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 2px;
}
.nav nav ul.menu li .active a:hover {
  background-color: #0086d1;
  color: #fff !important;
}
.nav nav ul.menu li .active a:last-child {
  margin-bottom: 0;
}
.nav nav ul.menu li .active a.ismore {
  position: relative;
}
.nav nav ul.menu li .active a.ismore::before {
  content: "\e6cc";
  font-family: "iconfont" !important;
  position: absolute;
  font-size: 16px;
  left: 5px;
  top: 0px;
}
.nav nav ul.menu li .active a.ismore:hover::before {
  color: #fff;
}
.nav nav ul.menu li .active .plogin {
  text-align: center;
  color: #333;
}
.nav nav ul.menu li .active .plogin:hover {
  background: #0086d1;
  color: #fff;
}
.nav nav ul.menu li .active .plogin:hover a {
  background: #0086d1;
  color: #fff;
}
.nav nav ul.menu li .active .plogin a {
  display: inline;
}
.nav nav ul.menu li .active .plogin a:hover {
  text-decoration: underline;
}
.nav nav ul.menu li:hover {
  overflow: visible;
  transition: all 0.5s ease-in-out 0s;
  background-color: #fff;
  color: #0086d1;
}
.nav nav ul.menu li:hover a {
  color: #0086d1;
  background-color: #fff;
}
.nav nav ul.menu li:hover .secmenu,
.nav nav ul.menu li:hover .exhibitormenu,
.nav nav ul.menu li:hover .active {
  opacity: 1;
  filter: alpha(opacity=1);
  z-index: 99;
  display: block;
}
.nav nav ul.menu li:hover .secmenu a,
.nav nav ul.menu li:hover .exhibitormenu a,
.nav nav ul.menu li:hover .active a {
  color: #333333;
}
.nav nav ul.menu li > a:hover {
  /*cursor: default;*/
}
.nav nav ul.menu-index {
  /*width: 780px;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav nav ul.menuen {
  /*width: 1120px;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav nav ul.menuen.menu-index {
  /*width: 960px;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav nav ul.menuen li {
  width: 160px;
}
.nav nav ul.menuen li a {
  width: 160px;
}
.nav nav ul.menuen li .active {
  width: 162px;
  left: -1px;
}
.nav nav ul.menuen li .active a {
  width: 100%;
}
.nav nav ul.menuen li .exhibitormenu {
  width: 1060px;
}
.nav nav ul.menuen li .exhibitormenu .secmenulist {
  width: 260px;
}
.nav nav ul.menuen li .exhibitormenu .secmenulist a {
  width: 182px ;
}
.nav nav ul.menuen li .exhibitormenu .thirdmenu {
  width: 260px;
}
.nav nav ul.menuen li .exhibitormenu .thirdmenu.w1 a,
.nav nav ul.menuen li .exhibitormenu .thirdmenu.w2 a,
.nav nav ul.menuen li .exhibitormenu .thirdmenu.w3 a {
  width: 225px;
}
.nav nav ul.menuen li .exhibitormenu h3 {
  font-size: 14px;
}
.nav nav ul.menuen li .secmenu-btn {
  width: 180px;
}
.nav nav ul.menuen li .purchasermenu {
  width: 520px;
}
.fixed-sidebar {
  overflow: hidden;
  width: 100%;
  z-index: 99999999;
  position: fixed;
  top: 0px;
  left: 50%;
  background: #fff;
  margin-left: -600px;
}
@-webkit-keyframes sidebarFix {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes sidebarFix {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*banner*/
.banner {
  position: relative;
}
.banner .banner-box {
  max-height:550px;
  overflow: hidden;
  min-height: 380px;
}
.banner .swiper-container {
  height: 550px;
  width: 100%;
}
.banner .swiper-container .swiper-pagination {
  bottom: 13px;
}
.banner .swiper-container .swiper-pagination span {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet {
  opacity: 0.5;
}
.banner .swiper-slide {
  min-height: 380px;
  max-height: 550px;
}
.banner .bannerinfo-b {
  width: 1200px;
  margin: auto;
  height: 55px;
  position: relative;
}
.banner .bannerinfo {
  position: absolute;
  width: 374px;
  height: 390px;
  z-index: 1;
  right: 0;
  bottom: 0;
  background-color: #0161B7;
  opacity: 0.7;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  /*overflow: hidden;*/
}
.banner .bannerinfo.bannerinfoen .topinfo {
  width: 320px;
}
.banner .bannerinfo .topinfo {
  width: 250px;
  height: auto;
  margin: 26px auto 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.banner .bannerinfo .topinfo .time {
  font-size: 38px;
  padding: 0 50px;
  line-height: 70px;
}
.banner .bannerinfo .topinfo .address {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 14px;
}
.banner .bannerinfo .countdown {
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px;
}
.banner .bannerinfo .countdown i {
  font-style: normal;
  font-size: 30px;
}

/*    弹框按钮开始         */
.banner .bannerinfo .logins {
  width: 310px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*border: 1px solid red;*/
  box-sizing: border-box;
  margin-top: -15px;
}

.banner .bannerinfo .logins .logins_left,
.banner .bannerinfo .logins .logins_right {
  margin-top: 8px;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing:border-box;
}

.banner .bannerinfo .logins .logins_left .logins_left_a,
.banner .bannerinfo .logins .logins_left .logins_left_div,
.banner .bannerinfo .logins .logins_left .logins_left_div a,
.banner .bannerinfo .logins .logins_right .logins_right_a,
.banner .bannerinfo .logins .logins_right .logins_right_div,
.banner .bannerinfo .logins .logins_right .logins_right_div a{
/*  max-width: 140px;
  min-width: 110px;*/
  width: 100px;
  height: 40px;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  
  display: block;
  background-color: #0161B7;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 0;
}
.banner .bannerinfo .logins .logins_left .logins_left_a,
.banner .bannerinfo .logins .logins_right .logins_right_a {
  border: 1px solid #ffffff;
  display: block;
  height:40px;
}
.banner .bannerinfo .logins .logins_left .logins_left_a a,
.banner .bannerinfo .logins .logins_right .logins_right_a a{
	color:#FFF
}

.banner .bannerinfo .logins .logins_left .logins_left_div,
.banner .bannerinfo .logins .logins_right .logins_right_div {
  /*osition: absolute;
  top: -14px;
  left: 100%;*/
  /*display: none;*/
  /*z-index: 100;*/
  /*transition: all 2s;*/
  height: auto;
}
.banner .bannerinfo .logins .logins_left .logins_left_div div,
.banner .bannerinfo .logins .logins_right .logins_right_div div {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.banner .bannerinfo .logins .logins_left .logins_left_div div .imgs,
.banner .bannerinfo .logins .logins_right .logins_right_div div .imgs {
  width: 22px;
  height: 20px;
}
.banner .bannerinfo .logins .logins_left .logins_left_div div .imgs img,
.banner .bannerinfo .logins .logins_right .logins_right_div div .imgs img {
  max-width: 100%;
  max-height: 100%;
}
.banner .bannerinfo .logins .logins_left .logins_left_a .imgs,
.banner .bannerinfo .logins .logins_right .logins_right_a .imgs,

.banner .bannerinfo .logins .logins_left .logins_left_div,
.banner .bannerinfo .logins .logins_right .logins_right_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*border: 1px solid red;*/
  display: none;
}
@media screen and (max-width: 1000px) and (min-width: 500px) {
  .banner .bannerinfo .logins{
    margin-top: -28px !important;
  }
}
@media screen and (min-width: 768px){
.banner .bannerinfo .logins .logins_left:hover > .logins_left_a,
.banner .bannerinfo .logins .logins_right:hover > .logins_right_a {
  background-color: #666;
}
.banner .bannerinfo .logins .logins_left:hover .logins_left_div,
.banner .bannerinfo .logins .logins_right:hover .logins_right_div  {
  display: flex !important;
}
}
@media screen and (max-width: 500px){
  .banner .bannerinfo .logins{
    margin-top: 0px !important;
  }
}

/*    弹框按钮结束         */
.footer-log {
  background-color: #8194A5;
}
.footer-log .footer-log-list {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding: 32px 0;
  overflow: hidden;
}
.footer-log-list .hall-tp-tit{
	text-align: center;
    font-size: 20px;
    color: #0161B7;
    width: 100%;
    line-height: 30px;
    margin-bottom: 16px;
    border-bottom: 1px solid #0161B7;
	}
.footer-log .footer-log-item {
  float: left;
  margin-right:17px;
  margin-bottom:10px;
}
.footer-log .zstj {
  float: left;
  margin-right:16px;
  margin-bottom:10px;
  border: 1px solid #dadada;
  padding: 3px;
  transition: .5s;
}

.footer-log .zstj:hover{
    transform: scale(1.01);
    transition: .5s;
}
.footer-log .footer-log-item img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
/*标题*/
h1 {
  font-size: 24px;
  color: #0086d1;
  text-align: center;
  margin: 50px 0;
  line-height: 60px;
  background: url(http://www.cibegz.com/public/asset/titlebg.png) no-repeat center bottom;
}
*:focus {
  outline: none;
}
.searchall {
  margin-top: 78px;
}
    .searchall.searchallen ul li span {
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
.searchall.searchallen ul li .zy-pr {
  line-height: 25px;
  font-size: 16px;
}
.searchall ul {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.searchall ul li {
  float: left;
  width: 20%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.searchall ul li a {
  color: #0161B7;
  font-size: 22px;
  text-align: center;
}
.searchall ul li .zy-icon {
  width: 36px;
  height: 35px;
  display: block;
  margin: 0 auto 19px;
}
.searchall ul li .zy-pr {
  display: block;
  position: relative;
  padding-top: 20px;
  font-size: 16px;
}
.searchall ul li .zy-pr::before {
  content: '';
  width: 42px;
  height: 2px;
  background: #0161B7;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
}
.hall {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 82px auto;
  padding-bottom: 14px;
}
.hall .hallleft {
  float: left;
  width: 742px;
}
.hall .hallleft .hall-tp-tit {
  text-align: center;
  font-size: 20px;
  color: #0161B7;
  width: 100%;
  line-height: 30px;
  margin-bottom: 16px;
  border-bottom: 1px solid #0161B7;
}
.hall .hallleft .halltop {
  float: left;
  width: 160px;
}
.hall .hallleft .halltop li {
  float: left;
  width: 168px;
  height: 107px;
  padding: 22px 0 16px;
  box-sizing: border-box;
}
.hall .hallleft .halltop li img {
  width: 55px;
  display: block;
  margin: auto;
}
.hall .hallleft .halltop li p {
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
  color: #333333;
}
.hall .hallleft .halltop li:nth-child(2) div {
  background: #9e00c0;
}
.hall .hallleft .halltop li:nth-child(3) div {
  background: #0de3c8;
}
.hall .hallleft .halltop li:nth-child(4) div {
  background: #ffaa00;
}
.hall .hallleft .halltop li:nth-child(5) div {
  background: #ff2d8b;
}
.hall .hallleft .halltop .halltop-item-on {
  background: linear-gradient(90deg, #e3e3e3 0%, #ffffff 100%);
}
.hall .hallleft .hallinfo {
  width: 553px;
  height: 642px;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  float: left;
  position: relative;
  text-align: center;
  margin-left: 29px;
}
.hall .hallleft .hallinfo .hallinfo-listen .hallinfo-item .hallinfo-tit {
  margin-top: 25px;
  line-height: 25px;
}
.hall .hallleft .hallinfo .hallinfo-listen .hallinfo-item .hallinfo-pr {
  line-height: 25px;
  height: 50px;
  margin-bottom: 20px;
}
.hall .hallleft .hallinfo .hallinfo-listen .hallinfo-item:first-child .hallinfo-pr {
  line-height: 25px;
  height: 75px;
  margin-bottom: 20px;
  margin-top: 19px;
}
.hall .hallleft .hallinfo .hallinfo-item {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 0;
}
.hall .hallleft .hallinfo .hallinfo-item:first-child .hallinfo-pr {
  width: 485px;
  margin: 30px auto 32px;
}
.hall .hallleft .hallinfo .hallinfo-item-on {
  opacity: 1;
  filter: alpha(opacity=1);
  z-index: 1;
}
.hall .hallleft .hallinfo .hallinfo-tit {
  margin-top: 35px;
  color: #000000;
  font-size: 20px;
  margin-bottom: 33px;
  position: relative;
}
.hall .hallleft .hallinfo .hallinfo-tit::before {
  content: '';
  width: 150px;
  height: 3px;
  background: #e5eff8;
  display: block;
  position: absolute;
  left: 50%;
  top: 42px;
  margin-left: -75px;
}
.hall .hallleft .hallinfo .hallinfo-tit::after {
  content: '';
  width: 30px;
  height: 3px;
  background: #EA68A2;
  display: block;
  position: absolute;
  left: 50%;
  top: 42px;
  margin-left: -15px;
}
.hall .hallleft .hallinfo .hallinfo-pr {
  color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-indent: 24px;
    text-align: left;
    line-height: 1.5;
}
.hall .hallleft .hallinfo .hallinfo-link {
  font-size: 14px;
  color: #0161B7;
}
.hall .hallright {
  float: right;
  width: 429px;
  box-sizing: border-box;
}
.hall .hallright .tp-new-tit {
  font-size: 16px;
  width: 100%;
  height: 45px;
  line-height: 30px;
  padding: 10px 10px;
  color: #666666;
  border-bottom: 1px solid #0161B7;
}
.hall .hallright .tp-new-tit.tp-new-titen {
  font-size: 16px;
}
.hall .hallright .tp-new-tit.tp-new-titen .new-t-tit {
  margin-right: 10px;
}
.hall .hallright .tp-new-tit.tp-new-titen .new-t-tit-on {
  font-size: 20px;
}
.hall .hallright .tp-new-tit.tp-new-titen .new-t-link {
  font-size: 12px;
}
.hall .hallright .new-t-tit {
  margin-right: 25px;
  cursor: pointer;
}
.hall .hallright .new-t-tit-on {
  font-size: 20px;
  color: #0161B7;
}
.hall .hallright .new-item {
  height: 131.5px;
  padding: 14px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #BDBDBD;
}
.hall .hallright .new-t-link {
  float: right;
  margin-right: 20px;
  font-size: 14px;
  color: #939393;
}
.hall .hallright .new-tit {
  height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  margin-bottom: 4px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.hall .hallright .new-tit:hover {
  color: #0161b7;
}
.hall .hallright .new-time {
  font-size: 12px;
  color: #a0a0a0;
  margin-bottom: 6px;
  cursor: pointer;
}
.hall .hallright .new-pr {
  font-size: 14px;
  color: #666666;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  cursor: pointer;
}
.hall .hallright .new-img {
  display: none;
}
.hall .hallright .new-item-img {
  position: relative;
}
.hall .hallright .new-item-img .new-info {
  margin-left: 177px;
}
.hall .hallright .new-item-img .new-img {
  display: block;
  width: 162px;
  height: 104px;
  overflow: hidden;
  position: absolute;
  left: 0;
}
/*底部*/
footer {
  width: 100%;
  background: #f3f3f3;
  padding: 0 0 15px;
  box-sizing: border-box;
}
footer .footer {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
footer .weblist {
  width: 900px;
  border-bottom: 1px solid #b4b4b4;
}
footer .weblist a {
  padding: 0 15px;
  line-height: 55px;
  color: #666;
}
footer .weblist a:first-child {
  padding-left: 0;
}
footer .weblist a:hover {
  color: #0086d1;
}
footer .webinfo {
  margin-top: 25px;
}
footer .webinfo .companylist {
  float: left;
  width: 185px;
  height: auto;
  overflow: hidden;
  margin-right: 50px;
}
footer .webinfo .companylist .title {
  color: #666;
  font-weight: bold;
  margin-bottom: 5px;
}
footer .webinfo .companylist ul li {
  float: left;
  margin-right: 20px;
}
footer .webinfo .companylist ul li a {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}
footer .webinfo .companylist.company {
  width: 140px;
}
footer .webinfo .companylist.office {
  width: 190px;
}
footer .webinfo .companylist.aboutus {
  width: 225px;
}
footer .webinfo .companylist.aboutus p {
  font-size: 14px;
  color: #666;
  position: relative;
}
footer .webinfo .companylist.aboutus p.aboutinfo {
  padding-left: 30px;
  margin-top: 15px;
}
footer .webinfo .companylist.aboutus p.aboutinfo::before {
  font-family: "iconfont" !important;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 20px;
}
footer .webinfo .companylist.aboutus p.tel::before {
  content: "\e639";
}
footer .webinfo .companylist.aboutus p.mail::before {
  content: "\e6b7";
}
footer .webinfo .companylist.aboutus p.address {
  font-size: 12px;
}
footer .webinfo .companylist.aboutus p.address::before {
  content: "\e63b";
}
footer .webinfo .shares {
  float: right;
}
footer .webinfo .shares .ewm {
  height: auto;
  overflow: hidden;
}
footer .webinfo .shares .ewm .ewminfo {
  float: left;
  margin: 0 13px;
}
footer .webinfo .shares .ewm .ewminfo p {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
footer .webinfo .shares .ewminfo-txt {
  text-align: center;
  width: 220px;
}
footer .webinfo .shares .sharelist {
  margin-top: 20px;
}
footer .webinfo .shares .sharelist a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #666;
  margin-right: 5px;
}
footer .webinfo .shares .sharelist a:first-child,
footer .webinfo .shares .sharelist a:last-child {
  font-size: 22px;
}
footer .webinfo .shares .sharelist a:nth-child(2) {
  font-size: 18px;
}
footer .webinfo .shares .sharelist a.vk:hover {
  color: #5181b8;
}
footer .webinfo .shares .sharelist a.fb:hover {
  color: #1876f3;
}
footer .webinfo .shares .sharelist a.tw:hover {
  color: #40abe1;
}
footer .webinfo .shares .sharelist a.in:hover {
  color: #0a66c3;
}
footer .webinfo .shares .sharelist a.pt:hover {
  color: #e60023;
}
footer .webinfo .shares .sharelist a.itg {
  background: url('http://www.cibegz.com/public/asset/instagram1.png') no-repeat;
  background-size: 20px 20px;
  background-position: 5px 5px;
}
footer .webinfo .shares .sharelist a.itg:hover {
  background: url('http://www.cibegz.com/public/asset/instagram.png') no-repeat;
  background-size: 20px 20px;
  background-position: 5px 5px;
}
footer .webinfo .shares .sharelist a.ytb {
  background: url('http://www.cibegz.com/public/asset/ytb1.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0px 0px;
}
footer .webinfo .shares .sharelist a.ytb:hover {
  background: url('http://www.cibegz.com/public/asset/ytb.png') no-repeat;
  background-size: 30px 30px;
  background-position: 0px 0px;
}
footer .copyright {
  color: #dcdcdc;
  margin-top: 20px;
}
footer .copyright img {
  width: 110px;
  margin-left: 25px;
}
footer .record {
  text-align: left;
  font-size: 10px;
  color: #dcdcdc;
  line-height: 20px;
  margin-top: 10px;
}
footer .record span {
  display: inline-block;
  width: 14px;
  height: 15px;
  vertical-align: middle;
  margin-right: 3px;
}
footer .record i {
  width: 20px;
  height: 10px;
  display: inline-block;
}
footer .record a {
  color: #dcdcdc;
}
footer.footeren {
  height: auto ;
}
footer.footeren .webinfo .companylist {
  width: 305px;
}
footer.footeren .webinfo .company {
  width: 175px;
}
footer.footeren .webinfo .office {
  width: 300px;
}
footer.footeren .webinfo .aboutus {
  margin-top: 25px;
}
footer.footeren .webinfo .aboutus p.aboutinfo {
  margin-top: 9px;
}
/*内页 分页*/
.showpage{text-align:center; margin-bottom:10px;margin-top:40px;}
.showpage a{border:1px solid #ddd; padding:5px 15px; border-radius:5px; color:#666; margin-left:2px; margin-right:2px;}
.showpage a:hover{border:1px solid #ddd; padding:5px 15px; border-radius:5px; color: #FFF;background: #c52759; margin-left:2px; margin-right:2px;}
.showpage a.now{background:#c52759; color:#fff; border:1px solid #c52759; }

/*文章列表*/
.banners {
  width: 100% ;
  height: 200px;
  background-size: contain;
  background: url('../image/banners2.jpg') top center no-repeat;
}
.contentpage {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f5f7fa;
}
.contentpage .mainpage {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.contentpage .mainpage .crumb {
  font-size: 14px;
  color: #333333;
  line-height: 47px;
  padding-left: 20px;
	background:url('../image/path.png') no-repeat left center;
}
.contentpage .mainpage .content {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.contentpage .mainpage .content .sidebar {
  width: 280px;
  height: auto;
  overflow: auto;
  background: #fff;
  border: 1px solid #e9eef4;
  float: left;
}
.contentpage .mainpage .content .sidebar .title {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #0161b7;
  border-bottom: 1px solid #e9eef4;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}
.contentpage .mainpage .content .sidebar .title::after {
  content: '';
  width: 7px;
  height: 22px;
  display: block;
  position: absolute;
  left: 22px;
  top: 14px;
  background: #0161b7;
}
.contentpage .mainpage .content .sidebar .titleen {
  font-size: 18px;
}
.contentpage .mainpage .content .sidebar .titleen-link::after {
  top: 14px;
  height: 22px;
}
.contentpage .mainpage .content .sidebar ul li span {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  box-sizing: border-box;
  padding-left: 40px;
  cursor: pointer;
  position: relative;
}
.contentpage .mainpage .content .sidebar ul li span::before {
  content: "\e71a";
  font-family: "iconfont" !important;
  position: absolute;
  left: 20px;
  font-size: 12px;
}
.contentpage .mainpage .content .sidebar ul li span:hover {
  background: #e6ecf2;
}
.contentpage .mainpage .content .sidebar ul li a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 15px;
  box-sizing: border-box;
  position: relative;
  padding: 10px 30px 10px 40px;
}
.contentpage .mainpage .content .sidebar ul li a:hover {
  background: #e6ecf2;
}
.contentpage .mainpage .content .sidebar ul li a.cur {
  background: #e6ecf2;
}
.contentpage .mainpage .content .sidebar ul li a.cur::after {
  content: "\e681";
  font-family: "iconfont" !important;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
}
.contentpage .mainpage .content .sidebar ul li .secmenulist {
  display: none;
}
.contentpage .mainpage .content .sidebar ul li .secmenulist a {
  padding: 10px 60px;
  line-height: 18px;
  height: 36px;
  font-size: 14px;
  height: auto;
  padding-right: 30px;
}
.contentpage .mainpage .content .sidebar ul li .three-box .three-title {
  padding-left: 60px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.contentpage .mainpage .content .sidebar ul li .three-box .three-title::before {
  left: 40px;
}
.contentpage .mainpage .content .sidebar ul li .three-box .three-list a {
  padding-left: 80px;
  font-size: 12px;
}
.contentpage .mainpage .content .sidebar ul .litem-on {
  background-color: #e6ecf2;
}
.contentpage .mainpage .content .sidebar .title-list {
  border-bottom: 1px solid #e9eef4;
}
.contentpage .mainpage .content .miancontent {
  margin-left: 310px;
  background: #fff;
  padding: 40px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 600px;
}
.contentpage .mainpage .content .miancontent h2 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 40px;
  position: relative;
}
.contentpage .mainpage .content .miancontent h2::after {
  content: '';
  width: 200px;
  height: 2px;
  background: #e6ecf2;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -100px;
}
.contentpage .mainpage .content .miancontent h1 {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  line-height: 30px;
  position: relative;
}
.contentpage .mainpage .content .miancontent h1::after {
  content: '';
  width: 200px;
  height: 2px;
  background: #e6ecf2;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -100px;
}
.contentpage .mainpage .content .miancontent .newsinfotime {
  font-size: 12px;
  color: #afafaf;
  text-align: center;
  margin: 20px auto 40px;
}
.contentpage .mainpage .content .miancontent .newsinfotime span {
  margin-left: 20px;
}
.contentpage .mainpage .content .miancontent .newslists {
  padding: 15px 0;
  height: auto;
  border-bottom: 1px solid #e9eef4;
  overflow: hidden;
}
.contentpage .mainpage .content .miancontent .yes-img {
  width: 32%;
  float: left;
  margin: 0 5px;

}
.contentpage .mainpage .content .miancontent .newslists a:hover .newcontent .newstitle {
  color: #0086d1;
}
.contentpage .mainpage .content .miancontent .newslists img {
  width: 160px;
  height: 125px;
  margin-right: 20px;
  float: left;
}
.contentpage .mainpage .content .miancontent .yes-img img {
  width: 90%;
  height: 160px;
  margin-right: 20px;
  float: left;
}
.contentpage .mainpage .content .miancontent .newslists .newcontent .newstitle {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contentpage .mainpage .content .miancontent .yes-img .newcontent .newstitle {
  font-size:16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 0;
      color: #666;
}
.contentpage .mainpage .content .miancontent .newslists .newcontent .newstime {
  color: #a5a5a5;
  margin: 10px 0;
}
.contentpage .mainpage .content .miancontent .yes-img .newcontent .newstime {
  color: #a5a5a5;
  margin: 5px 0;
}
.contentpage .mainpage .content .miancontent .newslists .newcontent .newstime span {
  margin-left: 30px;
}
.contentpage .mainpage .content .miancontent .newslists .newcontent .newsinfo {
  color: #666;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
}
.contentpage .mainpage .content .miancontent .newstext {
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
}
.contentpage .mainpage .content .miancontent .newstext table {
  width: 100% !important;
}
.contentpage .mainpage .content .miancontent .newstext img {
  max-width: 100%;
  width: auto;
  margin: 15px auto;
}
.contentpage .mainpage .content .miancontent .newstext video {
  width: 100% !important;
  height: auto;
  overflow: hidden;
}
.contentpage .mainpage .content .miancontent .newstext table p {
  line-height: 16px;
}
.contentpage .mainpage .content .miancontent .newstext table.itemtable td,.contentpage .mainpage .content .miancontent .newstext table td {
    padding: 10px !important;
    /*border: 1px solid #000 !important;*/
}
/*分页*/
.PageListDiv {
  text-align: center;
  margin: 70px auto 20px;
}
.PageListDiv .PageList li {
  display: inline;
  font-size: 14px;
  margin-right: 2px;
}
.PageListDiv .PageList li a,
.PageListDiv .PageList li span {
  color: #0086d1;
  border: 1px solid #0086d1;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.PageListDiv .PageList li .PagePrev,
.PageListDiv .PageList li .PageNext,
.PageListDiv .PageList li .NoPageNext,
.PageListDiv .PageList li .NoPagePrev {
  width: 70px;
  height: 25px;
}
.PageListDiv .PageList li .CurrentPage {
  color: #fff;
  background: #0086d1;
}
.PageListDiv .PageList li b.NoPageNext {
  line-height: 25px;
  color: #0086d1;
  margin-left: 20px;
}
.PageListDiv .PageList li b.NoPageNext .pageSelect {
  width: 36px;
  height: 25px;
  margin: 0 5px;
  border: 1px solid #0086d1;
  color: #0086d1;
}
.dow-box .dow-list {
  position: relative;
  padding: 35px 0;
  height: auto;
  border-bottom: 1px solid #e9eef4;
  overflow: hidden;
}
.dow-box .dow-list:hover .dow-title a {
  color: #0086d1;
}
.dow-box .dow-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 16px;
}
.dow-box .dow-link {
  position: absolute;
  right: 15px;
  height: 16px;
  width: 16px;
  display: block;
  background: url('http://www.cibegz.com/public/asset/download.png') no-repeat;
}
.navig-page-box .mainpage .content .navig-cent {
  position: relative;
  min-height: 816px;
  padding: 18px 8px 46px;
}
.navig-page-box .mainpage .content .navig-btn-box {
  width: 50px;
  height: auto;
  position: absolute;
  right: 0;
  top: 12px;
}
.navig-page-box .mainpage .content .navig-enlargement {
  width: 31px;
  height: 32px;
  background: #fff url('http://www.cibegz.com/public/asset/enlargement.png') no-repeat;
}
.navig-page-box .mainpage .content .navig-shrink {
  width: 31px;
  height: 32px;
  background: url('http://www.cibegz.com/public/asset/shrink.png') no-repeat;
}
.navig-page-box .mainpage .content .navig-refresh {
  width: 31px;
  height: 32px;
  background: url('http://www.cibegz.com/public/asset/refresh.png') no-repeat;
}
.navig-page-box .mainpage .content .navig-enlargement,
.navig-page-box .mainpage .content .navig-refresh,
.navig-page-box .mainpage .content .navig-shrink,
.navig-page-box .mainpage .content .navig-compass {
  margin: 5px;
  border: none;
  outline: none!important;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navig-page-box .mainpage .content .navig-compass {
  width: 32px;
  height: 40px;
  display: inline-block;
  margin: 5px;
  border: 0;
  background: url('http://www.cibegz.com/public/asset/compass.png') no-repeat;
}
.navig-page-box .pc-hide {
  display: none;
}
.sch-main-box .mainpage .content {
  padding-top: 30px;
}
.sch-main-box .newlist-no {
  text-align: center;
  padding: 34px 0;
  border: 1px solid #e8e8e8;
  border-top: 0;
  color: #999999;
  font-size: 16px;
}
.sch-main-box .mainpage .content .miancontent {
  margin: 0;
  padding: 40px 100px;
}
.sch-main-box .sch-type-list {
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.sch-main-box .sch-type-item {
  width: 25%;
  float: left;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.sch-main-box .sch-type-item:before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: #e8e8e8;
}
.sch-main-box .sch-type-item:first-child:before {
  display: none;
}
.sch-main-box .sch-type-item a {
  display: block;
}
.sch-main-box .sch-type-on {
  background-color: #0086d1;
}
.sch-main-box .sch-type-on a {
  color: #fff;
}
.sch-main-box .sch-box {
  position: relative;
  margin-bottom: 30px;
}
.sch-main-box .sch-input-box {
  width: 100%;
  padding-right: 100px;
  box-sizing: border-box;
  position: relative;
}
.sch-main-box .btn-sch {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 76px;
  border-radius: 6px;
  border: 0;
  background-color: #0086d1;
  color: #fff;
}
.sch-main-box .sch-input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding-left: 48px;
  border-radius: 5px;
  border: 1px solid #0086d1;
}
.sch-main-box .sch-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 10px;
  display: inline-block;
  line-height: 40px;
  font-size: 26px;
  color: #0086d1;
}
.reg-content-box {
  margin-top: 15px;
}
.reg-content-box .reg-tbox {
  border-radius: 20px;
  background-color: #fff;
  padding: 33px 0 47px 35px;
  margin-bottom: 20px;
}
.reg-content-box .reg-tp {
  padding: 0 0 40px 450px;
  position: relative;
}
.reg-content-box .reg-tit {
  font-size: 22px;
  padding: 14px 0 20px;
}
.reg-content-box .reg-pr {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.reg-content-box .reg-img {
  position: absolute;
  left: 0;
  width: 450px;
  height: 260px;
  overflow: hidden;
}
.reg-content-box .reg-info {
  margin-left: 42px;
  height: 260px;
  position: relative;
}
.reg-content-box .reg-share {
  position: absolute;
  bottom: 0;
}
.reg-content-box .reg-share img {
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.reg-content-box .reg-ct {
  margin: 0 0 25px 70px;
}
.reg-content-box .reg-ct-t {
  margin-right: 26px;
}
.reg-content-box .reg-ct-sp,
.reg-content-box .dialog-ct-sp {
  width: 280px;
  min-height: 70px;
  background: #ffffff;
  border: 1px solid #8cbfe8;
  border-radius: 5px;
  display: inline-block;
  padding: 15px 6px 15px 25px;
  box-sizing: border-box;
  margin-right: 23px;
  cursor: pointer;
  vertical-align: middle;
}
.reg-content-box .dialog-ct-sp {
  width: 260px;
  height: 70px;
}
.reg-content-box .reg-bt {
  margin-left: 156px;
}
.reg-content-box .reg-btn,
.reg-content-box .reg-btn-show {
  width: 200px;
  height: 40px;
  background: #0086d1;
  border-radius: 5px;
  color: #fff;
  border: 0;
  margin-right: 40px;
}
.reg-content-box .reg-btn-show {
  background: #e8e8e8;
  cursor: default;
}
.reg-content-box .reg-time {
  color: #666;
  font-size: 16px;
}
.reg-content-box .reg-btbox {
  width: 1000px;
  margin: auto;
  background-color: #fff;
  padding: 30px 50px 54px;
  box-sizing: border-box;
}
.reg-content-box .reg-btbox-title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #0161B7;
  border-bottom: 1px solid #0161B7;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.reg-content-box .reg-btbox-content {
  margin-bottom: 20px;
}
.reg-content-box .reg-btbox-img {
  width: 770px;
  height: 463px;
  margin: 0 auto 38px;
  overflow: hidden;
}
.reg-content-box .reg-lt-title {
  font-size: 18px;
  text-align: center;
  color: #666;
}
.dialog-header {
  border-bottom: 0;
  border: 0;
  background-color: #fff;
  text-align: center;
  padding: 37px 0 33px 0;
  font-size: 22px;
}
.dialog-confirm {
  width: 100%;
}
.dialog-ct-sp {
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #0086d1;
  border-radius: 5px;
  display: inline-block;
  padding: 15px 6px 15px 25px;
  box-sizing: border-box;
  margin-right: 7px;
  vertical-align: middle;
}
.dialog-ct-sp {
  width: 260px;
  min-height: 70px;
}
.dialog-ct {
  padding-left: 142px;
  margin: 32px 0 37px;
}
.d-line {
  margin-bottom: 12px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.dialog-input {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 400px;
  height: 30px;
  padding: 0 5px;
}
.name-input {
  width: 220px;
}
.dialog-line {
  margin-bottom: 12px;
  line-height: 30px;
}
.dialog-title {
  margin: 0 10px 0 25px;
  width: 68px;
  text-align: right;
  float: left;
}
.dialog-btn {
  width: 260px;
  height: 40px;
  background: #0161b7;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  border: 0;
  margin: auto;
  display: inherit;
}
.dialog-line-wi {
  width: 400px;
  overflow: auto;
  display: inline-block;
}
.dialog-line-wi input {
  width: 30%;
  float: left;
}
.dialog-line-wi .code-box {
  width: 66%;
  float: left;
  margin-left: 1%;
  position: relative;
}
.dialog-line-wi .code-img {
  width: 85px;
  cursor: pointer;
  height: 30px;
}
.dialog-line-wi .validate-code {
  color: #666;
  font-size: 12px;
  cursor: pointer;
}
.wechat-modal-box {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.wechat-modal-box .wechat-modal {
  width: 360px;
  margin: 20px auto;
  background-color: #fff;
  box-shadow: none;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.wechat-modal-box .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.wechat-modal-box .modal-header .modal-close {
  line-height: 1;
  float: right;
  opacity: 0.2;
  color: #000;
  background: #fff;
  text-shadow: 0 1px 0 #fff;
  font-size: 28px;
  font-weight: 400;
  margin-top: -6px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: 0 0;
}
.wechat-modal-box .modal-title {
  line-height: 1.42857143;
  margin: 0;
}
.wechat-modal-box .modal-img {
  padding: 10px;
  box-sizing: border-box;
}
.wechat-modal-box .modal-img img {
  display: block;
  width: 180px;
  height: 180px;
  margin: auto;
}
.theme-popover {
  width: 900px;
  height: 615px;
  background-color: #fff;
  padding: 0 10px 50px 50px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  top: 50%;
  margin-top: -307px;
}
.theme-popover-box {
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.theme-poptit {
  position: relative;
}
.reg-ct-on {
  color: #0086d1;
  border: 3px solid #0086d1 !important;
}
.theme-poptit .theme-close {
  float: right;
  color: #999;
  padding: 5px;
  margin: 10px 0 -5px;
  font: bold 14px/14px simsun;
  text-shadow: 0 1px 0 #ddd;
}
.theme-popover-mask {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none;
}
.reg-sel {
  margin-bottom: 16px;
}
.dialog-radio {
  margin: 8px;
}
.is-error {
  display: none!important;
}
.error-box img {
  margin: 166px auto 200px;
  display: inherit;
  width: auto;
}
.map-box {
  padding: 26px 0;
}
.map-box .map-mainpage {
  width: 900px;
  padding: 60px 20px 0;
  background-color: #fff;
}
.map-box .map-mainpage .map-line {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
.map-box .map-mainpage .map-line:last-child {
  border: none;
}
.map-box .map-mainpage .map-title {
  margin-bottom: 18px;
  font-size: 20px;
  color: #0161B7;
  font-weight: normal;
  padding-left: 15px;
  position: relative;
}
.map-box .map-mainpage .map-title::before {
  content: "\e681";
  font-family: "iconfont" !important;
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 6px;
}
.map-box .map-mainpage .map-line-box {
  margin-bottom: 18px;
}
.map-box .map-mainpage .map-line-title {
  font-size: 16px;
  position: relative;
  float: left;
}
.map-box .map-mainpage .map-line-title:after {
  content: '';
  height: 16px;
  width: 1px;
  bottom: 1px;
  position: absolute;
  right: 0;
  display: inline-block;
  background-color: #333;
}
.map-box .map-mainpage .map-line-title:last-child:after {
  display: none;
}
.map-box .map-mainpage .map-line-title:first-child {
  text-align: left;
}
.map-box .map-mainpage .map-line-title a {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin: 0 0 0 36px;
  cursor: pointer;
}
.map-box .map-mainpage .map-line-title a:hover {
  color: #0161b7;
}
.map-box .map-mainpage a.map-line-title {
  cursor: pointer;
  display: block;
  width: 140px;
  text-align: center;
}
.map-box .map-mainpage a.map-line-title:hover {
  color: #0161b7;
}
.map-box .map-mainpage a.map-line-title:first-child {
  width: 110px;
}
.map-box .map-mainpage .exmap {
  position: relative;
  border: 1px solid #c1e2ff;
  padding: 30px 0 5px 20px;
  margin-top: 30px;
}
.map-box .map-mainpage .exmap .map-line-box {
  width: 150px;
  height: 25px;
  background: #0086d1;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 15px;
  top: -13px;
}
.map-box .map-mainpage .exmap .map-line-box .map-line-title {
  float: none;
}
.map-box .map-mainpage .exmap .map-item-list .map-item {
  display: inline-block;
}
.map-box .map-mainpage .exmap .map-item-list.item-list-en .map-item {
  padding-left: 0;
  margin-right: 50px;
}
.map-box .map-mainpage .exmap .map-item-list.item-list-en .map-item .map-itme-name {
  width: auto;
  position: static;
}
.map-box .map-mainpage .exmap.exmapen .map-line-box {
  width: 190px;
}
.map-box .map-mainpage .map-item {
  margin-bottom: 4px;
  overflow: auto;
  position: relative;
  padding-left: 120px;
  min-height: 37px;
  line-height: 37px;
}
.map-box .map-mainpage .map-item.map-item-en .map-item-tg {
  width: auto;
  margin-right: 50px;
}
.map-box .map-mainpage .map-item-line {
  padding-left: 0;
}
.map-box .map-mainpage .map-item-line .map-itme-name {
  width: auto;
  position: relative;
}
.map-box .map-mainpage .map-itme-name,
.map-box .map-mainpage .map-item-tg {
  font-size: 14px;
  color: #666666;
}
.map-box .map-mainpage .map-itme-name {
  width: 120px;
  position: absolute;
  left: 0;
}
.map-box .map-mainpage a.map-itme-name {
  cursor: pointer;
}
.map-box .map-mainpage a.map-itme-name:hover {
  color: #0161b7;
}
.map-box .map-mainpage .map-item-tg {
  cursor: pointer;
  display: inline-block;
  width: 120px;
}
.map-box .map-mainpage .map-item-tg:hover {
  color: #0161b7;
}
.map-box .map-mainpage .map-line-p {
  margin: 0 0 12px 15px;
  height: auto;
  overflow: hidden;
}
.map-box .map-mainpage .map-line-p.map-line-en .map-line-title {
  width: 175px;
}
.m-tips {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.m-tips .m-tips-txt {
  width: auto;
  height: 30px;
  display: inline-block;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  top: 42%;
  /*偏移*/
}
.gallery-top .swiper-slide {
  width: 100%;
  height: 400px;
  background-size: contain;
}
.gallery-top .swiper-button-next {
  background-image: url(http://www.cibegz.com/public/asset/right.png);
  background-size: contain;
  width: 40px;
  height: 40px;
}
.gallery-top .swiper-button-prev {
  background-image: url(http://www.cibegz.com/public/asset/left.png);
  background-size: contain;
  width: 40px;
  height: 40px;
}
.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  box-sizing: border-box;
  height: 100px;
  background-size: contain;
  border: 1px solid #ccc;
}
.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #0086d1;
}
.navig-page-box.navig-page-box-pc .title {
  display: none;
}
.navig-page-box.navig-page-box-pc .m-sidebar-box {
  margin: 0 0 10px 310px;
  position: relative;
}
.navig-page-box.navig-page-box-pc .m-sid {
  float: left;
  width: 33.33%;
  text-align: center;
  line-height: 1;
  padding: 14px 0;
}
.navig-page-box.navig-page-box-pc .m-sid-name {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px 20px 10px 0;
}
.navig-page-box.navig-page-box-pc .m-sid-name:after {
  position: absolute;
  content: "\e71a";
  font-family: iconfont!important;
  font-size: 12px;
  right: 0;
}
.navig-page-box.navig-page-box-pc .m-sid-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.navig-page-box.navig-page-box-pc .m-sid-t {
  overflow: auto;
  background: #fff;
  border: 1px solid #e9eef4;
}
.navig-page-box.navig-page-box-pc .sid-list-box {
  position: absolute;
  width: 100%;
  z-index: 9;
  height: auto;
  left: 0;
  display: none;
}
.navig-page-box.navig-page-box-pc .sid-list-box #secondList {
  position: absolute;
  left: 33.3%;
}
.navig-page-box.navig-page-box-pc .sid-list-box #threeList {
  position: absolute;
  left: 66.6%;
}
.navig-page-box.navig-page-box-pc .m-sid-list {
  background-color: #ffffff;
}
.navig-page-box.navig-page-box-pc .sid-list-div {
  width: 33.3%;
  border: 1px solid #e9eef4;
  box-shadow: 0 0 2px #e9eef4;
  display: none;
}
.navig-page-box.navig-page-box-pc .sid-list {
  display: none;
}
.navig-page-box.navig-page-box-pc .sid-list-blk {
  display: block;
}
.navig-page-box.navig-page-box-pc .m-sid-item {
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.navig-page-box.navig-page-box-pc .sid-item-ck {
  color: #0161B7;
}
.backTop {
  width: 50px;
  height: 50px;
  border: 1px solid #C9C9C9;
  background: #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 2;
  display: none;
}
.backTop i {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
}
.ovhidden {
  overflow: hidden;
  height: 100%;
}
/**********************************************************************自适应********************************************************************************/
@media screen and (max-width: 1300px) {
  /*banner*/
  .banner .swiper-container {
    height: 600px;
  }
  .banner .bannerinfo {
    left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .m_hide {
    display: none ;
  }
  .p_hide {
    display: block;
  }
  /*头部*/
  .mtop {
    width: 100%;
    height: 55px;
    position: relative;
  }
  .mtop .mlogo {
    display: block;
    float: left;
    height: 40px;
    /*background: url(logo.png) no-repeat left top;*/
    background-size: contain;
    margin: 7px 0 0 20px;
  }
    .mtop .mlogo img{
   
	width: 160px;

  }
  .mtop .micon {
    float: right;
    margin-top: 9px;
  }
  .mtop .micon a {
    font-size: 34px;
    color: #d3101a;
    margin-right: 10px;
    cursor: pointer;
  }
  .mtop .mtogglelanguage {
    position: absolute;
    left: 5%;
    top: 55px;
    width: 90%;
    z-index: 11;
    border: 1px solid #dcdddf;
    background: #fff;
    display: none;
  }
  .mtop .mtogglelanguage li {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #dcdddf;
  }
  .mtop .mtogglelanguage li a {
    display: block;
    text-align: center;
    line-height: 48px;
  }
  .mtop .mtogglelanguage li.cur a {
    color: #8d8f95;
    position: relative;
  }
  .mtop .mtogglelanguage li.cur a:after {
    content: "\e61a";
    font-family: "iconfont" !important;
    float: right;
    margin-right: 20px;
  }
  /*移动端搜索*/
  .msearch {
    width: 90%;
    height: 55px;
    padding: 11px 15px 0;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: none;
  }
  .msearch i,
  .msearch a {
    font-size: 30px;
    color: #8d8f95;
  }
  .msearch a {
    position: absolute;
    right: 20px;
  }
  .msearch input {
    border: none;
    position: absolute;
    left: 60px;
    width: 70%;
    height: 30px;
    line-height: 30px;
  }
  .searchall ul {
    width: 100%;
  }
  /*展馆平面图与新闻区块*/
  .hall {
    width: 1000px;
    margin: 40px auto 40px;
  }
  .hall .hallleft {
    width: 620px;
  }
  .hall .hallleft .hallinfo {
    width: 480px;
    margin-left: 5px;
  }
  .hall .hallleft .hallinfo .hallinfo-listen .hallinfo-item .hallinfo-pr {
    height: 75px;
  }
  .hall .hallleft .hallinfo .hallinfo-listen .hallinfo-item:first-child .hallinfo-pr {
    height: 100px;
    margin: 41px 0 40px 0;
  }
  .hall .hallleft .hallinfo .hallinfo-img {
    width: 480px;
  }
  .hall .hallleft .hallinfo .hallinfo-img .m_hide {
    display: block;
  }
  .hall .hallleft .hallinfo .hallinfo-img .p_hide {
    display: none;
  }
  .hall .hallleft .hallinfo .hallinfo-pr {
    width: 360px;
    margin: 70px auto 35px;
  }
  .hall .hallleft .hallinfo .hallinfo-tit::after,
  .hall .hallleft .hallinfo .hallinfo-tit::before {
    top: 60px;
  }
  .hall .hallleft .halltop {
    width: 135px;
  }
  .hall .hallleft .halltop li {
    width: 100%;
  }
  .hall .hallleft .halltop li img {
    width: 40px;
    height: 33px;
  }
  .hall .hallright {
    width: 355px;
  }
  .hall .hallright .new-t-tit {
    margin-right: 30px;
  }
  .hall .hallright .new-item-img .new-img {
    width: 133px;
  }
  .hall .hallright .new-item-img .new-info {
    margin-left: 147px;
  }
  .hall .hallright .newlist {
    display: none;
  }
  .hall .hallright .newlist a {
    display: block;
  }
  .hall .hallleft .hallinfo .hallinfo-item:first-child .hallinfo-pr {
    width: 425px;
    margin: 60px auto 51px;
  }
  .contentpage .mainpage {
    width: 100%;
  }
  .contentpage .mainpage .content {
    position: relative;
    width: 100%;
    padding: 10px 10px 10px 240px;
  }
  .contentpage .mainpage .content .miancontent {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
  }
  .contentpage .mainpage .content .sidebar {
    width: 220px;
    position: absolute;
    float: none;
    left: 0;
  }
  .contentpage .mainpage .reg-content-box {
    padding: 10px;
  }
  .contentpage .mainpage .reg-content-box .reg-ct {
    margin: 0 0 25px 0;
  }
  .map-box {
    padding: 26px 0;
  }
  .map-box .map-mainpage {
    width: 900px;
    box-sizing: border-box;
  }
  .footer-log .footer-log-list {
    width: 100%;
  }

  .footer-log .footer-log-item img {
    width: 100%;
  }
  /*底部*/
  footer {
    height: auto;
    overflow: hidden;
  }
  footer .footer {
    width: 95%;
    margin: 0 auto;
  }
  footer .footer .weblist a {
    padding: 0 10px;
  }
  footer .footer .webinfo .companylist,
  footer .footer .webinfo .shares {
    margin-top: 20px;
    float: none;
  }
  footer .footer .webinfo .companylist {
    width: 100%;
  }
  footer .footer .copyright {
    margin-top: 15px;
  }
  footer .footer .copyright img {
    display: none;
  }
  footer .footer .record {
    margin-top: 15px;
    text-align: left;
  }
  footer.footeren {
    height: auto ;
  }
  footer.footeren .weblist {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .reg-content-box .reg-ct {
    margin: 0 0 25px 0;
  }
  .reg-content-box .reg-ct-sp {
    margin-right: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .contentpage .mainpage {
    width: 100%;
  }
  .contentpage .mainpage .crumb {
    line-height: 36px;
    padding-left: 20px;
	background:url('../image/path.png') no-repeat left center;
  }
  .contentpage .mainpage .content {
    padding: 0 10px;
  }
  .contentpage .mainpage .content .sidebar {
    width: 100%;
  }
  .contentpage .mainpage .content .miancontent {
    width: 100%;
    margin: 0;
    padding: 24px 6px;
  }
  .contentpage .mainpage .content .miancontent h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 26px;
  }
  .contentpage .mainpage .content .miancontent h2:after {
    bottom: -16px;
  }
  .contentpage .mainpage .content .miancontent .newslists {
    padding: 20px 0;
  }
  .contentpage .mainpage .content .miancontent .yes-img {
    padding: 5px 0;
	width: 32%;
    float: left;
    margin: 0 2px;
  }
  .contentpage .mainpage .content .miancontent .newslists .newcontent .newstitle {
    font-size: 16px;
  }
  .contentpage .mainpage .content .sidebar {
    position: static;
  }
  .contentpage .mainpage .content .sidebar .title {
    height: 50px;
    line-height: 50px;
    padding-left: 0.3rem;
  }
  .contentpage .mainpage .content .sidebar .title:after {
    top: 14px;
    left: 8px;
    width: 4px;
  }
  .contentpage .mainpage .content .sidebar ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
  }
  .contentpage .mainpage .content .sidebar ul li a .secmenulist a {
    height: 36px;
    line-height: 36px;
  }
  .dow-box .dow-list {
    padding: 10px 0;
  }
  .dow-box .dow-title {
    font-size: 16px;
  }
  .dow-box .dow-time {
    font-size: 14px;
  }
  .dow-box .dow-link {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .navig-page-box .mainpage .content {
    margin-bottom: 0;
    padding: 0;
  }
  .navig-page-box .mainpage .content .navig-cent {
    background: #ffffff;
    min-height: auto;
  }
  .sch-main-box .mainpage .content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .statement {
    width: 95%;
  }
  /*banner*/
  .banner .swiper-container {
    height: 500px;
  }
  .banner {
    margin-bottom: 280px;
  }
  .banner .bannerinfo-b {
    width: 100%;
    position: absolute;
    bottom: -270px;
  }
  .banner .bannerinfo {
    width: 85%;
    height: 365px;
    left: 7.5%;
  }
  .banner .bannerinfo .topinfo {
    width: 300px;
  }
  .banner .bannerinfo.bannerinfoen {
    height: 360px;
  }
  /*五大专业展*/
  .searchall {
    margin-top: 50px;
  }
  .searchall ul li {
    margin: 20px 0;
  }
  .searchall ul li:nth-child(1),
  .searchall ul li:nth-child(2) {
    width: 50%;
  }
  .searchall ul li:nth-child(3),
  .searchall ul li:nth-child(4),
  .searchall ul li:nth-child(5) {
    width: 33.3%;
  }
  .searchall.searchallen ul li:nth-child(2) .zy-pd {
    line-height: 32px;
  }
  /*展馆平面图与新闻区块*/
  .hall {
    width: 100%;
    margin: 20px auto 40px;
  }
  .hall .hallleft {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .hall .hallleft .hall-tp-tit {
    border: none;
  }
  .hall .hallleft .hallinfo {
    width: 4.6rem;
    height: 6.6rem;
    margin-left: 0;
  }
  .hall .hallleft .hallinfo .hallinfo-listen .hallinfo-item .hallinfo-tit {
    margin: 0.2rem 0 0.3rem;
    line-height: 0.2rem;
  }
  .hall .hallleft .hallinfo .hallinfo-listen .hallinfo-item .hallinfo-tit::before,
  .hall .hallleft .hallinfo .hallinfo-listen .hallinfo-item .hallinfo-tit::after {
    top: 0.32rem;
  }
  .hall .hallleft .hallinfo .hallinfo-listen .hallinfo-item .hallinfo-pr {
    line-height: 0.25rem;
    height: 0.75rem;
    margin-bottom: 0.07rem;
  }
  .hall .hallleft .hallinfo .hallinfo-listen .hallinfo-item:first-child .hallinfo-pr {
    line-height: 0.25rem;
    height: 1rem;
    margin-bottom: 0.2rem;
    margin: 0.27rem 0 0.25rem 0;
  }
  .hall .hallleft .hallinfo .hallinfo-img {
    width: 4.6rem;
    height: 4.6rem;
  }
  .hall .hallleft .hallinfo .hallinfo-img .m_hide {
    display: none;
  }
  .hall .hallleft .hallinfo .hallinfo-img .p_hide {
    display: block;
  }
  .hall .hallleft .hallinfo .hallinfo-tit {
    font-size: 0.18rem;
    margin: 0.3rem 0 0.25rem;
  }
  .hall .hallleft .hallinfo .hallinfo-tit::before {
    width: 1.6rem;
    margin-left: -0.8rem;
    top: 0.45rem;
  }
  .hall .hallleft .hallinfo .hallinfo-tit::after {
    width: 0.3rem;
    margin-left: -0.15rem;
    top: 0.45rem;
  }
  .hall .hallleft .hallinfo .hallinfo-pr {
    width: 4.1rem;
    margin: 0 auto;
    font-size: 0.18rem;
    line-height: 0.7rem;
	height: 100px;
    overflow-y: scroll;
  }
  .hall .hallleft .hallinfo .hallinfo-link {
    font-size: 0.16rem;
  }
  .hall .hallleft .hallinfo .hallinfo-dot {
    bottom: 1.25rem;
  }
  .hall .hallleft .hallinfo .hallinfo-item:first-child .hallinfo-pr {
    line-height: 0.28rem;
    margin: 0.36rem auto 0.28rem;
    width: 4.1rem;
  }
  .hall .hallleft .halltop {
    width: 1.8rem;
  }
  .hall .hallleft .halltop li {
    width: 100%;
    height: 1.1rem;
    padding-top: 0.23rem;
  }
  .hall .hallleft .halltop li img {
    width: 0.46rem;
    height: 0.38rem;
  }
  .hall .hallleft .halltop li p {
    font-size: 0.2rem;
    margin-top: 0.08rem;
  }
  .hall .hallright {
    width: 95%;
    float: none;
    margin: 30px auto 0;
  }
  .hall .hallright .tp-new-tit {
    box-sizing: border-box;
  }
  .hall .hallright .tp-new-tit .new-t-link {
    display: none;
  }
  .hall .hallright .newlist {
    display: block;
    width: 80%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 40px;
  }
  .reg-content-box .reg-btbox {
    width: 98%;
    margin: auto;
    padding: 30px 10px 54px;
  }
  .reg-content-box .reg-img {
    width: 320px;
  }
  .reg-content-box .reg-tp {
    padding: 0 0 40px 320px;
  }
  .reg-content-box .reg-ct-sp {
    width: 260px;
    margin-bottom: 10px;
  }
  .footer-log {
    background-color: #8194A5;
    height: auto;
  }
  .footer-log .footer-log-list {
    padding: 20px 10px;
  }
  .footer-log .footer-log-item {
    float:left;
	margin-right:10px;
	width:45%;
  }
  .map-box .map-mainpage a.map-line-title,
  .map-box .map-mainpage .map-line-p.map-line-en .map-line-title {
    width: auto !important;
    margin-right: 40px;
  }
  .map-box .map-mainpage .map-item-tg {
    width: auto;
  }
}
@media screen and (max-width: 769px) {
 
  .backTop {
    right: 30px;
    bottom: 30px;
  }
  a,
  button,
  input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0) !important;
  }
  .contentpage .mainpage .content .miancontent .newslists img {
    width: 100px;
    height: 90px;
  }
  .contentpage .mainpage .content .sidebar {
    display: none;
  }
  .contentpage .mainpage .content .sidebar ul li span:hover {
    background: #fff !important;
  }
  .error-box {
    padding: 20px;
    box-sizing: border-box;
  }
  .error-box img {
    margin: 166px auto 200px;
    width: 100%;
  }
  .navig-banners {
    display: none;
  }
  .sch-main-box .sch-input-box {
    padding-right: 84px;
  }
  .sch-main-box .sch-input {
    height: 30px;
  }
  .sch-main-box .sch-icon {
    line-height: 30px;
    font-size: 20px;
  }
  .sch-main-box .btn-sch {
    height: 29px;
    width: 68px;
  }
  .sch-main-box .sch-type-item {
    height: 40px;
    line-height: 40px;
  }
  .reg-content-box .reg-ct {
    margin: 0 0 25px 0;
  }
  .reg-content-box .reg-ct-sp {
    margin-right: 6px;
  }
  .reg-content-box .reg-ct-sp {
    width: 186px;
  }
  .reg-content-box .reg-bt {
    margin-left: 80px;
  }
  .reg-content-box .reg-tbox {
    padding: 23px 6px;
  }
  .reg-content-box .reg-tp {
    padding: 0 0 40px 330px;
  }
  .navig-page-box .crumb,
  .navig-page-box .m-hide {
    display: none;
  }
  .navig-page-box .pc-hide {
    display: block;
  }
  .theme-popover {
    width: 98%;
    height: auto;
    padding: 0 5px 50px 5px;
  }
  .dialog-ct-sp {
    width: 180px;
    height: auto;
    padding: 5px;
    margin-bottom: 5px;
  }
  .dialog-ct {
    padding-left: 0;
    margin: 20px;
  }
  .map-box .map-mainpage .map-line-title {
    padding: 0 20px;
  }
  .navig-page-box.navig-page-box-pc .crumb {
    display: block;
  }
  .navig-page-box.navig-page-box-pc .m-sidebar-box {
    margin: 10px 0;
  }
  .navig-page-box.navig-page-box-pc .sid-list-box {
    background: none;
  }
  .navig-page-box .mainpage .content .navig-btn-box {
    width: 188px;
    right: 16px;
    bottom: 15px;
    top: auto;
  }
  .navig-page-box .mainpage .content .navig-compass {
    margin: 10px 5px 0;
  }
  .navig-page-box .title {
    display: none;
  }
  .navig-page-box .m-sidebar-box {
    position: relative;
  }
  .navig-page-box .m-sid {
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 1;
    padding: 14px 0;
  }
  .navig-page-box .m-sid-name {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 10px 20px 10px 0;
  }
  .navig-page-box .m-sid-name:after {
    position: absolute;
    content: "\e71a";
    font-family: iconfont!important;
    font-size: 12px;
    right: 0;
  }
  .navig-page-box .m-sid-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .navig-page-box .m-sid-t {
    overflow: auto;
  }
  .navig-page-box .sid-list-box {
    width: 100%;
    z-index: 9;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 120px;
    bottom: 0;
    right: 0;
  }
  .navig-page-box .m-sid-list {
    background-color: #ffffff;
  }
  .navig-page-box .sid-list-div {
    display: none;
  }
  .navig-page-box .sid-list {
    display: none;
  }
  .navig-page-box .sid-list-blk {
    display: block;
  }
  .navig-page-box .m-sid-item {
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #e8e8e8;
  }
  .navig-page-box .sid-item-ck {
    color: #0161B7;
  }
  .map-box .map-mainpage a.map-line-title {
    width: 33.3% !important;
    margin-right: 0;
    text-align: left;
  }
  .map-box .map-mainpage .map-item-tg.tg {
    margin-left: -1em;
  }
  .map-box .map-mainpage .map-item.map-item-en .map-item-tg.tg {
    margin-left: 0;
  }
   .hjh_left{
    width:140px;
    position: absolute;
    left: 172px;
    bottom: -40px;
  }
  .hjh_right{
    width:140px;
    position: absolute;
    right: 172px;
    bottom: -40px
  }
  .hjh_left_li{
    height:40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #000000;
    background: #ffffff;
  }
}
@media screen and (max-width: 720px) {
  .mtop .mlogo {
    margin-left: 0px;
  }
  /*五大专业展*/
  .searchall {
    margin-top: 50px;
  }
  .searchall ul li a {
    font-size: 16px;
  }
  .searchall ul li .zy-pr {
    font-size: 14px;
  }
  .searchall.searchallen ul li span {
    line-height: 32px;
    height: 32px;
    font-size: 14px;
  }
  .searchall.searchallen ul li span.zy-pd {
    line-height: 16px;
  }
  .searchall.searchallen ul li .zy-pr {
    font-size: 12px;
    line-height: 15px;
  }
  /*banner*/
  .banner .swiper-container {
    height: 400px;
  }
  .banner .swiper-container .swiper-slide {
    background-size: cover !important;
  }
  .banner {
    margin-bottom: 200px;
  }
  .banner .bannerinfo-b {
    bottom: -190px;
  }
  .banner .bannerinfo {
    height: 316px;
  }
  .banner .bannerinfo.bannerinfoen {
    height: 275px;
  }
  .banner .bannerinfo.bannerinfoen .topinfo {
    width: 330px;
  }
  .banner .bannerinfo .topinfo {
    width: 300px;
    margin-top: 5px;
  }
  .banner .bannerinfo .topinfo .time {
    font-size: 24px;
    line-height: 50px;
  }
  .banner .bannerinfo .topinfo .address {
    font-size: 16px;
    line-height: 20px;
  }
  .banner .bannerinfo .countdown {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .banner .bannerinfo .logins {
    width: 280px;
  }
  .banner .bannerinfo .logins a {
    font-size: 16px;
    width: 130px;
    margin-right: 20px;
  }
  /*展馆平面图与新闻区块*/
  .hall .hallleft .hall-tp-tit {
    font-size: 16px;
  }
  .hall .hallright .tp-new-tit .new-t-tit {
    font-size: 16px;
    margin-right: 20px;
  }
  .hall .hallright .tp-new-tit.tp-new-titen {
    font-size: 15px;
  }
  .hall .hallright .tp-new-tit.tp-new-titen .new-t-tit-on {
    font-size: 18px;
  }
  .hall .hallright .new-item-img .new-img {
    width: 120px;
    height: 95px;
  }
  .hall .hallright .new-item-img .new-info {
    margin-left: 135px;
  }
  .hall .hallright .new-item-img .new-info .new-tit {
    font-size: 14px;
    height: 36px;
  }
  .hall .hallright .new-item-img .new-info .new-pr {
    font-size: 12px;
    line-height: 17px;
    height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .hjh_left{
    width:100px;
    position: absolute;
    left: 32px;
    bottom: -40px;
  }
  .hjh_right{
    width:100px;
    position: absolute;
    right: 32px;
    bottom: -40px
  }
  .hjh_left_li{
    height:30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000000;
    background: #ffffff;
  }
  .mtop .micon {
    margin-top: 13px;
	margin-right: 5px;
    color: #d20d17;
    font-size: 20px;
  }
  .mtop .micon a {
    font-size: 16px;
  }
  .banner {
    margin-bottom: 80px;
  }
  .banner .swiper-container {
    height: 300px;
  }
  .banner .swiper-slide {
    min-height: 0;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 14px;
    background-size: contain;
  }
  .banner .bannerinfo-b {
    height: 0;
    position: absolute;
    bottom: -65px;
  }
  .banner .bannerinfo {
    height: 260px !important;
  }
  .banner .bannerinfo .topinfo {
    width: 300px;
    margin-bottom: 5px;
  }
  .banner .bannerinfo .topinfo .time {
    font-size: 18px;
    line-height: 36px;
  }
  .banner .bannerinfo .topinfo .address {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .banner .bannerinfo .countdown {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .banner .bannerinfo .countdown i {
    font-size: 25px;
  }
  .banner .bannerinfo .logins a {
    font-size: 14px;
    width: 110px;
    margin-right: 60px;
    height: 35px;
    line-height: 35px;
  }
  .banner .bannerinfo.bannerinfoen {
    height: 210px;
  }
  .banner .bannerinfo.bannerinfoen .topinfo {
    width: 290px;
  }
  .banners {
    height: 130px;
  }
  /*五大专业展*/
  .searchall {
    margin-top: 15px;
  }
  .searchall.searchallen ul li:nth-child(2)::before,
  .searchall.searchallen ul li:nth-child(4)::before,
  .searchall.searchallen ul li:nth-child(5)::before {
    content: '';
    width: 1px;
    height: 100px;
    background: #0086d1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
  }
  .searchall ul li {
    margin: 15px 0;
  }
  .searchall ul li .zy-icon {
    margin-bottom: 10px;
  }
  .searchall ul li a {
    font-size: 16px;
  }
  .searchall ul li .zy-pr {
    font-size: 14px;
  }
  .reg-content-box .reg-tp {
    padding: 0 0 30px 0;
  }
  .reg-content-box .reg-img {
    width: 100%;
    position: relative;
    max-height: 200px;
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
  }
  .reg-content-box .reg-info {
    margin-left: 10px;
    height: auto;
  }
  .reg-content-box .reg-tit {
    padding: 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .reg-content-box .reg-pr {
    font-size: 12px;
    margin-top: 2px;
  }
  .reg-content-box .reg-time {
    font-size: 12px;
  }
  .reg-content-box .reg-share {
    position: relative;
    margin-top: 10px;
  }
  .reg-content-box .reg-share img {
    width: 20px;
    height: 20px;
  }
  .reg-content-box .reg-ct-t {
    display: block;
  }
  .reg-content-box .reg-ct-sp {
    width: 100%;
    padding: 7px;
    height: auto;
    display: block;
    margin: 10px auto;
  }
  .reg-content-box .reg-bt {
    margin-left: 0;
    text-align: center;
  }
  .reg-content-box .reg-btn,
  .reg-content-box .reg-btn-show {
    margin-right: 0;
    display: block;
    margin: 0 auto 10px;
  }
  .reg-content-box .reg-btbox-title {
    font-size: 18px;
  }
  .dialog-ct-sp {
    width: 100%;
    display: block;
    margin: 5px auto;
  }
  .dialog-ct {
    padding-left: 0;
    margin: 20px 0 0;
    overflow: hidden;
  }
  .d-line,
  .dialog-line {
    position: relative;
    display: block;
    padding-left: 78px;
    line-height: 30px;
  }
  .dialog-title {
    position: absolute;
    left: 0;
    margin: 0;
    height: 32px;
    line-height: 32px;
    text-align: right;
  }
  .dialog-line-wi input {
    width: 20%;
  }
  .dialog-line-wi .code-box {
    width: 47%;
    box-sizing: border-box;
    padding-left: 88px;
  }
  .dialog-line-wi .code-img {
    position: absolute;
    left: 0;
  }
  .dialog-line-wi .validate-code {
    width: 100%;
    line-height: 30px;
    word-wrap: break-word;
    display: block;
  }
  .dialog-line-wi .validate-code.validateEn {
    line-height: 15px;
  }
  .name-input {
    width: 100%;
  }
  .dialog-input {
    width: 100%;
    box-sizing: border-box;
  }
  .dialog-header {
    padding: 16px 0 10px 0;
    text-align: left;
  }
  .theme-popover {
    width: 100%;
    height: 100vh;
    overflow: auto;
    top: 0;
    margin-top: 0;
  }
  .wechat-modal-box .wechat-modal {
    width: 260px;
  }
  .wechat-modal-box .modal-img img {
    width: 120px;
    height: 120px;
  }
  .map-box .map-mainpage .map-itme-name {
    width: 100px;
  }
  .map-box .map-mainpage .map-item {
    padding-left: 100px;
  }
  .map-box .map-mainpage .map-item-line {
    padding-left: 0;
  }
  .map-box .map-mainpage .map-item-line .map-itme-name {
    width: auto;
  }
  .map-box .map-mainpage .map-line-title {
    margin-right: 30px;
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
  }
  .map-box .map-mainpage .map-line-title:after {
    display: none;
  }
  .map-box .map-mainpage .map-line-title a {
    font-size: 14px;
    color: #666;
    display: inline-block;
    margin: 0 5px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
  }
  .map-box .map-mainpage .map-item-tg {
    margin-right: 30px;
  }
  .map-box .map-mainpage .map-line-p {
    margin-bottom: 0;
  }
  .navig-page-box .mainpage .content .navig-cent {
    padding: 24px 10px;
  }
  .navig-page-box .mainpage .content .navig-btn-box {
    width: 146px;
  }
  .navig-page-box .mainpage .content .navig-enlargement,
  .navig-page-box .mainpage .content .navig-shrink,
  .navig-page-box .mainpage .content .navig-refresh {
    width: 25px;
    height: 26px;
    margin: 5px;
    background-size: contain;
  }
  .navig-page-box .mainpage .content .navig-compass {
    width: 27px;
    height: 31px;
    margin: 0 0px 0px;
    background-size: contain;
  }
  /*底部*/
  footer .footer .email {
    width: 100%;
  }
  footer .footer .email input {
    width: 80%;
  }
  footer .footer .email a {
    width: 20%;
  }
}
@media screen and (max-width: 400px) {
  .hjh_left{
    width:100px;
    position: absolute;
    left: 32px;
    bottom: -40px;
  }
  .hjh_right{
    width:100px;
    position: absolute;
    right: 32px;
    bottom: -40px
  }
  .hjh_left_li{
    height:30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000000;
    background: #ffffff;
  }
  /*banner*/
  .banner .bannerinfo .topinfo {
    width: 255px;
    margin-top: 5px;
  }
  .banner .bannerinfo .topinfo .time {
    font-size: 18px;
    line-height: 40px;
  }
  .banner .bannerinfo .topinfo .address {
    font-size: 14px;
    line-height: 20px;
  }
  .banner .bannerinfo .countdown {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .banner .bannerinfo .logins {
    width: 220px;
  }
  .banner .bannerinfo .logins a {
    font-size: 14px;
    width: 100px;
    margin-right: 20px;
  }
  .banner .bannerinfo.bannerinfoen .countdown {
    margin-bottom: 10px;
  }
  .reg-content-box .reg-pr {
    position: relative;
  }
  .reg-content-box .reg-info {
    height: auto;
  }
  footer .footer .weblist {
    font-size: 14px;
  }
  footer .footer .weblist a {
    padding: 0 5px;
  }
}
@media screen and (max-width: 350px) {
  /*头部*/
  .mtop .mlogo {
    width: 150px;
    height: 35px ;
    margin: 10px 0 0 0px;
  }
  .mtop .micon {
    margin-top: 12px;
  }
  .mtop .micon a {
    font-size: 28px;
    margin-right: 5px;
  }
  .banner .bannerinfo.bannerinfoen .topinfo {
    width: 272px;
  }
}
.jiaotong li {
  width: 33.3%;
  float: left;
  text-align: center;
}
.jiaotong li a {
  display: block;
}
.jiaotong li a img {
  display: block;
}
.jiaotong li a span {
  display: block;
  color: #0086d1;
}
.jiaotong li a:hover span {
  text-decoration: underline;
}
.hjh_left{
  width:140px;
  position: absolute;
  left: 32px;
  bottom: -40px;
}
.hjh_right{
  width:140px;
  position: absolute;
  right: 32px;
  bottom: -40px
}
.hjh_left_li{
  height:40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #000000;
  background: #ffffff;
}

.logins {

}

.box h5 {
    background: #9b0006;
    color: #FFF;
    text-indent: 24px;
    border-left: 5px solid #0068b5;
}