body,div,dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,
p,blockquote,th,td{
    margin:0;
    padding:0
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
}
ol,ul{
    list-style:none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var{
    font-style:normal;
    font-weight:normal;
}
fieldset,
img{
    border:none;
}
/*img{vertical-align:top;}*/
input,
button{
    vertical-align:middle;
    color: #6b5f53;
    outline: none;
}
caption,th{
    text-align:left;
}

a{
    text-decoration:none;
    color:#222;
}
a:hover{
    color:#2e0845;
}

@font-face {
    font-family: "iconfont";
    src: url('../iconfont/iconfont.eot?t=1480407183855'); /* IE9*/
    src: url('../iconfont/iconfont.eot?t=1480407183855#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../iconfont/iconfont.woff?t=1480407183855') format('woff'), /* chrome, firefox */
    url('../iconfont/iconfont.ttf?t=1480407183855') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../iconfont/iconfont.svg?t=1480407183855#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gengduo:before { content: "\e606"; }

.icon-demo18:before { content: "\e612"; }

.icon-dianhua:before { content: "\e603"; }

.icon-kaiguan:before { content: "\e61e"; }

.icon-shu:before { content: "\e662"; }

.icon-jishiben:before { content: "\e633"; }

.icon-weibiaoti-1-03:before { content: "\e604"; }


html{
    text-align:center;
}
body{
    font:14px Arial,Helvetica,'微软雅黑',sans-serif;
    color: #333;
    margin:0 auto; 
    text-align:left; 
    -webkit-text-size-adjust:none;
    line-height: 24px;
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
body.body-tiny{
    font-size: 14px;
}
body.body-middle{
    font-size: 16px;
}
body.body-big{
    font-size: 18px;
}

/*Common Style*/
.hidden{
    display:none !important;
}
.clear:after,
.clearfix:after{
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both; 
    visibility:hidden;
}
.clear,
.clearfix{
    *zoom:1;
}
.fl{ 
    float:left;
}
.fr{ 
    float:right;
}
.btn{
    border: 0;
    cursor: pointer;
}
/*版心*/
.w1200{ 
    max-width:1200px; 
    margin:0 auto;
}

/* 颜色 */
/* .header-time-text .violet-text{
    color: #9135d8;
}
.violet-text{
    color: #591c87;
} */
.header-time-text .violet-text{
    color: #009452;
}
.violet-text{
    color: #2e0845;
}
.green-text{
    color: #2e0845;
}
.violet-btn{
    background-color: #009452;
}
.violet-btn:hover{
    background-color: #2e397e;
    color: #fff;
}
/* 大小 */

.fs12{
    font-size: 12px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
/* 中 */
.middle-body{
    font-size: 15px;
    zoom:1;
}
.middle-body .fs16{
    font-size: 17px;
}
.middle-body .fs18{
    font-size: 19px;
}
.big-body{
    font-size: 16px;
    zoom:1.1;
}
.big-body .fs16{
    font-size: 18px;
}
.big-body .fs18{
    font-size: 20px;
}
/* 头部 */
header{
    background: #282828;
    height: 52px;
    width: 100%;

}
.standard-row{
    display: table;
    height: 52px;
}
.standard{
    display: table-cell;
    vertical-align: middle;
    height: 52px;

}
.standard span{
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}
.standard span.cur{
    color:#d0125c;
}
.fs-tiny{
    font-size: 14px;
}
.fs-middle{
    font-size: 16px;
}
.fs-big{
    font-size: 18px;
}

.header-r{
    line-height: 52px;
    height: 52px;
    overflow: hidden;
}
.alarm-icon{
    font-size: 16px;
    margin: 0 5px;
}
.header-time-text{
    color: #fff;
}
.header-time{
    font-size: 30px;
    font-weight: normal;
    margin: 0 5px;
}
.language-row{
    padding-top: 2px;
    margin-left: 20px;
}
.language-row>a{
    width: 22px;
    height: 14px;
    margin: 0 2px;
    display: inline-block;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
}
.language-EN{
    background-position: 0 0;
}
.language-CN{
    background-position: right 0;
}
.language-row>a.language-JP{
    background-image: url(../images/japen.jpg);
}

/* 导航 */
.nav-row-box{
    background: #fff;
    width: 100%;
    height: 90px;
    /*transition:400ms;*/
}
.suspend-row{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 90px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    transition:400ms;
}

.suspend-row .logo-row{
    line-height: 62px;
}
.suspend-row .logo-row img{
    width:170px;
    transition:400ms;
}

.suspend-row .top-row,
.suspend-row .nav,
.suspend-row .nav-li,
.suspend-row .nav-li>a{
   /* height: 70px;*/
}
.suspend-row .nav-li>a{
    /*line-height: 70px;*/
}

.top-row{
    background-color: #fff;
    position: relative;
    z-index: 10;
    transition: 400ms;
}
.logo-row{
    height:90px;
    line-height:83px;
}
.logo-row img{
    width:187px;
    transition:400ms;
    vertical-align: middle;
}
.nav-right{
    width:82%;
}
.nav{
    height: 90px;
}
.nav-li{
    float: left;
    height: 90px;
    width: 12.5%;
    /*border-right: 1px solid #f6f6f6;*/
}
.nav-li>a{
    line-height: 90px;
    text-align: center;
    display: block;
    color: #222;
    height: 90px;
    /*width: 125px;*/
    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: #2e0845;
    /*border-bottom: 5px solid #009452;
    margin-bottom: -5px;*/
    transition: 400ms;
}
.nav-li.current>a .iconfont{
    font-weight: normal;
}
.nav-li:hover>a{
    background: #2e0845;
    /*border-bottom: 5px solid #009452;
    margin-bottom: -5px;*/
    z-index: 10;
    /*font-weight: bold;*/
    color: #fff;
}
.nav-li:hover>a .iconfont{
    font-weight: normal;
    color: #fff;
}

.sub-nav-row{
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 60px;/*
    border-top: 1px solid #ccc;*/
    display: none;
    box-shadow:0 2px 3px #ccc;
}
.sub-nav{
    width: 50%;
}
.sub-nav-li{
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom:10px;
}
.sub-nav-li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #333;
    left: 0;
    top: 0;
}
.sub-nav-li>a{
    display: block;
    line-height: 30px;
    padding-left: 30px;
    color: #333;
}
.sub-nav-li>a:hover{
    color: #2e0845;
}
.sub-nav-li:first-of-type:after,
.sub-nav-li:nth-of-type(2):after{
    height: 100%;
    top: auto;
    bottom: 0;
}
.sub-nav-li:last-of-type:after,
.sub-nav-li:nth-last-child(2):after{
    height: 100%;
}
.sub-nav-title{
    padding-left: 10%;
    font-size: 32px;
    font-weight: normal;
}
.banner-row{
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.banner-ul{
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
}
.banner-li{
    width: 10%;
    position: relative;
    float: left;
    overflow: hidden;
    height: 600px;
}
.banner-li img{
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.banner-control{
    position: absolute;
    top: 50%;
    height: 62px;
    line-height: 0;
    margin-top: -31px;
    cursor: pointer;
}
.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: url(../images/index-btn-booth.png) center center no-repeat;
} */
.index-btn-booth{
    background: #009452;
    color: #fff;
    font-weight: bold;
}
.index-btn-booth:hover{
    opacity: 0.8;
    color: #fff;
}
.index-btn-audience,.index-btn-audience2{
    border: 2px solid #009452;
    color: #009452;
    line-height: 59px;
    font-weight: bold;
}
.index-btn-audience:hover,.index-btn-audience2:hover{
    background: #009452;
    color: #fff;
}
.hr{
    margin: 0;
    height: 1px;
    width: 100%;
    border: 0;
    background: #ddd;
}
.index-company-icon-row{
    text-align: center;
}
.company-icon-row{
    display: inline-block;
    margin: 0 30px;
}
.company-icon-num{
    font-size: 30px;
    margin-left: 15px;
    margin-right: 5px;
}
.index-company-text{
    padding: 0 13%;
    margin: 25px 0 50px 0;
    text-align: center;
    color: #666;
    line-height: 30px;
}
.title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.index-activity{
    height: 350px;
}
.index-activity-l{
    width: 380px;
    margin-right: 15px;
}
.index-activity-img-row{
    position: relative;
    width: 380px;
    height: 168px;
    overflow: hidden;
    margin-bottom: 15px;
}
.index-activity-img-row>a{
    line-height: 0;
}
.index-activity-name{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    color: #fff;
    line-height: 24px;
    text-align: center;
    display: none;
}
.index-activity-img-row:last-of-type{
    margin-bottom: 0;
}
.index-activity-r .index-activity-img-row{
    height: 350px;
    width: 386px;
}
.index-activity-img-row>a:hover .index-activity-name{
    display: block;
}
.index-Exhibitor-roll{
    width: 390px;
}
.Exhibitor-roll-li{
    display: table;
    padding: 6px;
    border: 1px solid #e5e5e5;
    line-height: 0;
    margin-bottom: 6px;
    width: 100%;
    box-sizing: border-box;
}
.Exhibitor-roll-logo{
    display: table-cell;
    width: 60px;
    height: 51px;
    line-height: 0;
    vertical-align: middle;
}
.Exhibitor-roll-logo img{
    max-width: 51px;
    max-height: 51px;
}
.Exhibitor-roll-text{
    display: table-cell;
    width: 300px;
    vertical-align: middle;
    height: 51px;
    padding-left: 10px;
    line-height: 24px;
}
.Exhibitor-roll-row{
    position: relative;
}
.widget-row{
    position: absolute;
    right: 0;
    top: -45px;
}
.widget-row>span{
    font-family: "宋体";
    width: 25px;
    height: 25px;
    line-height: 26px;
    margin: 0 3px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background: #f6f6f6;
    display: inline-block;
    font-weight: bold;
}
.widget-row>span:hover{
    background: #009452;
    color: #fff;
}
.index-new-row{
    width: 30%;
    margin-right: 5%;
    float: left;
}
.index-new-row:last-of-type{
    margin-right: 0;
}
.index-new-img{
    position: relative;
    height: 175px;
    overflow: hidden;
}
.index-new-title{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    font-size: 22px;
}
.index-new-box{
    padding: 20px 5px;
}
.index-new{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    height: 66px;
}
.index-new:last-of-type{
    border-bottom: 0;
}
.index-new-name{
    max-height: 46px;
    overflow: hidden;
    padding-right: 30px;
}
.index-new-name>a{
    position: relative;
}
.index-new-name>a:after{
    position: absolute;
    right: -35px;
    top: -5px;
    line-height: 24px;
    content: "→";
}
.index-new-time{
    color: #999;
    line-height: 20px;
}
.index-new-more{
    display: inline-block;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.index-partner-hr{
    margin-bottom: 20px;
}
.index-partner-ul{
    padding: 10px 0;
}
.index-partner-li{
    width: 12.5%;
    float: left;
    line-height: 0;
    display: table;
    height: 60px;
    text-align: center;
}
.index-partner-li a{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    width: 140px;
}
.index-partner-li a img{
    max-width: 100%;
    max-height: 100%;
}
.index-partner-row{
    position: relative;
}
/* 首页展区 */

.index-Showcase-ul{
    text-align: center;
    height: 300px;
}
.index-Showcase-li{
    display: inline-block;
    width: 19%;
    height: 300px;
    margin: 0 1%;
    overflow: hidden;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-Showcase-li:hover{
 
    -webkit-transform: scale(1.1) skewX(30deg);
    -ms-transform: scale(1.1) skewX(30deg);
    -o-transform: scale(1.1) skewX(30deg);
    transform: scale(1.1) skewX(30deg);
}
.index-Showcase-li-row{
    position: absolute;
    display: block;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 150%;
    height: 100%;
    left: -25%;
    top: 0;
}
.index-Showcase-li:hover{
    /* -webkit-transform: skewX(30deg),scaleX(1.3);
    -ms-transform: skewX(30deg),scaleX(1.3);
    -o-transform: skewX(30deg),scaleX(1.3);
    transform: skewX(30deg),scaleX(1.3); */
    /* -webkit-transform: matrix(1.3,0,0,0,30,0);
    -ms-transform: matrix(1.3,0,0,0,30,0);
    -o-transform: matrix(1.3,0,0,0,30,0);
    transform: matrix(1.3,0,0,0,30,0); */
    box-shadow: 0 0 5px rgba(0,0,0,0.5)
    
}
/* .index-Showcase-li:hover:after{
    content:"";
    height: 3px;
    width: 100%;
    background: #009452;
    left: 0;
    bottom: 0;
    position: absolute;
} */
.index-Showcase-li-row img{
    min-width: 100%;
    min-height: 100%;
}
.index-Showcase-btn-row{
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    height: 55px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    text-align: center;
}
.index-Showcase-btn{
    height: 55px;
    line-height: 55px;
    display: inline-block;
    padding: 0 25px;
    font-size: 24px;
    color: #333;
    font-weight: none;
    background: rgba(255,255,255,0.7);
}
.index-Showcase-btn:hover{
    background: #009452;
    color: #fff;
}
/* 底部 */
footer{
    background: #333;
    padding: 46px 0 40px;
}
.footer-nav a{
    color: #fff;
    margin-right: 30px;
}
.footer-nav a:hover{
    text-decoration: underline;
}

.subscription-row{
    width: 585px;
    height: 50px;
    /*padding: 1px;*/
    padding-left: 20px;
    box-sizing: border-box;
    border:2px solid #181e44;
    /*border-radius: 40px;*/
    background-color: #fff;
    /*background-image: url(../images/subscription-icon.png);*/
    background-repeat: no-repeat;
    background-position: 20px center;
    overflow: hidden;
    margin: 30px auto;
}
.subscription-input{
    background: none;
    height: 46px;
    border: 0;
    width: 75%;
    color: #181e44;
    font-weight: bold;
}

.subscription-btn{
    height: 46px;
    width: 100px;
    font-weight: bold;
    line-height:46px;
    color: #fff;
    font-size:16px;
    font-family: 微软雅黑;
    /*border-radius: 40px;*/
    background-color: #181e44;
    transition: 400ms;
}
.footer-copyright{
    color: #929292;
    margin-top: 5px;
}

/* 内页banners */
.banners{
    width: 100%;
    height: 264px;
    overflow: hidden;
    position: relative;
}
.banners img{
    position: absolute;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
.breadcrumb-row{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #f1f2f2;
}
.home-icon{
    font-size: 22px;
    margin-bottom: -3px;
    float: left;
}
.breadcrumb-next{
    font-family: "宋体";
}
.title2-row{
    padding: 30px 0;
}
.title2{
    font-size: 28px;
    color: #333;
    line-height: 50px;
    /*font-weight: 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 #191e44;
    color: #fff;
    background-color: #191e44;
    transition: 200ms;
}
.btn-booth:hover{
    background: #fff;
    color: #191e44;
    border: 2px solid #191e44;
}
.btn-audience{
    border: 2px solid #191e44;
    color: #191e44;
}
.btn-audience:hover{
    background: #191e44;
    color: #fff;
}

.btn-audience2{
    transition: 200ms;
    border: 2px solid #d42669;
    color: #d42669;
}
.btn-audience2:hover{
    background: #d42669;
    color: #fff;
}

/* .about-row{
    margin: 10px 0;
} */
.content-row{
    margin-bottom: 40px;
}
.about-li{
    /*border: 1px solid #edeff1;*/
    width: 30.333%;
    height: 320px;
    /* border-bottom: 5px solid #591c87; */
    box-shadow:0 0 5px #edeff1;
    margin-right: 4.5%;
    margin-bottom: 3%;
    /*padding: 2%;*/
    float: left;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: 400ms;
    overflow:hidden;
}
.about-li:hover{

    box-shadow:0 5px 20px #999;
}
.about-li:hover .about-li-more{
    background-color: #191e44;
    color: #fff;
}
.about-li:after{
    content:"";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #191e44;
}
.about-li:nth-of-type(3n){
    margin-right: 0;
}
.about-li-img{
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 0;
    text-align:center;
}
.about-li-img img{
    max-width: 100%;
    height: 170px;
    transition: 400ms;
}
.about-li:hover .about-li-img img{
    background: inherit; 
    -webkit-filter: blur(5px);
     -moz-filter: blur(5px);
      filter: blur(5px); 
}

.about-li-title{
    margin: 56px 0 0 20px;
    font-weight: normal;
    float:left;
    font-size:24px;
    width:78%;
    text-align:left;
}
.about-li-title a{
    display:block;
}
.about-con-li-text{
    color: #999;
    height: 120px;
    max-height:initial;
    overflow: hidden;
    padding: 0 12%;
    width:76%;
    position:absolute;
    top:-100px;
    left:0;
    transition: 400ms;
}
.about-con-li-text a{
    color:#fff;
    display:block;
}

.about-li:hover .about-con-li-text{
    background:rgba(25,30,68,0.3);
    top:0;
    padding-top:50px;
    color:#fff;
}

.about-li-more{
    float:right;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-family: "宋体";
    border: 1px solid #191e44;
    font-size: 18px;
    color: #191e44;
    font-weight: bold;
    border-radius: 50%;
    margin: 40px 20px 0 0;
    transition: 400ms;
}
.about-li-more:hover{
    background: #009452;
    color: #fff;
}
.download-name{
    font-size: 20px;
    font-weight: normal;
    display: block;
    margin-bottom: 15px;
    max-height: 48px;
    overflow: hidden;
}
.download-li{
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
}
.download-a{
    display: block;
    height: 260px;
    box-sizing: border-box;
    padding: 10%;
    border: 1px solid #eee;
    position: relative;
    border-bottom: 3px solid #eee;
}
.download-icon{
    display: block;
    width: 107px;
    height: 107px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    margin: 10px auto;
    background-image: url(../images/download-icon.png);
    background-position: -426px 0;
    background-color: #676767;
}
.cla .pdf{
    background-image: url(../images/download-icon.png);
    background-position: -0px 0;
	}
	
.cla .jpg{
    background-image: url(../images/download-icon.png);
    background-position: -104px 0;
	}
	
.cla .gif{
    background-image: url(../images/download-icon.png);
    background-position: -214px 0;
	}
	
.cla .exl{
    background-image: url(../images/download-icon.png);
    background-position: -319px 0;
	}
	
.cla .doc{
    background-image: url(../images/download-icon.png);
    background-position: -426px 0;
	}
.cla .rar{
    background-image: url(../images/download-icon.png);
    background-position: -532px 0;
	}
.download-li:nth-of-type(4n){
    margin-right: 0;
}

.download-a:hover{
    color: #fff;
    background-color: #676767;
    border-color: #676767;
}
.download-a:hover .download-text{
    color: #fff;
    text-decoration: none;

}
.download-text{
    font-weight: bold;
    text-decoration: underline;
}

.ppt-a .download-icon{
    background-position: left 0;
    background-color: #e25c4a;
}
.ppt-a:hover{
    background-color: #e25c4a;
    border-color: #e25c4a;
}
.jpg-a .download-icon{
    background-position: -214px 0;
    background-color: #65aac4;
}
.jpg-a:hover{
    background-color: #65aac4;
    border-color: #65aac4;
}
.exl-a .download-icon{
    background-position: -107px 0;
    background-color: #4ead7f;
}
.exl-a:hover{
    background-color: #4ead7f;
    border-color: #4ead7f;
}
.png-a .download-icon{
    background-position: -321px 0;
    background-color: #eea84d;
}
.png-a:hover{
    background-color: #eea84d;
    border-color: #eea84d;
}
.ara-a .download-icon{
    background-position: -535px 0;
    background-color: #6584c4;
}
.ara-a:hover{
    background-color: #6584c4;
    border-color: #6584c4;
}

.mirror-row{
    position: relative;
    padding: 0 17px;
    text-align: center;
    line-height: 0;
}
.mirror-row>img{
    max-width: 100%;
}
.mirror-title{
    position: absolute;
    height: 80px;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -40px;
}
.mirror-title span{
    color: #fff;
    font-weight: normal;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 40px;
    background: #d1125c;
    font-size: 24px;
}
.cut-title{
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    text-align: center;
}
.cut-a{
    display: inline-block;
    margin: 0 20px;
    font-size: 26px;
    padding: 25px 0;
    font-weight: bold;
    border-bottom: 3px solid #fff;
}
.cut-a .iconfont{
    font-size: 36px;
    margin-right: 10px;
    float: left;
    margin-bottom: -20px;
    font-weight: normal;
}
.cut-a.current,
.cut-a:hover{
    border-bottom-color: #333;
    color: #333;
}
.photo-ul{
    margin-top: 40px;
}
.photo-li{
    float: left;
    width: 15%;
    height: 155px;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.photo-li img{
    height: 155px;
}
.photo-li:nth-of-type(6n){
    margin-right: 0;
}
.content2-row{
    margin: 40px auto;
}
.introduction-title{
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    margin: 20px 0;
}
.introduction-subtitle{
    margin: 20px 0;
}
.introduction-text{
    margin: 25px 0;
}
.introduction-hr{
    margin: 40px 0;
    clear: both;
}
.array-introduction-text:before{
    content: " ";
    color: #009452;
    background: #009452;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px;
}

.content2-row{
    border: 1px solid #eee;
    padding: 4% 8% 0;
    margin-top: 0;
    padding-bottom: 40px;
}
.introduction-information-row{
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 2%;
    text-align: center;
}
.introduction-information-icon{
    height: 45px;
    text-align: center;
}
.introduction-information-title{
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}
.introduction-information-text{
    padding: 0 5%;
    color: #999;
    min-height: 48px;
    margin: 20px 0;
}
.introduction-information-btn{
    display: block;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #009452;
    border: 1px solid #009452;
    margin: 5% 8% 8%;
}
.introduction-information-btn:hover{
    background: #009452;
    color: #fff;
}
.new-row{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.new-row:nth-of-type(3n){
    margin-right: 0;
}
.new-img-row{
    line-height: 196px;
    height: 196px;
    overflow: hidden;
    border-bottom: 3px solid #009452;
}
.new-img-row img{
    min-height: 100%;
    min-width: 100%;
    display: inline-block;
}
.new-information{
    color: #999;
    margin: 5px 0;
}
.new-sort{
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #ccc;
}
.new-title{
    font-size: 24px;
    margin: 12px 0;
    font-weight: normal;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.new-text{
    color: #999;
    height: 60px;
    margin-bottom: 20px;
}
.new-more{
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #009452;
    padding: 0 30px;
    border: 1px solid #009452;
}
.new-more:hover{
    color: #fff;
    background: #009452;
}
.new-list-select-row{

}
.new-list-select{
    width: 360px;
    height: 48px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(../images/new-list-select.png) right center no-repeat;
    border: 0;
    background-color: #f2f2f2;
    color: #591c87;
    padding-left: 10px;
    font-weight: bold;
}


.Search-ComboBox{
    width: 360px;
    height: 48px;
}
.Search-ComboBox-text{ 
    height: 48px; 
    line-height: 48px; 
    padding-left: 10px; 
    color: #333;
    font-weight: bold;
    background: url(../images/new-list-select.png) right center no-repeat;
    background-color: #f2f2f2;
}
.Search-ComboBox-ul{
    width: 357px; 
    background: #fff; 
    border: 1px solid #d4d4d4; 
    position: absolute; 
    display: none;
    z-index: 100;
}
.Search-ComboBox-li{
    height: 34px; 
    line-height: 34px; 
    text-indent: 10px
}
.Search-ComboBox-li a{
    display: block; 
    height: 34px; 
    color: #6b5f53; 
    text-decoration: none;
}
.Search-ComboBox-li a:hover{
    background: #009452; 
    color: #fff;
}

.new-list-li{
    padding: 40px 0;
    border-bottom: 1px solid #eee; 
}
.new-list-content{
    padding-left: 57px;
    width: 80%;
}
.new-list-content .new-text{
    margin-bottom: 0;
    height: auto;
}
.new-list-name{
    position: relative;
    font-size: 26px;
    line-height: 30px;
    margin: 10px 0 ;
    font-weight: normal;
}
/*.new-list-name:before{
    content: ">";
    color: #009452;
    border: 1px solid #009452;
    font-family: "宋体";
    text-align: center;
    position: absolute;
    left: -60px;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}*/
.new-list-btn-row{
    text-align: center;
    padding-top: 50px;
}
.new-list-btn{
    height: 44px;
    border-radius: 40px;
    background: #f4f4f4;
    padding: 0 30px;
}
.new-list-btn span{
    float: left;
    font-size: 22px;
    line-height: 20px;
    margin-right: 5px;
    margin-bottom: -5px;
}
.new-list-btn:hover{
    color: #fff;
    background: #009452;
}
.new-list-btn:hover span{
    color: #fff;
}
.new-details-img{
    border-bottom: 5px solid #591c87;
    line-height: 0;
    margin: 50px 0;
}
.new-details-img img{
    width: 100%;
    display: block;
}
.new-details-name{
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    margin: 15px 0;
}
.new-details-text{
    margin: 20px 0;
    color: #666;
}
.new-details-text-row{
    margin: 30px 0;
}
.new-return:hover{
    text-decoration: underline;
}
.new-return span{
    font-family: "宋体";
}
.new-return-row{
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px 0;
}
.new-recommend-ul{
    margin: 30px 0;
}
.new-recommend-li{
    float: left;
    width: 46%;
    margin-right: 8%;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 5px;
}
.new-recommend-li:nth-of-type(2n){
    margin-right: 0;
}
.new-recommend-li a{
    position: relative;
    display: block;
    padding-right: 30px;
    color: #999;
    margin: 10px 0;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.new-recommend-li:after {
    content: "→";
    line-height: 24px;
    position: absolute;
    top: 8px;
    right: 0;
    color: #333;
}
.new-recommend-li a:hover{
    color: #591c87;
}


.sitemap > ul > li{
    width: 15%;
    float: left;
}
.sitemap > ul > li>a{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}
.sitemap > ul > li >ul{
    margin-left: 10px;
}
.sitemap > ul > li >ul li{
    font-size: 18px;
    margin: 10px 0;
}


/* 联系人 */
.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: 366px;
    max-height:170px;
}
.app-icons{
	padding:0 15px;
	height:40px;
	line-height:40px;
	font-size:18px;	
}
.app-return{
	padding:0 15px;
	height:40px;
	line-height:40px;	
	font-size:18px;	
    display:none;	
}
.left-icon{
	display:inline-block;
	width:16px;
	height:16px;
	font-family:'宋体';
	font-style:normal;
	font-weight:bolder;
	margin-right:5px;
}
/* 移动端轮播图 */
/* .app-banner{
    position: relative;
} */

/*.swiper-container {
    width: 100%;
    height: 100%;
    display: none;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
}*/


.index-row >.fl{
    text-align: center;
}
.company-icon-row img{
    margin-bottom: -3px;
}
.index-company-title{
    text-align: 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:#d1125c;
    width:100%;
    text-align:center;
}
.index-Showcase-control{
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -30px;
}

.index-Showcase-l{
    left: 5%;
}
.index-Showcase-r{
    right: 5%;
}


/*  */

/* 媒体登记 */
.media_reg table{
    width: 100%;
}
.media_reg table th{
    text-align: right;
    padding: 10px;
}
.media_reg table td{ 
    padding: 8px 0;
}
.media_reg table input.text{
    height: 44px;
    width: 95%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f8f8f8;
    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: #d1125c;
    font-family: 微软雅黑;
    color: #fff;
    width: 210px;
    height: 48px;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    display: block;
    margin: 0 auto;
}
.media_reg table .textarea {
    height: 120px;
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f8f8f8;
    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: 55px;
}
.exhibition-li:nth-of-type(2n){
    margin-right: 0;
}
.Special-zone-h2{
    width:100%;
    font-size:28px;
    margin:45px 0 40px 0;
}
.exhibition-img{
    width: 60%;
    line-height: 0;
    overflow: hidden;
    height: 300px;
    float: left;
}
.exhibition-img img{
    max-width: inherit;
    height: 100%;
}
.exhibition-text-row{
    float: left;
    width: 40%;
    /*padding: 5%;*/
    box-sizing: border-box;
}
.exhibition-title{
    font-size: 20px;
    line-height: 26px;
    margin: 10% 0;
}

.applyFor-text{
    text-align: center;
    margin: 10px 0;
}
.applyFor-box-row{
    border-spacing:40px;
    margin-left: -40px;
    margin-right: -40px;
}
/* .applyFor-box-tabel-row{
    display: table-row;
} */
.applyFor-box{
    display: table-cell;
    width: 50%;
    border-top: 3px solid #191e44;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 5%;
}
.applyFor-box:nth-of-type(2n){
    margin-right: 0;
}
.applyFor-title{
    font-size: 30px;
    font-weight: normal;
    line-height: 46px;
    margin: 10px 0;
}
.applyFor-box-text{
    margin: 20px 0;
    line-height: 28px;
}
.applyFor-btn a{
    width: 210px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    border-radius: 50px;
    border: 2px solid #191e44;
    display: block;
    text-align: center;
}
.applyFor-row{
    margin-top: 50px;
}

/* 同期活动 */
.conferences-box-ul{

}
.conferences-box-ul li{
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 4%;
}
.conferences-box-ul li:nth-of-type(3n){
    margin-right: 0;
}
.conferences-img{
    height: 305px;
    overflow: hidden;
}
.conferences-img img{
    min-height: 100%;
    width: auto;
    max-width: inherit;
    min-width: 100%;
}
.conferences-name{
    height: 85px;
    width: 100%;
    display: table;
    text-align: center;
    background-color: #f7f7f7;
}
.conferences-name a{
    display: table-cell;
    height: 85px;
    vertical-align: middle;
    font-weight: normal;
}
.new-details-box{
    padding: 50px 0;
}
.new-details-title{
    font-size: 26px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.index-News-li{
    width: 48%;
    margin-right: 4%;
    float: left;
}

.addthis_sharing_toolbox{
    display: none !important;
}
.index-company-Info{
    font-size: 21px;
}

.exhibition-img{
    float: none;
    width: 100%;
    height: auto;
}
.exhibition-img img{
    width: 100%;
}
.exhibition-li{
    /*display: table-cell;
    float: none;
    width: 580px;*/
}
.exhibition-ul{
    /*border-spacing:40px;*/
    width: 100%;
}
.exhibition-text-row{
    width: 100%;
    float: none;
    overflow:hidden;
}
.exhibition-title{
    margin: 3% 0 2% 0;
    font-size:24px;
}

.index-new-time{
    width: 100%;
}
.index-Showcase-li-row{
    left: auto;
    right: -32%;
}
.index-Showcase-li-row img{
    position: absolute;
    right: 0;
}


/* 2016.12.27 */
.index-app-new,
.app-language-row{
    display: none;
}
.header-margin{
    margin-bottom: 100px;
}
.company-icon-row sup{
    line-height: 0;
}


.row-error-style{
  background-color: #ccc;
}
.succeed-row{
  display: none;
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;

}
.succeed-top{
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #edeff1;
  padding-bottom: 60px;
}
.succeed-top img{
  margin: 30px;
  
}
.succeed-top-text{
  color: #018845;
  font-size: 20px;
}
.succeed-ft{
  padding-top: 50px;
}


/* 2017.2.26 */
.nav-li.nav-silverindustry{
    text-align: center;
    padding-top: 25px;
    height: 65px;
}
.nav-li.nav-silverindustry > a{
    vertical-align: middle;
    line-height: 30px;
    /*display: table-cell;*/
    height: 35px;
    width: 105px;
    float: right;
    padding:3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #2e0845;
    color: #fff;
}
.nav-li.nav-silverindustry:hover > a{
    border-bottom: 0;
}
.suspend-row .nav-li.nav-silverindustry{
    /*height: 76px;*/
    padding-top:15px;
}
.suspend-row .nav-li.nav-silverindustry > a{
    /*height: 76px;*/
}


.Partners-row{
    width: 100%;
    overflow: hidden;
}
.Partners-row .index-row{
    /*width: 48%;
    float: left;
    margin-right: 4%;*/
}
.Partners-row .index-row:last-of-type{
    margin-right: 0;
}
.advisory-row{
    width: 100%;
}
.advisory-input{
    height: 44px;
    border: 1px solid #e5e5e5;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    -webkit-transition : all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position:relative;
}
textarea{outline:none;}
/*input.advisory-input:after{
    content: "";
    position: absolute;
    z-index: 1;
    left:20%;
    top:20%;
    width:100%;
    height:100%;
    background:#eee;
}*/

.advisory-input.curr{
  /*  -webkit-transform: scale(1.5);
  -moz-transform:scale(1.5)
  transform: scale(1.5);*/
    /*background:#eee;*/
    border:1px solid #181e44;
    box-shadow:0 0 3px #9ea8e6;
}



.advisory-name-row{
    width: 30%;
    margin-right: 5%;
}
.advisory-li{
    margin-bottom: 10px;
}
.radio-label{
    line-height: 44px;
    margin-right: 10%;
}
.advisory-radio{
    margin-right: 5px;
    margin-top: -3px;
}
.advisory-half{
    width: 48%;
    margin-right: 4%;
}
.advisory-half:last-of-type{
    margin-right: 0;
}
.advisory-radio-row{
    width: 65%;
}
.advisory-textarea{
    padding: 8px 10px;
    height: 74px;
    resize: inherit;
    line-height: 18px;
    margin: 0;
    display: block;
}
.advisory-form{
    position: relative;
    margin-top:35px;
}

.advisory-btn{
    /*position: absolute;
    right: 0;
    bottom: 0;*/
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    background: #181e44;
    width: 100%;
    font-family: 微软雅黑;
    height: 55px;
    cursor: pointer;
}
.Partners-row .index-partner-li{
    width: 25%;
}


.new-recommend-li:after{
    content: "上一篇";
}
.new-recommend-li:nth-of-type(2):after{
    content: "下一篇";
}
.new-recommend-li a{
    margin-right: 55px;
}
/* 增加展商推荐 */

.recommend-row{
    margin: 20px 0;
    width: 100%;
}
.recommend-li{
    float: left;
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
}
.recommend-li a{
    display: block;
    position: relative;
}
.recommend-img{
    width: 100%;
    display: block;
}
.recommend-box{
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
}
.recommend-box span{
    padding: 0 10px;
    color: #fff;
    line-height: 40px;
}


/*媒体简报*/
div.holder{
	text-align:center;
	margin:10px 0;
}
div.holder a{
	padding:5px 10px;
	font-size:16px;
	cursor:pointer;
}
div.holder a.jp-current{
	color:#d0125c;
}




/*e-new*/
.enews-bottom{
	padding:120px 0;
}
.enews-bottom-l{
	width: 70%;
}
.enews-bottom-r{
	width:30%;
	margin-top: -10px;
}
.enews-email-box{
	width: 126px;
	height: 134px;
	margin-right: 20px;
}
.email-text{
	width: 360px;
}
.enews-email-title{
	font-size:24px;
	color: #155aaa;
	margin-bottom: 20px;
}
.email-text-p{
	font-size:16px;
	color: #666666;
	line-height: 24px;
}

.enew-ewm{
	width: 152px;
	height: 152px;
	overflow:hidden;
}
.enew-ewm img{
	width:100%;
}
.enew-ewm-p{
	width: 152px;
	height: 50px;
	line-height: 50px;
	color: #666;
	text-align: center;
}

@media (max-width:640px){
	.enews-bottom-l{
		float:none;
		width:100%;
		text-align:center;
	}
	.enews-bottom-r{
		float:none;
		width:100%;
		text-align:center;
		margin-top:20px;
	}
	.enews-email-box{
		float:none;
		margin:0 auto;
	}
	.email-text{
		float:none;
		padding:10px 0;
		width:100%;
		margin:0 auto;
	}
	.enew-ewm{
		margin:0 auto;
	}
	.enew-ewm-p{
		margin:0 auto;
	}
	
}

/* 20170504新底部样式 */
.footer-itembox{
    width: 100%;
    overflow:hidden;
}
.footer-itembox ul li{
    float: left;
   
    border-right: 1px rgba(255,255,255,0.1) solid;
    margin-right:4.5%;
    padding-right:2.5%;
}
.footer-itembox ul li:last-child{
    border: none;
    margin-right:0;
    padding-right:0;
}
.li-a{
    width: 27.3%;
}
.li-b{
    width: 25.8%;
}
.li-c{
   width: 18.6%;  
}
.li-d{
    width: 27.4%;
}

.footer-itembox ul li .tit{
    font-size: 18px;
    color: #fff;
    padding-bottom: 22px;
    font-style: normal;
}
.footer-itembox ul li p{
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}
.footer-itembox ul li a{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display:block;
}
.footer-bot{
    width:100%;
    overflow:hidden;
    border-top:1px solid #484848;
    margin:40px 0 0 0;
}
.footer-bot-p{
    color:#666;
    line-height:20px;
}
.footer-bot-l{
    float:left;
    padding-top:30px;
}
.footer-bot-r{
    float:right;
    padding-top:15px;
}
.footer-bot-r-tit{
    color:#fff;
    font-size:14px;
    line-height:30px;
}

.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: 196px;
    }
}
@media screen and (max-width: 992px) {
    .footer-itembox ul li{
        border: none;
        height: auto;
    }
    .li-a,.li-c ,.li-d{
        width: 100%;
        text-align: center;
        border: none;
    }
    .li-a .tit,.pbox{
        display: none
    }
    .li-b{
        display: none
    }
    .li-c .tit,.gz{
        display: none
    }
    .li-d .in-box .tit,.dis{
        display: none
    }
     .li-d .in-box {
        padding-left: 0;
     }
    .li-d .in-box .subscription-row{
        width: 278px;
        margin: auto;
        float: none;
    }

}


::-moz-placeholder { color: #949494; font-weight:normal;}
::-webkit-input-placeholder { color:#949494;  font-weight:normal;}
:-ms-input-placeholder { color:#949494;  font-weight:normal;}




/*20170524*/
.index-partner-li{
    margin:10px 0;	
}

/*20170601*/
.expnew-box{
    width: 57.5%;
    height: 180px;
    display: block;
    float: left;
}
.expnew-box.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100px;
}
.expnew-box .swiper-wrapper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.expnew-box .swiper-wrapper .swiper-slide a img{
    display: block;
    width: 100%;
    height: 100%;
}
.swipeping .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .8;
}

.swipeping .swiper-pagination-bullet-active {
    opacity: 1;
    background: #009452;
}
.thenew-box{
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/greadbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 47.5%;
    height: 100%;
    z-index: 10;
    color: #fff;

}
.thenew-box h3{
    font-size: 24px;
    padding-top: 20px;
    padding-left: 15.789%;
}
.thenew-box ul{
    padding-top: 10px;
  padding-left:15.789%;
}
.thenew-box ul li{
    line-height: 28px;
    list-style-type: disc;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
   
}
.thenew-box ul li a{
     color: #fff; 
     text-decoration: underline;
}


@media screen and (max-width: 1200px){
    .expnew-box{
       width: 100%;
       overflow: hidden;
    }
    .thenew-box{
        margin-top: 20px;
        position: relative;
        overflow: hidden;
        width: 100%;
        background-image:none;
    }
    .thenew-box ul{
         color: #000;  
        padding-left: 1%;
    }
    .thenew-box ul li a{
         color: #000;
    }
     .thenew-box h3{
        color: #000;
        padding-left: 1%;
    }
}



/*电子期刊*/
.dianzi-news{
    padding-bottom: 30px;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 50px;
}
.dianzi-news:last-of-type{
    border-bottom: none;
}
.dianzi-item{
    float: left;
    width: 30%;
    margin-right: 5%;
}
.dianzi-item:nth-of-type(3n){
    margin-right: 0;
}
.dianzi-title{
    position: relative;
    height: 60px;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 20px;
}
.dianzi-title::before{
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    content: '';
    width: 3px;
    height: 20px;
    background: #d42669;
}
.dianzi-time{
    display: block;
    color: #999;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.dianzi-img{
    max-height: 494px;
    overflow: hidden;
}
.dianzi-img img{
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px){
    .dianzi-item{
        width: 100%;
        margin-right: 0;
    }
    .dianzi-img{
        max-height: 100%;
    }
}


/*酒店list的 css*/



.hotel_class{
    position: relative;
}
.hotel_class h3{
    text-indent: 40px;
}
.hotel_class h3 span{
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -6px;
    background: url("../../images/xingxing.png")no-repeat;
}
.hotel_class h3 span.five{
    background-position: 0px -33px;
}
.hotel_class h3 span.four{
    background-position: 0px -66px;
}
.thumbnail.case .caption h4{
    color: #333;
}
.thumbnail.case .caption p,.thumbnail.case .caption a{
    color: #666;
}
.address{
    text-indent: 30px;
}

.thumbnail.case .caption .address i{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("../../images/address.png")no-repeat;
    background-size: 20px 20px;
}
.thumbnail.case .caption p b{
    color: rgb(0,149,81);
}
.thumbnail.case{
    box-shadow:3px 4px 8px 0 rgba(7,17,27,.1);
}
.thumbnail a>img, .thumbnail>img{
    width: 100%;
}





.hotel_box .hotel_download{
    width: 250px;
    height: 70px;
    margin: 0 auto;
}
.hotel_box .hotel_download a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 70px;
    font-size: 18px;
    background: rgb(0,149,81);
    border-radius: 35px;
    text-align: center;
}
.hotel_remarks,.hotel_reservation{
    width: 45%;
    background: #fafafa;
    /*height: 280px;*/
    border: 2px solid #eee;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.hotel_remarks{
    float: left;
}
.hotel_reservation{
    padding-bottom: 28px;
    float: right;
}
.hotel_remarks h5,.hotel_reservation h5{
    color:rgb(0,149,81);
    font-size: 18px;
    font-weight: 900;
}
.hotel_remarks strong{
    color:rgb(0,149,81);
}



/*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: top;
    padding:10px 20px 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;
}


.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px){
    .hotel_remarks,.hotel_reservation{
        float: none;
        width: 80%;
        margin: 20px auto 50px auto;
    }
}
@media (min-width: 768px){
    .col-sm-6 {
        width: 45%; 
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9{
        float: left;
    }

}
@media (min-width: 992px){
    .col-md-4 {
        width: 30%;
    }
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6, .col-md-7, .col-md-8, .col-md-9{
        float: left;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.hotel_class{
    margin: 15px 0;
    font-size: 20px;
}


/*如何参观*/
.how-to-visit{
    padding:60px;
}
.how-to-visit .visit-title{
    font-size: 28px;
    color: #0d8e4c;
    padding: 20px 0;
    line-height: 40px;
}
.visit-title-bg{
    position: relative;
    width: 100%;
    height: 50px;
    background:url(../images/visitor-bg.png) left center repeat-x;
    margin:50px 0;
}
.how-to-visit .visit-item-title{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    background-color: #FFF;
    padding-right: 20px;
}
.visit-item-title span{
    color: #0d8e4c;
    font-weight: normal;
}
.visit-list-item{
    width: 50%;
}
.num-sort{
    width: 94px;
    height: 111px;
    background:url(../images/num-bg.png) no-repeat;
    text-align: center;
    color: #FFF;
    font-size: 38px;
    line-height: 100px;
    margin-right: 34px;
}
.num-right{
    overflow:hidden;
}
.num-right-title{
    font-size: 25px;
    color: #333;
    padding: 10px 0;
    font-weight: bolder;
    line-height: 30px;
}
.num-right-text a{
    color: #0c8d4c;
}
.num-right-link{
    font-size: 25px;
    text-decoration: underline;
    font-weight: bolder;
}

.num-right-text{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.visit-list-bottom{
    padding:50px;
}
.visit-list-bottom img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}


@media (max-width: 997px){
    .num-sort{
        margin-right: 10px;
    }
    .visit-list-item{
        float: none;
        width: 100%;
    }
    .how-to-visit{
        padding:60px 3%;
    }
    .visit-list-bottom{
        padding:50px 0;
    }
}


/*20170904*/
.content3-row {
    margin: 40px auto;
}
.content3-row {
    border: 1px solid #eee;
    padding: 0 5%;
    margin-top: 0;
    padding-bottom: 40px;
}
.tissue-row{
	min-width:0;
	width:23%;
}


.Overview-btn-row {
    text-align: 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: #caccd4;
    text-align: center;
    line-height: 22px;
    font-family: 宋体;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 50%;
    background: #181e44;
    font-weight:bold;
    transition: 400ms;
}
.Overview-btn:hover {
    color: #d1125c;
}
.Overview-btn:hover:after {
    background: #d1125c;
    color:#fff;
}

.search-input-top{
    background:#3c3c3c;
    border-radius:35px;
    border:none;
    height:33px;
    padding:0 10%;
    color:#fff;
    transition: 400ms;
    position:relative;
}
.search-input-top.curr{

    background:#595959;
}

.news-ind{
    position:absolute;
    height:60px;
    left:0;
    bottom:0;
    width:100%;
    background:rgba(24,30,68,0.8);
}
#news-ind-ul{
    width:1200px;
    margin:0 auto;
    overflow:hidden;
    color:#fff;
    background:url(../images/laba.png) no-repeat 0 20px;

}
#news-ind-ul li{
    height:60px;
    line-height:62px;
    text-indent:35px;
}
#news-ind-ul li a{
    color:#fff;
}
.news-ind-time{
    margin-left:35px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: 微软雅黑;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-family: 微软雅黑;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-family: 微软雅黑;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-family: 微软雅黑;
}

.content-ind-top-bg{
    background:url(../images/con-top-bg.png) no-repeat center bottom;
    padding-bottom: 150px;
}

.Display-area{
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
.Display-area2{
    overflow:initial;
}
.Display-area-h2{
    font-size:28px;
    line-height:30px;
    color:#181e44;
}

.Display-area-wrap{
    width:100%;
    overflow:hidden;
    background:#f8f9ff;
    padding-bottom:60px;
}

.Display-area-ul{
    width:100%;
    height:auto;
    margin-top:25px;
}
.Display-area-ul li{
    width:14.6%; 
    float:left;
    margin-right:3%;
    background:#fff;
    text-align:center;
    padding:2.5% 1.5% 0;
    transition: 500ms;
    height:260px;
	margin-bottom:3%;
}
.Display-area-ul li:hover{
    box-shadow:0 0 20px #181e44;
}
.Display-area-ul li:nth-child(5n+0){
    margin-right:0;
}
.Display-area-ul li a{
    display:block;
}
.Display-area-img{
    width:77px;
    height:77px;
    overflow:hidden;
    margin:0 auto 15px;
    transition: 500ms;
}

.Display-area-img1{
    background:url(../images/Display-img1.png) no-repeat center;
}
.Display-area-img2{
    background:url(../images/Display-img2.png) no-repeat center;
}
.Display-area-img3{
    background:url(../images/Display-img3.png) no-repeat center;
}
.Display-area-img4{
    background:url(../images/Display-img4.png) no-repeat center;
}
.Display-area-img5{
    background:url(../images/Display-img5.png) no-repeat center;
}

.Display-area-con-h2{
    font-size:18px;
    color:#353a58;
    font-weight:normal;
    transition: 500ms;

}
.Display-area-line{
    width:26px;
    height:3px;
    background:#000000;
    margin:19px auto 16px;
    transition: 500ms;
}

.Display-area-tit{
    color:#666;
    font-size:14px;
    transition: 500ms;
}


.Display-area-ul li:hover{
    background:#181e44;
}
.Display-area-ul li:hover .Display-area-tit{
    color:#fff;
}
.Display-area-ul li:hover .Display-area-con-h2{
    color:#fff;
    margin-top:55px;
    transition: 500ms;
}
.Display-area-ul li:hover .Display-area-line{
    background:#fff;
}
.Display-area-ul li:hover .Display-area-img{
    height:0;
}

.Brand-exhibitors-h2{
    border-bottom:2px solid #ebecf2;
    margin-top:28px;
    padding-bottom:10px;
    font-weight:bold;
}
.Brand-exhibitors-logo{
    width:100%;
    overflow:hidden;
    margin-top:40px;
}
.Brand-exhibitors-logo li{
    float:left;
    width:10%;
    margin:0.5% 1.2% 0.5% 0;
    height:85px;
    line-height:85px;
    text-align:center;
    background:#fff;
    box-shadow:0 0 3px #eee;
}
.Brand-exhibitors-logo li img{
    vertical-align: middle;
    max-width:90%;
    margin:0 5%;
    max-height:85px;
}
.Brand-exhibitors-logo li:nth-of-type(9n){

    margin-right:0%;
}
.Brand-exhibitors-con{
    width:100%;
    /*overflow:hidden;*/
    position:relative;
}

.Brand-exhibitors-next{
    background:url(../images/hright-white-arrow.png) no-repeat;
    right:0%;
    top:-18px;
    opacity: 1;
    transition: 400ms;
}
.Brand-exhibitors-next:hover{
    opacity: 0.5;
}
.Brand-exhibitors-prev{
    background:url(../images/hleft-white-arrow.png) no-repeat;
    right:32px;
    left:initial;
    top:-18px;
    opacity: 1;
    transition: 400ms;
}
.Brand-exhibitors-prev:hover{
    opacity: 0.5;
}

.comments-bg{
    width:100%;
    background:url(../images/comments-bg.jpg) center no-repeat fixed;
    height:440px;
    overflow:hidden;
}
.comments-l{
    width:23%;
    float:left;

}
.comments-l-h3{
    font-size:28px;
    color:#232b61;
    margin:162px 0 25px 0;
}
.comments-l-p{
    color:#fff;
    font-size:14px;
}
.comments-li{
    width:100%;
    overflow:hidden;
    padding:5px 0;
    /*margin-right:170px;*/
}

.comments-li-l{
    width:210px;
    float:left;
    height:300px;
    background:rgba(255,255,255,0.9);
    box-shadow:0px 0px 5px #7d7d7d;
}
.comments-li-l-img{
    width:140px;
    height:140px;
    overflow:hidden;
    border-radius:100%;
    margin:30px auto 35px;
    border:3px solid #fff;
    box-shadow:0px 0px 3px #999;
    text-align:center;

}
.comments-li-l-img img{
    width:100%;
    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;
}
.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:#232b61;
    margin-bottom:25px;
}

.comments-li-r-p{
    line-height:30px;
    font-size:16px;
    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:url(../images/jiantou-r.png) no-repeat;
    opacity: 0.6;
    transition: 400ms;
}
.comments-button-next:hover{
    opacity: 1;
}
.comments-button-prev{
    position: absolute;
    z-index: 10;
    top:44%;
    cursor: pointer;
    left:-85px;
    width:51px;
    height:51px;
    background:url(../images/jiantou-l.png) no-repeat;
    opacity: 0.6;
    transition: 400ms;
}
.comments-button-prev:hover{
    opacity: 1;
}


.news-ind-h2{
    text-align:center;
}
.news-ind-p{
    width:100%;
    text-align:center;
    font-size:14px;
    margin-top:12px;
    color:#666;
}

.news-ind-con{
    width:100%;
    overflow:hidden;
    margin:30px 0 60px 0;
}
.news-ind-con-l{
    width:47.5%;
    float:left;
    overflow:hidden;
}
.news-ind-con-l:hover .news-ind-con-l-img img{
    
    transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1); 
    -moz-transform:scale(1.1,1.1);   
    -webkit-transform:scale(1.1,1.1); 
    -o-transform:scale(1.1,1.1); 
    transition: 1s;
}

.news-ind-con-r{
    width:49%;
    float:right;
}

.news-ind-con-r li{
    width:100%;
    border-top:1px solid #e5e5e5;
    overflow:hidden;
    height:83px;
}
.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:#d1125c;
}

.news-ind-con-l-img{
    width:100%;
    overflow:hidden;
    height:217px;
    line-height:217px;
    text-align:center;
    position:relative;
}
.news-ind-con-l-img img{
    width:100%;
    /*max-height:217px;*/
    /*vertical-align: middle;
    position:absolute;
    top:-50%;
    left:0;*/


    transform:scale(1,1);
    -ms-transform:scale(1,1); 
    -moz-transform:scale(1,1);   
    -webkit-transform:scale(1,1); 
    -o-transform:scale(1,1); 
    transition: 1s;
}
.news-ind-con-l-h3{
    font-size:16px;
    margin:15px 0 10px 0;
}
.news-ind-con-l-time{
    margin-bottom:13px;
}
.news-ind-con-l-time a{
    color:#999;
}
.news-ind-con-l-com{
    width:100%;
    font-size:14px;
    height:72px;
    overflow:hidden;
}
.news-ind-con-l-com a{
    color:#666;
}
.news-ind-con-l-a{
    color:#d1125c;
    font-size:14px;
    line-height:45px;
}

.activity-wrap{
    width:100%;
    overflow:hidden;
    background:#f8f9ff;
}
.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:url(../images/jiantou-r1.png) no-repeat;
    opacity: 0.5;
    transition: 400ms;

}
.news-button-next:hover{
    opacity: 1;
}
.news-button-prev{
    position: absolute;
    z-index: 10;
    top:32%;
    cursor: pointer;
    left:-75px;
    width:51px;
    height:51px;
    background:url(../images/jiantou-l1.png) no-repeat;
    opacity: 0.5;
    transition: 400ms;

}
.news-button-prev:hover{
    opacity: 1;
}



.introduced-ind-con-ul{
    width:100%;
    margin:30px 0;
    padding-bottom:35px;
    position:relative;
}
.introduced-ind-li{
    width:25%;
    float:left;
    position:relative;
}
.introduced-ind-li img{
    /*width:100%;*/
}
.introduced-ind-li-img{
    width:100%;
}
.introduced-ind-con-ul-c{
    width:1130px;
    margin:0 auto;
    overflow:hidden;
    padding:20px;
}
.introduced-button-next{
    position: absolute;
    z-index: 10;
    top:37%;
    cursor: pointer;
    right:0;
    width:51px;
    height:51px;
    background:url(../images/jia-right.png) no-repeat;
    transition: 400ms;
    opacity: 1;

}
.introduced-button-next:hover{
    opacity: 0.8;
}
.introduced-button-prev{
    position: absolute;
    z-index: 10;
    top:37%;
    cursor: pointer;
    left:0;
    width:51px;
    height:51px;
    background:url(../images/jiab-left.png) no-repeat;
    transition: 400ms;
    opacity: 1;

}
.introduced-button-prev:hover{
    opacity: 0.8;
}

.partners-ing-c{
    width:59%;
    float:left;
    overflow:hidden;
}

.Online-consulting-c{
    width:37%;
    float:right;
    height:auto;
}

.partners-logo{
    overflow: hidden;
    margin-top: 10px;
    height:343px;
    width:100%;
}
.partners-logo li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    height: 85px;
    line-height: 85px;
    text-align: center;
}
.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;
}


input[type=radio],input[type=checkbox]  {  
    display: inline-block;  
    vertical-align: middle;  
    width: 20px;  
    height: 20px;  
    margin-left: 5px;  
    -webkit-appearance: none;  
    background-color: transparent;  
    border: 0;  
    outline: 0 !important;  
    line-height: 20px;  
    color: #d8d8d8;  
}  
input[type=radio]:after  {  
    content: "";  
    display:block;  
    width: 20px;  
    height: 20px;  
    border-radius: 50%;  
    text-align: center;  
    line-height: 14px;  
    font-size: 16px;  
    color: #fff;  
    border: 2px solid #ddd;  
    background-color: #fff;  
    box-sizing:border-box;  
}  
  
input[type=checkbox]:after  {  
    content: "";  
    display:block;  
    width: 18px;  
    height: 18px;  
    text-align: center;  
    line-height: 14px;  
    font-size: 16px;  
    color: #fff;  
    border: 2px solid #ddd;   
    box-sizing:border-box;  
}  
input[type=checkbox]:checked:after  {  
    border: 4px solid #ddd;  
    background-color: #8d0b2b;  
}  
  
input[type=radio]:checked:after  {  
    content: "L";  
    transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);  
    -webkit-transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);  
    border-color: #252c5c;  
    background-color: #181e44;  
} 

.guest-ind-img{
    width:100%;
}
.guest-ind-tit{
    width:90%;
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    padding:8% 5%;
}
.guest-ind-tit-h3{
    font-size:18px;
    margin-bottom:10px;
}
.guest-ind-tit-p{
    font-size:13px;
}

.ebox-email{
    width:100%;
    text-align:center;
    font-size:28px;
    color:#181e44;
}

.layui-layer-btn .layui-layer-btn0{
    border-color: #181e44;
    background-color: #181e44;
}


.profile-wrap{
    width:100%;
    overflow:hidden;
}

.Right-suspension-x{  margin:0 auto;}
.Right-suspension-wrap{ width:100%; position:relative;}
.Right-suspension{ position:absolute; z-index: 998;right:10px; top:370px; width:160px;}
.Right-suspension-con{ width:160px; top:220px;}
.Right-suspension-con span{width:100%; display:block; border-radius:4px;text-align:center;height: auto; font-size:16px; color:#fff; margin-top:6px; text-align:center;}
.Right-suspension-con span img{display:block;}
.Right-suspension-con span:last-child{}
.Right-suspension-con span a{color:#fff; display:block;}
.Right-suspension-con-img{
    width:100%;
    height:54px;
    background:url(../images/gundong-img.png) no-repeat;
    margin-bottom:11px;
    color:#fff;
    line-height:54px;
    text-align:center;
}

.Right-suspension-con-a1{
    background:#d1125c;
    text-align:center;
    line-height:45px;
    height:45px;
    border-radius:4px;
    font-size:16px;
    border:2px solid #d1125c;
    transition: 200ms;
}
.Right-suspension-con-a1 a{
    display:block;
    color:#fff;
}
.Right-suspension-con-a1:hover{
    background:#fff;
}
.Right-suspension-con-a1:hover a{
    color:#d1125c;
}

.Right-suspension-con-a2{
    margin-top:7px;
    background:#181e44;
    text-align:center;
    line-height:45px;
    height:45px;
    border-radius:4px;
    font-size:16px;
    border:2px solid #181e44;
    transition: 200ms;
}
.Right-suspension-con-a2 a{
    display:block;
    color:#fff;
}
.Right-suspension-con-a2:hover{
    background:#fff;
}
.Right-suspension-con-a2:hover a{
    color:#181e44;
}
.Right-suspension-con-tit{
    color:#fff;
    font-size:28px;
    font-style: initial;
    vertical-align: sub;
}

.Right-suspension-con-s{
    width:100%;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:16px;
    color:#fff;
    background:#1c255c;
    cursor:pointer;
    transform: 200ms;
}

.Right-suspension-shrinkage{
    width:100%;
    overflow:hidden;
}


/*内页*/
.profile-con-l{
    width:62%;
    float:left;
    overflow:hidden;
}
.profile-con-Horizontal{
    width:100%;
    overflow:hidden;
}
.profile-con-Horizontal span{
    width:57px;
    height:5px;
    background:#d0125c;
    display:block;
    margin-bottom:20px;
}
.profile-con-h3{
    font-size:22px;
    margin-bottom:10px;
}
.profile-con-time{
    font-size:16px;
    margin-bottom:20px;
}
.profile-con-p{
    color:#666;
    font-size:14px;
}
.profile-con-r{
    width:30%;
    float:right;
    text-align:center;
}
.profile-con-l-bot{
    width:100%;
    overflow:hidden;
    margin-top:60px;
}
.profile-con-l-bot-c-img{
    float:left;
    margin-right:10px;
}
.profile-digital{
    font-size:28px;
    color:#d0125c;
    font-weight:bold;
}
.profile-square{
    font-weight:bold;
    margin-left:5px;
}
.profile-con-l-bot-c{
    float:left; 
    margin-right:37px;
}
.profile-con-l-bot-c:last-of-type{
    margin-right:0;
}
.profile-con-l-bot-c-tit{
    float:left;
}
.profile-con-l-bot-c-bot{
    font-size:14px;
    color:#999;
}
.profile-wrap-line{
    width:100%;
    border-bottom:1px solid #e5e5e5;
    margin:70px 0;
}
.profile-con-date{
    font-size:34px;
    margin-top:40px;
}
.profile-con-date span{
    font-size:17px;
}
.profile-con-date-b{
    font-size:14px;
    color:#333;
    margin-top:10px;
}
.profile-con-date-b strong{
    color:#d0125c;
    font-size:16px;
}

.industry-p{
    margin-top:25px;
}

.Business-l{
    width:76%;
}

.profile-Business-wrap{
    width:100%;
    overflow:hidden;
    padding-top:68px;
}
.profile-Business-li{
    width:33.333%;
    float:left;
}
.profile-Business-img{
    text-align:center;
    padding-bottom:25px;
    height:74px;
    border-bottom:5px solid #353a64;
    position:relative;
}
.profile-Business-img span{
    display:block;
    background:#353a64;
    border-radius:15px;
    width:16px;
    height:16px;
    position:absolute;
    bottom:-10px;
    left:calc(50% - 8px);
}
.profile-Business-tit{
    padding:20px 20px;
    font-size:14px;
}
.profile-Business-li:last-of-type .profile-Business-tit{
    text-align:center;
}

.mark-con-l{
    width:56%;
}
.mark-con-r{
    width:39%;
    padding-top:20px;
}

.profile-contact-wrap{
    width:100%;
    padding:35px 0 20px 0;
    overflow:hidden;
}
.profile-contact-wrap li{
    float:left;
    width:28%;
    margin-right:7%;
}
.profile-contact-wrap li:last-of-type{
    margin-right:0;
}
.profile-contact-img{
    float:left;
    margin-right:7%;
}
.profile-contact-tit{
    float:left;
}
.profile-contact-tit h3{
    font-size:18px;
}
.profile-contact-tit p{
    font-size:14px;
}




.Basic-information{
    width:100%;
    margin-bottom:35px;
    overflow:hidden;
}
.Basic-information-con{
    width:40%;
    float:left;
    background:#f6f6f6;
    padding:4%;
    min-height:485px;
}
.Basic-information-con:last-of-type{
    float:right;
}
.Basic-information-tit{
    font-size:18px;
    font-weight:bold;
    float:left;
    width:35%;
    line-height:32px;
}
.Basic-information-tit-r{
    float:left;
    font-size:14px;
    line-height:30px;
}
.Basic-information-con-li{
    width:100%;
    overflow:hidden;
    margin-bottom:45px;
}
.Basic-information-con-li:last-of-type{
    margin-bottom:0;
}

.The-cost-h2{
    font-size:20px;
    color:#d0125c;
    width:100%;
    margin-bottom:15px;
}
.The-cost-h2-2{
    margin-top:30px;
}

.The-cost-table{
    width:100%;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    text-align:center;

}
.The-cost-table td{
    border:1px solid #e5e5e5;
    padding:6px;
}
.The-cost-tit{
    background:#eaeaea;
    font-size:16px;
    font-weight:bold;
}
.The-cost-tit td{
    border:1px solid #d2d2d2;

}



.range-con-h2{
    font-size:18px;
    color:#d0125c;
    margin-top:12px;
}
.range-con-p{
    font-size:14px;
    margin:6px 0 10px;
}
.range-con-link{
    width:100%;
    height:1px;
    background:#e5e5e5;
}
.range-con-img{
    width:100%;
    margin-top:45px;
}

.review-li-tit{
    width:94%;
    height:50px;
    cursor:pointer;
    padding:0 3%;
    font-size:18px;
    line-height:50px;
}
/*.review-li-tit.curr{
    color:#d0125c;
}*/
.review-li-img{
    width:27px;
    margin-top:15px;
    height:16px;
    float:right;
    background:url(../images/review-img3.png) center no-repeat;
}
.review-li-img.curr{

    background:url(../images/review-img1.png) center no-repeat;
}
.review-li-con{
    padding:15px 0;
    display:none;
}
.review-li-con.curr{
    display:block;
}
.review-li{
    width:100%;
    border-bottom:1px solid #e5e5e5;
}
.review-li:first-of-type{

    border-top:1px solid #e5e5e5;
}

.review-li-a{
    width:180px;
    height:38px;
    background:#d0125c;
    display: block;
    text-align:center;
    color:#fff;
    line-height:38px;
    border-radius:25px;
    margin:25px auto;
    transition: 400ms;
}
.review-li-a:hover{
    background:#eb367d;
    color:#fff;
}
.review-li-a img{
    vertical-align: sub;
    margin-left:6px;
}
.review-li-con img{
    max-width:initial;
}

.contact-cat-img{
    vertical-align: middle;
    margin-right:10px;
}

.contact-h4{
    color:#d0125c;
    font-size:18px;
    margin-bottom:20px;
}
.contact-cat-top-tit{
    font-size:14px;
    line-height:25px;
    color:#666;
}
.contact-cat-top-tit-p{
    line-height:30px;
    margin-bottom:6px;
    color:#333;
}
.contact-cat-top-tit-p-2{

    line-height:30px;
    color:#666;
}


.activities-con-h2{
    font-size:18px;
    font-weight:bold;
    color:#fff;
    background:#191e44;
    width:94%;
    height:46px;
    line-height:46px;
    padding:0 3%;
}
.activities-con-bot li{
    width:47.5%;
    float:left;
    margin:40px 5% 0 0;
}
.activities-con-bot li:nth-of-type(2n){
    margin-right:0;
}
.activities-con-bot-img{
    width:27.5%;
    float:left;
}
.activities-con-bot-img img{
    max-width:initial;
}
.activities-con-bot-tit{
    width:68%;
    float:right;
}
.activities-con-bot-time{
    padding:6px 25px;
    float:left;
    background:#d0125c;
    color:#fff;
    font-size:18px;
    font-weight:bold;
}
.activities-con-bot-h2{
    width:100%;
    overflow:hidden;
    line-height:25px;
    font-size:15px;
    padding:9px 0;
    height:43px;
}
.activities-con-bot-p{
    font-size:14px;
}
.activities-con-bot{
    width:100%;
    overflow:hidden;
}
.activities-con-h2-bot{
    margin-top:85px;
}
.activities-con-secondary-h2{
    font-size:18px;
    margin:35px 0 0 0;
    font-weight:bold;
    color:#191e44;
}
.activities-con-secondary-h3{
    line-height:35px;
    color:#666;
    font-size:16px;
}
.activities-con-secondary-h4{
    font-size:14px;
    color:#666;
    line-height:25px;
    margin-top:10px;
}



.speakers-h2{
    font-size:24px;
}
.speakers-h2 span{
    color:#d0125c;
}
.speakers-con{
    width:100%;
    overflow:hidden;
    margin-top:50px;
}
.speakers-con-img{
    width:100%;
    overflow:hidden;
    height:253px;
    line-height:253px;
    text-align:center;

}
.speakers-con-img img{
    height:253px;

}

.speakers-con li{
    width:23%;
    margin:0 2.6% 50px 0;
    padding-bottom:20px;
    float:left;
    border-bottom:1px solid #e5e5e5;

}
.speakers-con li:nth-of-type(4n){
    margin-right:0%;

}
.speakers-con-h3{
    width:100%;
    text-align:center;
    font-size:18px;
    margin:16px 0 6px 0;
}
.speakers-con-p{
    width:100%;
    height:24px;
    overflow:hidden;
}

.exhibitors-comments{
    width:100%;
    overflow:hidden;
}
.exhibitors-comments li{
    width:92%;
    overflow:hidden;
    background:#0083cb;
    padding:0 4%;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom:50px;
}
.exhibitors-comments li:nth-of-type(2n){
    background:#bf3884;
}
.exhibitors-comments li:nth-of-type(3n){
    background:#c89a4c;
}
.exhibitors-comments li:nth-of-type(4n){
    background:#325694;
}
.exhibitors-comments-imt{
    width:34.5%;
    float:left;
}
.exhibitors-comments-imt img{
    max-width:initial;
    display:block;
}
.exhibitors-comments-con{
    width:61%;
    float:right;
    color:#fff;
}
.exhibitors-comments-con-h2{
    font-size:22px;
    font-weight:normal;
    margin-top:30px;
}
.exhibitors-comments-con-tit{
    font-size:14px;
    margin:6px 0 15px 0;
}
.exhibitors-comments-con-con{
    font-size:14px;
    height:50px;
    line-height:25px;
    width:100%;
    margin-bottom:10px;
    overflow:hidden;
}
.exhibitors-comments-con-r{
    text-align:right;
}

.Enews-wrap{
    width:100%;
    overflow:hidden;
    padding:80px 0;
}
.Enews-left{
    width:50%;
    margin-left:7%;
    float:left;
}
.Enews-left-img{
    width:25%;
    float:left;
}
.Enews-left-tit{
    width:69%;
    margin-left:6%;
    float:left;
}
.Enews-left-tit-h2{
    font-size:24px;
    margin-bottom:20px;
    color:#155aaa;
}
.Enews-left-tit-p{
    font-size:14px;
}

.Enews-right{
    width:32%;
    float:left;
    text-align:center;
}


/*新闻*/
.new-list-content{
    width:100%;
    padding-left:0;
}
.new-information-tit-top{
    float:left;
    width:7.5%;
    text-align:center;
    background:#f5f4f4;
    padding:25px 0 8px 0;
}
.new-information{
    font-size:16px;
    color:#666;
    margin-top:8px;
}
.new-information-tit{
    width:80%;
    margin-left:2.5%;
    float:left; 
}
.new-information-riq{
    font-size:42px;
    color:#737272;
}
.new-list-name{
    font-size:16px;
    line-height:initial;
    margin:8px 0 10px 0;
}
.new-list-content .new-text{
    font-size:14px;
}
.index-new-more{
    float:right;
    width:40px;
    height:40px;
    border-radius:50%;
    background:url(../images/press-img1.png) no-repeat center center #fff;
    color:#e7e7e7;
    margin-top:30px;
    border:1px solid #e7e7e7;
    display:block;
    min-width:initial;
    font-size:18px;
    transition: 400ms;
}
.new-list-li:hover .index-new-more{
    background:url(../images/press-img2.png) no-repeat center center #d0125c;
    border:1px solid #d0125c;
}

.Search-ComboBox{
    width:100%;
    height:58px;
    margin:20px 0 60px;
}
.news-wrap{
    width:100%;
    overflow:hidden;
    margin-top:30px;
}
.Search-ComboBox-text{
    display:none;
}
.Search-ComboBox-ul{
    display:block;
    width:100%;
    height:58px;
    position:initial;
}
.Search-ComboBox-li{
    width:calc(33.33% - 1px);
    line-height:58px;
    height:58px;
    text-align:center;
    font-size:20px;
    color:#000;
    font-weight:bold;
    float:left;
    border-right:1px solid #e5e5e5;
}
.Search-ComboBox-li:last-of-type{
    border-right:none;
}
.Search-ComboBox-li a{
    transition: 400ms;
    height:58px;
}
.Search-ComboBox-li a:hover{
    background:#191e44;
}

.PagingList a.curr{
    background:#191e44;

}
.new-row{
    width:calc(44% - 2px);
    margin-right:4%;
    padding:2%;
    border:1px solid #e5e5e5;
}
.new-row:last-of-type{
    margin-right:0;
}
.new-img-row{
    width:42%;
    float:left;
    border-bottom:none;
    /*position:relative;*/
}
.new-img-row img{
    /*height:100%;*/
    /*position:absolute;
    max-height:initial;
    max-width:initial;*/
    /*left:-50%;
    margin-left:50%;*/
    
}
.new-img-row-tit{
    width:55%;
    float:right;
}

.new-title{
    font-size:16px;
}
.new-text{
    font-size:14px;
    height:50px;
    overflow:hidden;
}
.new-information{
    font-size:14px;
    color:#999;
}
.new-more{
    color:#fff;
    background:#181e44;
    font-size:14px;
    border: 1px solid #181e44;
    padding:0 20px;
    transition: 400ms;
}
.new-more:hover{
    background:#3d457b;
}
.new-more img{
    vertical-align: sub;
    margin-right:10px;
}

/*新闻*/


/*展商搜索*/
.exhibitor-search{
    width: 100%;
    float: left;
 
}
.exhibitor-recommendation{
    width: 25%;
    float: right;
}
.search-box{
    padding:30px 0;
}


.exhibitor-search-box{
    padding:30px 0;
}
.exhibitor-search-box .dropdown{
    width:48%;
    border:1px solid #cccccc;
    float: left;
    margin-right: 4%;
    box-sizing: border-box;
    font-family: 微软雅黑;
}
.exhibitor-search-input-box{
    width: 48%;
    float: left;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    /*overflow: hidden;*/
}
.exhibitor-search-input{
    border:1px solid #cccccc;
    border-right:none;
    color: #999;
    padding: 14px 12px;
    width:70%;
    float:left;
    height: 44px;
    box-sizing: border-box;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.exhibitor-search-btn{
    border:none;
    outline: none;
    height: 44px;
    line-height: 40px;
    width:30%;
    font-family: 微软雅黑;
    text-align: center;
    font-size:16px;
    color: #FFF;
    background: #191e44;
    float: right;
    cursor: pointer;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}

.word-search-box{
    padding:15px 30px;
    background: #ebebeb;
    border-radius: 3px;
}
.word-search-box a{
    padding:2px 6px;
    color:#666;
}
.word-search-box a:hover{
    text-decoration: underline;
    color: #d42669;
}
.word-search-box a.curr{
    text-decoration: underline;
    color: #d42669;
}


.exhibitor-list{
    margin-bottom: 70px;
}
.exhibitor-list-table{
    display:table;
    width:100%;
}
.exhibitor-list-table .list-table-row{
    display:table-row;
    width:100%;
}
.exhibitor-list-table .list-table-cell{
    display:table-cell;
    box-sizing:border-box;
    padding:20px 32px;
    vertical-align:middle;
}
.exhibitor-list-table .list-table-top .list-table-row .list-table-cell{
    border-bottom: 3px solid #191e44;
    font-size: 16px;
    font-weight: 700;
    color: #191e44;
}
.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell{
    border-bottom: 1px solid #dcdcdc;
}

.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type{
    padding-right: 0;
    text-align:center;
    line-height:100px;
}
.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type a{
    display:table-row;
    width:100px;
    height:100px;
    overflow:hidden;
}
.exhibitor-list-table .list-table-bottom .list-table-row .list-table-cell:first-of-type a img{
    vertical-align:middle;
    /*position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);*/
    
}
.exhibitor-list-table .list-table-bottom .list-table-row:nth-of-type(even){
    background: #f9f8f8;
}


.recommendation-title{
    padding:20px 20px 40px 20px;
    border:1px solid #e5e5e5;
    border-top:3px solid #191e44;
    font-size: 20px;
    font-weight: 700;
    color: #191e44;
    margin:30px 0;
}
.recommendation-item {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    /*margin-bottom: 20px;*/
    width: 100%;
    height: 300px;
    line-height: 260px;
    overflow: hidden;
    text-align: center;
    padding: 20px 5%;
}
.recommendation-item a{
    display:block;
}

.recommendation-item img {
    max-width: 90%;
    max-height: 260px;
    vertical-align: middle;
    height: auto;
    display: inline-block;
}

.product-type-title{
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    background: #191e44;
}
.product-type-list{
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}
.product-type-list a{
    display: block;
    padding: 12px 20px 12px 20px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/right.png) right 10px center no-repeat;
}
.product-type-list a span{
    color: #999999;
}

.exhibitor-detail{
    border-top:1px solid #dedede;
}
.exhibitor-infor-box{
    padding:30px 0;
    overflow: hidden;
}
.exhibitor-infor-img{
    float: left;
    width: 185px;
    height: 185px;
    line-height: 185px;
    margin-right: 52px;
    border: 1px solid #e5e5e5;
    text-align: center;
    overflow: hidden;
    padding:10px;
}
.exhibitor-infor-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.exhibitor-infor-text-top {
    margin-top: 55px;
}
.exhibitor-infor-text{
    overflow: hidden;
    margin-top: 40px;
}
.exhibitor-infor-text p{
    line-height: 24px;
    padding:5px 0;
}
.red-text{
    /*color: #d0125c;*/
}
.dropdown .selected, .dropdown li{
    color:#333;
}
.exhibitor-infor-profile{
    font-size:18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}
.exhibitor-infor-content{
    background: #f7f7f7;
    padding:20px 35px;
    line-height:28px;
}
.exhibitor-infor-product-title{
    font-size:18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #bebebe;
}
.exhibitor-infor-product-title span{
    display: inline-block;
    border-bottom: 1px solid #d0125c;
    padding:10px 0;
    margin-bottom: -1px;
}

.detail-prduct-list{
    font-size:0;
}
.detail-prduct-list .product-item{
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 10px;
    vertical-align: top;
}
.detail-prduct-list .product-item:nth-of-type(3n){
    margin-right: 0;
}
.detail-prduct-list .product-item img{
    display: inline-block;
}
.detail-prduct-list .product-img-box {
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.detail-prduct-list .product-img-box img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 300px;
    /*position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);*/
}

.detail-prduct-list .product-name{    
    font-size: 16px;
    color: #333;
    padding: 20px 0;
    line-height: 24px;
    text-align: center;
}


/*按展品搜索*/
.exhibitor-product-search{
    border:1px solid #e3e3e3;
    padding:35px 30px;
}
.exhibitor-product-top{
    border-bottom: 2px solid #e8e8ec;
    padding-bottom: 10px;
}
.exhibitor-product-title{
    font-size:18px;
    color: #333333;
    font-weight: 700;
    padding:14px 0;
}
.exhibitor-product-word{
    overflow: hidden;
    padding:10px 0;
}
.exhibitor-product-word a{
    position: relative;
    display: inline-block;
    min-width: 129px;
    height: 30px;
    line-height: 30px;
    border:1px solid #e3e3e3;
    margin-right: 20px;
    margin-bottom: 17px;
    text-align: center;
}
.exhibitor-product-word a.curr,
.exhibitor-product-word a:hover{
    border:1px solid #d0125c;
    color: #d0125c;
}
.exhibitor-product-word a.curr:after{
    position: absolute;
    right: -6px;
    top: -6px;
    content: '×';
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    background: #d0125c;
    color: #FFF;
    text-align: center;
}

.exhibitor-product-bottom{
    padding:50px 0 0;
}
.exhibitor-product-search-keyword{
    position: relative;
    max-width: 732px;
    margin:0 auto;
}
.product-keyword-input{
    width: 100%;
    border:none;
    height: 50px;
    line-height: 50px;
    padding:0 30px;
    border-radius: 25px;
    background: #f8f8f8;
    box-sizing: border-box;
}
.product-keyword-btn{
    position: absolute;
    top: 0;
    right: 0;
    border:none;
    outline: none;
    cursor: pointer;
    width: 120px;
    height: 50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background:#191e44 url(../images/search.png) center center no-repeat;
}
.product-keyword-box{
    max-width: 732px;
    margin:0 auto;
    padding-top: 30px;
}
.product-keyword-row{
    font-size: 18px;
    color: #000000;
}
.product-keyword-row a{
    font-size:14px;
    color: #999999;
    padding:0 10px;
}

.product-list{
    padding:50px 0;
    font-size: 0;
}
.product-list .product-item{
    display: inline-block;
    width: 23%;
    margin-right:2.25%;
    box-sizing: border-box;
    border:1px solid #f5f5f5;
    margin-bottom: 50px;
    vertical-align: top;
}
.product-list .product-item:nth-of-type(4n){
    margin-right: 0;
}

.product-list .product-item .product-img-box {
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    text-align: center;
}
.product-list .product-item .product-img-box a{
    display:block;
}

.product-list .product-item .product-img-box img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 300px;
    /*position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);*/
}
.product-list .product-item .product-detail-text{
    padding:0 6%;
}
.product-list .product-item .product-name{
    font-size: 16px;
    color: #666;
    font-weight: 700;
    padding: 10px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.product-list .product-item .product-name a{

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.product-list .product-item .company-name{
    font-size: 15px;
    height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333;
    padding: 20px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.product-list .product-item .company-name a{

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.company-infor-box{
    padding:10px 0 20px;
}
.local-text{
    display: inline-block;
    font-size: 16px;
    color: #333;
}
.local-icon{
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(../images/local.png) no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}
.product-detail-link{
    float: right;
    font-size: 16px;
    color: #d0125c;
}

/*展商搜索*/

.Search-ComboBox-li.current{
    background: #191e44;
}
.Search-ComboBox-li.current a{
    color:#fff;
}
.prev-page:after, .prev:after{
    color:#191e44;
}
.next-page:after, .next:after{
    color:#191e44;
}

.Business-travel-wrap{
    width:100%;
    overflow:hidden;
}
.Business-travel-wrap li{
    width:48%;
    float:left;
    margin:0 4% 45px 0;
    overflow:hidden;
}
.Business-travel-wrap li:nth-of-type(2n){
    margin-right:0;
}
.Business-travel-img{
    width:100%;
    overflow:hidden;
}
.Business-travel-img img{
    width:100%;
}
.Business-travel-h2{
    color:#d0125c;
    font-weight:bold;
    font-size:18px;
    margin:10px 0 5px 0;
}
.Business-travel-p{
    font-size:14px;
    line-height:25px;
}

.How-get-h2{
    font-size:16px;
    font-weight:bold;
}
.How-get-img{
    margin:30px 0 25px 0;
}
.How-get-line{
    width:100%;
    height:1px;
    background:#e5e5e5;
    margin:20px 0;
}
.How-get-h1{
    font-size:16px;
    font-weight:bold;
    color:#d0125c;
    margin:5px 0 15px 0;
}
.How-get-h1 img{
    vertical-align: sub;
    margin-right:8px;
}
.How-get-p{
    line-height:35px;
    font-size:14px;
}


.Hotel-accommodation-wrap{
    width:100%;
    overflow:hidden;
}
.Hotel-accommodation-wrap li{
    width:31%;
    margin:0 3.5% 40px 0;
    overflow:hidden;
    float:left;
}
.Hotel-accommodation-wrap li:nth-of-type(3n){
    margin-right:0;
}
.Hotel-accommodation-img{
    width:100%;
}
.Hotel-accommodation-img img{
    width:100%;
}
.Hotel-accommodation-tit{
    font-size:16px;
    margin:3px 0;
}
.Hotel-accommodation-tit-r{
    float:right;
}
.Hotel-accommodation-tit-r span{
    float:right;
    margin-left:3px;
}
.Hotel-accommodation-p{
    font-size:14px;
    color:#666;
}
.Hotel-accommodation-p img{
    vertical-align: middle;
    margin-right:4px;
}



.search-row {
    position: absolute;
    width: 100%;
    background: #eee;
    top: 40px;
    left: 0;
    padding: 20px 0;
    display: none;
}

.search-top {
    width: 100%;
    position: relative;
}

.search-input {
    display: block;
    height: 3em;
    background: #fff;
    width: 100%;
    border: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.txt-input-error {
    border: 1px solid red;
}

.search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    border: 0;
    background: #2e0845;
    font-size: 24px;
    /*font-weight: bold;*/
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}
.search-button img{
    vertical-align: middle;
    width:26px;
}

.search-terms-row {
    padding: 20px;
    padding-bottom: 0;
}

.search-terms-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
}

.search-terms-line {
    text-align: center;
}

.search-terms {
    line-height: 24px;
    color: #e60012;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
}

.search-terms i {
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: 3px;
    margin-right: 20px;
}

.search-terms:hover {
    color: #666;
}


.crumbs {
    padding: 10px 0;
}

.crumbs-a {
    color: #dc021b;
}

.crumbs-a:after {
    content: '>';
    position: relative;
    margin: 0 10px 0 8px;
    font-size: 16px;
}

.crumbs-a:hover {
    color: #000;
}

.crumbs-curr {
    color: #000;
    font-weight: bold;
    line-height:40px;
}

.Title {
    margin-top: 30px;
    font-size: 24px;
    color: #dc021b;
    line-height: 28px;
}

.newsList-row {
    width: 100%;
    margin-right: 4%;
    float: left;
}

.newsList {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.newsList-img {
    float: left;
    margin-right: 25px;
    width: 210px;
    height: 146px;
    overflow: hidden;
    display: table;
    text-align: center;
}

.newsList-img a {
    display: table-cell;
    width: 210px;
    height: 146px;
    line-height: 0;
    vertical-align: middle;
}

.newsList-img a img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.newsList-text-row {
    height: 146px;
    margin-left: 240px;
    position: relative;
}

.newsList-name {
    font-size: 18px;
    color: #000;
    line-height: 26px;
}

.newsList-text {
    font-size: 16px;
    color: #000;
}

.newsList-detail {
    position: absolute;
    bottom: 0;
    margin-left: 0;
    left: 0;
}


.search-in{
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}


.classhen{width:100%; padding:0 20px; line-height:30px;}
.classhen img{margin-right:15px; vertical-align: bottom;}



/*内页*/



.recommendation-product-list {
    position: relative;
}

.product-list-wrap {
    max-height: 1600px;
    width: 100%;
    overflow: hidden;
}

.pro-button-next {
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin: 15px 0;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    transition: 400ms;
}

.pro-button-next img {
    vertical-align: bottom;
    margin-left: 3px;
    width: 28px;
}

.pro-button-next:hover {
    color: #333;
}
