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;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

fieldset,
img {
    border: none;
}


/*img {
	vertical-align:top;
}
*/

input,
button {
    vertical-align: middle;
}

caption,
th {
    text-align: left;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #ca2f35;
}

html {
    text-align: center;
}

body {
    font: 12px/1.5em Verdana;
    color: #50555f;
    margin: 0 auto;
    text-align: left;
    -webkit-text-size-adjust: none;
    font-family: OpenSans, "微软雅黑";
    background: #f6f6f6;
}


/*Common Style*/

.hidden {
    display: none;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear:both;
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
    font-size: 16px;
}


/*版心*/

.w {
    width: 1200px;
    margin: 0 auto;
}

.content {
    position: relative;
    background: url(bg.jpg);
}

.left_250 {
    width: 250px;
    float: left;
    border-right: 10px solid #f6f6f6;
}

.left_700 {
    width: 700px;
    float: left;
}

.right_730 {
    width: 730px;
    float: right;
}

.right_230 {
    width: 239px;
    float: right;
    border-left: 10px solid #f2f2f2;
    margin-left: -10px;
}

header {
    width: 100%;
    /*height: 245px;
    border-bottom: 1px solid #d4d4d4;*/
    /*box-shadow: 0px 0px 10px 0px #333;
    margin-bottom: 1px;*/
}
.display {
    transition: 0.2s;
    transition-property: opacity;
    opacity: 0;
    height:0!important;
}
.none {
    display:none;
}
.headnav {
    padding-top:15px !important;
    transition:0.5s;
}
.newhead {
    transition: 0.2s;
    height: 77px;
    background: rgba(0,0,0,0);
    padding: 0 0.25rem;
}
.newhead:hover{
    background: #fff;
    transition: background 0.2s;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 2px 0px #999;
}
.newlogo {
    padding-top:24px !important;
}
.header_logo {
    /*padding-top: 33px;*/
        width: 12%;
         height: 58px;
    line-height: 58px;
    position: relative;
}
.header_logo a{
    height: 56px;
    line-height: 56px;
    display: block;
    text-align: center;
}
.newheader .header_logo img{
	width:auto;
    height: 100%;
    margin:0 auto;
}
.header_img{
    text-align: center;

    /*margin-bottom: 19px;*/
}
.header_img_name img{
	width: 100%;
	height: auto;
}
.header_img span.header_text1 {
    font-size: 30px;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    font-family: cursive;
}
.header_img span.header_text2 {
    font-size: 38px;
    /* padding: 10px; */
    /* margin: 10px 0; */
    /* margin-top: 20px; */
    line-height: 30px;
    /* height: 30px; */
    display: block;
}
.header_img span.header_text3 {
    font-size: 18px;
    margin-right: 20px;
}
.header_img span.header_line {
    font-size: 16px;
}
.header_img span.header_text4 {
    font-size: 18px;
    margin-left: 20px;
}
.header_img_time img{
	width: 100%;
	height: auto;
    /*margin-top:19px;*/
}
.nav li {
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.nav li a {
    padding: 20px 0px;
    font-size: 16px;
    color: #505050;
    display: block;
    height: 16px;
    line-height: 16px;
}

.nav>li {
    /*width: 98px;*/
    text-align: center;
    overflow: hidden;
}

.nav>li.current>a,
.nav>li:hover>a{
    color: #C1292E;
}

.nav>li:hover>a svg{
    fill: #C1292E;
    transform: rotateX(180deg);
}
.search {
    padding: 15px;
}

.search_input {
    width: 50%;
    height: 26px;
    line-height: 26px;
    border: 1px solid #235789;
    color: #333;
    padding: 0 10px;
    background-color: transparent;
    font-size: 14px;
}

.search_btn {
    width: 26px;
    height: 26px;
    border: none;
    background: url(ico1.png) center center no-repeat;
    cursor: pointer;
}

.Language {
    padding: 20px 0;
}

.Language_box {
    float: right;
}

.Language_box a {
    height: 27px;
    width: 90px;
    border-radius: 15px;
    border: 1px solid #d4d4d4;
    display: block;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    color: #727274;
}

.Language_box a:hover {
    border: 1px solid #ca2f35;
    color: #ca2f35;
}

.Language_box a span {
    width: 20px;
    height: 15px;
    display: inline-block;
    background: url(ico.png) center center no-repeat;
}

.header_r_bd strong {
    font-size: 30px;
    color: #ca2f35;
    font-style: oblique;
}

.header_r_bd p {
    font-size: 20px;
    color: #6a6a6a;
    text-align: right;
}
.header>.header_l{
    width: 1200px;
}
.banner {
    height: 540px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 12px 0;
}

.banner ul.banner_bd {
    width: 1000%;
    position: absolute;
}

.banner ul.banner_bd li {
    width: 10%;
    height: 634px;
    float: left;
    position: relative;
    overflow: hidden;
}

.banner ul.banner_bd li img {
    position: absolute;
    left: 50%;
    margin-left: -950px;
    top: 0;
}


/*banner角标*/

.banner ol.banner_ft {
    bottom: 20px;
    left: 50%;
    margin-left: -30px;
    z-index: 2;
    position: absolute;
}

.banner ol.banner_ft li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    float: left;
    cursor: pointer;
}

.banner ol.banner_ft li.current {
    background: #991c32;
}

.banner ol.banner_ft span {
    position: absolute;
    top: -5px;
    width: 50px;
    height: 20px;
    cursor: pointer;
}

.banner ol.banner_ft .banner_ft_r {
    right: -50px;
    background: url(banner_r_red.png) center center no-repeat;
}

.banner ol.banner_ft .banner_ft_l {
    left: -50px;
    background: url(banner_l_red.png) center center no-repeat;
}

.content_hd ul li {
    float: left;
    margin-right: 36px;
    width: 273px;
    height: 149px;
}

.content_hd ul li:last-of-type {
    margin: 0;
}

.content_hd ul li div {
    padding: 50px;
    height: 100%;
    box-sizing: border-box;
}

.content_hd .bg_green {
    background: #ca2f35;
}

.content_hd .bg_blue {
    background: #ca2f35;
}

.content_hd .bg_green .i-title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.content_hd .bg_blue .i-title {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
}

.content_hd .bg_green .title-underline {
    width: 80px;
    height: 3px;
    display: block;
    margin-top: 10px;
    background: #fff;
}

.content_bd {
    padding: 30px 0;
}

.content_l {
    width: 808px;
}

.content_r {
    width: 390px;
}

.fairprofile {
    padding: 20px 0;
    height: 500px;
    box-sizing: border-box;
}

.fairprofile h3 {
    padding: 25px 30px;
    font-size: 30px;
    color: #3d3d3d;
}

.fairprofile .fairprofile_txet {
    border-top: 1px solid #d4d4d4;
    padding: 0 30px;
}

.fairprofile .fairprofile_txet h4 {
    font-size: 14px;
    color: #505050;
    font-weight: bold;
    line-height: 18px;
    padding-top: 30px;
}

.fairprofile .fairprofile_txet p {
    font-size: 14px;
    color: #505050;
    line-height: 18px;
}

.fairprofile .fairprofile_txet p span {
    padding-right: 15px;
    text-align: right;
    width: 110px;
    display: inline-block;
}

.fairprofile .fairprofile_txet .Show_btn {
    width: 350px;
    height: 29px;
    background: url(show_btn_red.jpg) no-repeat;
    border: none;
    margin: 30px 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.content_l_img {
    height: 500px;
}

.content_l_new {
    box-sizing: border-box;
}

.content_new_hd {
    padding: 30px;
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px solid #d4d4d4;
}

.content_new_hd h3 {
    font-size: 30px;
    color: #3d3d3d;
    float: left;
}

.content_new_hd a {
    float: right;
    color: #ca2f35;
    font-weight: bold;
    font-size: 16px;
}

.content_new_bd {
    padding: 30px;
}

.content_new_bd ul li {
    overflow: hidden;
    padding: 7px 0;
}

.content_new_bd .new_img {
    position: relative;
    width: 200px;
}

.content_new_bd .new_img span {
    position: absolute;
    right: -11px;
    top: 20px;
    width: 79px;
    height: 27px;
    line-height: 20px;
    background: url(safasa_red.png) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.content_new_bd .new_text {
    width: 450px;
    padding: 6px 20px 0 34px;
}

.content_new_bd .new_text h4 a {
    font-size: 14px;
    font-weight: bold;
}

.content_new_bd .new_text h4 {
    line-height: 30px;
}

.Video_hd {
    padding: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d4d4d4;
}

.Video_hd h3 {
    font-size: 30px;
    color: #3d3d3d;
}

.Video_bd {
    padding: 30px;
}

.Video_bd video {
    height: 250px;
    width: 100%;
}

.siteinfo {
    padding-bottom: 50px;

}

.siteinfo ul li {
    float: left;
}

.siteinfo ul li .siteinfo_hd {
    font-size: 24px;
    color: #3d3d3d;
    line-height: 80px;
}

.Newsletter {
    width:100%;
    text-align: center;
}

.Newsletter .siteinfo_bd {
    padding: 0 30px;
    height: 100px;
}

.Newsletter .siteinfo_bd .Email_input {
    border: none;
    width: 525px;
    height: 56px;
    line-height: 56px;
    background: #f2f7f5;
    padding-left: 10px;
    color: #3d3d3d;
    font-size: 14px;
        border: 1px solid #a8cbaa;
}

.Newsletter .siteinfo_bd .Email_btn {
    width: 96px;
    height: 56px;
    border: 0 none;
    background: #ebddc5 url(../ico2_red.html) center center no-repeat;
    margin-left: -4px;
}

.QuickLink {
    width: 300px;
    padding-left: 60px;
    box-sizing: border-box;
}

.QuickLink .siteinfo_bd li {
    float: none;
    line-height: 24px;
}

.QuickLink .siteinfo_bd li a {
    color: #3d3d3d;
    font-size: 14px;
}

.Contact {
    width: 470px;
}

.Contact .siteinfo_hd {
    padding-left: 90px;
}

.Contact .siteinfo_bd {
    border-left: 1px solid #d4d4d4;
    padding-left: 90px;
    height: 100px;
}

.Contact .siteinfo_bd li {
    float: none;
    line-height: 24px;
    font-size: 14px;
    color: #3c3c3c;
}

.Contact .siteinfo_bd li a {
    color: #ca2f35;
    font-size: 14px;
}

footer {
    
    background: #fff;
}

.footer_r ul {
    overflow: hidden;
}

.footer_r ul li {
    width: 32px;
    height: 32px;
    margin: 5px 3px;
    float: right;
    background: #b8b8b8;
    border-radius: 27px;
}

.footer_r ul li a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(ico3.png) no-repeat;
}

.footer_r ul li.wx a {
    background-position: 4px center;
}

.footer_r ul li.wb a {
    background-position: -33px center;
}

.footer_r ul li.yx a {
    background-position: -69px center;
}

.footer_r p {
    color: #6e6e6e;
    font-size: 14px;
}

.footer_r ul li.pinterest a {
    background: url(ico4.png) no-repeat;
    background-position: 5px center;
}

.alpha_item {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.banners {
    padding: 20px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 235px;
}
.content-top-img {
    text-align: center;
}
.banners img {
	width: 1600px;
   /* position: absolute;
    left: 50%;
    margin-left: -950px;*/
}

.content {
    height: 100%;
    border-bottom: 10px solid #f2f2f2;
}

.content h2 {
    padding: 9px 15px 11px;
    margin-bottom: 10px;
    font: 20px/20px '微软雅黑', Arial, sans-serif;
    color: #283a62;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
}
.right_230 h2{
    border:none;
    text-align: center;
}
.content a.more {
    height: 14px;
    padding-right: 10px;
    margin: 30px 0 30px 15px;
    line-height: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #ca2f35;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.content a.more:hover {
    background: #ca2f35;
    color: #fff;
    text-decoration: none;
}

.leftNav {
	width: 100%;
	border-bottom: 10px solid #f2f2f2;
	padding-bottom: 20px;
}

.leftNav h2 a {
    color: #283a62;
    font-weight: bold;
    font-family: '微软雅黑';
}

.leftNav li {
    width: 100%;
    position: relative;
    *vertical-align: middle;
}

.leftNav li a {
    display: block;
    padding: 5px 15px 6px;
    font: 15px '微软雅黑', Arial;
    color: #404040;
}

.leftNav li a:hover,
.leftNav li a.current {
    background: #283a62;
    color: #fff;
}

.leftNav li span {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 20px;
    background: url(icon_red.png) -270px -95px no-repeat;
}

.leftNav li span.plus {
    background: url(icon_red.png) -240px -95px no-repeat;
}

.leftNav li ul {
    padding: 0;
    margin: 1px 0;
    background: #eee;
}

.leftNav li ul li {
    margin: 3px 0;
}

.leftNav li ul li a {
    padding: 6px 15px 6px 35px;
    font-weight: normal;
    background: url(icon_red.png) -355px 0 no-repeat;
    font-size: 13px;
}

.leftNav li ul li a:hover {
    color: #ca2f35;
    background: url(icon_red.png) -335px -20px no-repeat;
}

.leftNav li ul li a.current {
    color: #ca2f35;
    background: url(icon_red.png) -335px -20px no-repeat;
    font-weight: bold;
}

.leftcontact {
    border-bottom: 10px solid #f2f2f2;
}

.leftcontact a {
    color: #ca2f35;
}

.leftcontact a:hover {
    text-decoration: underline;
}

.leftcontact p {
    padding: 0 15px;
}


/**/

.leftexhsearch {
    width: 100%;
    border-bottom: 10px solid #f2f2f2;
}

.leftexhsearch a {
    display: block;
    width: 100%;
    height: 105px;
    background: url(../search_banner.jpg) no-repeat;
}


/**/

.inner_detail .position {
    text-align: right;
    display: none;
}

.inner_detail h3 {
    font: bold 13px/20px '微软雅黑', Verdana, Arial, Helvetica, sans-serif;
    color: #ca2f35;
    padding: 10px 0 65px;
}

.inner_detail .position {
    font: 11px/20px Verdana, Arial, sans-serif;
    text-align: right;
    padding-top: 5px;
}

.inner_detail a {
    color: #ca2f35;
}

.inner_detail a:hover {
    text-decoration: underline;
}

.inner_detail .InsidePage-bd>h3 {
    font: bold 13px/26px '微软雅黑', Verdana, Arial, Helvetica, sans-serif;
    color: #283a62;
    padding: 10px 0 50px;
    font-size: 26px;
}


/**/

.inner_detail .position {
    position: absolute;
    top: -25px;
    right: 0;
    font: 11px/20px Verdana, Arial, sans-serif;
}

.inner_detail .position i {
    font-style: normal;
}

.inner_detail a.pdf {
    background: url(../icon-pdf.html) 0 2px no-repeat;
    padding-left: 20px;
    color: #ca2f35;
}

.inner_detail a.pdf:hover {
    text-decoration: underline;
}

.inner_detail a.jpg {
    background: url(../icon-jpg.html) 0 0 no-repeat;
    padding-left: 20px;
    color: #ca2f35;
}

.inner_detail a.jpg:hover {
    text-decoration: underline;
}

.inner_detail a.doc {
    background: url(../icon-doc.html) 0 0 no-repeat;
    padding-left: 20px;
    color: #ca2f35;
}

.inner_detail a.doc:hover {
    text-decoration: underline;
}

.inner_detail a.download {
    background: url(icon-download.gif) 0 0 no-repeat;
    padding-left: 20px;
    color: #ca2f35;
}

.inner_detail a.download:hover {
    text-decoration: underline;
}

.newsletter_form {
    width: 100%;
    padding-bottom: 50px;
}

.newsletter_form input.text {
    width: 135px;
    height: 20px;
    padding: 0 3px;
    margin-left: 15px;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #808080;
}

.newsletter_form input.submit {
    width: 30px;
    height: 22px;
    background: url(icon_red.png) -276px -60px no-repeat;
    border: none;
    cursor: pointer;
}

.inner_list {
    width: 700px;
    overflow: hidden;
}

.inner_list li {
    width: 320px;
    height: 307px;
    padding: 0 10px;
    float: left;
    border-bottom: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2;
    overflow: hidden;
}

.inner_list li h4 {
    padding: 8px 0;
    font: bold 13px/20px '微软雅黑', Verdana, Arial, Helvetica, sans-serif;
}

.inner_list li h4 a {
    color: #ca2f35;
}

.content-top-title a:hover {
    text-decoration: none;
}

.inner_list li p {
    color: #4d4d4d;
}

.inner_list li .pic {
    margin-bottom: 10px;
}

.inner_list li .links {
    margin-top: 10px
}

.inner_list li .links a {
    width: 100%;
    text-indent: 15px;
    display: block;
    background: url(icon_red.png) 0 -240px no-repeat;
}

.inner_list li .width_100 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100px;
}

.right_230 .quicklinks {
    padding: 0 15px;
    padding-bottom: 20px;

}

.right_230 .quicklinks li {
    margin: 2px 0;
}

.right_230 .quicklinks li a {
    width: 100%;
    padding: 1px 0;
    display: block;
    text-indent: 15px;
    color: #262626;
    background: url(icon_red.png) 0 -240px no-repeat;
}

.right_230 .quicklinks li a:hover {
    color: #ca2f35;
    text-decoration: none;
    background: url(icon_red.png) -20px -220px no-repeat #efefef;
}

.right_230 .btn_visitoreg,
.right_230 .btn_boothapp,
.right_230 .btn_attend {
    width: 150px;
    display: block;
    float: left;
    padding: 20px 30px;
    margin: 0 0 10px 15px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-indent: 0;
    font: bold 20px '微软雅黑';
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.right_230 .btn_visitoreg {
    background: #ca2f35;
    color: #FFF;
}

.right_230 .btn_visitoreg:hover {
    background: #ca2f35;
    color: #FFF;
}

.right_230 .btn_boothapp,
.right_230 .btn_attend {
    background: #b1b1b1;
    color: #FFF;
}

.right_230 .btn_boothapp:hover,
.right_230 .btn_attend:hover {

    color: #FFF;
}
..right_230 .btn_attend {
    margin-top:10px;
}
/*button_links*/
.btn_links{
    width: 100%;

    height: auto;
}
.btn_links ul{
    width: 100%;
}
.btn_links ul li{
    list-style: none;
    text-align: center;

    margin-top: 10px;
    border-right: 10px solid #f2f2f2;
    border-top: 10px solid #f2f2f2;
    border-bottom: 10px solid #f2f2f2;
}
.btn_links ul li:hover{
    background-color:#283a62;
}
.btn_links ul li:hover a{
    color:#fff;
}
.btn_links ul li a{

    color:#505050;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 160px;
    display: block;
}
.btn_links ul li img{
       margin-bottom: 15px;
    margin-top: 30px;
}
.btn_links .btn_active{


}

.innerad a {
    border-bottom: 10px solid #f2f2f2;
    display: block;
}

.innerad a:last-of-type {
    border: 0 none;
}

.innerad a img {
    display: block;
}

.left_700.inner_detail {
    width: 640px;
    padding: 16px 25px 50px;
}

.inner_detail .smart-item .pointyellow {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}

.inner_detail .pointred {
}

.inner_detail .smart-item p {
   font-size: 16px;

}

.inner_detail .smart-item .venue {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}

.inner_detail .smart-item p.note {
    margin-top: 20px;
    color: #000;
}


/*.inner_detail .smart-item ul {
    padding: 20px 0;
}*/

.inner_detail .smart-item.smart-gallery {
    padding: 0;
}

.inner_detail .smart-item {
    margin-bottom: 0;
}

.inner_detail .photosvideo .num {
    margin-bottom: 0;
}

.inner_detail .smart-item .gallery-list li {
    padding: 0 !important;

    margin-right: 12px;
    margin-bottom: 10px;
}

.inner_detail p span {

}

.inner_detail .feedback .pointred {
    color: #ca2f35;
    font-size: 16px;
    margin-top: 20px;
    padding: 20px 0 10px;
    border-top: 1px dotted #333;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
}

.inner_detail .smart-item .dl_list {
    padding: 0;
}

.dl_catetit {
    font-size: 13px !important;
    color: #ca2f35 !important;
    border-top: 1px solid #ca2f35;
    margin-right: 20px !important;
}

.last-single-section .half-group {
    width: auto !important;
}


/* .inner_detail .smart-item {
	margin-bottom:40px;
	line-height:22px;
}
.inner_detail .smart-item p {
	margin-bottom:10px 0;
}
.inner_detail .smart-item .red {
	color:#ca2f35;
}
.inner_detail .smart-item .pointred {
	font-weight:bold;
	color:#ca2f35;
}
.inner_detail .smart-item .yellow {
	color:#ca2f35;
}
.inner_detail .smart-item .pointyellow {
	font-weight:bold;
	color:#ca2f35;
}
.inner_detail .smart-item .marginbtm10 {
	margin-bottom:10px;
}
.inner_detail .smart-item hr {
	padding-bottom:10px;
	margin-bottom:16px;
	border:none;
	font-size:0;
	line-height:0;
	border-bottom:1px solid #999;
}
.inner_detail .smart-item table td {
	padding:1px 0;
}
.inner_detail .smart-item table.style1 th {
	padding:1px 0;
	text-align:center;
	background:#e5e5e5;
	border-right:1px solid #fff;
}
.inner_detail .smart-item table.style1 td {
	padding:1px 0;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
}
.inner_detail .download_ul li {
	padding-bottom:10px;
}
.inner_detail .smart-item .factsfigures h4 em {
	width:130px;
	font-weight:bold;
	font-style:normal;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.inner_detail .smart-item .factsfigures .table_p {
	margin-bottom:3px;
}
.inner_detail .smart-item .factsfigures .table_p strong {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:100px;
}
.inner_detail .smart-item .exhibitor_steps {
	text-align:center;
}
.inner_detail .smart-item .exhibitor_steps .step {
	width:560px;
	padding:10px 20px;
	border:1px solid #ccc;
	position:relative;
}
.inner_detail .smart-item .exhibitor_steps .step span {
	font-size:30px;
	color:#ca2f35;
	font-style:italic;
	position:absolute;
	left:5px;
	top:10px;
}
.inner_detail .smart-item .onsitereg_table td {
	padding:2px 0;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}
.inner_detail .smart-item .onsitereg_table td ul li {
	display:block;
	padding-left:10px;
	background:url(../images/icon_red.png) -380px 0 no-repeat;
}
.inner_detail .smart-item .onsitereg_table td .pointred {
	padding-top:15px;
} */

.inner_detail .smart-item .exhibitor_steps .step span {
    font-size: 30px;
    color: #ca2f35;
    font-style: italic;
    position: absolute;
    left: 5px;
    top: 10px;
}

.concurrent {
    width: 100%;
    border-top: 1px solid #ca2f35;
    margin: 30px 0 60px;
    font-family: 'Microsoft Yahei';
    position: relative;
}

.concurrent .red {
    color: red;
}

.concurrent .info {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    margin-top: 1px;
    border-top: 2px solid #ca2f35;
}

.container .concurrent h2 {
    padding: 12px 0 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Microsoft Yahei';
    border: none;
}

.concurrent .designers {
    width: 600px;
    clear: both;
    padding-top: 25px;
}

.concurrent .ds_photo {
    width: 124px;
    float: left;
}

.concurrent .ds_txt {
    width: 440px;
    margin-left: 30px;
    float: left;
}

.concurrent .ds_name {
    color: #ca2f35;
}

.concurrent .ds_tit {
    color: #ca2f35;
    margin-bottom: 15px;
}

.concurrent .ds_intro {
    color: #646464;
}

.concurrent .btn_appt {
    display: block;
    width: 185px;
    height: 26px;
    text-indent: -9999px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(btnappt_red.gif) no-repeat;
}

.concurrent .btn_appt.notallowed {
    display: block;
    width: 185px;
    height: 26px;
    text-indent: -9999px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(../btn_appt_notallowed.html) no-repeat;
    cursor: not-allowed;
}

.concurrent_contact {
    border-top: 1px solid #ca2f35;
    font-family: 'Microsoft Yahei';
}

.concurrent_time {
    width: 100%;
    border-top: 1px solid #ca2f35;
    margin: 52px 0 60px;
    line-height: 22px;
    font-family: 'Microsoft Yahei';
    position: relative;
}

.concurrent_time h4 {
    border-top: 2px solid #ca2f35;
    margin-top: 1px;
    padding: 10px 0;
    font-size: 16px;
    color: #ca2f35;
}

.concurrent_time .timetable {
    width: 100%;
    margin-bottom: 4px;
    line-height: 18px;
}

.concurrent_time .timetable th,
.concurrent_time .timetable td {
    padding: 2px 15px 2px 0;
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
    vertical-align: top;
}

.concurrent_contact h4 {
    border-top: 2px solid #ca2f35;
    margin-top: 1px;
    padding: 10px 0;
    font-size: 16px;
    color: #ca2f35;
}

.concurrent_appt {
    margin-top: 1px;
    border-top: 2px solid #ca2f35;
}

.concurrent_appt h4 {
    color: #9f9f9f;
    padding: 15px 0;
}

.concurrent_appt h4 .tit {
    font-size: 16px;
    color: #e01000;
}

.concurrent_appt .theme_select {
    border-bottom: 1px solid #bababa;
    padding-top: 10px;
    margin-bottom: 20px;
}

.concurrent_appt .theme {
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #999;
    background: url(../icon_checkbox.html) 0 0 no-repeat;
}

.concurrent_appt .theme:hover {
    background: url(../icon_checkbox_hover.html) 0 0 no-repeat;
}

.concurrent_appt .theme.selected,
.concurrent_appt .theme.selected:hover {
    background: url(../icon_checkedbox.html) 0 0 no-repeat;
}

.concurrent_appt .name {
    font-size: 14px;
    font-weight: bold;
}

.concurrent_appt .selected .name {
    color: #ca2f35;
}

.concurrent_appt .selected .text {
    color: #262626;
}

.concurrent_appt table {
    margin-bottom: 40px;
}

.concurrent_appt td {
    padding: 2px;
    vertical-align: top;
}

.concurrent_appt th {
    padding: 2px;
    vertical-align: top;
    text-align: right;
}

.concurrent_appt form .field input.text {
    width: 314px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 0;
}

.concurrent_appt form .field input.text.name {
    width: 188px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.concurrent_appt select.select {
    margin-left: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.concurrent_appt .range label {
    width: 200px;
    display: inline-block;
}

.concurrent_appt .range label.other {
    width: 300px;
}

.concurrent_appt .range .input_other {
    width: 150px;
    border: none;
    border-bottom: 1px solid #999;
    box-shadow: none;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    display: inline-block;
}

.concurrent .btn_goback {
    display: block;
    width: 117px;
    height: 26px;
    text-indent: -9999px;
    position: absolute;
    top: -26px;
    right: 0px;
    cursor: pointer;
    background: url(../btn_goback.html) no-repeat;
}

.concurrent .buttons {
    padding-left: 130px;
}

.concurrent .btn_submit {
    display: block;
    width: 170px;
    height: 33px;
    float: left;
    margin: 0 15px 0 0;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url(btnsubmit_red.gif) no-repeat;
}

.concurrent .btn_reset {
    display: block;
    width: 70px;
    height: 33px;
    float: left;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url(btn_reset.jpg) no-repeat;
}

.concurrent .loading {
    display: block;
    width: 170px;
    height: 33px;
    float: left;
    margin: 0 15px 0 0;
    border: 0;
    text-indent: -9999px;
    cursor: wait;
    background: url(../icon_loading.html) no-repeat;
}

.concurrent .hidden {
    display: none;
}

.concurrent .btn_reset {
    display: block;
    width: 70px;
    height: 33px;
    float: left;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url(btn_reset.jpg) no-repeat;
}

.concurrent .note2 {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #bababa;
    color: #666;
}

.arrival_map {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.howtoarrive {
    margin-bottom: 40px;
}

.howtoarrive h3 {
    padding-bottom: 20px;
    font: bold 26px/20px Arial, Helvetica, sans-serif;
    color: #ca2f35;
}

.howtoarrive .venue {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}

.howtoarrive p.note {
    margin-top: 20px;
    color: #000;
}

.howtoarrive p span {
    color: #ca2f35;
}

.howtoarrive ul {
    padding: 20px 0;
}


/*floorplan*/

.right_780.inner_detail.floorplan {
    padding: 15px 0 150px 0;
    width: 780px;
    height: 700px;
    position: relative;
    overflow: hidden;
    left: 30px;
    background: #fff;
}

.floorplan h3 {
    padding-left: 25px;
}

.floorplan .floatbg {
    padding: 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .6);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    z-index: 4;
}

.floorplan .floatbg .icon_angle {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -7px;
}

.floorplan .floatbg img {
    margin-bottom: 10px;
}

.floorplan .fp_floor .floatbg {
    bottom: 232px;
    left: -140px;
    font-size: 14px;
}


/*floorplan*/

.fp_home {
    width: 100%;
    height: 560px;
    background: url(floorplan-home.jpg) 0 0 no-repeat;
}

.fp_home .venuename .name {
    color: #ca2f35;
    font-size: 1.6em;
}

.fp_home .venuename.pos {
    position: absolute;
    top: 250px;
    left: 100px;
}

.fp_home .venuearea {
    width: 290px;
    height: 220px;
    display: block;
}

.fp_home .venuearea.pos {
    position: absolute;
    top: 250px;
    left: 115px;
}


/*floorplan*/

.fp_floors {
    width: 100%;
    height: 580px;
}

.fp_floors .floorarea {
    width: 350px;
    height: 580px;
    position: absolute;
    top: 108px;
    left: 130px;
}

.fp_floors .floorarea_line {
    width: 1px;
    height: 488px;
    position: relative;
    left: 460px;
    top: 58px;
    background: #ccc;
}

.fp_floors .floorarea a {
    display: block;
    position: absolute;
    left: 10px;
    width: 322px;
    height: 120px;
    background: url(floorplan-floors-fenkai_red.png) 0 0 no-repeat;
}

.fp_floors .floorarea a i {
    position: absolute;
    left: -100px;
    display: block;
    width: 30px;
    padding: 1px 25px 0;
    background: #818181;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    font-size: 15px;
    font-style: normal;
    cursor: pointer;
}

.fp_floors .floorarea a:hover i {
    background: #ca2f35;
    text-decoration: none;
}

.fp_floors .floorarea .floorarea3 {
    top: 8px;
    background-position: 0 0;
}

.fp_floors .floorarea .floorarea3:hover {
    background-position: -350px 0;
}

.fp_floors .floorarea .floorarea3 i {
    top: 42px;
}

.fp_floors .floorarea .floorarea2plus {
    top: 76px;
    background-position: 0 -120px;
    height: 103px;
}

.fp_floors .floorarea .floorarea2plus:hover {
    background-position: -350px -120px;
}

.fp_floors .floorarea .floorarea2plus i {
    top: 70px;
}

.fp_floors .floorarea .floorarea2 {
    top: 165px;
    background-position: 0 -240px;
}

.fp_floors .floorarea .floorarea2:hover {
    background-position: -350px -240px;
}

.fp_floors .floorarea .floorarea2 i {
    top: 45px;
}

.fp_floors .floorarea .floorarea1plus {
    top: 214px;
    background-position: 0 -360px;
}

.fp_floors .floorarea .floorarea1plus:hover {
    background-position: -350px -360px;
}

.fp_floors .floorarea .floorarea1plus i {
    top: 94px;
}

.fp_floors .floorarea .floorarea1 {
    width: 345px;
    top: 313px;
    background-position: 0 -480px;
    height: 115px;
}

.fp_floors .floorarea .floorarea1:hover {
    background-position: -350px -480px;
}

.fp_floors .floorarea .floorarea1 i {
    top: 50px;
}

.fp_floors .floorarea .floorareab1 {
    top: 404px;
    background-position: 0 -600px;
    height: 113px;
}

.fp_floors .floorarea .floorareab1:hover {
    background-position: -350px -600px;
}

.fp_floors .floorarea .floorareab1 i {
    top: 50px;
}

.fp_floors .floorarea .floorareab2 {
    top: 494px;
    background-position: 0 -720px;
}

.fp_floors .floorarea .floorareab2:hover {
    background-position: -350px -720px;
}

.fp_floors .floorarea .floorareab2 i {
    top: 50px;
}


/*floorplan*/

.floors_thumb {
    width: 160px;
    height: 220px;
    position: relative;
    z-index: 3;
}

.floors_thumb .floorarea_line {
    width: 1px;
    height: 183px;
    position: absolute;
    left: 180px;
    top: -10px;
    background: #ccc;
}

.floors_thumb .floorarea {
    width: 160px;
    height: 230px;
    position: absolute;
    top: -28px;
    left: 55px;
}

.floors_thumb a {
    display: block;
    position: absolute;
    left: 10px;
    width: 115px;
    height: 42px;
    background: url(floorplan-floors-fenkai_red.png) -700px 0 no-repeat;
}

.floors_thumb a i {
    position: absolute;
    left: -35px;
    display: block;
    width: 30px;
    line-height: 16px;
    background: #818181;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    font-style: normal;
    cursor: pointer;
}

.floors_thumb .floorarea a:hover i,
.floors_thumb .floorarea a.current i {
    background: #ca2f35;
    text-decoration: none;
}

.floors_thumb .floorarea3 {
    top: 0;
    background-position: -700px 0;
}

.floors_thumb .floorarea3:hover,
.floors_thumb .floorarea3.current {
    background-position: -850px 0;
}

.floors_thumb .floorarea3 i {
    top: 10px;
}

.floors_thumb .floorarea2plus {
    top: 27px;
    background-position: -700px -42px;
    height: 38px;
}

.floors_thumb .floorarea2plus:hover,
.floors_thumb .floorarea2plus.current {
    background-position: -850px -42px;
}

.floors_thumb .floorarea2plus i {
    top: 18px;
}

.floors_thumb .floorarea2 {
    top: 58px;
    background-position: -700px -84px;
}

.floors_thumb .floorarea2:hover,
.floors_thumb .floorarea2.current {
    background-position: -850px -84px;
}

.floors_thumb .floorarea2 i {
    top: 10px;
}

.floors_thumb .floorarea1plus {
    top: 83px;
    background-position: -700px -126px;
    height: 40px;
}

.floors_thumb .floorarea1plus:hover,
.floors_thumb .floorarea1plus.current {
    background-position: -850px -126px;
}

.floors_thumb .floorarea1plus i {
    top: 18px;
}

.floors_thumb .floorarea1 {
    top: 120px;
    background-position: -700px -168px;
    width: 138px;
    height: 40px;
}

.floors_thumb .floorarea1:hover,
.floors_thumb .floorarea1.current {
    background-position: -850px -168px;
}

.floors_thumb .floorarea1 i {
    top: 12px;
}

.floors_thumb .floorareab1 {
    top: 152px;
    background-position: -700px -210px;
    height: 39px;
}

.floors_thumb .floorareab1:hover,
.floors_thumb .floorareab1.current {
    background-position: -850px -210px;
}

.floors_thumb .floorareab1 i {
    top: 12px;
}

.floors_thumb .floorareab2 {
    top: 180px;
    background-position: -700px -252px;
}

.floors_thumb .floorareab2:hover,
.floors_thumb .floorareab2.current {
    background-position: -850px -252px;
}

.floors_thumb .floorareab2 i {
    top: 12px;
}


/**/

.flooricons {
    position: absolute;
    left: 520px;
    top: 130px;
}

.flooricons a {
    display: block;
    padding: 4px 5px 2px;
    border-radius: 8px;
    color: #676767;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #fff;
}

.flooricons a:hover,
.flooricons a.hover {
    color: #ca2f35;
    text-decoration: none;
    border: 1px solid #ca2f35;
    box-shadow: 0 0 5px rgba(180, 220, 140, 0.75);
}

.flooricons a i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 21px;
    height: 21px;
    margin-right: 8px;
    background: url(floorplan-icon_red.png) -100px -50px no-repeat;
    vertical-align: -4px;
}

.flooricons a.icon_reg i {
    background-position: -100px -50px;
}

.flooricons a.icon_info i {
    background-position: -100px -75px;
}

.flooricons a.icon_buseniss i {
    background-position: -100px -100px;
}

.flooricons a.icon_luggage i {
    background-position: -100px -125px;
}

.flooricons a.icon_dragon i {
    background-position: -100px -150px;
}

.flooricons a.icon_lounge i {
    background-position: -100px -175px;
}

.flooricons a.icon_seminar i {
    background-position: -100px -200px;
}

.flooricons a.icon_prayer i {
    background-position: -100px -225px;
}

.flooricons a.icon_aid i {
    background-position: -100px -250px;
}

.flooricons a.icon_pacific {
    /*margin-top:12px;
	*/
}

.flooricons a.icon_pacific i {
    background-position: -100px -275px;
}

.flooricons a.icon_gourmet i {
    background-position: -100px -300px;
}

.flooricons a.icon_mcDonald i {
    background-position: -100px -325px;
}

.flooricons a.icon_metro {
    /*margin-top:12px;
	*/
}

.flooricons a.icon_metro i {
    background-position: -100px -350px;
}

.flooricons a.icon_bus i {
    background-position: -100px -375px;
}

.flooricons a.icon_taxi i {
    background-position: -100px -400px;
}

.flooricons a.icon_booth {
    /*margin-top:12px;
	*/
}

.flooricons a.icon_booth i {
    background-position: -100px -425px;
}

.flooricons a.icon_internet i {
    background-position: -100px -450px;
}

.flooricons a.icon_meeting i {
    background-position: -100px -475px;
}

.flooricons a.icon_complaint i {
    background-position: -100px -525px;
}

.flooricons a.icon_coffee i {
    background-position: -100px -550px;
}


/**/

.fp_floors .flooricon {
    position: absolute;
    top: 108px;
    left: 140px;
}

.fp_floors .flooricon a {
    display: block;
    width: 15px;
    height: 20px;
    background: url(floorplan-icon_red.png) 0 -40px no-repeat;
    text-decoration: none;
    position: absolute;
}

.fp_floors .flooricon a.hover {
    top: -2px;
}

.fp_floors .flooricon a.icon_reg {
    background-position: 0 -40px;
    top: 372px;
    left: 114px;
}

.fp_floors .flooricon a.icon_reg2 {
    background-position: 0 -40px;
    top: 355px;
    left: 318px;
}

.fp_floors .flooricon a.icon_regb1 {
    background-position: 0 -40px;
    top: 476px;
    left: 149px;
}

.fp_floors .flooricon a.icon_info1a {
    background-position: 0 -60px;
    top: 362px;
    left: 124px;
}

.fp_floors .flooricon a.icon_info1b {
    background-position: 0 -60px;
    top: 482px;
    left: 166px;
}

.fp_floors .flooricon a.icon_info1c {
    background-position: 0 -60px;
    top: 391px;
    left: 182px;
}

.fp_floors .flooricon a.icon_info2 {
    background-position: 0 -60px;
    top: 348px;
    left: 262px;
}

.fp_floors .flooricon a.icon_info3 {
    background-position: 0 -60px;
    top: 214px;
    left: 128px;
}

.fp_floors .flooricon a.icon_infob1 {
    background-position: 0 -60px;
    top: 57px;
    left: 126px;
}

.fp_floors .flooricon a.icon_buseniss {
    background-position: 0 -80px;
    top: 376px;
    left: 132px;
}

.fp_floors .flooricon a.icon_luggage {
    background-position: 0 -100px;
    top: 381px;
    left: 148px;
}

.fp_floors .flooricon a.icon_dragon {
    background-position: 0 -120px;
    top: 50px;
    left: 49px;
}

.fp_floors .flooricon a.icon_lounge {
    background-position: 0 -140px;
    top: 236px;
    left: 149px;
}

.fp_floors .flooricon a.icon_lounge3 {
    background-position: 0 -140px;
    top: 83px;
    left: 162px;
}

.fp_floors .flooricon a.icon_lounge3b {
    background-position: 0 -140px;
    top: 50px;
    left: 49px;
}

.fp_floors .flooricon a.icon_lounge2 {
    background-position: 0 -140px;
    top: 208px;
    left: 56px;
}

.fp_floors .flooricon a.icon_loungeb1 {
    background-position: 0 -140px;
    top: 406px;
    left: 124px;
}

.fp_floors .flooricon a.icon_seminar {
    background-position: 0 -160px;
    top: 302px;
    left: 27px;
}

.fp_floors .flooricon a.icon_prayer {
    background-position: 0 -180px;
    top: 241px;
    left: 166px;
}

.fp_floors .flooricon a.icon_aid {
    background-position: 0 -200px;
    top: 246px;
    left: 184px;
}

.fp_floors .flooricon a.icon_pacific {
    background-position: 0 -220px;
    top: 475px;
    left: 87px;
}

.fp_floors .flooricon a.icon_gourmet {
    background-position: 0 -240px;
    top: 446px;
    left: 224px;
}

.fp_floors .flooricon a.icon_mcDonald {
    background-position: 0 -260px;
    top: 450px;
    left: 240px;
}

.fp_floors .flooricon a.icon_metro {
    background-position: 0 -280px;
    top: 490px;
    left: 201px;
}

.fp_floors .flooricon a.icon_bus {
    background-position: 0 -300px;
    top: 370px;
    left: 77px;
}

.fp_floors .flooricon a.icon_taxi {
    background-position: 0 -320px;
    top: 406px;
    left: 199px;
}

.fp_floors .flooricon a.icon_booth {
    background-position: 0 -340px;
    top: 386px;
    left: 164px;
}

.fp_floors .flooricon a.icon_internet {
    background-position: 0 -360px;
    top: 357px;
    left: 55px;
}

.fp_floors .flooricon a.icon_meeting {
    background-position: 0 -380px;
    top: 202px;
    left: 33px;
}

.fp_floors .flooricon a.icon_new {
    width: 30px;
    height: 14px;
    line-height: 16px;
    top: 373px;
    left: 275px;
    color: #fff;
    background: #ee8202;
    text-align: center;
    /*background-position:0 -460px;
	*/
}

.fp_floors .flooricon a.icon_lighting {
    width: 86px;
    height: 14px;
    line-height: 16px;
    top: 123px;
    left: 169px;
    color: #fff;
    background: #ee8202;
    text-align: center;
}


/**/

.fp_floor .flooricons {
    top: -230px;
}


/**/

.fp_floor .flooricon {
    position: absolute;
}

.fp_floor .flooricon a {
    display: block;
    width: 24px;
    height: 32px;
    text-decoration: none;
    background: url(floorplan-icon_red.png) -40px -40px no-repeat;
    position: absolute;
}

.fp_floor .flooricon a.hover {
    top: -2px;
}


/*floorplan*/


/*floorplan-3*/

.floor3 {
    width: 730px;
    height: 280px;
    background: url(floor.png) 0 0 no-repeat;
    position: absolute;
    top: 350px;
    left: 30px;
}

.fp_floor .floor3 .flooricon a.icon_info {
    background-position: -40px -96px;
    top: 120px;
    left: 273px;
}

.fp_floor .floor3 .flooricon a.icon_lounge1 {
    background-position: -40px -224px;
    top: 180px;
    left: 360px;
}

.fp_floor .floor3 .flooricon a.icon_dragon {
    background-position: -40px -192px;
    top: 103px;
    left: 97px;
}


/*floorplan-2+*/

.floor2plus {
    width: 730px;
    height: 250px;
    background: url(floor.png) 0 -280px no-repeat;
    position: absolute;
    top: 350px;
    left: 30px;
}

.fp_floor .floor2plus .flooricon a.icon_lighting {
    width: 120px;
    height: 22px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    background: #ee8202;
    text-align: center;
    top: 115px;
    left: 380px;
    /*background-position:-40px -736px;
	*/
}


/*floorplan-2*/

.floor2 {
    width: 730px;
    height: 250px;
    background: url(floor.png) 0 -530px no-repeat;
    position: absolute;
    top: 350px;
    left: 30px;
}

.fp_floor .floor2 .flooricon a.icon_info {
    background-position: -40px -96px;
    top: 127px;
    left: 292px;
}

.fp_floor .floor2 .flooricon a.icon_lounge1 {
    background-position: -40px -224px;
    top: 111px;
    left: 118px;
}

.fp_floor .floor2 .flooricon a.icon_lounge2 {
    background-position: -40px -224px;
    top: 173px;
    left: 328px;
}

.fp_floor .floor2 .flooricon a.icon_aid {
    background-position: -40px -320px;
    top: 193px;
    left: 398px;
}

.fp_floor .floor2 .flooricon a.icon_prayer {
    background-position: -40px -288px;
    top: 184px;
    left: 366px;
}

.fp_floor .floor2 .flooricon a.icon_meeting {
    background-position: -40px -608px;
    top: 99px;
    left: 75px;
}

.fp_floor .floor2 .flooricon a.icon_complaint {
    background-position: -40px -672px;
    top: 119px;
    left: 264px;
}

.fp_floor .floor2 .flooricon a.icon_coffee {
    background-position: -40px -704px;
    top: 98px;
    left: 339px;
}


/*floorplan-1+*/

.floor1plus {
    width: 730px;
    height: 270px;
    background: url(floor.png) 0 -780px no-repeat;
    position: absolute;
    top: 350px;
    left: 30px;
}

.fp_floor .floor1plus .flooricon a.icon_seminar {
    background-position: -40px -256px;
    top: 213px;
    left: 75px;
}


/*floorplan-1*/

.floor1 {
    width: 730px;
    height: 250px;
    background: url(floor.png) 0 -1050px no-repeat;
    position: absolute;
    top: 350px;
    left: 30px;
}

.fp_floor .floor1 .flooricon a.icon_reg {
    background-position: -40px -64px;
    top: 121px;
    left: 233px;
}

.fp_floor .floor1 .flooricon a.icon_reg2 {
    background-position: -40px -64px;
    top: 97px;
    left: 659px;
}

.fp_floor .floor1 .flooricon a.icon_info {
    background-position: -40px -96px;
    top: 111px;
    left: 260px;
}

.fp_floor .floor1 .flooricon a.icon_info2 {
    background-position: -40px -96px;
    top: 170px;
    left: 374px;
}

.fp_floor .floor1 .flooricon a.icon_info3 {
    background-position: -40px -96px;
    top: 70px;
    left: 535px;
}

.fp_floor .floor1 .flooricon a.icon_buseniss {
    background-position: -40px -128px;
    top: 140px;
    left: 270px;
}

.fp_floor .floor1 .flooricon a.icon_luggage {
    background-position: -40px -160px;
    top: 148px;
    left: 298px;
}

.fp_floor .floor1 .flooricon a.icon_bus {
    background-position: -40px -480px;
    top: 136px;
    left: 161px;
}

.fp_floor .floor1 .flooricon a.icon_taxi {
    background-position: -40px -512px;
    top: 205px;
    left: 404px;
}

.fp_floor .floor1 .flooricon a.icon_booth {
    background-position: -40px -544px;
    top: 156px;
    left: 326px;
}

.fp_floor .floor1 .flooricon a.icon_internet {
    background-position: -40px -576px;
    top: 99px;
    left: 105px;
}

.fp_floor .floor1 .flooricon a.icon_coffee {
    background-position: -40px -704px;
    top: 87px;
    left: 313px;
}

.fp_floor .floor1 .flooricon a.icon_coffee2 {
    background-position: -40px -704px;
    top: 30px;
    left: 446px;
}

.fp_floor .floor1 .flooricon a.icon_new {
    width: 52px;
    height: 22px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    background: #ee8202;
    text-align: center;
    top: 136px;
    left: 580px;
    /*background-position:-40px -736px;
	*/
}

.floor1 .flooricons {
    left: 505px;
}


/*floorplan-b1*/

.floorb1 {
    width: 730px;
    height: 250px;
    background: url(floor.png) 0 -1300px no-repeat;
    position: absolute;
    top: 350px;
    left: 30px;
}

.fp_floor .floorb1 .flooricon a.icon_reg {
    background-position: -40px -64px;
    top: 166px;
    left: 338px;
}

.fp_floor .floorb1 .flooricon a.icon_info {
    background-position: -40px -96px;
    top: 175px;
    left: 366px;
}

.fp_floor .floorb1 .flooricon a.icon_lounge {
    background-position: -40px -224px;
    top: 13px;
    left: 270px;
}

.fp_floor .floorb1 .flooricon a.icon_pacific {
    background-position: -40px -352px;
    top: 161px;
    left: 197px;
}

.fp_floor .floorb1 .flooricon a.icon_gourmet {
    background-position: -40px -384px;
    top: 85px;
    left: 531px;
}

.fp_floor .floorb1 .flooricon a.icon_mcDonald {
    background-position: -40px -416px;
    top: 94px;
    left: 560px;
}

.fp_floor .floorb1 .flooricon a.icon_metro {
    background-position: -40px -448px;
    top: 192px;
    left: 453px;
}


/*floorplan-b2*/

.floorb2 {
    width: 730px;
    height: 250px;
    background: url(floor.png) 0 -1550px no-repeat;
    position: absolute;
    top: 350px;
    left: 30px;
}


/**/

.fpgoback {
    width: 125px;
    height: 30px;
    background: url(floorplan_back.gif) no-repeat 0 0;
    position: absolute;
    right: 52px;
    top: 70px;
    cursor: pointer;
}

.cyan {
    color: #ca2f35;
    font-size: 14px;
    font-weight: bold;
}

.proground {
    margin-bottom: 80px;
    border-bottom: 1px solid #bababa;
}

.proground .info {
    margin-bottom: 10px;
    padding-bottom: 14px;
    overflow: hidden;
    display: none;
}

.proground a {
    color: #005e9c;
}

.proground h4 {
    padding: 4px 0 6px;
    font-weight: bold;
    font-size: 14px;
}

.proground .pictxt {
    padding: 10px 0;
    border-top: 1px solid #bababa;
    overflow: hidden;
    position: relative;
}

.proground .pictxt span {
    position: absolute;
    top: 40px;
    right: 0;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 26px;
    height: 26px;
    background: url(icon_red.png) -306px -91px no-repeat;
}

.proground .pictxt span.minus {
    background-position: -336px -91px;
}

.proground .pictxt .pic {
    width: 210px;
    height: 100px;
    float: left;
}

.proground .pictxt .txt {
    width: 100%;
    float: left;
}

.proground ul.brandslist {
    overflow: hidden;
    padding-bottom: 40px;
    display: none;
    *zoom: 1;
}

.proground ul.brandslist li {
    width: 115px;
    margin: 0 10px 10px 0;
    padding-top: 6px;
    float: left;
    text-align: center;
    border-top: 1px dotted #896b35;
}

.proground ul.brandslist li img {
    wdith: 100px;
    height: 50px;
}

.brandexhibitor {
    margin-bottom: 80px;
    border-bottom: 1px solid #bababa;
}

.brandexhibitor .info {
    margin-bottom: 10px;
    padding-bottom: 14px;
    overflow: hidden;
    display: none;
}

.brandexhibitor a {
    color: #005e9c;
}

.brandexhibitor h4 {
    padding: 4px 0 6px;
    font-weight: bold;
    font-size: 14px;
}

.brandexhibitor .pictxt {
    padding: 10px 0;
    color: #ca2f35;
    overflow: hidden;
    position: relative;
}

.brandexhibitor .pictxt span {
    position: absolute;
    top: 40px;
    right: 0;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 26px;
    height: 26px;
    background: url(icon_red.png) -306px -91px no-repeat;
}

.brandexhibitor .pictxt span.minus {
    background-position: -336px -91px;
}

.brandexhibitor .pictxt .pic {
    width: 210px;
    height: 100px;
    float: left;
}

.brandexhibitor .pictxt .txt {
    width: 230px;
    float: left;
}

.brandexhibitor ul.brandslist {
    overflow: hidden;
    padding-bottom: 40px;
    *zoom: 1;
}

.brandexhibitor ul.brandslist li {
    width: 75px;
    margin: 0 6px 6px 0;
    padding-top: 6px;
    float: left;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.brandexhibitor ul.brandslist li img {
    height: 32px;
}

.brands_detail {
    overflow: hidden;
}

.container .brands_detail h2 {
    width: 500px;
    padding: 10px 0;
    color: #262626;
    font: 20px/22px Arial, Helvetica, sans-serif;
    border: none;
}

.brands_detail .boothinfo {
    margin-bottom: 40px;
}

.brands_detail .smart-item {
    width: 600px;
}

.brands_detail .smart-item a {
    color: #ca2f35;
}

.brands_detail .smart-item a:hover {
    text-decoration: underline;
}

.brands_detail .btn_backtolist {
    margin-top: 0;
}

.detailpage_ctrl {
    text-align: right;
    border-top: 1px solid #bababa;
    padding-top: 8px;
    margin-top: 15px;
}

.detailpage_ctrl li {
    margin: 0px 2px;
    color: #555;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.detailpage_ctrl li a,
/*.page li span {
    padding: 0 9px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ccc;
}
*/
.detailpage_ctrl li a:hover,
/*.page li a.current {
    background: #ca2f35;
    border: 1px solid #ca2f35;
    color: #fff;
}*/

.inner_detail .detailpage_ctrl a:hover {
    text-decoration: none;
}

.news_title {
    font: 20px/22px Arial, Helvetica, sans-serif;
    padding: 10px 0px;
    border: currentColor;
    border-image: none;
    width: 500px;
    color: #262626;
    font-size-adjust: none;
    font-stretch: normal;
}

.news_time {
    margin-bottom: 10px;
}

.intro {
    height: 65px;
    overflow: hidden;
    display: block;
}

.news p img {
    margin: 10px 25px;
}

.news {
    padding-bottom: 40px;
}

.travelhotels {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.travelhotels li {
    border-top: 1px solid #e0e0e0;
    padding: 25px 0;
}

.travelhotels .tit {
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 14px;
}

.travelhotels .iconhotel_logo {
    width: 80px;
    height: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(icon_hotel.png) 0 0 no-repeat;
}

.travelhotels .iconhotel_book {
    width: 50px;
    height: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(icon_hotel.png) -100px 0 no-repeat;
}

.travelhotels .iconhotel_bus {
    width: 50px;
    height: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(icon_hotel.png) -150px 0 no-repeat;
}

.travelhotels .outerlink {
    width: 12px;
    height: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: -4px;
    background: url(icon_red.png) -320px -40px no-repeat;
}

.travelhotels .cover {
    position: absolute;
    top: -8px;
    left: 50%;
    cursor: pointer;
    margin-left: -250px;
}

.travelhotel li {
    padding-left: 13px;
    background: url(icon_red.png) -378px 2px no-repeat;
}

.travelhotel li .outerlink {
    width: 12px;
    height: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: -4px;
    background: url(icon_red.png) -320px -40px no-repeat;
}

.travelhotel li {
    padding-left: 13px;
    background: url(icon_red.png) -378px 2px no-repeat;
}

.travelhotel li .outerlink {
    width: 12px;
    height: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: -4px;
    background: url(icon_red.png) -320px -40px no-repeat;
}

.onsiteservice li {
    padding: 0px 0px 10px;
    line-height: 18px;
    position: relative;
}

.onsiteservice .text {
    background: #F5F5F5;
    padding: 7px 10px;
    width: 400px;
    height: 136px;
    font-size: 12px;
    box-sizing: border-box;
}

.onsiteservice .text_bd {
    color: #ca2f35;
    margin-bottom: 5px;
}

.onsiteservice .text_bd strong {
    font-size: 14px;
}

.inner_detail .jumptolink {
    position: absolute;
    top: 25px;
    right: 20px;
    height: 20px;
    padding: 0 27px 0 6px;
    display: inline-block;
    border: 1px solid #ca2f35;
    background: url(icon_jumpto_red.gif) right top no-repeat;
    border-radius: 3px;
    color: #ca2f35;
    top: 115px;
    right: 20px;
    line-height: 20px;
}


/*whatsingz*/

.whatsingz {}

.whatsingz h4 {
    padding: 10px 0;
    text-indent: 45px;
    font-size: 16px;
    border-top: 1px dotted #b2b2b2;
    font-weight: bold;
    position: relative;
}

.whatsingz h4 i {
    width: 20px;
    height: 20px;
    display: block;
    background: url(icon_gzarrow.gif) 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
}

.whatsingz h4:hover i {
    background-position: 0 -40px;
}

.whatsingz h4.current i {
    background-position: 0 -80px;
}

.whatsingz h4.current:hover i {
    background-position: 0 -120px;
}

.whatsingz h4.h4_1 {
    color: #ca2f35;
    background: url(../icon_ingztit.html) 0 0 no-repeat;
}

.whatsingz h4.h4_2 {
    color: #ca2f35;
    background: url(../icon_ingztit.html) 0 -50px no-repeat;
    margin-top: 25px;
}

.whatsingz h4.h4_3 {
    color: #0082c6;
    background: url(../icon_ingztit.html) 0 -100px no-repeat;
    margin-top: 25px;
}

.whatsingz h4.h4_4 {
    color: #735495;
    background: url(../icon_ingztit.html) 0 -150px no-repeat;
    margin-top: 25px;
}

.whatsingz .foldbox {
    padding: 0 0 20px 0;
}

.whatsingz p {
    padding: 0 20px 0 45px;
}

.whatsingz img {
    margin: 6px 0;
}

.whatsingz .foldbox strong {
    color: #262626;
    display: block;
}

.whatsingz h5 {
    padding: 0 20px 0 45px;
    font-weight: bold;
    font-size: 14px;
    color: #262626;
    background: url(../icon_ingztit.html) 0 -200px no-repeat;
}


/*Download*/

.dl_cate {
    padding-bottom: 35px;
}

.dl_catetit {
    width: 90px;
    height: 70px;
    float: left;
    padding: 5px 0;
    margin: 0 20px 0 0;
    border-top: 1px solid #ca2f35;
    /*background:url(../images/icon_arrow.gif) 73px 63px no-repeat;
	border-bottom:1px solid #9fbf12;
	*/
    color: #ca2f35;
    font: 13px/18px '微软雅黑';
}

.dl_list {
    width: 405px;
    float: left;
}

.dl_list li {
    width: 74px;
    height: 115px;
    margin: 0 15px 15px 0;
    float: left;
}

.dl_list li a {
    width: 74px;
    height: 105px;
    display: block;
    text-decoration: none;
}

.dl_list li .txt {
    color: #484848;
    padding: 4px 0;
    display: block;
    line-height: 16px;
}

.dl_list li .txt img {
    vertical-align: 0px
}

.dl_list li a:hover {
    text-decoration: none;
    color: #ca2f35;
}

.dl_list li a:hover .txt {
    text-decoration: none;
    color: #ca2f35;
}

.dl_cate .dl_all {
    margin: 20px 0 0;
    padding: 1px 28px 1px 6px;
    background: url(icon-download.gif) 85px center no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 110px;
    border: 1px solid #ca2f35;
    border-radius: 5px;
    color: #ca2f35;
}

.inner_contact p {
    margin-bottom: 10px;
}

.inner_contact ul li {
    width: 500px;
    height: 115px;
    margin-bottom: 10px;
    overflow: hidden;
}

.inner_contact ul li .photo {
    width: 100px;
    height: 115px;
    float: left;
}

.inner_contact ul li .text {
    width: 400px;
    height: 105px;
    padding-top: 10px;
    float: left;
}

.inner_contact .feedback .pointred {
    color: #ca2f35;
    font-size: 16px;
    margin-top: 20px;
    padding: 20px 0 10px;
    border-top: 1px dotted #333;
    text-transform: uppercase;
}

.inner_contact input.text {
    width: 200px;
}

.inner_contact .field_left {
    margin-right: 10px;
}

.inner_contact select {
    min-width: 210px;
    *width: 210px;
}

.inner_contact textarea {
    width: 420px;
    height: 100px;
}

.inner_contact .submit {
    width: 150px;
    height: 22px;
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: none;
    background: #ca2f35;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.inner_contact fieldset {
    display: block;
}

input,
select,
textarea {
    font: 12px/20px Arial, Verdana, Helvetica, sans-serif;
}

.inner_contact .field_left {
    float: left;
}

.inner_contact .field input.text,
.inner_contact .field_left input.text,
.inner_contact .field textarea {
    padding: 1px 2px;
    margin: 2px 0 5px;
    display: block;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #5a5a5a;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.inner_contact .field input.text,
.inner_contact .field_left input.text {
    height: 20px;
}

.inner_contact select {
    padding: 2px;
    margin: 2px 0 5px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #5a5a5a;
}

input.checkbox {
    vertical-align: middle;
}

input.radio,
input.checkbox {
    vertical-align: -2px;
}

span.error {
    display: none;
}

.news_field {
    width: 100%;
    border-bottom: 10px solid #f2f2f2;
    overflow: hidden;
}

.news_field h4 {
    padding: 10px 0 12px 15px;
    border-bottom: 1px solid #f2f2f2;
    font: bold 15px/20px '微软雅黑', Verdana, Arial, Helvetica, sans-serif;
    position: relative;
}

.news_field h4 a {
    color: #ca2f35;
}

.news_field h4 .morenews {
    position: absolute;
    top: 10px;
    right: 15px;
    font: normal 12px/20px Arial;
}

.news_field ul.news_show {
    padding: 25px 15px 15px 20px;
}

.news_field ul.news_show li {
    width: 305px;
    margin: 0 25px 15px 0;
    float: left;
    overflow: hidden;
}

.news_field ul.news_show li a {
    display: block;
    font: bold 12px/18px Arial;
    color: #808080;
}

.news_field ul.news_show li a:hover {
    text-decoration: underline;
}

.news_field ul.news_show li a.pic {
    width: 305px;
    height: 150px;
    margin-bottom: 5px;
    background: #f1f1f1;
}

.news_field ul.news_show li img {
    width: 305px;
    height: 150px;
}

.news_field ul.news_show li a.tit {
    height: 54px;
    overflow: hidden;
}

.news_field a.more {
    padding-left: 5px;
}

.inner_detail .news_field {
    border-bottom: none;
    padding-bottom: 40px;
}

.inner_detail .news_field ul.news_list {
    padding: 0;
}

.news_guide {
    margin: 0px 0 10px;
    padding: 15px 0;
    border-bottom: 1px dotted #808080;
}

.news_guide select {
    display: inline;
}

.news_guide .submit {
    width: 33px;
    height: 22px;
    text-indent: -9999px;
    background: url(icon_red.png) -190px -60px no-repeat;
    border: none;
    cursor: pointer;
}

.news_select .field {
    color: #ca2f35;
    font-weight: bold;
}

.news_select select {
    width: 120px;
}

.news_field ul.news_list {
    padding: 0 15px;
}

.news_field ul.news_list li {
    padding: 15px 0 15px 0px;
    overflow: hidden;
    border: none;
    position: relative;
    /*background: url(../images/icon_arrow2_red.gif) 0 20px no-repeat;*/
    border-bottom: 1px dotted #ccc;
}

.news_field ul.news_list li .time {
    padding: 3px 3px 2px 0;
    color: #999;
    font-style: italic;
    position: absolute;
    top: 12px;
    right: 0;
}

.news_field ul.news_list li .sum {
    max-height: 72px;
    padding-left: 0;
    line-height: 18px;
    overflow: hidden;
}

.news_field ul.news_list li .tit {
    padding: 0 85px 0 0;
    margin-bottom: 10px;
    font: bold 13px/18px Arial;
    color: #283a62;
}

.news_field ul.news_list li .txt {
    max-height: 72px;
    padding-left: 0;
    line-height: 18px;
    overflow: hidden;
}

.news_field ul.news_list li a {
    color: #262626;
    text-decoration: none;
    display: block;
}

.news_field ul.news_list li a:hover {
    text-decoration: underline;
}

.news_field ul.news_list li a.btn_more {
    color: #ca2f35;
    float: right;
}
/*partners*/
.wrap .page h3{
    font-size: 18px;
    padding: 10px 0 35px;
}
.wrap .page .partners-box{
    height: 250px;
}
.wrap .page .partners{
   width: 150px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 2px;
}
.wrap .page .partners a img {
    width: 150px;
    height: 66px;
}
/*Exhibitors & Products*/
.clearfloat{
    clear: both;
}

.crumbs{
    width: 100%;
    background: none;
    padding-bottom: 20px;
}

.crumbs span{
    padding: 20px;
    font-size: 30px;
    color:#283A62;
    display: block;
}
.gray-content{
    padding-bottom: 50px;
}
.gray-content span {
    padding: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
}
.search-row p{
    padding-left: 36px;
}
.search-row .iconfont{
    position: absolute;
    font-size: 26px;
    line-height: 36px;
}
.iconfont.icon-num{
    color:#283A62;
}
.crumbs-a{
    color:#235789;
    font-size: 16px;
}
.crumbs-curr {
    color: #000;
    font-weight: bold;
    line-height: 40px;
}
.wrap{
    max-width: 1100px;
    margin:0 auto;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: white;
}

.company-logo {
   
    display: flex;
    position: relative;
    box-shadow: 1px 1px 15px #333;
    border-radius: 20px;
}
.company-logo img{
    float: left;
    max-width: 100%;
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.detallogo-box {
    width: 200px;
    height: 160px;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    float: left;
    line-height: 160px;
}
.detallogo-box-tit-r {
    width: calc(90% - 200px);
    float: left;
    margin-left: 5%;
    line-height: 160px;
    color: #283a62;
    font-size: 28px;
}
.gray-content .wrap{
    color:#333;
}
.gray-content .txt-red{
    font-weight: bold;
    color: #283a62;
    font-size: 16px;
}
.search-details-txtbox {
    margin-top: 40px;
    width: 60%;
    float: left;
    line-height: 35px;
}
.search-details-bd .titbox {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 20px;
    clear: both;
    font-weight: bold;
}
.search-details-bd {
    margin-bottom: 50px;
}
li.col-sm-6 {
    width: 30%;
}
.product-img img {
    width: 100%;
}
p.product-txt {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}
.search-details-txt{
    font-size: 14px;
    text-align: justify;
}
.search-details-txt p {
    text-align: justify;
}
.search-details-pic{
    max-width: 200px;
    text-align: center;
    margin:0 auto;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 3px 2px 6px 1px rgba(200,200,200);
}
.search-details-pic .pro-img{
    width: 100%;
    height: auto;
}
.search-details-pic .pro-name{
   font-size: 16px;
   text-indent: 2;
   overflow: hidden;
}
.search-popup-box{
    display: none;
}
.search-popup-box.wrap{
    color:#333;
    margin-bottom: 50px;
}
.consult-popup.search-popup {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
}
.search-details-introduce.clear {
    position: absolute;
    right: 20px;
    line-height: 160px;
}
.hadSubscribe {
    background: #5cb85c;
    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: 14px;
}
h3.consult-popup-title {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 20px;
    clear: both;
    font-weight: bold;
}
.consult-input-box input,.consult-input-box textarea {
   display: block;
    width: 80%;
    margin-bottom: 10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wrap .page .Demoonstration-row {

}
.Demoonstration-top{
    background:#eee;
    padding: 30px;
}
.DemoonstrationCondition-ul{
    width: 100%;
    height: auto;
}
.DemoonstrationCondition{
    float: left;
    padding: 5px 40px 10px 15px;
    cursor: pointer;
    opacity: 0.7;
    color: #283A62 !important;
    font-size: 18px;
}
.DemoonstrationSearch{
        position: relative;
    padding-left: 10px;
}
.DemoonstrationSearch-input .search-input {
    width: 87.5%;
    height: 48px;
    border-radius: 4px;
    font-family: 微软雅黑;
    vertical-align: middle;
    margin-right: 5px;
}
.search-input {
    display: block;
    height: 3em;
    background: #fff;
    width: 100%;
    border: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.DemoonstrationSearch-input .search-button {
    background: #334A7D;
    font-weight: normal;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
}
.search-button:hover{
    background: #283A62;
}
.search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    border: 0;
    background: #e60012;
    font-size: 24px ;
    /* font-weight: bold; */
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}
.DemoonstrationSearch-select{
        width: 100%;
    display: block;
    height: 48px;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -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(search-arrow.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 98% 50%;
    border-radius: 3px;
    font-family: 微软雅黑;
}
.alphabet a{

    display: inline-block;
    color: #283A62;
    font-size: 14px;
    width: 35px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    -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{
    color: #ca2f35;
    background: white;
}
.curr{

    opacity: 1;

}

.Search-Results{
    width: 100%;
    height: 30px;
    background: white;
    padding: 10px 0;
    overflow: hidden;
}
.head-box{
        padding: 0 10px;
    border-bottom: 5px solid #283A62;
}
.head-box span{
    color:#283A62;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}
.head-box .tita{
    width: 65%;
}
.head-box .titb{
    width: 15%;
}
.head-box .titc{
    width: 17%;
    text-align: right;
}
.head-box .titd{
    /*width: 42%;*/
}
.box-a{
    width: 65%;
    float: left;
}
.box-a a{
    padding: 0 !important;
    border:none !important;
    display: block !important;
    width: 100%;
    height: 100%;
}
.Results-list ul {
    margin-top: 20px;
}
.Results-list ul li {
    padding: 10px;
    position: relative;
    line-height: 128px;
    overflow: hidden;
    margin-bottom: 20px;
}
.Results-list .box-a a .box-a-left {
    width: 210px;
    height: 128px;
    overflow: hidden;
    padding: 2px;
    border: 1px #ddd solid;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Results-list .box-a a .box-a-left img {
    max-width: 160px;
    max-height: 128px;
}
.Results-list .box-a a .box-a-r {
    width: calc( 100% - 220px );
    float: left;
    text-align: center;
    font-size: 15px;
    color: #d1202f;
    font-weight: bold;
    overflow: hidden;
}

.Results-list .box-a a .box-a-r span {
   padding-left: 20px;
    font-weight: bold;
    color: #333;
    /* line-height: 104px; */
    text-overflow: ellipsis;
    text-align: left;
    /* overflow: hidden; */
    /* white-space: normal; */
    display: block;
}
.box-b{
    width: 15%;
}
.Results-list ul li .box-b {
    float: left;
    width: 15%;
    text-align: center;
     font-size: 16px;
    color: #d1202f;
    font-weight: bold;
}
.box-c{
    width: 15%;
    font-size: 16px;
    color: #d1202f;
    font-weight: bold;
}
.Results-list ul li .box-c {
    float: left;
    font-weight: bold;
    color: #dc021b;
    width: 17%;
    text-align: right;
    min-height: 60px;
}
.box-d {
    width: 10%;
    float: left;
    text-align: center;
}
.box-d img {
    vertical-align: middle;
}
.DemoonstrationListPaging {
    margin: 50px 0;
}
.paging {
    text-align: center;
    margin-bottom: 40px;
}
.paging a, .paging span {
    /* color: #eee; */
    color: #000;
    display: inline;
    padding: 10px 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}
.paging .prev-disabled, .paging .next-disabled, .paging .last-disabled {
    cursor: not-allowed;
    background-color: #eee;
}
.paging .curr, .paging span:hover, .paging a:hover {
    color: #333;
    background: #eee;
}
.paging a.curr, .paging a.curr:hover {
    background: #d1202f;
    color: #fff;
    font-weight: bold;
    cursor: default;
    border: 1px solid #d1202f;
}
.paging a:hover {
    background-color: #d1202f;
    color: #fff;
}
/*Page

.page li {
    margin: 0px 2px 8px;
    color: #555;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.page li a,
.page li span {
    padding: 0 7px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ccc;
}

.page li a:hover,
.page li a.current {
    background: #ca2f35;
    border: 1px solid #ca2f35;
    color: #fff;
}
*/
.inner_detail .page li a:hover {
    text-decoration: none;
}

.news_indcate {
    margin-top: -30px;
}

.news_indcate .catetit {
    font: bold 16px/22px 'Trebuchet MS';
    margin: 5px 0 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.indcate_ul {
    width: 680px;
    padding: 10px 0;
    overflow: hidden;
}

.indcate_ul li {
    width: 200px;
    height: 284px;
    margin: 0 20px 20px 0;
    float: left;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}

.indcate_ul li a {
    color: #666;
    display: block;
}

.indcate_ul li a:hover {
    color: #ca2f35;
    text-decoration: none;
}

.indcate_ul li .pic {
    width: 200px;
    height: 160px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.indcate_ul li img {
    height: 160px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
}

.indcate_ul .tit {
    height: 54px;
    overflow: hidden;
    line-height: 18px;
}

.indcate_ul .time {
    padding: 8px 0;
    color: #b2b2b2;
    font: 14px/22px 'Trebuchet MS';
}


/*photosvideo*/

.photosvideo {
    padding-bottom: 80px;
    margin-top: -30px;
}

.photosvideo .pv_tit {
    height: 72px;
    margin-bottom: 10px;
    overflow: hidden;
}

.photosvideo .pv_tit li {
    float: left;
    position: relative;
    margin-right: 10px;
}

.photosvideo .pv_tit a {
    display: block;
    width: 63px;
    height: 63px;
    text-indent: -9999px;
}

.photosvideo .pv_tit a:hover {
    text-decoration: none;
}

.photosvideo .pv_tit li.current a {}

.photosvideo .pv_tit .photo_tit a {
    background: url(icon_pv_red.png) 0 0 no-repeat;
}

.photosvideo .pv_tit .photo_tit.current a {
    background: url(icon_pv_red.png) 0 -70px no-repeat;
}

.photosvideo .pv_tit .video_tit a {
    background: url(icon_pv_red.png) -70px 0px no-repeat;
}

.photosvideo .pv_tit .video_tit.current a {
    background: url(icon_pv_red.png) -70px -70px no-repeat;
}

.photosvideo .pv_tit .liveshow_tit a {
    background: url(icon_pv_red.png) -140px 0px no-repeat;
}

.photosvideo .pv_tit .liveshow_tit.current a {
    background: url(icon_pv_red.png) -140px -70px no-repeat;
}

.photosvideo .pv_tit li.current i {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #ca2f35 transparent transparent transparent;
}

.photosvideo .num {
    margin-bottom: 15px;
    overflow: hidden;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
}

.photosvideo .num li {
    padding: 2px 5px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.photosvideo .num li.current {
    color: #ca2f35;
    font-weight: bold;
}

.photosvideo .num li a {
    color: #ca2f35;
}

.photosvideo .gallery {
    overflow: hidden;
}

.photosvideo .gallery li {
    height: 63px;
    margin: 0 12px 10px 0;
    float: left;
    overflow: hidden;
}

.photosvideo .liveshow_con .num {
    margin: 0;
}

.photosvideo .liveshow_con .pic {
    margin-bottom: 40px;
}

.video div {
    position: relative;
    width: 100%;
    height: 400px;
}


/* .inner_detail .smart-item .partner_print {
	overflow:hidden;
}
.inner_detail .smart-item .partner_print li {
	width:150px;
	height:280px;
	margin:0 30px;
	float:left;
}
.inner_detail .smart-item .partner_net {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.inner_detail .smart-item .partner_net li {
	width:112px;
	float:left;
	margin:0 18px 5px 0;
}
.inner_detail .smart-item .partner_net li a img {
	width:110px;
	height:40px;
	border:1px solid #ddd;
}
.inner_detail .smart-item .partner_net li a:hover img {
	border:1px solid #ca2f35;
}
.inner_detail .smart-item .partner_spt {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.inner_detail .smart-item .partner_spt li {
	width:50%;
	float:left;
	margin:0 0 3px;
}
.inner_detail .smart-item .partner_print li p {
	margin:5px 0;
} */

.media_reg {
    margin-top: 20px;
}

.media_reg .red {
    color: red;
}

.media_reg table {
    margin-bottom: 40px;
}

.media_reg td {
    padding: 2px;
    vertical-align: top;
}

.media_reg th {
    padding: 4px 2px 2px;
    vertical-align: top;
    text-align: right;
}

.media_reg input.text {
    width: 314px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 0;
}

.media_reg input.line {
    background: none;
    border: none;
    border-bottom: 1px solid #4d4d4d;
    width: 170px;
}

.media_reg input.text.name {
    width: 188px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.media_reg input.text.t1 {
    width: 42px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.media_reg input.text.t2 {
    width: 125px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.media_reg input.text.t3 {
    width: 56px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.media_reg select.select {
    margin-left: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.media_reg .buttons {
    padding-left: 130px;
}

.media_reg .btn_submit {
    display: block;
    width: 170px;
    height: 33px;
    float: left;
    margin: 0 15px 0 0;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url(btnsubmit_red.gif) no-repeat;
}

.media_reg .btn_reset {
    display: block;
    width: 70px;
    height: 33px;
    float: left;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url(btn_reset.jpg) no-repeat;
}

.media_reg .loading {
    display: block;
    width: 170px;
    height: 33px;
    float: left;
    margin: 0 15px 0 0;
    border: 0;
    text-indent: -9999px;
    cursor: wait;
    background: url(../icon_loading.html) no-repeat;
}

.sitemap_page {
    background: url(contact_bg.jpg) 0 bottom no-repeat;
}

.sitemap {
    padding-top: 20px;
    overflow: hidden;
}

.sitemap ul li {
    width: 210px;
    margin: 0 30px 20px 0;
    float: left;
    padding: 2px 0;
}

.sitemap ul li a {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 16px;
}

.sitemap ul li ul li {
    float: none;
    margin: 0;
}

.sitemap ul li ul li a {
    margin: 0;
    padding-bottom: 0;
    border: none;
    font-weight: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
}

.sitemap ul li ul li ul li a {
    text-indent: 25px;
    font-size: 14px;
}

.container {
    background: url(contact_bg.jpg) 0 bottom no-repeat #fff;
    width: 1200px;
    margin: 0 auto;
}

.container.home {
    background: #fff;
}

.container h2 {
    padding: 9px 15px 11px;
    margin-bottom: 18px;
    font: 20px/20px '微软雅黑', Arial, sans-serif;
    color: #ca2f35;
    border-bottom: 1px solid #f2f2f2;
}

.container a.more {
    height: 14px;
    padding-right: 60px;
    margin: 30px 0 30px 15px;
    line-height: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #ca2f35;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.container a.more:hover {
    background: #ca2f35;
    color: #fff;
    text-decoration: none;
}

.container .inner_list a.more {
    margin-left: 0;
}

.container .right_780 {
    width: 890px;
    float: right;
    border-left: 10px solid #f2f2f2;
    margin-left: -10px;
}

.container .right_780.inner_detail {
    width: 890px;
    padding: 16px 25px 100px;
    overflow: hidden;
    background: #fff;
}


/*璇︾粏椤� 780px*/

.content.index {
    background: #fff;
}

.container .left_250 p {
    padding: 0 15px;
}

.newsletter_page {
    width: 100%;
    overflow: hidden;
    background: url(contact_bg.jpg) 0 bottom no-repeat;
}

.newsletter_page .newsletter fieldset {
    margin-bottom: 10px;
}

.newsletter_page .newsletter input.text {
    width: 200px;
}

.newsletter_page .newsletter .field_left {
    margin-right: 10px;
}

.newsletter_page .newsletter select {
    min-width: 210px;
    *width: 210px;
}

.newsletter_page .newsletter .submit {
    width: 150px;
    height: 22px;
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: none;
    background: #ca2f35;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.content_r {
    width: 392px;
}


/*chen1.11修改*/

.Newsletter .siteinfo_bd {
    padding: 0;
}

.Newsletter .siteinfo_bd .Email_input {
    padding-left: 20px;
}

.search {
    padding: 15px 0;
    position: absolute;
    /*width: 195px;*/
    display: block;
}

.search_input {
    
}

.QuickLink {
    padding-left: 90px;
    width: 300px;
    box-sizing: border-box;
}

.QuickLink .siteinfo_bd li a,
.Contact .siteinfo_bd li,
.footer_r p {
    font-size: 12px;
}

.content {
    border-bottom: 0;
    margin-bottom: 10px;
    display: flex;
}

.content_l_new {
    background: #f9f9f9;
}

.fairprofile {
    background: #f9f9f9;
    height: 465px;
    padding-bottom: 0;
    margin-bottom: 35px;
}

.ft_logo {
    padding-top: 10px;
}

.content_new_bd .new_text h4 a {
    display: block;
    overflow: hidden;
    /*自动隐藏文字*/
    text-overflow: ellipsis;
    /*文字隐藏后添加省略号*/
    white-space: nowrap;
    /*强制不换行*/
    width: 470px;
    /*不允许出现半汉字截断*/
}


/*2016304 index马上预登记*/

.Suspension {
    z-index: 100;
    width: 100%;
    height: 130px;
    background: url(suspension.png) center bottom no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

.Suspension_btn {
    margin: 23px 0 15px;
    display: inline-block;
    width: 332px;
    height: 43px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    background: url(suspension_btn.png) center center no-repeat;
    text-shadow: 1px 1px 1px #999;
    background-size: 100%;
}

.Suspension_btn:hover {
    color: #fff;
}

.Suspension p {
    font-size: 24px;
    color: #41676b;
}


/*.Suspension_time {
	font-size:16px;
	color:#41676b;
	margin:20px 0 12px;
}
.Suspension_time b {
	font-size:28px;
}
.Suspension_name {
	color:#72b73f;
	font-size:34px;
}
.Suspension_name span {
	color:#72b73f;
	font-size:34px;
	line-height:34px;
	padding-right:30px;
	vertical-align:bottom;
}
*/

.inner_list li {
    width: 260px;
    padding: 0 40px;
    height: 320px;
}

.inner_list li h4 {
    padding: 12px 0;
}


/*chen 6.3 修改头部*/

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.banners,
.banner {
    margin-top: 58px;
}

.sub-nav {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.9);
    margin-top: 0px;
    display: none;
    text-align: left;
        top: 56px;
    /*margin-top: -3px;*/
}

.sub-nav-row {
    width: 600px;
    padding-left: 95px;
    overflow: hidden;
}

.sub-nav-row .sub-nav-li {
    width: 30%;
    margin-right: 3.3%;
    padding: 0;
    list-style: initial;
    color: #ca2f35;
}

.sub-nav-row .sub-nav-li a {
	color: #505050;
	padding: 10px 0;
	font-size: 16px;
}

.sub-nav-row .sub-nav-li a:hover {
    color: #ca2f35;
}

@media screen and (min-width: 750px) {
    .nav>li:hover .sub-nav {
        display: block;
    }
}

.sub-nav>div.w {
    min-height: 195px;
    box-sizing: border-box;
    /*background: url(../images/sub-nav-bg.jpg) right bottom no-repeat;*/
    padding: 45px 0;
}


/*首页邮箱弹窗*/

.mail-pop-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.66);
    z-index: 1000;
    display: none;
}

.mail-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -295px;
    margin-top: -150px;
    width: 590px;
    height: 300px;
    box-sizing: border-box;
    padding: 30px 60px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.8);
}

.mail-pop-box-2 .mail-pop {
    margin-left: -295px;
    margin-top: -75px;
    width: 590px;
    height: 150px;
    padding: 30px 26px;
}

.mail-pop-box-2 .mail-pop-title {
    font-size: 20px;
    line-height: 26px;
}

.mail-pop-title {
    font-size: 30px;
    color: #ca2f35;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}

.mail-name {
    font-size: 14px;
    font-weight: bold;
    color: #283a62;
    width: 80px;
    line-height: 52px;

    display: inline-block;
}
.mail-r {
    float: none;
    display: inline-block;
}
.mail-r label {
    margin-right: 10px;
    font-size: 14px;
    color: #000;
    line-height: 52px;
}

.mail-r label input {
    margin: 0 5px;
    margin-top: -5px;
    height: 36px;
}

.Email_input {
    height: 52px;
    width: 250px;
    background: #f5f5f5;
    border: 0;
    box-sizing: border-box;
    padding: 0 10px;
}

.Newsletter .siteinfo_bd .Email_input {
    height: 52px;
}

.Email_btn,
.Newsletter .siteinfo_bd .Email_btn {
    height: 52px;
    width: auto;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #ca2f35;
    border: 0;
    border-bottom: 5px solid #ca2f35;
    margin-left: -6px;
    text-transform: uppercase;
    cursor: pointer;
     font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun";
}

.Email_btn:hover,
.Newsletter .siteinfo_bd .Email_btn:hover {
    background: #ca2f35;
    border-bottom: 5px solid #ca2f35;
}

.mail-content {
    // padding: 10px 0;
}

.mail-pop-txt {
    font-size: 14px;
    color: #666;
    padding-top: 20px;
}

.mail-pop-close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 2px solid #e9e9e9;
    background: url(mail-pop-close.png) center center no-repeat;
    cursor: pointer;
}

.red {
    color: #ca2f35;
}

.Newsletter .mail-content {
    padding: 0;
}

.lefteletter-mail-content {}

.lefteletter-mail-content label {
    margin-right: 10px;
    line-height: 24px;
    padding: 10px;
}

.lefteletter-mail-content .mail-name {
    height: 24px;
    line-height: 24px;
    padding: 0 0 10px 10px;
    float: none;
    width: 100%;
    font-size: 18px;
}

.newsletter_form input.text {
    height: 35px;
    width: 180px;
    background: #f5f5f5;
    border: 0;
    box-sizing: border-box;
    padding: 0 10px;
    margin-left: 5px;
}

.newsletter_form input.submit {
    height: 35px;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    background: #283a62;
    border: 0;
    /*border-bottom: 2px solid #ca2f35;*/
    margin-left: -6px;
    text-transform: uppercase;
    cursor: pointer;
     font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun";
}

.mail-red-txt {
    font-size: 12px;
    color: #ca2f35;
    margin: 5px;
}

.mail-succeed-txt {
    font-size: 16px;
    margin: 30px 0;
}


/* 报名 */

.btn-appt {
    position: absolute;
    width: 100px;
    height: 28px;
    text-align: center;
    background: #ca2f35;
    right: 20px;
    top: 50%;
    color: #fff !important;
    line-height: 28px;
    font-size: 14px;
}

.enroll-ico {
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(enroll-ico.png) center center no-repeat;
    margin-bottom: -4px;
    margin-right: 5px;
}

.btn-appt:hover {
    background: #b6273d;
    text-decoration: none !important;
}

.enroll-row {
    border-top: 1px solid #dadada;
    margin-top: 10px;
    padding: 10px 0;
}

.enroll-title {
    font-size: 15px;
    color: #ca2f35;
    font-weight: bold;
    padding: 20px 0;
}

.enroll-input-row {
    display: table;
    margin-bottom: 10px;
}

.enroll-input-title {
    display: table-cell;
    width: 90px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.enroll-input {
    width: 300px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
    background: #f9f9f9;
    font-size: 14px;
}

.enroll-from {
    margin: 10px 0;
}

.enroll-btn {
    margin-top: 30px;
    width: 135px;
    height: 40px;
    background: #ca2f35;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.enroll-btn:hover {
    background: #b6273d;
}


/* 16.10.11  手机上的问题*/

.banner,
.banners,
.siteinfo,
footer {
    min-width: 1200px;
}

.big_img_main {
    position: absolute;
    bottom: 30px;
    left: 55px;
    display: none;
}

.small_img_main {
    float: left;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    position: relative;
}

.inner_detail a.download {
    background-position: 0 center;
}

.arrival_map {
    position: relative;
    z-index: 10;
}

.news_guide .submit {
    margin-bottom: 3.5px;
}

.news_field ul.news_show li a.pic,
.news_field ul.news_show li img {
    height: auto;
    line-height: 0;
}

.pic img {
    max-width: 100%;
    margin: 0 auto;
}


/* .nat 修改 */

.inner_detail {
    padding: 0;
}

.content-bd-chunk {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    width: 260px;
    border-bottom-color: #f2f2f2;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-right-color: #f2f2f2;
    border-right-style: solid;
    border-right-width: 10px;
}

.vertical-box.half-group {
    border-spacing: 0 !important;
}

.content-bd-chunk .content-top-title {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    font-size: 13px;
}

.content-top-txt-box {
    padding: 0 !important;
}

p.content-top-txt {
    padding: 10px 0;
    color: #50555f;
}

.content-top-txt a {
    color: #333;
    background-image: url("icon_red.png");
    background-position-x: 0;
    background-position-y: -242px;
    background-repeat: no-repeat;
    padding-left: 15px;
}

.content-top-txt a:hover {
    color: #ca2f35;
    text-decoration: none;
}

.InsidePage-txt-tirle {
    padding: 0 !important;
}

.PagingList {
    margin: 10px 0;
}

.PagingList span,
.PagingList a {
    color: #555;
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    padding: 10px 10px;
    border: 1px solid #ccc;
    color: #283a62;
}

.PagingList a.curr,
.PagingList span.curr {
    background: #283a62;
    border-color: #283a62;
    color: #fff;
}

.content-bd {
    margin-left: -25px;
    margin-top: -16px;
}

.left_700 img {
    max-width: 100%;
}

.inner_detail .gallery-list .img-src img {

}

.new-share {
    overflow: hidden;
    margin-top: 20px;
}

.new-share .new-share-txt {
    float: left;
}

.new-share .jiathis_style {
    float: left;
}

.new-sort {
    display: none;
}

.new-details-pager {
    padding-top: 8px;
    margin-top: 15px;
    border-top: 1px solid #bababa;
    text-align: right;
}

.new-details-pager-name {
    display: none !important;
}

.new-details-pager li {
    display: inline-block;
    margin: 0 3px;
}

.new-details-pager a {
    padding: 0 5px;
    border: 1px solid #ccc;
}

.new-details-pager a p {
    display: inline-block;
}


.right_780.inner_detail.floorplan {
    height: auto;
}

.right_780.inner_detail.floorplan {
    height: auto;
    padding-bottom: 0;
}

.fp_home .venuename.pos {
    top: 120px;
}

.fp_home .venuearea.pos {
    top: 170px;
}

.fp_floors,
.fp_floor {
    margin-top: -80px;
}

.fp_floors .floorarea_line {
    top: 167px;
}

.banners .content-top-txt-box {
    display: none;
}

.content-bd {
    margin-right: -26px;
}

.partner_net li {
    width: 112px;
    float: left;
    margin: 0 18px 5px 0;
}

.partner_net li a img {
    width: 110px;
    height: 40px;
    border: 1px solid #ddd;
}

.partner_net li a:hover img {
    border: 1px solid #ca2f35;
}

.partner_spt {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.exhibitors-rooms {
    display: none;
}


.page-search-icon {
    height: 26px;
    width: 26px;
    background: url("ico1.png") center center no-repeat;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.top-search-row {
    position: absolute;
    top: 6px;
    width: 195px;
    display: block;
}

.header_r {
    position: relative;
    left: 5px;
}

.app-Language-row,
.app-Menu,
.app-nav {
    display: none;
}


.details-logo-row {
    width: 10% !important;
}

.details-name-row {
    width: 60%;
    margin-left: 5% !important;
}

.ewm-right {
    width: 15%;
    margin-left: 5%;
}

.ewm-right img {
    width: 100%;
    height: auto;
}

.siteinfo ul li.QuickLink, .siteinfo ul li.Contact{
	display: none;
}

@media (max-width:767px) {
    .ewm-right {
        float: none;
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }
    .details-logo-row {
        width: 90px !important;
    }
    .details-name-row {
        width: 62%;
    }
}

@media (max-width:480px) {
    .details-logo-row {
        float: none;
        margin: 0 auto;
    }
    .details-name-row {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}
