* {
    margin: 0;
    padding: 0
}

*, ::after, ::before {
    box-sizing: content-box
}

blockquote, body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}

li {
    list-style: none
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block
}

figure {
    margin: 0
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400
}

img {
    border: 0;
    display: inline-block
}

caption, th {
    text-align: left
}

input, select, textarea {
    font-size: 14px;
    color: #333;
    font-family: simsun, 宋体, helvetica, 微软雅黑, microsoft yahei, SimHei
}

body {
    font: 14px/1.8 微软雅黑, microsoft yahei, SimHei, simsun, 宋体, helvetica;
    position: relative;
    color: #282828;
    overflow-x: hidden;
}

:focus {
    outline: 0
}

input:focus, input:hover {
    outline: 0
}

em, i {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: #005faf;
    text-decoration: underline
}

.clearfix {
    *zoom: 1;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.wrap-center {
    width: 1137px;
    margin: 0 auto;
    /* border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; */
}

.page-center {
    width: 1200px;
    margin: 0 auto;
}

/* top */

.cee-logo {
    float: left;
}
.cee-top-info-phone img{
    width: 78px !important;
    height: auto;
}
.cee-top-info-phone {
    float: right;
    /* padding-right: 110px; */
    /* background: url(../images/exi-address.png) right 30% no-repeat; */
    font-size: 12px;
    line-height: 20px;
    color: #666;
    position: relative;
    /* bottom: -14px; */
    display: flex;
    flex-direction: row;align-items: center;
}

.cee-top-info {
    float: right;
    padding-right: 110px;
    background: url(../images/exi-address.png) right 50% no-repeat;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    position: relative;
    bottom: -14px;
}

.cee-header-inner {
    padding: 20px 0;
}

.top-info-list li {
    float: left;
    margin-left: 25px;
    color: #282828;
}

.top-info-list li>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #727272;
}

/* banner */

.cee-banner {
    height: 750px;
    background: url(../images/banner-bg.jpg) no-repeat center top;
}

.cee-banner-inner {
    padding-top: 347px;
}

.cee-banner-info {
    float: left;
    width: 660px;
    font-size: 20px;
    color: #282828;
    line-height: 35px;
}

.cee-banner-info p {
    margin-bottom: 15px;
}

.cee-banner-sub {
    float: right;
}

/* slogon */

.cee-slogon {
    background: #f8f8f8;
    height: 755px;
}

.cee-slogon-title {
    text-align: center;
    padding-top: 100px;
}

.cee-slogon-title h1 {
    font-size: 50px;
    font-weight: bold;
}

.cee-slogon-title h2 {
    font-size: 24px;
}

.cee-slogon-title .split {
    width: 60px;
    display: inline-block;
}

.cee-slogon-title i {
    margin: 0 15px;
}

.cee-slogon-list {
    margin-right: -30px;
    padding-top: 70px;
}

.cee-slogon-list li {
    float: left;
    width: 208px;
    height: 168px;
    border-radius: 20px;
    background: -moz-linear-gradient(top, #fff 0%, #f6f7fa 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f6f7fa 100%);
    background: linear-gradient(to bottom, #fff 0%, #f6f7fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f6f7fa", GradientType=0);
    margin: 0 20px 20px 0;
    box-shadow: 0 0 3px 4px #eff0f3;
    text-align: center;
}

.cee-slogon-list .title {
    font-size: 24px;
}

.cee-slogon-list .icon {
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-top: 36px;
}

.cee-slogon-list .icon-user {
    background: url(../images/icon-user.png) no-repeat 50% top;
}

.cee-slogon-list .icon-check {
    background: url(../images/icon-check.png) no-repeat 50% top;
}

.cee-slogon-list .icon-meeting {
    background: url(../images/icon-meeting.png) no-repeat 50% top;
}

.cee-slogon-list .icon-directory {
    background: url(../images/icon-directory.png) no-repeat 50% top;
}

.cee-slogon-list .icon-category {
    background: url(../images/icon-category.png) no-repeat 50% top;
}

.cee-slogon-list .icon-order {
    background: url(../images/icon-order.png) no-repeat 50% top;
}

.cee-slogon-list .icon-file {
    background: url(../images/icon-file.png) no-repeat 50% top;
}

.cee-slogon-list .icon-map {
    background: url(../images/icon-map.png) no-repeat 50% top;
}

.cee-slogon-list .icon-three {
    background: url(../images/icon-three.png) no-repeat 50% top;
}

.cee-slogon-list .icon-activity {
    background: url(../images/icon-activity.png) no-repeat 50% top;
}

/* cee-weixin */

.cee-weixin {
    height: 565px;
}

.cee-weixin-info {
    float: left;
    padding: 68px 0 0 55px;
}

.cee-weixin-info .sub-title {
    font-size: 24px;
    line-height: 35px;
}

.cee-weixin-info h2 {
    font-size: 44px;
    font-weight: bold;
}

.cee-weixin-guide {
    float: right;
    padding-right: 40px;
}

.weixin-img {
    padding: 35px 0 0 55px;
}

/* cee-current-exhibition */

.cee-current-exhibition {
    height: 4007px;
    background-color: #f8f8f8;
}

.cee-exhibition-title {
    padding-top: 105px;
    text-align: center;
}

.cee-exhibition-title h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
}

.cee-exhibition-list {
    padding: 80px 0;
    border-bottom: 1px solid #ccc;
}

.cee-exhibition-title .ad-line {
    margin-top: 18px;
}

.ad-line {
    width: 43px;
    border-bottom: 2px solid #000;
    height: 1px;
    margin: 0 auto;
}

.cee-exhibition-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cee-exhibition-list .sidebar {
    float: left;
}

.cee-exhibition-list .main {
    float: right;
    text-align: left;
}

.main-left {
    float: left;
    text-align: left;
}

.cee-exhibition-a {
    padding-top: 80px;
}

.cee-exhibition-a .main {
    padding-right: 40px;
}

.cee-exhibition-a .cee-main-content>* {
    font-size: 40px;
}

.cee-exhibition-a .cee-main-content h3 {
    margin-left: 27px;
    margin-top: -16px;
}

.cee-exhibition-a .sidebar {
    padding-top: 105px;
}

.cee-exhibition-a .tips {
    padding-top: 65px;
}

.cee-main-content>* {
    font-weight: bold;
}

.cee-main-content h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
}

.cee-main-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.cee-main-content h3 {
    font-size: 24px;
}

.cee-main-dd {
    width: 460px;
    margin-left: -15px;
}

.cee-main-dd dd {
    float: left;
    margin: 0 40px 0 15px;
    font-size: 22px;
}

.cee-main-reason {
    padding-top: 50px;
}

.cee-main-reason>* {
    font-weight: bold;
}

.cee-main-reason h2 {
    font-size: 30px;
}

.cee-main-reason h3 {
    font-size: 24px;
}

.cee-exhibition-b .tips {
    padding-top: 60px;
}

.cee-exhibition-b .sidebar {
    padding-left: 165px;
}

.cee-exhibition-b .main {
    width: 530px;
}

.cee-exhibition-c .sidebar {
    padding-left: 170px;
}

.cee-exhibition-c .main {
    padding-right: 130px;
}

.cee-main-reason h3 {
    color: #28326d;
}

.cee-exhibition-c .main-content {
    padding-top: 30px;
    font-size: 22px;
}

.cee-exhibition-d .sidebar {
    padding-left: 167px;
}

.cee-exhibition-d .main {
    padding-top: 100px;
    padding-right: 250px;
}

.cee-exhibition-e .sidebar {
    padding-top: 100px;
    padding-left: 228px;
}

.cee-exhibition-e .main {
    padding-right: 170px;
}

.cee-exhibition-list:last-child {
    border-bottom: 0;
}

.cee-pre-exhibition {
    /* border-top: 1px solid #ddd; */
    height: 925px;
}

.pre-review-title {
    text-align: center;
    padding: 80px 0 80px;
}

.pre-review-title h1 {
    font-size: 60px;
    color: #282828;
    font-weight: bold;
}

.cee-footer-bar {
    position: sticky;
    bottom: 0px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: rgba(255, 64, 67, 0.8);
    /*background-color:#ff4043;*/
    color: #fff;
    z-index: 6666;
}

.cee-footer-bar.on {
    position: static;
}

.cee-order-list {
    margin-right: -50px;
}

.cee-order-list li {
    float: left;
    margin-right: 105px;
    padding-left: 65px;
    font-size: 24px;
}

.cee-order-list li:last-child {
    margin-right: 0;
}

.cee-order-list li.order {
    background: url(../images/icon-phone.png) no-repeat left 50%;
}

.cee-order-list li.email {
    background: url(../images/icon-email.png) no-repeat left 50%;
}

.cee-order-list li.contact {
    background: url(../images/icon-contact.png) no-repeat left 50%;
}

.cee-footer {}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    padding-bottom: 50px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-sub {
    width: 555px;
    height: 690px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #f6f7fa 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f7fa", endColorstr="#ffffff", GradientType=0);
    box-shadow: 1px 10px 10px #f0f1f6;
    position: relative;
}

.swiper-slide-sub img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.siwper-side-content {
    display: flex;
    justify-content: space-between;
}

.swiper-slide-sub:first-child {
    margin-right: 1%;
}

.swiper-slide-sub:last-child {
    margin-left: 1%;
}

.pre-review-content .swiper-button-prev {
    left: 20px;
    top: 54%;
}

.pre-review-content .swiper-button-next {
    right: 20px;
    top: 54%;
}

.pre-review-content .swiper-slide {
    flex-direction: column;
}

.swiper-side-title {
    margin-bottom: 45px;
}

.swiper-side-title {
    text-align: center;
}

.swiper-side-title h1 {
    font-weight: bold;
    font-size: 44px;
    color: #ff4043;
}

.swiper-side-title h2 {
    font-size: 18px;
    color: #282828;
    font-weight: 200;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.swiper-button-prev, .swiper-button-next {
    width: 64px;
    height: 64px;
}

.swiper-button-prev {
    background: url(../images/left-btn.png) no-repeat;
}

.swiper-button-next {
    background: url(../images/right-btn.png) no-repeat;
}

.bg_246bc7 {
    background-color: #246bc7;
}

.cee-footer {
    color: #ccc;
    font-size: 12px;
    position: relative;
}

.cee-footer .w1184 {
    padding: 30px 0 20px;
}

.cee-footer .top20 i {
    margin: 0 5px;
    position: relative;
    top: -3px;
}

.cee-footer a {
    color: #fff;
    font-size: 18px;
}

.cee-footer .fr {
    float: right;
}

.cee-footer a:hover {
    text-decoration: underline;
}

/* mini */

.mini-banner {
    position: relative;
    height: 720px;
    background: url(../images/banner01_bg1.png) no-repeat;
}

.mini-banner-inner {
    padding-top: 337px;
}

.mini-banner .cee-banner-info {
    padding-top: 25px;
    font-size: 24px;
    color: #282828;
}

.mini-banner .sub {
    font-size: 22px;
}

.mini-slogon .icon {
    height: 63px;
}

.mini-slogon .icon-user {
    background: url(../images/icon_audience.png) no-repeat 50% top;
}

.mini-slogon .icon-check {
    background: url(../images/icon_registration.png) no-repeat 50% top;
}

.mini-slogon .icon-meeting {
    background: url(../images/icon_meeting.png) no-repeat 50% top;
}

.mini-slogon .icon-directory {
    background: url(../images/icon_directory.png) no-repeat 50% top;
}

.mini-slogon .icon-category {
    background: url(../images/icon_classification.png) no-repeat 50% top;
}

.mini-slogon .icon-order {
    background: url(../images/icon_negotiation.png) no-repeat 50% top;
}

.mini-slogon .icon-file {
    background: url(../images/icon_download.png) no-repeat 50% top;
}

.mini-slogon .icon-map {
    background: url(../images/icon_map.png) no-repeat 50% top;
}

.mini-slogon .icon-three {
    background: url(../images/icon_3d.png) no-repeat 50% top;
}

.mini-slogon .icon-activity {
    background: url(../images/icon_interactive.png) no-repeat 50% top;
}
.mini-weixinzs{
    background: url(../images/banner03_bg.png) no-repeat 50% 50%;
    /* color: #fff; */
    /* text-shadow: 1px 1px 1px #574156; */
    height: 500px; 
}
.mini-weixinwj{
    background: url(../images/wangjie.png?v=1) no-repeat 50% 50%;
    /* color: #fff; */
    /* text-shadow: 1px 1px 1px #574156; */
    height: 1135px; 
}
.mini-weixin {
    background: url(../images/banner02_bg.png) no-repeat 50% 50%;
    color: #fff;
    text-shadow: 1px 1px 1px #574156;
    height: 526px;
}

.mini-weixin .weixin-img {
    padding-left: 0;
    margin-left: -10px;
}

.mini-weixin .cee-weixin-info h2 {
    font-weight: normal;
}

.mini-step-01 {
    height: 1256px;
    background-color: #f9f9f9;
}

.mini-step-title {
    text-align: center;
    padding: 88px 0 57px;
}

.step-tips-list {
    /*margin-left:-21px;*/
}

.step-tips-list li {
    float: left;
    margin-right: 50px;
    margin-left: -21px;
    padding-left: 21px;
    background: url(../images/ellipse.png) no-repeat left 0;
}

.step-tips-list li:last-child {
    margin-right: 0;
}

.step-tips-list h1 {
    font-size: 28px;
    padding-top: 5px;
    font-weight: bold;
    color: #282828;
}

.step-tips-list h1 .key {
    color: #ff5e61;
}

.tips-list-txt {
    font-size: 24px;
    color: #666666;
    letter-spacing: 2px;
}

.mini-step-explain {
    padding-top: 45px;
}

.mini-step-intro {
    text-align: center;
    padding: 0 68px;
}

.mini-step-02 {
    height: 1175px;
}

.mini-step-03 {
    height: 921px;
    background: url(../images/03_bg.jpg) #fafafa no-repeat left bottom;
}

.mini-step-04 {
    height: 921px;
    background: url(../images/04_bg.jpg) #fafafa no-repeat left bottom;
}

.font-weight400 {
    font-weight: 400;
}

.word3 {
    width: 100%;
    position: relative;
}

.word3>div:first-child {
    font-weight: 600;
    font-size: 48px;
    height: 50px;
    line-height: 50px;
    margin-top: 64px;
}

.word3>div:nth-child(2) {
    width: 44px;
    border: 1px solid #000;
    margin: 24px auto 34px;
}

.alignz {
    text-align: center;
    position: relative;
}
.l_arrow2 {
    position: absolute;
    top: 117px;
    left: 47%;
    transform: translateX(-608px);
    cursor: pointer;
}

.r_arrow2 {
    position: absolute;
    top: 117px;
    left: 53%;
    transform: translateX(548px);
    cursor: pointer;
}
.l_arrow1 {
    position: absolute;
    top: 385px;
    left: 47%;
    transform: translateX(-608px);
    cursor: pointer;
}

.r_arrow1 {
    position: absolute;
    top: 385px;
    left: 53%;
    transform: translateX(548px);
    cursor: pointer;
}

.r_arrow2 img {
    transform-origin: center;
    transform: rotate(180deg);
}
.r_arrow1 img {
    transform-origin: center;
    transform: rotate(180deg);
}
.emwdv {
  position: absolute;
  top: 570px;
  width: 380px;
  transform: translateX(-365px);
  left: 50%;
}

.erweima {
  width: 78px;
  height: 78px;
  position: absolute;
  right: 10px;
  /* top: 600px; */
  /* left: 42%; */
  transform: translateX(548px);
  cursor: pointer;
}

.erweima79 {
  width: 191px;
  height: 211px;
  /* position: absolute; */
  /* top: 482px; */
  left: 0;
  margin-top: -118px;
  transform: translateX(542px);
  cursor: pointer;
}

.cmppic {
  width: 360px;
  height: 320px;
}

.cmptxt1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
}

.cmptxt2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}

.myonerow {
  margin: 0 auto;
  width: 1140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.itemcmp {
  margin: 0 10px;
  position: relative;
}

.ewm_min {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 15px;
  bottom: 150px;
  cursor: pointer;
}

.cmpew {
  width: 174px;
  height: 193px;
  position: absolute;
  right: 93px;
  bottom: 137px;
  cursor: pointer;
}

.zw {
  width: 100%;
  height: 300px;
}    .ad_box {
    width: 526px;
    height: 705px;
    background-color: #fff;
  }

  .iframe {
    width: 1137px;
    margin-bottom: 12px;
    height: 579px;
  }
  .word16,
  .word17 {
    width: 100%;
  }

  .word16>div:first-child,
  .word17>div:first-child {
    font-weight: 600;
    font-size: 54px;
    height: 58px;
    line-height: 58px;
    margin-top: 64px;
  }

  .word16>div:nth-child(2),
  .word17>div:nth-child(2) {
    width: 92px;
    border-top: 1px solid #000;
    margin: 24px auto 34px;
  }
  .js-footer-bar{
      display: none;
  }
.youce{
    width: 96px;
    height: 280px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    top: 320px;
    overflow: hidden;
    z-index: 99;
    right: 12px;
    cursor: pointer;
    box-shadow: 0 0 20px #fdf0f2;
}
.picyc{
    margin-top: 22px;
    width: 25px;
    height: auto;
}
.picyc1{
    margin-top: 22px;
    width: 33px;
    height: auto;
}
.lineyc{
    width: 72px;
    margin-left: 12px;
    height: 2px;
    background-color: #f3f3f3;
}
.ycdv{
    position: relative;
    height: 94px;
    text-align: center;
    align-items: center;
    color: #333333;
    font-size: 14px;
}
.selyc{
    background-color: #e02d36;
    color: #fff;
}
.txtyc{
    margin-top: -5px;
}
#app{
    width: 100%;
    /* overflow: hidden; */
}.containerPc{

}
.containerPhone{
    width: 100%;
    overflow: hidden;
    /* background-color: #f8f8f8; */
}
.phone_wrap img{
    display: block;
    width: 100%;
    /* height: auto; */
}
.fg{
    position: absolute;
    z-index: 8;
    width: 274px;
    height: 294px;
}
.fg1{
    top: 150px;
    left: 73px;

}
.fg2{
    top: 150px;
    left: 355px;

}
.fg3{
    top: 150px;
    left: 623px;

}

.fg4{
    top: 475px;
    left: 73px;

}
.fg5{
    top: 475px;
    left: 355px;

}
.fg6{
    top: 475px;
    left: 623px;

}

.phone_logo .w1400{width:100%;}
.phone_logo .day{height:30px;}
