﻿@media screen and (max-width: 1440px) {
  .wrap {
    width: 1200px;
  }



}

@media screen and (max-width: 768px) {

  body,
  html {
    margin: 0 auto;
    max-width: 750px;
    overflow-x: hidden;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    background: #fff;
  }

  .team-lunbox .swiper-slide:hover img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0.8;
  }

  .hot-excen .swiper-slide>a:hover .eximg>img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }

  .ind-newcen>ul>li:hover .inewimg>img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    /* opacity: 0.8; */
  }

  img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }

  textarea {
    border: 0;
    -webkit-appearance: none;
  }

  .none {
    display: block;
  }

  .wrap {
    width: 100%;
    padding-left: .12rem;
    padding-right: .12rem;
  }

  input {
    /* -webkit-appearance: none; */
    /* -webkit-user-select: text; */
    outline-color: transparent;
  }

  /* pc */

  .header {
    display: none;
  }

  .hr_togpu {
    padding-left: .8rem;
  }

  .footer {
    display: none
  }

  /* 手机端头部 */
  .p_header_box {
    width: 100%;
    padding-top: 45px;
  }

  .phone_header {
    position: fixed;
    width: 100%;
    height: 45px;
    top: 0;
    left: 0;
    z-index: 17;
    background: #fff;
  }

  .p_header-cont {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 0px;
    margin: 0 auto;
  }

  .n-prev>i {
    width: .26rem;
    height: .14rem;
    margin-right: .14rem;
  }

  .moren_hh {
    display: none;
  }

  .fhdas {
    display: none;
  }

  .nav_icon {
    display: block;
    width: 27px;
    margin-left: 15px;
  }

  .hr_togpu {
    padding-left: .80rem;
  }

  .head_logo {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    padding-top: .30rem;
  }

  .head_logo a {
    display: inline-block;
  }

  .head_logo img {
    width: 1.8rem;
  }

  .p_heder_rg {
    display: block;
    width: 24px;
    margin-right: 15px;
    position: relative;
  }

  .p_heder_rg>a {
    display: block;
  }

  .phone_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 15;
    display: none;
  }

  .phone_nav_right {
    position: fixed;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    z-index: 16;
    background: #fff;
    overflow-y: auto;
  }

  .phone_nav_right>ul {
    margin-top: 45px;
    padding-bottom: 54px;
  }

  .phone_nav_right>ul>li>a {
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 0.22rem;
    color: #555;
    /* height: 45px;
		line-height: 45px; */
    padding: 10px 15px;
    text-transform: uppercase;
  }

  .phone_nav_right>ul>li>a:hover {
    color: #0064a9;
  }

  .phone_duo {
    margin: 0 12px;
    display: none;
  }

  .phone_duo a {
    display: block;
    border-bottom: 1px solid #eaeaea;
    font-size: 0.2rem;
    color: #555;
    /* height: 45px;
		line-height: 45px; */
    padding: 10px;
  }

  .phone_duo a:hover {
    color: #0064a9;
  }

  .menu_fr {
    font-size: 0;
    padding: 0 15px;
  }

  .menu_fr a {
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #0054a6;
    color: #0054a6;
    text-align: center;
    width: calc((100% - 10px)/2);
    display: inline-block;
    font-size: .12rem;
  }

  .menu_fr a:nth-child(2n) {
    margin-right: 0;
  }

  .menu_fr a:last-child {
    margin-right: 0;
    background: rgb(19, 99, 151);
    border: 1px solid rgb(19, 99, 151);
    color: #FFFFFF;
  }

  .video-box {
    max-width: 600px;
    overflow: hidden;
    height: auto !important;
  }

  /* 底部 */
  .phone_foot_fixed {
    padding-top: 52px;
    margin-bottom: 0;
  }

  .anypabottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 52px;
    line-height: 51px;
    background: #fff;
    text-align: center;
    display: none;
  }

  .anypabottom>a {
    float: left;
    width: 40%;
    margin: 0 5%;
  }

  /* 公共 */

  /* 分页 */
  .expo-libot {
    margin-bottom: .5rem;
  }

  .page-num {
    font-size: .16rem;
    line-height: .37rem;
    float: none;
    margin-bottom: .2rem;
  }

  .pnum {
    min-width: 1rem;
    height: .38rem;
    font-size: .16rem;
    line-height: .38rem;
    padding: 0 .24rem 0 .14rem;
    margin-left: .14rem;
    margin-right: .14rem;
  }

  .pnum::after {
    content: "";
    width: .12rem;
    height: .07rem;
    right: .1rem;
  }

  .page-box {
    width: 100%;
    float: none;
  }

  .page-box>a {
    min-width: .38rem;
    height: .44rem;
    line-height: .44rem;
    font-size: .14rem;
    padding: 0 .1rem;
  }

  .page-box>a>img {
    max-width: .14rem;
  }

  /* banner */
  .ban-tit {
    font-size: .34rem;
    line-height: normal;
  }

  /* 首页 start  */
  .banner .swiper-pagination {
    bottom: .1rem;
  }

  .hot-exhibit {
    padding: .5rem 0rem;
  }

  .hot-extab {
    margin-bottom: .4rem;
    padding: 0 .2rem;
  }

  .ind-newtab>ul,
  .hot-extab>ul {
    text-align: center;
    width: 100%;
    overflow-y: auto;
    white-space: nowrap;
  }

  .ind-newtab>ul>li,
  .hot-extab>ul>li {
    min-width: 1.3rem;
    height: .5rem;
    margin-right: .04rem;
  }

  .ind-newtab>ul>li>a,
  .hot-extab>ul>li>a {
    line-height: .5rem;
    font-size: .18rem;
  }

  /* .eximg {
	    height: 1.7rem;
	    padding: .2rem;
	} */
  /* .extxt-box {
	    height: auto;
	    padding: .2rem;
	} */
  .extit {
    font-size: .16rem;
    margin-bottom: .1rem;
    line-height: .28rem;
  }

  .ex-time {
    margin-bottom: .04rem;
  }

  .ex-time>img {
    width: .13rem;
    max-height: .13rem;
    margin-right: .1rem;
  }

  .ex-addr>span,
  .ex-time>span {
    font-size: .14rem;
  }

  .ex-addr>img {
    width: .12rem;
    max-height: .15rem;
    margin-right: .1rem;
  }

  .hot-excen .swiper-button-next {
    background-size: .1rem .16rem;
    right: 0;
  }

  .hot-excen .swiper-button-next,
  .hot-excen .swiper-button-prev {
    width: .47rem;
    height: .47rem;
  }

  .hot-excen .swiper-button-prev {
    background-size: .1rem .16rem;
    left: 0;
  }

  .hot-exbtn {
    margin-top: .4rem;
  }

  .ban-more {
    width: 1.6rem;
    height: .45rem;
    font-size: .14rem;
    line-height: .43rem;
  }

  .ban-more>i {
    width: .07rem;
    height: .12rem;
    margin-left: .08rem;
  }

  .dx-cen {
    max-width: 90%;
    padding: .6rem .4rem;
    margin-top: .1rem;
  }

  .about-dx>img {
    max-width: none;
    width: auto;
    display: block;
    margin: auto;
  }

  .dx-abo {
    font-size: .18rem;
    margin-bottom: .2rem;
  }

  .dx-txt {
    font-size: .24rem !important;
    line-height: .4rem !important;
  }

  .dx-btn {
    margin-top: .3rem;
  }

  .serve-exhibit {
    padding: .5rem 0rem;
  }

  .serve-excont {
    padding: .5rem 0rem;
  }

  .serve-extit {
    font-size: .28rem;
    margin-bottom: .4rem;
  }

  .serve-excen>ul>li {
    width: 100%;
    padding: .2rem .4rem;
    border-right: 1px solid #e5e5e5;
    float: none;
    margin-bottom: .2rem;
  }

  .serimg {
    margin-bottom: .2rem;
    height: .6rem;
    display: flex;
    justify-content: center;
  }

  .ser-tit {
    font-size: .2rem;
    margin-bottom: .2rem;
  }

  .ser-sub {
    font-size: .14rem;
    line-height: .24rem;
  }

  .ind-new {
    padding: .5rem 0rem;
  }

  .ind-newtab {
    margin-bottom: .4rem;
  }

  .ind-newcen>ul>li {
    margin-right: 2%;
    width: 49%;
  }

  .inewimg {
    height: auto;
    max-height: 2rem;
  }

  .inew-txtbox {
    padding: .2rem;
  }

  .inew-time {
    font-size: .14rem;
    margin-bottom: .1rem;
  }

  .inew-tit {
    font-size: .16rem;
    line-height: .26rem;
    margin-bottom: .1rem;
    height: .5rem;
  }

  .inew-sub {
    font-size: .14rem;
    line-height: .26rem;
    margin-bottom: .2rem;
    height: .5rem;
  }

  .inew-icon {
    width: .3rem;
    height: .13rem;
    margin-bottom: .04rem;
  }

  .ind-newcen>ul>li:nth-child(2n) {
    margin-right: 0;
  }

  .ind-clientsbox {
    padding: .5rem 0rem .4rem;
  }

  .ind-clients .swiper-container {
    padding-bottom: .4rem;
  }

  .ind-clients .swiper-slide>a {
    width: 1.83rem;
    height: 1rem;
    padding: .1rem;
  }

  .ind-clientsbox .swiper-pagination-bullet {
    width: .08rem;
    height: .08rem;
  }

  .eximg {
    height: 1.7rem;
    padding: .1rem;
  }

  .extxt-box {
    /* height: 1.6rem; */
    height: auto;
    padding: .2rem;
  }

  /* 首页 end  */

  /* 关于东信 start*/
  .gs-tabul {
    white-space: nowrap;
    padding: 0 .2rem;
    width: 100%;
    overflow-x: auto;
  }

  .gs-tabul>li {
    padding: .3rem 0rem;
    margin-right: .4rem;
  }

  .gs-tabul>li>a {
    font-size: .18rem;
  }

  .gs-tabul>li::after {
    content: "";
    height: .03rem;
    bottom: -.01rem;
  }

  .gsli {
    padding: .6rem 0rem;
  }

  .gs-intit {
    font-size: .3rem;
    margin-bottom: .4rem;
  }

  .gs-intxt {
    font-size: .16rem;
    line-height: .3rem;
  }

  .gs-intxt,
  .gs-inimg {
    width: 100%;
    float: none;
  }

  .gs-intxt>p {
    margin-bottom: .2rem;
    font-size: .16rem;
  }

  .abo-top {
    padding: .6rem 0rem;
  }

  .abo-tit {
    font-size: .3rem;
  }

  .vision-cen>ul {
    margin-right: 0;
  }

  .vision-cen>ul>li {
    width: 49%;
    height: 3rem;
    margin-right: 2%;
    padding: .4rem;
    margin-bottom: .2rem;
  }

  .vision-cen>ul>li:nth-child(2n) {
    margin-right: 0;
  }

  .vis-img {
    margin: .2rem auto .3rem;
    height: .62rem;
  }

  .vis-tit {
    font-size: .2rem;
    margin-bottom: .1rem;
  }

  .vis-sub {
    font-size: .14rem;
    line-height: .24rem;
  }

  .abo-orgbox {
    padding-bottom: .4rem;
  }

  /* 关于东信 end*/

  /* 关于东信-加入我们 start */
  .join-top {
    margin-bottom: .5rem;
  }

  .join-cent>ul>li {
    padding: .25rem 1.9rem .25rem .25rem;
  }

  .join-inf {
    padding: .3rem;
  }

  .jinf-top {
    margin-bottom: .2rem;
  }

  .jinf-tit {
    font-size: .2rem;
    margin-bottom: .13rem;
  }

  .jinf-sub>p {
    display: block;
    padding-right: .2rem;
    margin-right: 0;
    font-size: .16rem;
    padding-left: .2rem;
    line-height: .26rem;
    border: none;
  }

  .jinf-tis {
    font-size: .16rem;
    line-height: .3rem;
  }

  .jinf-tcen {
    font-size: .16rem;
    line-height: .3rem;
    margin-bottom: .2rem;
  }

  .jinf-yx {
    font-size: .16rem;
  }

  .join-btnbox {
    width: 1.9rem;
  }

  .join-open {
    width: 1.2rem;
    height: .37rem;
    line-height: .37rem;
    font-size: .14rem;
  }

  /* 关于东信-加入我们 end */

  /* 关于东信-团队风采 start */
  .team-top {
    margin-bottom: .5rem;
  }

  .team-tit {
    font-size: .3rem;
    margin-bottom: .2rem;
  }

  .team-sub {
    font-size: .24rem;
  }

  .team-txt {
    font-size: .16rem;
    margin-top: .5rem;
  }

  .team-lunbox .swiper-button-next,
  .team-lunbox .swiper-button-prev {
    /* width: .15rem;
		height: .16rem;
		background-size: 100% auto; */
  }

  .team-lunbox .swiper-button-next {
    right: .2rem;
  }

  .team-lunbox .swiper-button-prev {
    left: .2rem;
  }


  /* 关于东信-团队风采 end */

  /* 合作伙伴 start */
  .client-box>ul {
    margin-right: 0;
  }

  .client-box>ul>li {
    width: 32.98%;
    height: 1rem;
    margin-right: .03rem;
    margin-bottom: .2rem;
  }

  .client-box>ul>li:nth-child(3n) {
    margin-right: 0;
  }

  /* 合作伙伴 end */

  /* 联系我们 start */
  .contact-box {
    padding: .5rem 0rem .7rem;
  }

  .contact-infbox {
    padding: .6rem 0rem;
    margin-bottom: .2rem;
  }

  .inf-tit {
    font-size: .3rem;
    margin-bottom: .2rem;
  }

  .inf-ulbox>li {
    float: none;
    width: 100%;
    text-align: left;
    padding: .2rem .4rem;
  }

  .cinf-img,
  .cinf-txt {
    display: inline-block;
    vertical-align: top;
    max-width: 1.2rem;
  }

  .cinf-img {
    width: .4rem;
    height: .42rem;
    margin-bottom: 0;
  }

  .cinf-txt {
    max-width: calc(100% - .4rem - .8rem);
    max-width: -moz-calc(100% - .4rem - .8rem);
    max-width: -webkit-calc(100% - .4rem - .8rem);
    padding-left: .2rem;
  }

  .cinf-txt>p {
    font-size: .16rem;
    text-align: left;
    line-height: .3rem;
  }

  .cer-img {
    width: 1.2rem;
    height: 1.2rem;
  }

  .online-mes {
    width: 100%;
    min-height: auto;
    float: none;
    margin-top: .2rem;
  }

  .mes-tit {
    font-size: .26rem;
    line-height: .6rem;
    padding: .2rem .5rem;
  }

  .mesli {
    margin-bottom: .16rem;
  }

  .mes-txt {
    font-size: .16rem;
    line-height: .44rem;
    width: 1.8rem;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .mes-txt>em {
    margin-right: .05rem;
  }

  .mes-input {
    width: calc(100% - 1.8rem);
    width: -moz-calc(100% - 1.8rem);
    width: -webkit-calc(100% - 1.8rem);
    padding-right: .5rem;
  }

  .mes-input>input,
  .mes-input>select,
  .mes-input>textarea {
    height: .44rem;
    padding: 0 .1rem;
    font-size: .14rem;
  }

  .mes-input>textarea {
    height: 1.2rem;
    padding: .1rem;
  }

  .omes-bot {
    padding-left: 1.46rem;
    padding-bottom: .46rem;
  }

  .omes-bot>input {
    width: 1.8rem;
    height: .48rem;
    line-height: .18rem;
    font-size: .16rem;
  }

  .tinf-box {
    float: none;
    margin-top: .2rem;
  }

  .tinf-li {
    width: 100%;
    padding: .38rem .4rem;
    margin-bottom: .2rem;
  }

  .tinf-tit {
    font-size: .18rem;
    margin-bottom: .11rem;
  }

  .tinf-cent>p {
    font-size: .16rem;
    margin-bottom: .08rem;
  }

  /* 联系我们 end */

  /* 全球展会 start */
  .path {
    padding: .14rem .2rem;
    white-space: nowrap;
    overflow-y: auto;
  }

  .path>a {
    font-size: .12rem;
    padding-right: .1rem;
    margin-right: .04rem;
  }

  .path>a::after {
    content: "";
    width: .06rem;
    height: .11rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .path>span {
    font-size: .12rem;
  }

  .search-item {
    padding: .14rem 0rem;
  }

  .sort-name {
    width: .6rem;
  }

  .sort-name>span {
    font-size: .14rem;
    line-height: .28rem;
  }

  .search-cent {
    width: calc(100% - .6rem);
    width: -moz-calc(100% - .6rem);
    width: -webkit-calc(100% - .6rem);
  }

  .search-cent>ul>li {
    margin-right: .04rem;
  }

  .search-cent>ul>li>a {
    padding: 0 .14rem;
    height: .29rem;
    line-height: .29rem;
    font-size: .14rem;
  }

  .search-year {
    /* display: block;
		float: none !important;
		margin: .04rem;
		margin-bottom: .2rem; */
  }

  .year-dow {
    left: -.3rem;
    width: 1.2rem;
    max-height: 2.74rem;
  }

  .year-dow>ul>li {
    padding: .16rem 0rem;
  }

  .year-dow>ul>li>a {
    font-size: .14rem;
  }

  .year-dow {
    /* left: .8rem; */
    width: 1.2rem;
    max-height: 2.74rem;
    right: auto;
  }

  .expo-li {
    padding: .3rem 0rem;
    margin-bottom: .2rem;
  }

  .expo-img {
    display: block;
    width: 100%;
    padding: .1rem;
    transform: scale(.87);

  }

  .expo-infbox {
    width: 100%;
    padding: .2rem;
  }

  .expo-tit {
    font-size: .2rem;
    margin-bottom: .12rem;
  }

  .exp-tli {
    margin-bottom: .08rem;
  }

  .exp-tli>img {
    width: .11rem;
    max-height: .13rem;
    margin-right: .1rem;
  }

  .exp-tli>span {
    font-size: .14rem;
  }

  .expo-btnbox {
    text-align: center;
    width: 100%;
  }

  .expo-btnbox>a {
    display: inline-block;
    width: 1.2rem;
    height: .35rem;
    margin: 0 auto;
    font-size: .14rem;
    line-height: .35rem;
    margin-right: .2rem;
  }

  .expo-btnbox>a:last-child {
    margin-right: 0;
  }

  /* 全球展会 end */

  /* 全球展会-详情 start */
  .expo-mcont {
    width: 100%;
    float: none;
  }

  .expo-mimg {
    max-height: none;
    height: auto;
    margin-bottom: .2rem;
  }

  .exh-cent,
  .exh-entry,
  .exh-other {
    margin-bottom: .2rem;
  }

  .expo-dtop .gs-tabul {
    padding: 0 .3rem;
  }

  .expo-dtop .gs-tabul>li {
    padding: .24rem 0rem;
    margin-right: .36rem;
  }

  .exh-dcli {
    padding: .3rem;
  }

  .exh-tit {
    font-size: .24rem;
    line-height: .36rem;
    margin-bottom: .2rem;
  }

  .exh-cen>p {
    font-size: .14rem;
    line-height: .24rem;
    margin-bottom: .2rem;
  }

  .exh-cen {
    margin-bottom: .2rem;
  }

  .entry-cent {
    padding: .3rem;
  }

  .ent-li {
    margin-bottom: .18rem;
  }

  .try-ls {
    display: block;
    width: 100%;
    margin-right: .2rem;
  }

  .ent-tit {
    font-size: .14rem;
    line-height: .4rem;
    width: 100%;
    margin-bottom: .12rem;
  }

  .ent-tit,
  .ent-inpbot,
  .ent-checkbox,
  .ent-tarbot {
    display: block;
  }

  .ent-inpbot {
    width: 100%;
  }

  .ent-inpbot>input {
    height: .4rem;
  }

  .check-box {
    margin-right: .2rem;
  }

  .check-box:last-child {
    margin-right: 0;
  }

  .check-box>input {
    width: .21rem;
    height: .21rem;
  }

  .check-box>i {
    width: .21rem;
    height: .21rem;
    margin-right: .1rem;
  }

  .check-box>span {
    font-size: .14rem;
    line-height: .21rem;
  }

  .ent-tarbot {
    width: 100%;
  }

  .yzm-inp {
    margin-right: .1rem;
  }

  .yzm-inp>input {
    width: 1.4rem;
    height: .4rem;
  }

  .yzm-img {
    width: 1.3rem;
    height: .4rem;
  }

  .entry-cbot {
    padding: .1rem 0rem;
  }

  .cbot-subm {
    padding-left: 0rem;
    text-align: center;
  }

  .cbot-subm>input {
    width: 1.4rem;
    height: .4rem;
    padding: 0 .1rem;
    line-height: .4rem;
    font-size: .16rem;
    margin: auto;
    margin-top: .2rem;
  }

  .cbot-tis {
    margin-top: .5rem;
  }

  .cbot-tis>p {
    font-size: .14rem;
  }

  .exh-btnbox {
    right: .3rem;
    height: .33rem;
  }

  .exh-btnbox>a {
    min-width: .9rem;
    height: 100%;
    padding: 0 .1rem;
    line-height: .33rem;
    font-size: .14rem;
  }

  .other-cent {
    padding: .3rem;
  }

  .other-cent>ul>li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: .3rem;
  }

  .oeximg {
    width: 100%;
    height: 1.5rem;
    padding: .1rem;
  }

  .oextxt-box {
    height: auto;
    padding: .1rem .2rem;
  }

  .oextit {
    font-size: .14rem;
    line-height: .24rem;
    margin-bottom: .1rem;
  }

  .oex-time {
    margin-bottom: .1rem;
  }

  .oex-time>img,
  .oex-addr>img {
    width: .13rem;
    max-height: .13rem;
    margin-right: .1rem;
  }

  .oex-time>span,
  .oex-addr>span {
    font-size: .12rem;
  }

  .expo-side {
    width: 100%;
    float: none;
  }

  .expo-show {
    height: auto;
    padding: .32rem .34rem;
    margin-bottom: .2rem;
  }

  .med-img {
    height: 1.1rem;
  }

  .med-txtbox {
    margin: .3rem 0rem;
  }

  .med-time {
    font-size: .14rem;
    margin-bottom: .1rem;
  }

  .med-addr {
    font-size: .14rem;
    margin-bottom: .1rem;
  }

  .med-tit {
    font-size: .18rem;
    line-height: .3rem;
  }

  .med-btnbox>a {
    width: 1.1rem;
    height: .37rem;
    line-height: .37rem;
    padding: 0 .1rem;
    font-size: .14rem;
    margin-right: .1rem;
  }

  .med-share {
    margin-top: .3rem;
  }

  .med-share>a {
    width: .32rem;
    height: .32rem;
    margin-right: .04rem;
    line-height: .2rem;
    padding: .04rem;
  }

  .expo-infmx {
    padding: .2rem .3rem;
    margin-bottom: .2rem;
  }

  .infm-li {
    height: .5rem;
    display: flex;
  }

  .infm-tit {
    font-size: .14rem;
    line-height: .5rem;
    width: .9rem;
  }

  .infm-cen {
    width: calc(100% - .76rem);
    width: -moz-calc(100% - .76rem);
    width: -webkit-calc(100% - .76rem);
  }

  .infm-cen>p {
    font-size: .14rem;
    line-height: .48rem;
    padding-left: .12rem;
  }

  .expo-report {
    margin-top: .2rem;
    margin-bottom: .2rem;
  }

  .report-top {
    padding: 0 .3rem;
  }

  .report-top .gs-tabul {
    padding: 0;
  }

  .report-top .gs-tabul>li {
    padding: .2rem 0rem;
    margin-right: .34rem;
  }

  .report-cent {
    padding: 0 .3rem;
  }

  .report-cent>ul>li>a {
    line-height: .5rem;
    font-size: .14rem;
  }

  .rep-mor>a {
    font-size: .14rem;
    line-height: .5rem;
    padding-right: .12rem;
    background-size: .07rem .12rem;
  }

  /* 全球展会-详情 end */

  /* 咨询中心 start  */

  .new-tab>ul {
    padding: .46rem .12rem;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .new-tab>ul>li {
    margin-right: .56rem;
  }

  .new-tab>ul>li>a {
    font-size: .28rem;
  }

  .new-con .ind-newcen>ul>li {
    margin-bottom: .3rem;
  }

  /* 咨询中心 end  */

  /* 咨询中心-详情 start  */
  .news-con {
    width: 100%;
    padding: .8rem 0rem .4rem;
    position: relative;
  }

  .news-lefbox {
    top: .2rem;
    width: 2.3rem;
  }

  .news-back {
    padding-right: .5rem;
  }

  .news-back>a {
    line-height: .5rem;
    background-size: .3rem .14rem;
    font-size: .16rem;
  }

  .news-rigbox {
    width: 2.3rem;
    top: .2rem;
  }

  .new-share>a {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    line-height: .48rem;
    padding: 0 .13rem;
  }

  .news-time {
    font-size: .18rem;
    line-height: .6rem;
  }

  .news-tit {
    font-size: .3rem;
    line-height: .5rem;
    margin-bottom: .2rem;
  }

  .news-sub {
    font-size: .24rem;
  }

  .news-cen p {
    font-size: .16rem;
    line-height: .3rem;
    margin: .2rem 0rem;
  }

  .news-cen>img {
    margin: .2rem auto;
  }

  .news-bot {
    padding: .26rem;
    margin-bottom: .5rem;
  }

  .n-prev>a {
    background-size: .08rem .14rem;
    padding-left: .2rem;
    margin-left: .1rem;
  }

  .n-prev>a,
  .n-next>a {
    font-size: .14rem;
  }

  .n-next>a {
    margin-right: .1rem;
    padding-right: .2rem;
    background-size: .08rem .14rem;
  }

  /* 咨询中心-详情 end  */

  /* 展会服务-签证办理2 start */
  .visa-cont {
    padding-right: 2.1rem;
    margin-top: .2rem;
  }

  .visa-tit {
    font-size: .3rem;
    line-height: .6rem;
    margin-bottom: .2rem;
  }

  .visa-img {
    width: 2rem;
    height: 2rem;
    padding: .1rem;
  }

  .vis {
    margin-bottom: .2rem;
  }

  .vis>p {
    font-size: .16rem;
    line-height: .26rem;
  }

  /* 展会服务-签证办理2 end */

  /* 展会服务 start */
  .process-tab {
    padding: .6rem 0rem;
  }

  .process-tab>ul>li {
    margin-right: .3rem;
    padding-right: 1rem;
  }

  .process-tab>ul>li>a {
    font-size: .3rem;
  }

  .process-tab>ul>li::after {
    content: "";
    width: .7rem;
    height: .03rem;
  }

  .pss-ulbox>li {
    width: 2.78rem;
    height: 2.86rem;
    padding: .4rem;
    margin-right: .6rem;
    margin-bottom: .6rem;
  }

  .pss-img {
    height: .6rem;
    margin-bottom: .2rem;
  }

  .pss-tit {
    font-size: .18rem;
    margin-bottom: .1rem;
  }

  .pss-sub {
    font-size: .14rem;
    line-height: .22rem;
  }

  .pss-ulbox>li::after {
    content: "";
    width: .16rem;
    height: .28rem;
    right: -.4rem;
  }

  .pss-ulbox>li:nth-child(2n) {
    margin-right: 0;
  }

  .pss-ulbox>li:nth-child(2n)::after {
    display: none;
  }

  .pss-ulbox>li::after {
    content: "";
    width: .16rem;
    height: .28rem;
    right: -.4rem;
  }

  /* 展会服务 end */

  /* 展会服务-签证办理 start */
  .visa-country {
    padding: .45rem 0rem;
  }

  .visa-country>ul {
    margin-right: 0;
  }

  .visa-country>ul>li {
    width: 32.98%;
    margin-right: .0311rem;
    margin-bottom: .3rem;
  }

  .visa-country>ul>li:nth-child(3n) {
    margin-right: 0;
  }

  .gjimg {
    height: 1.15rem;
    padding: .1rem;
  }

  .gjtit {
    line-height: .52rem;
    font-size: .16rem;
  }

  /* 展会服务-签证办理 end */

  /* 展会服务-补贴政策  start*/
  .visa-subsidy {
    padding: .5rem 0rem;
  }

  .visas-top {
    margin-bottom: .3rem;
  }

  .sub-stit {
    font-size: .3rem;
    margin-bottom: .2rem;
  }

  .sub-stxt {
    font-size: .16rem;
  }

  .visas-item {
    margin-bottom: .4rem;
  }

  .visas-itit {
    margin-bottom: .3rem;
    font-size: .26rem;
  }

  .vis-cimg {
    /* width: 4rem; */
    padding: .2rem .4rem;
  }

  .vis-txtbox {
    /* width: calc(100% - 4rem);
	    width: -moz-calc(100% - 4rem);
	    width: -webkit-calc(100% - 4rem); */
    padding: .4rem;
    font-size: .14rem;
  }

  .subl-tit {
    font-size: .18rem;
    margin-bottom: .05rem;
  }

  .subl-sub {
    font-size: .16rem;
    line-height: .28rem;
    margin-bottom: .14rem;
  }

  .vis-cimg,
  .vis-txtbox {
    display: block;
    width: 100%;
    /* vertical-align: middle; */
  }

  /* 展会服务-补贴政策  end*/

  /* 展会服务-商旅行程 start */
  .jour-box {
    padding: .46rem .12rem;
  }

  .jour-top {
    margin-bottom: .3rem;
  }

  .jourt-tit {
    font-size: .3rem;
    margin-bottom: .2rem;
  }

  .jour-sub {
    font-size: .24rem;
    margin-bottom: .3rem;
  }

  .jour-txts>p {
    font-size: .14rem;
    line-height: .24rem;
  }

  .jour-ulo>li {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: .2rem;
  }

  .jour-img {
    height: auto;
  }

  .jour-txtbox {
    padding: .2rem;
  }

  .jour-tit {
    font-size: .18rem;
    margin-bottom: .1rem;
  }

  .jour-txt {
    font-size: .14rem;
    line-height: .24rem;
  }

  .jour-ult>li {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: .2rem;
  }

  .jour-img>img {
    display: block;
    width: 100%;
  }

  /* 展会服务-商旅行程 end */

  /* 展会服务-展品物流 start */
  .logist-cont {
    padding: .5rem 0rem;
  }

  .log-tit {
    font-size: .22rem;
    margin-bottom: .2rem;
  }

  .log-txtbox {
    font-size: .16rem;
    line-height: .26rem;
  }

  /* 展会服务-展品物流 end */

  /* 展会服务-站台搭建 start */
  .booth-cont {
    padding: .5rem .12rem;
  }

  .boo-tit {
    font-size: .3rem;
    margin-bottom: .3rem;
  }

  .boo-txt>p {
    font-size: .16rem;
    margin-bottom: .3rem;
  }

  .team-lunbox .swiper-container {
    padding-bottom: .4rem;
  }

  /* 展会服务-站台搭建 end */

  /* 展会相册 start */
  .album-cents {
    padding: .5rem .12rem;
  }



  /* 展会相册 end */
  /* 展会相册-详情 start */
  .alb-bot {
    text-align: center;
    margin: .1rem auto .5rem;
  }

  /* 展会相册-详情 end */
}



@media screen and (max-width: 330px) {}




}