body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

fieldset,
img {
    border: none;
}

/*img{vertical-align:top;}*/
input,
button {
    vertical-align: middle;
    color: #6b5f53;
    outline: none;
}

caption,
th {
    text-align: left;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    color: #2e0845;
}

@font-face {
    font-family: "iconfont";
   /* src: url('../iconfont/iconfont.eot?t=1480407183855');
     IE9
    src: url('../iconfont/iconfont.eot?t=1480407183855#iefix') format('embedded-opentype'),
         IE6-IE8 
        url('../iconfont/iconfont.woff?t=1480407183855') format('woff'),
          chrome, firefox  
        url('../iconfont/iconfont.ttf?t=1480407183855') format('truetype'),
          chrome, firefox, opera, Safari, Android, iOS 4.2+ 
        url('../iconfont/iconfont.svg?t=1480407183855#iconfont') format('svg');
     iOS 4.1- */  
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gengduo:before {
    content: "\e606";
}

.icon-demo18:before {
    content: "\e612";
}

.icon-dianhua:before {
    content: "\e603";
}

.icon-kaiguan:before {
    content: "\e61e";
}

.icon-shu:before {
    content: "\e662";
}

.icon-jishiben:before {
    content: "\e633";
}

.icon-weibiaoti-1-03:before {
    content: "\e604";
}


html {
    text-align: center;
}

body {
    font: 14px Arial, Helvetica, '微软雅黑', sans-serif;
    color: #333;
    margin: 0 auto;
    text-align: left;
    -webkit-text-size-adjust: none;
    line-height: 24px;
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}

body.body-tiny {
    font-size: 14px;
}

body.body-middle {
    font-size: 16px;
}

body.body-big {
    font-size: 18px;
}

/*Common Style*/
.hidden {
    display: none !important;
}

.clear:after,
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clear,
.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.btn {
    border: 0;
    cursor: pointer;
}

/*版心*/
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* 颜色 */
/* .header-time-text .violet-text{
    color: #9135d8;
}
.violet-text{
    color: #591c87;
} */
.header-time-text .violet-text {
    color: #009452;
}

.violet-text {
    color: #2e0845;
}

.green-text {
    color: #2e0845;
}

.violet-btn {
    background-color: #009452;
}

.violet-btn:hover {
    background-color: #2e397e;
    color: #fff;
}

/* 大小 */

.fs12 {
    font-size: 12px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

/* 中 */
.middle-body {
    font-size: 15px;
    zoom: 1;
}

.middle-body .fs16 {
    font-size: 17px;
}

.middle-body .fs18 {
    font-size: 19px;
}

.big-body {
    font-size: 16px;
    zoom: 1.1;
}

.big-body .fs16 {
    font-size: 18px;
}

.big-body .fs18 {
    font-size: 20px;
}

/* 头部 */
header {
    background: #282828;
    height: 52px;
    width: 100%;

}

.standard-row {
    display: table;
    height: 52px;
}

.index-row .btime {
    text-align: left;
    font-size: 18px;
    color: #0fb064;
    font-weight: bold;
    padding-top: 20px;
}

.standard {
    display: table-cell;
    vertical-align: middle;
    height: 52px;

}

.standard span {
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.standard span.cur {
    color: #d0125c;
}

.fs-tiny {
    font-size: 14px;
}

.fs-middle {
    font-size: 16px;
}

.fs-big {
    font-size: 18px;
}

.header-r {
    line-height: 52px;
    height: 52px;
    overflow: hidden;
}

.alarm-icon {
    font-size: 16px;
    margin: 0 5px;
}

.header-time-text {
    color: #fff;
}

.header-time {
    font-size: 30px;
    font-weight: normal;
    margin: 0 5px;
}

.language-row {
    padding-top: 2px;
    margin-left: 20px;
}

.language-row>a {
    width: 22px;
    height: 14px;
    margin: 0 15px;
    display: inline-block;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
}

.language-EN {
    background-position: 0 0;
}

.language-CN {
    background-position: right 0;
}

.language-row>a.language-JP {
    background-image: url(../images/japen.jpg);
}

/* 导航 */
.nav-row-box {
    background: #fff;
    width: 100%;
    /*height: 90px;
    transition:400ms;*/
}

.suspend-row {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 88px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transition: 400ms;
}

.suspend-row .logo-row {
    line-height: 62px;
}

.suspend-row .logo-row img { 
    transition: 400ms;
}

.suspend-row .top-row,
.suspend-row .nav,
.suspend-row .nav-li,
.suspend-row .nav-li>a {
    height: 70px;
}

.suspend-row .nav-li>a {
    line-height: 70px;
}

.top-row {
    height: 90px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    transition: 400ms;
}

.logo-row {
    height: 90px;
    line-height: 83px;
}

.logo-row img { 
    transition: 400ms;
    vertical-align: middle;
}

.nav-right {
    width: calc(100% - 348px);
    margin-left: 150px;    
}

.nav {
    height: 90px;
}

.nav-li {
    float: left;
    height: 90px;
    min-width: 10.5%;
    padding: 0 6px;

    /*border-right: 1px solid #f6f6f6;*/
}

.nav-li>a {
    line-height: 90px;
    text-align: center;
    display: block;
    color: #222;
    height: 90px;
    width: 100%;
    position: relative;
    /* font-weight: bold; */
}

.nav-li .iconfont {
    font-size: 30px;
}

.nav-li:hover .sub-nav-row {
    display: block;
}

.nav-li:hover {
    background: #2e0845;
}

.nav-li.current>a {
    color: #fff;
    /*font-weight: bold;*/

    /*border-bottom: 5px solid #009452;
    margin-bottom: -5px;*/
    transition: 400ms;
}

.nav-li.current>a .iconfont {
    font-weight: normal;
}

.nav-li:hover>a {
    background: #2e0845;
    /*border-bottom: 5px solid #009452;
    margin-bottom: -5px;*/
    z-index: 10;
    /*font-weight: bold;*/
    color: #fff;
}

.nav-li:hover>a .iconfont {
    font-weight: normal;
    color: #fff;
}

.suspend-row .crexpobtn {
    margin-top: 14px;
}

.crexpobtn {
   display: inline-block;
    min-width: 100px;
    height: 100%;
    background-color: #028040;
    color: #fff;
    float: right;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    margin-left: 30px;
  
    padding: 0 16px;
    transition: 0.3s;
  
}

.crexpobtn:hover {
    color: #fff;
    background-color: #0fb064;
}
.baolilogo{
    display:block;
    height: 90px;
    width: 140px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.suspend-row .baolilogo{
    height: 70px;
}
.sub-nav-row {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 60px;
    /*
    border-top: 1px solid #ccc;*/
    display: none;
    box-shadow: 0 2px 3px #ccc;
}

.sub-nav {
    width: 50%;
}

.sub-nav-li {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
}

.sub-nav-li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #333;
    left: 0;
    top: 0;
}

.sub-nav-li>a {
    display: block;
    line-height: 30px;
    padding-left: 30px;
    color: #333;
}

.sub-nav-li>a:hover {
    color: #2e0845;
}

.sub-nav-li:first-of-type:after,
.sub-nav-li:nth-of-type(2):after {
    height: 100%;
    top: auto;
    bottom: 0;
}

.sub-nav-li:last-of-type:after,
.sub-nav-li:nth-last-child(2):after {
    height: 100%;
}

.sub-nav-title {
    padding-left: 10%;
    font-size: 32px;
    font-weight: normal;
}

.banner-row {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;  
}

.banner-ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
}

.banner-li {
    width: 10%;
    position: relative;
    float: left;
    overflow: hidden;
    height: 600px;
}

.banner-li img {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.banner-control {
    position: absolute;
    top: 50%;
    height: 62px;
    line-height: 0;
    margin-top: -31px;
    cursor: pointer;
    z-index: 100;
}

.banner-control:hover {
    opacity: 0.7;
}

.banner-l {
    left: 5%;
}

.banner-r {
    right: 5%;
}

.index-row {
    margin: 50px 0 0;
   
}
.index-rowhalf{
      margin: 80px 0 0;
    width:48%;
    float: left;
}

.content-ind-top-bg .indexVideo{
    width:44%;
    float: right;
    margin-top: 80px;
}
.index-company-Info {
    color: #666;
    font-size: 20px;
    margin-top: 10px;
}

.index-btn-row {
    margin-top: 15px;
}

.index-btn {
    margin-right: 20px;
    width: 246px;
    height: 63px;
    line-height: 63px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    border-radius: 60px;
    font-size: 22px;
    color: #fff;
}

/* .index-btn-booth{
    background: url(./images/index-btn-booth.png) center center no-repeat;
} */
.index-btn-booth {
    background: #009452;
    color: #fff;
    font-weight: bold;
}

.index-btn-booth:hover {
    opacity: 0.8;
    color: #fff;
}

.index-btn-audience,
.index-btn-audience2 {
    border: 2px solid #009452;
    color: #009452;
    line-height: 59px;
    font-weight: bold;
}

.index-btn-audience:hover,
.index-btn-audience2:hover {
    background: #009452;
    color: #fff;
}

.hr {
    margin: 0;
    height: 1px;
    width: 100%;
    border: 0;
    background: #ddd;
}

.index-company-icon-row {
    text-align: center;
}

.company-icon-row {
    display: inline-block;
    margin: 0 30px;
}

.company-icon-num {
    font-size: 30px;
    margin-left: 15px;
    margin-right: 5px;
}

.index-company-text {
   
    margin: 25px 0 30px 0;
    text-align: left;
    color: #666;
    line-height: 30px;
}

.title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.index-activity {
    height: 350px;
}

.index-activity-l {
    width: 380px;
    margin-right: 15px;
}

.index-activity-img-row {
    position: relative;
    width: 380px;
    height: 168px;
    overflow: hidden;
    margin-bottom: 15px;
}

.index-activity-img-row>a {
    line-height: 0;
}

.index-activity-name {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 24px;
    text-align: center;
    display: none;
}

.index-activity-img-row:last-of-type {
    margin-bottom: 0;
}

.index-activity-r .index-activity-img-row {
    height: 350px;
    width: 386px;
}

.index-activity-img-row>a:hover .index-activity-name {
    display: block;
}

.index-Exhibitor-roll {
    width: 390px;
}

.Exhibitor-roll-li {
    display: table;
    padding: 6px;
    border: 1px solid #e5e5e5;
    line-height: 0;
    margin-bottom: 6px;
    width: 100%;
    box-sizing: border-box;
}

.Exhibitor-roll-logo {
    display: table-cell;
    width: 60px;
    height: 51px;
    line-height: 0;
    vertical-align: middle;
}

.Exhibitor-roll-logo img {
    max-width: 51px;
    max-height: 51px;
}

.Exhibitor-roll-text {
    display: table-cell;
    width: 300px;
    vertical-align: middle;
    height: 51px;
    padding-left: 10px;
    line-height: 24px;
}

.Exhibitor-roll-row {
    position: relative;
}

.widget-row {
    position: absolute;
    right: 0;
    top: -45px;
}

.widget-row>span {
    font-family: "宋体";
    width: 25px;
    height: 25px;
    line-height: 26px;
    margin: 0 3px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background: #f6f6f6;
    display: inline-block;
    font-weight: bold;
}

.widget-row>span:hover {
    background: #009452;
    color: #fff;
}

.index-new-row {
    width: 30%;
    margin-right: 5%;
    float: left;
}

.index-new-row:last-of-type {
    margin-right: 0;
}

.index-new-img {
    position: relative;
    height: 175px;
    overflow: hidden;
}

.index-new-title {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    font-size: 22px;
}

.index-new-box {
    padding: 20px 5px;
}

.index-new {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    height: 66px;
}

.index-new:last-of-type {
    border-bottom: 0;
}

.index-new-name {
    max-height: 46px;
    overflow: hidden;
    padding-right: 30px;
}

.index-new-name>a {
    position: relative;
}

.index-new-name>a:after {
    position: absolute;
    right: -35px;
    top: -5px;
    line-height: 24px;
    content: "→";
}

.index-new-time {
    color: #999;
    line-height: 20px;
}

.index-new-more {
    display: inline-block;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.index-partner-hr {
    margin-bottom: 20px;
}

.index-partner-ul {
    padding: 10px 0;
}

.index-partner-li {
    width: 12.5%;
    float: left;
    line-height: 0;
    display: table;
    height: 60px;
    text-align: center;
}

.index-partner-li a {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    width: 140px;
}

.index-partner-li a img {
    max-width: 100%;
    max-height: 100%;
}

.index-partner-row {
    position: relative;
}

/* 首页展区 */

.index-Showcase-ul {
    text-align: center;
    height: 300px;
}

.index-Showcase-li {
    display: inline-block;
    width: 19%;
    height: 300px;
    margin: 0 1%;
    overflow: hidden;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-Showcase-li:hover {

    -webkit-transform: scale(1.1) skewX(30deg);
    -ms-transform: scale(1.1) skewX(30deg);
    -o-transform: scale(1.1) skewX(30deg);
    transform: scale(1.1) skewX(30deg);
}

.index-Showcase-li-row {
    position: absolute;
    display: block;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 150%;
    height: 100%;
    left: -25%;
    top: 0;
}

.index-Showcase-li:hover {
    /* -webkit-transform: skewX(30deg),scaleX(1.3);
    -ms-transform: skewX(30deg),scaleX(1.3);
    -o-transform: skewX(30deg),scaleX(1.3);
    transform: skewX(30deg),scaleX(1.3); */
    /* -webkit-transform: matrix(1.3,0,0,0,30,0);
    -ms-transform: matrix(1.3,0,0,0,30,0);
    -o-transform: matrix(1.3,0,0,0,30,0);
    transform: matrix(1.3,0,0,0,30,0); */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

/* .index-Showcase-li:hover:after{
    content:"";
    height: 3px;
    width: 100%;
    background: #009452;
    left: 0;
    bottom: 0;
    position: absolute;
} */
.index-Showcase-li-row img {
    min-width: 100%;
    min-height: 100%;
}

.index-Showcase-btn-row {
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    height: 55px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    text-align: center;
}

.index-Showcase-btn {
    height: 55px;
    line-height: 55px;
    display: inline-block;
    padding: 0 25px;
    font-size: 24px;
    color: #333;
    font-weight: none;
    background: rgba(255, 255, 255, 0.7);
}

.index-Showcase-btn:hover {
    background: #009452;
    color: #fff;
}
 
/* 底部 */
footer {
    background: #3faa37;
    padding: 0 0 40px;
}

.footer-nav a {
    color: #fff;
    margin-right: 30px;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.subscription-row {
    width: 70%;

    height: 50px;
    /*padding: 1px;*/
 
    box-sizing: border-box;
   
    /*border-radius: 40px;*/
  
    /*background-image: url(./images/subscription-icon.png);*/
    background-repeat: no-repeat;
  
    overflow: hidden;
    margin: 30px auto;
}

.subscription-input {
    background: none;
    height: 50px;
    border: 0;
    width:calc(100% - 305px);
    color: #181e44;
    font-weight: bold;
    box-sizing: border-box;
    border: 2px solid #181e44;
    padding: 0 14px;
    background-color: #fff;
    vertical-align: bottom;
    font-size: 16px;
}

.subscribeForm  select{
    appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
        height: 50px;
        border: 2px solid #181e44;
         box-sizing: border-box;
        padding: 0 14px;
           font-size: 15px;
}
.subscription-btn {
    height: 50px;
    width: 100px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-family: 微软雅黑;
    /*border-radius: 40px;*/
    background-color: #181e44;
    transition: 400ms;
     box-sizing: border-box;

}

.page-subscription-row{
    display: flex;
    width: 100%;
    background-color: #f7f7f7;
    padding: 40px 10%;
    box-sizing: border-box;
    margin: 40px 0;
}

.page-subscription-row .subscribeForm{
    width: 100%;
    display: block;
}

.page-subscription-row .subscribeForm .titbox{
    font-size: 18px;
    font-weight: bold;
    color: #181e44;
    padding-right: 10px;
}
.page-subscription-row .subscription-input{
  width: calc(100% - 425px);
}

.footer-copyright {
    color: #929292;
    margin-top: 5px;
}

/* 内页banners */
.banners {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
	background-size: 100% 100%;
}
 
.banners img {
    position: absolute;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

.breadcrumb-row {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #f1f2f2;
}

.home-icon {
    font-size: 22px;
    margin-bottom: -3px;
    float: left;
}

.breadcrumb-next {
    font-family: "宋体";
}

.title2-row {
    padding: 30px 0;
}

.title2 {
    font-size: 28px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
}

.content-btn-row a {
    display: inline-block;
    width: 216px;
    height: 50px;
    line-height: 48px;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    margin-left: 15px;
    font-weight: bold;

}

.btn-booth {
    border: 2px solid #32a8dc;
    color: #fff;
    background-color: #32a8dc;
    transition: 200ms;
}

.btn-booth:hover {
    background: #fff;
    color: #32a8dc;
    border: 2px solid #32a8dc;
}

.btn-audience {
    border: 2px solid #32a8dc;
    color: #191e44;
}

.btn-audience:hover {
    background: #191e44;
    color: #fff;
}

.btn-audience2 {
    transition: 200ms;
    border: 2px solid #8bc34a;
    color: #8bc34a;
}

.btn-audience2:hover {
    background: #8bc34a;
    color: #fff;
}

/* .about-row{
    margin: 10px 0;
} */
.content-row {
    margin-bottom: 40px;
}

.about-li {
    /*border: 1px solid #edeff1;*/
    width: 30.333%;
    height: 320px;
    /* border-bottom: 5px solid #591c87; */
    box-shadow: 0 0 5px #edeff1;
    margin-right: 4.5%;
    margin-bottom: 3%;
    /*padding: 2%;*/
    float: left;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: 400ms;
    overflow: hidden;
}

.about-li:hover {

    box-shadow: 0 5px 20px #999;
}

.about-li:hover .about-li-more {
    background-color: #191e44;
    color: #fff;
}

.about-li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #191e44;
}

.about-li:nth-of-type(3n) {
    margin-right: 0;
}

.about-li-img {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 0;
    text-align: center;
}

.about-li-img img {
    max-width: 100%;
    height: 170px;
    transition: 400ms;
}

.about-li:hover .about-li-img img {
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}

.about-li-title {
    margin: 56px 0 0 20px;
    font-weight: normal;
    float: left;
    font-size: 24px;
    width: 78%;
    text-align: left;
}

.about-li-title a {
    display: block;
}

.about-con-li-text {
    color: #999;
    height: 120px;
    max-height: initial;
    overflow: hidden;
    padding: 0 12%;
    width: 76%;
    position: absolute;
    top: -100px;
    left: 0;
    transition: 400ms;
}

.about-con-li-text a {
    color: #fff;
    display: block;
}

.about-li:hover .about-con-li-text {
    background: rgba(25, 30, 68, 0.3);
    top: 0;
    padding-top: 50px;
    color: #fff;
}

.about-li-more {
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-family: "宋体";
    border: 1px solid #191e44;
    font-size: 18px;
    color: #191e44;
    font-weight: bold;
    border-radius: 50%;
    margin: 40px 20px 0 0;
    transition: 400ms;
}

.about-li-more:hover {
    background: #009452;
    color: #fff;
}

.download-name {
    font-size: 15px;
    float: left;
    font-weight: normal;
    display: block;
    margin: 10px 0;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 100px);
    text-align: left;
    
}

.download-icon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    /*margin: 10px auto;*/
    margin-right: 10px;
    background-image: url(./images/download-icon.png);
    background-position: -426px 0;
    background-color: #676767;
    background-size: 250px;
    margin-top: 2px;
}

.cla .pdf {
    background-image: url(./images/download-icon.png);
    background-position: -0px 0;
}
.cla .jpg {
    background-image: url(./images/download-icon.png);
    background-position: -104px 0;
}

.cla .gif {
    background-image: url(./images/download-icon.png);
    background-position: -214px 0;
}

.cla .exl {
    background-image: url(./images/download-icon.png);
    background-position: -319px 0;
}

.cla .doc {
    background-image: url(./images/download-icon.png);
    background-position: -426px 0;
}

.cla .rar {
    background-image: url(./images/download-icon.png);
    background-position: -532px 0;
}

.download-li:nth-of-type(4n) {
    margin-right: 0;
}

.download-a:hover {
    color: #fff;
    background-color: #676767;
    border-color: #676767;
}

.download-a:hover .download-text {
    color: #fff;
    text-decoration: none;

}

.download-li {
    float: left;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
}

.download-a {
    display: block;
    /* height: 200px; */
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.3% 2%;
    border: 1px solid #eee;
    position: relative;
    border-bottom: 3px solid #eee;
    color: #333;
}

.download-text {
    font-weight: bold;
    float: right;
    text-decoration: underline;
    margin: 10px 0;
    color: #0fb064;
}

.previewbtn {
    max-width: 300px;
    height: 46px;
    background: #8dc022cc;
    text-align: center;
    line-height: 46px;
    margin: auto;
    display: block;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

.ppt-a .download-icon {
    background-position: left 0;
    background-color: #e25c4a;
}

.ppt-a:hover {
    background-color: #e25c4a;
    border-color: #e25c4a;
}

.jpg-a .download-icon {
    background-position: -214px 0;
    background-color: #65aac4;
}

.jpg-a:hover {
    background-color: #65aac4;
    border-color: #65aac4;
}

.exl-a .download-icon {
    background-position: -107px 0;
    background-color: #4ead7f;
}

.exl-a:hover {
    background-color: #4ead7f;
    border-color: #4ead7f;
}

.png-a .download-icon {
    background-position: -321px 0;
    background-color: #eea84d;
}

.png-a:hover {
    background-color: #eea84d;
    border-color: #eea84d;
}

.ara-a .download-icon {
    background-position: -535px 0;
    background-color: #6584c4;
}

.ara-a:hover {
    background-color: #6584c4;
    border-color: #6584c4;
}

.mirror-row {
    position: relative;
    padding: 0 17px;
    text-align: center;
    line-height: 0;
}

.mirror-row>img {
    max-width: 100%;
}

.mirror-title {
    position: absolute;
    height: 80px;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -40px;
}

.mirror-title span {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 40px;
    background: #0fb064;
    font-size: 24px;
}

.cut-title {
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    text-align: center;
}

.cut-a {
    display: inline-block;
    margin: 0 20px;
    font-size: 26px;
    padding: 25px 0;
    font-weight: bold;
    border-bottom: 3px solid #fff;
}

.cut-a .iconfont {
    font-size: 36px;
    margin-right: 10px;
    float: left;
    margin-bottom: -20px;
    font-weight: normal;
}

.cut-a.current,
.cut-a:hover {
    border-bottom-color: #333;
    color: #333;
}

.photo-ul {
    margin-top: 40px;
}

.photo-li {
    float: left;
    width: 15%;
    height: 155px;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.photo-li img {
    height: 155px;
}

.photo-li:nth-of-type(6n) {
    margin-right: 0;
}

.content2-row {
    margin: 40px auto;
}

.introduction-title {
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    margin: 20px 0;
}

.introduction-subtitle {
    margin: 20px 0;
}

.introduction-text {
    margin: 25px 0;
}

.introduction-hr {
    margin: 40px 0;
    clear: both;
}

.array-introduction-text:before {
    content: " ";
    color: #009452;
    background: #009452;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px;
}

.content2-row {
    border: 1px solid #eee;
    padding: 4% 5% 0;
    margin-top: 0;
    padding-bottom: 40px;
}

.introduction-information-row {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 2%;
    text-align: center;
}

.introduction-information-icon {
    height: 45px;
    text-align: center;
}

.introduction-information-title {
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}

.introduction-information-text {
    padding: 0 5%;
    color: #999;
    min-height: 48px;
    margin: 20px 0;
}

.introduction-information-btn {
    display: block;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #009452;
    border: 1px solid #009452;
    margin: 5% 8% 8%;
}

.introduction-information-btn:hover {
    background: #009452;
    color: #fff;
}

.new-row {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.new-row:nth-of-type(3n) {
    margin-right: 0;
}

.new-img-row {
    line-height: 196px;
    height: 196px;
    overflow: hidden;
    border-bottom: 3px solid #009452;
}

.new-img-row img {
    min-height: 100%;
    min-width: 100%;
    display: inline-block;
}

.new-information {
    color: #999;
    margin: 5px 0;
}

.new-sort {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #ccc;
}

.new-title {
    font-size: 24px;
    margin: 12px 0;
    font-weight: normal;
    overflow: hidden;
    /*自动隐藏文字*/
    text-overflow: ellipsis;
    /*文字隐藏后添加省略号*/
    white-space: nowrap;
    /*强制不换行*/
}

.new-text {
    color: #999;
    height: 60px;
    margin-bottom: 20px;
}

.new-more {
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #009452;
    padding: 0 30px;
    border: 1px solid #009452;
}

.new-more:hover {
    color: #fff;
    background: #009452;
}

.new-list-select-row {}

.new-list-select {
    width: 360px;
    height: 48px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(./images/new-list-select.png) right center no-repeat;
    border: 0;
    background-color: #f2f2f2;
    color: #591c87;
    padding-left: 10px;
    font-weight: bold;
}


.Search-ComboBox {
    width: 360px;
    height: 48px;
}

.Search-ComboBox-text {
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    color: #333;
    font-weight: bold;
    background: url(./images/new-list-select.png) right center no-repeat;
    background-color: #f2f2f2;
}

.Search-ComboBox-ul {
    width: 357px;
    background: #fff;
    border: 1px solid #d4d4d4;
    position: absolute;
    display: none;
    z-index: 100;
}

.Search-ComboBox-li {
    height: 34px;
    line-height: 34px;
    text-indent: 10px
}

.Search-ComboBox-li a {
    display: block;
    height: 34px;
    color: #6b5f53;
    text-decoration: none;
}

.Search-ComboBox-li a:hover {
    background: #009452;
    color: #fff;
}

.new-list-li {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.new-list-content {
    padding-left: 57px;
    width: 80%;
}

.new-list-content .new-text {
    margin-bottom: 0;
    height: auto;
}

.new-list-name {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    margin: 10px 0;
    font-weight: normal;
}

/*.new-list-name:before{
    content: ">";
    color: #009452;
    border: 1px solid #009452;
    font-family: "宋体";
    text-align: center;
    position: absolute;
    left: -60px;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}*/
.new-list-btn-row {
    text-align: center;
    padding-top: 50px;
}

.new-list-btn {
    height: 44px;
    border-radius: 40px;
    background: #f4f4f4;
    padding: 0 30px;
}

.new-list-btn span {
    float: left;
    font-size: 22px;
    line-height: 20px;
    margin-right: 5px;
    margin-bottom: -5px;
}

.new-list-btn:hover {
    color: #fff;
    background: #009452;
}

.new-list-btn:hover span {
    color: #fff;
}

.new-details-img {
    border-bottom: 5px solid #591c87;
    line-height: 0;
    margin: 50px 0;
}

.new-details-img img {
    width: 100%;
    display: block;
}

.new-details-name {
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    margin: 15px 0;
}

.new-details-text {
    margin: 20px 0;
    color: #666;
}

.new-details-text-row {
    margin: 30px 0;
}

.new-return:hover {
    text-decoration: underline;
}

.new-return span {
    font-family: "宋体";
}

.new-return-row {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px 0;
}

.new-recommend-ul {
    margin: 30px 0;
}

.new-recommend-li {
    float: left;
    width: 46%;
    margin-right: 8%;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 5px;
}

.new-recommend-li:nth-of-type(2n) {
    margin-right: 0;
}

.new-recommend-li a {
    position: relative;
    display: block;
    padding-right: 30px;
    color: #999;
    margin: 10px 0;
    overflow: hidden;
    /*自动隐藏文字*/
    text-overflow: ellipsis;
    /*文字隐藏后添加省略号*/
    white-space: nowrap;
    /*强制不换行*/
}

.new-recommend-li:after {
    content: "→";
    line-height: 24px;
    position: absolute;
    top: 8px;
    right: 0;
    color: #333;
}

.new-recommend-li a:hover {
    color: #591c87;
}


.sitemap>ul>li {
    width: 15%;
    float: left;
}

.sitemap>ul>li>a {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

.sitemap>ul>li>ul {
    margin-left: 10px;
}

.sitemap>ul>li>ul li {
    font-size: 18px;
    margin: 10px 0;
}
/*特殊新闻详情*/
.news-row{
    margin-bottom: 50px;
}
.news-row .name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px 10px;
    background: #f8f9ff
}
.news-row-item li:after {
    display: block;
    content: "";
    clear: both;
}
.news-row-item li:hover {
    background-color: #eee;
}
.news-row-item li{
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
    height: 125px;
}
.news-row-item .txtbox {
    float: left;
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
}
.news-row-item .imgbox {
    float: left;
    width: 30%;
    height: 100%;
}
.news-row-item .imgbox img {
    width: 100%;
    height: 100% !important; 
    object-fit: cover; 
}
.news-row-item .title {
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-row-item .info {
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    font-size: 14px;
    color: #666;
}
.news-row-item .info a{
    color: #666;
}


/* 联系人 */
.contact_card {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
}

.contact_card:nth-of-type(3n) {
    margin-right: 0;
}

.contactImage {
    margin-right: 20px;
}

.contactDiv {
    margin-top: 10px;
}

.fontBold {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.liDescription {
    margin-right: 10px;
}

/* 分页 */
.PagingList {
    margin: 20px 0;
}

.PagingList span,
.PagingList a {
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 3px 5px;
    margin: 0 2px;
    display: inline-block;
    margin-bottom: 10px;
}

/* 合作伙伴 */
.partners {
    float: left;
    width: 18%;
    height: 80px;
    display: table;
    text-align: center;
    line-height: 0;
    border: 1px solid #ccc;
    margin-bottom: 2%;
    margin-right: 2.5%;
    box-sizing: border-box;
}

.partners:nth-of-type(5n) {
    margin-right: 0;
}

.partners a {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 80px;
}

.partners a img {
    max-width: 90%;
    max-height: 80%;
}



/* 广告位 */
.playPages {
    width: 680px;
    height: 370px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.playPages .page {
    width: 680px;
    height: 370px;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
}

.playPages .page .img_01 {
    width: 680px;
    height: 226px;
    overflow: hidden;
}

.playPages .page .img_01 img {
    width: 680px;
    height: 226px;
}

.playPages .page ul {
    height: 143px;
    padding-top: 2px;
}

.playPages .page ul li {
    width: 226px;
    height: 143px;
    float: left;
}

.playPages .page ul li img {
    width: 226px;
    height: 143px;
}


/* 响应导航 */
.body-fixed {
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(70%, 0px, 0px);
    transform: translate3d(70%, 0px, 0px);
}

.app-icon {
    font-size: 60px;
    line-height: 100px;
    display: none;
}

.app-nav-row .top-row {
    border-bottom: 1px solid #eee;
}

.app-nav-row {
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    min-height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    background: #f9f9f9;
    z-index: 900;
    transition: all .2s;
    box-shadow: inset -3px -10px 9px 0 rgba(187, 187, 187, 0.5);
}

.app-nav {
    padding: 5% 12%;
    height: 100%;
    padding-bottom: 150px;
    box-sizing: border-box;
    overflow: auto;
    text-align: center;
}

.app-nav-p {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    padding: 15px 0;
    display: block;
}

.app-sub-nav {
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
    padding: 2%;
    display: none;
}

.app-sub-nav-li a {
    padding: 1%;
    display: block;
    color: #666;
    font-size: 16px;
}

.content-row img {
    max-width: 100%;
    height: auto !important;
}

.app-icons {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.app-return {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: none;
}

.left-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-family: '宋体';
    font-style: normal;
    font-weight: bolder;
    margin-right: 5px;
}


/* 移动端轮播图 */
/* .app-banner{
    position: relative;
} */

/*.swiper-container {
    width: 100%;
    height: 100%;
    display: none;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    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 img{
    width: 100%;
}*/


.index-row>.fl {
    text-align: center;
}

.company-icon-row img {
    margin-bottom: -3px;
}

.index-company-title {
    text-align: left;
    font-size: 23px;
    font-weight: bold;
   
    line-height: 30px;
    color: #75ab04;
}

.index-company-title-h4 {
    font-size: 18px;
    color: #0fb064;
    width: 100%;
    text-align: center;
}

.index-Showcase-control {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -30px;
}

.index-Showcase-l {
    left: 5%;
}

.index-Showcase-r {
    right: 5%;
}


/*  */

/* 媒体登记 */
.media_reg table {
    width: 100%;
}

.media_reg table th {
    text-align: right;
    padding: 10px;
}

.media_reg table td {
    padding: 8px 0;
}

.media_reg table input.text {
    height: 44px;
    width: 95%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.media_reg table .select {
    width: 30%;
    margin-right: 5%;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    background-color: #f8f8f8;
}

.media_reg table .select+.text {
    width: 45%;
}

.media_reg table input.with_def {
    width: 18.2%;
}

.media_reg table .line {
    border: 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    width: 40%;
    padding: 0 5px;
}

.red {
    color: #c81010;
}

.btn_submit {
    background-color: #0fb064;
    font-family: 微软雅黑;
    color: #fff;
    width: 210px;
    height: 48px;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    display: block;
    margin: 0 auto;
}

.media_reg table .textarea {
    height: 120px;
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    min-width: 95%;
    max-width: 95%;
}

.media_reg table input.mistake {
    border-color: #c81010;
}


/* 分页 */
.count,
.prev-disabled,
.last-disabled,
.direct {
    display: none !important;
}

.prev-page,
.next-page,
.next,
.prev {
    display: inline-block !important;
    text-indent: 1000px;
    width: 30px;
    height: 32px;
    overflow: hidden;
    border: 0 !important;
    position: relative;
    cursor: pointer;
    background: none !important;
}

.prev-page:after,
.prev:after {
    content: "<";
    position: absolute;
    width: 30px;
    height: 32px;
    text-indent: 0;
    line-height: 32px;
    left: 0;
    top: 0;
    font-family: "宋体";
    font-size: 22px;
    font-weight: bold;
    color: #d42669;
}

.next-page:after,
.next:after {
    content: ">";
    position: absolute;
    width: 30px;
    height: 32px;
    text-indent: 0;
    line-height: 32px;
    left: 0;
    top: 0;
    font-family: "宋体";
    font-size: 22px;
    font-weight: bold;
    color: #d42669;
}

.PagingList span,
.PagingList a {
    width: 30px;
    height: 32px;
    padding: 0;
    line-height: 32px;
    text-align: center;
    float: left;
    border: 0;
    background-color: #f8f8f8;
    border-radius: 2px;
    margin: 0 5px;
}

.PagingList a.curr {
    background-color: #d42669;
    color: #fff;
}


.new-list-name .violet-text {
    color: #333;
}


/* ********************************************************* */
.introduction-text-title {
    display: inline-block;
    float: left;
}

.introduction-text-p {
    margin-left: 70px;
}

.introduction-tab {
    margin: 20px 0;
    text-align: center;
    border-collapse: collapse;
}

.introduction-tab th {
    background-color: #e4e4e4;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #ccc;
}

.introduction-tab td {
    padding: 5px;
    border: 1px solid #ccc;
}

.introduction-scope-title {
    border-bottom: 1px solid #ccc;
}

.genre-ul {
    list-style: inherit;
    margin-top: 10px;
}

.genre-li {
    float: left;
    width: 30%;
    margin: 5px 0;
    margin-left: 15px;
    min-width: 180px;
}

.introduction-data {
    font-size: 28px;
    color: #6b2e99;
    line-height: 30px;
    margin: 5px 0;
}

.tissue-row {
    float: left;
    width: 30%;
    margin-right: 2%;
    min-width: 250px;
}

.tissue-contact-row {
    background-color: #f0f0f0;
    padding: 3%;
    margin: 20px 0;
}

.tissue-contact {
    float: left;
    width: 33%;
    border-right: 1px solid #ccc;
    text-align: center;
}

.tissue-contact:last-of-type {
    border-right: 0;
}

.tissue-contact img {
    margin-right: 10px;
    margin-bottom: -3px;
}

.link-row>a:hover {
    text-decoration: underline;
}

.link-a {
    display: block;
    text-align: center;
    width: 250px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    background-color: #ccc;
    font-weight: bold;
}

.smart-item .gallery-list .img-src {
    height: 165px !important;
    overflow: hidden;
}

.smart-item .gallery-list li {
    width: 25%;
    box-sizing: border-box;
}

/* 弹窗 */
.audience-popup-txt {
    margin: 30px 0;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 36px;
}

.search-popup-box {
    z-index: 1001;
}

.search-popup-box {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
}

.search-popup {
    background-color: #f6f6f8;
    border: 8px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    left: 50%;
    margin-left: -332px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    position: absolute;
    top: 30%;
    width: 665px;
}

.search-popup-close {
    background-color: #d42669;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: -68px;
    text-align: center;
    top: -8px;
    width: 60px;
}



/*  */
.unfold-content-text-row {
    margin: 15px 0;
}

.unfold-top {
    line-height: 24px;
    background-color: #f0f0f0;
    padding: 10px 20px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.unfold-top:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
}

.unfold-content {
    padding: 20px;
    background-color: #f0f0f0;
    display: none;
}

.unfold-content-text-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.unfold-content-text:before {
    content: "";
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 10px;
    background-color: #000;
    margin-right: 15px;
}

.open .unfold-top {
    background-color: #009452;
    color: #fff;
}

.open .unfold-top:after {
    border-left: 5px solid #fff;
}

.open .unfold-content {
    display: block;
}


/* 2016.12.13 */
/* .index-Showcase-li:hover img{
    -webkit-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    -o-transform: scaleY(1.2);
    transform: scaleY(1.2);
}
.index-Showcase-li img{
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
} */
.index-new-time {
    position: absolute;
    bottom: 5px;
}

.index-new {
    position: relative;
}

.index-new-box .index-new-more {
    margin-top: 10px;
}

.unfold-row {
    margin: 15px 0;
}

.unfold-top:hover {
    color: #009452;
}

.open .unfold-top:hover {
    color: #fff;
}

/* 主题展区 */
.content-no-padding .content2-row {
    padding: 0;
    border: 0;
}

.exhibition-li {
    width: 48%;
    margin-right: 4%;
    /*background-color: #f4f4f4;*/
    overflow: hidden;
    float: left;
    margin-bottom: 55px;
}

.exhibition-li:nth-of-type(2n) {
    margin-right: 0;
}

.Special-zone-h2 {
    width: 100%;
    font-size: 28px;
    margin: 45px 0 40px 0;
}

.exhibition-img {
    width: 60%;
    line-height: 0;
    overflow: hidden;
    height: 300px;
    float: left;
}

.exhibition-img img {
    max-width: inherit;
    height: 100%;
}

.exhibition-text-row {
    float: left;
    width: 40%;
    /*padding: 5%;*/
    box-sizing: border-box;
}

.exhibition-title {
    font-size: 20px;
    line-height: 26px;
    margin: 10% 0;
}

.applyFor-text {
    text-align: center;
    margin: 10px 0;
}

.applyFor-box-row {
    border-spacing: 40px;
    margin-left: -40px;
    margin-right: -40px;
}

/* .applyFor-box-tabel-row{
    display: table-row;
} */
.applyFor-box {
    display: table-cell;
    width: 50%;
    border-top: 3px solid #191e44;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 5%;
}

.applyFor-box:nth-of-type(2n) {
    margin-right: 0;
}

.applyFor-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 46px;
    margin: 10px 0;
}

.applyFor-box-text {
    margin: 20px 0;
    line-height: 28px;
}

.applyFor-btn a {
    width: 210px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    border-radius: 50px;
    border: 2px solid #191e44;
    display: block;
    text-align: center;
}

.applyFor-row {
    margin-top: 50px;
}

/* 同期活动 */
.conferences-box-ul {}

.conferences-box-ul li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 4%;
}

.conferences-box-ul li:nth-of-type(3n) {
    margin-right: 0;
}

.conferences-img {
    height: 305px;
    overflow: hidden;
}

.conferences-img img {
    min-height: 100%;
    width: auto;
    max-width: inherit;
    min-width: 100%;
}

.conferences-name {
    height: 85px;
    width: 100%;
    display: table;
    text-align: center;
    background-color: #f7f7f7;
}

.conferences-name a {
    display: table-cell;
    height: 85px;
    vertical-align: middle;
    font-weight: normal;
}

.new-details-box {
    padding: 50px 0;
}

.new-details-title {
    font-size: 26px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.index-News-li {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.addthis_sharing_toolbox {
    display: none !important;
}

.index-company-Info {
    font-size: 21px;
}

.exhibition-img {
    float: none;
    width: 100%;
    height: auto;
}

.exhibition-img img {
    width: 100%;
}

.exhibition-li {
    /*display: table-cell;
    float: none;
    width: 580px;*/
}

.exhibition-ul {
    /*border-spacing:40px;*/
    width: 100%;
}

.exhibition-text-row {
    width: 100%;
    float: none;
    overflow: hidden;
}

.exhibition-title {
    margin: 3% 0 2% 0;
    font-size: 24px;
}

.index-new-time {
    width: 100%;
}

.index-Showcase-li-row {
    left: auto;
    right: -32%;
}

.index-Showcase-li-row img {
    position: absolute;
    right: 0;
}


/* 2016.12.27 */
.index-app-new,
.app-language-row {
    display: none;
}

.header-margin {
    margin-bottom: 100px;
}

.company-icon-row sup {
    line-height: 0;
}


.row-error-style {
    background-color: #ccc;
}

.succeed-row {
    display: none;
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;

}

.succeed-top {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #edeff1;
    padding-bottom: 60px;
}

.succeed-top img {
    margin: 30px;

}

.succeed-top-text {
    color: #018845;
    font-size: 20px;
}

.succeed-ft {
    padding-top: 50px;
}


/* 2017.2.26 */
.nav-li.nav-silverindustry {
    text-align: center;
    padding-top: 25px;
    height: 65px;
}

.nav-li.nav-silverindustry>a {
    vertical-align: middle;
    line-height: 30px;
    /*display: table-cell;*/
    height: 35px;
    width: 105px;
    float: right;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #2e0845;
    color: #fff;
}

.nav-li.nav-silverindustry:hover>a {
    border-bottom: 0;
}

.suspend-row .nav-li.nav-silverindustry {
    /*height: 76px;*/
    padding-top: 15px;
}

.suspend-row .nav-li.nav-silverindustry>a {
    /*height: 76px;*/
}


.Partners-row {
    width: 100%;
    overflow: hidden;
}

.Partners-row .index-row {
    /*width: 48%;
    float: left;
    margin-right: 4%;*/
}

.Partners-row .index-row:last-of-type {
    margin-right: 0;
}

.advisory-row {
    width: 100%;
}

.advisory-input {
    height: 44px;
    border: 1px solid #e5e5e5;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position: relative;
}

textarea {
    outline: none;
}

/*input.advisory-input:after{
    content: "";
    position: absolute;
    z-index: 1;
    left:20%;
    top:20%;
    width:100%;
    height:100%;
    background:#eee;
}*/

.advisory-input.curr {
    /*  -webkit-transform: scale(1.5);
  -moz-transform:scale(1.5)
  transform: scale(1.5);*/
    /*background:#eee;*/
    border: 1px solid #181e44;
    box-shadow: 0 0 3px #9ea8e6;
}



.advisory-name-row {
    width: 30%;
    margin-right: 5%;
}

.advisory-li {
    margin-bottom: 10px;
}

.radio-label {
    line-height: 44px;
    margin-right: 10%;
}

.advisory-radio {
    margin-right: 5px;
    margin-top: -3px;
}

.advisory-half {
    width: 48%;
    margin-right: 4%;
}

.advisory-half:last-of-type {
    margin-right: 0;
}

.advisory-radio-row {
    width: 65%;
}

.advisory-textarea {
    padding: 8px 10px;
    height: 74px;
    resize: inherit;
    line-height: 18px;
    margin: 0;
    display: block;
}

.advisory-form {
    position: relative;
    margin-top: 35px;
}

.advisory-btn {
    /*position: absolute;
    right: 0;
    bottom: 0;*/
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border: 0;
    background: #181e44;
    width: 100%;
    font-family: Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
    height: 55px;
    cursor: pointer;
}

.Partners-row .index-partner-li {
    width: 25%;
}


.new-recommend-li:after {
    content: "上一篇";
}

.new-recommend-li:nth-of-type(2):after {
    content: "下一篇";
}

.new-recommend-li a {
    margin-right: 55px;
}

/* 增加展商推荐 */

.recommend-row {
    margin: 20px 0;
    width: 100%;
}

.recommend-li {
    float: left;
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
}

.recommend-li a {
    display: block;
    position: relative;
}

.recommend-img {
    width: 100%;
    display: block;
}

.recommend-box {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.recommend-box span {
    padding: 0 10px;
    color: #fff;
    line-height: 40px;
}


/* 增加听力专区 */
.border-b{
    border-bottom: 1px #dddddd solid;
    margin-bottom: 50px;
    padding-bottom: 40px;
}
.hear-top-tit{
    margin-bottom: 50px;
    line-height: 1.5;
    text-align: center;
}
.top-desc{
    margin-top: 15px;
}
.hear-top h1{
    font-size: 48px; 
}
.hear-top h2{
    font-size: 26px;    
    font-weight: normal; 
}
.hear-img img{
    width: 100%;
}
.hear-info h2{
    font-size: 30px;
    color: #181e44;
    line-height: 1.5;
    font-weight: normal;
}
.hear-subtit{
    font-size: 24px;
    color: #181e44;
    margin-bottom: 15px;
}
.hear-top-b ul{
    list-style: disc;
    margin-left: 20px;
}
.hear-top-b li{
    font-size: 16px;
}
.hear-m-box{
    margin-bottom: 50px;
    margin-top: 20px;
}

.exhnews li{
    width: 32%;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}
.exhnews li:nth-of-type(1), .exhnews li:nth-of-type(4){
    margin-left: 0;
}
.exhnews li:nth-of-type(3), .exhnews li:nth-of-type(6){
    margin-right: 0;
}
.exhnews li img{
    width: 100%;
}
.exhtit{
    font-size: 16px;
    margin-bottom: 20px;
}
.exhtit-s{
    margin-bottom: 45px;
}

.exhatlas li{
    float: left;
    width: 32%;
    height: 215px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 10px;
}
.exhatlas li:nth-of-type(1), .exhatlas li:nth-of-type(4),.exhatlas li:nth-of-type(7){
    margin-left: 0;
}
.exhatlas li:nth-of-type(3), .exhatlas li:nth-of-type(6),.exhatlas li:nth-of-type(9){
    margin-right: 0;
}
.exhatlas li img{
    width: 100%;
    height: 100% !important;
}

.brand-img{
    text-align: center;
    padding-left: 35px;
}

.audience .composition{
    float: left;

}
.audience .composition ul li, .reason li{
    padding: 10px 0;
}
.audience .visit{
    float: right;
    width: 40%;
}
.audience .composition ul, .reason ul{
    list-style: disc;
    margin-left: 20px;
}
.visit .visit-info{
    height: 220px;
    text-align: center;
    overflow-y: hidden;
    background: #f8f9ff;
    padding: 0 20px;
    border-top: 25px solid #f8f9ff;
    border-bottom: 25px solid #f8f9ff;
    box-sizing: border-box;
}
.visit ul li{
    line-height: 30px;
}

.expo h2{
    font-size: 30px;
    color: #181e44;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
}
.expo-desc{
    text-indent: 2em;
    /*line-height: 1.7;*/
    text-align: justify;
}
.expo-info{
    padding-left: 58px;
}
.expo .expo-info li{
    float: left;
    margin: 0 15px;
    background: #f8f9ff;
    width: 270px;
    height: 88px;
    padding-top: 16px;
    box-sizing: border-box; 
    padding-left: 56px;
}
.expo .expo-info li:first-child{
    padding-left: 72px;
}
.expo-icon{
    float: left;
    margin-right: 10px;
}
.expo .expo-icon img{
    height: 56px;
}
.expo-i{
    float: left;
    margin-top: 4px;
}
.expo-i p:first-child{
    font-size: 20px;
    font-weight: bold;
    color: #181e44;
}
.expo-i p:first-child span{
    font-size: 14px;
}
.expo-i p:last-child{
}
.expo-contact ul{
    width: 60%;
}
.expo-contact .code{
    text-align: center;
    width: 40%;
    font-size: 20px;
}
.expo-contact .codeimg{
    width: 60%;
    margin-top: 36px;
}
.expo-contact li{
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
    width: 100%;
}
.expo-contact li:first-of-type{
    padding-top: 0;
}
.expo-contact li strong{
    margin-right: 30px;
}
.expo .btnbox{
    text-align: center;
}
.expo .btnbox a{
    display: inline-block;
    width: 160px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    margin: 40px 20px 0 20px;
    border: 2px #181e44 solid;
    font-weight: bold;
    color: #181e44;
    font-size: 16px;
    transition: 0.3s;
}
.expo .btnbox .bggread{
    background: #181e44;
    color: #fff;
}
.expo .btnbox a:hover{
    background: #181e44;
    color: #fff;
}

.active li{
    float: left;
    width: 32%;
    margin-right: 15px;
}
.active li:last-of-type{
    margin-right: 0;
}
.mb-show{
    display: none;
}
@media screen and (max-width: 768px){
    .mb-show{
        display: block;
    }
    .mp-show{
        display: none;
    }
    .hear-top h1{
        font-size: 40px;
    }
    .hear-img{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .exhnews li{
        width: 100%;
    }
    .exhnews li:nth-of-type(n){
        margin-left: 0;
        margin-right: 0;
    }
    .exhatlas li{
        width: 47%;
        height: 100px;
    }
    .exhatlas li:nth-of-type(n){
        margin-left: 0;
        margin-right: 9px;
    }
    .exhatlas li img{
        height: 100% !important;
    }
    .exhtit-s{
        margin-bottom: 20px;
    }
    .brand-img{
        padding-left: 0;
    }
    .brand-img div img{
        width: 100%;
    }
    .audience .visit{
        width: 100%;
    }
    .visit ul{
        width: 100%;
        margin-bottom: 20px;
    }
    .visit ul:nth-of-type(2){
        border: none;
    }
    .expo .expo-icon img{
        height: 56px !important;
        width: auto !important;
    }
    .expo-desc{
        text-indent: 0;
    }
    .expo-info{
        padding-left: 0;
    }
    .expo .expo-info li:first-child{
        padding-left: 0;
    }
    .expo-icon,.expo-i{
        margin: 0;
        float: none;
    }
    .expo .expo-info li{
        margin: 0;
        width: 32%;
        height: auto;
        padding-bottom: 16px;
        padding-left: 0;
        text-align: center;
    }
    .expo .expo-info li:nth-of-type(2){
        margin-left: 5px;
        margin-right: 5px;
    }
    .expo-contact ul{
        margin-bottom: 10px; 
        width: 100%;   
    }
    .expo-contact .codeimg, .expo-contact .code{
        width: 100%;
    }
    .expo-contact .codeimg{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .expo .btnbox a {
        margin: 20px 5px;
        width: 42%;
    }
    .exhtit-s{
        margin-bottom: 20px;
    }
    .audience .composition{
        margin-bottom: 50px;
    }
    .active li{
        width: 100%;
        margin-bottom: 20px;
    }
    /*听力专区手机版*/
    .success-box {
        padding: 15px;
        line-height: 28px;
        background-color: #eee;
        color: #333;
        font-size: 14px;
        font-weight: 300;
    }
    .success-box .tit {
        font-size: 16px;
        text-align: center;
        color: #388b3c;
        font-weight: bold;
    }
    .hear-subtit{
        text-align: center;
    }
    .hear-m-box{
        margin-bottom: 30px;
        margin-top: 0;
    }
    .logobox{
        text-align: center;
        padding: 10px 0 10px;
        overflow: hidden;
    }
    .logobox .box-r {
        width: 95%;
        margin: 0 2.5%;
    }
    .logobox .box-r span.bigfont{
        font-size: 22px;
        line-height: 22px;
        font-weight: 700;
        color: #181e44;
        display: block;
        text-align: center;
    }
    .logobox .box-r span.smollfont{
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        color:#333;
    }
    .range .range-info li{
        list-style: disc;
        float: left;
        width: 50%;
    }
    .exhatlas-box{
        margin-bottom: 15px;
    }
    .lan-data-li-tit h3{
        font-size: 18px;
    }
    .lan-data-li-tit p{
        font-size: 15px
    }
    .lan-data-li li{
        float: left;
        width: 33%;
        box-sizing: border-box;
        text-align: center;
    }
    .lan-data-li{
        margin:15px 0;
    }
    .lan-data-li-img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #181e44;
        margin: 0 auto;
    }
    .content-row .lan-data-li-img img{
        width: 60% !important;
        padding-top: 7px;
    }
    .lan-data-li-tit{
        vertical-align: middle;
    }
    .activities-wrap{
        width:100%;
        overflow:hidden;
        background: #fff;
        box-sizing: border-box;
    }
    .active-type:first-of-type{
        margin-bottom: 10px;
    }
    .active-type h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .activities-t li{
        list-style: disc;
        float: left;
        font-size:15px;
        width:100%;
        margin-left: 18px;
        margin-bottom: 5px;
    }
    .institutions-w {
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .institutions-t {
        float: left;
        color: #181e44;
        font-size: 12px;
        padding: 7px;
        width: 44%;
        text-align: center;
        margin: 1.3%;
        margin-right: 0;
        border: 1px solid #181e44;
    }
    .institutions-t:nth-of-type(2n) {
        margin-right: 0;
    }
    .institutions-t:nth-of-type(odd){
        margin-left: 0;
    }
    .visit .visit-info{
        height: 420px;
    }
    .wrap-con .con-h1{
        font-size:24px;
        color:#181e44;
        line-height:45px;
        font-weight:bold;
        text-align:center;
    }

    .Spring-Edition{
        font-size:15px;
        text-align:center;
        font-weight:bold;
        color:#333;
        line-height:28px;
        border-bottom:1px solid #d9d9d9;
        padding-bottom:24px;
    }
    .ticket-h1{
        font-size:22px;
        margin-top:20px;
        text-align:center;
        font-weight:bold;
    }
    .ticket-p{
        font-size:14px;
        text-align:center;
    }
    .ticket-p span{
        font-size:24px;
        color:#e50025;
    }
    .ticket-input-wrap{
        padding-bottom:60px;
    }
    .ticket-input{
        margin-top:20px;
    }
    .ticket-input input{
        width:94%;
        height:60px;
        background:#fbfbfb;
        border:1px solid #e0e0e0;
        padding:0 3%;
        font-size:16px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }
    .ticket-input.has-error input{
        border:1px solid #bc1f1f;
         -webkit-transition: 400ms;
      -moz-transition: 400ms;
      -o-transition: 400ms;
      transition: 400ms;
      box-shadow:0 0 5px rgba(188,31,31,0.4);
    }
    .ticket-form-name{
        width:100%;
        font-size:20px;
        height:40px;
        margin-top: 35px;
    }
    .checkbox-box input {
        width: 20px;
        height: 20px;
    }
    .inline-row {
        display: inline;
    }
    .answer-sub-itmes {
        display: none;
        float: none;
        padding-left: 20px;
    }
    .checkbox-box-p input {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .checkbox-box {
        width: 100%;
        display: block;
        line-height: 35px;
        font-size: 16px;
    }
    .ticket-sub {
        margin-top: 20px;
        width: 100%;
        height: 62px;
        line-height: 62px;
        background: #181e44;
        cursor: pointer;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }
    .lan-add{
        background:url(./images/foot-bg.jpg);
        padding:20px;
        width:calc(100% - 40px);
        background-size:auto 100%;
        overflow:hidden;
        height:auto;
    }
    .lan-add-tit{
        font-size:16px;
        line-height: 28px;
    }

    .lan-add-tit  span{
        width:80px !important;
    }
    .lan-add .bg{
        background:rgba(0,0,0,0.4);
        padding: 20px;
        width: calc(100% - 40px);
        height:100%;
    }
    .box-l {
        width: 100%;
        color: #fff;
        font-size: 16px;
        padding: 7px 0;
    }
    .box-r {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 36px;
    }
    .abc-box {
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding-top: 30px;
    }
}

/* 增加展商推荐 */

.recommend-row {
    margin: 20px 0;
    width: 100%;
}

.recommend-li {
    float: left;
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
}

.recommend-li a {
    display: block;
    position: relative;
}

.recommend-img {
    width: 100%;
    display: block;
}

.recommend-box {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.recommend-box span {
    padding: 0 10px;
    color: #fff;
    line-height: 40px;
}


/* 增加展商推荐 */

.recommend-row {
    margin: 20px 0;
    width: 100%;
}

.recommend-li {
    float: left;
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
}

.recommend-li a {
    display: block;
    position: relative;
}

.recommend-img {
    width: 100%;
    display: block;
}

.recommend-box {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.recommend-box span {
    padding: 0 10px;
    color: #fff;
    line-height: 40px;
}

/*媒体简报*/
div.holder {
    text-align: center;
    margin: 10px 0;
}

div.holder a {
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}

div.holder a.jp-current {
    color: #d0125c;
}

/* 底部友情链接 */
.blogrollbox {
    margin: 0 auto 50px !important;
}

.blogrollbox .topbox {
    clear: both;
    overflow: hidden;
    background-color: #eaebf1;
}

.blogrollbox .topbox .tit {
    font-size: 18px;
    font-weight: bold;
    color: #181e44;
    float: left;
    line-height: 46px;
    padding-left: 20px;
}

.blogrollbox .topbox .applybtn {
    float: right;
    background-color: #0fb064;
    width: 160px;
    height: 46px;
    line-height: 46px;
    display: block;
    /* border-radius: 4px; */
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
}

.blogrollbox .topbox .applybtn:hover {
    background-color: #1c255c;
}

.linkbox {
    width: calc(100% - 40px);
    overflow: hidden;
    background-color: #fff;
    padding: 10px 20px;
}

.linkbox ul li {
    float: left;
    padding-right: 10px;
    position: relative;
}

.linkbox ul li a {
    color: #333;
}

.linkbox ul li a:hover {
    color: #cc0066;
}

.linkbox ul li:after {
    content: '|';
    padding-left: 10px;
}

body .popbox {

    width: 960px;

}

body .popbox .popcontent .bigtiti {
    background-color: #cc0066;
    margin: 50px auto 20px;
    text-align: center;
    width: 90%;
    height: 64px;
    font-size: 1.8rem;
    border-radius: 4px;
    line-height: 64px;
    color: #fff;
}

body .popbox .popcontent .contentbox {
    width: 90%;
    margin: auto;
}

body .popbox .popcontent .contentbox .ptit {
    font-size: 16px;
    background: url('./images/pen.png');
    background-repeat: no-repeat;
    padding-left: 50px;
    height: 31px;
    line-height: 31px;
    margin-bottom: 20px;
}

body .popbox .popcontent .contentbox .codebox {
    font-size: 14px;
    color: #cc0066;
}

body .popbox .popcontent .contentbox .itembox {
    margin-bottom: 20px;
}

body .popbox .popcontent .contentbox .ptit span {
    color: #cc0066;
}

body .popbox .popcontent .contentbox .bottombox {
    border-top: 1px #ddd solid;
    margin-top: 30px;
    padding-top: 30px;
}

body .popbox .popcontent .contentbox .bottombox .tit {
    font-size: 18px;
    font-weight: bold;
}

body .popbox .popcontent .contentbox .bottombox .p1 {
    padding-top: 14px;
}

body .popbox .popcontent .contentbox .bottombox .coantactbox {
    background: #efefef;
    padding: 10px;
    border-radius: 5px;
    color: #cc0066;
    margin: 10px auto;
}

body .popbox .popcontent .contentbox .bottombox .coantactbox span {
    margin-right: 40px;
}

/*e-new*/
.enews-bottom {
    padding: 120px 0;
}

.enews-bottom-l {
    width: 70%;
}

.enews-bottom-r {
    width: 30%;
    margin-top: -10px;
}

.enews-email-box {
    width: 126px;
    height: 134px;
    margin-right: 20px;
}

.email-text {
    width: 360px;
}

.enews-email-title {
    font-size: 24px;
    color: #155aaa;
    margin-bottom: 20px;
}

.email-text-p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.enew-ewm {
    width: 152px;
    height: 152px;
    overflow: hidden;
}

.enew-ewm img {
    width: 100%;
}

.enew-ewm-p {
    width: 152px;
    height: 50px;
    line-height: 50px;
    color: #666;
    text-align: center;
}

@media (max-width:640px) {
    .enews-bottom-l {
        float: none;
        width: 100%;
        text-align: center;
    }

    .enews-bottom-r {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .enews-email-box {
        float: none;
        margin: 0 auto;
    }

    .email-text {
        float: none;
        padding: 10px 0;
        width: 100%;
        margin: 0 auto;
    }

    .enew-ewm {
        margin: 0 auto;
    }

    .enew-ewm-p {
        margin: 0 auto;
    }

}

/* 20170504新底部样式 */
.footer-itembox {
    width: 100%;
    overflow: hidden;
}

.footer-itembox ul li {
    min-width: 173px;
    float: left;
    min-height: 200px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    margin-right: 5%;
    padding-right: 4.9%;
}

.footer-itembox ul li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.li-a {
    width: 27.3%;
}

.li-b {
    width: 25.8%;
}

.li-c {
    width: 18.6%;
}

.li-d {
    width: 27.4%;
}

.footer-itembox ul li .tit {
    font-size: 18px;
    color: #fff;

    font-style: normal;
}

.footer-itembox ul li p {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.footer-itembox ul li a {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: block;
}

.footer-bot {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #7fb83d;
    margin: 40px 0 0 0;
}

.footer-bot-p {
    color: #666;
    line-height: 20px;
}

.footer-bot-l {
    float: left;
    padding-top: 30px;
}

.footer-bot-r {
    float: right;
    padding-top: 15px;
}

.footer-bot-r-tit {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.box-zh {
    width: 210px;
    margin: auto;
}

.box-zh a {
    display: inline-block;
    padding-right: 19px
}

.box-zh .box-link {
    color: #fff;
    font-size: 18px;
    padding-top: 60px;
    padding-bottom: 15px;
}

.ewmbox {
    width: 120px;
    margin: auto;
}

.in-box {
    padding-left: 50px;
}

.in-box p {
    line-height: 30px;
    height: 30px;
}

.in-box .ebox {
    padding-top: 28px;
    padding-bottom: 26px;
    font-size: 18px;
    color: #fff;
}

.pbox {
    width: 88%;
    padding-bottom: 30px;
}

.pt16 {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 992px) {
    .footer-itembox ul li {
        border: none;
        height: auto;
    }

    .li-a,
    .li-c,
    .li-d {
        width: 100%;
        text-align: center;
        border: none;
    }

    .li-a .tit,
    .pbox {
        display: none
    }

    .li-b {
        display: none
    }

    .li-c .tit,
    .gz {
        display: none
    }

    .li-d .in-box .tit,
    .dis {
        display: none
    }

    .li-d .in-box {
        padding-left: 0;
    }

    .li-d .in-box .subscription-row {
        width: 278px;
        margin: auto;
        float: none;
    }

}


::-moz-placeholder {
    color: #949494;
    font-weight: normal;
}

::-webkit-input-placeholder {
    color: #949494;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #949494;
    font-weight: normal;
}




/*20170524*/
.index-partner-li {
    margin: 10px 0;
}

/*20170601*/
.expnew-box {
    width: 57.5%;
    height: 180px;
    display: block;
    float: left;
}

.expnew-box.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100px;
}

.expnew-box .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.expnew-box .swiper-wrapper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
}

.swipeping .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .8;
}

.swipeping .swiper-pagination-bullet-active {
    opacity: 1;
    background: #009452;
}

.thenew-box {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(./images/greadbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 47.5%;
    height: 100%;
    z-index: 10;
    color: #fff;

}

.thenew-box h3 {
    font-size: 24px;
    padding-top: 20px;
    padding-left: 15.789%;
}

.thenew-box ul {
    padding-top: 10px;
    padding-left: 15.789%;
}

.thenew-box ul li {
    line-height: 28px;
    list-style-type: disc;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;

}

.thenew-box ul li a {
    color: #fff;
    text-decoration: underline;
}


@media screen and (max-width: 1200px) {
    .expnew-box {
        width: 100%;
        overflow: hidden;
    }

    .thenew-box {
        margin-top: 20px;
        position: relative;
        overflow: hidden;
        width: 100%;
        background-image: none;
    }

    .thenew-box ul {
        color: #000;
        padding-left: 1%;
    }

    .thenew-box ul li a {
        color: #000;
    }

    .thenew-box h3 {
        color: #000;
        padding-left: 1%;
    }
}



/*电子期刊*/
.dianzi-news {
    padding-bottom: 30px;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 50px;
    overflow: hidden;
}

.dianzi-news:last-of-type {
    border-bottom: none;
}

.dianzi-item {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.dianzi-item:nth-of-type(3n) {
    margin-right: 0;
}

.dianzi-title {
    position: relative;
    height: 60px;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 20px;
}

.dianzi-title::before {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    content: '';
    width: 3px;
    height: 20px;
    background: #d42669;
}

.dianzi-time {
    display: block;
    color: #999;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.dianzi-img {
    max-height: 494px;
    overflow: hidden;
}

.dianzi-img img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .dianzi-item {
        width: 100%;
        margin-right: 0;
    }

    .dianzi-img {
        max-height: 100%;
    }
}


/*酒店list的 css*/



.hotel_class {
    position: relative;
}

.hotel_class h3 {
    text-indent: 40px;
}

.hotel_class h3 span {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -6px;
    background: url(".././images/xingxing.png")no-repeat;
}

.hotel_class h3 span.five {
    background-position: 0px -33px;
}

.hotel_class h3 span.four {
    background-position: 0px -66px;
}

.thumbnail.case .caption h4 {
    color: #333;
}

.thumbnail.case .caption p,
.thumbnail.case .caption a {
    color: #666;
}

.address {
    text-indent: 30px;
}

.thumbnail.case .caption .address i {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(".././images/address.png")no-repeat;
    background-size: 20px 20px;
}

.thumbnail.case .caption p b {
    color: rgb(0, 149, 81);
}

.thumbnail.case {
    box-shadow: 3px 4px 8px 0 rgba(7, 17, 27, .1);
}

.thumbnail a>img,
.thumbnail>img {
    width: 100%;
}





.hotel_box .hotel_download {
    width: 250px;
    height: 70px;
    margin: 0 auto;
}

.hotel_box .hotel_download a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 70px;
    font-size: 18px;
    background: rgb(0, 149, 81);
    border-radius: 35px;
    text-align: center;
}

.hotel_remarks,
.hotel_reservation {
    width: 45%;
    background: #fafafa;
    /*height: 280px;*/
    border: 2px solid #eee;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.hotel_remarks {
    float: left;
}

.hotel_reservation {
    padding-bottom: 28px;
    float: right;
}

.hotel_remarks h5,
.hotel_reservation h5 {
    color: rgb(0, 149, 81);
    font-size: 18px;
    font-weight: 900;
}

.hotel_remarks strong {
    color: rgb(0, 149, 81);
}


 /* 为何参展 */
 .whyjam-box {
    width: calc(100% - 2px);
    /*border: 1px #ddd solid;*/
    position: relative;
    line-height: 2;
}

.Quick-box {
    width: 100%;
    max-width: 1098px;
    margin: 30px auto 0;
    overflow: hidden;
    border-bottom: 1px #ddd solid;
    background: #fff;
    z-index: 1000;
    transition: 0.3s;
}

.Quick-box .item {
    float: left;
    width: calc(100%/8);
    text-align: center;
    padding: 20px 0 30px;
}

.Quick-box .item span {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.Quick-box .item a{
    display: block;
    width: 100%;
}
.Quick-box .item a i {
    font-size: 30px;
}

.Quick-box .item a em {
    font-size: 30px;
}

.whyjam-box .aumotit {
    font-size: 24px;
    color: #d42669;
    font-weight: bold;
}
.Quick-box .item a {
    color: #6d6a6a;
    transition: 0.3s;
}

.Quick-box .item a:hover {
    color: #d42669;
}

.Quick-box .current a {
    color: #d42669;
}

.whyjam-box .aumotit {
    font-size: 24px;
    color: #d42669;
    font-weight: bold;
}

.Quick-box .item a {
    color: #6d6a6a;
    transition: 0.3s;
}

.Quick-box .item a:hover {
    color: #d42669;
    background-color: #fff;
}

.Quick-box .current a {
    color: #d42669;
}

.whyjam-box .box-a {
    width: calc(100% - 100px);
    margin: auto;
}

.whyjam-box .box-a .tit {
    font-size: 30px;
    color: #d42669;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    font-weight: bold;
}

.whyjam-box .box-bg {
    width: calc(100% - 100px);
    margin: 30px auto;
    background-image: url('./images/whybg.png');
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.whyjam-box .box-bg .tit {
    font-size: 30px;
    line-height: 30px;
    padding: 40px 0;
    font-weight: bold;
}

.whyjam-box .box-bg .main-box {
    width: 90%;

    overflow: hidden;
    padding-bottom: 60px;
    margin-left: 80px;
}

.bor-r {
    border-right: 1px rgba(255, 255, 255, 0.5) solid;
}

.whyjam-box .box-bg .main-box ul li {
    text-align: left;
    width: calc(100%/3 - 81px);
    float: left;
    height: 80px;
    padding-left: 80px;
}

.whyjam-box .box-bg .main-box .bigfont {
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
}

.whyjam-box .box-bg .main-box .fontsom {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}

.whyjam-box .box-c {
    /*width: calc(100% - 100px);*/
    width: 100%
    margin: 30px auto;
}

.whyjam-box .box-c .ullist {
    margin-top: 30px;
}

.whyjam-box .box-c .ullist li {
    border-bottom: 1px #d0caca dotted;
    margin-bottom: 20px;
}

.whyjam-box .box-c .ullist .tit {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.whyjam-box .box-c .ullist .p-txt {
    padding: 20px 0;
}

.box-c  a ,.box-d a{
    width: auto !important;
}
.whyjam-box .box-c .ullist .p-txt a{
    width: auto;
}
.whyjam-box .box-d {
    /*width: calc(100% - 100px);*/
    width: 100%;
    margin: 50px auto;
}

.mb40{
    margin-bottom: 50px !important;
}
.mt50{
    margin-top: 50px  !important;
}
.pt10{
    padding-top: 10px;
}
.pt14{
    padding-top: 15px;
}
.whyjam-box .box-c  .media-box{
    margin-top: 30px;
}

.whyjam-box .box-c  .media-box ul li{
  
    box-shadow: 0 0 1px 1px #eee;
    margin-bottom: 30px;
    width: calc(100%/2 - 42px);
    margin-right: 42px
}
.whyjam-box .box-c  .media-box ul li:nth-child(2n){
    margin-right: 0;
}
.whyjam-box .box-c .activity-box{
    margin-top: 20px;
  
}
.whyjam-box .box-c .activity-box ul li{
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 10px;
    
}

.whyjam-box .box-c .activity-box ul li:nth-child(2n){
    background: #f7f7f7;
}
.whyjam-box .box-c  .media-box ul li .tit{
    background: #f7f7f7;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: bold;
    color: #666;
    text-align: left;
}

.whyjam-box .box-c  .media-box ul li .p-txt{
    padding: 10px 20px;
}
/* è®¾è®¡å¸ˆä¸“åŒº */
.Designer-zone-c{width:100%; overflow:hidden;margin-top: 30px;}
.Designer-zone-l{width:62%; float:left;text-align: justify;}
.Designer-zone-r{width:25%; float:right; background:#eeeeee; border-radius:4px; padding:3% 4%;}
.Designer-zone-r h2{font-size:24px; font-weight:normal; margin-bottom:25px;}
.Designer-zone-r h3{}
.Designer-zone-r p{ line-height: 30px; }
.Designer-zone-r-Apply{width:100%; background:#d42669; color:#fff; border-radius:5px; height:40px; line-height:40px;  margin-top: 15px;}
.Designer-zone-r-Apply a{display:block !important; color:#fff;text-align: center;height: 100% !important; width: 100% !important;}
.Designer-zone-r-Apply a:hover{background: #fff !important;}
.Designer-zone-r-Apply .iconfont{ margin-right: 15px; vertical-align: middle; }


.whyjam-box .bgs {
    margin-top: 30px;

    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 40px;
    line-height: 30px;
    background-size: cover;
}
.whyjam-box .bgs p{
    padding: 5px 0;
}

.whyjam-box .box-d .box-bga {

    background-image: url('./images/whybg_a.jpg');
}

.whyjam-box .box-d .box-bgb {
    background-repeat: repeat;
    background-image: url('./images/whybg_b.png');
}

.whyjam-box .box-d .box-bga .tit {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.whyjam-box .downbtn {
    width: auto;
    height: 40px;
    display: block;
    line-height: 40px;
    background: #fff;
    color: #d42669;
    text-align: center;
    font-weight: bold;
    border-radius: 40px;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.3s;
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
}

.whyjam-box .downbtn:hover {
    background: #d42669;
    color: #fff;
}

.whyjam-box .box-e {
    /*width: calc(100% - 100px);*/
    width: 100%;
    margin: auto;
}

.whyjam-box .box-e .comment-box {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px #cabcbc dotted;
}
.whyjam-box .box-e .comment-box .box-header{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
}
.whyjam-box .box-e .comment-box .box-l {
    width: 105px;
    text-align: center;
    float: left;
}

.whyjam-box .box-e .comment-box .bix-r {
    position: relative;
    width: calc(100% - 205px);
    margin-left: 40px;
    float: left;
    background: #f6f5f5;
    padding: 30px;
}

.whyjam-box .box-e .comment-box .bix-r:before {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #f6f5f5;
    position: absolute;
    left: -20px;
}

.whyjam-box .box-e .comment-box .bix-r .tex-right {
    text-align: right;
    margin-top: 20px;
}

.whyjam-box .mintit {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    padding-top: 20px;
}

.whyjam-box table {
    border-collapse: collapse;
    margin-top: 20px;
}

.whyjam-box table tr td {
    padding: 10px;
    background: #f6f5f5;
    border: 1px #ddd solid;
    width: calc(100%/3);
}

.whyjam-box .btnbox {
    text-align: center;
}

.whyjam-box .btnbox a {
    display: inline-block;
    width: 160px !important;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    margin: 40px 20px 0 20px;
    border: 2px #d42669 solid;
    font-weight: bold;
    color: #d42669;
    font-size: 16px;
    transition: 0.3s;
}

.whyjam-box .btnbox a:hover {
    background: #d42669;
    color: #fff;
}

.whyjam-box .btnbox .bggread {
    background: #d42669;
    color: #fff;
}

.whyjam-box .btnbox .bggread:hover {
    background: #05693b;
    border-color: #05693b;
}
/*.whyjam-box table{
    height: 500px;
    overflow: hidden;
}*/
.page .whyjam-box .visitor-more-btn{
    margin: 20px auto 0;
    display: block;
    background: #d42669;
    color: #fff;
    width: 240px !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.page .whyjam-box .visitor-more-btn.visitor-more-no{
    background: #eeeeee;
    cursor: not-allowed;
}
.value-box{
    margin-top: 20px;
    width: 49%;
    margin-right: 2%;
    float: left;
    position: relative;
}
.value-box:nth-of-type(2n){
    margin-right: 0;
}
.value-box:before{
    display: block;
    content:'';
    position: absolute;
    top: 65px;
    left: 35px;
    height: 70px;
    width: 2px;
    background: #2980b9;
}
.value-box li{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.value-box li:nth-of-type(2n){
    margin-bottom: 0;
}
.value-title{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 70px;
    height: 70px;
    background: #2980b9;
    text-align: center;
    line-height: 70px;
    margin-right: 10px;
}
.value-info{
    width: calc(100% - 80px)
}

@media screen and (max-width: 768px) {
    .overview-list .overview-item .overview-img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .tubereg-box .btnbox {
        width: calc(100% - 42px);
        margin-right: 0;
        margin-bottom: 40px;
    }
    .tubereg-box .btnbox .rightbox div {
        width: 100% !important;
    }

    .tubereg-box .btnbox .rightbox div a {
        width: 100% !important;
    }
    .whyjam-box {
        width: 100%;
        border: 0;
        font-size: 14px;
    }
    .whyjam-box .box-a .tit {
        font-size: 18px;
    }

    .whyjam-box .box-a,
    .whyjam-box .box-bg,
    .whyjam-box .box-c,
    .whyjam-box .box-d,
    .whyjam-box .box-e {
        width: 100%;
    }
    .whyjam-box .bgs {
        padding: 20px;
        line-height: 24px;
    }
    .whyjam-box .box-bg .tit {
        font-size: 18px;
    }
    .whyjam-box .box-bg .main-box ul li {
        width: calc(100%/3 - 31px);
        padding-left: 30px;
        height: 50px;
    }

    .whyjam-box .box-bg .main-box ul li:first-child {
        padding-left: 0;

        padding-right: 0px;
        width: 33%;
    }

    .whyjam-box .box-bg .main-box ul li:nth-child(2) {
        padding-left: 20px;

        padding-right: 10px;
    }
    .whyjam-box .box-bg .main-box .fontsom {
        font-size: 14px;
    }
    .whyjam-box .downbtn {
        margin-top: 10px;
    }

    .whyjam-box .box-bg .main-box {
        margin: auto;
    }

    .whyjam-box .box-bg .main-box .bigfont {
        font-size: 18px;
        line-height: 20px;
    }
    .whyjam-box .box-e .comment-box .bix-r {
        width: calc(100% - 140px);
        margin-left: 20px;
        padding: 20px;
    }
    .whyjam-box .box-e .comment-box .box-l {
        width: 60px;
    }
    .whyjam-box .btnbox a {
        margin: 20px 20px 0 20px;
    }
    .whyjam-box .aumotit {
        font-size: 18px;
    }
    .whyjam-box .box-c .ullist {
        margin-top: 10px;
    }
    .whyjam-box .box-c .ullist .p-txt {
        padding: 10px 0;
    }
    .whyjam-box .box-c .ullist .tit {
        font-size: 16px;
    }
    .whyjam-box .box-a .tit {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .whyjam-box .box-d .box-bga .tit {
        font-size: 15px;
    }

    .Designer-zone-l,
    .Designer-zone-r{
        width: 100%;
        float: none
    }
    .Designer-zone-r{
        margin-top: 20px;
        box-sizing: border-box;
    }
    .value-box{
        width: 100%;
        margin-right: 0;
    }
    .value-box:nth-of-type(2n){
        margin-top: 30px;
    }
    .value-box:before{
        top: 15%;
        left: 30px;
        height: 70%;
    }
    .value-box:first-of-type:before{
        height: calc(100% + 50px)
    }
    .value-title{
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .value-box li{
        margin-bottom: 30px;
    }
    .whyjam-box .box-e .comment-box .box-header{
        width: 60px;
        height: 60px;
    }
    .whyjam-box .box-e .comment-box .name-box{
        color: #404040;
        font-size: 14px;
    }
    /*  .overview-list .overview-item .overview-title{
        height:auto;
        overflow:visible;
        white-space:normal;
    }
    .overview-list .overview-item .overview-content{
        overflow:visible;
        text-overflow:visiblie;
        height:auto;
        display:block;
    }*/
}




/*20170801同期活动*/
.event-title {
    font-size: 28px;
    line-height: 40px;
    padding: 40px 0;
    font-weight: bolder;
}

.event-time {
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
}

.event-box {
    margin-bottom: 20px;
}

.event-tab {
    width: 100%;
    border-collapse: collapse;
}

.event-tab thead tr td {
    background-color: #d42669;
    padding: 5px 20px;
    color: #FFF;
    font-weight: bolder;
}

/*.event-box:nth-child(even) .event-tab thead tr td{
    color:#535353;
    background-color: #e9f5e9;
}*/
.event-tab thead tr .event-mid-td,
.event-tab tbody tr .event-mid-td {
    background-color: #FFF;
    padding: 0;
}

.event-box:nth-child(even) .event-tab thead tr .event-mid-td,
.event-box:nth-child(even) .event-tab tbody tr .event-mid-td {
    background-color: #FFF;
    padding: 0;
}

.event-tab tbody tr td {
    vertical-align: top;
    padding: 10px 20px 20px;
}

.event-tab tbody tr td:first-of-type {
    color: #d42669;
}

.event-tab tbody tr td:last-of-type {
    color: #d42669;

}

.event-sub h3 {
    position: relative;
    padding: 20px 0 10px;
    font-size: 14px;
    text-indent: 15px;
}

.event-sub h3:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #d42669;
}

.event-sub p {
    font-size: 14px;
    color: #222;
}

.event-sub a {
    font-size: 14px;
    color: #222;
}

/*bootsrtap 需要到的css*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-left: -15px;
}

/*.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}*/


.thumbnail a>img,
.thumbnail>img {
    width: 100%;
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}


.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px) {

    .hotel_remarks,
    .hotel_reservation {
        float: none;
        width: 80%;
        margin: 20px auto 50px auto;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 45%;
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

}

@media (min-width: 992px) {
    .col-md-4 {
        width: 30%;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.hotel_class {
    margin: 15px 0;
    font-size: 20px;
}


/*如何参观*/
.how-to-visit {
    padding: 60px;
}

.how-to-visit .visit-title {
    font-size: 28px;
    color: #0d8e4c;
    padding: 20px 0;
    line-height: 40px;
}

.visit-title-bg {
    position: relative;
    width: 100%;
    height: 50px;
    background: url(./images/visitor-bg.png) left center repeat-x;
    margin: 50px 0;
}

.how-to-visit .visit-item-title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    background-color: #FFF;
    padding-right: 20px;
}

.visit-item-title span {
    color: #0d8e4c;
    font-weight: normal;
}

.visit-list-item {
    width: 50%;
}

.num-sort {
    width: 94px;
    height: 111px;
    background: url(./images/num-bg.png) no-repeat;
    text-align: center;
    color: #FFF;
    font-size: 38px;
    line-height: 100px;
    margin-right: 34px;
}

.num-right {
    overflow: hidden;
}

.num-right-title {
    font-size: 25px;
    color: #333;
    padding: 10px 0;
    font-weight: bolder;
    line-height: 30px;
}

.num-right-text a {
    color: #0c8d4c;
}

.num-right-link {
    font-size: 25px;
    text-decoration: underline;
    font-weight: bolder;
}

.num-right-text {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.visit-list-bottom {
    padding: 50px;
}

.visit-list-bottom img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}


@media (max-width: 997px) {
    .num-sort {
        margin-right: 10px;
    }

    .visit-list-item {
        float: none;
        width: 100%;
    }

    .how-to-visit {
        padding: 60px 3%;
    }

    .visit-list-bottom {
        padding: 50px 0;
    }
}


/*20170904*/
.content3-row {
    margin: 40px auto;
}

.content3-row {
    border: 1px solid #eee;
    padding: 0 5%;
    margin-top: 0;
    padding-bottom: 40px;
}

.tissue-row {
    min-width: 0;
    width: 23%;
}


.Overview-btn-row {
    text-align: left;
    margin-bottom: 30px;
}

.Overview-btn {
    font-size: 18px;
    color: #181e44;
   margin-right: 30px;
    display: inline-block;
    position: relative;
    transition: 400ms;
}

.Overview-btn::after {
    content: ">";
    float: right;
    /*margin-top: 3px;*/
    width: 22px;
    height: 22px;
    color: #caccd4;
    text-align: center;
    line-height: 22px;
    font-family: 宋体;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 50%;
    background: #181e44;
    font-weight: bold;
    transition: 400ms;
}

.Overview-btn:hover {
    color: #0fb064;
}

.Overview-btn:hover:after {
    background: #0fb064;
    color: #fff;
}

.search-input-top {
    margin-top: 9px;
    background: #3c3c3c;
    border-radius: 35px;
    border: none;
    height: 33px;
    padding: 0 10%;
    color: #fff;
    transition: 400ms;
    position: relative;
    display: -webkit-box;
}

.search-input-top.curr {

    background: #595959;
}

.news-ind {
    position: absolute;
    height: 60px;
    left: 0;
    bottom: -10px;
    width: 100%;
    background: rgba(141, 192, 34, 0.8); 
    z-index: 17;
}

#news-ind-ul {
    width: 1200px;
    margin: 0 auto;  
    overflow: hidden;
    color: #fff;
    background: url(../images/laba.png) no-repeat 0 20px;

}

#news-ind-ul li {
    height: 60px;
    line-height: 62px;
    text-indent: 35px;
}

#news-ind-ul li a {
    color: #fff;
}

.news-ind-time {
    margin-left: 35px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: 微软雅黑;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: 微软雅黑;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: 微软雅黑;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 微软雅黑;
}

.content-ind-top-bg {
    
    padding-bottom: 20px;
}

.Display-area {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    width: 96%;
}

.Display-area2 {
    overflow: initial;

}

.Display-area-h2 {
    font-size: 28px;
    line-height: 30px;
    color: #3497fc;
}

.Display-area-wrap {
    width: 100%;
    overflow: hidden;
    background: #f8f9ff;
    padding-bottom: 10px;  
}

.Display-area-ul {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.Display-area-ul li {
    width: 12%;
    float: left;
    margin-right: 2%;
    background: #fff;
    text-align: center;
    padding: 1.5% 1.5% 1.5%;
    transition: 500ms;
    height: 260px;
}

.Display-area-ul li:hover {
    box-shadow: 0 0 20px #181e44;
}

.Display-area-ul li:last-of-type {
    margin-right: 0;
}

.Display-area-ul li a {
    display: block;
}

.Display-area-img {
    width: 77px;
    height: 77px;
    overflow: hidden;
    margin: 0 auto 15px;
    transition: 500ms;
}

.Display-area-img1 {
    background: url(../images/Display-img1.png) no-repeat center;
}

.Display-area-img2 {
    background: url(../images/Display-img2.png) no-repeat center;
}

.Display-area-img3 {
    background: url(../images/Display-img3.png) no-repeat center;
}

.Display-area-img4 {
    background: url(../images/Display-img4.png) no-repeat center;
}

.Display-area-img5 {
    background: url(../images/Display-img5.png) no-repeat center;
}
.Display-area-img6 {
    background: url(../images/Display-img6.png) no-repeat center;
}
.Display-area-con-h2 {
    font-size: 18px;
    color: #353a58;
    font-weight: normal;
    transition: 500ms;

}

.Display-area-line {
    width: 26px;
    height: 3px;
    background: #000000;
    margin: 19px auto 16px;
    transition: 500ms;
}

.Display-area-tit {
    color: #666;
    font-size: 14px;
    transition: 500ms;
}


.Display-area-ul li:hover {
    background: #181e44;
}

.Display-area-ul li:hover .Display-area-tit {
    color: #fff;
}

.Display-area-ul li:hover .Display-area-con-h2 {
    color: #fff;
    margin-top: 55px;
    transition: 500ms;
}

.Display-area-ul li:hover .Display-area-line {
    background: #fff;
}

.Display-area-ul li:hover .Display-area-img {
    height: 0;
}

.Brand-exhibitors-h2 {
    border-bottom: 2px solid #ebecf2;
    margin-top: 28px;
    padding-bottom: 10px;  
    font-weight: bold;
}

.Brand-exhibitors-logo {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.Brand-exhibitors-logo li {
    float: left;
    width: 220px;
    margin: 5px 5px 10px 10px;
    height: 85px;
    line-height: 85px;
    text-align: center; 
    background: #fff;
    box-shadow: 0 0 3px #eee;
}

.Brand-exhibitors-logo li img {
    vertical-align: middle;
    max-width: 90%;
    margin: 0 5%;
    max-height: 85px;
}

.Brand-exhibitors-logo li:nth-of-type(9n) {

    margin-right: 0%;
}

.Brand-exhibitors-con {
    width: 100%;
    /*overflow:hidden;*/
    position: relative;
}

.Brand-exhibitors-next {
    background: url(../images/hright-white-arrow.png) no-repeat;
    right: 0%;
    top: -18px;
    opacity: 1;
    transition: 400ms;
}

.Brand-exhibitors-next:hover {
    opacity: 0.5;
}

.Brand-exhibitors-prev {
    background: url(../images/hleft-white-arrow.png) no-repeat;
    right: 32px;
    left: initial;
    top: -18px;
    opacity: 1;
    transition: 400ms;
}

.Brand-exhibitors-prev:hover {
    opacity: 0.5;
}

.comments-bg {
    width: 100%;
    background: url(../images/comments-bg.jpg) center no-repeat fixed;
    height: 440px;
    overflow: hidden;
}

.comments-l {
    width: 100%; 
    /*float: left;*/
}

.comments-l-h3 {
    font-size: 28px !important;
    color: #fff;
    margin: 50px 0 25px 0 !important;
}

.comments-l-p {
    color: #fff;
    font-size: 14px;
}

.comments-li {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    /*margin-right:170px;*/
    background: none;
    display: flex;
}

.comments-li-l {
    width: 200px;
    float: left;
    height: 300px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 5px #7d7d7d;
    font-size: 14px;
}

.comments-li-l-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    margin: 30px auto 10px;
   

    text-align: center;
}

.comments-li-l-img img {
    max-width: 110%;
    max-height: 100%;
}

.comments-li-l-p {
    text-align: center;
    padding: 0 5%;
    font-size:14px;
}
.comments-li-l-p strong{
    font-size:14px;
}

.comments-li-r {
    width: calc(100% - 220px);
    float: left;
    height: 220px;
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 5px #7d7d7d;
    padding: 40px 40px;
    position: relative;
    text-align: left;
    /*margin-right: 70px;*/
    background-image: url('../images/yinghao.png');
    background-repeat: no-repeat;
    background-position: 93% 90%;
    background-size: 40px;
}

.comments-r-con {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*margin-right:20%;*/
}

.comments-li-r-jian {
    position: absolute;
    left: -17px;
    top: 140px;
}

.comments-li-r-h3 {
    font-size: 24px;
    color: #0fb064;
    margin-bottom: 15px;
}

.comments-li-r-p {
    line-height: 28px;
    font-size: 15px;
    width: 100%;
    /*height:120px;*/
    overflow: hidden;
}

.comments-li-r-p-img {
    width: 100%;
    text-align: right;
}

.comments-r {
    width: 100%;
    /*float: right;*/
  
    position: relative;
}

.comments-button-next {
    position: absolute;
    z-index: 10;
    top: 44%;
    cursor: pointer;
    right: -85px;
    width: 51px;
    height: 51px;
    background: url(../images/jiantou-r.png) no-repeat;
    opacity: 0.6;
    transition: 400ms;
}

.comments-button-next:hover {
    opacity: 1;
}

.comments-button-prev {
    position: absolute;
    z-index: 10;
    top: 44%;
    cursor: pointer;
    left: -85px;
    width: 51px;
    height: 51px;
    background: url(../images/jiantou-l.png) no-repeat;
    opacity: 0.6;
    transition: 400ms;
}

.comments-button-prev:hover {
    opacity: 1;
}


.news-ind-h2 {
    text-align: center;
}

.news-ind-p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 12px;
    color: #666;
}

.news-ind-con {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 60px 0;
}

.news-ind-con-l {
    width: 47.5%;
    float: left;
    overflow: hidden;
}

.news-ind-con-l:hover .news-ind-con-l-img img {

    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: 1s;
}

.news-ind-con-r {
    width: 49%;
    float: right;
}

.news-ind-con-r li {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    height: 73.2px;
}

.news-ind-con-r li:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}

.news-ind-con-r-time {
    float: left;
    width: 25%;
    font-size: 18px;
    font-weight: bold;
    line-height: 83px;
    height: 83px;
}

.news-ind-con-r-time a {
    color: #666;
    display: block;
}

.news-ind-con-r-time a:hover {
    color: #0fb064;
}

.news-ind-con-r-tit {
    float: right;
    width: 70%;
    line-height: 28px;
    padding: 15px 0;
    font-size: 16px;
    height: 26px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-ind-con-r-tit a {
    color: #333;
    display: block;
}

.news-ind-con-r-tit a:hover {
    color: #0fb064;
}

.news-ind-con-l-img {
    width: 100%;
    overflow: hidden;
    height: 217px;
    line-height: 217px;
    text-align: center;
    position: relative;
}

.news-ind-con-l-img img {
    width: 100%;
    /*max-height:217px;*/
    /*vertical-align: middle;
    position:absolute;
    top:-50%;
    left:0;*/


    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: 1s;
}

.news-ind-con-l-h3 {
    font-size: 16px;
    margin: 15px 0 10px 0;
}

.news-ind-con-l-time {
    margin-bottom: 13px;
}

.news-ind-con-l-time a {
    color: #999;
}

.news-ind-con-l-com {
    width: 100%;
    font-size: 14px;
   
   display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.news-ind-con-l-com a {
    color: #666;
}

.news-ind-con-l-a {
    color: #0fb064;
    font-size: 14px;
    line-height: 45px;
}

.activity-wrap {
    width: 100%;
    overflow: hidden;
    background: #f8f9ff;
    padding-bottom: 40px;
}
   
 
.news-ind-con-ul{
    width: 100%;
    margin: 30px 0;
    border-bottom: 1px solid #dfe0e5;
    padding-bottom: 10px;
    position: relative;
}

.news-ind-li {
    width: 33.33%;
    /*margin-right:2%;*/
    float: left;
}

.news-ind-li:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: 1s;
}

.news-ind-li img {
    width: 100%;
    transition: 400ms;
}

.news-ind-li-img {
    width: 100%;
    height: 246px;
    overflow: hidden;
}

.news-ind-li-tit {
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
    height: 48px;
}

.news-ind-li-tit a {
    color: #333;
}

.news-ind-con-ul-c {
    width: 100%;
    overflow: hidden;
}

.news-button-next {
    position: absolute;
    z-index: 10;
    top: 32%;
    cursor: pointer;
    right: -75px;
    width: 51px;
    height: 51px;
    background: url(../images/jiantou-r1.png) no-repeat;
    opacity: 0.5;
    transition: 400ms;

}

.news-button-next:hover {
    opacity: 1;
}

.news-button-prev {
    position: absolute;
    z-index: 10;
    top: 32%;
    cursor: pointer;
    left: -75px;
    width: 51px;
    height: 51px;
    background: url(../images/jiantou-l1.png) no-repeat;
    opacity: 0.5;
    transition: 400ms; 
}

.news-button-prev:hover {
    opacity: 1;
}



.introduced-ind-con-ul {
    width: 100%;
    margin: 30px 0;
    padding-bottom: 35px;
    position: relative;
}

.introduced-ind-li {
    width: 25%;
    float: left;
    position: relative;
}

.introduced-ind-li img {
    /*width:100%;*/
    max-width: 100%;
}

.introduced-ind-li-img {
    width: 100%;
}

.introduced-ind-con-ul-c {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
}

.introduced-button-next {
    position: absolute;
    z-index: 10;
    top: 37%;
    cursor: pointer;
    right: 0;
    width: 51px;
    height: 51px;
    background: url(./images/jia-right.png) no-repeat;
    transition: 400ms;
    opacity: 1;

}

.introduced-button-next:hover {
    opacity: 0.8;
}

.introduced-button-prev {
    position: absolute;
    z-index: 10;
    top: 37%;
    cursor: pointer;
    left: 0;
    width: 51px;
    height: 51px;
    background: url(./images/jiab-left.png) no-repeat;
    transition: 400ms;
    opacity: 1;

}

.introduced-button-prev:hover {
    opacity: 0.8;
}

.partners-ing-c {
    width: 100%;
    float: left;
    overflow: hidden;
}

.Online-consulting-c {
    width: 37%;
    float: right;
    height: auto;
}

.partners-logo {
    overflow: hidden;
    margin-top: 10px;
    height: 410px;
    width: 100%;
}

.partners-logo li {
    float: left;
    width: 220px;
    margin: 5px 5px 10px 10px;
    height: 85px;
    line-height: 85px;
    text-align: center; 
    background: #fff;
    box-shadow: 0 0 3px #eee;
	 border:1px solid #e3e2e2; 
}

.partners-logo li img {
    vertical-align: middle;
    max-width: 90%;
    margin: 0 5%;
    max-height: 85px;
}
 
 
.partners-logo li:nth-of-type(4n) {
    margin-right: 0%;

}

.partners-ind-h2 {
    margin-top: 0;
}


input[type=radio],
input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
}

input[type=radio]:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
}

input[type=checkbox]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #ddd;
    box-sizing: border-box;
}

input[type=checkbox]:checked:after {
    border: 4px solid #ddd;
    background-color: #8d0b2b;
}

input[type=radio]:checked:after {
    content: "L";
    transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
    -webkit-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
    border-color: #252c5c;
    background-color: #181e44;
}

.guest-ind-img {
    width: 100%;
}

.guest-ind-tit {
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 8% 5%;
}

.guest-ind-tit-h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.guest-ind-tit-p {
    font-size: 13px;
}

.ebox-email {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #181e44;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #181e44;
    background-color: #181e44;
}


.profile-wrap {
    width: 100%;
    overflow: hidden;
}

.Right-suspension-x {
  width: 160px;
   position: absolute;
    z-index: 998;
    right: calc((100% - 1200px)/2 - 210px);
    top: 420px;
    width: 160px;
}

.Right-suspension-wrap {
    width: 100%;
    position: relative;
}

.Right-suspension {
   
   
}

.Right-suspension-con {
    width: 160px;
    top: 100px;
}
 
.Right-suspension-con span {
    width: 100%;
    display: block;
    border-radius: 4px;
    text-align: center;
    height: auto;
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
    text-align: center;
}

.Right-suspension-con span img {
    display: block;
}

.Right-suspension-con span:last-child {}

.Right-suspension-con span a {
    color: #fff;
    display: block;
}

.Right-suspension-con-img {
    width: 100%;
    height: 54px;
    background: url(./images/gundong-img.png) no-repeat;
    margin-bottom: 10px;
    color: #fff;
    line-height: 54px;
    text-align: center;
}

.Right-suspension-con-a1 {
    background: #fff;
    text-align: center;
    line-height: 45px;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    border: 2px solid #181e44;
    transition: 200ms;
    margin-top: 10px;
    transition: 0.3s;
}

.Right-suspension-con-a1 a {
    display: block;
    color: #181e44;

}

.Right-suspension-con-a1:hover {
    background: #181e44;
}

.Right-suspension-con-a1:hover a {
    color: #fff;
}

.Right-suspension-con-a2 {
    margin-top: 10px;
    background: #181e44;
    text-align: center;
    line-height: 45px;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    border: 2px solid #181e44;
    transition: 200ms;
}

.Right-suspension-con-a2 a {
    display: block;
    color: #fff;
}

.Right-suspension-con-a2:hover {
    background: #fff;
}

.Right-suspension-con-a2:hover a {
    color: #181e44;
}

.Right-suspension-con-tit {
    color: #fff;
    font-size: 28px;
    font-style: initial;
    vertical-align: sub;
}

.Right-suspension-con-s {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #1c255c;
    cursor: pointer;
    transform: 200ms;
}

.Right-suspension-shrinkage {
    width: 100%;
    overflow: hidden;
}

.Right-suspension-shrinkage .ewmbox1 {
    background-color: #fff;
    box-sizing: border-box;
    border: 2px solid #181e44;
    padding: 4px;
    border-radius: 4px;
}

.Right-suspension-shrinkage .ewmbox1 img {
    max-width: 100%;
    display: block;
}

/*内页*/
.profile-con-l {
    width: 62%;
    float: left;
    overflow: hidden;
}

.profile-con-Horizontal {
    width: 100%;
    overflow: hidden;
}

.profile-con-Horizontal span {
    width: 57px;
    height: 5px;
    background: #d0125c;
    display: block;
    margin-bottom: 20px;
}

.profile-con-h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.profile-con-time {
    font-size: 16px;
    margin-bottom: 20px;
}

.profile-con-p {
    color: #666;
    font-size: 14px;
}

.profile-con-r {
    width: 30%;
    float: right;
    text-align: center;
}

.profile-con-l-bot {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.profile-con-l-bot-c-img {
    float: left;
    margin-right: 10px;
}

.profile-digital {
    font-size: 28px;
    color: #d0125c;
    font-weight: bold;
}

.profile-square {
    font-weight: bold;
    margin-left: 5px;
}

.profile-con-l-bot-c {
    float: left;
    margin-right: 37px;
}

.profile-con-l-bot-c:last-of-type {
    margin-right: 0;
}

.profile-con-l-bot-c-tit {
    float: left;
}

.profile-con-l-bot-c-bot {
    font-size: 14px;
    color: #999;
}

.profile-wrap-line {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin: 70px 0;
}

.profile-con-date {
    font-size: 34px;
    margin-top: 40px;
}

.profile-con-date span {
    font-size: 17px;
}

.profile-con-date-b {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.profile-con-date-b strong {
    color: #d0125c;
    font-size: 16px;
}

.industry-p {
    margin-top: 25px;
}

.Business-l {
    width: 76%;
}

.profile-Business-wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 68px;
}

.profile-Business-li {
    width: 33.333%;
    float: left;
}

.profile-Business-img {
    text-align: center;
    padding-bottom: 25px;
    height: 74px;
    border-bottom: 5px solid #353a64;
    position: relative;
}

.profile-Business-img span {
    display: block;
    background: #353a64;
    border-radius: 15px;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 8px);
}

.profile-Business-tit {
    padding: 20px 20px;
    font-size: 14px;
}

.profile-Business-li:last-of-type .profile-Business-tit {
    text-align: center;
}

.mark-con-l {
    width: 56%;
}

.mark-con-r {
    width: 39%;
    padding-top: 20px;
}

.profile-contact-wrap {
    width: 100%;
    padding: 35px 0 20px 0;
    overflow: hidden;
}

.profile-contact-wrap li {
    float: left;
    width: 28%;
    margin-right: 7%;
}

.profile-contact-wrap li:last-of-type {
    margin-right: 0;
}

.profile-contact-img {
    float: left;
    margin-right: 7%;
}

.profile-contact-tit {
    float: left;
}

.profile-contact-tit h3 {
    font-size: 18px;
}

.profile-contact-tit p {
    font-size: 14px;
}




.Basic-information {
    width: 100%;
    margin-bottom: 35px;
    overflow: hidden;
}

.Basic-information-con {
    width: 40%;
    float: left;
    background: #f6f6f6;
    padding: 4%;
    min-height: 485px;
}

.Basic-information-con:last-of-type {
    float: right;
}

.Basic-information-tit {
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 35%;
    line-height: 32px;
}

.Basic-information-tit-r {
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.Basic-information-con-li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
}

.Basic-information-con-li:last-of-type {
    margin-bottom: 0;
}

.The-cost-h2 {
    font-size: 20px;
    color: #d0125c;
    width: 100%;
    margin-bottom: 15px;
}

.The-cost-h2-2 {
    margin-top: 30px;
}

.The-cost-table {
    width: 100%;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    text-align: center;

}

.The-cost-table td {
    border: 1px solid #e5e5e5;
    padding: 6px;
}

.The-cost-tit {
    background: #eaeaea;
    font-size: 16px;
    font-weight: bold;
}

.The-cost-tit td {
    border: 1px solid #d2d2d2;

}



.range-con-h2 {
    font-size: 18px;
    color: #d0125c;
    margin-top: 12px;
}

.range-con-p {
    font-size: 14px;
    margin: 6px 0 10px;
}

.range-con-link {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.range-con-img {
    width: 100%;
    margin-top: 45px;
}

.review-li-tit {
    width: 94%;
    height: 50px;
    cursor: pointer;
    padding: 0 3%;
    font-size: 18px;
    line-height: 50px;
}

/*.review-li-tit.curr{
    color:#d0125c;
}*/
.review-li-img {
    width: 27px;
    margin-top: 15px;
    height: 16px;
    float: right;
    background: url(../images/review-img3.png) center no-repeat;
}

.review-li-img.curr {

    background: url(../images/review-img1.png) center no-repeat;
}

.review-li-con {
    padding: 15px 0;
    display: none;
}

.review-li-con.curr {
    display: block;
}

.review-li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.review-li:first-of-type {

    border-top: 1px solid #e5e5e5;
}

.review-li-a {
    width: 180px;
    height: 38px;
    background: #d0125c;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 38px;
    border-radius: 25px;
    margin: 25px auto;
    transition: 400ms;
}

.review-li-a:hover {
    background: #eb367d;
    color: #fff;
}

.review-li-a img {
    vertical-align: sub;
    margin-left: 6px;
}

.review-li-con img {
    max-width: initial;
}

.contact-cat-img {
    vertical-align: middle;
    margin-right: 10px;
}

.contact-h4 {
    color: #d0125c;
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-cat-top-tit {
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.contact-cat-top-tit-p {
    line-height: 30px;
    margin-bottom: 6px;
    color: #333;
}

.contact-cat-top-tit-p-2 {

    line-height: 30px;
    color: #666;
}


.activities-con-h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #191e44;
    width: 94%;
    height: 46px;
    line-height: 46px;
    padding: 0 3%;
}

.activities-con-bot li {
    width: 47.5%;
    float: left;
    margin: 40px 5% 0 0;
}

.activities-con-bot li:nth-of-type(2n) {
    margin-right: 0;
}

.activities-con-bot-img {
    width: 27.5%;
    float: left;
}

.activities-con-bot-img img {
    max-width: initial;
}

.activities-con-bot-tit {
    width: 68%;
    float: right;
}

.activities-con-bot-time {
    padding: 6px 25px;
    float: left;
    background: #d0125c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.activities-con-bot-h2 {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    font-size: 15px;
    padding: 9px 0;
    height: 43px;
}

.activities-con-bot-p {
    font-size: 14px;
}

.activities-con-bot {
    width: 100%;
    overflow: hidden;
}

.activities-con-h2-bot {
    margin-top: 85px;
}

.activities-con-secondary-h2 {
    font-size: 18px;
    margin: 35px 0 0 0;
    font-weight: bold;
    color: #191e44;
}

.activities-con-secondary-h3 {
    line-height: 35px;
    color: #666;
    font-size: 16px;
}

.activities-con-secondary-h4 {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: 10px;
}



.speakers-h2 {
    font-size: 24px;
}

.speakers-h2 span {
    color: #d0125c;
}

.speakers-con {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.speakers-con-img {
    width: 100%;
    overflow: hidden;
    height: 253px;
    line-height: 253px;
    text-align: center;

}

.speakers-con-img img {
    height: 253px;

}

.speakers-con li {
    width: 23%;
    margin: 0 2.6% 50px 0;
    padding-bottom: 20px;
    float: left;
    border-bottom: 1px solid #e5e5e5;

}

.speakers-con li:nth-of-type(4n) {
    margin-right: 0%;

}

.speakers-con-h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 16px 0 6px 0;
}

.speakers-con-p {
    width: 100%;
    height: 24px;
    overflow: hidden;
}

.exhibitors-comments {
    width: 100%;
    overflow: hidden;
}

.exhibitors-comments li {
    width: 92%;
    overflow: hidden;
    background: #0083cb;
    padding: 0 4%;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: 50px;
}

.exhibitors-comments li:nth-of-type(2n) {
    background: #bf3884;
}

.exhibitors-comments li:nth-of-type(3n) {
    background: #c89a4c;
}

.exhibitors-comments li:nth-of-type(4n) {
    background: #325694;
}

.exhibitors-comments-imt {
    width: 34.5%;
    float: left;
}

.exhibitors-comments-imt img {
    max-width: initial;
    display: block;
}

.exhibitors-comments-con {
    width: 61%;
    float: right;
    color: #fff;
}

.exhibitors-comments-con-h2 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 30px;
}

.exhibitors-comments-con-tit {
    font-size: 14px;
    margin: 6px 0 15px 0;
}

.exhibitors-comments-con-con {
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.exhibitors-comments-con-r {
    text-align: right;
}

.Enews-wrap {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}

.Enews-left {
    width: 50%;
    margin-left: 7%;
    float: left;
}

.Enews-left-img {
    width: 25%;
    float: left;
}

.Enews-left-tit {
    width: 69%;
    margin-left: 6%;
    float: left;
}

.Enews-left-tit-h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #155aaa;
}

.Enews-left-tit-p {
    font-size: 14px;
}

.Enews-right {
    width: 32%;
    float: left;
    text-align: center;
}


/*新闻*/
.new-list-content {
    width: 100%;
    padding-left: 0;
}

.new-information-tit-top {
    float: left;
    width: 7.5%;
    text-align: center;
    background: #f5f4f4;
    padding: 25px 0 8px 0;
}

.new-information {
    font-size: 16px;
    color: #666;
    margin-top: 8px;
}

.new-information-tit {
    width: 80%;
    margin-left: 2.5%;
    float: left;
}

.new-information-riq {
    font-size: 42px;
    color: #737272;
}

.new-list-name {
    font-size: 16px;
    line-height: initial;
    margin: 8px 0 10px 0;
}

.new-list-content .new-text {
    font-size: 14px;
}

.index-new-more {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/press-img1.png) no-repeat center center #fff;
    color: #e7e7e7;
    margin-top: 30px;
    border: 1px solid #e7e7e7;
    display: block;
    min-width: initial;
    font-size: 18px;
    transition: 400ms;
}

.new-list-li:hover .index-new-more {
    background: url(../images/press-img2.png) no-repeat center center #8BC34A;
    border: 1px solid #8BC34A;
} 

.Search-ComboBox {
    width: 100%;
    height: 58px;
    margin: 20px 0 60px;
}

.news-wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.Search-ComboBox-text {
    display: none;
}

.Search-ComboBox-ul {
    display: block;
    width: 100%;
    height: 58px;
    position: initial;
}

.Search-ComboBox-li {
    width: calc(33.33% - 1px);
    line-height: 58px;
    height: 58px;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    float: left;
    border-right: 1px solid #e5e5e5;
}

.Search-ComboBox-li:last-of-type {
    border-right: none;
}

.Search-ComboBox-li a {
    transition: 400ms;
    height: 58px;
}

.Search-ComboBox-li a:hover {
    background: #191e44;
}

.PagingList a.curr {
    background: #191e44;

}

.new-row {
    width: calc(44% - 2px);
    margin-right: 4%;
    padding: 2%;
    border: 1px solid #e5e5e5;
}

.new-row:last-of-type {
    margin-right: 0;
}

.new-img-row {
    width: 42%;
    float: left;
    border-bottom: none;
    /*position:relative;*/
}

.new-img-row img {
    /*height:100%;*/
    /*position:absolute;
    max-height:initial;
    max-width:initial;*/
    /*left:-50%;
    margin-left:50%;*/

}

.new-img-row-tit {
    width: 55%;
    float: right;
}

.new-title {
    font-size: 16px;
}

.new-text {
    font-size: 14px;
    height: 50px;
    overflow: hidden;
}

.new-information {
    font-size: 14px;
    color: #999;
}

.new-more {
    color: #fff;
    background: #181e44;
    font-size: 14px;
    border: 1px solid #181e44;
    padding: 0 20px;
    transition: 400ms;
}

.new-more:hover {
    background: #3d457b;
}

.new-more img {
    vertical-align: sub;
    margin-right: 10px;
}

/*新闻*/


/*展商搜索*/
.exhibitor-search {
    width: 68%;
    float: left;
    margin-right: 7%;
}

.exhibitor-recommendation {
    width: 25%;
    float: right;
}

.search-box {
    padding: 30px 0;
}


.exhibitor-search-box {
    padding: 30px 0;
}

.exhibitor-search-box .dropdown {
    width: 48%;
    border: 1px solid #cccccc;
    float: left;
    margin-right: 4%;
    box-sizing: border-box;
    font-family: 微软雅黑;
}
.exhibitor-search-box .search-select{
    height: 44px;
    line-height: 44px;
    padding: 14px 12px;
    border-radius: 4px;
}
.exhibitor-search-input-box {
    width: 48%;
    float: left;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    /*overflow: hidden;*/
}

.exhibitor-search-input {
    border: 1px solid #cccccc;
    border-right: none;
    color: #999;
    padding: 14px 12px;
    width: 70%;
    float: left;
    height: 44px;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.exhibitor-search-btn {
    border: none;
    outline: none;
    height: 44px;
    line-height: 40px;
    width: 30%;
    font-family: 微软雅黑;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background: #191e44;
    float: right;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.word-search-box {
    padding: 15px 30px;
    background: #ebebeb;
    border-radius: 3px;
}

.word-search-box a {
    padding: 2px 6px;
    color: #666;
}

.word-search-box a:hover {
    text-decoration: underline;
    color: #d42669;
}

.word-search-box a.curr {
    text-decoration: underline;
    color: #d42669;
}


.exhibitor-list {
    margin-bottom: 70px;
}

.exhibitor-list-table {
    display: table;
    width: 100%;
}

.exhibitor-list-table .list-table-row {
    display: table-row;
    width: 100%;
}

.exhibitor-list-table .list-table-cell {
    display: table-cell;
    box-sizing: border-box;
    padding: 20px 32px;
    vertical-align: middle;
}

.exhibitor-list-table .list-table-top .list-table-row .list-table-cell {
    border-bottom: 3px solid #191e44;
    font-size: 16px;
    font-weight: 700;
    color: #191e44;
}
.list-table-bottom{
    border-bottom: 1px solid #dcdcdc;
}
.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell {
    /*border-bottom: 1px solid #dcdcdc;*/
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type {
    padding-right: 0;
    text-align: center;
    line-height: 100px;
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type a {
    display: table-row;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type a img {
    vertical-align: middle;
    /*position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);*/

}

.exhibitor-list-table .list-table-bottom .list-table-row:nth-of-type(even) {
    background: #f9f8f8;
}


.recommendation-title {
    padding: 20px 20px 40px 20px;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #191e44;
    font-size: 20px;
    font-weight: 700;
    color: #191e44;
    margin: 30px 0;
}

.recommendation-item {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    /*margin-bottom: 20px;*/
    width: 100%;
    height: 300px;
    line-height: 260px;
    overflow: hidden;
    text-align: center;
    padding: 20px 5%;
}

.recommendation-item a {
    display: block;
}

.recommendation-item img {
    max-width: 90%;
    max-height: 260px;
    vertical-align: middle;
    height: auto;
    display: inline-block;
}

.recommendation-item:hover .exh-pro-tit-wrap {
    transition: 400ms;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    /*兼容-webkit-引擎浏览器*/
    -moz-transform: translateY(0px);
    /*兼容-moz-引擎浏览器*/
}

.exh-pro-tit-wrap {
    position: absolute;
    height: 76px;
    left: 0;
    bottom: 0;
    width: 91%;
    padding: 2% 5% 0;
    background: rgba(0, 0, 0, 0.4);
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    text-align: left;
    transition: 400ms;
    transform: translateY(37px);
    -webkit-transform: translateY(37px);
    /*兼容-webkit-引擎浏览器*/
    -moz-transform: translateY(37px);
    /*兼容-moz-引擎浏览器*/
}

.exh-pro-tit-t {
    width: 100%;
    overflow: hidden;
}

.exh-pro-tit-t-l {
    float: left;
}

.exh-pro-tit-t-r {
    float: right;
}

.exh-pro-tit-t-b {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.product-type-title {
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    background: #191e44;
}

.product-type-list {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.product-type-list a {
    display: block;
    padding: 12px 20px 12px 20px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    background: url(./images/right.png) right 10px center no-repeat;
}

.product-type-list a span {
    color: #999999;
}

.exhibitor-detail {
    border-top: 1px solid #dedede;
}

.exhibitor-infor-box {
    padding: 30px 0;
    overflow: hidden;
}

.exhibitor-infor-img {
    float: left;
    width: 185px;
    height: 185px;
    line-height: 185px;
    margin-right: 52px;
    border: 1px solid #e5e5e5;
    text-align: center;
    overflow: hidden;
    padding: 10px;
}

.exhibitor-infor-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.exhibitor-infor-text-top {
    margin-top: 55px;
}

.exhibitor-infor-text {
    overflow: hidden;
    margin-top: 40px;
}

.exhibitor-infor-text p {
    line-height: 24px;
    padding: 5px 0;
}

.red-text {
    /*color: #d0125c;*/
}

.dropdown .selected,
.dropdown li {
    color: #333;
}

.exhibitor-infor-profile {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.exhibitor-infor-content {
    background: #f7f7f7;
    padding: 20px 35px;
    line-height: 28px;
}

.exhibitor-infor-product-title {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #bebebe;
}

.exhibitor-infor-product-title span {
    display: inline-block;
    border-bottom: 1px solid #d0125c;
    padding: 10px 0;
    margin-bottom: -1px;
}

.detail-prduct-list {
    font-size: 0;
}

.detail-prduct-list .product-item {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 10px;
    vertical-align: top;
}

.detail-prduct-list .product-item:nth-of-type(3n) {
    margin-right: 0;
}

.detail-prduct-list .product-item img {
    display: inline-block;
}

.detail-prduct-list .product-img-box {
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.detail-prduct-list .product-img-box img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 300px;
    /*position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);*/
}

.detail-prduct-list .product-name {
    font-size: 16px;
    color: #333;
    padding: 20px 0;
    line-height: 24px;
    text-align: center;
}


/*按展品搜索*/
.exhibitor-product-search {
    border: 1px solid #e3e3e3;
    padding: 35px 30px;
}

.exhibitor-product-top {
    border-bottom: 2px solid #e8e8ec;
    padding-bottom: 10px;
}

.exhibitor-product-title {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    padding: 14px 0;
}

.exhibitor-product-word {
    overflow: hidden;
    padding: 10px 0;
}

.exhibitor-product-word a {
    position: relative;
    display: inline-block;
    min-width: 129px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    margin-right: 20px;
    margin-bottom: 17px;
    text-align: center;
}

.exhibitor-product-word a.curr,
.exhibitor-product-word a:hover {
    border: 1px solid #d0125c;
    color: #d0125c;
}

.exhibitor-product-word a.curr:after {
    position: absolute;
    right: -6px;
    top: -6px;
    content: '×';
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    background: #d0125c;
    color: #FFF;
    text-align: center;
}

.exhibitor-product-bottom {
    padding: 50px 0 0;
}

.exhibitor-product-search-keyword {
    position: relative;
    max-width: 732px;
    margin: 0 auto;
}

.product-keyword-input {
    width: 100%;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.product-keyword-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    cursor: pointer;
    width: 120px;
    height: 50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #191e44 url(./images/search.png) center center no-repeat;
}

.product-keyword-box {
    max-width: 732px;
    margin: 0 auto;
    padding-top: 30px;
}

.product-keyword-row {
    font-size: 18px;
    color: #000000;
}

.product-keyword-row a {
    font-size: 14px;
    color: #999999;
    padding: 0 10px;
}

.product-list {
    padding: 50px 0;
    font-size: 0;
}

.product-list .product-item {
    display: inline-block;
    width: 23%;
    margin-right: 2.25%;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    margin-bottom: 50px;
    vertical-align: top;
}

.product-list .product-item:nth-of-type(4n) {
    margin-right: 0;
}

.product-list .product-item .product-img-box {
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    text-align: center;
}

.product-list .product-item .product-img-box a {
    display: block;
}

.product-list .product-item .product-img-box img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 300px;
    /*position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);*/
}

.product-list .product-item .product-detail-text {
    padding: 0 6%;
}

.product-list .product-item .product-name {
    font-size: 16px;
    color: #666;
    font-weight: 700;
    padding: 10px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.product-list .product-item .product-name a {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.product-list .product-item .company-name {
    font-size: 15px;
    height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333;
    padding: 20px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.product-list .product-item .company-name a {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.company-infor-box {
    padding: 10px 0 20px;
}

.local-text {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.local-icon {
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(./images/local.png) no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}

.product-detail-link {
    float: right;
    font-size: 16px;
    color: #d0125c;
}

/*展商搜索*/

.Search-ComboBox-li.current {
    background: #32a8dc;
}

.Search-ComboBox-li.current a {
    color: #fff;
}

.prev-page:after,
.prev:after {
    color: #32a8dc;
}

.next-page:after,
.next:after {
    color: #32a8dc;
}

.Business-travel-wrap {
    width: 100%;
    overflow: hidden;
}

.Business-travel-wrap li {
    width: 48%;
    float: left;
    margin: 0 4% 45px 0;
    overflow: hidden;
}

.Business-travel-wrap li:nth-of-type(2n) {
    margin-right: 0;
}

.Business-travel-img {
    width: 100%;
    overflow: hidden;
}

.Business-travel-img img {
    width: 100%;
}

.Business-travel-h2 {
    color: #d0125c;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.Business-travel-p {
    font-size: 14px;
    line-height: 25px;
}

.How-get-h2 {
    font-size: 16px;
    font-weight: bold;
}

.How-get-img {
    margin: 30px 0 25px 0;
}

.How-get-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 20px 0;
}

.How-get-h1 {
    font-size: 16px;
    font-weight: bold;
    color: #d0125c;
    margin: 5px 0 15px 0;
}

.How-get-h1 img {
    vertical-align: sub;
    margin-right: 8px;
}

.How-get-p {
    line-height: 35px;
    font-size: 14px;
}


.Hotel-accommodation-wrap {
    width: 100%;
    overflow: hidden;
}

.Hotel-accommodation-wrap li {
    width: 31%;
    margin: 0 3.5% 40px 0;
    overflow: hidden;
    float: left;
}

.Hotel-accommodation-wrap li:nth-of-type(3n) {
    margin-right: 0;
}

.Hotel-accommodation-img {
    width: 100%;
    margin-bottom: 10px;
}

.Hotel-accommodation-img img {
    width: 100%;
}

.Hotel-accommodation-tit {
    font-size: 16px;
    margin: 3px 0;
}

.Hotel-accommodation-tit a {
    color: #000;
}

.Hotel-accommodation-tit-r {
    float: right;
}

.Hotel-accommodation-tit-r span {
    float: right;
    margin-left: 3px;
}

.Hotel-accommodation-p {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.Hotel-accommodation-p img {
    vertical-align: middle;
    margin-right: 4px;
}



.search-row {
    position: absolute;
    width: 100%;
    background: #eee;
    top: 40px;
    left: 0;
    padding: 20px 0;
    display: none;
}

.search-top {
    width: 100%;
    position: relative;
}

.search-input {
    display: block;
    height: 3em;
    background: #fff;
    width: 100%;
    border: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.txt-input-error {
    border: 1px solid red;
}

.search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    border: 0;
    background: #2e0845;
    font-size: 24px;
    /*font-weight: bold;*/
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.search-button img {
    vertical-align: middle;
    width: 26px;
}

.js-swiper .swiperpic {
    width: 100%;
}

.search-terms-row {
    padding: 20px;
    padding-bottom: 0;
}

.search-terms-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
}

.search-terms-line {
    text-align: center;
}

.search-terms {
    line-height: 24px;
    color: #e60012;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
}

.search-terms i {
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: 3px;
    margin-right: 20px;
}

.search-terms:hover {
    color: #666;
}


.crumbs {
    padding: 10px 0;
}

.crumbs-a {
    color: #dc021b;
}

.crumbs-a:after {
    content: '>';
    position: relative;
    margin: 0 10px 0 8px;
    font-size: 16px;
}

.crumbs-a:hover {
    color: #000;
}

.crumbs-curr {
    color: #000;
    font-weight: bold;
    line-height: 40px;
}

.Title {
    margin-top: 30px;
    font-size: 24px;
    color: #dc021b;
    line-height: 28px;
}

.newsList-row {
    width: 100%;
    margin-right: 4%;
    float: left;
    overflow: hidden;
    margin-bottom: 60px;
}

.newsList {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.newsList-img {
    float: left;
    margin-right: 25px;
    width: 210px;
    overflow: hidden;
    display: table;
    text-align: center;
}

.newsList-img a {
    display: table-cell;
    width: 210px;
    height: 146px;
    line-height: 0;
    vertical-align: middle;
}

.newsList-img a img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.newsList-text-row {
    margin-left: 240px;
    position: relative;
}

.newsList-name {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.newsList-text {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.newsList-detail {
    /* float: right; */
    border-radius: 15px;
    display: inline-block;
    padding: 6px 20px;
    color: #FFF;
    font-size: 14px;
    background: #191e44;
    margin-top: 10px;
    transition: 0.3s;
}


.search-in {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


.classhen {
    width: 100%;
    padding: 0 20px;
    line-height: 30px;
}

.classhen img {
    margin-right: 15px;
    vertical-align: bottom;
}



/*内页*/



.recommendation-product-list {
    position: relative;
}

.product-list-wrap {
    max-height: 1600px;
    width: 100%;
    overflow: hidden;
}

.pro-button-next {
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin: 15px 0;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    transition: 400ms;
}

.pro-button-next img {
    vertical-align: bottom;
    margin-left: 3px;
    width: 28px;
}

.pro-button-next:hover {
    color: #333;
}



/* 手机分页样式 */
.visible-xs-block {
    overflow: hidden;
    display: none;
}

.visible-xs-block {
    border: none !important;
}

.visible-xs-block li {
    margin-top: 10px;
    height: 41px;
    line-height: 40px;
    border: none;
    width: calc(100% / 3);
    float: left;
    text-align: center;
}

.visible-xs-block li a:hover {
    background-color: #fff !important;
}

.visible-xs-block li a span:hover {
    background-color: #fff !important;
}

.visible-xs-block li a span {
    border: none;
}

/**分页**/
.paginate {
    text-align: center;
    margin-top: 30px;
}

.paginate>li {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}

.paginate>li>span,
.paginate>li>a {
    color: #000;
    display: block;
    padding: 2px 10px;
    border: 1px solid #e5e5e5;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.paginate>.disabled>span {
    background: #f7f7f7;
}

.paginate>li>a:hover,
.paginate>.active>span {
    background: #d00212;
    color: #fff;
    border: 1px solid #d00212;
}
.linkindexnew{
    display:block;
    text-align: right;
}
.err-row{
    border-color: red !important;
}

.imgtopbg{
    background-color: #e8f3f9;
    background-image: url('./images/bglbh.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.proimgBox li{
    float: left;
    width: calc(100%/4 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
}
.proimgBox li:nth-of-type(4n){
    margin-right: 0;
}
.whyjam-box .box-c .activity-box .activity-ul{
    margin-top: 30px;
}
.whyjam-box .box-c .activity-box .activity-ul li{
    width: 50%;
    background: #fff;
    float: left;
    line-height: 1.5;
    padding: 0;
}
.whyjam-box .box-c .activity-box .activity-ul li:nth-of-type(2n){
    background: #fff;
}
.moblebanners{
    display: none
}
.moblebanners img{
    max-width: 100%;
}

.xiaochengxu{
    margin-right: 10px;
}


.whyboxgoubbb{
    margin-top: 10px;
}
.whyboxgoubbb li{
    width: calc(100%/2 - 20px);
    margin-right: 40px;
    float: left;
    margin-bottom: 20px;

}

.whyboxgoubbb li .titboxa{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}


.whyboxgoubbb li .value-info{
    width: 100%;
    text-align: justify;
}
.whyboxgoubbb li:nth-child(2n){
    margin-right: 0;
}

.itemaaaaa{
    margin-top: 20px;
}
.itemaaaaa .item{
    float: left;
}

.itemaaaaa .item ul li{
    box-sizing: border-box;
   
    margin-bottom: 0;
    padding: 0!important;
    line-height: 1.5!important;
}

.itemaaaaa .item ul li:nth-child(2n){
    background-color: #fff !important;
}
.itemaaaaa .item:nth-child(1) ul li{
    width: 50%;
    float: left;
}
.itemaaaaa .item .titaaa{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


.itemaaaaa .item:nth-child(1){
    width: 60%;
}
.itemaaaaa .item:nth-child(2){
    width: 40%;
}
.pchidebox{
    display: none
}
/* 供求信息表单start */
.supply_and_demand_box{
    border: 1px #ddd solid;
    padding: 50px 10%;
    box-sizing: border-box;
    margin-bottom: 40px;
    /* background: #f7f7f7; */
}
 .supply_and_demand_box input[type="radio"]{
    /* opacity: 0; */
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 5px;
 }

.supply_and_demand_box input[type="radio"]:after{
    content: '';
    width: 18px;
    height: 18px;
    border: 1px #e0f1e9   solid;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: -1px;
  }

.supply_and_demand_box input[type="radio"]:checked:after{
     border: 1px #c0d0c8  solid;
}
.supply_and_demand_box input[type="radio"]:checked:before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #aab3ad;
    display:block;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 2;
    border-radius: 50%;
}

.supply_and_demand_box .title{
    text-align: center;
    color: #d42669;
}
.supply_and_demand_box .formbox .item{
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 20px;
    /* background-color: #ff0; */
}
.supply_and_demand_box .formbox .tiptxt{
    /* border: 1px #e0f1e9  solid; */
    padding: 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #d42669;
    font-style: oblique;
    background-color: #faf7fd;
}

.supply_and_demand_box .formbox{
    border-top: 1px #e0f1e9  solid;
    padding-top: 20px;
    margin-top: 40px;
}
.supply_and_demand_box .formbox .item .box-l{
    width: 100px;
    float: left;
    line-height: 48px;

}

.supply_and_demand_box .formbox .item .box-l span{
    color: #f00;
}

.supply_and_demand_box .formbox .item .box-r{
    width: calc(100% - 120px);
    float: left;
    margin-left: 20px;
}
.supply_and_demand_box .formbox .item .box-r .labelbox{
    margin-top: 10px;
}
.supply_and_demand_box .formbox .item .box-r label{
    display: inline-block;
    width: 33%;
    float: left;
    margin-bottom: 10px;
}
.supply_and_demand_box .formbox .item .box-r label:after {
    display: block;
    content: "";
    clear: both;
}
.supply_and_demand_box .formbox .item .box-r label span {
    float: left;
    width: calc(100% - 30px);
}
.supply_and_demand_box .formbox .item .box-r label input {
    float: left;
    margin-top: 3px;
}

.supply_and_demand_box .formbox .item .box-r .inps{
    width: calc(100% - 4px);
    border: 1px #e0f1e9  solid;
    padding: 14px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;

}

.supply_and_demand_box .formbox .item .box-r .areasty{
    width: calc(100% - 4px);
    border: 1px #e0f1e9  solid;
    padding: 14px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    resize: none;
    outline: none;
    height: 150px;
    font: 16px Arial, Helvetica, sans-serif;

}

.supply_and_demand_box .formbox  .btnstyle{
    display: block;
    width: 240px;
    height: 50px;
    margin: 40px auto 0;
    background-color: #191e44;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.6s;
    font-weight: bold;
    letter-spacing: 3px;

}

.supply_and_demand_box .formbox  .btnstyle:hover{
   background: #fff;
    color: #191e44;
    border: 2px solid #191e44;
}
.supply_and_demand_box .formbox .item .box-r .err-row1{
    border: 1px #f00 solid;
}
/* 供求信息表单stop */
@media screen and (max-width: 1560px) {
    .Right-suspension-x{
       display: none;
    }
}
@media screen and (max-width: 680px) {
   
    .page-subscription-row{
        padding: 20px;
    }
    .subscribeForm select{
        width: 100%;
        margin-bottom: 10px;
    }

    .page-subscription-row .subscription-input{
        width: calc(100% - 90px);

    }
    .moblebanners{
        display: block
    }
    .paginate {
        display: none;
    }
    .baolilogo{
        display: none
    }

    .visible-xs-block {
        display: block;
    }

    .blogrollbox {
        margin-bottom: 30px;
    }

    body .popbox {
        width: 96% !important;
        padding-bottom: 20px;
    }

    body .popbox .popcontent {
        height: 95%;
        overflow-y: scroll;
        margin-top: 2%;

    }

    body .popbox .popcontent .bigtiti {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        width: 96%;
        margin: 20px auto 20px;
    }

    .new-recommend-li {
        width: 100%;
    }
    .linkindexnew{
        text-align: left;
    }
    .proimgBox li{
        width: calc(50% - 8px);
    }
    .proimgBox li:nth-of-type(2n){
        margin-right: 0;
    }
    .whyjam-box .btnbox a{
        width: 48% !important;
        margin: 30px 0 0;
        box-sizing: border-box;
    }
    .whyjam-box .btnbox  a.bggread{
        margin-right: 2%;
    }
    .whyboxgoubbb li{
        width: 100%;
    }

    .itemaaaaa .item:nth-child(1){
        width: 100%;
    }
    .itemaaaaa .item:nth-child(2){
        width: 100%;
    }
    .itemaaaaa .item:nth-child(1) ul li{
       width: 100%; 
    }
    .pcshowlink{
        display: none
    }
     .supply_and_demand_box{
        border: none;
    }




   
    .supply_and_demand_box .formbox{
        margin-bottom: 40px;
        width: 96%;
    margin: auto;
    }
    .supply_and_demand_box .formbox .item .box-l{
        padding: 0;
    }
    .supply_and_demand_box .formbox .item .box-l,.supply_and_demand_box .formbox .item .box-r{
        color: #333;
        font-size: 16px;
    }
    .supply_and_demand_box .formbox .item .box-r{
        width: calc(100% - 100px);
        margin-left: 0;
    }
    .supply_and_demand_box .formbox .item .box-r label{
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    .supply_and_demand_box .formbox .btnstyle{
        margin-bottom: 40px;
    }
}


