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;
}
a.a2:link,a.a2:visited{color:#6d6d6d;} 
a.a2:hover,a.a2:active{color:#1236c5;}
a.a3:link,a.a3:visited{color:#272727;} 
a.a3:hover,a.a3:active{color:#1236c5;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

fieldset,
img {
    border: none;
}


.cate-first {
    font-weight: bold;
}


/*img{vertical-align:top;}*/

input,
button {
    vertical-align: middle;
    color: #6b5f53;
    outline: none;
}

caption,
th {
    text-align: left;
}

a {
    text-decoration: none;
    color: #003985;
}

a:hover {
    color: #003279;
}

html {
    text-align: center;
}

.sidebarB-audience {
    border-top: 5px solid #0e8ed0;
    margin-bottom: 30px;
}

body {

    font: 14px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0 auto;
    text-align: left;
    -webkit-text-size-adjust: none;
    line-height: 24px;
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
}


.w40 {
    width: 40% !important;
    text-align: center;
}


/*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: 1212px;
    margin: 0 auto;
}

.wrap img {
    max-width: 100%;
}

.wrap-padding {
    padding: 0 16px;
}

.page {
    /* width: calc(100% - 230px); */
}

.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.3em;
}

.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: #f7f7f7;
    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-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-right: 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;
}

.toggle-trigger2 .iconfont:before {
    top: 2px;
    position: relative;
}

.toggle-nav-btn {
    position: absolute;

    font-size: 24px;
    color: #003279;
    left: 15px;
    line-height: 40px;
}

.search-row {
    position: absolute;
    width: 100%;
    background: #f7f7f7;
    top: 40px;
    left: 0;
    padding: 20px 0;
    display: none;
}

.search-top {
    width: 100%;
    position: relative;
}

.search-input {
    display: block;
    height: 42px;
    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: #003279;
    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: #003279;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
    padding: 0 10px;
}


.search-terms:hover {
    color: #666;
}

.curr .toggle-trigger2 {
    border-bottom: 2px solid #003279;
}

.logo-row {
	background-image: url(../tbg.jpg);
}

/* 首页新增 */
.topinfo-left {
    width: calc(100% - 622px);
    text-align: justify;
    color: #000;
    float: left;
}

.topinfo-left p {
    padding-top: 20px;
}

.topinfo-right {
	width: 582px;
	float: left;
	margin-left: 40px;
	color: #fff;
	padding: 0px !important;
}

.topinfo-right h3 {
    font-size: 30px;
}

.topinfo-right p {
    padding: 20px 0 10px;
}

.topinfo-right ul li,
.new-bootom .right-xtx ul li {
    list-style: disc;
    list-style-position: inside;

}

.topinfo-right .linl {
    display: block;
    width: 180px;
    height: 40px;
    text-align: center;
    background-color: #00004a;
    color: #0e8ed0;
    font-weight: bold;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 15px;
}

.new-bootom {
    margin: 20px 0;
    color: #fff;
    padding: 20px 60px;
    overflow: hidden;
    background-color: #00327b !important;
}

.new-bootom .left-big {
    float: left;
    font-size: 40px;
    width: 100px;
    line-height: 42px;
    margin-top: 10px;

}

.new-bootom .right-xtx {
    float: right;
    width: calc(100% - 160px);

}

.new-bootom .right-xtx p {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.new-bootom .right-xtx ul {
    padding-left: 0px;
}

.new-bootom .right-xtx .linl {
    display: block;
    width: 110px;
    height: 36px;
    text-align: center;
    background-color: #00004a;
    color: #0e8ed0;
    font-weight: bold;
    line-height: 36px;
    border-radius: 4px;
    margin-top: 14px;
    font-size: 15px;
}

.new-bootom .right-xtx .linl2 {
    display: block;
    min-width: 200px;
    height: 40px;
    text-align: center;
    background-color: #00004a;
    color: #0e8ed0;
    font-weight: bold;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 24px;
    font-size: 16px;
}

@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-right: 24px;
        color: #444;
    }

    .shortcut-row .shortcut-nav>li>a:hover,
    .shortcut-row .shortcut-nav>li>a:active {
        color: #003279;
    }

    .shortcut-row .shortcut-nav>li>a span {
        display: inline-block;
    }
}




/* logo */
.pl10 {
    padding-left: 10px;
}

.logo-row {
	padding-top: 1px;

}

.logo-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.logo-img .hoverbox {
    position: absolute;
    display: block;
    width: 270px;
    height: 85px;
    background: rgba(255, 0, 0, 0.0);
    z-index: 100;
    right: 0;
    top: 67px;
}

.logo-img .addbox {
    position: absolute;
    background: #fff;
    width: 160px;
    height: 40px;
    z-index: 120;
    display: block;
    right: 109px;
    top: 28px;
    line-height: 40px;
    padding-left: 20px;
    font-weight: bold;
    transition: 0.3s;

}

.logo-img .addbox:hover .insidebox:after {
    border-top: 10px solid #ffe800;
}

.logo-img .addbox:hover {
    background: #ffe800;
}

.logo-img .addbox .insidebox {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo-img .addbox .insidebox:after {
    position: absolute;
    content: '';
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    top: 40px;
    left: 7%;
}

.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: #f2f6fd;
    width: 100%;
    position: relative;
}

.nav-li {
	float: left;
	height: 55px;
	line-height: 55px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 65px;
}

.nav-li:first-of-type {
    padding-left: 0;
}

.nav-li:last-of-type {
    margin-right: 0;
}

.nav-li-a {
    color: #003985;
    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: #003985;
}

.nav-li:hover .sub-nav-row {
    display: block;
}

.sub-nav-row {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px 0 0px;
    margin-top: -2px;
    z-index: 1001;
}

.sub-nav {
	float: left;
	width: calc(100% / 4 - 20px);
	margin-right: 20px;
	margin-bottom: 36px;
}

.sub-nav dt {
    font-weight: bold;
}

.sub-nav dd:hover {
	
	background-image:url(../menubg.jpg);
}

.sub-nav-a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #888;
    line-height: 35px;
    font-size: 16px;
}

dt .sub-nav-a {
    color: #00327b;
}

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 {}

.sub-nav-a:hover {
    color: #0e8ed0;
}

.menu-row {
    width: 60%;
    height: 100%;
    top: 0;
    left: -60%;
    -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: #0e8ed0;
    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: #0e8ed0;
    font-size: 16px;
}

.sub-menu-a {
    padding-left: 25px;
}

.sub-menu dd {
    display: none;
}

.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: #0e8ed0;
}

.sub-menu-ul {
    display: none;
}

.menu-ul {
    margin-top: 40px;
}

.menu-return {
    position: absolute;
    top: 45px;
    left: 0;
    padding: 5px 10px;
    color: #0e8ed0;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    display: none;
}

.redLink {
    color: #0e8ed0;
    margin-left: 30px;
}

.redLink i.icon-gengduo1 {
    font-size: 30px;
    position: relative;
    top: 6px;
    left: -4px;
}

.redLink:hover {
    color: #333;
}

.attention-row {
    background: #0e8ed0;
    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 50px;
}

.menu-return2 {
    display: block;
}

.menu-return .icon-shipinsuolve_xiangzuo {
    margin-right: 5px;
    font-size: 15px;
}

.fcwhite {
    color: #fff;
}

@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);
    }
}

.blueRowhiden88a88 {
    margin-bottom: 20px;
}

footer {
    background: #f7f7f7;
    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;

}

.footer-seek-a .icon-search {
    font-size: 14px;
    font-weight: bold;
    color: #0e8ed0;
    margin-right: 5px;
}

.footer-seek-a:hover {
    color: #0e8ed0;
}

.footer-top {
	padding-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #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: #0e8ed0;
    font-weight: bold;
}

.crumbs-a:after {
    content: '/';
    position: relative;
    margin: 0 10px 0 8px;
    font-size: 16px;
    top: 2px;
}

.crumbs-a:hover {
    color: #000;
}

.crumbs-curr {
    color: #000;
    font-weight: bold;
}

.Title {
    margin-top: 30px;
    font-size: 24px;
    color: #0e8ed0;
    line-height: 28px;
}

.newsList-row {
    width: 100%;

    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,
.PagingList {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.paging span,
.paging a,
.PagingList span,
.PagingList 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,
.PagingList .curr,
.PagingList span:hover,
.PagingList a:hover {
    color: #333;
    background: #f7f7f7;
}



.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;
}


.pt40 {
    padding-top: 40px;
    border-top: 1px #eaeaea solid;
}

.mb40 {
    margin-bottom: 30px !important;
}


/* 首页侧边栏 */

.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-half {
    width: 48%;
    text-align: justify;
}

.indexAbout {
    margin: 20px 0px 0px;
    text-align: justify;
}

.indexAbout-text {
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}

.btn {
    display: inline-block;
    padding: 0.6rem 1rem;
    border-radius: 3px;
    /* margin-top: 24px; */
    color: #0e8ed0;
    font-weight: bold;
    line-height: 22px;
}

.yellowBtn {
    background: #00004a;
    margin-top: 10px;
}

.btn:hover {
    opacity: 0.8;
}

.indexSectors-row88a88 {
    background: #f8f8f8;
}

.p50 {
    padding: 40px 0;
}

.index-title {
    font-size: 24px;
    line-height: 40px;
    color: #003279;
    font-weight: normal;
}

.indexSectors {
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-top: 25px
}

.indexSectors:nth-of-type(6n) {
    margin-right: 0;
}

.indexSectors-a {
    display: block;
}

.indexSectors-img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 182px;
	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: #00004a;
    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: #0e8ed0;
    padding: 25px 0;
}

.indexSearch-title {
    font-size: 24px;
    color: #00004a;
    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: #00004a;
    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-img222 {
    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: 240px;
    min-height: 240px;
}

.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-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.indexVideo-row {
    width: 56%;
    margin-right: 4%;
    float: left;
}

.indexVideo {
    width: 100%;
}

.indexVideo-box {
    margin: 30px 0 50px;
}

.Countdown {
    width: 30%;
    float: left;
    padding: 30px 0;
}

.Countdown-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 75px;
    margin-top: 30px;
}

.Countdown-li {
    flex: 1;
    background: #00377d;
    border-left: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.Countdown-li:first-of-type {
    border-left: 0;
    flex: 1.5;
}

.Countdown-li>strong {
    display: block;
    font-size: 34px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 34px;
}

.Countdown-li>span {
    display: block;
    line-height: 18px;
}

.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: #00004a;
    margin-top: 16px;
    font-weight: normal;
}

.indexIcons-link {
    font-weight: bold;
}

.indexIcons-link .iconfont {
    color: #fff;
}

.indexIcons-link:hover {
    color: #00004a;
}

.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.7px;
    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;
    height: 174px;
    overflow: hidden;
}

.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: #0e8ed0;
    line-height: 20px;
    margin: 15px 0;
    height: 40px;
    overflow: hidden;
}

.PressCenter-link {
    display: inline-block;
    margin: 8px 0;
    color: #003179;
}

.PressCenter-link:hover {
    color: #000;
}

.smart-item {
    text-align: justify;
}



.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: #003279;
    padding: 50px 0;
}



.alliance-img88a88 {
    text-align: center;
    margin-top: -20px;
}

.alliance-img88a88 img {
    max-width: 100%;
}


.mainRow {
	width: 870px;
	float: left;
	min-height: 640px;
	margin-bottom: 50px;
}

.mainTitle {
    font-size: 30px;
    margin-top: 20px;
    color: #0e8ed0;
}

.title2 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin: 20px 0 10px;
}

.Matchmaker-text {
    font-size: 14px;
    padding-bottom: 10px;
}

.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: #0e8ed0;
}

.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: #0e8ed0;
    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: #0e8ed0;
}

.redColor {
    color: #c20000;
}

.formInput-name .redColor {
    position: relative;
    top: 3px;
}

.formInput-name {

    color: #000;
    float: left;

    width: 100%;
}

.formInput {
    width: 100%;
    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
}


/* components */
.conponesbox {
    background: #f2f6fd;
    width: 100%;
    padding: 40px 0;
}

.components-tit {
    font-size: 40px;
    color: #0e8ed0;
    line-height: 40px;
}

.components-p p {
    padding-top: 20px;
}

.fcblue {
    color: #0e8ed0;
}

.conponesbox .tit-box {
    font-size: 40px;
    color: #0e8ed0;
    line-height: 40px;
}

.mt30 {
    margin-top: 30px;
}

.conponesbox .bottom-box .left-box {
    float: left;
    width: 313px;
}

.conponesbox .bottom-box .right-box {
    float: right;
    width: calc(100% - 353px);
    float: left;
    margin-left: 40px;
}

.conponesbox .bottom-box .right-box .link-item {
    background: #00004a;
    width: calc(100%/2 - 15px);
    margin-right: 30px;
    float: left;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.conponesbox .bottom-box .right-box .link-item img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.conponesbox .bottom-box .right-box .link-item:nth-child(2n) {
    margin-right: 0;
}

.components-scope li {
    width: calc(100%/5 - 24px);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;

}

.components-scope li:nth-child(5n) {
    margin-right: 0;
}

.components-scope li .imgbox {
    background: #f2f6fd;
    width: 100%;
    height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.components-scope li .txtbox {
    text-align: center;
    background: #00004a;
    color: #003279;
    padding: 10px;
}

.components-scope li:last-child .txtbox {
    padding: 0;
    line-height: 14px;
    padding: 8px 0;
}

.conponesbox-upbox {
    clear: both;
    display: flex;
}

.conponesbox-upbox h3 {
    font-size: 15px;

}

.conponesbox-upbox .box-left {
    width: calc(60% - 10px);
    float: left;
    margin-right: 10px;
}

.conponesbox-upbox .box-left .upbox1 {
    background: #d9e2ef;
    padding: 20px 30px;
    height: 50%;
}

.conponesbox-upbox .box-left .upbox2 {
    background: #ccdcf2;
    padding: 20px 30px;
    margin-bottom: 10px;

    height: calc(50% - 10px);
}

.conponesbox-upbox .box-right {
    width: 40%;
    float: left;
    background: #ccdcf2;
    padding: 20px 30px;
}

.conponesbox-bottombox {
    background: #ccdcf2;
    padding: 20px 30px;
    margin-top: 10px;
}

.conponesbox-bottombox h3 {
    font-size: 15px;

}

.components-imgbox ul {
    clear: both;
    overflow: hidden;
}

.components-imgbox ul li {
    width: calc(100%/3);
    text-align: center;
    float: left;
}

.components-imgbox ul li:first-child {
    text-align: left;
}

.components-imgbox ul li:last-child {
    text-align: right;
}

.components-btn {
    clear: both;
    background: #003279;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    font-size: 18px;

}

.components-btn img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.components-btn a {
    color: #00004a;
}

.conponesbox-lisibox {

    margin-top: 3px;
    clear: both;
    overflow: hidden;
    display: flex;

}

.conponesbox-lisibox .bix-left {
    background: #0e8ed0;
    width: 302px;

    color: #00004a;
    font-weight: bold;
    text-align: left;
    font-size: 1.7rem;
    line-height: 1.7rem;
    float: left;
    padding: 20px;
    font-weight: normal;
}

.conponesbox-lisibox .bix-right {
    width: calc(100% - 302px);
    float: left;
    padding: 17px 20px;
    background-color: #ccdef6;
    margin-left: 3px;
}

.range-box {
    background-image: url(../images/components/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 30px;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    background-size: cover;
    overflow: hidden;
}

.range-box .tit {
    font-size: 24px;
    padding-bottom: 10px;
}

.range-box ul {
    padding-left: 20px;
}

.range-box ul li {
    float: left;
    width: 33%;
    line-height: 40px;
    list-style: disc outside;
}

@media screen and (max-width: 1212px) {
    .components-scope li {
        width: calc(100%/3 - 24px);
    }

    .components-scope li:nth-child(3n) {
        margin-right: 0;
    }

    .components-scope li:nth-child(5n) {
        margin-right: 30px;
    }
}

/* 问卷 */

.questionnaireRow-name {
    padding: 8px 35px;
    color: #fff;
    background-color: #0e8ed0;
}

.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: #f7f7f7;
}

.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: #0e8ed0;
    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: #00004a;
}

.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: #0e8ed0;
}

.entriesList-cut {
    width: 58px;
    height: 48px;
    position: relative;
    border-radius: 3px;
    background: #00004a;
    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: #00004a;
    border: none;
}

.entriesList-tetxTitle {
    margin-bottom: 20px;
}

.ContactExhibitor {
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
}

.ContactExhibitor span {
    color: #0e8ed0;
    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: #0e8ed0;
}

.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: #0e8ed0
}

.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: #0e8ed0;
}

.login-close {
    font-size: 26px;
    color: #0e8ed0;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}



/* 德国 */

.de-box {
    width: 100%;
    background: url('/images/index_de_bg.png');
    background-size: cover;
    padding: 50px;
    min-height: 500px;
}

.de-box .itembox {
    width: 47%;
    margin-right: 6%;
    padding: 30px;
    float: left;
    box-sizing: border-box;
    line-height: 30px;
    background-color: #fff;
    font-size: 16px;
}

.de-box .itembox:nth-child(2n) {
    margin-right: 0;
    background-color: rgba(1, 45, 116, 0.9);
    color: #fff;
}

.de-box .itembox .tit {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

.de-sencondbox {
    margin-top: 60px;
    font-size: 16px;
}

.de-sencondbox .tit {
    font-size: 30px;
    color: #0e8ed0;
    font-weight: bold;
    margin-bottom: 30px;
    height: 40px;
    border-bottom: 3px rgba(2, 50, 124, 0.2) solid;
    position: relative;
}

.de-sencondbox .tit span {
    display: block;
    width: 42%;
    height: 50px;
    line-height: 43px;
    background-color: #fff;
}

.de-sencondbox .listbox ul {
    overflow: hidden;
    border-bottom: 1px #ddd solid;
    padding-bottom: 50px;
}

.de-blan .indexHalf {
    width: 510px;
}

.de-blan .indexHalf .de-Twocolumns {
    max-height: 286.88px;
    min-height: 286.88px;
}

.de-blan .indexHalf .de-Twocolumns img {
    max-width: 100%;
    vertical-align: -webkit-baseline-middle;
}

.de-sencondbox .listbox ul li {
    float: left;
    width: calc(100%/5 - 50px);
    margin-right: 62px;
}

.de-indexAbout {
    font-size: 16px;
    line-height: 24px;
}

.fs18 {
    font-size: 18px;
}

.mt20 {
    margin-top: 20px !important;
}

.de-indexAbout .fs16 {
    font-size: 16px;
}

.fwb {
    font-weight: bold;
}

.fs30 {
    font-size: 30px;
}

.hanbord {
    border-right: 1px #355b96 dashed;
}

.fs16 {
    font-size: 16px;
}

.de-sencondbox .listbox ul li:last-child {
    margin-right: 0;
}

.de-sencondbox .listbox .tita {
    font-size: 16px;
}

.icon-shipinsuolve_xiangyou {
    font-size: 15px;
}

.de-sencondbox .listbox .tita .linktit {
    font-weight: bold;
    color: #000000;
}

.index-tip {
    line-height: 38px;
    float: right;
    font-size: 14px;
    color: #999999;
}

.de-sencondbox .listbox ul li .pic img {
    max-width: 100%;
}

.new-language-box {
    position: relative;
}

.new-language-box .language-list {
    position: absolute;
    right: 0;
    top: 39px;
    z-index: 1000;
    background-color: #f7f7f7;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 20px 10px 20px;
    font-size: 14px;
    display: none;

}

.de-blue {
    font-size: 18px;
    padding-top: 10px;
}

.new-language-box .language-list a {
    line-height: 30px;
    display: block;
    color: #444;
}

.language-list a:hover {
    color: #0e8ed0;
}

.components-imgbox ul.component li {
    background: #e8eef2;
    width: calc(100%/2 - 7px);
    margin-right: 14px;
}

.components-imgbox ul.component li:last-child {
    margin-right: 0;
}

.components-imgbox ul.component li:first-child {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-right: 0;
    margin-bottom: 14px;
}

.right-btngrob {
    position: fixed;
    right: 0;
    display: none;
    top: 50%;
    z-index: 10000000;
}

.right-btngrob ul li {
    margin-bottom: 20px;
    width: 160px;
    height: 100px;
    text-align: center;
    background-repeat: no-repeat;
    transition: 0.3s;
    right: 0;
    display: block;
    cursor: pointer;
}

.right-btngrob ul li .ficont {
    padding-top: 24px;
    font-size: 24px;

}

.right-btngrob ul li .ptxt {
    color: #fff;
    font-size: 17px;
    padding-top: 6px;
}

.right-btngrob ul li:first-child {
    background-image: url('/static/images/blue.png');
    position: absolute;
    top: 0;
    right: 0;

}

.right-btngrob ul li:first-child:hover {
    right: -20px;
}

.right-btngrob ul li:nth-child(2) {
    background-image: url('/static/images/yellow.png');
    position: absolute;
    top: 120px;
    right: 0;
}

.right-btngrob ul li:first-child .ficont {
    color: #fff;
}

.right-btngrob ul li:nth-child(2):hover {
    right: -20px;
}

.right-btngrob ul li:nth-child(3){
    background: #0e8ed0;
    position: absolute;
    top: 240px;
    right: 0;
}
.right-btngrob ul li:nth-child(3):hover {
    right: -20px;
}
.swiper-button-next,
.swiper-button-prev {
    background-image: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.3s;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #0e8ed0;
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 30px;
    color: #fff;
}

@media only screen and (max-width:768px) {
    .topinfo-right {
        display: none;
    }

    .topinfo-left {
        width: 100%;
    }

    .de-box {
        padding: 30px 10px;
    }

    .de-box .itembox {
        width: 100%;
        margin-bottom: 20px;
    }

    .de-indexAbout {
        margin-bottom: 40px;
        font-size: 14px;
    }

    .de-indexAbout .indexAbout-name {
        font-size: 18px;
    }

    .de-box .itembox .tit,
    .de-sencondbox .tit {
        font-size: 24px;
    }

    .de-sencondbox .tit {
        border-bottom: none;
    }

    .de-sencondbox {
        margin-top: 30px;
    }

    .de-sencondbox .listbox ul li {
        width: calc(100%/2 - 15px);
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .de-sencondbox .listbox ul li:nth-child(2n) {
        margin-right: 0;
    }

    .de-sencondbox .listbox ul li .crumbs {
        display: block;
        padding: 0;
    }

    .de-blan .indexHalf {
        width: 100%;
    }

    .m50,
    .de-blan {
        margin: 30px 0 0;
        overflow: hidden;
    }

    .de-blan .indexHalf:last-child {
        margin-bottom: 40px;
    }

    .wid40,
    .wid60 {
        width: 100% !important;
    }

    .wid60 .indexIcons {
        height: 140px;
    }

    .de-blue {
        font-size: 16px;
        line-height: 26px;
    }

    .de-blan .indexHalf .de-Twocolumns {
        max-height: auto;
        min-height: auto;
    }

    .shortcut-row .shortcut-nav>li>a {
        margin-right: 12px;
        margin-left: 14px;
    }
}

@media only screen and (max-width:1212px) {
    .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) {
    .right-btngrob {
        display: none;
    }

    .indexSectors {
        width: 48%;
    }

    .indexSectors:nth-of-type(2n) {
        margin-right: 0;
    }

    .indexAbout-text {
        margin-bottom: 15px;
    }

    .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%;
        padding-bottom: 0;
    }

    .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;
    }

    .components-scope li {
        width: calc(100%/2 - 10px);
        margin-right: 20px;
    }

    .conponesbox-upbox {
        display: block;
    }

    .components-scope li:nth-child(2n) {
        margin-right: 0;
    }

    .components-scope li:nth-child(2n + 1) {
        margin-right: 20px;
    }

    .conponesbox-upbox .box-left {
        width: 100%;
        margin-right: 0;
    }

    .conponesbox-upbox .box-right {
        width: 100%;
        margin: 10px 0;
    }

    .conponesbox-upbox .box-left .upbox1,
    .conponesbox-upbox .box-left .upbox2 {
        width: 100%;

    }

    .components-imgbox ul {
        clear: both;
        overflow: hidden;
    }

    .components-imgbox ul li {
        width: 100%;
        text-align: center !important;
    }

    .conponesbox-lisibox {
        padding: 0;
        display: block;
    }

    .conponesbox-lisibox .bix-left {
        width: 100%;
        height: 60px;
        font-size: 20px;
    }

    .conponesbox-lisibox .bix-right {
        width: 100%;
    }
}

@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: #0e8ed0;
    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: #0e8ed0;
    line-height: 40px;
    margin: 20px 0;
}

.exhibitorSquare-text {
    color: #0e8ed0;
    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: #0e8ed0;
    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: #0e8ed0;
    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: #0e8ed0;
}

.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: #0e8ed0;
    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%;
    }
}

@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;
    }
}


/* è”ç³»æˆ‘ä»¬ */

.Contact {
    width: 100%;
}

.Contact .item-cos {
    margin: 40px auto;
    overflow: hidden;
}

.Contact .Contact-tit {
    font-size: 18px;
}

.Contact .item-cos .logobox {
    width: 140px;
    text-align: center;
    float: left;
}

.Contact .item-cos .rigbox {
    width: calc(100% - 160px);
    text-align: center;
    margin-left: 20px;
    float: left;
    text-align: left;
}

.Contact .item-cos .rigbox .tit {
    font-size: 16px;
    color: #000;
}

.Contact .item-cos .rigbox .peopleul {
    margin-top: 20px;
    overflow: hidden;
}

.Contact .item-cos .rigbox .peopleul li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
    .Contact {
        width: 100%;
        padding: 10px 0;
    }

    .Contact .item-cos .logobox {
        width: 100px;
    }

    .Contact .item-cos .rigbox {
        width: calc(100% - 120px);
    }

    .Contact .item-cos .rigbox .peopleul li {
        width: 100%;
    }

    .index-tip {
        float: left;
    }
}




/*观众中心*/


/*bin*/


/*新闻稿*/

.indexAbout-name {
    color: #0e8ed0;
    font-size: 22px;
    line-height: 32px;
}

.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: #0e8ed0;
}

.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: #0e8ed0;
    color: #FFF;
    border-radius: 50%;
}

.press-more {
    color: #0e8ed0;
}

@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: #f7f7f7;
    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 {
    display: table-row;
}

.logos-tab-row:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.logos-tab-row:nth-of-type(even) {
    background-color: #FFF;
}

.logos-tab-left {
    display: table-cell;
    width: 30%;
    padding: 12px;
}

.logos-tab-right {
    display: table-cell;
    width: 70%;
    padding: 12px;
    vertical-align: top;
}

.logos-tab-left img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.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 16px 0 0;
}

.marcom-head {
    width: 48%;
    margin-right: 2%;
    overflow: hidden;
}

.marcom-detail {
    width: 48%;
}

.marcom-head img {
    display: block;
}

.new-title-h2 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
}

.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%;
    }

    .marcom-head {
        display: none;
    }

    .new-title-h2 {
        height: auto;
    }
}

@media (max-width:480px) {
    .marcom-head {
        width: 100%;
        float: none;
    }

    .marcom-detail {
        width: 100%;
        float: none;
        padding: 20px;
    }
}




/*订阅展讯*/

.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;
}


.questionnaireRow-checkbox {}

.formInput-w70 {
    width: 70px;
}

.mg-right {
    margin-left: 20px;
    line-height: 40px;
}

.paging,
.PagingList {
    text-align: center;
    clear: both;
}

.paging span.count,
.PagingList span.count {
    background-color: #f7f7f7;
    cursor: default;
}

.paging a,
.paging span,
.PagingList span,
.PagingList a {
    color: #000;
    display: inline-block;
    padding: 5px 13px;
    cursor: pointer;

    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,
.PagingList a:hover {
    background-color: #0e8ed0;
    color: #fff;
}

.paging a.curr,
.paging a.curr:hover,
.PagingList a.curr,
.PagingList a:hover {
    background: #0e8ed0;
    color: #fff;
    font-weight: bold;
    cursor: default;
    border: 1px solid #0e8ed0;
}

.paging .prev-disabled,
.paging .next-disabled,
.paging .last-disabled,
.PagingList .prev-disabled,
.PagingList .next-disabled,
.PagingList .last-disabled {
    cursor: not-allowed;
    background-color: #f7f7f7;
}

.paging .prev-disabled:hover,
.paging .next-disabled:hover,
.paging .last-disabled,
.PagingList .prev-disabled:hover,
.PagingList .next-disabled:hover,
.PagingList .last-disabled {
    background-color: #f7f7f7;
}

.Demoonstration-top {
    padding: 3% 5%;
    background: #0e8ed0;
}

.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: 99%;
    height: 48px;
    border-radius: 3px;
    font-family: 微软雅黑;
}

.DemoonstrationSearch-input .search-button {
    background: #efeded;
    font-weight: normal;
    color: #0e8ed0;
}

.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: #0e8ed0;
    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;
}




/* 20170519 by hlf */

.right-suspension-close {
    cursor: pointer
}

.right-suspension {
    position: absolute;
    top: 327px;
    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: #f2f6fd;
}

@media only screen and (max-width: 1000px) {
    #content {
        width: calc(100% - 30px);
        margin-left: 0px;
    }
}

#content {
    clear: both;
    overflow: hidden;
}

.mainbox {
    width: 1212px;
    margin: auto;
}

.list-row {
    width: 615px;
    float: left;
}

#content_2 {
    width: 290px;
    float: right;
    margin-top: 65px;
}

.indexSectors-ul {
    margin-bottom: 50px;
}

.myCollection-Exhibition-box {
    width: 100%;
    /* background-color: #f7f7f7; */
}

.myCollection-Exhibition-box .tet-box {
    width: calc(100% - 280px);
    background-color: #fff;
    padding: 20px 00px;
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
}

.myCollection-Exhibition-box .tet-box h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.myCollection-Exhibition-box .tet-box .presscenter-link {
    margin-top: 10px;
    display: block;
}

.cl-login {
    float: right;
    margin-top: 90px;
    width: 240px;
    background: #00327b;
    text-align: center;
    height: 46px;
    border-radius: 4px;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.cl-login a {
    color: #ff0;
}

.cl-login a:hover {
    color: #fff;
}

.search-details-txt {
    width: 90%;
    margin: auto;
}

.search-details-txtbox .search-details-name {
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.search-details-bd {
    width: 45%;
    background-color: #fff;
    min-height: 270px;
    margin-top: 40px;
    float: left;
    padding-bottom: 30px;
}

.search-details-bd .titbox {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 20px;
    clear: both;
    font-size: 24px;
    padding-left: 20px;
}

.swichbox {
    display: block;
    cursor: pointer;
    color: #0e8ed0;
    margin-top: 10px;
    background-image: url('../images/arrdown.png');
    background-repeat: no-repeat;
    background-position: right 11px;
    width: 50px;
    background-size: 14px;
}

.shousuo {
    background-image: url('../images/arrup.png');
}

.search-details-content .row .product-box li {
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
}

.search-details-content .row .product-box li img {
    width: auto;
    max-width: 100%;
}

@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: 80px;
	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;
}

.lin {
    background-position: -160px 0;
}

.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: block;
    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;
}




/* 同期活动 */

.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%;
    background-color: #f7f7f7;
}

.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: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
}

.Twocolumns-text-bottom {
    margin-left: 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: 24px;
    color: #0e8ed0;
    line-height: 40px;
}




/* 展商评价 */

.appraise-box {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

.appraise-box h3 {
    color: #0e8ed0;
    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: #0e8ed0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}



.appraise-box .appraise-item .itemlist li {
    width: 100%;
}


.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 {

    margin-top: 20px;
    background-color: #f7f7f7;
    padding: 15px 20px;
}

.appraise-box .appraise-item .itemlist li .text-box h4 {
    color: #0e8ed0;
    margin: 0;
}

.appraise-box .appraise-item .itemlist li .text-box h5 {
    padding-bottom: 6px;
    color: #0e8ed0;
}

.appraise-box .appraise-item .itemlist li .text-box p {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1212px) {
    .appraise-box {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .appraise-box .appraise-item .itemlist li {
        width: 100%;
        margin-right: 0;
    }

    .newsList-img {
        width: 100%;
    }

    .newsList-text-row {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .newsList-detail {
        position: relative;
    }

    .newsList-name {
        font-size: 16px;
    }
}




/* 展商服务 */

.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 0px;
    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;
}

.pt10 {
    padding-top: 10px;
}

.industry-box {
    width: 45%;
    float: right;
    background-color: #fff;
    margin-top: 40px;
    height: 270px;
}

.industry-box .titbox {
    padding-top: 40px;
    padding-bottom: 20px;
    clear: both;
    font-size: 24px;
    padding-left: 20px;
}

.industry-box .industry-list {
    padding:0 20px;
}

.industry-box .industry-list li {
    list-style: disc inside;
}

.rangebox,
.productinfo {
    width: 100%;
    margin-bottom: 60px;
}

.rangebox .titbox {

    padding-bottom: 20px;
    clear: both;
    font-size: 24px;
    padding-left: 20px;
}

.productinfo .titbox {

    padding-bottom: 20px;
    clear: both;
    font-size: 24px;
    padding-left: 20px;
}

.rangebox .tabmenu li p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f4f4f4;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    background-image: url('../images/arrup.png');
    background-repeat: no-repeat;
    background-position: 96% center;
}

.rangebox .tabmenu li p.cur {
    background-image: url('../images/arrdown.png');
}

.rangebox .tabmenu li p span {
    padding-left: 20px;
}

.rangebox .tabmenu li p span:before {
    content: '|';
    padding-right: 10px;
}

.rangebox .tabmenu li .range-list {
    display: none;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rangebox .tabmenu li:nth-child(2n) p {
    background-color: #d9e6f8;
}

.productinfo .items-product .leftbox {
    width: 200px;
    float: left;
}

.productinfo .items-product {
    overflow: hidden;
    padding: 50px 0;
    width: 100%;
    clear: both;
}

.productinfo-list li {
    background-color: #e5eefa;
}

.productinfo-list li:nth-child(2n) {
    background-color: #fff;
}

.productinfo .items-product .rightbox {
    width: calc(100% - 240px);
    float: left;
    margin-left: 40px;
}

.productinfo .items-product .rightbox .toptxt {
    font-size: 16px;
}

.productinfo .items-product .rightbox .toptxt strong {
    color: #003179;
}

.productinfo .items-product .rightbox .productname {
    font-size: 18px;
    padding-top: 20px;
}

.productinfo .items-product .rightbox .fs16 {
    font-size: 16px;
    padding-top: 10px;
}

.productinfo .items-product .rightbox .protxt {
    padding-top: 10px;
}

.cellece-box {
    float: right;
    padding-top: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.cellece-box .pos {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    background-color: firebrick;
    top: -10px;
    left: 10px;
    position: absolute;
    font-style: normal;
}

.cellece-box .collectoricon {
    background-position: -84px 0;
}

.recommende-popup {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 665px;
    box-sizing: border-box;
    margin-left: -332px;
    border: 8px solid #fff;
    padding: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    background: #f6f6f8;
    padding: 30px 5%;
    text-align: center;
}

.recommende-popup-title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.recommende-popup>hr {
    width: 50px;
    border-bottom: 2px solid #adadad;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f7f7f7;
}

.recommende-popup>textarea {
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    margin: 10px 0;
    background: #fff;
    outline: none;
}

.recommende-btn {
    width: 50%;
    min-width: 100px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #033b80;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #033b80;
    border-radius: 20px !important;
    margin-top: 30px;
}

.recommende-popup>input {
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    margin: 10px 0;
    padding: 0 10px;
    background: #fff;
}


/* 联系我们 */

.from-box {
    border: 3px #f5f4f4 solid;
    padding: 30px 50px;
    font-size: 16px;
    margin-bottom: 50px;
}

.media_reg .indexAbout-name {
    font-size: 20px;
    margin: 0px 0 20px;
}

.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 .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 input[type="text"] {
    width: 100%;
    height: 40px;
    outline: none;
    line-height: 40px;
    border: 1px #e5e5e5 solid;
    outline: none;
    text-indent: 1rem;
    border-radius: 4px;
}

.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: #0e8ed0;
    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: #0e8ed0;
    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;
}

.fcred {
    color: red;
}

/* 展商新闻 */

.search-details-new-box li {
    margin-bottom: 30px;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #f2f2f2; */
    overflow: hidden;
}

.news-day {
    font-size: 50px;
    color: #003985;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 46px;
}

.news-time {
    text-align: center;
    color: #003985;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.col-sm-2 {
    width: 16.66666667%;
    float: left;
}

.col-sm-10 {
    width: 83.33333333%;
    float: left;
}

.news-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-name {
    font-size: 16px;
    color: #333;
    margin: 6px 0;
    line-height: 24px;
}

.new-details-box {
    margin-bottom: 40px;
}


/* 电子快讯 */

.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;);
    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;) #0b7df1 !important;
    display: block;
}




/* 展商展品搜索 */

.consult-input-box>input {
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    margin: 10px 0;
    padding: 0 10px;
    background: #fff;
}

.consult-input-box>textarea {
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    margin: 10px 0;
    background: #fff;
}

.consult-popup .consult-input-box .register-btn {
    width: 50%;
    min-width: 100px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #0e8ed0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #0e8ed0;
    border-radius: 20px;
    margin-top: 30px;
}

.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 {
    margin-top: 70px;
    width: 100%;
    height: 240px;
    background: #0e8ed0;
}

.detallogo-box {
    margin-top: 35px;
    width: 170px;
    height: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    line-height: 170px;
    justify-content: center;
    align-items: center;
}

.detallogo-box img {

    max-width: 90%;
    vertical-align: middle;
}

.halltex {
    color: #fff;
}

.search-details-txtbox {
    margin-top: 40px;
    width: 50%;
    float: left;
}

input,
textarea,
keygen,
select,
button {
    font: 14px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.search-details-introduce {
    width: 50%;
    min-height: 160px;
    background-color: #f2f6fd;
    float: right;
    margin-top: 40px;
}

.flush-left .iconfont {
    color: #444;
}

.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: #f2f6fd;
    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: 10px;
    padding-bottom: 30px;
}

.search-details-btn-box .btn {
    background: #0e8ed0;
    color: #fff;
    margin-left: 20px;
    width: 200px;
    height: 50px;
    font-size: 20px;
}

.cellece-boxa {
    width: 100%;
    height: 40px;
    clear: both;
}

.ewmbox {
    border-radius: 5px;
    border: 10px #fff solid;
}

.search-popup-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 200000;
    display: none;
}

.search-popup {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 665px;
    box-sizing: border-box;
    margin-left: -332px;
    border: 8px solid #fff;
    padding: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    background: #f6f6f8;
}

.subscribe-popup>div {
    padding: 50px 0;
    text-align: center;
}

.white-bg {
    background-color: #fff;
    width: 50%;
}

.white-red {
    width: 50%;
}

.landing-btn {
    width: 50%;
    min-width: 100px;
    height: 40px;
    border: 2px solid #003179 !important;
    font-size: 16px;
    font-weight: bold;
    color: #003179;
    border-radius: 20px !important;
    margin-top: 30px;
    box-sizing: border-box;
}

.register-btn {
    width: 50%;
    min-width: 100px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #003179;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #003179;
    border-radius: 20px !important;
    margin-top: 30px;
}

.register-btn:hover {
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.search-popup-close {
    position: absolute;
    right: -68px;
    top: -8px;
    width: 60px;
    height: 60px;
    background: #d1202f;
    color: #fff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    font-weight: normal;
    font-size: 24px;
    background-image: url('../images/closea.png');
    background-repeat: no-repeat;
    background-position: center;
}

.consult-popup {
    padding: 30px 5%;
    text-align: center;
}

.search-popup {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 665px;
    box-sizing: border-box;
    /* margin-left: -332px; */
    border: 8px solid #fff;
    padding: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    background: #f6f6f8;
}
/* 同期活动 */
.activity-box .activittab {
    border-collapse: collapse;
    margin-top: 30px;
}
.activity-box .activittab tr th{
    background: #00327b;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.activity-box .activittab tr:nth-child(2n){
    background: #f7f7f7;
}

.activity-box .activittab tr td{
   
    padding: 10px;
}
.activity-box .activittab tr th:first-child{
     padding: 10px 20px;
}
.activity-box .activittab tr td:first-child{
     padding: 10px 20px;
}
.activity-box .activittab tr td.bgaa{
        text-align: CENTER;
    background: #ffeb3b14;
    FONT-WEIGHT: bold;
}
/* 合作媒体 */
.new-partners-box .partners-navbox {
    border-bottom: 1px #00327b solid;
}

.new-partners-box .partners-navbox span {
    display: inline-block;
    background-color: #eee;
    padding: 10px 20px;
    font-weight: bold;
    color: #00327b;
    cursor: pointer;
    font-size: 15px;
    margin-right: 5px;
}

.new-partners-box .partners-navbox span.curent {
    background-color: #00327b;
    color: #fff;
}

.new-partners-box .new-partners-content {
    margin-top: 40px;
}

.new-partners-box .new-partners-content .partners-item {
    width: 100%;
    display: none;
}

@media (min-width: 768px) .col-sm-6 {
    width: 50%;
}

.Exhibitorintranbox {
    width: 100%;
    min-height: 352px;
    background-image: url('../images/exbbg.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    margin-bottom: 60px;
}

.search-details-btn {
    background-color: none;
}

.swop-pop-bottom {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}



/* 手机分页样式 */

.visible-xs-block {
    overflow: hidden;
    display: none;
}

.visible-xs-block {
    border: none !important;
}

.visible-xs-block li {
    margin-top: 10px;
    height: 41px;
    line-height: 40px;
    border: none;
    width: calc(100% / 3);
    float: left;
    text-align: center;
}

.visible-xs-block li a:hover {
    background-color: #fff !important;
}

.visible-xs-block li a span:hover {
    background-color: #fff !important;
}

.visible-xs-block li a span {
    border: none;
}

.contact-time-con-con-c p .pl10 {
    padding-left: 10px;
    display: block;
}

.eventhalfbox60 {
    width: 60% !important;
}

.eventhalfbox40 {
    width: 40% !important;
}

.eventhalfbox60 .hibox {
    padding: 10px;
    display: none;
}

.eventhalfbox60 .arro {
    color: #0e8ed0;
    cursor: pointer;
    background-image: url('../images/arrdown.png');
    background-repeat: no-repeat;
    background-position: right 20px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    background-size: 14px;

    padding-right: 20px;
}

.eventhalfbox60 .arrup {
    background-image: url('../images/arrup.png');
}

table.tabwbaoming {
    margin-top: 10px;
}

.indexmedia88a88 {
    margin-bottom: 20px;
}

@media screen and (max-width:680px) {
    .components-imgbox ul.component li {
        width: 100%;
        margin-bottom: 10px;
    }

    .eventhalfbox60,
    .eventhalfbox40 {
        width: 100% !important;
    }

    .from-box {
        padding: 20px;
    }

    .from-box .formbox .item {
        margin-bottom: 10px;
    }

    .crumbs {
        display: none;
    }

    .contact-time-con {
        margin-top: 10px;
    }

    .exhibit-list ul li {
        padding: 0;
    }

    .exhibit-list ul li .text-box .tit {
        font-size: 16px;
    }

    .swop-Service-login .box-left,
    .swop-Service-login .box-pic img {
        max-width: 100%;
    }

    .swop-Service-con h2,
    .swop-Service-login .box-left h3,
    .swop-Service-Trade-con h2 {
        font-size: 24px !important;
    }

    .new-details-title {
        font-size: 16px;
    }

    .solution-box h1,
    .wbg100 .solution-item .tit,
    .press-title,
    .hbox .fcred {
        font-size: 18px !important;
    }


    .contact-time-right {
        padding-top: 10px !important;
    }

    .contact-time-right h2 {
        font-size: 18px;
    }

    .mainTitle {
        font-size: 20px;
    }

    .contact-time-con-con li h2 {
        font-size: 16px !important;
    }

    table.tabwbaoming {
        width: 100% !important;
    }

    .w40 {
        width: 100% !important;
    }

    .Exhibitorintranbox {
        height: auto;
    }

    .search-details-btn-box .btn {
        width: 100px;
    }

    .search-details-bd {
        width: 100%;
        border: 1px #ddd solid;
    }

    .industry-box {
        width: 100%;
        border: 1px #ddd solid;
    }

    .productinfo .items-product .leftbox {
        width: 100%;
    }

    .productinfo .items-product .leftbox img {
        width: 100%;
    }

    .productinfo .items-product .rightbox {
        margin-left: 0;
        width: 100%;
    }

    .swop65 {
        width: 100%;
    }

    .PagingList {
        display: none;
    }

    .visible-xs-block {
        display: block;
    }

    .banner-row88a88,
    .namedisnone88a88,
    .indexSectors-row88a88,
    .index-newbox88a88,
    .indexmedia88a88,
    .alliance-img88a88,
    .sjbxs,
    .blueRowhiden88a88 {
        display: none;
    }

    .hezuotu {
        margin-top: 20px;
        width: 80%;
    }

    .hezuotu .footerlogo-li {
        float: right;
        margin-left: 30px;
        margin-right: 0;
    }

    .indexAbout .indexAbout-half {
        margin-bottom: 20px;
    }

    .indexAbout .indexAbout-half:last-child {
        margin-bottom: 0px;
    }

    .indexHalf {
        margin-bottom: -20px;
    }

    .indexHalf:last-child {
        margin-bottom: 0
    }



    .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;
        background-color: #fff;
    }

    .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%;
        padding: 0;
    }

    .cl-login {
        margin-bottom: 40px;
        width: 100%;
        margin-top: 0;
    }

    .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%;
    }

    .conponesbox .tit-box {
        font-size: 24px;
        line-height: 30px;
    }

    .conponesbox .bottom-box .left-box {
        width: 100%;
        text-align: center;
    }

    .conponesbox .bottom-box .right-box {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .conponesbox .bottom-box .right-box .link-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .components-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .range-box ul li {
        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;
}


/* 展商展品模拟下拉 */

.boxselect {
    background: #fff;
    height: 48px;
    border-radius: 4px;
    line-height: 48px;
    position: relative;
    margin-bottom: 1px;
}

.boxselect .boxval {
    width: 90%;
    margin-left: 10px;
    height: 100%;
}

.boxselect .search-button {
    background-color: #efeded;
    color: #0e8ed0;
}

.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: #0e8ed0;
}

.selectlist .category_first input {
    vertical-align: middle;
}

.selectlist .subcategory {
    margin-left: 40px;
}

.selectlist .subcategory .itembox {
    cursor: pointer;
}

.selectlist .subcategory .itembox:hover {
    color: #0e8ed0;
}

.p-txt {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

/* 商贸配对 */

.matchbox {
    width: 100%;
}

.matchbox .matchbox-txt .matchtit {
    font-size: 18px;
}

.matchbox .matchbox-txt .matchptxt {
    margin-top: 20px;
}

.matchbox .matchbox-txt .matchptxt p {
    margin-top: 20px;
}

.ml10 {
    margin-left: 2px;
    padding-bottom: 20px;
    padding-top: 4px;
}

.matchbox .bannerbox {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.matchbox .bannerbox img {
    max-width: 100%;
}

.bannerbox {
    width: 100%;
}

.bannerbox img {
    max-width: 100%;
}

.matchbox .matchul {
    margin-top: 40px;
}

.matchbox .matchul ul li {
    width: 45%;
    margin-right: 10%;
    float: left;
    background: #f8f8f8;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.matchbox .matchul ul li:nth-child(2n) {
    margin-right: 0;
}

.matchbox .matchul ul li .topbox {
    background-color: #0e8ed0;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    height: 140px;
    padding: 30px;
    clear: both;
}

.matchbox .matchul ul li .topbox .iconbox {
    width: 74px;
    height: 74px;
    float: left;
}

.matchbox .matchul ul li .topbox .texbox {
    width: calc(100% - 110px);
    float: left;
    margin-left: 20px;
    font-size: 18px;
}

.matchbox .matchul ul li .tiop {
    padding: 20px;
    line-height: 20px;
    min-height: 100px;
}

.matchbox .matchul ul li .heddenbox {
    padding: 20px;
    line-height: 20px;
    display: none;
}

.matchbox .matchul ul li .heddenbox p {
    margin-bottom: 20px;
}

.matchbox .matchul ul li .btnbox {
    width: 100%;
}

.matchbox .matchul ul li .btnbox .matchbtn {
    width: 200px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    color: #0e8ed0;
    background-color: #feed01;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
}

.matchbox .matchul ul li .btnbox .itembtn {
    width: 46px;
    height: 40px;
    display: inline-block;

    float: right;
    margin-right: 20px;
    cursor: pointer;
    background-image: url('../images/matcharrodown.png');

    background-repeat: no-repeat;
    background-position: center;
}

.matchbox .matchul ul li .btnbox .onmatch {

    background-image: url('../images/matcharro.png');
}

.pt30 {
    padding-top: 10px;
}

.titpading40 {
    padding-top: 60px;
    font-size: 30px;
}

@media only screen and (max-width: 640px) {
    .bannerbox {
        display: none;
    }

    .titpading40 {
        padding-top: 20px;
    }

    .indexAbout {
        margin: 10px 0px 0px;
    }

    .de-indexAbout {
        margin-bottom: 0;
    }

    .matchbox .matchul ul li {
        width: 100%;
    }

    .matchbox .matchul ul li .topbox .iconbox {
        width: 40px;
        height: 40px;
    }

    .matchbox .matchul ul li .topbox .texbox {
        font-size: 14px;
    }

    .matchbox .matchul ul li .topbox .texbox {
        width: calc(100% - 70px);
    }

    .matchbox .matchul ul li .topbox {
        padding: 20px;
        height: 120px;
    }

    .paging a,
    .paging span {
        margin-bottom: 10px;
    }
}

.erro-sty .required {
    border: 1px #cc161e solid !important;
}

.checkTips {
    display: none;
    color: #cc161e;
    line-height: 24px;
    font-size: 14px;
}

.erro-sty .checkTips {
    display: block;
}

/* 2018-02-08 */

.soft-double--ends {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.inner-wrap--padding {
    padding: 0 16px;
}

.inner-wrap {
    max-width: 945px;
    margin: 0 auto;
}

.link-btn,
.media-module-ctalink,
.button-list--cta .button-list-anchor {
    display: inline-block;
    color: #0e8ed0;
    background-color: #00004a;
    font-weight: bold;
    line-height: inherit;
    white-space: normal;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn,
.link-btn,
.media-module-ctalink,
.button-list--cta .button-list-anchor {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    font-size: 100%;
    cursor: pointer;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3;
    padding-right: 1em;
    padding-left: 1em;
    border-radius: 2px;
}

.contentBlock-2209057 {
    background: url('/images/Interpack17_MK18513_1600b.jpg') center no-repeat;
    background-size: cover;
}

.kilo {

    font-size: 1.6rem;
    line-height: 1;
    margin-top: 80px;
}

.color--brand {
    color: #0e8ed0;
}

.box-ser-a {
    margin-top: 40px;
    overflow: hidden;
}

.box-ser-a .box-l {
    width: 454px;
    float: left;
}

.box-ser-a .box-l p {
    margin-bottom: 10px;
}

.box-ser-a .box-r {
    width: calc(100% - 484px);
    float: right;
    margin-bottom: 10px;
}

.box-ser-a .box-l-l {
    width: 617px;
    float: left;
}

.box-ser-a .box-l-r {
    width: calc(100% - 647px);
    float: right;
}

.mt10_a {
    margin-top: 10px !important;
}


.box-mm {}

.box-mm .box-l {
    width: 460px;
    float: left;
}

.box-mm .box-l .tit {
    font-size: 18px;
    margin-bottom: 20px;
}

.box-r {
    width: 290px;
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.bg-col--very-light,
.search-filter-box {
    background-color: #f7f7f7;
}

.md-ff__result-cards ul {

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;


    padding-top: 6px;
    padding-bottom: 6px;
}

.md-ff__result ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.md-ff__result-cards ul.cards-3>li {
    background-color: #ffffff;
}

.md-ff__result-cards ul>li,
.md-ff__result-cards ul.cards-2>li,
.md-ff__result-cards ul.cards-3>li {
    margin-bottom: 10px;
    width: 100%;
}

.md-ff__result-cards-item {
    background-color: #ffffff;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.md-ff__card__header {
    background-color: #0e8ed0;
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.soft-half {
    padding: 12px !important;
}

.md-ff__result-cards {
    margin: 40px auto;
    overflow: hidden;
    padding-top: 28px;
}

.md-ff__card .md-ff__card__desc {
    /* -webkit-flex-grow: 1; */
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.md-ff__result-cards ul.cards-3>li {
    width: calc(100%/2 - 54px);
    margin-left: 36px;
    float: left;
    margin-bottom: 35px;
}

.md-ff__card__logo {
    text-align: right;
    height: 80px;
}

.push-half {
    margin: 12px !important;
}

.md-ff__card__logo img {
    max-width: 170px;
    max-height: 100%;
}

.md-ff__card .md-ff__card__desc-title {
    font-size: 24px;
}

.soft-half--right {
    padding-right: 15px !important;
    min-width: 30px;
    display: inline-block;
    background-image: url('../images/location.png');
    background-repeat: no-repeat;
    background-position: center 6px;
}

.push-half--bottom {
    margin-bottom: 12px;
}

.mt40 {
    margin-top: 40px;
}

.partners-box {
    overflow: hidden;
}

.partners-box li {
    margin-right: 30px;
    margin-bottom: 20px;
    width: calc(100%/4 - 23px);

    float: left;
}

.partners-box li .p-txt1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.partners-box li:nth-child(4n) {
    margin-right: 0;
}

.partners-box .partners {
    border: 1px #e5e5e5 solid;

    margin-bottom: 5px;
    display: block;
    text-align: center;
}

.partners-box .partners:nth-child(4n) {
    margin-right: 0;
}

.new-top {
    width: 100% !important;
    margin-bottom: 40px;
}

.tabindex {
    width: 370px;
}

.wid40 {
    width: 446px;
    margin-right: 0;
}


.nbtb {
    font-weight: normal;
    padding: 6px 30px;
}

.wid60 {
    width: calc(100% - 506px);
    margin-right: 0;
    margin-left: 60px;
}

.jCountdown .group {
    background-color: #00004a;
    padding: 10px;
}

.jCountdown.slide.black .group>.container,
.jCountdown.slide.black .group>.container>.cover {
    background-image: none;
}

.coundownbox {

    padding-bottom: 32px;
}

.big-font {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    color: #00004a;
    line-height: 94px;
    float: left;


}

.data-show-box {
    margin-left: 80px;
    display: inline-block;
    color: #fff;
    float: left;
    padding-top: 5px;
}

.data-show-box .item {
    display: inline-block;
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    color: #003279;
    text-align: center;
    width: 94px;
    height: 94px;
    border-radius: 5px;
}

.data-show-box .item .date-tiem-span {
    font-size: 30px;
    margin-top: 6px;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

.index-link {
    padding: 20px 0 30px 20px;
    margin-top: 30px;
    display: none;
}

.dnbxs {
    display: none;
}

.index-link h2 {
    font-size: 2.8em;
    line-height: 60px;
    color: #fff;
    padding-bottom: 20px;
    font-family: "TradeGothicW02-BoldCn20_675505", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.jpandh-blan .indexHalf {
    width: 456px;
}

.jpandh-sencondbox .listbox ul li {
    margin-right: 14px;
    width: calc(100%/5 - 12px);
}

.banner-row88a88 {
    height: 360px;
}

.banner-index {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.banner-index a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-index img {

    width: 1920px;
    position: absolute;
    left: 50%;
    height: 100%;
    margin-left: -960px;

}


.activity-tab td {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin: 20px;
}

.activity-tab td:first-of-type {
    border-left: 1px solid #dedede;
}

.activity-tab td:last-of-type {
    border-right: 1px solid #dedede;
}

.activity-tab tr {
    padding-bottom: 20px;
}

.activity-tab {
    border-collapse: separate;
    border-spacing: 0 20px;
}

@-moz-document url-prefix() {}

@media only screen and (max-width: 750px) {
    .logo-img .addbox {
        display: none;
    }

    .paging a,
    .paging span,
    .PagingList span,
    .PagingList a {
        padding: 0 10px;
        height: 100%;
    }

    .md-ff__result-cards {
        padding-top: 5px;
    }

    .md-ff__result-cards ul>li,
    .md-ff__result-cards ul.cards-2>li,
    .md-ff__result-cards ul.cards-3>li {
        margin-bottom: 10px;
        margin: 0 10px 10px 10px;
        width: calc(100% - 20px);
    }

    .box-ser-a .box-l,
    .box-ser-a .box-r,
    .box-ser-a .box-l-l,
    .box-ser-a .box-l-r,
    .box-mm .box-l,
    .box-r {
        width: 100%;
    }

    .box-ser-a .box-l-r {
        margin-top: 20px;
    }

    .box-mm .box-r {
        margin-top: 20px;
    }

    .kilo {
        font-size: 20px;
    }

    .box-ser-a {
        margin-top: 10px;
    }

    .box-ser-a .box-l {
        margin-bottom: 10px;
    }

    .mt40 {
        margin-top: 20px;
    }

    .box-mm .box-l .tit {
        margin-bottom: 10px;
    }

    .partners-box li {
        width: calc(100%/2 - 8px);
        margin-right: 15px;
    }

    .partners-box li:nth-child(2n) {
        margin-right: 0;
    }

    .big-font {
        text-align: center;
        margin-left: 0;
        font-size: 36px;
        line-height: 40px;
        width: 100%;
        font-weight: normal;
        padding-top: 0;
    }

    .coundownbox {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .data-show-box .item {
        /* width: calc(100%/4 - 4px); */
        width: 100%;
        padding: 10px;
        height: auto;
    }

    .coundownbox {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .data-show-box {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }

    .index-link,
	.dnbxs {
        display: block;
    }

    .tabindex {
        width: calc(100% - 50px);
        font-size: 16px;
    }

    .hanbord {
        border: none;
    }

    .wid60 {
        margin-left: 0;
        margin-top: 20px;
    }

    .de-box .wrap {
        padding: 0;
    }

    .jpandh-blan .indexHalf {
        width: 100%;
    }

    .jpandh-sencondbox .listbox ul li {
        width: calc(100%/2 - 10px);
        margin-right: 20px;
    }
}

.paginate {
    text-align: center;
}

.paginate>li {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}

.paginate>li>span,
.paginate>li>a {
    color: #000;
    display: block;
    padding: 5px 13px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.paginate>.disabled>span {
    background: #f7f7f7;
}

.paginate>li>a:hover,
.paginate>.active>span {
    background: #0e8ed0;
    color: #fff;
    border: 1px solid #0e8ed0;
}

@media screen and (max-width: 680px) {
    .paginate {
        display: none;
    }
}
