﻿
@font-face {
    font-family: "iconfont";
    src: ;
    /* ie9*/
    src:  format('embedded-opentype'), /* ie6-ie8 */
     format('woff'), /* chrome, firefox */
     format('truetype'), /* chrome, firefox, opera, safari, android, ios 4.2 */
     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";
}

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;
}



/* 颜色 */


/* .header-time-text .violet-text{
    color: #9135d8;
}
.violet-text{
    color: #591c87;
} */

.header-time-text .violet-text {
    color: #009452;
}

.violet-text {
    color: #009452;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.green-text {
    color: #009452;
}

.violet-btn {
    background-color: #009452;
}

.violet-btn:hover {
    background-color: #019f4f;
    color: #fff;
}



/* 大小 */

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}



/* 中 */

.middle-body {
    font-size: 15px;
}

.middle-body .fs16 {
    font-size: 17px;
}

.middle-body .fs18 {
    font-size: 19px;
}

.big-body {
    font-size: 16px;
}

.big-body .fs16 {
    font-size: 18px;
}

.big-body .fs18 {
    font-size: 20px;
}



/* 头部 */

header {
    background: #282828;
    height: 64px;
    width: 100%;
}

.standard-row {
    display: table;
    height: 64px;
}

.standard {
    display: table-cell;
    vertical-align: middle;
    height: 64px;
}

.standard span {
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.standard span.cur {
    background: #657278;
}

.fs-tiny {
    font-size: 14px;
}

.fs-middle {
    font-size: 16px;
}

.fs-big {
    font-size: 18px;
}

.header-r {
    line-height: 64px;
    height: 64px;
    overflow: hidden;
}

.alarm-icon {
    font-size: 16px;
    margin: 0 5px;
}

.header-time-text {
    color: #fff;
}

.header-time {
    font-size: 30px;
    font-weight: normal;
    margin: 0 5px;
}

.language-row {
    padding-top: 7px;
    margin-left: 50px;
}

.language-row>a {
    width: 22px;
    height: 14px;
    margin: 0 4px;
    display: inline-block;
    background-image: ;
    background-repeat: no-repeat;
}

.language-en {
    background-position: 0 0;
}

.language-cn {
    background-position: right 0;
}

.language-row>a.language-jp {
    background-image: ;
}



/* 导航 */

.nav-row-box {
    background: #fff;
    width: 100%;
    height: 100px;
}

.suspend-row {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 76px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.suspend-row .logo-row {
    padding-top: 5px;
}

.suspend-row .logo-row img {
    height: 63px;
    width: auto;
}

.suspend-row .top-row,
.suspend-row .nav,
.suspend-row .nav-li,
.suspend-row .nav-li>a {
    height: 76px;
}

.suspend-row .nav-li>a {
    line-height: 76px;
}

.top-row {
    height: 100px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.logo-row {
    padding-top: 10px;
    line-height: 0;
}

.nav {
    height: 100px;
}

.nav-li {
    float: left;
    height: 100px;
    width: 118px;
    border-right: 1px solid #f6f6f6;
}

.nav-li>a {
    line-height: 100px;
    text-align: center;
    display: block;
    color: #222;
    height: 100px;
    width: 118px;
    position: relative;
}

.nav-li .iconfont {
    font-size: 30px;
}

.nav-li:hover .sub-nav-row {
    display: block;
}

.nav-li.current>a {
    color: #fff;
    font-weight: bold;
    background: #009452;
    border-bottom: 5px solid #009452;
    margin-bottom: -5px;
}

.nav-li.current>a .iconfont {
    font-weight: normal;
}

.nav-li:hover>a {
    background: #009452;
    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;
}

.sub-nav-row {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 60px;
    border-top: 1px solid #ccc;
    display: none;
}

.sub-nav {
    width: 50%;
}

.sub-nav-li {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.sub-nav-li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background: #333;
    left: 0;
    top: 0;
}

.sub-nav-li>a {
    display: block;
    line-height: 40px;
    padding-left: 30px;
    color: #333;
}

.sub-nav-li>a:hover {
    color: #009452;
}

.sub-nav-li:first-of-type:after,
.sub-nav-li:nth-of-type(2):after {
    height: 65%;
    top: auto;
    bottom: 0;
}

.sub-nav-li:last-of-type:after,
.sub-nav-li:nth-last-child(2):after {
    height: 65%;
}

.sub-nav-title {
    padding-left: 10%;
    font-size: 32px;
    font-weight: normal;
}

.banner-row {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.banner-ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
}

.banner-li {
    width: 10%;
    position: relative;
    float: left;
    overflow: hidden;
    height: 480px;
}

.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;
}

.banner-control:hover {
    opacity: 0.7;
}

.banner-l {
    left: 5%;
}

.banner-r {
    right: 5%;
}

.index-row {
    margin: 50px 0;
}

.index-company-info {
    color: #666;
    font-size: 20px;
    margin-top: 10px;
}

.index-btn-row {
    margin-top: 15px;
}

.index-btn {
    margin-right: 20px;
    width: 246px;
    height: 63px;
    line-height: 63px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    border-radius: 60px;
    font-size: 22px;
    color: #fff;
}



/* .index-btn-booth{
    background:  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 {
    padding: 0 7%;
    margin: 30px 0;
    text-align: center;
    color: #999;
    line-height: 30px;
}

.title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.index-activity {
    height: 350px;
}

.index-activity-l {
    width: 380px;
    margin-right: 15px;
}

.index-activity-img-row {
    position: relative;
    width: 380px;
    height: 168px;
    overflow: hidden;
    margin-bottom: 15px;
}

.index-activity-img-row>a {
    line-height: 0;
}

.index-activity-name {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 24px;
    text-align: center;
    display: none;
}

.index-activity-img-row:last-of-type {
    margin-bottom: 0;
}

.index-activity-r .index-activity-img-row {
    height: 350px;
    width: 386px;
}

.index-activity-img-row>a:hover .index-activity-name {
    display: block;
}

.index-exhibitor-roll {
    width: 390px;
}

.exhibitor-roll-li {
    display: table;
    padding: 6px;
    border: 1px solid #e5e5e5;
    line-height: 0;
    margin-bottom: 6px;
    width: 100%;
    box-sizing: border-box;
}

.exhibitor-roll-logo {
    display: table-cell;
    width: 60px;
    height: 51px;
    line-height: 0;
    vertical-align: middle;
}

.exhibitor-roll-logo img {
    max-width: 51px;
    max-height: 51px;
}

.exhibitor-roll-text {
    display: table-cell;
    width: 300px;
    vertical-align: middle;
    height: 51px;
    padding-left: 10px;
    line-height: 24px;
}

.exhibitor-roll-row {
    position: relative;
}

.widget-row {
    position: absolute;
    right: 0;
    top: -45px;
}

.widget-row>span {
    font-family: "宋体";
    width: 25px;
    height: 25px;
    line-height: 26px;
    margin: 0 3px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background: #f6f6f6;
    display: inline-block;
    font-weight: bold;
}

.widget-row>span:hover {
    background: #009452;
    color: #fff;
}

.index-new-row {
    width: 30%;
    margin-right: 5%;
    float: left;
}

.index-new-row:last-of-type {
    margin-right: 0;
}

.index-new-img {
    position: relative;
    height: 175px;
    overflow: hidden;
}

.index-new-title {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    font-size: 22px;
}

.index-new-box {
    padding: 20px 5px;
}

.index-new {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    height: 66px;
}

.index-new:last-of-type {
    border-bottom: 0;
}

.index-new-name {
    max-height: 46px;
    overflow: hidden;
    padding-right: 30px;
}

.index-new-name>a {
    position: relative;
}

.index-new-name>a:after {
    position: absolute;
    right: -35px;
    top: -5px;
    line-height: 24px;
    content: "→";
}

.index-new-time {
    color: #999;
    line-height: 20px;
}

.index-new-more {
    display: inline-block;
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.index-partner-hr {
    margin-bottom: 20px;
}

.index-partner-ul {
    padding: 10px 0;
}

.index-partner-li {
    width: 12.5%;
    float: left;
    line-height: 0;
    display: table;
    height: 60px;
    text-align: center;
}

.index-partner-li a {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    width: 140px;
}

.index-partner-li a img {
    max-width: 100%;
    max-height: 100%;
}

.index-partner-row {
    position: relative;
}



/* 首页展区 */

.index-showcase-ul {
    text-align: center;
    height: 300px;
}

.index-showcase-li {
    display: inline-block;
    width: 19%;
    height: 300px;
    margin: 0 1%;
    overflow: hidden;
    -webkit-transform: skewx(30deg);
    -ms-transform: skewx(30deg);
    -o-transform: skewx(30deg);
    transform: skewx(30deg);
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.index-showcase-li:hover {

    -webkit-transform: scale(1.1) skewx(30deg);
    -ms-transform: scale(1.1) skewx(30deg);
    -o-transform: scale(1.1) skewx(30deg);
    transform: scale(1.1) skewx(30deg);
}

.index-showcase-li-row {
    position: absolute;
    display: block;
    -webkit-transform: skewx(-30deg);
    -ms-transform: skewx(-30deg);
    -o-transform: skewx(-30deg);
    transform: skewx(-30deg);
    width: 150%;
    height: 100%;
    left: -25%;
    top: 0;
}

.index-showcase-li:hover {
    /* -webkit-transform: skewx(30deg),scalex(1.3);
    -ms-transform: skewx(30deg),scalex(1.3);
    -o-transform: skewx(30deg),scalex(1.3);
    transform: skewx(30deg),scalex(1.3); */
    /* -webkit-transform: matrix(1.3,0,0,0,30,0);
    -ms-transform: matrix(1.3,0,0,0,30,0);
    -o-transform: matrix(1.3,0,0,0,30,0);
    transform: matrix(1.3,0,0,0,30,0); */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}



/* .index-showcase-li:hover:after{
    content:"";
    height: 3px;
    width: 100%;
    background: #009452;
    left: 0;
    bottom: 0;
    position: absolute;
} */

.index-showcase-li-row img {
    min-width: 100%;
    min-height: 100%;
}

.index-showcase-btn-row {
    -webkit-transform: skewx(-30deg);
    -ms-transform: skewx(-30deg);
    -o-transform: skewx(-30deg);
    transform: skewx(-30deg);
    height: 55px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    text-align: center;
}

.index-showcase-btn {
    height: 55px;
    line-height: 55px;
    display: inline-block;
    padding: 0 25px;
    font-size: 24px;
    color: #333;
    font-weight: none;
    background: rgba(255, 255, 255, 0.7);
}

.index-showcase-btn:hover {
    background: #009452;
    color: #fff;
}



/* 底部 */

footer {
    background: #282828;
    padding: 46px 0 40px;
}

.footer-nav a {
    color: #fff;
    margin-right: 30px;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.subscription-row {
    width: 100%;
    height: 46px;
    padding: 1px;
    padding-left: 50px;
    box-sizing: border-box;
    border-radius: 40px;
    background-color: rgba(221, 221, 221, 0.1);
    background-image: ;
    background-repeat: no-repeat;
    background-position: 20px center;
    overflow: hidden;
    margin-bottom: 10px;
}

.subscription-input {
    background: none;
    height: 44px;
    border: 0;
    width: 54.6%;
    color: #fff;
    font-weight: bold;
}

.subscription-btn {
    height: 44px;
    width: 75px;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
    background-color: #009452;
}

.footer-copyright {
    color: #929292;
    margin-top: 5px;
}



/* 内页banners */
.breadcrumb-row {
    width: 100%;

    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: normal;
}

.content-btn-row a {
    display: inline-block;
    width: 216px;
    height: 50px;
    line-height: 48px;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    margin-left: 15px;
    font-weight: bold;
}

.btn-booth {
    border: 2px solid #009551;
    color: #009551;
}

.btn-booth:hover {
    background: #009551;
    color: #fff;
}

.btn-audience {
    border: 2px solid #009551;
    color: #fff;
    background-color: #009551;
}

.btn-audience:hover {
    background: #018843;
    color: #fff;
}

.btn-audience2 {
    border: 2px solid #009551;
    color: #fff;
    background-color: #009551;
}

.btn-audience2:hover {
    background: #018843;
    color: #fff;
}



/* .about-row{
    margin: 10px 0;
} */

.content-row {
    margin-bottom: 40px;
}

.about-li {
    border: 1px solid #edeff1;
    width: 31.333%;
    height: 320px;
    /* border-bottom: 5px solid #591c87; */
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 2%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.about-li:hover .about-li-more {
    background-color: #009452;
    color: #fff;
}

.about-li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #009452;
}

.about-li:nth-of-type(3n) {
    margin-right: 0;
}

.about-li-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 0;
}

.about-li-img img {
    max-width: 100%;
    max-height: 100%;
}

.about-li-title {
    margin: 10px;
    font-weight: normal;
}

.about-li-text {
    color: #999;
    height: 48px;
    overflow: hidden;
    padding: 0 12%;
}

.about-li-more {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-family: "宋体";
    border: 1px solid #009452;
    font-size: 18px;
    color: #009452;
    font-weight: bold;
    border-radius: 50%;
    margin-top: 20px;
}

.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;
}

.download-li {
    float: left;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
}

.download-a {
    display: block;
    /*height: 200px;*/
    overflow:hidden;
    box-sizing: border-box;
    padding: 1% 2%;
    border: 1px solid #eee;
    position: relative;
    border-bottom: 3px solid #eee;
}

.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: ;
    background-position: -426px 0;
    background-color: #676767;
    background-size: 250px;
    margin-top:2px;
}

.cla .pdf {
    background-image: url(/uploads/image/eimages/download-icon.png);
    background-position: -0px 0;
}

.cla .jpg {
    background-image: ;
    background-position: -104px 0;
}

.cla .gif {
    background-image: ;
    background-position: -214px 0;
}

.cla .exl {
    background-image: ;
    background-position: -319px 0;
}

.cla .doc {
    background-image: ;
    background-position: -426px 0;
}

.cla .rar {
    background-image: ;
    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-text {
    font-weight: bold;
    float:right;
    text-decoration: underline;
    margin:10px 0;
}

.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: #4a1176;
    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: 3% 8%;
    margin-top: 0;
    padding-bottom: 40px;
}

.introduction-information-row {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 2%;
    text-align: center;
}

.introduction-information-icon {
    height: 45px;
    text-align: center;
}

.introduction-information-title {
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}

.introduction-information-text {
    padding: 0 5%;
    color: #999;
    min-height: 48px;
    margin: 20px 0;
}

.introduction-information-btn {
    display: block;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #009452;
    border: 1px solid #009452;
    margin: 5% 8% 8%;
}

.introduction-information-btn:hover {
    background: #009452;
    color: #fff;
}

.new-row {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.new-row:nth-of-type(3n) {
    margin-right: 0;
}

.new-img-row {
    line-height: 0;
    height: 196px;
    overflow: hidden;
    border-bottom: 3px solid #009452;
}

.new-img-row img {
    height: 100%;
    min-width: 100%;
    display: inline-block;
}

.new-information {
    color: #999;
    margin: 5px 0;
}

.new-sort {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #ccc;
}

.new-title {
    font-size: 24px;
    margin: 12px 0;
    font-weight: normal;
    overflow: hidden;
    /*自动隐藏文字*/
    text-overflow: ellipsis;
    /*文字隐藏后添加省略号*/
    white-space: nowrap;
    /*强制不换行*/
}

.new-text {
    color: #999;
    height: 60px;
    margin-bottom: 20px;
}

.new-more {
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #009452;
    padding: 0 30px;
    border: 1px solid #009452;
}

.new-more:hover {
    color: #fff;
    background: #009452;
}

.new-list-select-row {}

.new-list-select {
    width: 360px;
    height: 48px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background:  right center no-repeat;
    border: 0;
    background-color: #f2f2f2;
    color: #591c87;
    padding-left: 10px;
    font-weight: bold;
}


.search-combobox {
    width: 100%;
    height: 48px;
}

.search-combobox-text {
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    color: #333;
    font-weight: bold;
    background:  right center no-repeat;
    background-color: #f2f2f2;
}

.search-combobox-ul {
    width: 100%;
    background: #fff;
    border: 1px solid #d4d4d4;
    z-index: 100;
}

.search-combobox-li {
    height: 58px;
    line-height: 58px;
    text-indent: 0;
    float:left;
    text-align:center;
    width:33.333%;
    color:#fff;
    padding:0 !important;
    border:none !important; 
}
.search-combobox-li.current{
    margin-left:0;
}

.search-combobox-li a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
    line-height: 58px;
    color: #6b5f53; 
    font-weight:bold;
    font-size:24px;

}
.search-combobox-li   .search-combobox-li{border-left:1px solid #e5e5e5 !important;}
.search-combobox-li a:hover ,.search-combobox-li.current a{
    background: #009452;
    color: #fff;
}


.new-list-li {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.new-list-content {
    padding-left: 57px;
    width: 80%;
}

.new-list-content .new-text {
    margin-bottom: 0;
    height: auto;
}

.new-list-name {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    margin: 10px 0;
    font-weight: normal;
}

.new-list-name:before {
    content: ">";
    color: #009452;
    border: 1px solid #009452;
    font-family: "宋体";
    text-align: center;
    position: absolute;
    left: -60px;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.new-list-btn-row {
    text-align: center;
    padding-top: 50px;
}

.new-list-btn {
    height: 44px;
    border-radius: 40px;
    background: #f4f4f4;
    padding: 0 30px;
}

.new-list-btn span {
    float: left;
    font-size: 22px;
    line-height: 20px;
    margin-right: 5px;
    margin-bottom: -5px;
}

.new-list-btn:hover {
    color: #fff;
    background: #009452;
}

.new-list-btn:hover span {
    color: #fff;
}

.new-details-img {
    border-bottom: 5px solid #591c87;
    line-height: 0;
    margin: 50px 0;
}

.new-details-img img {
    width: 100%;
    display: block;
}

.new-details-name {
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    margin: 15px 0;
}

.new-details-text {
    margin: 20px 0;
    color: #666;
}

.new-details-text-row {
    margin: 30px 0;
}

.new-return:hover {
    text-decoration: underline;
}

.new-return span {
    font-family: "宋体";
}

.new-return-row {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px 0;
}

.new-recommend-ul {
    margin: 30px 0;
}

.new-recommend-li {
    float: left;
    width: 46%;
    margin-right: 8%;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 5px;
}

.new-recommend-li:nth-of-type(2n) {
    margin-right: 0;
}

.new-recommend-li a {
    position: relative;
    display: block;
    padding-right: 30px;
    color: #999;
    margin: 10px 0;
    overflow: hidden;
    /*自动隐藏文字*/
    text-overflow: ellipsis;
    /*文字隐藏后添加省略号*/
    white-space: nowrap;
    /*强制不换行*/
}

.new-recommend-li:after {
    content: "→";
    line-height: 24px;
    position: absolute;
    top: 8px;
    right: 0;
    color: #333;
}

.new-recommend-li a:hover {
    color: #591c87;
}


.sitemap>ul>li {
    width: 15%;
    float: left;
}

.sitemap>ul>li>a {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

.sitemap>ul>li>ul {
    margin-left: 10px;
}

.sitemap>ul>li>ul li {
    font-size: 18px;
    margin: 10px 0;
}




/* 联系人 */

.contact_card {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
}

.contact_card:nth-of-type(3n) {
    margin-right: 0;
}

.contactimage {
    margin-right: 20px;
}

.contactdiv {
    margin-top: 10px;
}

.fontbold {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.lidescription {
    margin-right: 10px;
}



/* 分页 */

.paginglist {
    margin: 20px 0;
}

.paginglist span,
.paginglist a {
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 3px 5px;
    margin: 0 2px;
    display: inline-block;
    margin-bottom: 10px;
}



/* 合作伙伴 */

.partners {
    float: left;
    width: 18%;
    height: 80px;
    display: table;
    text-align: center;
    line-height: 0;
    border: 1px solid #ccc;
    margin-bottom: 2%;
    margin-right: 2.5%;
    box-sizing: border-box;
}

.partners:nth-of-type(5n) {
    margin-right: 0;
}

.partners a {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 80px;
}

.partners a img {
    max-width: 90%;
    max-height: 80%;
}





/* 广告位 */

.playpages {
    width: 680px;
    height: 370px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.playpages .page {
    width: 680px;
    height: 370px;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
}

.playpages .page .img_01 {
    width: 680px;
    height: 226px;
    overflow: hidden;
}

.playpages .page .img_01 img {
    width: 680px;
    height: 226px;
}

.playpages .page ul {
    height: 143px;
    padding-top: 2px;
}

.playpages .page ul li {
    width: 226px;
    height: 143px;
    float: left;
}

.playpages .page ul li img {
    width: 226px;
    height: 143px;
}




/* 响应导航 */

.body-fixed {
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(70%, 0px, 0px);
    transform: translate3d(70%, 0px, 0px);
}

.app-icon {
    font-size: 60px;
    line-height: 100px;
    display: none;
}

.app-nav-row .top-row {
    border-bottom: 1px solid #eee;
}

.app-nav-row {
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    min-height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    background: #f9f9f9;
    z-index: 900;
    transition: all .2s;
    box-shadow: inset -3px -10px 9px 0 rgba(187, 187, 187, 0.5);
}

.app-nav {
    padding: 5% 12%;
    height: 100%;
    padding-bottom: 150px;
    box-sizing: border-box;
    overflow: auto;
    text-align: center;
}

.app-nav-p {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    padding: 15px 0;
    display: block;
}

.app-sub-nav {
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
    padding: 2%;
    display: none;
}

.app-sub-nav-li a {
    padding: 1%;
    display: block;
    color: #666;
    font-size: 16px;
}

.content-row img {
    max-width: 100%
}

.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-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



/*.swiper-slide img{
    width: 100%;
}*/

.index-row>.fl {
    text-align: center;
}

.company-icon-row img {
    margin-bottom: -3px;
}

.index-company-title {
    text-align: center;
    font-size: 28px;
    /*font-weight: normal;*/
    margin: 80px 0 15px 0;
    line-height: 30px;
    color: #181e44;
}

.index-company-title-h4 {
    font-size: 18px;
    color: #009452;
    width: 100%;
    text-align: center;
}

.index-showcase-control {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -30px;
}

.index-showcase-l {
    left: 5%;
}

.index-showcase-r {
    right: 5%;
}




/*  */


/* 媒体登记 */

.media_reg table {
    width: 100%;
}

.media_reg table th {
    text-align: right;
    padding: 10px;
}

.media_reg table td {
    padding: 8px 0;
}

.media_reg table input.text {
    height: 44px;
    width: 95%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.media_reg table .select {
    width: 30%;
    margin-right: 5%;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    background-color: #f8f8f8;
}

.media_reg table .select .text {
    width: 45%;
}

.media_reg table input.with_def {
    width: 18.2%;
}

.media_reg table .line {
    border: 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    width: 40%;
    padding: 0 5px;
}

.red {
    color: #c81010;
}

.btn_submit {
    background-color: #018843;
    color: #fff;
    width: 210px;
    height: 48px;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    display: block;
    margin: 0 auto;
}

.media_reg table .textarea {
    height: 120px;
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    min-width: 95%;
    max-width: 95%;
}

.media_reg table input.mistake {
    border-color: #c81010;
}




/* 分页 */

.count,
.prev-disabled,
.last-disabled,
.direct {
    display: none !important;
}

.prev-page,
.next-page,
.next,
.prev {
    display: inline-block !important;
    text-indent: 1000px;
    width: 30px;
    height: 32px;
    overflow: hidden;
    border: 0 !important;
    position: relative;
    cursor: pointer;
    background: none !important;
}

.prev-page:after,
.prev:after {
    content: "<";
    position: absolute;
    width: 30px;
    height: 32px;
    text-indent: 0;
    line-height: 32px;
    left: 0;
    top: 0;
    font-family: "宋体";
    font-size: 22px;
    font-weight: bold;
    color: #009551;
}

.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: #009551;
}

.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: #009551;
    color: #fff;
}


.new-list-name .violet-text {
    color: #333;
}




/* ********************************************************* */

.introduction-text-title {
    display: inline-block;
    float: left;
}

.introduction-text-p {
    margin-left: 70px;
}

.introduction-tab {
    margin: 20px 0;
    text-align: center;
    border-collapse: collapse;
}

.introduction-tab th {
    background-color: #e4e4e4;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #ccc;
}

.introduction-tab td {
    padding: 5px;
    border: 1px solid #ccc;
}

.introduction-scope-title {
    border-bottom: 1px solid #ccc;
}

.genre-ul {
    list-style: inherit;
    margin-top: 10px;
}

.genre-li {
    float: left;
    width: 30%;
    margin: 5px 0;
    margin-left: 15px;
    min-width: 180px;
}

.introduction-data {
    font-size: 28px;
    color: #6b2e99;
    line-height: 30px;
    margin: 5px 0;
}

.tissue-row {
    float: left;
    width: 30%;
    margin-right: 2%;
    min-width: 250px;
}

.tissue-contact-row {
    background-color: #f0f0f0;
    padding: 3%;
    margin: 20px 0;
}

.tissue-contact {
    float: left;
    width: 33%;
    border-right: 1px solid #ccc;
    text-align: center;
}

.tissue-contact:last-of-type {
    border-right: 0;
}

.tissue-contact img {
    margin-right: 10px;
    margin-bottom: -3px;
}

.link-row>a:hover {
    text-decoration: underline;
}

.link-a {
    display: block;
    text-align: center;
    width: 250px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    background-color: #ccc;
    font-weight: bold;
}

.smart-item .gallery-list .img-src {
    height: auto !important;
}

.smart-item .gallery-list li {
    width: 25%;
    box-sizing: border-box;
}



/* 弹窗 */

.audience-popup-txt {
    margin: 30px 0;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 36px;
}

.search-popup-box {
    z-index: 1001;
}

.search-popup-box {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
}

.search-popup {
    background-color: #f6f6f8;
    border: 8px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    left: 50%;
    margin-left: -332px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    position: absolute;
    top: 30%;
    width: 665px;
}

.search-popup-close {
    background-color: #009551;
    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: 30px;
}

.exhibition-li:nth-of-type(2n) {
    margin-right: 0;
}

.exhibition-img {
    width: 60%;
    line-height: 0;
    overflow: hidden;
    height: 300px;
    float: left;
}

.exhibition-img img {
    max-width: inherit;
    height: 100%;
}

.exhibition-text-row {
    float: left;
    width: 40%;
    padding: 5%;
    box-sizing: border-box;
}

.exhibition-title {
    font-size: 20px;
    line-height: 26px;
    margin: 10% 0;
}

.applyfor-text {
    text-align: center;
    margin: 10px 0;
}

.applyfor-box-row {
    border-spacing: 40px;
    margin-left: -40px;
    margin-right: -40px;
}



/* .applyfor-box-tabel-row{
    display: table-row;
} */

.applyfor-box {
    display: table-cell;
    width: 50%;
    border-top: 3px solid #009452;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 5%;
}

.applyfor-box:nth-of-type(2n) {
    margin-right: 0;
}

.applyfor-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 46px;
    margin: 10px 0;
}

.applyfor-box-text {
    margin: 20px 0;
    line-height: 28px;
}

.applyfor-btn a {
    width: 210px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    border-radius: 50px;
    border: 2px solid #009452;
    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 {
    display: table;
    border-spacing: 20px;
    width: 100%;
}
.exhibition-ul:before{
    display: none !important;
}
.exhibition-ul:after{
    display: none !important;
}
.exhibition-li:before{
    display: none !important;
}

.exhibition-text-row {
    width: 100%;
    float: none;
}

.exhibition-title {
    margin: 2% 0;
}

.index-new-time {
    width: 100%;
}

.index-showcase-li-row {
    left: auto;
    right: -32%;
}

.index-showcase-li-row img {
    position: absolute;
    right: 0;
}




/* 2016.12.27 */

.index-app-new,
.app-language-row {
    display: none;
}

.header-margin {
    margin-bottom: 100px;
}

.company-icon-row sup {
    line-height: 0;
}


.row-error-style {
    background-color: #ccc;
}

.succeed-row {
    display: none;
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
}

.succeed-top {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #edeff1;
    padding-bottom: 60px;
}

.succeed-top img {
    margin: 30px;
}

.succeed-top-text {
    color: #018845;
    font-size: 20px;
}

.succeed-ft {
    padding-top: 50px;
}




/* 2017.2.26 */

.nav-li.nav-silverindustry {
    text-align: center;
}

.nav-li.nav-silverindustry>a {
    vertical-align: middle;
    line-height: 24px;
    display: table-cell;
    height: 100px;
    width: 125px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #2b59a6;
    color: #fff;
}

.nav-li.nav-silverindustry:hover>a {
    border-bottom: 0;
}

.suspend-row .nav-li.nav-silverindustry {
    height: 76px;
}

.suspend-row .nav-li.nav-silverindustry>a {
    height: 76px;
}


.partners-row {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.partners-row .index-row {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.partners-row .index-row:last-of-type {
    margin-right: 0;
}

.advisory-row {
    width: 80%;
}

.advisory-input {
    height: 44px;
    border: 1px solid #bfbfbf;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
}

.advisory-name-row {
    width: 30%;
    margin-right: 5%;
}

.advisory-li {
    margin-bottom: 10px;
}

.radio-label {
    line-height: 44px;
    margin-right: 10%;
}

.advisory-radio {
    margin-right: 5px;
    margin-top: -3px;
}

.advisory-half {
    width: 48%;
    margin-right: 4%;
}

.advisory-half:last-of-type {
    margin-right: 0;
}

.advisory-radio-row {
    width: 65%;
}

.advisory-textarea {
    padding: 8px 10px;
    height: 74px;
    resize: inherit;
    line-height: 18px;
    margin: 0;
    display: block;
}

.advisory-form {
    position: relative;
}

.advisory-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    background: #008843;
    width: 16%;
    height: 129px;
    cursor: pointer;
}

.partners-row .index-partner-li {
    width: 25%;
}


.new-recommend-li:after {
    content: "上一篇";
}

.new-recommend-li:nth-of-type(2):after {
    content: "下一篇";
}

.new-recommend-li a {
    margin-right: 55px;
}

/* 增加听力专区 */
.region-box{
    margin-top: 40px;
}
.region-li{
    float: left;
    width: 16%;
    text-align: center;
}
.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: #009551;
    line-height: 1.5;
    font-weight: normal;
}
.hear-subtit{
    font-size: 24px;
    color: #009551;
    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;
}

.exhnews li{
    width: 32%;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}
.exhnews li:nth-of-type(1), .exhnews li:nth-of-type(4){
    margin-left: 0;
}
.exhnews li:nth-of-type(3), .exhnews li:nth-of-type(6){
    margin-right: 0;
}
.exhnews li img{
    width: 100%;
}
.exhtit{
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 48px;
}
.exhtit-s{
    /*margin-bottom: 45px;*/
}

.exhatlas li{
    float: left;
    width: 32%;
    height: 215px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 10px;
}
.exhatlas li:nth-of-type(1), .exhatlas li:nth-of-type(4),.exhatlas li:nth-of-type(7){
    margin-left: 0;
}
.exhatlas li:nth-of-type(3), .exhatlas li:nth-of-type(6),.exhatlas li:nth-of-type(9){
    margin-right: 0;
}
.exhatlas li img{
    width: 100%;
    height: 100%;
}

.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: #f0f6f2;
    padding: 0 20px;
    border-top: 25px solid #f0f6f2;
    border-bottom: 25px solid #f0f6f2;
    box-sizing: border-box;
}
.visit ul li{
    line-height: 30px;
}

.expo h2{
    font-size: 30px;
    color: #009551;
    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: #f0f6f2;
    width: 270px;
    height: 88px;
    padding-top: 16px;
    box-sizing: border-box; 
    padding-left: 56px;
}
.expo .expo-info li:first-child{
    padding-left: 72px;
}
.expo-icon{
    float: left;
    margin-right: 10px;
}
.expo .expo-icon img{
    height: 56px;
}
.expo-i{
    float: left;
    margin-top: 4px;
}
.expo-i p:first-child{
    font-size: 20px;
    font-weight: bold;
    color: #008b4b;
}
.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 #009551 solid;
    font-weight: bold;
    color: #009551;
    font-size: 16px;
    transition: 0.3s;
}
.expo .btnbox .bggread{
    background: #009551;
    color: #fff;
}
.expo .btnbox a:hover{
    background: #009551;
    color: #fff;
}

.active li{
    float: left;
    width: 32%;
    margin-right: 15px;
}
.active li:last-of-type{
    margin-right: 0;
}
.mb-show{
    display: none;
}
@media screen and (max-width: 768px){
    .mb-show{
        display: block;
    }
    .mp-show{
        display: none;
    }
    .hear-top h1{
        font-size: 40px;
    }
    .hear-img{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .exhnews li{
        width: 100%;
    }
    .exhnews li:nth-of-type(n){
        margin-left: 0;
        margin-right: 0;
    }
    .exhatlas li{
        width: 47%;
        height: 100px;
    }
    .exhatlas li:nth-of-type(n){
        margin-left: 0;
        margin-right: 9px;
    }
    .exhatlas li img{
        height: 100% !important;
    }
    .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%;
    }
    .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: #388b3c;
        display: block;
        text-align: center;
    }
    .logobox .box-r span.smollfont{
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        color:#333;
    }
    .range .range-info li{
        list-style: disc;
        float: left;
        width: 50%;
    }
    .exhatlas-box{
        margin-bottom: 15px;
    }
    .lan-data-li-tit h3{
        font-size: 18px;
    }
    .lan-data-li-tit p{
        font-size: 15px
    }
    .lan-data-li li{
        float: left;
        width: 33%;
        box-sizing: border-box;
        text-align: center;
    }
    .lan-data-li{
        margin:15px 0;
    }
    .lan-data-li-img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #388b3c;
        margin: 0 auto;
    }
    .content-row .lan-data-li-img img{
        width: 60% !important;
        padding-top: 7px;
    }
    .lan-data-li-tit{
        vertical-align: middle;
    }
    .activities-wrap{
        width:100%;
        overflow:hidden;
        background: #fff;
        box-sizing: border-box;
    }
    .active-type:first-of-type{
        margin-bottom: 10px;
    }
    .active-type h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .activities-t li{
        list-style: disc;
        float: left;
        font-size:15px;
        width:100%;
        margin-left: 18px;
        margin-bottom: 5px;
    }
    .institutions-w {
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .institutions-t {
        float: left;
        color: #388b3c;
        font-size: 12px;
        padding: 7px;
        width: 44%;
        text-align: center;
        margin: 1.3%;
        margin-right: 0;
        border: 1px solid #388b3c;
    }
    .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:#388b3c;
        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:30px;
    }
    .ticket-input{
        margin-top:20px;
    }
    .ticket-input input{
        width:94%;
        height:60px;
        background:#fbfbfb;
        border:1px solid #e0e0e0;
        padding:0 3%;
        font-size:16px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }
    .ticket-input.has-error input{
        border:1px solid #bc1f1f;
         -webkit-transition: 400ms;
      -moz-transition: 400ms;
      -o-transition: 400ms;
      transition: 400ms;
      box-shadow:0 0 5px rgba(188,31,31,0.4);
    }
    .ticket-form-name{
        width:100%;
        font-size:20px;
        height:40px;
        margin-top: 35px;
    }
    .checkbox-box input {
        width: 20px;
        height: 20px;
    }
    .inline-row {
        display: inline;
    }
    .answer-sub-itmes {
        display: none;
        float: none;
        padding-left: 20px;
    }
    .checkbox-box-p input {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .checkbox-box {
        width: 100%;
        display: block;
        line-height: 35px;
        font-size: 16px;
    }
    .ticket-sub {
        margin-top: 20px;
        width: 100%;
        height: 62px;
        line-height: 62px;
        background: #388b3c;
        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:;
        padding:20px;
        width:calc(100% - 40px);
        background-size:auto 100%;
        overflow:hidden;
        height:auto;
    }
    .lan-add-tit{
        font-size:16px;
        line-height: 28px;
    }

    .lan-add-tit  span{
        width:80px !important;
    }
    .lan-add .bg{
        background:rgba(0,0,0,0.4);
        padding: 20px;
        width: calc(100% - 40px);
        height:100%;
    }
    .box-l {
        width: 100%;
        color: #fff;
        font-size: 16px;
        padding: 7px 0;
    }
    .box-r {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 36px;
    }
    .abc-box {
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding-top: 30px;
    }
    .region-box{
        margin-bottom: 60px;
        margin-top: 0;
    }
    .region-li{
        width: 33%;
        margin-bottom: 20px;
    }
    .content-row .region-li img{
        width: auto !important;
    }
}

/* 增加展商推荐 */

.recommend-row {
    margin: 20px 0;
    width: 100%;
}

.recommend-li {
    float: left;
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
}

.recommend-li a {
    display: block;
    position: relative;
}

.recommend-img {
    width: 100%;
    display: block;
}

.recommend-box {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.recommend-box span {
    padding: 0 10px;
    color: #fff;
    line-height: 40px;
}




/*媒体简报*/

div.holder {
    text-align: center;
    margin: 10px 0;
}

div.holder a {
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}

div.holder a.jp-current {
    color: #009452;
}






/*e-new*/

.enews-bottom {
    padding: 120px 0;
}

.enews-bottom-l {
    width: 70%;
}

.enews-bottom-r {
    width: 30%;
    margin-top: -10px;
}

.enews-email-box {
    width: 126px;
    height: 134px;
    margin-right: 20px;
}

.email-text {
    width: 360px;
}

.enews-email-title {
    font-size: 24px;
    color: #155aaa;
    margin-bottom: 20px;
}

.email-text-p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.enew-ewm {
    width: 152px;
    height: 152px;
    overflow: hidden;
}

.enew-ewm img {
    width: 100%;
}

.enew-ewm-p {
    width: 152px;
    height: 50px;
    line-height: 50px;
    color: #666;
    text-align: center;
}

@media (max-width:640px) {
    .enews-bottom-l {
        float: none;
        width: 100%;
        text-align: center;
    }
    .enews-bottom-r {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .enews-email-box {
        float: none;
        margin: 0 auto;
    }
    .email-text {
        float: none;
        padding: 10px 0;
        width: 100%;
        margin: 0 auto;
    }
    .enew-ewm {
        margin: 0 auto;
    }
    .enew-ewm-p {
        margin: 0 auto;
    }
}



/* 20170504新底部样式 */

.footer-itembox {
    width: 100%；
}

.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: 12px;
    line-height: 30px;
}

.box-zh {
    width: 210px;
    margin: auto;
}

.box-zh a {
    display: inline-block;
    padding-right: 19px
}

.box-zh .box-link {
    color: #fff;
    font-size: 18px;
    padding-top: 60px;
    padding-bottom: 15px;
}

.ewmbox {
    width: 120px;
    margin: auto;
}

.in-box {
    padding-left: 50px;
}

.in-box p {
    line-height: 30px;
    height: 30px;
}

.in-box .ebox {
    padding-top: 28px;
    padding-bottom: 26px;
    font-size: 18px;
    color: #fff;
}

.pbox {
    width: 88%;
    padding-bottom: 30px;
}

.pt16 {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    .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 {
        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;
}

::-webkit-input-placeholder {
    color: #949494;
}

:-ms-input-placeholder {
    color: #949494;
}






/*20170524*/

.index-partner-li {
    margin: 10px 0;
}



/*20170601*/

.expnew-box {
    width: 57.5%;
    height: auto;
    display: block;
    float: left;
}

.expnew-box.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    min-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%;
}

.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: ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 47.5%;
    height: 100%;
    z-index: 10;
    color: #fff;
}

.thenew-box h3 {
    font-size: 24px;
    padding-top: 20px;
    padding-left: 15.789%;
}

.thenew-box ul {
    padding-top: 10px;
    padding-left: 15.789%;
}

.thenew-box ul li {
    line-height: 28px;
    background-repeat: no-repeat;
    background-image: ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    background-position: 0 center;
    padding-left: 14px;
}

.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;
}

.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: #009551;
}

.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%;
    }
    .exhibition-ul{
        display: block;
    }
}




/*酒店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: no-repeat;
}

.hotel_class h3 span.five {
    background-position: 0px -33px;
}

.hotel_class h3 span.four {
    background-position: 0px -66px;
}

.thumbnail.case .caption h4 {
    line-height: 24px;
    padding: 5px 0;
    color: #333;
}

.thumbnail.case .caption p,
.thumbnail.case .caption a {
    color: #666;
}

.address {
    text-indent: 30px;
    padding: 5px 0;
}

.thumbnail.case .caption .address em {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: no-repeat;
    background-size: 20px 20px;
}

.thumbnail.case .caption p b {
    color: rgb(0, 149, 81);
}

.thumbnail.case {
    box-shadow: 3px 4px 8px 0 rgba(7, 17, 27, .1);
}

.thumbnail a>img,
.thumbnail>img {
    width: 100%;
}





.hotel_box .hotel_download {
    width: 250px;
    height: 70px;
    margin: 0 auto;
}

.hotel_box .hotel_download a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 70px;
    font-size: 18px;
    background: rgb(0, 149, 81);
    border-radius: 35px;
    text-align: center;
}

.hotel_remarks,
.hotel_reservation {
    width: 45%;
    background: #fafafa;
    /*height: 280px;*/
    border: 2px solid #eee;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.hotel_remarks {
    float: left;
}

.hotel_reservation {
    padding-bottom: 28px;
    float: right;
}

.hotel_remarks h5,
.hotel_reservation h5 {
    color: rgb(0, 149, 81);
    font-size: 18px;
    font-weight: 900;
}

.hotel_remarks strong {
    color: rgb(0, 149, 81);
}





/*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: #009551;
    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: middle;
    padding: 20px;
}

/*.event-tab tbody tr td:first-of-type {
    color: #009551;
}

.event-tab tbody tr td:last-of-type {
    color: #009551;
    font-size: 16px;
}*/

.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 #009551;
}

.event-sub p {
    font-size: 14px;
    color: #222;
}

.event-sub a {
    font-size: 14px;
    color: #222;
}



/*bootsrtap 需要到的css*/

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-left: -15px;
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}


.thumbnail a>img,
.thumbnail>img {
    width: 100%;
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.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:  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:  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*/

.content-ind-top-bg {
    background:  no-repeat center bottom;
    padding-bottom: 150px;
}

.content3-row {
    margin: 40px auto;
}

.content3-row {
    border: 1px solid #eee;
    padding: 0 5%;
    margin-top: 0;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.tissue-row {
    min-width: 0;
    width: 23%;
}

.overview-btn-row {
    text-align: center;
    margin-bottom: 30px;
}

.overview-btn {
    font-size: 18px;
    color: #181e44;
    margin: 0 20px;
    display: inline-block;
    position: relative;
    transition: 400ms;
}

.overview-btn::after {
    content: ">";
    float: right;
    /*margin-top: 3px;*/
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-family: 宋体;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 50%;
    background: #10784a;
    font-weight: bold;
    transition: 400ms;
}

.overview-btn:hover {
    color: #009452;
}

.overview-btn:hover:after {
    background: #009452;
    color: #fff;
}










/*网上展厅*/

.exhibitor-search {
    width: 68%;
    float: left;
    margin-right: 7%;
}

.exhibitor-recommendation {
    width: 25%;
    float: right;
}

.search-box {
    padding: 30px 0;
}


.exhibitor-search-box {
    padding: 30px 0;
}

.exhibitor-search-box .dropdown {
    width: 48%;
    border: 1px solid #cccccc;
    float: left;
    margin-right: 4%;
    box-sizing: border-box;
}

.exhibitor-search-input-box {
    width: 48%;
    float: left;
    border: 1px solid #cccccc;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}

.exhibitor-search-input {
    color: #999;
    padding: 14px 12px;
    border: none;
    width: 70%;
    box-sizing: border-box;
}

.exhibitor-search-btn {
    border: none;
    outline: none;
    height: 44px;
    line-height: 44px;
    width: 30%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #009452;
    float: right;
    cursor: pointer;
}

.word-search-box {
    padding: 15px 30px;
    background: #ebebeb;
    border-radius: 3px;
}

.word-search-box a {
    padding: 2px 6px;
}

.word-search-box a.curr {
    text-decoration: underline;
    color: #009452;
}


.exhibitor-list {
    margin-bottom: 70px;
}

.exhibitor-list-table {
    display: table;
    width: 100%;
}

.exhibitor-list-table .list-table-row {
    display: table-row;
    width: 100%;
}

.exhibitor-list-table .list-table-cell {
    display: table-cell;
    box-sizing: border-box;
    padding: 20px 30px;
    vertical-align: middle;
}

.exhibitor-list-table .list-table-top .list-table-row .list-table-cell {
    border-bottom: 3px solid #009452;
    font-size: 16px;
    font-weight: 700;
    color: #009452;
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell {
    border-bottom: 1px solid #e5e5e5;
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type {
    text-align: center;
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type a {
    display: inline-block;
    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-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-size: 14px;
    font-weight: bold;
    color: #999;
    transition: 400ms;
}

.pro-button-next img {
    vertical-align: bottom;
    margin-left: 3px;
    width: 28px;
}

.pro-button-next:hover {
    color: #333;
}

.recommendation-title {
    padding: 20px 20px 40px 20px;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #009452;
    font-size: 20px;
    font-weight: 700;
    color: #009452;
    margin: 30px 0;
}

.recommendation-item {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    /*margin-bottom: 20px;*/
    width: 100%;
    height: 300px;
    line-height: 260px;
    overflow: hidden;
    text-align: center;
    padding: 20px 5%;
    /*position:relative;*/
}

.recommendation-item img {
    max-width: 90%;
    max-height: 260px;
    vertical-align: middle;
    height: auto;
    display: inline-block;
}

.recommendation-item:hover .exh-pro-tit-wrap {
    transition: 400ms;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    /*兼容-webkit-引擎浏览器*/
    -moz-transform: translatey(0px);
    /*兼容-moz-引擎浏览器*/
}

.exh-pro-tit-wrap {
    position: absolute;
    height: 76px;
    left: 0;
    bottom: 0;
    width: 91%;
    padding: 2% 5% 0;
    background: rgba(0, 0, 0, 0.4);
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    text-align: left;
    transition: 400ms;
    transform: translatey(37px);
    -webkit-transform: translatey(37px);
    /*兼容-webkit-引擎浏览器*/
    -moz-transform: translatey(37px);
    /*兼容-moz-引擎浏览器*/
}

.exh-pro-tit-t {
    width: 100%;
    overflow: hidden;
}

.exh-pro-tit-t-l {
    float: left;
}

.exh-pro-tit-t-r {
    float: right;
}

.exh-pro-tit-t-b {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .exhibitor-search-box .dropdown {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .exhibitor-search-input-box {
        float: none;
        width: 100%;
    }
    .exhibitor-search {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .exhibitor-list-table .list-table-cell {
        display: inline-block;
        width: 100% !important;
    }
    .exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type {
        padding-right: 30px;
    }
    .exhibitor-list-table .list-table-top {
        display: none;
    }
    .exhibitor-recommendation {
        float: none;
        width: 100%;
        padding-top: 30px;
    }
    .recommendation-item {
        float: left;
        width: 48%;
        margin-right: 4%;
        height: 200px;
        overflow: hidden;
    }
    .recommendation-item img {
        position: relative;
        top: 50%;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-50%);
    }
    .recommendation-item:nth-of-type(2n) {
        margin-right: 0;
    }
}







/*按展品搜索*/

.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: 10px 0;
}

.exhibitor-product-word {
    overflow: hidden;
    padding: 10px 0;
}

.exhibitor-product-word a {
    position: relative;
    display: inline-block;
    min-width: 129px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    margin-right: 20px;
    margin-bottom: 17px;
    text-align: center;
}

.exhibitor-product-word a.curr,
.exhibitor-product-word a:hover {
    border: 1px solid #d0125c;
    color: #d0125c;
}

.exhibitor-product-word a.curr:after {
    position: absolute;
    right: -6px;
    top: -6px;
    content: '×';
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    background: #d0125c;
    color: #fff;
    text-align: center;
}

.exhibitor-product-bottom {
    padding: 50px 0 0;
}

.exhibitor-product-search-keyword {
    position: relative;
    max-width: 732px;
    margin: 0 auto;
}

.product-keyword-input {
    width: 100%;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.product-keyword-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    cursor: pointer;
    width: 120px;
    height: 50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #009452  center center no-repeat;
}

.product-keyword-box {
    max-width: 732px;
    margin: 0 auto;
    padding-top: 30px;
}

.product-keyword-row {
    font-size: 18px;
    color: #000000;
}

.product-keyword-row a {
    font-size: 14px;
    color: #999999;
    padding: 0 10px;
}

.product-list {
    padding: 50px 0;
    font-size: 0;
}

.product-list .product-item {
    display: inline-block;
    width: 23%;
    margin-right: 2.25%;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    margin-bottom: 50px;
    vertical-align: top;
}

.product-list .product-item:nth-of-type(4n) {
    margin-right: 0;
}

.product-list .product-item .product-img-box {
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    text-align: center;
}

.product-list .product-item .product-img-box 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 .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;
}

.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:  no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.product-detail-link {
    float: right;
    font-size: 16px;
    color: #009551;
}




@media screen and (max-width: 767px) {
    .product-list .product-item {
        width: 48%;
        margin-right: 4%;
    }
    .product-list .product-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-keyword-btn {
        width: 70px;
    }
}




/*产品详情页面*/

.product-type-title {
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #009452;
}

.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:  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: 205px;
    height: 205px;
    line-height: 205px;
    margin-right: 52px;
    border: 1px solid #e5e5e5;
    text-align: center;
    overflow: hidden;
}

.exhibitor-infor-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.exhibitor-infor-text {
    overflow: hidden;
    margin-top: 50px;
}

.exhibitor-infor-text-top {
    margin-top: 55px;
}

.exhibitor-infor-text p {
    line-height: 24px;
    padding: 5px 0;
}

.red-text {
    /*color: #d0125c;*/
}

.exhibitor-infor-profile {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.exhibitor-infor-content {
    background: #f7f7f7;
    padding: 20px 35px;
}

.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 #009452;
    padding: 10px 0;
    margin-bottom: -1px;
}

.detail-prduct-list {
    font-size: 0;
}

.detail-prduct-list .product-item {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 10px;
    vertical-align: top;
}

.detail-prduct-list .product-item:nth-of-type(3n) {
    margin-right: 0;
}

.detail-prduct-list .product-item img {
    display: inline-block;
}

.detail-prduct-list .product-img-box {
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.detail-prduct-list .product-img-box img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 300px;
    /*position:relative;
    top:50%;
    -webkit-transform:translatey(-50%);
    -moz-transform:translatey(-50%);
    -ms-transform:translatey(-50%);
    -o-transform:translatey(-50%);
    transform:translatey(-50%);*/
}

.detail-prduct-list .product-name {
    font-size: 16px;
    color: #333;
    padding: 20px 0;
    line-height: 24px;
    text-align: center;
}

.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 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .detail-prduct-list .product-item {
        width: 48%;
        margin-right: 4%;
    }
    .detail-prduct-list .product-item:nth-of-type(3n) {
        margin-right: 4%;
    }
    .detail-prduct-list .product-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .detail-prduct-list .product-img-box {
        height: 200px;
        line-height: 200px;
    }

    .exhibitor-product-title {
        width: 100%;
    }
    .exhibitor-product-word {
        width: 100%;
    }
    .exhibitor-product-word a {
        min-width: calc(50% - 20px);
    }
    .exhibitor-product-word a:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-keyword-btn {
        width: 68px;
    }
    .product-list .product-item {
        width: 48%;
    }
    .product-list .product-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-list .product-item .product-img-box {
        height: 200px;
        line-height: 200px;
    }
}

@media screen and (max-width:480px) {
    .exhibitor-infor-img {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .exhibitor-infor-text {
        width: 80%;
        margin: 0 auto;
    }
}


.exhibitor-say-item {
    padding: 0 48px;
    background: #0083cb;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
    margin: 50px auto;
    min-height: 210px;
}

.exhibitor-say-head {
    float: left;
    width: 31.5%;
    height: 100%;
    max-width: 378px;
    overflow: hidden;
    margin-right: 48px;
    text-align: center;
}

.exhibitor-say-head img {
    display: block;
    max-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}

.exhibitor-say-text {
    overflow: hidden;
    color: #fff;
    padding: 20px 0;
}

.exhibitor-say-name {
    font-size: 24px;
    line-height: 30px;
}

.exhibitor-say-compay {
    padding: 5px 0;
    font-size: 12px;
}

.exhibitor-say-content {
    position: relative;
}

.exhibitor-say-profile {
    width: 91%;
    margin: 24px 0;
    font-size: 12px;
}

.exhibitor-say-l {
    position: absolute;
    left: 0;
    top: -5%;
    font-size: 80px;
    font-family: arial;
}

.exhibitor-say-r {
    position: absolute;
    right: 8%;
    font-size: 80px;
    font-family: arial;
}


.blue-bg {
    background: #0083cb;
}

.violet-bg {
    background: #bf3884;
}

.yellow-bg {
    background: #c89a4c;
}

.deepblue-bg {
    background: #325694;
}

@media screen and (max-width: 640px) {
    .exhibitor-say-head {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-top: 20px;
    }
}





.brand-exhibitors-con {
    width: 100%;
    /*    overflow: hidden;*/
    position: relative;
}

.partners-logo {
    overflow: hidden;
    margin-top: 10px;
    height: 343px;
    width: 100%;
    align-items: flex-start;
}

.partners-logo li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.partners-logo li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 85px;
}

.partners-logo li:nth-of-type(4n) {
    margin-right: 0%;
}

.partners-ind-h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.brand-exhibitors-h2 {
    border-top: 2px solid #ebecf2;
    padding-bottom: 10px;
    font-weight: bold;
}

.display-area-h2 {
    font-size: 28px;
    line-height: 30px;
}

.brand-exhibitors-prev {
    background:  no-repeat;
    right: 32px;
    left: initial;
    top: -18px;
    opacity: 1;
    transition: 400ms;
}

.brand-exhibitors-next {
    background:  no-repeat;
    right: 0%;
    top: -18px;
    opacity: 1;
    transition: 400ms;
}

.partners-ing-c {
    overflow: hidden;
}


@media (max-width: 767px) {
    .partners-row .index-row {
        width: 96%;
        margin: 30px 2%;
    }
    .footer-itembox {
        display: block !important;
    }
}





/*他们眼中*/

.comments-bg {
    width: 100%;
    background:  center no-repeat fixed;
    height: 440px;
    overflow: hidden;
}

.comments-l {
    width: 23%;
    float: left;
}

.comments-l-h3 {
    font-size: 28px !important;
    color: #009452;
    margin: 146px 0 25px 0 !important;
}

.comments-l-p {
    color: #fff;
    font-size: 14px;
}

.comments-li {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    /*margin-right:170px;*/
    background: none;
}

.comments-li-l {
    width: 210px;
    float: left;
    height: 300px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 5px #7d7d7d;
    font-size: 14px;
}

.comments-li-l-img {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 100%;
    margin: 30px auto 26px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 3px #999;
    text-align: center;
}

.comments-li-l-img img {
    max-width: 110%;
    max-height: 100%;
}

.comments-li-l-p {
    text-align: center;
    padding: 0 5%;
}

.comments-li-r {
    width: 485px;
    float: left;
    height: 220px;
    margin-left: 36px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 5px #7d7d7d;
    padding: 40px 40px;
    position: relative;
    text-align: left;
    margin-right: 70px;
    background-image: ;
    background-repeat: no-repeat;
    background-position: 93% 90%;
    background-size: 40px;
}

.comments-r-con {
    width: 225%;
    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: 15px;
    width: 100%;
    /*height:120px;*/
    overflow: hidden;
}

.comments-li-r-p-img {
    width: 100%;
    text-align: right;
}

.comments-r {
    width: 67.5%;
    float: right;
    margin-top: 70px;
    position: relative;
}

.comments-button-next {
    position: absolute;
    z-index: 10;
    top: 44%;
    cursor: pointer;
    left: 848px;
    width: 51px;
    height: 51px;
    background:  no-repeat;
    opacity: 0.6;
    transition: 400ms;
}

.comments-button-next:hover {
    opacity: 1;
}

.comments-button-prev {
    position: absolute;
    z-index: 10;
    top: 44%;
    cursor: pointer;
    left: -85px;
    width: 51px;
    height: 51px;
    background:  no-repeat;
    opacity: 0.6;
    transition: 400ms;
}

.comments-button-prev:hover {
    opacity: 1;
}




.after-the-report-h2 {
    font-size: 26px;
    color: #009551;
    margin-bottom: 20px;
}

.after-the-report-p {
    font-size: 14px;
}

.after-the-report-time {
    width: 100%;
    overflow: hidden;
    margin: 35px 0 35px 0;
}

.after-the-report-time li {
    width: 25%;
    font-size: 16px;
    float: left;
}

.after-the-report-time li span {
    color: #009551;
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
}

.after-the-report-img {
    width: 100%;
    overflow: hidden;
}

.report-secondary-wrap {
    width: 100%;
    overflow: hidden;
}

.report-secondary-h2 {
    font-size: 24px;
    font-weight: normal;
    color: #009551;
    line-height: 30px;
    margin: 50px 0 30px 0;
    border-bottom: 3px solid #009452;
    padding-bottom: 15px;
}

.report-secondary-con-img {
    float: left;
}

.report-secondary-con {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.report-secondary-con-tit {
    float: left;
    margin-left: 65px;
    margin-top: 65px;
    width: 40%;
    font-size: 14px;
}

.report-secondary-h3 {
    width: 100%;
    margin: 25px 0 40px 0;
    color: #666;
    font-size: 22px;
    overflow: hidden;
    line-height: 25px;
    font-weight: normal;
}

.report-secondary-h3.secondary-h3 {
    margin: 25px 0 20px 0;
}

.proportion-wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.proportion-wrap li {
    width: 26.33%;
    border-left: 3px solid #969494;
    float: left;
    padding-left: 1.5%;
}

.proportion-top {
    font-size: 48px;
    color: #007d3d;
    line-height: 50px;
}

.proportion-tit {
    font-size: 20px;
    line-height: 35px;
}

.audience-composition-l {
    float: left;
}

.audience-composition-r {
    float: left;
    margin-left: 72px;
}

.download-complete {
    width: 240px;
    height: 50px;
    margin: 50px auto 60px;
    text-align: center;
    line-height: 50px;
    background: #009452;
    font-size: 16px;
}

.download-complete a {
    display: block;
    color: #fff;
}

.download-complete img {
    vertical-align: middle;
    margin-left: 10px;
}

.same-time-activities-h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 36px;
    color: #009452;
}

.same-time-activities-bg {
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    padding: 50px 0 0;
}

.wonderful-wrap {
    width: 100%;
    overflow: hidden;
    margin: 35px 0;
}

.wonderful-wrap li {
    width: 50%;
    float: left;
    margin: 15px 0;
}

.wonderful-wrap li img {
    vertical-align: middle;
    margin-right: 10px;
}

.exhibition-video-wrap {
    width: 100%;
    overflow: hidden;
    margin: 50px 0;
}

.exhibition-video-l {
    float: left;
    overflow: hidden;
    width: 48.4%;
}

.exhibition-video-r {
    width: 48.4%;
    float: right;
    overflow: hidden;
}

.exhibition-video-r-img li {
    float: left;
    margin: 0 20px 20px 0;
}

.exhibition-video-r-img li:nth-of-type(2n) {
    margin-right: 0;
}

.exhibition-video-r-img li img {
    display: block;
}

.exhibition-video-img {
    margin-top: 25px;
    position: relative;
}

.exhibition-video-r-img {
    margin-top: 25px;
}


.exhibition-video-tit {
    width: 60%;
    padding: 3%;
    background: #fff;
    position: absolute;
    right: 3%;
    z-index: 9;
    bottom: 7%;
}

.exhibition-video-tit-img {
    float: left;
    width: 20%;
    padding-top: 15px;
    text-align: center;
}

.exhibition-video-tit-con {
    width: 78%;
    float: right;
}

.exhibition-video-tit-con-t {
    font-size: 14px;
    color: #666;
}

.exhibition-video-tit-con-p {
    font-size: 18px;
}

.media-reports-h2 {
    margin: 40px 0;
}

.tablerow-title {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.tablerow th {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.tablerow td {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.tablerow th img {
    max-width: 100%;
    border: 1px solid #ccc;
}

.tabletitle {
    font-size: 18px;
    color: #009452;
    font-weight: bold;
    margin: 20px 0;
}

.tablerow a {
    color: #333;
}

.txt:hover {
    color: #009452;
}

.borderbox .tablerow {
    padding: 20px 15%;

    border: 1px solid #eee;
}

/*最新新闻*/
.news-ind-h2{
    text-align:center;
}
.news-ind-p{
    width:100%;
    text-align:center;
    font-size:14px;
    margin-top:12px;
    color:#666;
}

.news-ind-con{
    width:100%;
    overflow:hidden;
    margin:30px 0 60px 0;
}
.news-ind-con-l{
    width:47.5%;
    float:left;
    overflow:hidden;
}
.news-ind-con-l:hover .news-ind-con-l-img img{
    
    transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1); 
    -moz-transform:scale(1.1,1.1);   
    -webkit-transform:scale(1.1,1.1); 
    -o-transform:scale(1.1,1.1); 
    transition: 1s;
}

.news-ind-con-r{
    width:49%;
    float:right;
}
.linkindexnew{
    display:block;
    text-align: right;
}
.news-ind-con-r li{
    width:100%;
    border-top:1px solid #e5e5e5;
    overflow:hidden;
    height:74px;
}
.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;
    text-overflow: ellipsis;
    overflow:hidden;
}
.news-ind-con-r-tit a{
    color:#333;
    display:block;
}
.news-ind-con-r-tit a:hover{
    color:#009452;
}

.news-ind-con-l-img{
    width:100%;
    overflow:hidden;
    height:217px;
    line-height:217px;
    text-align:center;
    position:relative;
}
.news-ind-con-l-img img{
    width:100%;
    /*max-height:217px;*/
    /*vertical-align: middle;
    position:absolute;
    top:-50%;
    left:0;*/


    transform:scale(1,1);
    -ms-transform:scale(1,1); 
    -moz-transform:scale(1,1);   
    -webkit-transform:scale(1,1); 
    -o-transform:scale(1,1); 
    transition: 1s;
}
.news-ind-con-l-h3{
    font-size:16px;
    margin:15px 0 10px 0;
}
.news-ind-con-l-time{
    margin-bottom:13px;
}
.news-ind-con-l-time a{
    color:#999;
}


.activity-wrap{
    width:100%;
    overflow:hidden;
    background:#f8f9ff;
}
.news-ind-con-ul{
    width:100%;
    margin:30px 0;
    border-bottom:1px solid #dfe0e5;
    padding-bottom:35px;
    position:relative;
}
.news-ind-li{
    width:33.33%;
    /*margin-right:2%;*/
    float:left;
}
.news-ind-li:hover img{
    transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1); 
    -moz-transform:scale(1.1,1.1);   
    -webkit-transform:scale(1.1,1.1); 
    -o-transform:scale(1.1,1.1); 
    transition: 1s;
}
.news-ind-li img{
    width:100%;
    transition: 400ms;
}
.news-ind-li-img{
    width:100%;
    height:290px;
    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: no-repeat;
    opacity: 0.5;
    transition: 400ms;

}
.news-button-next:hover{
    opacity: 1;
}
.news-button-prev{
    position: absolute;
    z-index: 10;
    top:32%;
    cursor: pointer;
    left:-75px;
    width:51px;
    height:51px;
    background: no-repeat;
    opacity: 0.5;
    transition: 400ms;

}
.news-button-prev:hover{
    opacity: 1;
}


/* 新闻发布会 */

.index-bg {
    width: 100%;
    background: #fbfbfd;
}

.cre-newbox {
    width: 1200px;
    margin-bottom: 40px;
    margin: auto;
    padding: 40px 0;
    background: #fbfbfd;
}

.cre-newbox .tab-box {
    overflow: hidden;
}

.cre-newbox .tab-box li {
    float: left;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    background-image: ;
    background-repeat: no-repeat;
    background-position: center right;
    width: 195px;
    margin-right: 30px;
    cursor: pointer;
    font-weight: bold;
}


/* .cre-newbox .tab-box li:hover {
    color: #009452;
} */

.cre-newbox .tab-box li:last-child {
    background-image: none;
}

.cre-newbox .tab-box li.cur {

    color: #009452;
}

.cre-newbox .new-item {
    margin-top: 20px;
    overflow: hidden;
}

.cre-newbox .new-item .new-left {
    width: 32.5%;
    float: left
}

.cre-newbox .new-item .new-left .picbox {
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cre-newbox .new-item .new-left .txt-p {
    font-size: 15px;
    line-height: 30px;
}

.cre-newbox .new-item .new-left .picbox img {
    max-width: 100%;
}


.cre-newbox .new-item .new-right {
    width: 62.4%;
    float: right;
    position: relative;
}


.cre-newbox .new-item .new-right .swipe-boxa {
    display: block;
}

.cre-newbox .new-item .new-right .swipe-boxa .newlist {
    width: 100%;
    background: #fbfbfd;
}

.cre-newbox .new-item .new-right .swipe-boxa .newlist li {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 15px;
    background-image: ;
    background-repeat: no-repeat;
    background-position: right center;
}

.cre-newbox .new-item .new-right .swipe-boxa .newlist li .itemlogo {
    border: 1px #d4d4d4 solid;
    width: 94px;
    height: 48px;

    display: inline-block;
    float: left;
    overflow: hidden;
}

.cre-newbox .new-item .new-right .swipe-boxa .newlist li .tex-box {
    box-sizing: border-box;
    display: inline-block;
    border-bottom: 1px #c9c9ca solid;
    float: left;
    height: 48px;
    margin-left: 20px;
    width: calc(100% - 116px);
    line-height: 48px;
    text-align: left;
}

.cre-newbox .new-item .new-right .swipe-boxa .newlist li .tex-box .datatime {
    padding-right: 30px;
    float: right;
}

.lue {
    display: inline-block;
    width: calc(100% - 104px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cre-newbox .new-item .new-right .swipe-boxa .newlist li .tex-box a {
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
}

.cre-newbox .new-item .new-right .swipe-boxa .newlist li .tex-box a:hover {
    color: #009452;
}

.cre-newbox .new-item .new-right .swipe-boxa .newlist li .itemlogo img {
    max-width: 100%;
    height: 50px;
}

.swipe-boxa .arrobox .news-next,
.swipe-boxa .arrobox .news-prev {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    display: inline-block;
    position: relative;
    background: #f4f4f4;
    color: #000000;
    cursor: pointer;
}

.swipe-boxa .arrobox .news-prev:hover,
.swipe-boxa .arrobox .news-next:hover {
    background: #009452;
    color: #fff;
}

.swipe-boxa .arrobox .news-next:after {
    content: ">";
    float: right;
    /* margin-top: 3px; */
    width: 26px;
    height: 26px;

    text-align: center;
    line-height: 26px;
    font-family: 宋体;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 50%;

    font-weight: bold;
    transition: 400ms;
    cursor: pointer;
}

.swipe-boxa .arrobox .news-prev:after {
    content: "<";
    float: right;
    /* margin-top: 3px; */
    width: 26px;
    height: 26px;

    text-align: center;
    line-height: 26px;
    font-family: 宋体;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 50%;

    font-weight: bold;
    transition: 400ms;
}


.arrobox {
    width: 100%;
    height: 26px;
    position: absolute;
    top: 350px;
    z-index: 1000;
    text-align: center;
}

.cre-newbox .new-item .new-right .swipe-boxa {
    position: relative;
    min-height: 390px;
}

.swipe-boxa .swiper-slide {
    align-items: flex-start;
}





/* è§‚ä¼—ç™»è®° */

.tubereg-box {
    width: 100%;
    /*margin-top: 45px;*/
    overflow: hidden;
}

.tubereg-box .btnbox {
    width: calc( 48% - 97px);
    width: calc( 50% - 60px);
    border: 1px #e6e6e6 solid;
    border-top: 5px #009551 solid;
    padding: 30px 20px;
    clear: both;
    min-height: 76px;
    margin-right: 0;
    display: inline-block;
    margin-right: 29px;
}

.tubereg-box .btnbox:nth-child(2n) {
    margin-right: 0;
}

.tubereg-box .btnbox .leftbox {
    width: 72px;
    height: 70px;
    /* border: 1px #ddd solid; */
    background-image: ;
    background-repeat: no-repeat;

    float: left;
}

.tubereg-box .btnbox .bgperson {
    background-position: 8px center;
}

.tubereg-box .btnbox .bggroub {
    background-position: -64px center;
}

.tubereg-box .btnbox .rightbox {
    float: left;
    margin-left: 6%;
    width: calc(100% - 110px);
}

.tubereg-box .btnbox .rightbox h3 {
    font-size: 22px;
    padding-top: 8px;
}

.tubereg-box .btnbox .rightbox a {

    text-decoration: none;
    margin-left: 0;
}

.tubereg-box .btnbox .rightbox p {
    padding-top: 10px;
}

.overview-btn1 {
    font-size: 16px;
    color: #181e44;
    margin: 0px;
    display: inline-block;
    position: relative;
    transition: 400ms;
    vertical-align: text-top;
}

.overview-btn1::after {
    content: ">";
    float: right;
    width: 18px;
    height: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 18px;
    font-family: 宋体;
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
    border-radius: 50%;
    background: rgb(16, 120, 74);
    transition: 400ms;
}







/*往届回顾*/

.overview-list {
    padding-top: 40px;
}

.overview-list .overview-item {
    position: relative;
    display: block;
    padding: 20px;
    margin-bottom: 2%;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0 5px 5px rgba(233, 233, 233, .3);
}

.overview-list .overview-item:hover {
    box-shadow: 0 0 8px 8px rgba(233, 233, 233, .5);
}

.overview-list .overview-item .overview-img {
    float: left;
    width: 350px;
    margin-right: 20px;
}

.overview-list .overview-item .overview-img img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.overview-list .overview-item .overview-img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.overview-list .overview-item .overview-text {
    overflow: hidden;
}

.overview-list .overview-item .overview-title {
    font-size: 16px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overview-list .overview-item .overview-content {
    font-size: 14px;
    line-height: 24px;
    /*  height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;*/
}

.overview-list .overview-item .overview-text .overview-more {
    float: right;
    border-radius: 15px;
    display: inline-block;
    padding: 2px 20px;
    color: #fff;
    font-size: 12px;
    background: #009551;
    margin-top: 20px;
}

.overview-list .overview-item .overview-text .overview-more:hover {
    background: #018843;
}


/* 为何参展 */

.whyjam-box .aumotit {
    font-size: 24px;
    color: #009551;
    font-weight: bold;
}

.whyjam-box {
    width: calc(100% - 2px);
    /*border: 1px #ddd solid;*/
    position: relative;
}

.quick-box {
    width: 100%;
    max-width: 1098px;
    margin: 30px auto 0;
    overflow: hidden;
    border-bottom: 1px #ddd solid;
    background: #fff;
    z-index: 1000;
    transition: 0.3s;
}

.quick-box .item {
    float: left;
    width: calc(100%/8);
    text-align: center;
    padding: 20px 0 30px;
}

.quick-box .item span {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.quick-box .item a i {
    font-size: 30px;
}

.quick-box .item a em {
    font-size: 30px;
}

.whyjam-box .aumotit {
    font-size: 24px;
    color: #009551;
    font-weight: bold;
}

.quick-box .item a {
    color: #6d6a6a;
    transition: 0.3s;
}

.quick-box .item a:hover {
    color: #009551;
}

.quick-box .current a {
    color: #009551;
}

.whyjam-box .box-a {
    width: calc(100% - 100px);
    margin: auto;
}

.whyjam-box .box-a .tit {
    font-size: 30px;
    color: #009551;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    font-weight: bold;
}

.whyjam-box .box-bg {
    width: calc(100% - 100px);
    margin: 30px auto;
    background-image: ;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.whyjam-box .box-bg .tit {
    font-size: 30px;
    line-height: 30px;
    padding: 40px 0;
    font-weight: bold;
}

.whyjam-box .box-bg .main-box {
    width: 90%;

    overflow: hidden;
    padding-bottom: 60px;
    margin-left: 80px;
}

.bor-r {
    border-right: 1px rgba(255, 255, 255, 0.5) solid;
}

.whyjam-box .box-bg .main-box ul li {
    text-align: left;
    width: calc(100%/3 - 81px);
    float: left;
    height: 80px;
    padding-left: 80px;
}

.whyjam-box .box-bg .main-box .bigfont {
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
}

.whyjam-box .box-bg .main-box .fontsom {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}

.whyjam-box .box-c {
    /*width: calc(100% - 100px);*/
    width: 100%
    margin: 30px auto;
}

.whyjam-box .box-c .ullist {
    margin-top: 30px;
}

.whyjam-box .box-c .ullist li {
    border-bottom: 1px #d0caca dotted;
    margin-bottom: 20px;
}

.whyjam-box .box-c .ullist .tit {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.whyjam-box .box-c .ullist .p-txt {
    padding: 20px 0;
}

.whyjam-box .box-d {
    /*width: calc(100% - 100px);*/
    width: 100%;
    margin: 50px auto;
}

.mb40{
    margin-bottom: 50px !important;
}
.mt50{
    margin-top: 50px  !important;
}
.pt10{
    padding-top: 10px;
}
.pt14{
    padding-top: 15px;
}
.whyjam-box .box-c  .media-box{
    margin-top: 30px;
}

.whyjam-box .box-c  .media-box ul li{
  
    box-shadow: 0 0 1px 1px #eee;
    margin-bottom: 30px;
    width: calc(100%/2 - 42px);
    margin-right: 42px
}
.whyjam-box .box-c  .media-box ul li:nth-child(2n){
    margin-right: 0;
}
.whyjam-box .box-c .activity-box{
    margin-top: 20px;
  
}
.whyjam-box .box-c .activity-box ul li{
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 10px;
    
}

.whyjam-box .box-c .activity-box ul li:nth-child(2n){
    background: #f7f7f7;
}
.whyjam-box .box-c  .media-box ul li .tit{
    background: #f7f7f7;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: bold;
    color: #666;
    text-align: left;
}

.whyjam-box .box-c  .media-box ul li .p-txt{
    padding: 10px 20px;
}
/* è®¾è®¡å¸ˆä¸“åœº */
.designer-zone-c{width:100%; overflow:hidden;margin-top: 30px;}
.designer-zone-l{width:62%; float:left;text-align: justify;}
.designer-zone-r{width:25%; float:right; background:#eeeeee; border-radius:4px; padding:3% 4%;}
.designer-zone-r h2{font-size:24px; font-weight:normal; margin-bottom:25px;}
.designer-zone-r h3{}
.designer-zone-r p{ line-height: 30px; }
.designer-zone-r-apply{width:92%; background:#009551; color:#fff; border-radius:5px; height:40px; line-height:40px; padding:0 4%; margin-top: 15px;}
.designer-zone-r-apply a{display:block; color:#fff;text-align: center;}
.designer-zone-r-apply .iconfont{ margin-right: 15px; vertical-align: middle; }


.whyjam-box .bgs {
    margin-top: 30px;

    background-repeat: no-repeat;
    color: #fff;
    padding: 40px;
    line-height: 30px;
    background-size: cover;
}

.whyjam-box .box-d .box-bga {

    background-image: ;
}

.whyjam-box .box-d .box-bgb {
    background-repeat: repeat;
    background-image: ;
}

.whyjam-box .box-d .box-bga .tit {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.whyjam-box .downbtn {
    width: auto;
    height: 40px;
    display: block;
    line-height: 40px;
    background: #fff;
    color: #009551;
    text-align: center;
    font-weight: bold;
    border-radius: 40px;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.3s;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
}

.whyjam-box .downbtn:hover {
    background: #009551;
    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-l {
    width: 105px;
    text-align: center;
    float: left;
}

.whyjam-box .box-e .comment-box .bix-r {
    position: relative;
    width: calc(100% - 205px);
    margin-left: 40px;
    float: left;
    background: #f6f5f5;
    padding: 30px;
}

.whyjam-box .box-e .comment-box .bix-r:before {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #f6f5f5;
    position: absolute;
    left: -20px;
}

.whyjam-box .box-e .comment-box .bix-r .tex-right {
    text-align: right;
    margin-top: 20px;
}

.whyjam-box .mintit {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    padding-top: 20px;
}

.whyjam-box table {
    border-collapse: collapse;
    margin-top: 20px;
}

.whyjam-box table tr td {
    padding: 10px;
    background: #f6f5f5;
    border: 1px #ddd solid;
    width: calc(100%/3);
}

.whyjam-box .btnbox {
    text-align: center;
}

.whyjam-box .btnbox a {
    display: inline-block;
    width: 160px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    margin: 40px 20px 0 20px;
    border: 2px #009551 solid;
    font-weight: bold;
    color: #009551;
    font-size: 16px;
    transition: 0.3s;
}

.whyjam-box .btnbox a:hover {
    background: #009551;
    color: #fff;
}

.whyjam-box .btnbox .bggread {
    background: #009551;
    color: #fff;
}

.whyjam-box .btnbox .bggread:hover {
    background: #05693b;
    border-color: #05693b;
}

@media screen and (max-width: 768px) {
    .overview-list .overview-item .overview-img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .tubereg-box .btnbox {
        width: calc(100% - 42px);
        margin-right: 0;
        margin-bottom: 40px;
    }
    .tubereg-box .btnbox .rightbox div {
        width: 100% !important;
    }

    .tubereg-box .btnbox .rightbox div a {
        width: 100% !important;
    }
    .whyjam-box {
        width: 100%;
        border: 0;
        font-size: 14px;
    }
    .whyjam-box .box-a .tit {
        font-size: 18px;
    }

    .whyjam-box .box-a,
    .whyjam-box .box-bg,
    .whyjam-box .box-c,
    .whyjam-box .box-d,
    .whyjam-box .box-e {
        width: 100%;
    }
    .whyjam-box .bgs {
        padding: 20px;
        line-height: 24px;
    }
    .whyjam-box .box-bg .tit {
        font-size: 18px;
    }
    .whyjam-box .box-bg .main-box ul li {
        width: calc(100%/3 - 31px);
        padding-left: 30px;
        height: 50px;
    }

    .whyjam-box .box-bg .main-box ul li:first-child {
        padding-left: 0;

        padding-right: 0px;
        width: 33%;
    }

    .whyjam-box .box-bg .main-box ul li:nth-child(2) {
        padding-left: 20px;

        padding-right: 10px;
    }
    .whyjam-box .box-bg .main-box .fontsom {
        font-size: 14px;
    }
    .whyjam-box .downbtn {
        margin-top: 10px;
    }

    .whyjam-box .box-bg .main-box {
        margin: auto;
    }

    .whyjam-box .box-bg .main-box .bigfont {
        font-size: 18px;
        line-height: 20px;
    }
    .whyjam-box .box-e .comment-box .bix-r {
        width: calc(100% - 140px);
        margin-left: 20px;
    }
    .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{
        width: 100%;

    }
    .designer-zone-r{
        display: none;
    }
    /*  .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;
    }*/
}



.right-suspension-x {
    width: 1220px;
    margin: 0 auto;
}

.right-suspension-wrap {
    width: 100%;
    position: relative;
}

.right-suspension {
    position: absolute;
    z-index: 998;
    right: -185px;
    top: 370px;
    width: 160px;
}

.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:  no-repeat;
    margin-bottom: 11px;
    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 #1d8a3e;
    transition: 200ms;
}

.right-suspension-con-a1 a {
    display: block;
    color: #1d8a3e;
}

.right-suspension-con-a1:hover {
    background: #1d8a3e;
}

.right-suspension-con-a1:hover a {
    color: #fff;
}

.right-suspension-con-a2 {
    margin-top: 7px;
    background: #1d8a3e;
    text-align: center;
    line-height: 45px;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    border: 2px solid #1d8a3e;
    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: #1d8a3e;
}

.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: #009452;
    cursor: pointer;
    transform: 200ms;
}

.right-suspension-shrinkage {
    width: 100%;
    overflow: hidden;
}
.right-suspension-shrinkage .ewmbox{
    width: 160px;
    background: #fff;
    border: 2px #1d8a3e solid;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 8px;
    border-radius: 4px;

}
.right-suspension-shrinkage .ewmbox img{
    max-width: 100%;
    display: block

}

.review-img{
    width:100%;
    margin-top:7px;
}



.friendship-w{
    width:100%;
    margin-bottom:40px;
}

.fri-t{
    width:98%;
    padding-left:2%;
    background:#333;
    height:50px;
    line-height:50px;
    font-size:15px;
}
.fir-tit{
    color:#cfcfcf;
    font-weight:bold;
    float:left;
}
.fir-but{
    width:20%;
    text-align:center;
    background:#008843;
    float:right;
    color:#fff;
    cursor:pointer;
}
.fir-bot{
    width:98%;
    padding-left:2%;
    height:50px;
    line-height:50px;
    background:#e6e6e6;
}
.fir-bot a{
    font-size:14px;
}
.fir-bot span{
    font-size:14px;
    color:#b2b2b2;
    padding:0 8px;
}

.fri-con{
    padding:20px;
}

.intro-title-h2{
    font-size: 20px;
    margin-bottom: 10px;
}

.separate-line{
    height: 1px;
    width: 100%;
    border: none;
    background: #cccccc;
    margin: 30px 0;
}
.linkbox{
    width: calc(100% - 40px);
    overflow: hidden;
    background-color: #fff;
    padding:10px 20px;
}
.linkbox ul li{
    float: left;
    padding-right: 10px;
    position: relative;
}
.linkbox ul li a{
    color: #333;
}
.linkbox ul li a:hover{
    color: #cc0066;
}
.linkbox ul li:after{
    content: '|';
    padding-left: 10px;
}

.news-ind-con-l-com {
    width: 100%;
    font-size: 14px;
    height: 72px;
    overflow: hidden;
}
.news-ind-con-l-a {
    color: #1d8a3e;
    font-size: 14px;
    line-height: 45px;
}
body .popbox  {
  
    width: 960px;
}
body .popbox .popcontent .bigtiti{
    background-color: #008843;
    margin:60px auto 20px;
    text-align: center;
    width: 80%;
    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: ;
    background-repeat: no-repeat;
    padding-left: 50px;
    height: 31px;
    line-height: 31px;
    margin-bottom: 20px;
}
body .popbox .popcontent .contentbox .codebox{
    font-size: 14px;
    color: #008843;
}

body .popbox .popcontent .contentbox .itembox{
    margin-bottom: 20px;
}
body .popbox .popcontent .contentbox .ptit span{
    color: #008843;
}
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: #008843;
    margin: 10px auto;
}
body .popbox .popcontent .contentbox .bottombox .coantactbox span{
    margin-right: 40px;
}



@media screen and (max-width: 768px) {
    .fir-but{
        width:30%;
    }
    body .popbox .popcontent .bigtiti {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        width: 96%;
        margin: 20px auto 20px;
    }
    body .popbox .popcontent .contentbox .bottombox .coantactbox span{
        display:block;
    }
     .content-row img{
        width: 100% !important;
        height: auto !important;
    }
    .content-row strong img{
        width: auto !important;
    }
    .linkindexnew{
        text-align: left;
    }
}
