﻿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
}
.ui-widget.ui-widget-content {
    z-index: 9999;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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: #323232;
}

a:hover {
    color: #00355B;
}

html {
    text-align: center;
}

.sidebarB-audience {
    border-top: 5px solid #002d74;
    margin-bottom: 30px;
}

body {
    /*    font: 14px Arial, Helvetica, sans-serif;*/
    font: 14px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #000;
    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;
}


/*Common Style*/

.hidden {
    display: none !important;
}

.clearfloat:after {
    content: "";
    display: block;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfloat {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.btn {
    border: 0;
    cursor: pointer;
}


/*版心*/

.wrap {
    max-width: 975px;
    margin: 0 auto;
}

.wrap-padding {
    padding: 0 16px;
}

.page {
    /* width: calc(100% - 30px); */
	
}

.grid {
    margin-left: -36px;
}

.font-size-fa {
    font-size: 14px;
}

.font-size-50 {
    font-size: 0.5em;
}

.font-size-75 {
    font-size: 0.75em;
}

.font-size-80 {
    font-size: 0.8em;
}

.font-size-85 {
    font-size: 0.85em;
}

.font-size-90 {
    font-size: 0.9em;
}

.font-size-100 {
    font-size: 1em;
}

.font-size-110 {
    font-size: 1.1em;
}

.font-size-125 {
    font-size: 1.25em;
}

.font-size-150 {
    font-size: 1.2em;
}

.font-size-175 {
    font-size: 1.75em;
}

.font-size-200 {
    font-size: 2em;
}

.font-size-250 {
    font-size: 2.5em;
}

.font-size-300 {
    font-size: 3em;
}

.font-size-350 {
    font-size: 3.5em;
}

.font-size-450 {
    font-size: 4.5em;
}


/* 快捷头部  shortcut */

.shortcut-row {
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;
    background-color: #eee;
    /*position: fixed;*/
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 40px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.shortcut-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.shortcut-row .shortcut-nav {
    float: right;
    line-height: 38px;
}
.shortcut-nav a{
    padding: 0px 15px!important;
}

.shortcut-row .shortcut-nav>li.position--relative {
    position: relative;
    display: inline-block;
}

.shortcut-row .shortcut-nav>li.search--relative {
    position: inherit;
}

.shortcut-row .shortcut-nav>li>a {
    margin-left: 24px;
    color: #444;
    display: inline-block;
}

.shortcut-row .shortcut-nav>li>a:hover,
.shortcut-row .shortcut-nav>li>a:active {
    color: #003279;
}

.shortcut-row .shortcut-nav>li>a span {
    display: none;
    margin-left: 6px;
}

.flushRow a{ font-family: Times New Roman; margin:0 2px;}

.toggle-trigger2 .iconfont:before {
    /* top: 2px; */
    position: relative;
}

.toggle-nav-btn {
    position: absolute;
   
    font-size: 24px;
    color: #00355B;
    left: 15px;
    line-height: 40px;
}

.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: #00355B;
    font-size: 24px;
    /*font-weight: bold;*/
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.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: #00355B;
    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;
}

.curr .toggle-trigger2 {
    border-bottom: 2px solid #00355B;
}

.logo-row {
    background: #00355B;
}

@media only screen and (min-width:1000px) {
    .toggle-nav-btn {
        display: none
    }
}

@media only screen and (max-width:1000px) {
    .page {
        width: 100%;
    }
    .grid {
        margin-left: -0px;
    }
    .toggle-nav-btn {
        display: block;
        border: 0;
        outline: none;
        overflow: hidden;
        white-space: nowrap;
    }
    /*  .toggle-nav-btn::before {
        content:'';
        position:absolute;
        top:0;
        left:0;
        width:1.5rem;
        height:1.25rem;
        border-top:0.75rem double #003279;
        border-bottom:0.25rem solid #003279
    } */
}

@media only screen and (max-width:640px) {
    .shortcut-row .shortcut-nav>li.position--relative {
        position: static;
    }
}

@media only screen and (min-width:481px) and (max-width:999px) {
    .shortcut-row .most_wanted_keywords {
        text-align: center;
    }
    .shortcut-row .most_wanted_keywords li {
        display: inline-block;
    }
    .shortcut-row .most_wanted_keywords a {
        margin-left: 0;
    }
    .shortcut-row .most_wanted_keywords .link-icon {
        margin-left: 6px;
        width: 16px;
        height: 16px;
        margin-bottom: -2px;
    }
}

@media only screen and (min-width:1000px) {
    .shortcut-row a span,
    .shortcut-row .shortcut__element span {
        display: inline-block;
    }
    .shortcut-row .shortcut-nav>li>a {
        margin-left: 24px;
        color: #444;
    }
    .shortcut-row .shortcut-nav>li>a:hover,
    .shortcut-row .shortcut-nav>li>a:active {
        color: #00355B;
    }
    .shortcut-row .shortcut-nav>li>a span {
        display: inline-block;
    }
}


/* logo */

.logo-row {
    padding-top: 60px;
    padding-bottom: 20px;
}

.logo-img img {
    max-width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}

.logo-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -85px;
}

.logo-banner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    display: block;
}

@media only screen and (max-width:1000px) {
    .logo-img {
        display: block;
    }
    .logo-banner {
        margin-top: -10%;
    }
    .logo-banner img {
        height: auto;
        width: 1400px;
        margin-left: -700px;
    }
    .flushRow {
        display: none;
    }
}


/* 导航 */

.nav-row {
    background: #00355B;
    width: 100%;
    position: relative;
}

.nav-li {
    float: left;
    padding: 0 12px;
    height: 55px;
    line-height: 55px;
}

.nav-li:first-of-type {
    padding-left: 0;
}

.nav-li:last-of-type {
    margin-right: 0;
}

.nav-li-a {
    color: #fff;
    font-size: 18px;
    position: relative;
    -webkit-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
    font-family: Arial, Helvetica, 'Adobe 黑体 Std', "微软雅黑", sans-serif;
}

.nav-li-a:after {
    border: 10px solid transparent;
    bottom: -18px;
    content: "";
    left: calc(50% - 15px);
    /*  left: -20px; */
    position: absolute;
    -webkit-transition: border 0.2s ease 0s;
    -o-transition: border 0.2s ease 0s;
    transition: border 0.2s ease 0s;
}

.nav-li:hover .nav-li-a:after {
    border-bottom-color: #fff;
}

.nav-li:hover .nav-li-a {
    color: #fff;
}

.nav-li:hover .sub-nav-row {
    display: block;
}

.sub-nav-row {
    display: none;
    position: absolute;
    width: 240px;
    padding: 10px 0 0px;
    border: 1px solid #ccc;
    margin-top: -2px;
    background: #fff;
    z-index: 1001;
}

.sub-nav {
    float: left;
   
    text-indent: 1em;
}

.sub-nav dt {
    font-weight: bold;
}

.sub-nav-a {
    display: block;
    width: 240px;
    line-height: 35px;
    font-size: 14px;
    letter-spacing: -0.5px;
	border-bottom: 1px solid #888;
}

dt .sub-nav-a {
    color: #333;
}

dd .sub-nav-a {
    border-bottom-color: #ccc;
    color: #666;
    transition: text-indent 0.2s;
}

.sub-nav dd {
    transition: background-color 0.3s;
}

.sub-nav dd:hover {
	background-color:#00355B;
}

.sub-nav-a:hover {
    color: #fff;
	font-size:16px;
}

.menu-row {
    width: 60%;
    height: 100%;
    top: 0;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -o-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);
    min-height: 100%;
    overflow: hidden;
    position: absolute;
}

.menu-close {
    padding: 10px;
    color: #00355B;
    font-size: 14px;
    display: inline-block;
}

.menu-close .icon-artboard40 {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.menu-li-a,
.sub-menu-a {
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    padding: 5px 15px;
    color: #00355B;
    font-size: 16px;
}

.sub-menu-a {
    padding-left: 25px;
}

.sub-menu dd {
    
}

.sub-menu dd .sub-menu-a {
    padding-left: 35px;
}

.menu-li:first-of-type .menu-li-a {
    border-top: 1px solid #ddd;
}

.hasSubmenu:after {
    content: '>';
    position: absolute;
    right: 5%;
    height: 100%;
    font-family: '宋体';
    font-weight: bold;
    font-size: 20px;
}

.menu-ul a.curr {
    background: #ffe9eb;
    color: #00355B;
}

.sub-menu-ul {
    display: none;
}

.menu-ul {
    margin-top: 40px;
}

.menu-return {
    position: absolute;
    top: 45px;
    left: 0;
    padding: 5px 10px;
    color: #00355B;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    display: none;
}

.redLink {
    margin-left: 30px;
}

.redLink i.icon-gengduo1 {
    font-size: 30px;
    position: relative;
    top: 6px;
    left: -4px;
}

.redLink:hover {
    color: #333;
}

.attention-row {
    background: #002d74;
    width: 100%;
    padding: 30px 0;
    margin-top: 60px;
}

.attention-half {
    width: 50%;
}

.attention-img {
    margin-right: 20px;
}

.attention-img img {
    display: block;
}

.attention-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.attention-text {
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}

.attention-text-row {
    margin-top: 20px;
    float: left;
}

.attention-title-WeChat {
    display: inline-block;
    background: url(../images/wechat-icon.png) center center no-repeat;
    width: 30px;
    height: 25px;
    margin-bottom: -7px;
    margin-left: 5px;
}

.periodical-title {
    font-size: 30px;
    font-weight: normal;
}

.periodical-a {
    color: #fff;
}

.periodical-a i.icon-gengduo1 {
    font-size: 30px;
    left: -4px;
    position: relative;
    top: 6px;
}

.periodical-a:hover {
    color: #fefefe;
}

.imageText-row {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.imageText-img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    display: block;
}

.imageText-text {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.imageText-circle {
    border-radius: 50%;
    padding: 5%;
    max-width: 350px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.indexServe {
    float: left;
    width: 16%;
    margin-right: 5%;
}

.indexServe-a {
    display: block;
    background: #003279;
    text-align: center;
}

.indexServe-icon {
    display: block;
    line-height: 0;
    padding: 13% 20% 5%;
}

.indexServe-icon img {
    max-width: 100%;
    height: auto;
}

.indexServe-text {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0 20% 8%;
}

.indexServe-a:hover {
    opacity: 0.8;
}

.indexServe:last-of-type {
    margin-right: 0;
}

.indexServe-row {
   margin: 30px auto 0px;
}

.menu-return2 {
    display: block;
}

.menu-return .icon-shipinsuolve_xiangzuo {
    margin-right: 5px;
    font-size: 15px;
}

@media only screen and (max-width:1000px) {
    .nav-row {
        display: none;
    }
    .page-wrapper.show-nav {
        position: relative;
        width: 100%;
        -webkit-transform: translate3d(60%, 0px, 0px);
        -ms-transform: translate3d(60%, 0px, 0px);
        -o-transform: translate3d(60%, 0px, 0px);
        transform: translate3d(60%, 0px, 0px);
    }
}
.blueRowhiden{
    margin-bottom: 20px;
}
footer {
    background: #eee;
    width: 100%;
    padding-bottom: 20px;
}

.footerNav-li {
    float: left;
    min-width: 36px;
}

.footerNav-li:before {
    content: '|';
}

.footerNav-li:first-of-type:before {
    content: ' ';
}

.footerNav-li a {
    padding: 0 5px;
    font-size: 12px;
    color: #000;
}

.footerNav-li:first-of-type a {
    padding-left: 0;
}

.footer-half {
    width: 50%;
}

.footer_logo {
    float: left;
    margin-right: 5px;
}

.footer_logo-text {
    display: table;
    float: left;
    width: calc(100% - 60px);
    font-size: 12px;
    line-height: 16px;
    height: 36px;
}

.footer_logo-text-p {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
}

.footer_logo-row {
    margin-top: 30px;
}

.footer-seek {}

.footer-seek-a {
    font-size: 14px;
    color: #000;
    display: block;
    text-transform: uppercase;
}

.footer-seek-a .icon-search {
    font-size: 14px;
    font-weight: bold;
    color: #00355B;
    margin-right: 5px;
}

.footer-seek-a:hover {
    color: #00355B;
}

.footer-top {
    padding-top: 10px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #bbb;
}

.footerlogo-li {
    margin-left: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.footerlogo-li img {
    max-height: 50px;
}


/* 面包屑 */

.crumbs {
    padding: 10px 0;
}

.crumbs-a {
    color: #00355B;
}

.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: #00355B;
    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;
}

.paging {
    text-align: center;
    margin-bottom: 40px;
}

.paging span,
.paging a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
    color: #000;
    margin: 0 3px;
}

.paging .curr,
.paging span:hover,
.paging a:hover {
    color: #333;
    background: #eee;
}


/* .w30{
    width: 30%;
} */


/* 移动端导航 */


/* html,body{
    height: 100%;
} */

.hintRow {
    position: fixed;
    bottom: 20px;
    width: calc(100% - 20px);
    margin: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.hintTex {
    display: inline-block;
    width: 80%;
    text-align: left;
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hintBtn-row {
    display: inline-block;
    width: 20%;
    text-align: right;
}

.hintBtn {
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    line-height: 2;
    padding: 0 25px;
    color: #fff;
    cursor: pointer;
    background: #c6c6c6;
}

.hintBtn i {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.hintBtn:hover {
    opacity: 0.8;
}


/* 首页侧边栏 */

.Advertisement-row {
    position: relative;
}

.Advertisement {
    position: absolute;
    width: 160px;
    right: -230px;
    z-index: 999;
}

.Advertisement-title {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 12px;
    padding-top: 10px;
}

.Advertisement-img img {
    max-width: 100%;
}

.indexAbout-name {
    font-size: 36px;
    color: #000;
    /* margin: 30px 0; */
}

.indexAbout-half {
    width: 48%;
}

.indexAbout {
    margin: 20px 0px 0px;
}

.indexAbout-text {
    color: #000;
}

.btn {
    display: inline-block;
    padding: 0.6rem 1rem;
    border-radius: 3px;
    /* margin-top: 24px; */
    color: #fff;
    font-weight: bold;
    line-height: 22px;
}

.yellowBtn {
    background: #00355B;
    margin-top: 10px;
}
.yellowBtn:hover{color:#fff;}

.btn:hover {
    opacity: 0.8;
}

.indexSectors-row {
    background: #f8f8f8;
    margin-top: 40px;
}

.p50 {
    padding: 40px 0;
}

.index-title {
    font-size: 24px;
    line-height: 40px;
    color: #003279;
    font-weight: normal;

}

.indexSectors {
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-top: 25px
}

.indexSectors:nth-of-type(4n) {
    margin-right: 0;
}

.indexSectors-a {
    display: block;
}

.indexSectors-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 157px;
    border-radius: 2px;
    justify-content: center;
}

.indexSectors-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 2px;
    background: #feed00;
    color: #003279;
    font-weight: bold;
}

.icon-shipinsuolve_xiangyou {
    margin-left: 8px;
    font-size: 14px;
    position: relative;
    /* top: 2px; */
    font-weight: normal;
}

.indexSectors-a:hover .indexSectors-text {
    color: #fff;
}

.blueRow {
    background: #003279;
    padding: 25px 0;
}

.indexSearch-title {
    font-size: 24px;
    color: #feed00;
    font-weight: normal;
    margin: 10px 0;
}

.indexSearch-row {
    margin: 15px 0;
    position: relative;
}

.indexSearch-input {
    width: calc(100% - 90px);
    border-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    height: 48px;
    border: 0;
    padding: 0 20px;
}

.indexSearch-button {
    position: absolute;
    right: 0;
    border: 0;
    width: 90px;
    border-radius: 2px;
    height: 48px;
    background: #feed00;
    color: #003279;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.indexSearch-button:hover {
    opacity: 0.8;
}

.indexHalf {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.indexHalf:nth-of-type(2n) {
    margin-right: 0;
}

.Twocolumns-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /* justify-content: center; */
    overflow: hidden;
    align-items: center;
    width: 100%;
    max-height: 250px;
    min-height: 250px;
}

.Twocolumns-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.Twocolumns-img img {
    width: 100%;
}

.indexHalf .titbox {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 99%;
}

.Twocolumns-text {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.indexVideo-row {
    width: 56%;
    margin-right: 4%;
    float: left;
}

.indexVideo {
    width: 100%;
}

.indexVideo-box {
    margin: 30px 0 50px;
}

.Countdown {
    width: 100%;
    float: left;
    /* padding: 30px 0; */
}

.Countdown-row {
    display: block;
    width: 100%;
    height: 50px;
}

.Countdown-li {
    flex: 1;
    background: -webkit-gradient( linear, 0 0, 0 100%, from(#4d4d4d), to(#404040) );
    background: -moz-linear-gradient(#4d4d4d, #404040);
    background: -o-linear-gradient(#4d4d4d, #404040);
    background: linear-gradient(#4d4d4d, #404040);
    border-left: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
    width: 37px;
    font-weight: normal !important;
    display: block;
    float: left;
}

.Countdown-li:first-of-type {
    border-left: 0;
    flex: 1.5;
    width: 48px;
}
.Countdown-li:first-of-type>strong{
    width: 37px;
}
.Countdown-li>strong {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: 17px;
    line-height: 0;
    width: 25px;
    text-align: center;
}

.Countdown-li>span {
    display: block;
    line-height: 18px;
    font-size:12px !important;
    background: none !important;
    color: #999999 !important;
    margin: 15px 0 3px !important;
}

.m50 {
    margin: 50px 0 0;
}

.indexIcons-link {
    color: #fff;
    display: inline-block;
    margin-top: 8px;
}

.indexHalf-bot {
    margin-bottom: 0 !important;
}

.iconfont-fl {
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    top: 0;
}

.indexIcons-text {
    margin-left: 100px;
}

.indexIcons {
    width: 100px;
}

.indexIcons-name {
    font-size: 24px;
    color: #feed00;
    margin-top: 16px;
    font-weight: normal;
}

.indexIcons-link {
    font-weight: bold;
}
.indexIcons-link .iconfont{
    color: #fff;
}
.indexIcons-link:hover {
    color: #feed00;
}

.PressCenter-row {
    position: relative;
    margin: 30px 0;
}

.PressCenter-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

.PressCenter-ul {
    position: relative;
    left: 0;
    top: 0;
    width: 30000px;
}

.PressCenter-li {
    float: left;
    width:306.6666666666666666666px;
    margin-right: 15px;
}
.PressCenter-li:nth-child(3n){
     margin-right: 0px;
}
.PressCenter-text-row .PressCenter-text{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    height: 120px;
    -webkit-box-orient: vertical;
}

.PressCenter-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    border-radius: 2px;
}

.PressCenter-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.PressCenter-img img {
    display: block;
    width: 100%;
}

.PressCenter-name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
    margin: 15px 0;
    height: 40px;
    overflow: hidden;
}

.PressCenter-link {
    display: inline-block;
    margin: 8px 0;
    color: #00355B;
}

.PressCenter-link:hover {
    color: #000;
}

.indexControl {
    font-size: 50px;
    color: #9b9b9b;
    position: absolute;
    top: 44%;
    margin-top: -5px;
    cursor: pointer;
}

.indexControl:hover {
    color: #000;
}

.indexControl.icon-weibiaoti6 {
    /* left: -40px; */
}

.indexControl.icon-zuoyoujian {
    right: 0px;
}

.wathetRow {
    background: #e5eefa;
    padding: 10px 0px 50px;
}

.SocialRow {
    margin-top: 20px;
}

.SocialRow-a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.SocialRow-a:hover {
    opacity: 0.8;
    color: #fff;
}

.WeChat.SocialRow-a {
    background: #3fab2a;
}

.Facebook.SocialRow-a {
    background: #3b5998;
}

.SocialRow-icon {
    margin: 0 20px;
}

.Supporting-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 40px;
}

.Supporting-ul {
    position: relative;
    top: 0;
    left: 0;
    width: 1250%;
}

.Supporting-li {
    float: left;
    height: 88px;
    width: calc(870px / 4);
}

.Supporting-li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    height: 86px;
    /* margin-right: 15%; */
}

.Supporting-li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.whiteColor {
    color: #fff;
}

.alliance {
    background: #132E75;
}

.indexAbout-text {
    /* margin-bottom: 15px; */
}

.alliance-img {
    text-align: center;
    margin-top: -20px;
}

.alliance-img img {
    max-width: 100%;
}


.mainRow {
    width: 615px;
    float: left;
    min-height: 640px;
    margin-bottom: 50px;
}

.mainTitle {
    font-size: 36px;
    margin-top: 40px;
    color: #00355B;
    font-weight: normal;
}

.title2 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin: 20px 0 10px;
}

.Matchmaker-text {
    font-size: 14px;
}

.AcrCo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin: 40px 0;
}

.Matchmaker-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    padding: 50px 30px;
    background: #00355B;
}

.Matchmaker-icon img {
    /*     max-width: 100%; */
    display: block;
}

.Matchmaker-iconTitle {
    padding-left: 5%;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
}

.MatchmakerTextRow {
    background-color: #f8f8f8;
    padding: 30px;
}

.MatchmakerText {
    overflow: hidden;
    height: 70px;
}

.MatchmakerText-p {
    color: #333;
    margin-bottom: 20px;
}

.MatchmakerText-btnRow {
    position: relative;
    margin-top: 20px;
}

.MatchmakerText-btnRow .btn {
    margin: 0;
}

.MatchmakerText-arrows {
    position: absolute;
    right: 0;
    width: 58px;
    background-color: #fff;
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
}

.MatchmakerText-arrows img {
    display: block;
    margin: 0 auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    /* transition: all 0.5s;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s;   
    -o-transition: all 0.5s; */
}

.open.MatchmakerText-arrows img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.open.MatchmakerText {
    height: auto;
}


/* MatchmakerMainRow */

.MatchmakerMainRow {
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 50px;
    margin-top: 80px;
}

.MatchmakerMainRow-top {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -56px;
}

.zhinanlast {
    padding: 20px 0 40px;
}

.MatchmakerMainRow-top-hr {
    border: 0;
    width: calc(100% - 200px);
    margin: 0 auto;
    height: 11px;
    background-color: #ebebeb;
}


/* .MatchmakerMainRow-stepRow{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
} */

.MatchmakerMainRow-stepRow {
    text-align: center;
}

.MatchmakerMainRow-step {
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
}

.MatchmakerMainRow-stepName {
    text-align: center;
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
}

.MatchmakerMainRow-stepNum {
    width: 35px;
    height: 35px;
    overflow: hidden;
    background-color: #ccc;
    color: #fff;
    display: block;
    margin: -24px 70px 20px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 26px;
    font-family: Consolas, Arial, Helvetica, sans-serif;
}

.MatchmakerMainRow-step.fr .MatchmakerMainRow-stepNum {
    float: right;
}

.achieve.MatchmakerMainRow-step .MatchmakerMainRow-stepNum {
    background-color: #00355B;
    box-shadow: 2px 2px 3px rgba(79, 153, 255, 0.2);
}

.achieve.MatchmakerMainRow-step .MatchmakerMainRow-stepName {
    color: #fbba00;
}

.MatchmakerMainRow-bd {
    padding: 30px;
    padding-bottom: 0;
}

.MatchmakerMainRow-title {
    font-size: 26px;
    color: #333;
    margin: 30px 0;
    text-transform: uppercase;
}

.blueColor {
    color: #00355B;
}

.redColor {
    color: #c20000;
}

.formInput-name .redColor {
    position: relative;
    top: 3px;
}

.formInput-name {
  
    color: #000;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 100px;
}

.formInput {
    width: 88%;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.sexselect {
    width: 200px;
    height: 40px;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 2px;
}

.formTextarea {
    height: 116px;
    resize: none;
}

.formRow-hint {
    color: #999;
    text-align: right;
    flex: 1;
}

.gend {
    padding: 6px 20px;
    color: #003985;
    border-radius: 3px;
    line-height: 45px;
}

.gend-g {
    color: #003985;
    top: 0;
}

.formBtn {
    padding: 15px 20px;
    margin: 0;
    margin-right: 15px;
}

.formRow-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}


.formInput-row {
    margin-bottom: 20px;
    overflow: hidden
}


/* 问卷 */

.questionnaireRow-name {
    padding: 8px 35px;
    color: #fff;
    background-color: #00355B;
}

.questionnaireRow-text {
    color: #333;
    margin-bottom: 5px;
    padding: 8px 35px;
}

.questionnaireRow-box {
    padding: 8px 35px;
    border-bottom: 1px solid #fff;
    background-color: #f9f9f9;
}

.questionnaireRow-checkbox {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.questionnaireRow-ul .questionnaireRow-ul {
    padding: 0 45px;
    display: none;
}

.Sub-questionnaireRow-li .questionnaireRow-box {
    background-color: inherit;
}

.Sub-questionnaireRow-li>.questionnaireRow-box {
    border-bottom: 1px solid #f9f9f9;
}

.third-questionnaireRow-ul {
    background-color: #f9fcff;
}

.questionnaireRow-box {
    position: relative;
}

.questionnaireRow-cut {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    display: none;
    top: 50%;
    margin-top: -12px;
}

.questionnaireRow-cut1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -1px;
    width: 8px;
    height: 2px;
    background-color: #fbba00;
}

.questionnaireRow-cut2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -4px;
    width: 2px;
    height: 8px;
    background-color: #fbba00;
}

.questionnaireRow-cut:hover {
    background-color: #eee;
}

.open .questionnaireRow-cut2 {
    display: none;
}

.questionnaireRow {
    margin-bottom: 50px;
}

.BackBtn {
    background-color: #e6e6e6;
}

.questionnaireRow-label {
    margin-right: 30px;
}

.formRow-btn .formBtn {
    margin-bottom: 0;
    margin-top: 0;
}

.informationRow-text {
    margin-bottom: 10px;
}

.clearfloat-le {
    float: left;
}

.hezuotu {
    float: right !important;
}

.formSelect {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url(../images/formselect.png) right center no-repeat;
}

.formSelect option {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    padding: 6px 10px;
    color: #000;
    font-size: 14px;
}

.formSelect-text {
    min-height: 48px;
}

.information-ul {
    margin: 10px 0;
    width: calc( 100% - 100px);
    display: inline-block;
    float: left;

}
.information-ul .information-li{
    margin: 0;
}
.information-li {
    margin: 5px 0;
}

.accomplish-icon {
    text-align: center;
    margin-bottom: 30px;
}

.accomplish-icon img {
    max-width: 100%;
}

.accomplish-title {
    color: #00355B;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0;
}

.accomplish-text {
    font-size: 18px;
    color: #333;
    margin: 20px 0;
    text-align: center;
}

.HomeBtn {
    margin: 0 auto !important;
}

.sideBarRow {
    width: 240px;
    padding: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    border-top: 0;
    position: relative;
}

.sideBarRow:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: calc(100% + 2px);
    height: 10px;
    background: #feed00;
}

.sideBar-Title {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.sideBarList {
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
}

.sideBarList-title {
    margin-bottom: 10px;
}

.sideBarList-ul {
    padding-left: 20px;
}

.sideBarList-li {
    margin: 8px 0;
}

.entriesListRow {
    margin-left: 30px;
    width: calc(100% - 270px);
}

.entriesList {
    padding: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    border-top: 0;
    position: relative;
    margin-bottom: 30px;
}

.entriesList:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: calc(100% + 2px);
    height: 10px;
    background: #00355B;
}

.entriesList-cut {
    width: 58px;
    height: 48px;
    position: relative;
    border-radius: 3px;
    background: #feed00;
    cursor: pointer;
    float: right;
    margin-top: 30px;
}

.entriesList-cut img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.entriesList-l {
    float: left;
    width: calc(100% - 90px);
}

.entriesList-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    margin: 10px 0;
}

.entriesList-time {
    color: #666;
    margin-bottom: 10px;
}

.entriesList-text {
    color: #333;
    line-height: 22px;
}

.entriesList-hr {
    margin: 30px 0;
    width: 100%;
    height: 1px;
    background: #feed00;
    border: none;
}

.entriesList-tetxTitle {
    margin-bottom: 20px;
}

.ContactExhibitor {
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
}

.ContactExhibitor span {
    color: #00355B;
    text-decoration: underline;
    font-weight: bold;
}

.ContactExhibitor:hover span {
    text-decoration: none;
}

.entriesList-textRow {
    height: 66px;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.open .entriesList-textRow {
    height: auto;
    min-height: 200px;
}

.open .entriesList-cut img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.loginRow-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.loginRow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    width: 100%;
    height: 100%;
}

.login {
    width: 600px;
    padding: 30px 40px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.loginTitle {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.login-text {
    color: #000;
    line-height: 24px;
    margin: 20px 0;
}

.loginTitle2 {
    margin: 30px 0 20px;
}

.loginCut {
    display: block;
    height: 65px;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 65px;
    padding: 0;
    margin: 0 !important;
}

.blueBtn {
    color: #fff;
    background: #00355B;
}

.loginMain {
    border: 1px solid #dcdcdc;
    margin: 20px 0;
    padding: 20px 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.loginMain:before {
    content: '';
    position: absolute;
    top: -19px;
    left: 10%;
    width: 38px;
    height: 19px;
    background: url(../images/loginmain.png) center center no-repeat;
}

.flush-left {
    font-family: 微软雅黑;
    font-weight: bold;
}

.font-s {
    color: #00355B
}


.loginMain:nth-of-type(2n):before {
    left: auto;
    right: 10%;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.login-li {
    margin: 20px 0;
}

.login-name {
    display: block;
    float: left;
    color: #000;
    font-weight: bold;
    width: 90px;
    text-align: right;
    height: 53px;
    line-height: 53px;
    margin-right: 20px;
}

.login-input {
    width: calc(100% - 110px);
    height: 53px;
    border: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0 10px;
}

.cur.login-input {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}

.loginBtn {
    padding: 15px 25px;
    font-size: 18px;
    margin-right: 15px;
}

.login-relation-span {
    margin-right: 20px;
}

.login-relation-span a {
    color: #00355B;
}

.login-close {
    font-size: 26px;
    color: #00355B;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

@media only screen and (max-width:950px) {
    .hintTex {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    .hintBtn-row {
        text-align: center;
        width: 100%;
    }
    .wrap {
        padding: 0 10px;
    }
    .Advertisement {
        display: none;
    }
    .indexControl {
        top: -50px;
        margin-top: 0;
    }
    .indexControl.icon-weibiaoti6 {
        right: 40px;
        left: auto;
    }
    .indexControl.icon-zuoyoujian {
        right: 10px;
        top: -48px;
    }
}

@media only screen and (max-width:800px) {
    .MatchmakerMainRow-top {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    .indexSectors {
        width: 48%;
    }
    .indexSectors:nth-of-type(2n) {
        margin-right: 0;
    }
    /* .indexSectors-img img{
        min-width: 100%;
    } */
    .indexAbout-half {
        float: none;
        width: 100%;
    }
    .btn {
        margin-bottom: 24px;
    }
    .indexHalf {
        width: 100%;
        margin-right: 0;
    }
    .Twocolumns-img {
        display: block;
    }
    .Twocolumns-img img {
        width: 100%;
        display: block;
    }
    .Twocolumns-text {
        white-space: inherit;
    }
    .indexVideo-row {
        width: 100%;
        margin-right: 0;
    }
    .Countdown {
        width: 100%;
    }
    .indexHalf .btn {
        margin-top: 0;
    }
    .Supporting-li {}
    .Supporting-li a {
        margin-right: 0;
    }
    .MatchmakerMainRow {
        padding: 0px;
        border: 0;
    }
    .MatchmakerMainRow-bd {
        padding: 0;
    }
    .formTextarea {
        height: 200px;
    }
    .formRow-btn {
        display: block;
    }
    .formRow-hint {
        float: none;
        text-align: left;
    }
    .questionnaireRow-name,
    .questionnaireRow-text,
    .questionnaireRow-box {
        padding-left: 2%;
        padding-right: 2%;
    }
    .questionnaireRow-ul .questionnaireRow-ul {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .questionnaireRow-cut {
        right: 2.5%;
    }
    .sideBarRow {
        width: 100%;
    }
    .entriesListRow {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .login {
        width: 90%;
        padding: 10px;
        padding-top: 20px;
    }
    .login-name {
        width: 100%;
        margin-right: 0;
        height: inherit;
        line-height: 30px;
        text-align: left;
    }
    .login-input {
        width: 100%;
    }
    .loginBtn {
        margin-top: 0;
    }
    .entriesList-l {
        width: 100%;
    }
    .entriesList {
        padding-left: 10px;
        padding-right: 10px;
    }
    .entriesList-cut {
        width: 100%;
    }
    .loginTitle {
        margin: 0;
    }
    .login-text,
    .loginTitle2 {
        margin: 10px 0;
    }
    .loginCut {
        height: 30px;
        line-height: 30px;
    }
    .loginMain {
        padding: 10px;
        margin-bottom: 0;
    }
    .login-li {
        margin: 10px 0;
    }
    .login-input {
        height: 30px;
        border: 1px solid #ccc;
    }
    .loginBtn {
        padding: 10px 15px;
        margin-bottom: 0;
        margin-right: 10px;
        font-size: 16px;
    }
    .login-text br {
        display: none;
    }
}

@media only screen and (max-width:520px) {
    .indexSectors {
        width: 100%;
    }
    .indexSectors: {
        margin-right: 0;
    }
    .indexSectors-img {
        display: block;
        height: auto;
    }
    .indexSectors-img img {
        width: 100%;
        display: block;
    }
}

.article-list-container {
    background-color: red;
}

.exhibitorInformation {
    margin: 50px 0;
    width: 50%;
}

.exhibitorInformation-title {
    font-size: 22px;
    font-weight: normal;
    color: #002d74;
    margin-bottom: 30px;
}

.exhibitorInformation-text {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.exhibitorInformation-redLink {
    margin-left: 0;
    font-size: 16px;
    margin-top: 30px;
    display: inline-block;
}

.exhibitorData-circle {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    z-index: 2;
}

.exhibitorData-circle2 {
    position: relative;
    width: 237px;
    height: 237px;
    border-radius: 50%;
    top: 2px;
    display: flex;
    align-items: center;
}

.exhibitorDataWhite {
    background: #fff;
}

.exhibitorDataRed {
    background: #003279;
}

.exhibitorData-circle3 {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin-left: 37%;
    margin-top: -50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25%;
    display: flex;
    align-items: center;
}

.exhibitorDataGray {
    background: #c2c0c1;
}

.exhibitorData {
    width: 40%;
    margin-left: 10%;
    margin-top: 50px;
    position: relative;
}

.exhibitorData-text {
    width: 100%;
    padding: 10px;
    color: #fff;
}

.exhibitorData-text span {
    font-size: 36px;
    line-height: 50px;
    margin: 0 5px;
}

.blackText {
    color: #fff;
}

.exhibitorData-circle2 .exhibitorData-text {
    text-align: center;
}

.redText {
    color: #003279;
}

.mt0 {
    margin-top: 0;
}

.mt50 {
    margin-top: 50px;
}

.exhibitorSquare {
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.exhibitorSquare-name {
    font-size: 36px;
    font-weight: normal;
    color: #002d74;
    line-height: 40px;
    margin: 20px 0;
}

.exhibitorSquare-text {
    color: #002d74;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
}

.exhibitorSquare .periodical-a {
    color: #000;
    display: inline-block;
    margin-top: 30px;
}

.exhibitorSquare .periodical-a .icon-gengduo1 {
    color: #ee0018;
}

.exhibitorServe-row {
    margin: 60px 0;
}

.exhibitorServe-row .indexServe {
    width: 13%;
    margin-right: 4.4%;
}

.exhibitorServe-row .indexServe:last-of-type {
    margin-right: 0;
}


/*全球展*/

.mapwap {
    margin-right: 230px;
}

.mapwap .textbox {
    margin-top: 60px;
    min-height: 300px;
}

.mapwap .textbox p {
    padding-bottom: 46px;
}

.mapwap .mapbox {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-size: cover;
}

.mapwap .mapbox img {
    width: auto;
    max-width: 100%;
    margin: auto;
}

.mapwap .mapbox .hotbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mapwap .mapbox .hotbox .hot {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}

.mapwap .mapbox .hotbox .hot1 {
    top: 100px;
    left: 121px;
}

.mapwap .mapbox .hotbox .hot2 {
    top: 272px;
    left: 233px;
}

.mapwap .mapbox .hotbox .hot3 {
    top: 214px;
    left: 480px;
}

.mapwap .mapbox .hotbox .hot4 {
    top: 57px;
    left: 457px;
}

.mapwap .mapbox .hotbox .hot5 {
    top: 118px;
    left: 593px;
}

.mapwap .mapbox .hotbox .hot6 {
    top: 64px;
    left: 688px;
}

.mapwap .mapbox .hotbox .hot7 {
    top: 307px;
    left: 821px;
}

.mapwap .mapbox .hotbox .boxpop {
    text-align: left;
    position: absolute;
    width: 264px;
    height: 230px;
}

.boxinpop-top {
    background: url(../images/bgpop.png) no-repeat;
    position: absolute;
    top: -34px;
    left: 34px;
    z-index: 111;
    width: 102px;
    height: 43px;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    margin-top: 34px;
    padding: 35px;
    width: 93%;
    height: 164px;
    background-color: #fff;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox {
    height: 84px;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox .box-l {
    width: 64px;
    float: left;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox .box-r {
    width: 150px;
    padding-left: 30px;
    float: left;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox .box-r .tit {
    font-size: 18px;
    color: #d00212;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .upbox .box-r .pbox {
    padding-top: 15px;
}

.mapwap .mapbox .hotbox .boxpop .boxinpop .boxdown {
    clear: both;
}

.contact-lx-content {
    width: 100%
}

.contact-tou {
    width: 100%;
    overflow: hidden;
}

.contact-tou h2 {
    line-height: 70px;
    color: #00355B;
    font-size: 24px;
}

.contact-tou h3 {
    line-height: 55px;
    margin-top: 15px;
}

.contact-lx-img .dianj img {
    margin-left: 40px;
    vertical-align: sub;
    width: 20px
}

.contact-lx-dt {
    width: 100%;
    padding: 30px 4%;
    background: #f5f5f5;
    margin-bottom: 40px;
}

.contact-lx-dt ul {
    margin-top: 25px;
    overflow: hidden;
}

.contact-lx-dt li {
    float: left;
    margin-right: 45px;
}

.contact-lx-dt li span {
    font-size: 18px;
    font-weight: bold;
}

.content .do-box .list li {
    line-height: 30px;
    list-style: none;
    border-bottom: 1px #ddd solid;
}

.content .do-box .list li p {
    background: url(../images/arro.png) no-repeat 98% center;
    cursor: pointer;
    font-weight: bold;
}

.content .do-box .list li p span {
    line-height: 60px;
    padding-left: 20px;
}

.content .do-box .list li .hidbox {
    display: none;
    padding: 0 2rem;
    padding-bottom: 2rem;
}

.content .do-box .list li:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 1200px) {
    .mapwap .mapbox .hotbox {
        display: none;
    }
}


/*观众中心*/

.swpo-cms-page .indexAbout-name {
    color: #00355B;
    font-size: 45px;
}

.swpo-cms-page .special-top-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.swpo-cms-page .indexHalf {
    margin-bottom: 0;
}

.swpo-cms-page .Twocolumns-text {
    font-size: 24px;
}

.swpo-cms-page .Twocolumns-text-bottom {
    font-weight: bold;
}

.swpo-cms-page .yellowBtn {
    margin-bottom: 30px;
}

.swpo-cms-page .contact-fangs {
    width: 100%;
    padding: 55px 0;
    background: #e5eefa;
    overflow: hidden;
}

.swpo-cms-page .contact-fangs-em {
    font-size: 40px;
    color: #00355B;
}

.swpo-cms-page .contact-fangs-com {
    width: calc(100% - 230px);
    margin-top: 40px;
}

.swpo-cms-page .contact-fangs-com li {
    width: 25%;
    float: left;
}

.swpo-cms-page .contact-fangs-com li h2 {
    font-size: 14px;
}

.swpo-cms-page .contact-fangs-com li p {
    margin-top: 15px;
}

.swpo-cms-page .contact-fangs-com li a {
    color: #00355B;
    font-size: 15px;
}

.swpo-cms-page .contact-fangs-com li a:hover {
    color: #444;
}

@media only screen and (max-width:1000px) {
    .swpo-cms-page .contact-fangs-com {
        width: 100%;
    }
    .news-con-f img{width:100%;}
}

@media only screen and (max-width:640px) {
    .swpo-cms-page .contact-fangs-com {
        width: 100%;
    }
    .swpo-cms-page .contact-fangs-com li {
        width: 50%;
        margin-bottom: 25px;
    }
    .swpo-cms-page .Twocolumns-text-bottom {
        margin-bottom: 15px;
    }
    .swpo-cms-page .indexAbout-name {
        font-size: 2.5em;
    }
}


/*观众中心*/


/*bin*/


/*新闻稿*/

.indexAbout-name {
    color: #00355B;
    font-size: 30px;
}

.press-list {
    width: 100%;
    margin: 0 auto;
}

.press-item {
    display: block;
    margin-bottom: 24px;
}

.pad24 {
    padding: 24px;
}

.radius2 {
    border-radius: 2px;
}

.border1 {
    /* border: 1px solid #888; */
    margin-bottom: 25px;
    overflow: hidden;
}

.press-inner-l {
    float: left;
    width: 18%;
    overflow: hidden;
    text-align: center;
}

.press-inner-l img {
    width: 100%;
}

.press-inner-r {
    float: right;
    width: 80%;
}

.press-inner-img {
    float: left;
    width: 25%;
    margin-right: 24px;
    margin-bottom: 16px;
}

.interpack p {
    padding-bottom: 20px
}

.list-dot,
.list-circle {
    list-style-position: inside;
}

.list-circle {
    list-style-position: inside;
    padding-left: 40px;
}

.list-dot li {
    list-style-type: disc
}

.list-circle li {
    list-style-type: circle
}

.list-dot li a strong,
.list-circle li a strong {
    color: #00355B;
}

.Videobg {
    background-color: #e5eefa;
    width: 100%;
    margin: auto;
}

.Videobg .pt40 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.press-inner-img img {
    width: 100%;
    height: auto;
}

.press-inner-text {
    overflow: hidden;
}

.press-title {
    font-size: 1.25rem;
}

.press-body {
    margin-top: 16px;
    overflow : hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
}

.press-foot {
    margin-top: 16px;
}

.press-right:before {
    content: '>';
    font-family: '宋体';
    display: inline-block;
    width: 14px;
    height: 14px;
    prod_Ulist line-height: 14px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    background-color: #00355B;
    color: #FFF;
    border-radius: 50%;
}

.press-more {
    color: #00355B;
}

@media (max-width:767px) {
    .press-inner-img {
        float: none;
        width: 100%;
    }
}

@media (max-width:480px) {
    .press-list {
        width: 100%;
    }
}


/*照片库*/

.prod_default {
    width: 100%;
    clear: both;
}

.prod_default ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod_default .prod_Item {
    list-style: none;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 2%;
    width: 32.333%;
}

.prod_default .relative {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.prod_default .prodImg_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
}

.prod_default .prod_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.prod_default .prod_img span {
    position: absolute;
    left: 35%;
    top: 35%;
    right: 35%;
    bottom: 35%;
    background: none;
}

.prod_default .prod_img img.horizontal {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.prod_default .prod_img img.vertical {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.prod_default .dummy {
    margin-top: 75%
}

@media (max-width:767px) {
    .prod_default .prod_Item {
        width: 48%;
    }
}


/*广告logo*/

.logos-tab-row {
    overflow: hidden;
}

.logos-tab-row:nth-of-type(odd) {
    background-color: #EEE;
    width: 100%;
}

.logos-tab-row:nth-of-type(even) {
    background-color: #FFF;
    width: 100%;
}

.logos-tab-left {
    float: left;
    width: 12%;
    padding: 12px;
}

.logos-tab-right {
    
    float: right;
    width: 87%;
    padding: 12px;
    vertical-align: top;
}

.logos-tab-left img {
    display: block;
    height: auto !important;
    width: 100%;
}

.logos-img-list {
    vertical-align: top;
}

.img-tab-icon {
    padding-right: 6px;
    padding-left: 6px;
    margin-right: 6px;
    background-color: #444;
    border: 1px solid #444;
    color: #FFF;
    font-size: 12px;
}

.logos-img-list li:hover .img-tab-icon {
    background-color: #FFF;
    color: #444;
}

@media (max-width:480px) {
    .logos-tab-row {
        display: block;
    }
    .logos-tab-left {
        display: block;
        width: 100%;
    }
    logos-tab-right {
        display: block;
        width: 100%;
    }
}


/*联系市场部*/

.mg-bottom {
    margin-bottom: 16px;
}

.marcom-team {
    width: 100%;
}

.marcom-item {
    float: left;
    width: 48%;
    margin-right: 4%;
    background-color: #ccdef6;
    margin-bottom: 24px;
}

.marcom-item:nth-of-type(2n) {
    margin-right: 0;
}

.marcom-detail {
    padding: 16px;
}

.marcom-head {
    width: 48%;
    margin-right: 4%;
    overflow: hidden;
}

.marcom-detail {
    width: 48%;
}

.marcom-head img {
    display: block;
}

.new-title-h2 {
    font-size: 18px;
    line-height: 30px;
}

.new-title-h3 {
    font-size: 16px;
    line-height: 20px;
}

.e-mail-icon {
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../images/e-mail-icon.jpg) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.block-left{
    width: 100px;
    display: inline-block;
    float: left;
}


@media (max-width:767px) {
    .marcom-item {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .marcom-item .marcom-head img {
        width: 100%;
    }
}

@media (max-width:480px) {
    .marcom-head {
        width: 100%;
        float: none;
    }
     .marcom-head img {
        width: 100%
     }
    .marcom-detail {
        width: 100%;
        float: none;
    }
}


/*订阅展讯*/

.indexHalf {
    /*  margin-bottom: 0;*/
}

.formTextarea {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}


/*newletter*/

.main-download {
    width: 100%;
    background-color: #dae5f5;
    padding-top: 80px;
    margin: 40px 0;
}

.download-inner {
    position: relative;
}

.download-bg {
    position: absolute;
    left: -191px;
    bottom: 0;
    width: 383px;
    height: 204px;
    background: url(../images/download-bg.png) left bottom no-repeat;
    z-index: 1000;
}

.download-left {
    width: 30%;
}

.download-left img {
    width: 100%;
}

.download-right {
    width: 70%;
    padding-left: 60px;
    box-sizing: border-box;
    padding-bottom: 55px;
}

.download-right>li {
    padding: 5px 0;
    line-height: 25px;
    list-style: disc outside;
}

.download-right .yellowBtn {
    margin-left: -18px;
    margin-top: 36px;
}

.information-li {
    padding-left: 22px;
}

.questionnaireRow-checkbox {
    margin-left: -22px;
}

.formInput-w70 {
    width: 70px;
}

.mg-right {
    margin-right: 20px;
    line-height: 40px;
}
.ml30{
    margin-right: 20px;
    line-height: 40px;
}

.paging {
    text-align: center;
    clear: both;
}

.paging span.count {
    background-color: #eee;
    cursor: default;
}

.paging a,
.paging span {
    color: #000;
    display: inline;
    padding: 10px 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    /* Firefox 4 */
    -webkit-transition: background-color 0.5s;
    /* Safari 鍜� Chrome */
    -o-transition: background-color 0.5s;
    /* Opera */
}

.paging a:hover {
    background-color: #00355B;
    color: #fff;
}

.paging a.curr,
.paging a.curr:hover {
    background: #00355B;
    color: #fff;
    font-weight: bold;
    cursor: default;
    border: 1px solid #00355B;
}

.paging .prev-disabled,
.paging .next-disabled,
.paging .last-disabled {
    cursor: not-allowed;
    background-color: #eee;
}

.paging .prev-disabled:hover,
.paging .next-disabled:hover,
.paging .last-disabled {
    background-color: #eee;
}

.Demoonstration-top {
    padding: 3% 5%;
    background: #00355B;
}

.DemoonstrationCondition {
    font-size: 16px;
    color: #fff;
    float: left;
    padding: 5px 40px 5px 5px;
    cursor: pointer;
    opacity: 0.7;
}

.DemoonstrationCondition.curr,
.DemoonstrationCondition:hover {
    opacity: 1;
}

.DemoonstrationCondition-ul {
    margin-bottom: 20px;
}


/* .DemoonstrationSearch{
    padding: 20px 0;
} */

.DemoonstrationSearch {
    display: none;
}

.DemoonstrationSearch-name {
    position: relative;
    display: block;
}

.DemoonstrationSearch-input {
    position: relative;
}

.DemoonstrationSearch-input a {
    color: #fff;
}

.DemoonstrationSearch-input input {
    vertical-align: middle;
    margin-right: 5px;
}

.DemoonstrationSearch-input .search-input {
    width: 87.5%;
    height: 48px;
    border-radius: 4px;
    font-family: 微软雅黑;
}

.DemoonstrationSearch-input .search-button {
    background: #fff;
    font-weight: normal;
    border-radius: 4px;
    color: #00355B;
    font-size:20px;
}

.DemoonstrationSearch-select {
    width: 100%;
    display: block;
    height: 48px;
    border: none;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    background-image: url(../images/search-arrow.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 98% 50%;
    border-radius: 3px;
    font-family: 微软雅黑;
}

.DemoonstrationSearch-select option {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    padding: 8px 10px;
    color: #000;
    font-size: 14px;
}

.DemoonstrationSearch-checkbox-name {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}

.DemoonstrationSearch-checkbox-ul {
    margin-left: 100px;
}

.DemoonstrationSearch-checkbox-li {
    float: left;
    width: 30%;
    margin-right: 3%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 14px;
}

.DemoonstrationSearch-checkbox-li a {
    color: #fff;
}

.DemoonstrationSearch-checkbox {
    margin-right: 5px;
    position: relative;
    top: -2px;
    left: 0;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    width: 16px;
    height: 16px;
    opacity: 0;
}

.DemoonstrationSearch-span {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    left: 0;
    top: 1px;
}

.DemoonstrationSearch-checkbox:checked + .DemoonstrationSearch-span:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    background: #d00212;
    border-radius: 50%;
    top: 50%;
}

.DemoonstrationSearch-label {
    position: relative;
}

.alphabet a {
    display: inline-block;
    margin: 5px 1% 5px 1.5%;
    color: #fff;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 0.7;
}

.alphabet a:hover,
.alphabet a.curr {
    border-bottom: 2px solid #fff;
    opacity: 1;
}

.DemoonstrationList {
    margin: 30px 0;
    border: 1px solid #e5e5e5;
}

.DemoonstrationList-a {
    display: inline-block;
    width: 90%;
    padding: 25px 5%;
    overflow: hidden;
    position: relative;
}

.DemoonstrationList-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 86px;
    width: 25%;
    float: left;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.DemoonstrationList-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
}

.DemoonstrationList-text-row {
    display: block;
    margin-left: 30%;
}

.DemoonstrationList-name {
    display: block;
    color: #00355B;
    font-size: 20px;
}

.DemoonstrationList-nameEn {
    font-size: 14px;
    color: #333;
    display: block;
}

.DemoonstrationList-Booth {
    position: absolute;
    display: block;
    padding-left: 25px;
    background: url(../images/demoonstrationlist-booth.png) left center no-repeat;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    bottom: 25px;
}

.DemoonstrationList-a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.phone-countrylist{
    width: 100%;   
}
.disnonefooter{
    display: none;
}
.phone-countrylist{
    display: none;
}
.phone-countrylist .shoe-text{
    height: 36px;
    line-height: 36px;
    width: 100%;
     color: #000;
}
.phone-countrylist .list{
    margin-bottom: 10px;
}
.phone-countrylist .list li{
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px #ddd solid;
}
.phone-countrylist .list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}
.DemoonstrationListPaging {
    margin: 50px 0;
}

.Demoonstration-name {
    margin: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.Demoonstration-nameCn {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-weight: normal;
}

.Demoonstration-nameEn {
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
    color: #000;
}

.Demoonstration-Booth {
    font-size: 24px;
    color: #d00212;
    font-weight: normal;
    line-height: 34px;
    margin: 15px 0;
}

.DemoonstrationSite {
    margin: 20px 0;
    font-size: 14px;
    color: #000;
}

.DemoonstrationSite a {
    color: #d00212;
    font-size: 14px;
}

.DemoonstrationSite a:hover {
    text-decoration: underline;
}

.DemoonstrationSite-icon {
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.DemoonstrationSite-row {
    margin: 40px 0;
}

.DemoonstrationCompany {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}

.DemoonstrationTitle {
    margin-bottom: 20px;
}

.Demoonstration-product {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.Demoonstration-product:nth-of-type(2n) {
    margin-right: 0;
}

.Demoonstration-product-a {
    display: block;
}

.Demoonstration-productImg {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: center;
    overflow: hidden;
    /* align-items: center; */
}
.swop65{
    width: 64.5%;float: left;
}
.Demoonstration-productImg img {
    width: auto;
    height: auto;
}

.Demoonstration-productText {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 10px 0;
}

.Demoonstration-product-a:hover .Demoonstration-productText {
    color: #d00212;
}


.immediate-search{
    font-size:20px;
    /*transition: 400ms;*/
}
.boxselect .search-button.immediate-search.curr{
    box-shadow:0 0 0px #ffffff;
    /*transition: 400ms;*/

    animation: addBot 1.5s;
    -moz-animation: addBot 1.5s;
    -webkit-animation: addBot 1.5s;
    -o-animation: addBot 1.5s;
}

@keyframes addBot
{
0%   {
    box-shadow:0 0 0px #ffffff;
    color:#d10101;
}
50%  {
    box-shadow:0 0 25px #ffffff;
    color:#666;
}
100% {
    box-shadow:0 0 0px #ffffff;
    color:#d10101;
}
}

@-moz-keyframes addBot
{
0%   {
    box-shadow:0 0 0px #ffffff;
}
50%  {
    box-shadow:0 0 25px #ffffff;
}
100% {
    box-shadow:0 0 0px #ffffff;
}
}

@-webkit-keyframes addBot
{
0%   {
    box-shadow:0 0 0px #ffffff;
}
50%  {
    box-shadow:0 0 25px #ffffff;
}
100% {
    box-shadow:0 0 0px #ffffff;
}
}

@-o-keyframes addBot
{
0%   {
    box-shadow:0 0 0px #ffffff;
}
50%  {
    box-shadow:0 0 25px #ffffff;
}
100% {
    box-shadow:0 0 0px #ffffff;
}
}

/* 20170519 by hlf */

.right-suspension-close {
    cursor: pointer
}

.right-suspension {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 9999;
}
.search-details-new-box li{
    margin-bottom: 10px;
    padding:10px;
}
.search-details-new-box li:nth-child(2n+1){
    background-color: #f9f9f9;
}
@media only screen and (max-width: 1000px) {
    #content {
        width: calc( 100% - 30px);
        margin-left: 0px;
    }
}

#content {
    clear: both;
    overflow: hidden;
}

.mainbox {
    width: 975px;
    margin: auto;
}

.list-row {
    width: 615px;
    float: left;
}

#content_2 {
    width: 290px;
    float: right;
    margin-top: 65px;
    display: none;
}

.indexSectors-ul {
    margin-bottom: 50px;
}
.myCollection-Exhibition-box{
    width: 100%;
    background-color: #eeeeee;
}

.myCollection-Exhibition-box .tet-box{
    width: calc( 100% - 280px);
    background-color: #fff;
    padding:20px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
}
.cl-login{
    float: right;
    margin-top: 40px;
}

.search-details-txtbox .search-details-name{
    font-size: 30px;
    padding-bottom: 20px;
}
.product-txt{
    margin:15px 0 10px 0;
}
.search-details-bd .titbox{
    font-size: 18px;
    padding-top:40px;
    padding-bottom: 20px;
    clear: both;
}
.search-details-bd .titbox span{
    font-size:14px;
    color:#d10219;
}
.search-details-content .row  .product-box li{
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    float:left;
}
.product-img{
    line-height:215px;
    text-align:center;
    border:1px solid #eee;
}
.product-img a{
    display:block;
}
.product-box li{
    margin-bottom:20px;
}
.search-details-content .row  .product-box li img{
    width: auto;
    vertical-align: middle;
    max-width: 100%;
    max-height:210px;
}
@media only screen and (max-width: 805px) {
    #content {
        width: 100%;
        margin-left: 0;
    }
    #content_1 {
        width: 100%
    }
    #content_2 {
        display: none;
    }
    .right-suspension {
        display: none;
    }
}

@media only screen and (max-width:1149px) and (min-width: 805px) {
    #content {
        width: 100%;
        margin-left: 0;
    }
    #content_1 {
        width: 100%
    }
    #content_2 {
        display: none;
    }
}

.sidebarB-audience {
    margin-bottom: 30px;
}

.box-w {
    margin-left: 130px;
}

.box-w .indexIcons-name {
    position: relative;
}

.box-w .indexIcons-name:after {
    content: url('../images/wechacyello.png');
    position: absolute;
    top: 3px;
    margin-left: 20px;
}

.ml130 {
    margin-left: 130px;
}

.iconbox {
    width: 300px;
   overflow: hidden;
    margin-bottom: 10px;
}

.iconbox a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    margin-right: 6px;
    overflow: visible;
}

.f {
    background-position: 0 0;
}

.tf {
    background-position: -32px 0;
}

.fd {
    background-position: -64px 0;
}

.iconf {
    background-position: -96px 0;
}

.iconx {
    background-position: -128px 0;
}

.footerlogo-ul li {
    float: left;
}

.TradeList {
    float: left;
    width: calc( 100% / 3 - 2%);
    margin-right: 3%;
    margin-bottom: 40px;
}

.TradeList:nth-of-type(3n) {
    margin-right: 0;
}

.grogshopList .TradeList-a {
    border-bottom: 0;
    box-shadow: none;
}

.TradeList-img {
    display: flex;
    height: 230px;
    overflow: hidden;
    justify-content: center;
}

.TradeList-img img {
    min-width: 100%;
}

.grogshop-text {
    position: relative;
    display: block;
    margin: 10px 0 5px;
}

.grogshop-name {
    display: block;
    margin-right: 100px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
}

.grogshop-star {
    position: absolute;
    right: 0;
    top: 3px;
    width: 100px;
}

.grogshop-site {
    padding-left: 20px;
    background: url(../images/grogshop.png) 0px 5px no-repeat;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

.star {
    display: inline-block;
    float: left;
    margin-left: 2px;
    width: 18px;
    height: 18px;
    background: url(../images/star.png);
}
.starGray {
background-position: right;
}
ul.qianz-xx {
    list-style-type: disc !important;
    padding: 0;
    margin-top: 30px;
}

.qianz-xx li {
    list-style-type: disc !important;
    padding: 0;
    margin-left: 19px;
}

.qianz-xx a {
    text-decoration: underline;
}
img.pc-logo-img{
    display:block;
}
img.mb-logo-img{
    display:none;
}

/* 同期活动 */

.conferences-box {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.conferences-box-ul {
    /* width: 120%; */
}

.conferences-box-ul li {
    width: 47%;
    margin-right: 6%;
    float: left;
    margin-bottom: 4%;
}

.conferences-box-ul li:nth-child(2n) {
    margin-right: 0;
}

.conferences-box-ul li .conferences-img {
    width: 100%;
}

.conferences-box-ul li .conferences-img img {
    width: auto;
    max-width: 100%;
}

.conferences-box-ul li .conferences-title-txt {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    .conferences-box-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}


/* 同期活期详情 */

.new-details-title {
    font-size: 20px;
    color: #00355B;
    margin-top: 4%;
}


/* 展商评价 */

.appraise-box {
    width: 950px;
    margin: auto;
    margin-bottom: 40px;
}

.appraise-box h3 {
    color: #00355B;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.appraise-box .appraise-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.appraise-box .appraise-item .titbox {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #00355B;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.appraise-box .appraise-item .itemlist {}

.appraise-box .appraise-item .itemlist li {
    width: 48%;
    margin-right: 4%;
    /* border: 1px #f00 solid; */
    float: left;
}

.appraise-box .appraise-item .itemlist li:nth-child(2n) {
    margin-right: 0;
}

.appraise-box .appraise-item .itemlist li .head-pic {
    width: 30%;
    float: left;
    margin-top: 20px;
}

.appraise-box .appraise-item .itemlist li .head-pic img {
    width: auto;
    max-width: 100%;
}

.appraise-box .appraise-item .itemlist li .text-box {
    float: right;
    margin-top: 20px;
    background-color: #eeeeee;
    padding: 15px 20px;
}

.appraise-box .appraise-item .itemlist li .text-box h4 {
    color: #00355B;
    margin: 0;
}

.appraise-box .appraise-item .itemlist li .text-box h5 {
    padding-bottom: 6px;
    color: #00355B;
}

.appraise-box .appraise-item .itemlist li .text-box p {
    padding-bottom: 10px;
}

@media only screen and (max-width: 950px) {
    .appraise-box {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .appraise-box .appraise-item .itemlist li {
        width: 100%;
        margin-right: 0;
    }
}


/* 展商服务 */

.exhibit-list {
    margin-top: 40px;
}

.exhibit-list h3 {
    font-size: 1.5rem;
}

.exhibit-list ul {
    margin-top: 20px;
}

.exhibit-list ul li {
   
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 40px;
    width: 100%;
    display: block;
}
.container-li{
    width: 100%;
     background: #012d74;
     min-height: 220px;
}
.exhibit-list ul li .container-li{
    width: 100%;
}
.exhibit-list ul li .halfbox{
    width: 65%;
    float: right;
}
.exhibit-list ul li .picbox {
    width: 30%;
    float: left;
}

.exhibit-list ul li .picbox img {
    width: auto;
    max-width: 100%;
}

.exhibit-list ul li .text-box {
    width: 54%;
    overflow: hidden;
    color: #fff;
    float: left;
    margin-left: 40px;
}

.exhibit-list ul li .text-box .tit {
    font-size: 1.5rem;
    padding-top:20px;
}

.exhibit-list ul li .text-box .pt10 {
    padding-top: 10px;
}

.exhibit-list ul li .text-box .linkw {
    color: #fff;
}

.lianx-xuanx {
    width: 33%;
    height: 45px !important;
    line-height: 45px !important;
    cursor: pointer;
}


/* 联系我们 */

.from-box {
    border: 1px #d6d6d6 solid;
    padding: 50px;
    font-size: 16px;
    margin-bottom: 50px;
}

.from-box .formbox .item {
    width: 100%;
    margin-bottom: 30px;
}

.from-box .formbox .item .meg-box {
    display: block;
    padding-bottom: 10px;
}

.from-box .formbox .item .pb10 {
    padding-bottom: 10px;
}

.from-box .formbox .item .tex-box {
    width: 100%;
    height: 100px;
    resize: none;
    background-color: #f2f2f2;
    border: none;
    padding: 1rem;
    outline: none;
}


.from-box .formbox .item .emaibox {
    min-width: 92%;
    height: 36px;
    outline: none;
    line-height: 36px;
    border: 1px #e5e5e5 solid;
    outline: none;
    text-indent: 1rem;
}

.from-box .formbox .item .iam .callbox {
    padding-bottom: 10px;
}

.from-box .formbox .item .iam .ipb-box {
    border: none;
    border-bottom: 1px #ddd solid;
    outline: none;
    padding-left: 10px;
}

.from-box .formbox .item .iam label {
    min-width: 150px;
    margin-right: 20px;
}

.from-box .formbox .item .iam label span {
    padding-left: 10px;
}

.from-box .formbox .item .interest label {
    display: block;
    padding-bottom: 10px;
}

.from-box .formbox .item .interest label span {
    padding-left: 10px;
}

.from-box .formbox .item .box-i {
    width: 45%;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.from-box .formbox .item .box-i p {
    line-height: 24px;
}

.from-box .formbox .item .box-i input,
.from-box .formbox .item .box-i select {
    height: 40px;
    width: 99%;
    border: 1px #e5e5e5 solid;
    outline: none;
    text-indent: 1rem;
}

.from-box .formbox .item .box-i:last-child {
    margin-bottom: 0;
}

.from-box .formbox .item .phone-box select {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    outline: none;
}

.from-box .formbox .item .phone-box input {
    min-width: 80%;
    height: 36px;
    outline: none;
    line-height: 36px;
    border: 1px #e5e5e5 solid;
    outline: none;
    text-indent: 1rem;
}

.from-box .formbox .box-brns {
    margin: auto;
    text-align: center;
}

.from-box .formbox .btnbox {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 40px;
    border: none;
    font-family: "微软雅黑";
    background-color: #00355B;
    outline: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.from-box .formbox .resetbox {
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border: none;
    outline: none;
    color: #999;
    margin-left: 30px;
}
.service-audience{
    margin-top: 30px;
}
.service-audience .indexHalf{
    margin-bottom: 40px;
}
.index-downlist{
    display: none;
    overflow: hidden;
    margin: 40px auto;
}
.index-downlist ul li{
    background-color: #002d74;
    margin-bottom: 10px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
}
.index-downlist ul li a{
    width: 100%;
    height: 100%;
    display: block;
    background-image: none;
}
.index-downlist ul li a .iconbox{
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-left: 15px;
    padding: 0;
    margin-top: 10px;

}
.index-downlist ul li a .iconbox img{
    width: 30px;
     margin-top: 5px;
}
.index-downlist ul li a .tex-box{
    display: inline-block;
    float: left;
    color: #fff;
    padding-left: 20px;
}
/* 电子快讯 */
.newsletter{
    margin-bottom: 40px;
}
.newsletter .press-item .border1{
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}
.newsletter .press-item {
    margin-bottom: 0;
}
.newsletter .press-item .pad24{
    padding: 10px;
}
.newsletter .press-item .press-inner .press-inner-img{
    display: none;
}
.newsletter .press-item .press-inner .press-inner-text .press-body{
    display: none;
}
.newsletter .press-item .press-inner .press-inner-text .press-foot{
    display: none;
}
.newsletter .press-item .press-inner .press-inner-text h3.press-title{
    font-size: 14px;
}

.fancybox:hover .img-collection span{ display:block;}

.img-collection{ position:relative;}
.img-collection span{ position:absolute; z-index:999; background:#000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4KGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNy0wNi0wNVQxNToyNToxOSswODowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE3LTA2LTA1VDE1OjI2OjU1KzA4OjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0wNi0wNVQxNToyNjo1NSswODowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphMTQyMzE5MC00YmRhLTQ5NDUtOGM5ZC02NGMzYWFiOTgxOTM8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6YTE0MjMxOTAtNGJkYS00OTQ1LThjOWQtNjRjM2FhYjk4MTkzPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6YTE0MjMxOTAtNGJkYS00OTQ1LThjOWQtNjRjM2FhYjk4MTkzPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmExNDIzMTkwLTRiZGEtNDk0NS04YzlkLTY0YzNhYWI5ODE5Mzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNy0wNi0wNVQxNToyNToxOSswODowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE2PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE2PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz746j+YAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAACOSURBVHja3NJBEcJQDIThrwp4EoqDOgAcFAeggKmTOgAUIIE6ABwgoQ4el1xboHCBHJPZf7I7W+ScfTLFzwESKnRTAAnnAMxxfwdQ4YQSWxyGPqixwxp97JYhTmjQjmXQBuCKVQD3cTti80qIHRbhsRwTDwFSiGfPxGMhVrjgFhn0U3pQh53+v6r8fcBjAMHiRuEgH02vAAAAAElFTkSuQmCC); display:block; width:20px; height:20px; text-align:center; line-height:20px; border-radius:50%; border:2px solid #fff; top:5px;left:5px; opacity: 0.5; display: none;}
.img-collection span:hover{opacity:1;}
.curr-g span{ opacity:1 !important;  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4KGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNy0wNi0wNVQxNToyNToxOSswODowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE3LTA2LTA1VDE1OjI2OjU1KzA4OjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0wNi0wNVQxNToyNjo1NSswODowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphMTQyMzE5MC00YmRhLTQ5NDUtOGM5ZC02NGMzYWFiOTgxOTM8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6YTE0MjMxOTAtNGJkYS00OTQ1LThjOWQtNjRjM2FhYjk4MTkzPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6YTE0MjMxOTAtNGJkYS00OTQ1LThjOWQtNjRjM2FhYjk4MTkzPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmExNDIzMTkwLTRiZGEtNDk0NS04YzlkLTY0YzNhYWI5ODE5Mzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNy0wNi0wNVQxNToyNToxOSswODowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE2PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE2PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz746j+YAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAACOSURBVHja3NJBEcJQDIThrwp4EoqDOgAcFAeggKmTOgAUIIE6ABwgoQ4el1xboHCBHJPZf7I7W+ScfTLFzwESKnRTAAnnAMxxfwdQ4YQSWxyGPqixwxp97JYhTmjQjmXQBuCKVQD3cTti80qIHRbhsRwTDwFSiGfPxGMhVrjgFhn0U3pQh53+v6r8fcBjAMHiRuEgH02vAAAAAElFTkSuQmCC) #0b7df1 !important; display: block;}


/* 展商展品搜索 */
.consult-popup .consult-input-box input{
    width: 32.3%;
    padding:0 10px; 
    height: 40px;
    display: inline-block;
    margin-right: 1%;

}
.consult-popup .consult-input-box input:nth-child(3n){
    margin-right: 0;
}
.consult-popup .consult-input-box textarea{
    width: 66%;
    height: 80px;
    padding: 10px;
    margin-top: 10px;
    border-color: #ddd;
    resize: none;
}

.consult-popup .consult-input-box .register-btn{
    display: block;
    margin-bottom: 40px;
    outline: none;
}
.Searchul{
    margin-top: 30px;
}
.Searchul span{
    line-height: 40px;
    display: inline-block;
    width: 33%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.company-logo{
    width: 100%;
    min-height: 200px;
    background: url(../images/umzng.jpg) no-repeat center ;
    /*    background: #f2f6fd;*/
}

.detallogo-box{
    margin-top: 20px;
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    float:left;
    line-height:160px;
}
.detallogo-box-tit-r{
    width: calc(95% - 160px);
    float: left;
    margin-left: 5%;
    line-height: 35px;
    color: #fff;
    font-size: 35px;
    margin-top: 8%;
}
.detallogo-box img{
    max-width: 100%;
    width: auto;
    vertical-align: middle;
}


.search-details-txtbox{
    margin-top: 40px;
    width: 60%;
    float: left;
    line-height:35px;
}
.search-details-txtbox img{ vertical-align: sub; margin-right:5px; }
input, textarea, keygen, select, button{
    font: 14px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
.search-details-introduce{
    width: 35%;
    min-height: 118px;
    background-color: #f9f9f9;
    float: right;
    margin-top: 40px;
    display:none;
}
.flush-left .iconfont{
    /* color: #444; */
    font-family: Arial;
}
.aip-back-top {
    position: fixed;
    display: none;
    right: 1%;
    bottom: 4%;
    width: 47px;
    height: 47px;
    background: #666;
    border-radius: 56px;
    text-align: center;
    transition: 500ms;
}
.aip-back-top a {
    display: block;
    width: 47px;
    height: 47px;
}
.aip-back-top img {
    margin-top: 18px;
}
.aip-back-top:hover {
    background: #000;
}

.aip-back-top:hover .icon-up {
    line-height: 58px;
    transition: 500ms;
}
.subscribe-popup{
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-left: 20px;padding-right: 20px;
   
   
}
.consult-input-box input{
    border:1px #ddd solid; 
}
.consult-popup-title{
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 40px;
}
.search-details-btn-box{
    margin-top: 36px;
}
.search-details-btn-box .btn{
    background: #00355B;
    color: #fff;
    margin-left: 20px;

}
.search-details-btn{
    background-color: none;
}
/* 手机分页样式 */
.visible-xs-block{
    overflow: hidden;
     display: none;
}
.visible-xs-block{
    border: none !important;
}
.visible-xs-block li{
 margin-top: 10px;
    height: 40px;
    line-height: 40px;
    border: none;
    width:calc( 100% / 3);
    float: left;
}
.visible-xs-block li a:hover{
    background-color:#fff !important;
}
.visible-xs-block li a span:hover{
     background-color:#fff !important;
}

.visible-xs-block li a span{
    border: none;
}
.contact-time-con-con-c p .pl10{
    padding-left: 10px;
    display: block;

}




@media screen and (max-width:680px){
    img.pc-logo-img{
        display:none;
    }
    img.mb-logo-img{
        display:block;
    }
    .swop65{
        width: 100%;
    }
    .PagingList{
        display: none;
    }
    .visible-xs-block{
        display: block;
    }
    .namedisnone,.indexSectors-row,.index-newbox,.indexmedia,.alliance-img,.blueRowhiden{
        display: none;
    }
    .hezuotu{
        margin-top: 20px;
        width: 80%;
    }
    .hezuotu .footerlogo-li{
       float: left;
       margin-left: 30px;
       margin-right: 0;
    }
    .indexAbout .indexAbout-half{
        margin-bottom: 20px;
    }
   
    .indexHalf{
        margin-bottom: 40px;
    }
   
   

    .Twocolumns-img {
        max-height: auto;
        min-height: auto;
    }

    .indexHalf .Twocolumns-text{
        margin-bottom: 16px;
    }
    .indexServe-row .indexServe{
        width: 47.5%;
        margin-bottom: 14px;
    } 
    .indexServe-row .indexServe:last-child{
         margin-bottom: 0;
    }
     .indexServe-row .indexServe:nth-child(2n){
        margin-right: 0;
     }
    .phoneset{
        margin-top: 0;
    }
    .index-downlist{
        display: block;
    }
    .indexServe-row{
        margin-top: 0;
    }
    .indexServe-row .indexServe{
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
       
    }
    .indexServe-row .indexServe .indexServe-a{
        text-align: left;
        display: block;
        width: 100%;
        height: 100%;
    }
    .indexServe-row .indexServe .indexServe-a .indexServe-icon{
        width: 40px;
        height: 40px;
        display: inline-block;
        float: left;
        padding:0; 

        margin-left: 15px;
          margin-top: 10px;
    }
    .indexServe-row .indexServe .indexServe-a .indexServe-icon img{
        width:30px;
        height: 30px;
      
    }
    .indexServe-row .indexServe .indexServe-a .indexServe-text{
        display: inline-block;
        padding: 0;
        float: left;
        padding-left: 20px;
    }
    .w_4_Sub:last-child{
        margin-bottom: 0;
    }
    .hidbox{
        display: none;
    }
    .TradeList {
        width: 100%;
    }
    .indexVideo-box {
        margin: 0px;
    }
    .clearfloat-le{
        width: 100%;
    }
    .phone-countrylist{
        display: block;
    }
    .information-ul {
        width: 100%;
    }
    .exhibit-list ul li .halfbox{
        width: 100%;
    }
    .myCollection-Exhibition-box .tet-box{
        width: 100%;
    }
    .cl-login {
        float: none;
    }
    .search-details-txtbox,.search-details-introduce{
        width: 100%;
    }
    .consult-popup .consult-input-box input{
        width: 100%;
        margin-bottom: 5px;
    }
    .consult-popup .consult-input-box textarea{
        width: 100%;
    }
    
   
}
@media screen and (max-width:520px){
.hezuotu{
       
        width:82%;
    }
}
@media screen and (max-width:380px){
.hezuotu{
       
        width:100%;
    }
}
.treeview-gray li a.current{ color:#0b7df1;}


/* c-star */
.wrap{width:975px;}
.logo-row{padding:10px 0 0 0; background:#fff; overflow:hidden;}
.nav-row{ background:#00355B;}
.nav-li{height:50px; line-height:50px;}

.Brilliant-chapter-page{padding:0px; width:calc(100% - 30px);}

.Brilliant-chapter{padding:30px 0 0 30px; width:calc(100% - 30px);}
.Brilliant-chapter-h2{ font-size:36px; color:#00355B; font-weight:normal; margin-bottom:30px; line-height:36px;text-align:center;}
.Brilliant-chapter p{    font-size: 16px;
    line-height: 32px;}

/*辉煌的篇章参展*/
.Brilliant-chapter-Exhibitors{ width:100%; margin-top:40px;}
.Brilliant-chapter-Exhibitors li{ width:46%; margin-right:8%; background:#00355B; border-radius:4px; float:left; padding:28px 6% 24px;}
.Brilliant-chapter-Exhibitors li:last-child{ margin-right:0;}
.Brilliant-chapter-Exhibitors-img{ float:left;}
.Brilliant-chapter-Exhibitors-rig{ float:left; margin-left:6%; color:#fff;}
.Brilliant-chapter-Exhibitors-rig a{ color:#fff;}
.Brilliant-chapter-Exhibitors-rig h2{ margin-bottom:10px;}
.Brilliant-chapter-Exhibitors-rig .iconfont{ font-size:16px; margin-right:8px; vertical-align:middle;}

/*辉煌的篇章参展*/

/*展览*/
.ind-Exhibits{ width:100%; background:url(../images/zhanping.jpg) center; background-size: 1920px 605px; height:605px;}
.ind-Exhibits ul{ width:calc(100% - 30px);}
.ind-Exhibits li{width:47%; margin-right:6%; float:left; background:#fff; padding:4%; margin-top:78px; line-height:23px;}
.ind-Exhibits li:last-child{ margin-right:0; background:rgba(220,2,27,0.9) ; color:#fff; margin-top:30px; line-height:25px;}
.ind-Exhibits li h2{font-size:24px; margin-bottom:25px;}

/*展览*/

.ind-expect-h2{ font-size:30px; color:#00355B; font-weight:normal; margin:30px 0;}

.mg-b30{margin-bottom:30px;}
.mg-tb15{margin:15px auto;}
.mg-tb65{margin:65px auto;}
.mg-tb58{margin:58px auto;}

/*参展商登记*/
.Exhibitor-registration-c{ width:100%; height:160px; background:#00355B;}
.Exhibitor-registration-c li{ width:34%; border-radius:4px; float:left; padding:39px 0;}
/*.Exhibitor-registration-c li:last-child{ float:right;}*/
.Exhibitor-registration-c li:nth-of-type(2){ float:right;}
.Exhibitor-registration-c-img{ float:left;}
.Exhibitor-registration-c-rig{ float:left; margin-left:6%; color:#fff;}
.Exhibitor-registration-c-rig a{ color:#fff;}
.Exhibitor-registration-c-rig h2{ margin:10px 0 10px 0; font-size:18px;}
.Exhibitor-registration-c-rig .iconfont{ font-size:15px; margin-right:8px; vertical-align:middle;}
/*参展商登记*/

/*图片库*/
.Photo-library{width:100%;}
.Photo-library-BothSides{ float:left; width:210px;}
.Photo-library-BothSides li{ margin-bottom: 30px;}
.Photo-library-BothSides:last-child{float:right;}
.Photo-library-con{width:455px; margin-left:37px; float:left; height:457px; overflow:hidden; position:relative;}

/*图片库*/

/*媒体*/
.ind-Media-Center{ width:100%; height:650px; background:#a8b8ea}
.ind-Media-Center-wrap{width:975px; margin:0 auto; padding:65px 0;}
.ind-Media-Center-tit{width:100%; border-bottom:1px solid #00355B; height:39px; cursor:pointer;}
.ind-Media-Center-tit .curr{ background:#00355B; height:39px;}
.ind-Media-Center-tit li:hover{ background:#00355B; height:39px;}
.ind-Media-Center-tit li{ float:left; padding:0 42px; line-height:38px; height:38px; margin-right:2px; background:#C34A33; font-size:18px; text-align:center; color:#fff; border-radius:4px 4px 0 0}

.ind-Media-Center-bot{width:100%; margin-top:18px; position:relative;}
.ind-Media-Center-bot li{ background:#fff; padding:20px; overflow: hidden; height:415px;}
.ind-Media-Center-bot li .icon-zuoyoujiantou{font-size:42px;}
.ind-Media-Center-bot li .icon-zuoyoujiantou-copy{font-size:42px;}
.ind-news{ width:33%; float:left;}
.ind-news h2{font-size:15px; margin:17px 0; width:100%; overflow:hidden;}
.ind-news-img{ height:158px; width:100%; text-align:center; overflow:hidden;}
.ind-news-img img{ height:158px;width:100%;}
.ind-news p{ height:96px; width:100%; margin-bottom:10px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;}
.ind-news a{color:#080808;}
.ind-news a:hover{color:#00355B;}
.ind-news .iconfont{vertical-align:middle; margin-right:10px;}

.ind-news-prev{ width:30px; height:72px; background:rgba(0,0,0,0.3); height:72px !important; border-radius:5px; background-size: 60% !important; left: -11px !important;background-position: center;
    background-repeat: no-repeat;}
.ind-news-next{ width:30px; height:72px; background:rgba(0,0,0,0.3); height:72px !important; border-radius:5px; background-size: 60% !important; right: -11px !important;background-position: center;
    background-repeat: no-repeat;}

.Exhibitors-comments-li-warp{width:100%; margin:5% 0;}
.Exhibitors-comments-li{width:100%; overflow:hidden; margin-bottom:7%;}
.Exhibitors-comments-li-tit{width:30%;float:left; overflow:hidden;}
.Exhibitors-comments-li-tit img{height:177px; position:relative; left:50%; -webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%); transform:translateX(-50%);}
.Exhibitors-comments-li-con{width:67%; float:right;}
.Exhibitors-comments-li-con-h2{font-size:18px; font-weight:normal;}
.Exhibitors-comments-li-con-h3{font-size:14px; color:#999; font-weight:normal; line-height:30px;}
.Exhibitors-comments-li-con-tit{width:94%; padding:3%; background:#ef8b22; color:#fff; margin-top:12px; overflow:hidden; position:relative;height:111px;}

.Exhibitors-comments-li:nth-of-type(2n) .Exhibitors-comments-li-con-tit{background:#e3141a;}
.Exhibitors-comments-li:nth-of-type(3n) .Exhibitors-comments-li-con-tit{background:#da4c4d;}
.Exhibitors-comments-li-con-l{ position:absolute; left:2%; top:7%; font-size:80px;font-family: Arial; line-height:80px;}
.Exhibitors-comments-li-con-c{ width:91%; margin:0 4.5%; }
.Exhibitors-comments-li-con-r{ position:absolute; right:2%; bottom:-5%; float:right; font-size:80px;font-family: Arial;}



/*20171121*/
.chengyuan.Exhibitors-comments .ind-news{ width:20%;  float:left;  border: 2px solid #cccccc; padding:8px; border-radius:4px; min-height:420px;  }
.chengyuan.Exhibitors-comments .ind-news-img{height:auto; text-align:inherit;}
.chengyuan.Exhibitors-comments .ind-news-img img{ height:auto; position:relative; left:50%; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%);}
.chengyuan.Exhibitors-comments .ind-news:hover{border-color:#00355B;}
.chengyuan.Exhibitors-comments .Exhibitors-comments-h2{ text-align:center;}
.chengyuan.Exhibitors-comments .Exhibitors-comments-h3{ text-align:center;}
.chengyuan.Exhibitors-comments .Exhibitors-comments-h4{ text-align:center;}
.chengyuan.Exhibitors-comments .more-pre{ position:absolute; left:0; bottom:10px;}


.chengyuan.Exhibitors-comments-li-warp .Exhibitors-comments-li-tit{ float:left; width:170px; margin-right:20px;}
.chengyuan.Exhibitors-comments-li-warp .Exhibitors-comments-li-con{ float:none; width:auto; overflow:hidden;}
.chengyuan.Exhibitors-comments-li-warp .Exhibitors-comments-li-con-tit{ height:auto; min-height:110px;}


/*20171122*/
.jihe-page .Exhibitors-comments  .ind-news{ width:23%; margin-right:2.6%; margin-bottom:2.6%;}
.jihe-page .Exhibitors-comments  .ind-news:nth-of-type(4n){ margin-right:0;}

@media (max-width:800px){
	.jihe-page .Exhibitors-comments  .ind-news{width:30%; margin-right:5%;}
	.jihe-page .Exhibitors-comments  .ind-news:nth-of-type(3n){ margin-right:0;}
	.jihe-page .Exhibitors-comments  .ind-news:nth-of-type(4n){  margin-right:5%;}
}
@media (max-width:640px){
	.jihe-page .Exhibitors-comments  .ind-news{width:45%; margin-right:10%;}
	.jihe-page .Exhibitors-comments  .ind-news:nth-of-type(3n){ margin-right:10%;}
	.jihe-page .Exhibitors-comments  .ind-news:nth-of-type(2n){ margin-right:0;}
	.Exhibitors-comments-li-con{ width:100%;}
	.Exhibitors-comments-li-warp .Exhibitors-comments-li-tit{ float:none !important; width:100%; margin:0 auto !important;}
	.Exhibitors-comments-li-warp .Exhibitors-comments-li-con-tit{ width:100%; height:auto;}
	.Exhibitors-comments-li-con-h2,
	.Exhibitors-comments-li-con-h3,
	.Exhibitors-comments-li-con-h4{ text-align:center;}
}
@media (max-width:480px){
	.jihe-page .Exhibitors-comments  .ind-news{width:80%; margin-left:10%; margin-right:10%;}
}

/*媒体*/

/*关注我们*/

.ind-ConcernUs{}
.ind-ConcernUs li{ float:left; margin-right:17%;}
.ind-ConcernUs li:last-child{ margin-right:0;}
.ind-ConcernUs p{ font-size:17px; margin-bottom:20px;}
.ind-ConcernUs .iconfont{ color:#00355B; margin:0 6px 0 2px;}

/*关注我们*/


/*右悬挂*/

.Right-suspension-x{ width:650px; margin:0 auto;}
.Right-suspension-wrap{ width:100%; position:relative;}
.Right-suspension{ position:absolute; z-index: 998;right:-330px; top:520px; width:160px;}
.Right-suspension-con{ width:160px; top:40px;}
.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;}

.Suspended-sub{
    position:absolute;
    left:10px;
    top:250px;
    width:140px;
    line-height:77px;
    text-align:center;
    height:77px;
    background:#00355B;
    border-radius:5px;
    font-size:18px;
}

.Suspended-sub a{
    display:block;
    color:#fff;
}

.Suspended-exhi{
    top: 345px;
    background:#C34A33;
}

/*右悬挂*/

.tab-click-bot{ display: none;}
.tab-click-bot:first-child{display:block;}

.swiper-pagination2{ position:absolute; z-index: 998; text-align: center;}
.swiper-pagination-bullet-active{ background:#d10219 !important;}


.page-home{margin-top:30px;}
.page-home span a{color:#00355B;}

/*底部*/
.footer{ wdith:100%; overflow:hidden; padding:25px 0; background:#eeeeee;}
.social{width:100%; overflow:hidden;}
.social li{ float:left; margin-right:11px;}
.footer-sous{font-size:12px;}
.footer-sous .icon-sou{ font-weight:bold; color:#b7183f; vertical-align:middle; margin-right:6px;}

.footer-middle{ width:100%; overflow:hidden; padding:18px 0; border-top:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; margin:16px 0;}
.footer-middle-left{ float:left; font-size:12px;}
.footer-middle-left i{margin:0 5px;}
.footer-middle-left-com{ font-size:14px;}
.footer-middle-right{ float:right; border-left:1px solid #d6d6d6; padding-left:12px;}

/*底部*/


/*介绍*/
.introduction-img{ width:100%; margin-top:60px; min-height:190px; position: relative;}
.introduction-img ul{ width:100%; min-height:190px; overflow:hidden;}
.introduction-img-li{ float:left; min-height:190px; overflow:hidden; text-align: center; position:relative;}
.introduction-img-li i{position:absolute; bottom:5px; right:12px; z-index: 1; color:#fff; font-size:15px;}
.introduction-img-li img{ height:190px;}

/*介绍*/


/*发言人*/
.Spokesman{ width:100%; overflow: hidden;}
.Spokesman li{ border-bottom:1px solid #e5e5e5; padding-bottom:40px; margin-bottom:40px; overflow:hidden;}
.Spokesman-img{ width:16%; float:left; overflow:hidden;}
.Spokesman-img img{width:100%;}
.Spokesman-tit{ width:80%; float:right;}
.Spokesman-tit h2{color:#00355B; font-size:18px; margin-bottom:10px;}
.Spokesman-tit h3{ font-size:16px;}
.Spokesman-tit h4{color:#00355B; font-size:16px; margin-bottom:10px;}

/*发言人*/


/*零售*/
.Retail-trip{ margin-top:50px;overflow:hidden;}

.Retail-trip-bot{width:100%;overflow:hidden;padding-top:30px; margin-top:60px; border-top:1px solid #e5e5e5;}
.Retail-trip-bot li{width:100%; overflow:hidden; padding-bottom:68px; background:url(../images/fenjiex.png) repeat-y 66px 0;}
.Retail-trip-bot li:last-child{ background:url(../images/fenjiex.png) no-repeat 66px -80px;}
.Retail-trip-bot li:first-child{ background:url(../images/fenjiex.png) no-repeat 66px 80px;}
.Retail-trip-bot-l{width:11%; float:left; padding-top:55px;}

/*.Retail-trip-bot-l:last-child{background:#fff;}*/
.Retail-trip-bot-l img{ vertical-align:middle; margin-left:10px; background:#fff; padding:8px 0;}
.Retail-trip-bot-img{width:21.2%; float:left; height:141px; overflow:hidden; text-align:center;}
.Retail-trip-bot-img img{ height:141px;}
.Retail-trip-bot-tit{width:63%; float:right;}
.Retail-trip-bot-tit h2{ font-size:18px; color:#00355B; margin-top:30px;}
.Retail-trip-bot-tit p{ margin-top:10px;}

.contact{width:100%; overflow:hidden; border:1px solid #e5e5e5; padding:53px;}
.contact h2{font-size:24px; color:#00355B; font-weight:normal;}

/*零售*/

/*合作媒体*/

.media-box {
    width: 100%;
    overflow: hidden;
}

.media-box ul {
    margin-left: -30px;
}

.media-box ul li {
    border: 1px #e5e5e5 solid;
    width: 213px;
    height: 84px;
    float: left;
    margin-left: 30px;
    margin-bottom: 26px;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
}

.media-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.media-box .logobox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-box .logobox img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media only screen and (max-width: 946px) {
    .media-box ul {
        margin-left: 0;
    }
    .media-box ul li {
        margin: 0 10px;
        width: calc( 100% /2 - 22px);
        margin-bottom: 26px;
    }
}


/*联系我们*/

.from-box {
    border: 1px #e5e5e5 solid;
    padding: 50px;
    font-size: 14px;
}

.from-box h3 {
    font-size: 24px;
    color: #d00212;
    padding-bottom: 40px;
    font-weight:normal;
}

.from-box .formbox .item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.from-box .formbox .item .meg-box {
    display: block;
    padding-bottom: 10px;
}

.from-box .formbox .item .pb10 {
    padding-bottom: 10px;
}

.from-box .formbox .item .tex-box {
    width: 100%;
    height: 100px;
    resize: none;
    background-color: #f2f2f2;
    border: none;
    padding: 1rem;
    outline: none;
}

.from-box .formbox .item .emaibox {
    min-width: 92%;
    height: 36px;
    outline: none;
    line-height: 36px;
    border: 1px #e5e5e5 solid;
    outline: none;
    text-indent: 1rem;
}

.from-box .formbox .item .iam .callbox {
    padding-bottom: 10px;
}

.from-box .formbox .item .iam .ipb-box {
    border: none;
    border-bottom: 1px #ddd solid;
    outline: none;
    padding-left: 10px;
}

.from-box .formbox .item .iam label {
    min-width: 150px;
    margin-right: 20px;
}

.from-box .formbox .item .iam label span {
    padding-left: 10px;
}

.from-box .formbox .item .interest label {
    display: block;
    padding-bottom: 10px;
}

.from-box .formbox .item .interest label span {
    padding-left: 10px;
}

.from-box .formbox .item .box-i {
    width: 45%;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.from-box .formbox .item .box-i p {
    line-height: 24px;
}

.from-box .formbox .item .box-i input,
.from-box .formbox .item .box-i select {
    height: 40px;
    width: 99%;
    border: 1px #e5e5e5 solid;
    outline: none;
    text-indent: 1rem;
}

.from-box .formbox .item .box-i:last-child {
    margin-bottom: 0;
}

.from-box .formbox .item .phone-box select {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    outline: none;
}

.from-box .formbox .item .phone-box input {
    height: 40px;
    outline: none;
    line-height: 40px;
    border: 1px #e5e5e5 solid;
    outline: none;
    text-indent: 1rem;
    float: left;
    width: 26%;
}

.from-box .formbox .item .phone-box input.iph {
    width: 70%;
    float: right;
}

.from-box .formbox .box-brns {
    margin: auto;
    text-align: center;
}

.from-box .formbox .btnbox {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: none;
    font-family: "微软雅黑";
    background-color: #d00212;
    outline: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.from-box .formbox .resetbox {
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border: none;
    outline: none;
    color: #999;
    font-family: "微软雅黑";
}

.from-box .formbox .item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.Country-select{margin-bottom:55px;}

@media only screen and (max-width: 945px) {
    .from-box .formbox .item .box-i {
        width: 100%;
        margin-right: 0;
    }
}


.Social-platform{margin-bottom:35px;}



/*展会新闻*/
.press-list {
    width: 100%;
    margin: 0 auto;
}

.press-item {
    display: block;
    margin-bottom: 24px;
}

.pad24 {
    padding: 24px;
}
.pad24-c{padding:24px 0;}
.radius2 {
    border-radius: 2px;
}

.border1 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    overflow: hidden;
}

.press-inner-l {
    float: left;
    width: 18%;
    overflow: hidden;
    text-align: center;
}

.press-inner-l img {
    width: 100%;
}

.press-inner-r {
    float: right;
    width: 80%;
}

.press-inner-img {
    float: left;
    width: 29%;
    margin-right: 35px;
    margin-bottom: 16px;
    height: 180px;
    overflow: hidden;
    text-align: center;
}

.interpack p {
    padding-bottom: 20px
}

.list-dot,
.list-circle {
    list-style-position: inside;
}

.list-circle {
    list-style-position: inside;
    padding-left: 40px;
}

.list-dot li {
    list-style-type: disc
}

.list-circle li {
    list-style-type: circle
}

.list-dot li a strong,
.list-circle li a strong {
    color: #00355B;
}

.Videobg {
    background-color: #e5eefa;
    width: 100%;
    margin: auto;
}

.Videobg .pt40 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.press-inner-img img {
    width:initial !important;
    height: 155px !important;
}

.press-inner-text {
    overflow: hidden;
}

.press-title {
    font-size: 1.2rem;
}

.press-body {
    margin-top: 16px;
    overflow : hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
}
.press-body a{display:block; overflow:hidden;}
.press-body p{padding-top:10px;}

.press-foot {
    margin-top: 16px;
}
.press-foot .iconfont{font-size:14px; margin-left:5px; color:#00355B;}

.press-right:before {
    content: '>';
    font-family: 'å®‹ä½“';
    display: inline-block;
    width: 14px;
    height: 14px;
    prod_Ulist line-height: 14px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    background-color: #00355B;
    color: #FFF;
    border-radius: 50%;
}

.press-more {
    color: #00355B;
}

@media (max-width:767px) {
    .press-inner-img {
        float: none;
        width: 100%;
    }
}

@media (max-width:480px) {
    .press-list {
        width: 100%;
    }
}

/*展会新闻*/



/*page*/

.paging {
    text-align: center;
    margin-bottom: 40px;
}

.paging span,
.paging a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
    color: #000;
    margin: 0 3px;
}

.paging .curr,
.paging span:hover,
.paging a:hover {
    color: #333;
    background: #eee;
}

.paging {
    text-align: center;
    clear: both;
}

.paging span.count {
    background-color: #eee;
    cursor: default;
}

.paging a,
.paging span {
    color: #000;
    display: inline;
    cursor: pointer;
    padding: 4px 8px !important;
    border-radius: 4px;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    /* Firefox 4 */
    -webkit-transition: background-color 0.5s;
    /* Safari éœï¿½ Chrome */
    -o-transition: background-color 0.5s;
    /* Opera */
}

.paging a:hover {
    background-color: #00355B;
    color: #fff;
}

.paging a.curr,
.paging a.curr:hover {
    background: #00355B;
    color: #fff;
    font-weight: bold;
    cursor: default;
    border: 1px solid #00355B;
}

.paging .prev-disabled,
.paging .next-disabled,
.paging .last-disabled {
    cursor: not-allowed;
    background-color: #eee;
}

.paging .prev-disabled:hover,
.paging .next-disabled:hover,
.paging .last-disabled {
    background-color: #eee;
}


/*C-star 2018*/

.indexHalf {
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom:6%;
}
.indexHalf a:hover{color:#fff;}

.indexHalf:nth-of-type(2n) {
    margin-right: 0;
}

.indexHalf .titbox {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 99%;
}

.Twocolumns-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /* justify-content: center; */
    overflow: hidden;
    align-items: center;
    width: 100%;
    max-height: 250px;
    min-height: 250px;
}

.Twocolumns-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.Twocolumns-img img {
    width: 100%;
}

.Twocolumns-text {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Twocolumns-text a:hover{color:#000;}
.Twocolumns-text .iconfont{ color:#00355B;}


/*C-star 2018*/

/*主办方*/
.Sponsor-n{ width:100%; overflow:hidden;}
.Sponsor-n-img{width:30.8%; float:left; overflow:hidden; text-align:center;}
.Sponsor-n-img img{width:100%;}
.Sponsor-n-tit{width:64%; float:right;}
.Sponsor-n-tit h2{color:#00355B; font-size:16px;}
.Sponsor-n-tit p{margin-top:10px;}

.Sponsor-n-warp li{ background:#fff; padding:40px 0; overflow: hidden;}


.csTeam-h2{font-size:24px; color:#00355B; margin-bottom:35px;}
.csTeam{ width:100%; overflow:hidden; margin-bottom:32px;}
.csTeam-img{ width:22.4%; float:left;}
.csTeam-img img{ width:100%;}
.csTeam-tit{ width:74%; float:right;}
.csTeam-tit h2{font-size:16px; margin:10px 0 25px 0;}

/*主办方*/

/*六大产品专区*/
.product-zone{width:100%; overflow:hidden;}
.product-zone li{width:31.33%; float:left; margin-right:3%; background:#f3f3f3; margin-top:10px; margin-bottom:35px; /*border-bottom:5px solid #ebeaea;*/min-height: 150px;}
.product-zone li:nth-of-type(1){
    background:#c8504b;
    color:#fff;
}
.product-zone li:nth-of-type(2){
    background:#eb8723;
    color:#fff;
}
.product-zone li:nth-of-type(3){
    background:#2882ff;
    color:#fff;
}
.product-zone li:nth-of-type(4){
    background:#81c18a;
    color:#fff;
}
.product-zone li:nth-of-type(5){
    background:#ebd214;
    color:#fff;
}
.product-zone li:nth-of-type(6){
    background:url(../images/highlights-img.jpg);
}

.product-zone li:nth-of-type(3n){ margin-right:0;}
.product-zone li h2{padding:4% 5%; font-size:18px; color:#fff; margin-top: 7%;text-shadow: 0 2px 1px #333;}
.product-zone li h3{padding:0% 5%; height:85px; overflow:hidden; font-size:14px; margin-top: 2%;text-shadow: 0 2px 1px #333;}
.product-zone li p{padding:0 5%; height:130px; overflow:hidden;margin-bottom: 5%;}
.product-zone-img{width:100%; height:200px; text-align:center;}
.product-zone-img img{width:100%;}


/*六大产品专区*/

/* 展商展品模拟下拉 */
.boxselect{
    /*background: #fff;*/
    height: 48px;
    border-radius: 4px;
    line-height: 48px;
    position: relative;
    margin-bottom: 1px;
}

.boxselect .boxval{
    width: 100%;
    border-radius: 4px;
    padding-left: 10px;
    height: 100%;
    color:#666;
    background:url(../images/sousuo-bg-img.png) no-repeat center right #fff;
}
.boxselect .search-button{
    background-color: #fff;
        color: #d10101;
    border-radius: 4px;
}
.selectlist{
     background: #fff;
     min-height: 50px;
     width: 100%;
     padding-top: 10px;
     padding-bottom: 20px;
     display: none;

}

.selectlist .category_first{   
    line-height: 30px;
    margin-left: 20px;
    cursor: pointer;
    font-weight: bold;
}
.selectlist .category_first:hover{
    color: #d10101;
}
.selectlist .category_first input{
    vertical-align: middle;
}

.selectlist .subcategory{
    margin-left: 40px;
}
.selectlist .subcategory .itembox{
    cursor: pointer;
}
.selectlist .subcategory .itembox:hover{
    color: #d10101;
}

/*如何到达*/

.do-box {
    margin-bottom: 2rem;
    margin-top: 38px;
}

.hbox .fcred {
    margin-top: 62px;
    font-size: 30px;
}

.do-box .list {
    border: 1px #ddd solid;
    padding: 0;
}

.do-box .list li {
    line-height: 30px;
    list-style: none;
    border-bottom: 1px #ddd solid;
}

.do-box .list li p {
    background: url(../images/arro.png) no-repeat 98% center;
    cursor: pointer;
    font-weight: bold;
}

.do-box .list li p span {
    line-height: 60px;
    padding-left: 20px;
}

.do-box .list li .hidbox {
    display: none;
    padding: 0 2rem;
    padding-bottom: 2rem;
}

.do-box .list li:last-child {
    border-bottom: none;
}

.fcred {
    color: #00355B;
}

.current-cooperation {
    background: url(../images/arro-top.png) no-repeat 98% center !important;
}

.contact-lx-img .dianj img {
    margin-left: 40px;
    vertical-align:middle;
}

/*如何到达*/


/*下载*/

.download{ width:100%; overflow:hidden; line-height:50px; height:50px;}
.download a{display:block;}
.download:nth-last-child(2n){ background:#f9f9f9;}
.download-style{ margin:0 5px 0 25px;}
.download-tit{ float:right; margin-right:25px;}

/*下载*/


/*往届回顾*/
.Previous-review-img-wrap{width:100%; overflow:hidden;}
.Previous-review-img{width:1920px; height:auto; margin-left: -960px; left:50%; position:relative;}
.Previous-review-l{background:#fff !important; padding: 0 !important; width:46% !important;}
.Previous-review-l h2{color:#00355B; font-size:30px; font-weight:normal; margin-bottom:30px;}
.Previous-review-trip {
    margin-top: 10px;
    overflow: hidden;
}
.Previous-review-r{    padding: 45px 6% 40px !important;}



.Important-industry{ width:100%; overflow:hidden;padding-top:55px; margin-top:55px; border-top:1px solid #e5e5e5;}
.Important-industry-l{width:44%; float:left;}
.Important-industry-l-h2{color:#00355B; font-size:30px; font-weight:normal; line-height:35px; margin-bottom:30px;}
.Important-industry-l p{line-height:30px;}
.Important-industry-l p img{padding-right:15px; vertical-align:middle;}
.Important-industry-r{width:42%; float:right; background:#eeeeee; padding:3%; font-size:16px;}
.Important-industry-r p{padding:6px 0;}


.Exhibition-structure{width:100%; padding:52px 0 22px; background:#f9fafa; margin-bottom:52px;}
.Exhibition-structure li{ width:48%; margin-right:3%; float:left; margin-bottom:50px;}
.Exhibition-structure li:nth-of-type(2n){ margin-right:0;}
.Exhibition-structure-img{width:100%; height:279px;}
.Exhibition-structure-img img{width:100%;}
.Exhibition-structure-tit{height:79px; line-height:79px; font-size:18px; padding:0 5%; background:#ec1b24; color:#fff;}
.structure2{ background:#f68b32;}
.structure3{ background:#009adf;}
.structure4{ background:#da4c4d;}

/*往届回顾*/




/* 设计师专区 */
.Designer-zone-c{width:100%; overflow:hidden;}
.Designer-zone-l{width:53%; float:left;}
.Designer-zone-r{width:40%; float:right; background:#eeeeee; border-radius:4px; padding:3% 4%;}
.Designer-zone-r h2{font-size:24px; font-weight:normal; margin-bottom:25px;}
.Designer-zone-r h3{}
.Designer-zone-r p{ line-height: 30px; }
.Designer-zone-r-Apply{width:100%; background:#00355B; color:#fff; border-radius:5px; height:40px; line-height:40px; padding:0 4%; margin-top: 15px;}
.Designer-zone-r-Apply a{display:block; color:#fff;}
.Designer-zone-r-Apply .iconfont{ margin-right: 15px; vertical-align: middle; }

/* 设计师专区 */

.top-suspension-wrap{width:975px; margin:0 auto;}

/* 参展费用 */
.participation-fee{margin:3% 0 15%;}
.participation-fee table,table tr th, table tr td { border:1px solid #e5e5e5; padding:3%;}
.participation-fee table { width: 100%;border-collapse: collapse;} 
.participation-fee h2{color:#00355B; font-size:18px; font-weight:normal; margin-bottom:10px;}
.participation-fee-t{background:#666666; color:#fff; font-size:18px;}

/* 参展费用 */

/* 观众预登记 */
.tubereg-box{
        width: 100%;
        margin: 10% 0 15%;
        overflow: hidden;
    }
    .tubereg-box .btnbox {
        width: calc( 56% - 80px);       
        border: 1px #e6e6e6 solid;
        border-top: 5px #cf0110 solid;
        padding: 4.23% 3%;
        clear: both;
        height:155px;
        margin-right: 0;
        display: inline-block;
        margin-right: 29px;
    }
    .tubereg-box .btnbox:nth-child(2n){
        margin-right: 0;
    }
    .tubereg-box .btnbox .leftbox{
        width: 72px;
        height: 70px;
        /* border: 1px #ddd solid; */
        background-image: url('../images/regbg.png');
        background-repeat: no-repeat;
    
        float:left;
    }
    .tubereg-box .btnbox .bgperson{
        background-position: 8px center;
    }
    .tubereg-box .btnbox .bggroub{
        background-position: -64px center;
    }
    .tubereg-box .btnbox .rightbox{
        float:left;
        margin-left: 6%;
    }
    .tubereg-box .btnbox .rightbox h3{
        font-size: 22px;
    }
    .tubereg-box .btnbox .rightbox a{
      
        text-decoration: none;
        margin-left: 0;
    }
    .tubereg-box .btnbox .rightbox a:hover{color:#d10219;}
    .tubereg-box .btnbox .rightbox p{
        padding-top: 3px;
    }
    .rightbox .shipinsuolve_xiangyou{color:#00355B;}
/* 观众预登记 */

/* 观众预登记 */
.tubereg-box{
        width: 100%;
        margin: 10% 0 15%;
        overflow: hidden;
    }
    .btnbox-g {
        width: 90%;       
        border: 1px #e6e6e6 solid;
        border-top: 5px #cf0110 solid;
        padding: 4.23%;
        clear: both;
        height:120px;
        margin-right: 0;
        display: inline-block;
        margin-right: 29px;
        margin-top: 6%;
    }
    .btnbox-g:nth-child(2n){
        margin-right: 0;
    }
    .btnbox-g .leftbox{
        width: 72px;
        height: 70px;
        /* border: 1px #ddd solid; */
        background-image: url(../images/regbg.png);
        background-repeat: no-repeat;
    
        float:left;
    }
    .btnbox-g .bgperson{
        background-position: 8px center;
    }
    .btnbox-g .bggroub{
        background-position: -64px center;
    }
    .btnbox-g .rightbox{
        float:left;
        margin-left: 6%;
    }
    .btnbox-g .rightbox h3{
        font-size: 22px;
    }
    .btnbox-g .rightbox a{
      
        text-decoration: none;
        margin-left: 0;
    }
    .btnbox-g .rightbox p{
        padding-top: 3px;
    }
    .rightbox .shipinsuolve_xiangyou{color:#00355B;}
/* 观众预登记 */

/* 观众登记 */

.Audience-registration-c{width:100%; overflow:hidden;}
.Audience-registration-l{width:48%; float:left;}
.Audience-registration-l h2{font-size:16px; margin-top:10px;}
.Audience-registration-r{width:48%; float:right;}

/* 观众登记 */

.contact-li{padding-top:0 !important;}
.contact-c{margin-bottom:45px;}
.contact-c-img{width:25%;}
.contact-c-tit{width:72%;}


/* c-star内容 */
.cs-con-img{width:100%; margin-top:5%;}
.cs-con-h2{ margin-top: 5%; }
.cs-con-con{width:100%; overflow:hidden; margin-top:5%;}
.cs-con-con-img{min-height:initial;}
.cs-con-con-dow{font-size:14px; font-weight:normal; color:#00355B;}
/* c-star内容 */


/* EuroShop */
.news_list{ position:relative;border-bottom:1px solid #e5e5e5; padding-bottom:30px; margin-bottom:30px; overflow: hidden;}
.news_list .images{ width:320px; height:181px; float:left;}
.news_list .images img{ width:320px; height:181px;}
.news_list .times{background: #e20014;width: 100px; height:35px; line-height:35px;position: absolute;left: 220px;top: 146px;z-index: 10;}
.news_list .times p {color: white; line-height: 35px;text-align: center;}
.news_list .text{ width:600px; float:left; margin-left:30px; }
.news_list .text a h3{ color:#e20014;}
.news_list .text h4{ font-size:18px; margin-bottom:20px;}
.news_list .text p{ font-size:14px;}

.news_list .text2{ width:510px; float:left; margin-left:30px; }
.news_list .text2 h3{ color:#e20014; font-size:18px;}
.news_list .text2 h4{ font-size:15px; margin-bottom:20px; }
.news_list .text2 p{ font-size:14px;}
.news_list .text2 ul{list-style-image: url(../images/bullet.jpg); font-size:14px; color:#4a4a4a; margin-bottom:20px; padding-left: 15px;}

.extern {display: block;cursor: pointer;color: #ffffff !important;text-decoration: none;padding: 10px 20px 10px 10px;margin: 0 0 10px 0;
background: #00355B; border-radius: 5px; width: 375px;}
/* EuroShop */


.weChatEject-con{ background: rgba(0,0,0,0.3); position:fixed; top:0; left:0; width:100%; height:100%; z-index: 99; display:none;}
.weChatEject-con img{width:auto; height:auto; left:50%; margin-left:-90px; position:relative; top:50%; margin-top:-100px;}


.LinkedIn-con{ background: rgba(0,0,0,0.3); position:fixed; top:0; left:0; width:100%; height:100%; z-index: 99; display:none;}
.LinkedIn-con img{width:auto; height:auto; left:50%; margin-left:-90px; position:relative; top:50%; margin-top:-100px;}

.Music{width:100%; height:auto; margin-top:35px;}

.captcha_text{margin-top:8px;}
.paging{margin-top:5%;}


.fs12{ font-size:12px;}
.fs14{ font-size:14px;}
.fs16{ font-size:16px;}
.fs18{ font-size:18px;}
.fs30{ font-size:30px;}
.fs36{ font-size:36px;}

.mg-t86{margin-top:86px;}
.mg-t20{ margin-top:20px;}
.mg-t40{ margin-top:40px;}



.contact {
    padding: 30px;
    background: #eee;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:50px;
}

.contact-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.contact-l {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.contact-r {
    width: 48%;
    float: right;
}

.contact-title {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}

.contact-text {
    font-size: 14px;
    color: #000;
    margin: 8px 0;
}

.Success-stories-l{width:70%; float:left;}
.Success-stories-r{width:26%; float:right;}
.Success-stories-r-top{ width: 100%; margin-bottom: 10px; border:1px solid #cccccc; border-radius:5px;}
.Success-stories-r-tit{width:100%; border-bottom:1px solid #ccc; padding:5%; color:#ce0f1a; font-size:18px; font-weight:bold;}
.Success-stories-r-con{ padding: 5%; overflow:hidden;}
.Success-stories-r-con p{ font-size: 12px; }
.Success-stories-r-con p img{vertical-align: bottom;}
.Success-stories-r-con-rig{font-size:12px;}
.Success-stories-r-con-img{width:30%; float:left;border: 1px solid #ccc;
    border-radius: 3px;    text-align: center; height:64px;}
.Success-stories-r-con-img img{ vertical-align: text-top;}
.Success-stories-r-con-rig{width:65%; float:right;}
.Success-stories-r-con-warp{width:100%; margin-bottom:6%; overflow:hidden; border-bottom:1px solid #ccc;    padding-bottom: 4%;}
.Success-stories-r-con-warp:last-of-type{border-bottom:none;}


.Exhibitors-comments{width:100%; position:relative;}
.nooverflow{overflow:initial !important;}
.addoverflow{overflow:hidden;}
.banner-row-wrap{
	position:relative;
}
.banner-row-wrap-c{ position:relative; left:50%; margin-left:-960px;}


.ind-comments-prev{ width:30px; height:72px; background:rgba(0,0,0,0.3);z-index: 10; cursor:pointer; height:72px !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); border-radius:5px; background-size: 60% !important; left: -11px !important;background-position: center;
    background-repeat: no-repeat; position: absolute; top: 40%; left:0;}
.ind-comments-next{ width:30px; height:72px; background:rgba(0,0,0,0.3);z-index: 10; cursor:pointer; height:72px !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); border-radius:5px; background-size: 60% !important; right: -11px !important;background-position: center;
    background-repeat: no-repeat; position: absolute; top: 40%; right:0;}

.Exhibitors-comments-h2{height:auto !important; margin:17px 0 5px 0 !important;}
.Exhibitors-comments-h3{font-size:14px;}
.Exhibitors-comments-h4{font-size:12px; font-weight:normal; margin-bottom:6px; color:#999;}

.ind-box-prev{
    left:5%;
}
.ind-box-next{

    right:5%;
}

@media screen and (max-width:1900px) {
    .banner-row-wrap-c{
        left:initial;
        margin-left:initial;
    }
    .banner-row-li img{
        width:100%;
    }
}

table.luntan-box {
    width: 735px;
    margin: auto;
}

@media screen and (max-width:1366px) {
    /* .Right-suspension-x{zoom: 0.88;width: 1010px;} */
    
}

@media screen and (max-width:1260px){
    .Right-suspension-x{display:none;}
}

@media screen and (max-width:1000px){
    .logo-img{width:100%;}
    .logo-img img{ 
	width:100%;

    margin-left: 10px; 
	}
    .logo-row{width:100%;}
    .wrap{width:95%; margin-left:2.5%; margin-right:2.5%;}
    .ind-Media-Center-wrap{width:95%; margin:0 2.5%;}
    .logo-row{border-bottom:1px solid #eeeeee;}
    .ind-Exhibits{ margin-bottom: 8%; }
    .Exhibitor-registration-c{ margin: 8% 0; }
    .Exhibitor-registration-c li{width:100%; padding:3%; background: #d10219;}
    .Photo-library-BothSides{width:24%;}
    .Photo-library-con{width:49%; margin-left:1%;}
    .Photo-library-BothSides{width:24%;}
    .Photo-library-BothSides li img{width:100%;}
    .Photo-library-BothSides li{ margin-bottom:1%;}
    .Photo-library-con img{width:100%; display:block;}
    .Photo-library-con{height:auto;}
    .ind-ConcernUs li{width:22%;}
    .ind-ConcernUs li img{width:100%;}
    .top-suspension-wrap{width:95%; margin:0 2.5%;}
    .Brilliant-chapter-Exhibitors li{width:100% !important; margin: 3% 0;}
    .fs30{font-size:1.8em;}
    .mainTitle{font-size:1.9em; margin-top:2%; line-height:30px;}
    .Brilliant-chapter-page{padding:0; width:100%;}
    .cs-con-img img{ width: 100%; }
    .border1{padding-bottom:4%;}
    .csTeam-h2{font-size:1.4em; line-height:1.6em;}
    .Brilliant-chapter-page img{ width: 100%; }
    .Important-industry-l-h2{font-size:1.4em;}
    .Important-industry-l p img{width:inherit;}
    .Exhibition-structure-img{height:inherit;}
    .Exhibition-structure-img img{display:block;}
    .Twocolumns-img{max-height:none; min-height:inherit;}
    .aip-download ul.tab{width:100%;}
    .aip-download-con{width:100%;}
    .product-zone-img{height:inherit;}
    .media-box ul{margin:0 !important;}
    .Retail-trip-bot-l img{width:inherit;}
    .Exhibitor-registration-c{background:none; height:auto;}
    .bot-con {}
    .bot-con li{ margin:2% 0; }
    .introduction-img-li img{height:auto;}
}

@media screen and (max-width:870px){
    .Brilliant-chapter-Exhibitors li{width:100%; margin-top:3%;}
    .Audience-registration-l{width:100%;}
    .Audience-registration-r{width:100%;}
    .tubereg-box .btnbox{width:100%;}
    .Retail-trip-bot-l{display:none;}
    .Retail-trip-bot li{background:none;}
    .Retail-trip-bot li:first-child{background:none;}
    .Retail-trip-bot-img{width:32%; height:inherit;}
    .Retail-trip-bot-img img{height:inherit;}
}

@media screen and (max-width:640px){
    .fs18{font-size:1.2em;}
    .Brilliant-chapter-h2{font-size:1.8em;}
    .ind-expect-h2{font-size:1.6em; line-height:35px;}
    .logo-row{padding:1px;}
    .Brilliant-chapter{padding:6% 0; width:100%;}
    .Brilliant-chapter-h2{margin:4% 0;}
    .Brilliant-chapter-Exhibitors{margin-top:4%;}
    .Brilliant-chapter-Exhibitors-img img{ width: 80%; padding-top: 16%; }
    .ind-Exhibits{height:auto; padding-bottom:6%;}
    .ind-Exhibits ul{width:100%;}
    .ind-Exhibits li{width:100%; margin-top:5%;}
    .ind-Exhibits li:last-child{margin-top:5%;}
    .Exhibitor-registration-c{height:auto; background:none;}
    .Exhibitor-registration-c li{width:100%; padding:3%; background: #d10219; margin: 3% 0;}
    .Photo-library-BothSides{display:none;}
    .Photo-library-con{width:100%;}
    .ind-Media-Center-tit li{width:100%; border-radius: 4px; margin-bottom:2px;}
    .ind-Media-Center-tit{ overflow: hidden; height: auto; border-bottom:none;}
    .ind-Media-Center-wrap{padding:6% 0;}
    .ind-ConcernUs li{width:48%; text-align:center;}
    .ind-ConcernUs li:nth-of-type(2n){margin-right:0;}
    .ind-ConcernUs li img{width:70%;}
    .footer-middle-right{width:100%; margin-top:5%; border:0;}
    .Brilliant-chapter-Exhibitors-rig{margin:0;width:100%;}
    .vertical-box{margin-bottom:0;}
    .csTeam-h2{font-size:1.3em;}
    .Important-industry-l{width:100%;}
    .Important-industry-r{width:100%; margin-top:5%;}
    .Exhibition-structure li{width:100%;}
    .indexHalf{width:100%;}
    .aip-download ul.tab li{width:100%; border-bottom:1px solid #eeefef;}
    .download-tit{display:none;}
    .Designer-zone-l{width:100%;}
    .Designer-zone-r{width:100%; margin-top:5%;}
    .participation-fee td{width:100%;display: block;}
    .contact-c-img{width:100%;}
    .contact-c-tit{width:100%;}
    .product-zone li{width:100%;}
    .btnbox-g{width:100%;}
    .tubereg-box .btnbox{height:110px;}
    .media-box ul li{width:calc(46% - 2px); margin:2% 2%;}
    .Retail-trip-bot-img{width:100%;}
    .Retail-trip-bot-tit{width:100%;}
    .pad24{padding:0;}
    .contact-row{display:initial;}
    .contact-l{width:100%;}
    .contact-r{width:100%;}
	
	.banner-row-wrap-c{ left:0; margin-left:0; width:100%;}
	.banner-row-wrap img{ width:100%;}
	.banner-row-wrap .swiper-button-prev,
	.banner-row-wrap .swiper-button-next{ display:none;}
}

@media screen and (max-width:568px){
    .Brilliant-chapter-h2{font-size:1.7em;}
    .Brilliant-chapter-Exhibitors-img{
    width: 100%;
    text-align: center;
    }
    .Brilliant-chapter-Exhibitors-img img{
    width: 15%; padding-top: 0;
    }
    .Brilliant-chapter-Exhibitors-rig{
    text-align: center;
    margin-top: 4%;
    }
    .Exhibitor-registration-c-img{width:100%; text-align:center;}
    .Exhibitor-registration-c-img img{width:14%;}
    .Exhibitor-registration-c-rig{width:100%; text-align:center; margin-left:0;}

}
@media screen and (max-width:320px){

    .ind-ConcernUs li{width:100%;}
}



.paging {
    text-align: center; margin-bottom:1em;
}
.paging span.count{background-color:#eee;cursor:default;}
.paging a,.paging span{ 
    /* color: #eee; */
    display: inline;
    padding: 10px 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px; 
  transition: background-color 0.5s;
-moz-transition: background-color 0.5s; /* Firefox 4 */
-webkit-transition: background-color 0.5s; /* Safari å’Œ Chrome */
-o-transition: background-color 0.5s; /* Opera */
}
 .paging a:hover{
    background-color: #d1202f;
    color: #fff; 
}
 
.paging a.curr,.paging a.curr:hover {
    background: #d1202f; 
    color: #fff;  font-weight:bold;cursor:default;border:1px solid #d1202f;
}


.paging .prev-disabled,.paging .next-disabled,.paging .last-disabled{cursor:not-allowed;background-color:#eee;}
.paging .prev-disabled:hover,.paging .next-disabled:hover,.paging .last-disabled{background-color:#eee;}
 
 
.back-top{width:50px; height:50px; position:fixed; right:2%; bottom:2%; background:rgba(0,0,0,0.5); border-radius:50%; cursor:pointer; text-align:center; line-height:50px; transition: 400ms; opacity:0;}
.back-top .iconfont{color:#fff; font-size:20px;}


.Press-material{width:100%; overflow:hidden;}
.Press-material-l{width:25%; float:left;}
.Press-material-l-img{width:100%;}
.Press-material-l-img img{width:100%;}
.Press-material-l p{font-size:14px;}
.Press-material-l-mor{width:105px; height:50px; background:#595959; text-align:center; line-height:50px; color:#fff; border-radius:5px; font-size:14px; margin-top:15px;}
.Press-material-l-mor a{display:block; color:#fff;}
.Press-material-r{width:70%; float:right;}
.Press-material-r-h2{font-size:22px; font-weight:normal; margin-bottom:25px;}
.Press-material-r li{width:100%; border:1px solid #888888; padding:5%; margin-top:25px;}
.Press-material-r-li-2{font-size:18px; font-weight:normal; margin-bottom:15px;}
.Press-material-r-li-mor{margin-top:15px; color:#00355B;}
.Press-material-r-li-mor a{color:#00355B;}
.Press-material-r-li-mor .iconfont{margin-right:5px;}



.aip-suspension-con-content-time{width:100%; overflow:hidden;}

.classhen{width:100%; padding:0 20px; line-height:30px;}
.classhen img{margin-right:15px; vertical-align: bottom;}


/* 国际零售论坛 */
.Calenderbox{
    margin-top: 70px;
    width: 100%;
    background-color: #f8f8f8;
    overflow: hidden;   
}
.Calenderbox .Calenderboxtit{
    padding-top: 60px;
    padding-bottom: 18px;
    border-bottom: 4px #dfdfdf solid;
}
.Calenderbox .Calenderboxtit .tit {
    font-size: 30px;
    color: #00355B;
    line-height: 44px;
    
}
.Calenderbox .Calenderboxtit .fs18 {
    font-size: 14px;
}
.Calenderbox .Calender-item{
    width: 100%;
    margin-top: 40px;
    border-bottom: 1px #dfdfdf solid;
    overflow: hidden;
    padding-bottom: 10px;
}
.Calenderbox .Calender-item .box-data{
        width: 260px;
        float: left;
        font-size: 40px;
        line-height: 40px;
}
.Calenderbox .Calender-item .box-data .spanbox{
    width: 120px;
    display: block;
}
.yellow{
    color: #ffaf01;
}
.colortxt1{
    color: #d10074;
}
.Calenderbox .Calender-txt{
    width: calc(100% - 260px);
    float: left;
}
.Calenderbox .Calender-txt .tita{
    font-size: 16px;
    color: #000;
    clear: both;
    font-weight: bold;
}
.Calenderbox .Calender-txt .list{
    list-style: none;
    margin-top: 14px;
    overflow: hidden;
    margin-bottom: 20px;
    width:300px;
    float: left;
    margin-right: 80px;

}
.Calenderbox .Calender-txt .list:nth-of-type(2n){
    margin-right: 0px;
}
.Calenderbox .Calender-txt  .list li{
    float: left;
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
}
.Calenderbox .Calender-txt  .list li .arro{
    color: #00355B;
    display: inline-block;
    width: 16px;
    vertical-align: top;

}
.Calenderbox .Calender-txt  .list li .txtbox{
    width: calc(100% - 26px);
    display: inline-block;

}
@media screen and (max-width:735px){
    table.luntan-box{
        width: calc(100% - 20px);
        margin: auto;
    }
}
@media screen and (max-width:640px){
    .Calenderbox .Calender-item .box-data{
        font-size: 24px;
        line-height: 34px;
    }
    .Calenderbox .Calender-txt,.Calenderbox .Calender-item .box-data .spanbox{
        width: 100%;
    }

}

.introduction-img .swiper-button-next, .introduction-img  .swiper-button-prev{
    top: 33% !important;
}

.Designer-box .swiper-button-next, .Designer-box  .swiper-button-prev{
    top: 41% !important;
}
.Village-box .swiper-button-next, .Village-box  .swiper-button-prev{
    top: 41% !important;
}

.sub-nav dd ul li .sub-nav-a{
	padding-left: 2em;
    font-size: 14px;
    color: #999;
}



.Floating-window-wrap{
    position:relative; 
    overflow:initial !important;
}
.Floating-window-l{
    position:absolute; 
    left:-205px; 
    top: 588px; 
    z-index: 999;
}
@media screen and (max-width:1415px) {
    
    .Floating-window-l{
        left:-170px;
    }
}
@media screen and (max-width:1360px) {
    .Floating-window-wrap{
        display:none;
    }
}


.Brand-shop{
    position:relative;
    width:600px;
    margin:35px auto 0;
}
.Brand-shop-con{
    overflow:hidden;
}
.Brand-shop-li{
    width:100%;
}
.Brand-shop-li img{
    width:100%;
}

.Brand-shop .swiper-pagination7{
    bottom: 10px;
    left: 0;
    width: 100%;
    position:absolute;
    z-index: 99;
    text-align:center;
}
.Brand-shop .swiper-pagination7 span{
    text-align:center;
    margin:0 3px;

}
.Brand-shop-prev{
    left:-42px;
    background-image:url(../fonts/brand-shop-left.svg);
}
.Brand-shop-next{
    right:-42px;
    background-image:url(../fonts/brand-shop-right.svg);
}

@media screen and (max-width:780px) {
    .Brand-shop{
        width:100%;
    }
}



.temporary-bg{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index: 1001;
    display: none;
}

.temporary-wrap{
    position:fixed;
    left:calc(50% - 450px);
    top:calc(50% - 112px);
    width:900px;
    height:225px;
    border-radius:5px;
    background:#fff;
    z-index: 1002;
    display: none;
}

.temporary-h2{
    width:100%;
    text-align:left;
    font-size:20px;
    color:#00355B;
    line-height:35px;
    margin:10px 0 20px 0;
    font-weight:bold;
}
.temporary-h2 img{
    vertical-align:sub;
    width:32px;
    margin-right:10px;
}
.temporary-con-tit{
    font-size:16px;
    line-height:30px;
}
.temporary-con{
    margin:22px 20px;
    padding:20px 20px 30px;
    border:3px solid #00355B;
}

@media screen and (max-width:780px) {
    .temporary-wrap{
        width:90%;
        margin:0 5%;
        left:0;
        top:20%;
        height:auto;
        overflow:hidden;
    }
}

.red-bg{
	background:#00355B;
}
.orange-bg{
	background:#f39800;
}
.blue-bg{
	background:#1d2088;
}
.blue-bg2{
    background: #4394d1;
}
.gray-bg{
    background: #929498;
}
.gray-bg2{
    background: #fafafa;
}
.exhibitor-fw-box{
	width:100%;
	color:#FFF;
	font-size:15px;
	line-height:18px;
}
.exhibitor-fw-box img{
	width:100%;
	display:block;
}
.exhibitor-fw-row{
	display:table;
	padding-bottom:2%;
}
.exhibitor-fw-row:last-of-type{
	padding-bottom:0;
}
.exhibitor-fw-left,
.exhibitor-fw-right,
.exhibitor-fw-both{
	display:table-cell;
	vertical-align:middle;
}

.exhibitor-fw-left{
	width:35%;
	text-align:center;
}
.exhibitor-fw-right{
	padding-left:2%;
	width:63%;
}
.exhibitor-fw-both{
	position:relative;
	width:49%;
	padding-right:1%;
	overflow:hidden;
}
.exhibitor-fw-both:nth-of-type(2){
	padding-right:0;
	padding-left:1%;
}

.exhibitor-fw-bottom{
	position:relative;
	overflow:hidden;
}
.exhibitor-fw-text{
	position:absolute;
	left:0;
	top:0;
	width:80%;
	height:100%;
	background:rgba(0,0,0,.5);
	padding-top:5px;
	padding-left:10px;
	padding-right:5px;
}
.exhibitor-fw-bottom .exhibitor-fw-text{
	line-height:14px;
	width:95%;
}
.exhibitor-fw-bottom .exhibitor-fw-text .exhibitor-fw-title{
	font-size:14px;
	font-weight:700;
}
.exhibitor-fw-bottom .exhibitor-fw-text p{
	margin-top:5px;
}
.index-download-btn{
	padding:8px 8px !important;
	font-size:16px !important;
}

/*往届回顾*/

.show-review-item{
	padding:5% 0;
}
.show-all-img{
    padding-bottom: 5%;
}
.show-all-img img{
	width:100%;
    display: block;
	height:auto;
}
.show-review-hr {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    border: none;
}
.show-review-title{
	font-size:30px;
	line-height:40px;
	margin-bottom:10px;
	color:#00355B;
	font-weight:700;
	margin-bottom:30px;
}
.show-review-data{
	margin-bottom:5%;
}
.mg-none{
    margin-bottom:0;
}
.pad-none{
    padding-bottom: 0;
}
.show-review-data-box{
	max-width:432px;
	width:46%;
}
.show-data-title{
	font-size:24px;
    line-height: 30px;
	font-weight:normal;
	color:#333333;
	padding-left:10px;
	border-left:2px solid #ec1b24;
	margin-bottom:30px;	
}
.data-bg{
	width:100%;
	height:30px;
	background:#e6e6e6;
	margin-bottom:10px;
}
.data-text{
	padding:6px 0;
}
.data-green-bg{
	height:30px;
	background:#40ac48;
}
.data-green-text{
	color:#40ac48;
}
.data-red-bg{
	height:30px;
	background:#ec1b24;
}
.data-red-bg2{
    height:30px;
    background:#ebb4a7;
}
.data-red-bg3{
    height:30px;
    background:#ebb4a7;
}
.data-red-bg4{
    height:30px;
    background:#ebb2a6;
}
.data-red-bg5{
    height:30px;
    background:#ebb4a7;
}
.data-red-bg6{
    height:30px;
    background:#f2c7c0;
}

.data-red-text{
	color:#ec1b24;
}
.data-blue-bg{
	height:30px;
	background:#4394d1;
}
.data-blue-text{
	color:#4394d1;
}
.data-yellow-bg{
	height:30px;
	background:#d79832;
}
.data-blue2-bg{
	height:30px;
	background:#5fc5bf;
}
.data-green2-bg{
	height:30px;
	background:#9fcc59;
}
.fs-24{
	font-size:24px;	
}
.mg-b20{
    margin-bottom: 20px;
}
.data-list-type{
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:10px;
}
.show-review-map{
    margin-bottom: 5%;
}
.show-review-map-left{
	width:55%;
	margin-right:5%;
}
.show-review-map-left img{
	width:100%;
}
.show-review-map-right{
	overflow:hidden;
	width:auto;
}

.show-review-voice-item{
    padding-bottom: 5%;
}
.border-red{
    border: 4px solid #ec1b24;
}
.border-blue{
    border: 4px solid #4394d1;
}
.border-gray{
    border: 4px solid #929498;
}
.show-review-head{
    max-width: 103px;
    max-height: 103px;
    width: 10%;
    height: 10%;
    border-radius: 50%;
    overflow: hidden;
}
.show-review-head img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s linear;
}
.show-review-head img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.show-review-say{
    position: relative;
    max-width: 757px;
    width: 85%;
    padding:25px;
    line-height: 25px;
    box-sizing: border-box;
    color: #FFF;
    border-radius: 15px;
}
.red-sj:before{
    content: '';
    position: absolute;
    left: -42px;
    top: 10%;
    width: 42px;
    height: 24px;
    background: url(../images/red-sj.png) left top no-repeat;
}
.blue-sj:before{
    content: '';
    position: absolute;
    right: -42px;
    top: 10%;
    width: 42px;
    height: 24px;
    background: url(../images/blue-sj.png) left top no-repeat;
}
.gray-sj:before{
    content: '';
    position: absolute;
    left: -42px;
    top: 10%;
    width: 42px;
    height: 24px;
    background: url(../images/gray-sj.png) left top no-repeat;
}
.show-data-list li{
    border-bottom: 1px solid #858585;
    margin-bottom: 15px;    
    position: relative;
    padding-right: 40px;
}
.show-data-list li span{
    float: right;
    position: absolute;
    right: 0;
}

.show-review-radius-data{
    padding:50px 0;
}
.show-review-radius-box {
    text-align: center;
}
.show-review-radius-item{
    display: inline-block;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    box-sizing: border-box;
    background: #ec1b24;
    color: #FFF;
    text-align: center;
    padding:5%;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
    vertical-align: top;
}
.show-review-radius-item span{
    display: inline-block;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    padding: 20px 0;
}
.show-data-border-img img{
    width: 100%;
}
.data-go{
    animation: barberpole 1s linear;
}
@keyframes barberpole {
  from {
    width: 0%;
  }
  to {
    width: attr(data-percent) "%";
  }
}

.video-con-box-prev{
    
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 38%;
    background:url(../images/left-sw.png) center center no-repeat rgba(0,0,0,0.3);
    background-size: 90% !important;
}
.video-con-box-next{

    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: 38%;
    background:url(../images/right-sw.png) center center no-repeat rgba(0,0,0,0.3);
    background-size: 90% !important;
}

.video-con-wrap{
    padding:15px;
    margin-bottom:55px;
    background:#eee;
}

.video-tit-h2{
    width: 975px;
    margin: 15px auto;
    font-size: 24px;
    color: #00355B;
    font-weight: normal;
    line-height: 36px;
}

.video-con-title{
    line-height:25px;
    font-weight:bold;
}
.video-con-title-name{
    margin-top:10px;
    color:#00355B;
    font-size:16px;
}
.video-con-title-p{
    color:#999;
}
.video-con-title-c{
    color:#666;
}

@media (max-width: 767px){
    .show-review-map-left{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .show-review-data-box{
        max-width: 100%;
        width: 100%;
        float: none !important;
    }
    .red-sj:before{
        width: 21px;
        height: 12px;
        background-size: 100% 100%;
        left: -21px;
    }
    .blue-sj:before{
        width: 21px;
        height: 12px;
        background-size: 100% 100%;
        right: -21px;
    }
    .gray-sj:before{
        width: 21px;
        height: 12px;
        background-size: 100% 100%;
        left: -21px;
    }
    .show-review-title{
        font-size: 24px;
    }
    .show-data-title{
        font-size: 20px;
    }


}



.plyr--video .plyr__controls{
    padding: 0px 10px 10px !important;
}
.plyr__play-large{
    cursor: pointer;
}


.nav-ul{
	/*width:105%;*/
}





.new-details-pager{
    margin-top:65px;
}
.new-details-pager li{
    margin:10px 0;
	float: left;
    width: 50%;
}




.prompt-c{
    width:100%;
}

.J-prompt-img{
    position:relative;
    /*width:946px;*/
}
.J-prompt-gif{
    position:absolute;
    width:100%;
    text-align:center;
    left:0;
    bottom:3%;
}

@media (max-width: 780px){
    .J-prompt-img{
        width:100%;
    }
    .J-prompt-img img{
        width:100%;
    }

    .J-prompt-gif img{
        width:30%;
    }
}   

.wrap .page p{
	font-size: 16px;
    line-height: 32px;
}
.min-high {
	min-height:550px
}
.press-title {
    font-size: 1.5em;
}
.press-title a{
    color:#2b2b2b;
}
#content_1 {
	min-height:600px;
}
.indexlogo {
    border: 1px solid #ccc;
    text-align: center;
}
.indexlogo img{
   width:150px;
   height:62px;
}
