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;
    -o-background-size: cover;
    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%;
}

.w1600 {
    max-width: 1600px;
    margin: 0 auto;
    /* overflow: hidden; */
    width: 100%;
}

.w1600-hidden {
    overflow: hidden;
}

/* 颜色 */
/* .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;
}

.gray-text {
    color: #666;
}

.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: #d1125c;
    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;
}

.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 {
    margin-left: 30px;
    position: relative;
}

.language-row .p {
    color: #fff;
    cursor: pointer;
}

.language-row .p a {
    color: #fff;
}

.language-row .p a:not(:last-child):after {
    content: "|";
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    margin-right: 4px;
}

.language-row .p a.curr,
.language-row .p a:hover {
    color: #e63175;
}

.language-row .p img {
    width: 20px;
    vertical-align: middle;
}

.language-row:hover .lang {
    display: block;
}

.language-row .lang {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    z-index: 99999;
    border-radius: 0 0 5px 5px;
}

.language-row .lang a {
    display: block;
    padding: 10px;
    color: #333;
    line-height: 1.5;
    height: auto;

}

.language-row .lang a:hover,
.language-row .lang a.curr {
    color: #e63175;
}

.language-row>a {
    width: 22px;
    height: 14px;
    margin: 0 2px;
    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: 70px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    /* -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms; */
}

.suspend-row .logo-row {
    line-height: 62px;
}

.suspend-row .logo-row img {
    width: 170px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}

.logo-row {
    height: 90px;
    line-height: 83px;
}

.logo-row img {
    width: 187px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    vertical-align: middle;
}

.flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-right {
    width: -webkit-calc(100% - 348px);
    width: -moz-calc(100% - 348px);
    width: calc(100% - 348px);
    margin-left: 20px;

}

.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;*/
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;

}

.crexpobtn:hover {
    color: #fff;
    background-color: #d1125c;
}

.baolilogo {
    display: block;
    height: 90px;
    width: 140px;
    background-image: url('../images/footerlogo.png?v=20231');
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: 100%;
    background-size: 100%;
}

.suspend-row .baolilogo {
    height: 70px;
}

.sub-nav-row {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 60px;
    /*
    border-top: 1px solid #ccc;*/
    display: none;
    -webkit-box-shadow: 0 2px 3px #ccc;
    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: 600px; */
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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);
    -moz-transform: skewX(30deg);
    transform: skewX(30deg);
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-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);
    -moz-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);
    -moz-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); */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    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);
    -moz-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: #333;
    padding: 46px 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;*/

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    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: -webkit-calc(100% - 305px);
    width: -moz-calc(100% - 305px);
    width: calc(100% - 305px);
    color: #181e44;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.page-subscription-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #f7f7f7;
    padding: 40px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: -webkit-calc(100% - 425px);
    width: -moz-calc(100% - 425px);
    width: calc(100% - 425px);
}

.footer-copyright {
    color: #929292;
    margin-top: 5px;
}

/* 内页banners */
.banners {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banners img {
    display: block;
    width: 100%;
    /* 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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    margin-left: 15px;
    font-weight: bold;

}

.btn-booth {
    border: 2px solid #191e44;
    color: #fff;
    background-color: #191e44;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}

.btn-booth:hover {
    background: #fff;
    color: #191e44;
    border: 2px solid #191e44;
}

.btn-audience {
    border: 2px solid #191e44;
    color: #191e44;
}

.btn-audience:hover {
    background: #191e44;
    color: #fff;
}

.btn-audience2 {
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    border: 2px solid #d42669;
    color: #d42669;
}

.btn-audience2:hover {
    background: #d42669;
    color: #fff;
}

.btn {
    padding: 5px 15px;
}

.btn.radius {
    border-radius: 30px;
}

.btn-primary {
    background: #d42669;
    border: 2px solid #d42669;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #fff;
    color: #d42669;
}

.btn-warning {
    background: #191e44;
    border: 2px solid #191e44;
    color: #fff;
}

.btn.btn-warning:hover {
    background: #fff;
    color: #191e44;
}


/* .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; */
    -webkit-box-shadow: 0 0 5px #edeff1;
    box-shadow: 0 0 5px #edeff1;
    margin-right: 4.5%;
    margin-bottom: 3%;
    /*padding: 2%;*/
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    overflow: hidden;
}

.about-li:hover {

    -webkit-box-shadow: 0 5px 20px #999;

    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    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;
    -o-background-size: 250px;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: #d1125c;
}

.previewbtn {
    max-width: 300px;
    height: 46px;
    background: #181e44;
    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: #d1125c;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    /*自动隐藏文字*/
    -o-text-overflow: ellipsis;
    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;
    /*自动隐藏文字*/
    -o-text-overflow: ellipsis;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-row-item .imgbox {
    float: left;
    width: 30%;
    height: 100%;
}

.news-row-item .imgbox img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-row-item .title {
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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);
    -moz-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);
    -moz-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    background: #f9f9f9;
    z-index: 900;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: inset -3px -10px 9px 0 rgba(187, 187, 187, 0.5);
    box-shadow: inset -3px -10px 9px 0 rgba(187, 187, 187, 0.5);
}

.app-nav {
    padding: 5% 12%;
    height: 100%;
    padding-bottom: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 28px;
    font-weight: bold;

    line-height: 30px;
    color: #181e44;
}

.index-company-title-h4 {
    font-size: 18px;
    color: #d1125c;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.media_reg table .select {
    width: 30%;
    margin-right: 5%;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    padding: 0 5px;
}

.red {
    color: #c81010;
}

.btn_submit {
    background-color: #d1125c;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}

.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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -o-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position: relative;
}

.pink-border.advisory-input {
    border-color: #d1125c !important;
}

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;
    -webkit-box-shadow: 0 0 3px #9ea8e6;
    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%; */
    width: -webkit-calc(92% / 3);
    width: -moz-calc(92% / 3);
    width: calc(92% / 3);
    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: #d1125c;
    width: 100%;
    font-family: Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
    height: 55px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 600px;
}

.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: -webkit-calc(100% / 5 - 20px);
    width: -moz-calc(100% / 5 - 20px);
    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: #d5316d;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hear-sectit {
    font-size: 18px;
    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: 40px;
}

.exhnews li {
    width: 32%;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

.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 .exhnews-img {
    overflow: hidden;
}

.exhnews li .exhnews-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.exhnews li img {
    width: 100%;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.exhtit {
    font-size: 16px;
    margin-bottom: 10px;
}

.exhtit-s {
    margin-bottom: 25px;
}

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    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;
}

.criteria {
    margin-top: 30px;
}

.criteria li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f8f9ff;
}

.criteria li:after {
    content: "";
    clear: both;
    display: block;
}

.criteria li:nth-child(3n) {
    margin-right: 0;
}

.criteria li .insiderbox {
    width: 100%;
}

.criteria li .imgbox {
    float: left;
    width: 50%;
}

.criteria li .imgbox img {
    display: block;
    width: 100%;
}

.criteria li .txtbox {
    float: left;
    width: 50%;
    background: #f8f9ff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.criteria li:nth-child(2n) .imgbox {
    float: right;
}

.criteria li .insiderbox .tit {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.criteria li .insiderbox .info {
    color: #666666;
    line-height: 2;
}

.criteria.graybg li,
.criteria.graybg li .txtbox {
    background: #f3f4f5;
}

.criteria.graybg li .imgbox {
    width: 40%;
}

.criteria.graybg li .txtbox {
    width: 60%;
}

.box-kaandactivit .dakabox {
    margin-top: 80px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.box-kaandactivit .dakabox:after {
    display: block;
    content: "";
    clear: both;
}

.box-kaandactivit .dakabox .item {
    position: relative;
    width: -webkit-calc(100%/6 - 10px);
    width: -moz-calc(100%/6 - 10px);
    width: calc(100%/6 - 10px);
    float: left;
    margin-right: 12px;
    min-height: 182px;
    padding: 70px 10px 30px;
    border: 1px #e6e6e6 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
    text-align: center;
}

.box-kaandactivit .dakabox .item:nth-child(6n) {
    margin-right: 0;
}

.box-kaandactivit .dakabox .item .headerbox {
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -55px;
    background-color: #f6f2f2;
}


.box-kaandactivit .dakabox .item .txtbox .pname {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 10px;
}

.box-kaandactivit .dakabox .item .txtbox .p2 {
    color: #666;
}


.dakabox2 .item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 20;
    position: relative;
    width: 24%;
    margin-bottom: 30px;
}

.dakabox2 .item:nth-child(4n) {
    margin-right: 0;
}

.dakabox2 .headerbox {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f6f2f2;
    margin: 0 auto 20px;
}

.dakabox2 .headerbox img {
    display: block;
    width: 100%;
}

/* .dakabox2 .headerbox:before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #b0d8f0;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -45px;
    z-index: -1;
} */
.dakabox2 .pname {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.dakabox2 .p2 {
    text-align: center;
    color: #666;
}

.box-kaandactivit .smolltit {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    display: none;
}

.meet-box {
    background: #f8f9ff url(../images/meet-bg.png) no-repeat right center;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    float: left;
    width: 69%;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.meet-list {
    list-style-type: disc;
    list-style-image: url(../images/point.png);
    padding-left: 20px;
    color: #333;
}

.meet-list li {
    margin-bottom: 15px;
    font-size: 18px;
}

.meet-box .imgbox {
    float: left;
    width: 40%;
}

.meet-box .imgbox img {
    width: 100%;
    display: block;
}

.meet-box2 {
    border-radius: 10px;
    background: #f3f4f6 url(../images/meet-bg2.jpg) no-repeat right center;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    padding: 40px 30px;
}

.meet-box2 .meet-list {
    list-style: disc;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.meet-box2 .meet-list li {
    font-size: 16px;
    margin: 10px 0;
}

.branch-box {
    background-color: #191e44;
    padding: 50px 30px;
    float: left;
    width: 28%;
    margin-right: 3%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.branch-box .tit {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}

.branch-box .p {
    font-size: 16px;
    margin-bottom: 15px;
}

.high-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.high-list>li {
    float: left;
    margin-bottom: 20px;
    width: -webkit-calc(100%/3 - 2%);
    width: -moz-calc(100%/3 - 2%);
    width: calc(100%/3 - 2%);
    margin-right: 3%;
    background-color: #feeff5;
    padding: 30px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.high-list>li:nth-child(2n) {
    background-color: #f8f9ff;
}

.high-list>li:nth-child(3n) {
    margin-right: 0;
}

.high-list>li.all-li {
    width: 100%;
    margin-right: 0;
}

.high-list>li.pinkbg {
    background-color: #feeff5;
}

.high-list>li.lightbg {
    background-color: #f8f9ff;
}

.high-list .p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.high-list .info {
    color: #666;
}

.point-list {
    list-style-type: disc;
    list-style-image: url(../images/point.png);
    padding-left: 20px;
}

.organizers-box ul {
    width: 100%;
    column-count: 2;
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;

}

.organizers-box li {
    vertical-align: top;
    width: auto;
}

.brand:after {
    content: "";
    clear: both;
    display: block;
}

.brand-l {
    float: left;
    width: 63%;
}

.brand-l .brand-imglist {
    background: #f8f9ff;
    padding: 10px;
    min-height: 355px;
    border-radius: 5px;
}

.brand-l .brand-imglist .item {
    margin: 3px;
    width: -webkit-calc(100%/4 - 6px);
    width: -moz-calc(100%/4 - 6px);
    width: calc(100%/4 - 6px);
    height: 65px;
    line-height: 65px;
    background-color: #fff;
    float: left;
    text-align: center;
}

.brand-l .brand-imglist .item img {
    max-width: 80%;
    max-height: 80%;
}

.brand-r {
    float: right;
    width: 33.5%;
}

.brand-r .vstlist {
    background: #f8f9ff;
    padding: 10px;
    height: 922px;
    border-radius: 5px;
}

.brand-r .vstlist .con {
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.brand-r .vstlist .con li {
    line-height: 33px;
    font-size: 16px;
}

.zone-news .news-l {
    float: left;
    width: 48%;
}

.zone-news .news-l p {
    margin-bottom: 10px;
}

.zone-news .news-l .imgbox {
    overflow: hidden;
    background: #f3f4f5 url(../images/bglbh.jpg) no-repeat center center;
    margin-bottom: 20px;
}

.zone-news .news-l .imgbox img {
    width: 100%;
    vertical-align: middle;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.zone-news .news-l .imgbox:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.zone-news .news-r {
    width: 48%;
    float: right;
}

.zone-news .news-r li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.zone-news .news-l a,
.zone-news .news-r li a {
    color: #666666;
}

.zone-news .news-l a:hover,
.zone-news .news-r li a:hover {
    color: #d1125c;
}

.twobox li {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100%/2 - 14px);
    width: -moz-calc(100%/2 - 14px);
    width: calc(100%/2 - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.twobox li:nth-child(2n) {
    margin-right: 0;
}

.twobox li .imgbox {
    background: #f3f4f5 url(../images/bglbh.jpg) no-repeat center center;
    margin-bottom: 10px;
    overflow: hidden;
}

.twobox li .imgbox img {
    width: 100%;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.twobox li .imgbox:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.pic-list li {
    float: left;
    width: -webkit-calc(100%/3 - 17px);
    width: -moz-calc(100%/3 - 17px);
    width: calc(100%/3 - 17px);
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.pic-list li:nth-child(3n) {
    margin-right: 0;
}

.pic-list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.pic-list li img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.meet-txt {
    background: url(../images/meet-bg4.jpg) no-repeat center center;
    padding: 40px;
    color: #fff;
}

.meet-txt .txt {
    width: 40%;
}

.meet-txt .txt .p1 {
    font-size: 18px;
    margin-bottom: 15px;
}

.scope-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.scope-flex:after {
    content: "";
    display: block;
    clear: both;
}

.scope-flex .item {
    float: left;
    width: -webkit-calc(100%/3 - 2px);
    width: -moz-calc(100%/3 - 2px);
    width: calc(100%/3 - 2px);
    margin-right: 3px;
}

.scope-flex .item:nth-child(3n) {
    margin-right: 0;
}

.scope-flex .item-txt {
    background-color: #191e44;
    color: #fff;
    padding: 30px 25px;
    font-size: 16px;
}

.scope-flex .item-txt ul {
    list-style-type: disc;
    list-style-image: url(../images/point.png);
    padding-left: 20px;
}

.scope-flex .item-txt ul li {
    margin: 12px 0;
}

.scope-flex .img img {
    width: 100%;
    display: block;
}

.preactive li {
    width: -webkit-calc(100%/3 - 6.7px);
    width: -moz-calc(100%/3 - 6.7px);
    width: calc(100%/3 - 6.7px);
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.preactive li:nth-child(3n) {
    margin-right: 0;
}

.preactive li .imgbox {
    overflow: hidden;
    margin-bottom: 10px;
}

.preactive li .imgbox:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.preactive li .imgbox img {
    width: 100%;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.preactive li .tit {
    font-size: 16px;
    text-align: center;
}

.preactive_4 li {
    width: -webkit-calc(100%/4 - 7.5px);
    width: -moz-calc(100%/4 - 7.5px);
    width: calc(100%/4 - 7.5px);
}

.preactive_4 li:nth-child(3n) {
    margin-right: 10px;
}

.preactive_4 li:nth-child(4n) {
    margin-right: 0;
}

@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;

    }

    .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%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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;
        -webkit-box-shadow: 0 0 5px rgba(188, 31, 31, 0.4);
        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: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        -o-background-size: auto 100%;
        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: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        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: -webkit-calc(100% / 5 - 20px);
    width: -moz-calc(100% / 5 - 20px);
    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: -webkit-calc(100% / 5 - 20px);
    width: -moz-calc(100% / 5 - 20px);
    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: #d1125c;
    width: 160px;
    height: 46px;
    line-height: 46px;
    display: block;
    /* border-radius: 4px; */
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
}

.blogrollbox .topbox .applybtn:hover {
    background-color: #1c255c;
}

.linkbox {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    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;
}

.news-bootom .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-bootom .btn {
    margin: 20px 0;
}

.news-bootom .btn a {
    background-color: #d1125c;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    font-size: 16px;
}

.news-bootom .interest {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 17px;
}

.news-bootom .interestedlist {
    margin-bottom: 20px;
}

.news-bootom .interestedlist a {
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 1px 5px;
    border-radius: 4px;
    border: 1px #d1125c solid;
    color: #d1125c;
    margin-bottom: 5px;
}

.news-bootom .interestedlist a:hover {
    background-color: #d1125c;
    color: #fff;
}

@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 {
    float: left;

    border-right: 1px rgba(255, 255, 255, 0.1) solid;
}

.footer-itembox ul li:last-child {
    border: none;
}

.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;
    padding-bottom: 26px;
    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;
}

.footer-bot {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #484848;
    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;
}

.footer-subscription .input {
    display: block;
    height: 44px;
    border: 0;
    width: 100%;
    /* color: #fff; */
    font-weight: bold;
    /* background-color: rgba(221, 221, 221, 0.1); */
    padding: 0 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #181e44;
    -webkit-box-shadow: 0 0 5px #181e44;
    box-shadow: 0 0 5px #181e44;
}

.footer-subscription .subscription-btn {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100px;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
    background-color: #d1125c;
    font-size: 14px;
    padding: 0;
}

.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;
}

.li-e {
    width: 44%;
}

.ewmbox {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: auto;
}

.ewmbox .itemgroub {
    width: 280px;
    margin: auto;
}

.ewmbox .itemgroub .item {
    width: 100px;
    text-align: center;
    float: left;
    margin-right: 80px;
}

.ewmbox .itemgroub .item img {
    width: 100px;
    margin-bottom: 5px;
}

.ewmbox .itemgroub .item:nth-child(2n) {
    margin-right: 0;
}

.ewmbox .itemgroub .item:nth-child(3) {
    margin-top: 10px;
}

.ewmbox .itemgroub .item:nth-child(4) {
    margin-top: 10px;
}

.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) {
    .footer-itembox ul li {
        min-height: 278px;
    }
}

@media screen and (max-width: 992px) {
    .footer-itembox ul li {
        border: none;
        height: auto;
    }

    .li-a,
    .li-c,
    .li-d,
    .li-e {
        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;
    -o-background-size: cover;
    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;
    -o-text-overflow: ellipsis;
    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;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}

.thumbnail.case .caption p b {
    color: rgb(0, 149, 81);
}

.thumbnail.case {
    -webkit-box-shadow: 3px 4px 8px 0 rgba(7, 17, 27, .1);
    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: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.Quick-box .item {
    float: left;
    width: -webkit-calc(100%/8);
    width: -moz-calc(100%/8);
    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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.Quick-box .item a:hover {
    color: #d42669;
    background-color: #fff;
}

.Quick-box .current a {
    color: #d42669;
}

.whyjam-box .box-a {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    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: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    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: -webkit-calc(100%/3 - 81px);
    width: -moz-calc(100%/3 - 81px);
    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;
}

.mt20 {
    margin-top: 20px !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 {

    -webkit-box-shadow: 0 0 1px 1px #eee;

    box-shadow: 0 0 1px 1px #eee;
    margin-bottom: 30px;
    width: -webkit-calc(100%/2 - 42px);
    width: -moz-calc(100%/2 - 42px);
    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;
    -o-background-size: cover;
    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 .box-d .box-bga .buyslist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.whyjam-box .box-d .box-bga .buyslist li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    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: -webkit-calc(100% - 205px);
    width: -moz-calc(100% - 205px);
    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: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px)
}

.themem-area {
    margin-top: 15px;
}

.themem-area li {
    float: left;
    width: -webkit-calc(100%/4 - 15px);
    width: -moz-calc(100%/4 - 15px);
    width: calc(100%/4 - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.themem-area li:nth-child(4n) {
    margin-right: 0;
}

/* .themem-area li:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 42px);
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #c9cff1;
    z-index: 1;
} */
.themem-area li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.themem-area li>* {
    position: relative;
    z-index: 2;
}

.themem-area li .imgbox {
    background-color: #fff;
    overflow: hidden;
}

.themem-area li .imgbox img {
    width: 100%;
    display: block;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.themem-area li .tit {
    text-align: center;
    margin: 10px 0;
}

.tissue-contact-row .p {
    float: left;
}

@media screen and (max-width: 768px) {
    .overview-list .overview-item .overview-img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .tubereg-box .btnbox {
        width: -webkit-calc(100% - 42px);
        width: -moz-calc(100% - 42px);
        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: -webkit-calc(100%/3 - 31px);
        width: -moz-calc(100%/3 - 31px);
        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: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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: -webkit-calc(100% + 50px);
        height: -moz-calc(100% + 50px);
        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;
}


.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;
    -moz-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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}

.Overview-btn:hover {
    color: #d1125c;
}

.Overview-btn:hover:after {
    background: #d1125c;
    color: #fff;
}

.search-input-top {
    margin-top: 9px;
    background: #3c3c3c;
    border-radius: 35px;
    border: none;
    height: 33px;
    padding: 0 10%;
    color: #fff;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    position: relative;
    display: -webkit-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-input-top.curr {

    background: #595959;
}

.news-ind {
    position: absolute;
    height: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(24, 30, 68, 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 {
    background: url(../images/sicbg02.png?v=3) no-repeat center bottom;
    padding-bottom: 150px;
}

.Display-area {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    width: 96%;
}

.Display-area2 {
    overflow: initial;

}

.Display-area-h2 {
    font-size: 36px;
    line-height: 56px;
    color: #181e44;
    font-weight: bold;
}

.ztzq-title {
    background: url("../images/ztzq-title.png") no-repeat center center;
    margin-bottom: 40px;
}

.sci-active-box {
    background: #f8f9ff;
    background: url("../images/ztzq-bg.png") no-repeat center top;
    padding-bottom: 60px;
}

.Display-area-wrap {
    width: 100%;
    overflow: hidden;
    /* background: #f8f9ff; */
    padding-bottom: 60px;
    /* background: url("../images/ztzq-bg.png") no-repeat center top; */
}

.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%;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    height: 260px;
}

.Display-area-ul li:hover {
    -webkit-box-shadow: 0 0 20px #181e44;
    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;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    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;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;

}

.Display-area-line {
    width: 26px;
    height: 3px;
    background: #000000;
    margin: 19px auto 16px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}

.Display-area-tit {
    color: #666;
    font-size: 14px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    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;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    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: 68px;
    padding-bottom: 10px;
    font-weight: bold;
}

.Brand-exhibitors-logo {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.Brand-exhibitors-logo li {
    float: left;
    width: 10%;
    margin: 0.5% 1.2% 0.5% 0;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #eee;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}

.Brand-exhibitors-prev:hover {
    opacity: 0.5;
}

.comments-bg {
    width: 100%;
    /* background: url(../images/comments-bg.jpg) center no-repeat fixed; */
    background-color: #eff9ff;
    /* height: 440px;
    overflow: hidden; */
    padding-bottom: 30px;
}

.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: 30px;
    /*margin-right:170px;*/
    background-repeat: no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 245px;
}

.comments-li-l .comments-li-l-p:first-of-type {
    font-size: 18px;
    color: #333333;
}

.comments-li-l .comments-li-l-p:last-of-type {
    font-size: 14px;
    color: #666666;
}

.yzsic-bg1 {
    background-image: url("../images/yzsic-bg1.png");
}

.yzsic-bg2 {
    background-image: url("../images/yzsic-bg2.png");
}

.comments-li-l {
    /* width: 200px;
    float: left;
    height: 300px; */
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.comments-li-l>div:last-of-type {
    -webkit-box-flex: -webkit-calc(100% - 100px);
    -webkit-flex: -webkit-calc(100% - 100px);
    -moz-box-flex: -moz-calc(100% - 100px);
    -ms-flex: calc(100% - 100px);
    flex: calc(100% - 100px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-bottom: 1px solid #c3d9ec;
    margin-left: 5%;
}

.pink-line {
    border-color: #eecedb !important;
}

.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: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    float: left;
    height: 220px;
    margin-left: 20px; */
    position: relative;
    text-align: left;
    /*margin-right: 70px;*/
    /* background-image: url('/static/home/cn/images/yinghao.png'); */
    background-repeat: no-repeat;
    background-position: 93% 90%;
    -o-background-size: 40px;
    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: #009452;
    margin-bottom: 15px;
}

.comments-li-r-p {
    line-height: 30px;
    font-size: 16px;
    width: 100%;
    /*height:120px;*/
    overflow: hidden;
    margin-top: 25px;
}

.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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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: 48.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);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    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: #d1125c;
}

.news-ind-con-r-tit {
    float: right;
    width: 70%;
    line-height: 28px;
    padding: 15px 0;
    font-size: 16px;
    height: 26px;
    line-height: 50px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-ind-con-r-tit a {
    color: #333;
    display: block;
}

.news-ind-con-r-tit a:hover {
    color: #d1125c;
}

.news-ind-con-l-img {
    width: 100%;
    overflow: hidden;
    /* height: 217px; */
    /* line-height: 217px; */
    /* text-align: center; */
    position: relative;
    border-radius: 10px;
}

.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);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; */
}

.news-ind-con-l-time-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 15px 0;
}

.news-ind-con-l-time {
    padding: 0px 10px;
    font-size: 14px;
    color: #999999;
    background-color: #eeeeee;
    border-radius: 10px;
}

.news-ind-con-l-type {
    font-size: 14px;
    color: #d1125c;
}

.news-ind-con-l-h3 {
    font-size: 18px;
    color: #333333;
    margin: 15px 0;
    white-space: nowrap;
    overflow: hidden;
}

.news-img {
    /* height: 482px; */
    /* height: 400px; */
    height: 330px;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-ind-con-l-h3:hover {
    color: #e63175;
}

.news-swiper-pagination {
    bottom: 25% !important;
}

.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: 2;
    overflow: hidden;

}

.news-ind-con-l-com a {
    color: #666;
}

.news-ind-con-l-a {
    color: #d1125c;
    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);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.news-ind-li img {
    width: 100%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}

.news-ind-li-img {
    width: 100%;
    height: 160px;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    opacity: 1;

}

.introduced-button-prev:hover {
    opacity: 0.8;
}

.partners-ing-c {
    width: 59%;
    float: left;
    overflow: hidden;
}

.Online-consulting-c {
    width: 37%;
    float: right;
    height: auto;
}

.partners-logo {
    overflow: hidden;
    margin-top: 20px;
    height: 373px;
    width: 100%;
}

.partners-logo li {
    float: left;
    /* width: 23.5%; */
    width: 14.67%;
    margin-right: 2%;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.partners-logo li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 85px;
}

.partners-logo li:nth-of-type(6n) {
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.pink-radio[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 #d1125c;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox]:checked:after {
    border: 4px solid #ddd;
    background-color: #8d0b2b;
}

input[type=radio]:checked:after {
    content: "L";
    -moz-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
    -ms-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
    -o-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
    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;
}

input.pink-radio[type=radio]:checked:after {
    content: "L";
    -moz-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
    -ms-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
    -o-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
    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: #d1125c;
    background-color: #d1125c;
}

.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 - 180px); */
    right: 0;
    top: 320px;
    width: 160px;
}

.Right-suspension-wrap {
    width: 100%;
    position: relative;
}

.Right-suspension {}

.Right-suspension-con {
    width: 160px;
    top: 80px;
}

.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;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    margin-top: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    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;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    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;
    -webkit-transform: 200ms;
    -moz-transform: 200ms;
    -ms-transform: 200ms;
    -o-transform: 200ms;
    transform: 200ms;
}

.Right-suspension-shrinkage {
    width: 100%;
    overflow: hidden;
}

.Right-suspension-shrinkage .ewmbox1 {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 50px 0;
    line-height: 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: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    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;
}

.Basic-information-scroll {
    height: 400px;
    padding: 20px 0;
    overflow: hidden;
}

.Basic-information-scroll .scroll-txt {
    height: 100%;
    padding: 10px 0;
}

.Basic-information-scroll .scroll-txt li {
    line-height: 30px;
}

.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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}

.new-list-li:hover .index-new-more {
    background: url(../images/press-img2.png) no-repeat center center #d0125c;
    border: 1px solid #d0125c;
}

.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: -webkit-calc(33.33% - 1px);
    width: -moz-calc(33.33% - 1px);
    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 {
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    height: 58px;
}

.Search-ComboBox-li a:hover {
    background: #191e44;
}

.PagingList a.curr {
    background: #191e44;

}

.new-row {
    width: -webkit-calc(44% - 2px);
    width: -moz-calc(44% - 2px);
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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 {
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    -ms-transform: translateY(37px);
    -o-transform: translateY(37px);
    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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: #191e44;
}

.Search-ComboBox-li.current a {
    color: #fff;
}

.prev-page:after,
.prev:after {
    color: #191e44;
}

.next-page:after,
.next:after {
    color: #191e44;
}

.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;
    min-height: 345px;
}

.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%;
    height: 200px !important;
}

.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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    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;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    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: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    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;
    -o-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.paginate>.disabled>span {
    background: #f7f7f7;
}

.paginate>li>a:hover,
.paginate>.active>span {
    background: #d1125c;
    color: #fff;
    border: 1px solid #d1125c;
}

.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: -webkit-calc(100%/4 - 15px);
    width: -moz-calc(100%/4 - 15px);
    width: calc(100%/4 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    min-height: 60px;
}

.proimgBox li:nth-of-type(4n) {
    margin-right: 0;
}

.proimgBox li a {
    display: block;
    height: auto;
}

.proimgBox li:before {
    content: "";
    display: block;
    padding-top: 67%;
}

.proimgBox li img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.proimgBox li .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px 10px;
    background-color: rgba(25, 30, 68, 0.8);
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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: -webkit-calc(100%/2 - 20px);
    width: -moz-calc(100%/2 - 20px);
    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;
    overflow: hidden;
}

.itemaaaaa .item {
    float: left;
    width: -webkit-calc(100%/3 - 1px);
    width: -moz-calc(100%/3 - 1px);
    width: calc(100%/3 - 1px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 400px;
}

.itemaaaaa .item:not(:first-child) {
    padding-left: 40px;
}

.itemaaaaa .item:not(:last-child) {
    border-right: 1px #ddd dashed;

}

.itemaaaaa .item ul li:nth-child(2n) {
    background-color: #fff !important;

}

.itemaaaaa .item ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


    padding: 0 !important;
    line-height: 1.4 !important;
}


.itemaaaaa .item .titaaa {
    font-size: 18px;
    font-weight: bold;

    color: #004f97;
}

.pchidebox {
    display: none
}

/* 供求信息表单start */
.supply_and_demand_box {
    border: 1px #ddd solid;
    padding: 50px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    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: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    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: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    border: 1px #e0f1e9 solid;
    padding: 14px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;

}

.supply_and_demand_box .formbox .item .box-r .areasty {
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    border: 1px #e0f1e9 solid;
    padding: 14px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    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 */
.platform-list {
    margin-top: 30px;
}

.platform-list li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.platform-list li:nth-child(2n) {
    margin-right: 0;
}

.platform-list li::after {
    content: "";
    display: block;
    clear: both;
}

.platform-list li .p1 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}

.platform-list li .p2 {
    color: #666666;
}

.platform-list li .icon {
    width: 74px;
    float: left;
}

.platform-list li .icon img {
    width: 100%;
}

.platform-list li .txtbox {
    float: left;
    width: -webkit-calc(100% - 74px);
    width: -moz-calc(100% - 74px);
    width: calc(100% - 74px);
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.yzsic-tips {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 2%;
    top: 4%;
    color: #b8d5ee;
}
.yzsic-pink {
    color: #e591b2;
}
.yzsic-tips span:first-of-type {
    font-size: 24px;
    line-height: 30px;
}

.yzsic-tips span:last-of-type {
    font-size: 88px;
    line-height: 77px;
    display: inline-block;
    height: 30px;
}

@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: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        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: -webkit-calc(50% - 8px);
        width: -moz-calc(50% - 8px);
        width: calc(50% - 8px);
    }

    .proimgBox li:nth-of-type(2n) {
        margin-right: 0;
    }

    .whyjam-box .btnbox a {
        width: 48% !important;
        margin: 30px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .whyjam-box .btnbox a.bggread {
        margin-right: 2%;
    }

    .whyboxgoubbb li {
        width: 100%;
    }

    .itemaaaaa .item {
        width: 100%;
        min-height: auto;
    }

    .itemaaaaa .item:not(:first-child) {
        padding-left: 0;
    }

    .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: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        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;
    }
}




.silverindustry0729 li {
    width: -webkit-calc(100%/3 - 18px);
    width: -moz-calc(100%/3 - 18px);
    width: calc(100%/3 - 18px);
    overflow: hidden;
    background-color: #f3f4fc;
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.silverindustry0729 li:not(:last-child) {
    margin-right: 26px;
}



.silverindustry0729 li .expo-icon {
    margin-left: 14%;
    margin-right: 16px;
}

.silverindustry0729 li .redtxt {
    color: #d2125d;
}

.silverindustry0729 li .expo-i {
    text-align: left;
}

.silverindustry0729 li .redtxt .bigfont {
    font-size: 36px;
    line-height: 1;
}

.range_exhibition .titbox {
    font-size: 24px;
    color: #d2125d;
    margin-bottom: 20px;
}

.range_exhibition {
    overflow: hidden;
}

.range_exhibition .groubbox {}


.range_exhibition .groubbox .item {
    float: left;
    width: -webkit-calc(100%/2 - 20px);
    width: -moz-calc(100%/2 - 20px);
    width: calc(100%/2 - 20px);
    margin-right: 40px;
    position: relative;
}

.range_exhibition .groubbox .item:nth-child(2n) {
    margin-right: 0;
}

.range_exhibition .groubbox .item .txtup {
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

.range_exhibition .groubbox .item .txtup .p1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.bgwrap {
    padding: 40px 0 0;
    background-image: url('../images/2022/bgaaa.jpg');
}

.bgwrap .txtbox {
    padding: 0 40px;
}

.bgwrap .meet-box2 {
    border-top: 3px #191e44 solid;
    border-radius: 0;
    width: 88%;
    margin: 10px auto 0;
    background-image: none;
    background-color: transparent;
    padding: 16px 30px;

}

.bgwrap .meet-box2 .meet-list {
    width: 40%;
}


.bgwrap .meet-box2 .meet-list li {
    margin: 20px 0;
    list-style: none;
    position: relative;
}

.bgwrap .meet-box2 .meet-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #d5316d;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.bgwrap .dakabox2 .pname {
    font-weight: bold;
    font-size: 16px;
}

.scope-bg {
    padding: 40px 30px;
    padding-right: 80px;
    background: #191e44 url(../images/scope-bg2.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.scope-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(75%, #191e44));
    background: -webkit-linear-gradient(left, transparent, #191e44 75%);
    background: -moz-linear-gradient(left, transparent, #191e44 75%);
    background: -o-linear-gradient(left, transparent, #191e44 75%);
    background: linear-gradient(to right, transparent, #191e44 75%);
    position: absolute;
    top: 0;
    left: 0;
}

.scope-bg>* {
    position: relative;
    z-index: 2;
}

.scope-bg ul {
    padding-left: 20px;
    list-style: disc url(../images/point.png);
    color: #fff;
    float: right;
}

.scope-bg ul li {
    margin: 10px 0;
}



.titbg {
    display: inline-block;
    background: url(../images/titbg.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    padding: 5px 25px;
    margin-bottom: 20px;
    font-style: italic;
}

.titbg2 {
    background: url(../images/titbg2.png) no-repeat left center;
    padding-left: 35px;
    font-weight: bold !important;
    font-size: 18px !important;
    margin-bottom: 20px;
}

.line-echart {
    width: 100%;
    max-width: 830px;
    height: 350px;
}

.banner-btn-box {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.banner-btn-ul {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); */
    /* grid-template-columns: repeat(6, 1fr); */
    margin-right: -14px;
}

.banner-btn-a {
    padding: 19px 0;
    background-color: #f2f2f2;
    color: #004e96;
    display: inline-block;
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    margin-left: -4px;
}

.banner-btn-a1 {
    position: relative;
    top: 2px;
}

.banner-btn-a:hover {
    color: #fff;
    background-color: #3266a9;
    padding: 24px 0;
    vertical-align: bottom;
    border-radius: 10px 10px 0 0;
}

.banner-btn-lis {
    border-left: 1px solid #bacdd8;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home_banner_img {
    width: 20px;
    display: inline-block;
}

.home_banner_img1 {
    height: 18px;
    background-image: url("../images/homeb/img1.png");
}

.home_banner_img2 {
    height: 14px;
    background-image: url("../images/homeb/img2.png");
}

.banner-btn-a:hover .banner-btn-lis {
    border-color: #3266a9;
}

.banner-btn-a:hover .home_banner_img1 {
    background-image: url("../images/homeb/img1_active.png");
}

.banner-btn-a:hover .home_banner_img2 {
    background-image: url("../images/homeb/img2_active.png");
}

.banner-btn-a:hover+.banner-btn-a .banner-btn-lis {
    border-color: #f2f2f2;
}

.content-top-introduce-box {
    background-color: #f6f9fc;
}

.content-top-introduce {
    height: 100px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-top: 60px;
    padding-bottom: 27px;
    border-bottom: 1px solid #d9e0e6;
}

.top-introduce-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #d9e0e6;
    gap: 20px;
}

.top-introduce-a:last-of-type {
    border: 0;
}

.top-introduce-a p {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
}

.pink-color {
    font-size: 24px;
    color: #d1125c;
    font-weight: bold;
}

.deepBlur-color {
    font-size: 24px;
    color: #181e44;
    font-weight: bold;
}

.home-content-ind-top-box {
    background-color: #f6f9fc;
}

.home-content-ind-top-bg {
    background: url("../images/ind-top-bg.png") no-repeat center bottom;
    padding: 100px 0;
}

.home-content-ind-top-bottom {
    background-color: #ffffff;
    border-radius: 10px;
}

.home-content-ind-top {
    padding: 30px 0;
    border-bottom: 1px solid #e6ebf0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 80px;
}

.home-content-ind-top p {
    padding-top: 0 !important;
    position: relative;
}

.home-content-ind-top p:first-of-type::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    height: 100%;
    width: 1px;
    display: block;
    background-color: #d9e0e6;
}

.text-center {
    text-align: center;
}

.mt28 {
    margin-bottom: 28px;
}

.home-content-ind-top-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    padding: 29px 40px;
    background: url("../images/ind-top-middle-bg.png") no-repeat right bottom;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ind-top-middle-left {
    -webkit-box-flex: -webkit-calc(96% - 424px);
    -webkit-flex: -webkit-calc(96% - 424px);
    -moz-box-flex: -moz-calc(96% - 424px);
    -ms-flex: calc(96% - 424px);
    flex: calc(96% - 424px);
}

.ind-top-middle-right {
    width: 424px;
}

.home-content-ind-bottom {
    border-top: 1px solid #e6ebf0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 0;
}

.ind-bottom-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-right: 1px solid #e6ebf0;
}

.ind-bottom-box:last-of-type {
    border: 0;
}

.ind-bottom-text-pink {
    font-size: 30px;
    color: #d1125c;
}

.ind-bottom-text-samll {
    font-size: 12px;
    color: #666666;
}

.ind-bottom-text {
    font-size: 14px;
    color: #666666;
}

.ppzs-box {
    background: url("../images/ppzs-bg.png") no-repeat center bottom;
    padding-bottom: 96px;
}

.ppzs-title {
    background: url("../images/ppzs-title.png") no-repeat center center;
}

.ppzs-swiper {
    padding-bottom: 40px;
}

.pink-pagination {
    bottom: 0;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.pink-pagination .swiper-pagination-bullet-active {
    background-color: #d1125c;
    width: 40px;
    border-radius: 20px;
}

.sci-active-title {
    background: url("../images/sci-active-title.png") no-repeat center center;

}

.pink-color-18 {
    font-size: 18px;
    color: #d1125c;
    font-weight: bold;
}

.sci-active-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    /* margin-bottom: 100px; */
    margin-top: 30px;
}

.sci-active-left {
    width: 420px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d6d9ec;
    background-color: #f0f1f9;
    border-radius: 6px 80px 6px 6px;
    position: relative;
    padding-bottom: 60px;
}

.sci-active-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sci-active-right img {
    width: 100%;
}

.sci-active-tips-box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.sci-active-tips-box .smark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(240 241 249 / 80%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sci-active-tips-box:hover .smark {
    background-color: rgb(24 30 68 / 80%);
}

.sci-active-tips-box:hover .smark p {
    color: #ffffff;
}

.sci-active-icon {
    width: 50px;
    height: 50px;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
}

.sci-active-icon1 {
    background-image: url("../images/homeActive/icon1.png");
}

.sci-active-tips-box:hover .sci-active-icon1 {
    background-image: url("../images/homeActive/icon1-active.png");
}

.sci-active-icon2 {
    background-image: url("../images/homeActive/icon2.png");
}

.sci-active-tips-box:hover .sci-active-icon2 {
    background-image: url("../images/homeActive/icon2-active.png");
}

.sci-active-icon3 {
    background-image: url("../images/homeActive/icon3.png");
}

.sci-active-tips-box:hover .sci-active-icon3 {
    background-image: url("../images/homeActive/icon3-active.png");
}

.sci-active-icon4 {
    background-image: url("../images/homeActive/icon4.png");
}

.sci-active-tips-box:hover .sci-active-icon4 {
    background-image: url("../images/homeActive/icon4-active.png");
}

.sci-active-icon5 {
    background-image: url("../images/homeActive/icon5.png");
}

.sci-active-tips-box:hover .sci-active-icon5 {
    background-image: url("../images/homeActive/icon5-active.png");
}

.sci-active-icon6 {
    background-image: url("../images/homeActive/icon6.png");
}

.sci-active-tips-box:hover .sci-active-icon6 {
    background-image: url("../images/homeActive/icon6-active.png");
}

.sci-active-tips {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sci-active-line {
    width: 40px;
    height: 6px;
    background-color: #d1125c;
    border-radius: 3px;
}

.sci-active-tips-box:hover .sci-active-line {
    background-color: #ffffff;
}

.sci-active-left {
    padding-left: 2vw;
    padding-top: 2vw;
}

.sci-active-left>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 4%;
}

.sci-active-left>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sci-active-ul {
    border-left: 1px solid #d3d5e3;
}

.sci-active-lis {
    padding-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    position: relative;
}

.sci-active-lis::after {
    content: "";
    position: absolute;
    background-color: #d1125c;
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: -5px;

}

.plyr__play-large::before {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 12px;
    background-image: url("../images/triangle.png");
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.sci-active-lis-active::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #d1125c;
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: -10px;
}

.blurColor-18 {
    color: #181e44;
    font-size: 18px;
    font-weight: bold;
}

.sci-active-left-tips {
    color: #333333;
    font-size: 16px;
}

.yzsic-title {
    background: url("../images/yzsic-title.png") no-repeat center center;
    margin-bottom: 40px;
}

.swiper-container-2 {
    padding-bottom: 60px;
}

.swiper-container-5 {
    margin-top: 40px;
    padding-bottom: 50px;
    background-color: #eff9ff;
    padding-left: 1%;
    margin-bottom: 15px;
}

.hb-title {
    background: url("../images/hb-title.png") no-repeat center center;
}

.area-title {
    background: url("../images/area-title.png") no-repeat center center;
}

.news-title {
    background: url("../images/news-title.png") no-repeat center center;
}

.news-ind-con-title-boxs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1ecf3;
    gap: 6.25vw;
}

.news-ind-con-title-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #666666;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: -webkit-calc(100% - 104px - 6.25vw);
    -webkit-flex: -webkit-calc(100% - 104px - 6.25vw);
    -moz-box-flex: -moz-calc(100% - 104px - 6.25vw);
    -ms-flex: calc(100% - 104px - 6.25vw);
    flex: calc(100% - 104px - 6.25vw);
}

.news-ind-con-title {
    cursor: pointer;
}

.news-ind-con-title:hover,
.news-ind-con-title.active {
    color: #d1125c;
    /* font-weight: bold; */
}

.news-ind-con-r-ul {
    position: relative;
    border-left: 1px solid #eeeeee;
    width: 100%;
    margin-top: 30px;
    display: none;
}

.news-ind-con-r-ul.active {
    display: block;
}

.news-ind-con-r-lis {
    padding-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% - 1px);
    width: -moz-calc(100% - 1px);
    width: calc(100% - 1px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* margin-top: 26px; */
    margin-top: 31px;
    position: relative;
}

.news-ind-con-r-lis::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: -10px;
    top: 0;
}

.news-ind-con-r-lis::after {
    content: "";
    position: absolute;
    background-color: #eeeeee;
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: -5px;
    top: 5px;
}

.news-ind-con-r-lis-title-box {
    width: -webkit-calc(96% - 32px);
    width: -moz-calc(96% - 32px);
    width: calc(96% - 32px);
}

.news-ind-con-r-times-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-ind-con-r-times {
    padding: 0px 10px;
    font-size: 14px;
    color: #999999;
    background-color: #eeeeee;
    border-radius: 10px;
}

.news-ind-con-r-type {
    font-size: 14px;
    color: #d1125c;
}

.news-ind-con-r-lis-title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    color: #666666;
    font-size: 16px;
    margin-top: 12px;
}

.Overview-btn.pink-btn::after {
    background-color: #ffffff;
    border: 1px solid #d1125c;
    color: #d1125c;
}

.news-ind-con-r-lis:hover::before {
    border-color: #d1125c;
}

.news-ind-con-r-lis:hover::after {
    background-color: #d1125c;
}

.news-ind-con-r-lis:hover .news-ind-con-r-times {
    background-color: #d1125c;
    color: #ffffff;
}

.news-ind-con-r-lis:hover .news-ind-con-r-lis-title {
    color: #151d43;
}

.news-ind-con-r-lis:hover .Overview-btn.pink-btn::after {
    border-color: #d1125c;
    background-color: #d1125c;
    color: #ffffff;
}
.Overview-btn1 {
    position: absolute;
    bottom: 30px;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    background-color: #181e44;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #181e44;
}
.Overview-btn1:active,
.Overview-btn1:focus,
.Overview-btn1:hover {
    color: #181e44;
    background-color: transparent;
}
.pop-mark {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pop-up-content {
    position: absolute;
    max-width: 900px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pop-close {
    position: absolute;
    right: 2%;
    top: 3%;
    cursor: pointer;
}

.pop-img {
    width: 100%;
    cursor: pointer;
}

.pop-up-text {
    position: absolute;
    top: 47%;
    left: 7%;
    font-size: 16px;
    color: #333333;
}

@media screen and (max-width: 1170px) {
    .silverindustry0729 li .expo-icon {
        margin-left: 5%;
    }

    .silverindustry0729 li .redtxt .bigfont {
        font-size: 24px;
    }
}

@media screen and (max-width: 910px) {
    .silverindustry0729 li {
        padding: 10px;
    }

    .exhnews li {
        margin-right: 9px;
    }

    .silverindustry0729 li .expo-i {
        text-align: center;
    }

    .bgwrap .txtbox {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .bgwrap .meet-box2 .meet-list {
        width: 100%
    }

    .bgwrap .meet-box2 .meet-list li {
        margin: 10px 0;
    }

    .range_exhibition .groubbox .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .whyjam-box .box-d .box-bga .buyslist li {
        width: 100%;
        padding-right: 0;
    }

}

@media screen and (max-width: 640px) {
    .silverindustry0729 li {
        width: 100%;
        margin-bottom: 10px;
    }

    .hear-subtit {
        font-size: 18px;
    }

    .tissue-contact-row .p {
        float: none;
        margin-bottom: 5px;
    }

    .scope-bg {
        padding: 30px 20px;
    }

    .scope-bg:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(40%, #191e44), to(transparent));
        background: -webkit-linear-gradient(left, #191e44 40%, transparent);
        background: -moz-linear-gradient(left, #191e44 40%, transparent);
        background: -o-linear-gradient(left, #191e44 40%, transparent);
        background: linear-gradient(to right, #191e44 40%, transparent);
    }

    .scope-bg ul {
        float: none;
    }
}