﻿
/*
    展会模板页样式、包括导航等
*/

/*body div {
    width: 100%;
}*/

audio {
    margin-top: -1px;
}

body #page {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

#header {
    color: white;
    width: 800px;
    height: 90px;
    /*background-color:transparent;*/
    background-repeat: no-repeat;
    background-size: cover;
}

#headerBgUp {
    height: 90px;
}

#headerBgDown {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #EFEFEF !important;
    text-align: center;
}

    #headerBgDown .animate {
        display: inline-block;
        white-space: nowrap;
        padding-left: 100%;
        animation: 16s wordsLoop linear infinite normal;
    }

@keyframes wordsLoop {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}


.header_language {
    margin-top: 43px;
    float: right;
    width: 250px;
    height: 47px;
    margin-right: 10px;
}

    .header_language p {
        float: inherit;
        text-align: right;
        width: 100%;
        height: 20px;
        margin-top: 15px;
    }

    .header_language a {
        color: white;
    }
/*模板页导航栏样式*/
#navbar {
    margin: 0px;
    height: 24px;
    background-color: rgb(235,240,255);
    width: 100%;
    height: 24px !important;
}

    #navbar ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        height: 24px !important;
    }

    #navbar li {
        float: left;
        position: relative;
        padding: 0px;
        z-index: 100;
        margin-right: 1px;
        /*width: 73px;*/
        height: 24px !important;
    }

    #navbar ul ul {
        visibility: hidden;
        position: absolute;
        top: 24px;
        left: 0;
    }

    #navbar ul li:hover ul, #navbar ul a:hover ul {
        visibility: visible;
    }

    #navbar a {
        display: inline-block;
        color: #fff;
        /*font-size: 13px;*/
        padding-top: 4px;
        padding-bottom: 4px;
        text-decoration: none;
        /*padding-top: 3px;*/
        width: 73px;
        /*height: 24px;*/
        text-align: center;
        font-weight: bold;
        /*filter: alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#507CD1,endcolorstr=#001854,gradientType=0); /*IE*/
        /*-ms-filter: alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#507CD1,endcolorstr=#001854,gradientType=0); /*IE8*/
    }

        /*.pcnav li ul li a
    {
        background: #507CD1!important;
    }*/

        #navbar a:hover {
            background: #001854;
            /*filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#001854,endcolorstr=#001854,gradientType=0); /*IE*/
            /*-ms-filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#001854,endcolorstr=#001854,gradientType=0); /*IE8*/
        }

    #navbar ul ul li {
        clear: both;
        text-align: center;
        margin: 0px;
    }

        #navbar ul ul li a {
            display: block;
            height: 24px;
            clear: both;
            margin: 0;
            /*font-size: 13px;*/
            /*filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#507CD1,endcolorstr=#507CD1,gradientType=0); /*IE*/
            /*-ms-filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#507CD1,endcolorstr=#507CD1,gradientType=0); /*IE8*/
        }

    #navbar > ul > li:last-child, #navbar > ul > li:last-child > a {
        width: 71px;
        margin-right: 0;
    }

#mbnavbar ul {
    list-style: none;
}

#mbnavbar {
    display: none;
}

    #mbnavbar ul li:nth-child(1) > ul > li {
        float: left;
    }

        #mbnavbar ul li:nth-child(1) > ul > li:last-child {
            margin-right: 0;
        }

    #mbnavbar a {
        display: block;
        color: #fff;
        height: 24px;
        /*font-size: 13px;*/
        padding: 2px;
        text-decoration: none;
        padding-top: 3px;
        text-align: center;
        font-weight: bold;
        /*filter: alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#507CD1,endcolorstr=#001854,gradientType=0); /*IE*/
        /*-ms-filter: alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#507CD1,endcolorstr=#001854,gradientType=0); /*IE8*/
    }

#navbar a:hover {
    background: #001854;
    /*filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#001854,endcolorstr=#001854,gradientType=0); /*IE*/
    /*-ms-filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#001854,endcolorstr=#001854,gradientType=0); /*IE8*/
}

#mbnavbar li {
    position: relative;
    padding: 0px;
    z-index: 100;
    /*margin-right: 1px;*/
    overflow: hidden;
}
@media screen and (min-width: 769px) {
    .nav-hide > ul li {
        margin-right: 1px !important;
        white-space: nowrap;
    }
}



#mbnavbar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#mbnavbar .nav-hide li {
    float: left;
}

    #mbnavbar .nav-hide li:nth-child(5) {
        margin-right: 0;
    }

#content {
    min-height: 450px;
    /*font-size:small;*/
}

/*根据展会不同导航颜色的不同设置*/
.kbcNavColor {
    /*background: #507CD1; 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #507CD1, #001854); /*firefox*/
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#507CD1), to(#001854)); /*chrome*/
    background: -o-linear-gradient(top, #507CD1, #001854); /*opera*/
    background: -linear-gradient(top, #507CD1, #001854) repeat scroll 0 0 #EEEEEE;
    background: -webkit-linear-gradient(top,#507CD1, #001854) repeat scroll 0 0 #EEEEEE;
    background: -ms-linear-gradient(top,#507CD1, #001854) repeat scroll 0 0 #EEEEEE; /*IE10,IE11*/
    filter: alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#507CD1,endcolorstr=#001854,gradientType=0); /*IE6,7*/
    -ms-filter: "alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#507CD1,endcolorstr=#001854,gradientType=0)"; /*IE8*/
}

.bcNavColor {
    /*background: #FB6265;  一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #FB6265, #71011A); /*firefox*/
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FB6265), to(#71011A)); /*chrome*/
    background: -o-linear-gradient(top, #FB6265, #71011A); /*opera*/
    background: -linear-gradient(top, #FB6265, #71011A) repeat scroll 0 0 #EEEEEE;
    background: -webkit-linear-gradient(top, #FB6265, #71011A) repeat scroll 0 0 #EEEEEE;
    background: -ms-linear-gradient(top, #FB6265, #71011A) repeat scroll 0 0 #EEEEEE; /*IE10,IE11*/
    filter: alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FB6265,endcolorstr=#71011A,gradientType=0); /*IE6,7*/
    -ms-filter: "alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FB6265,endcolorstr=#71011A,gradientType=0)"; /*IE8*/
}

.ccmtNavColor {
    /*background:#E87400;  一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #FFBE7D, #E87400); /*firefox*/
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFBE7D), to(#E87400)); /*chrome*/
    background: -o-linear-gradient(top, #FFBE7D, #E87400); /*opera*/
    background: -linear-gradient(top, #FFBE7D, #E87400) repeat scroll 0 0 #EEEEEE;
    background: -webkit-linear-gradient(top, #FFBE7D, #E87400) repeat scroll 0 0 #EEEEEE;
    background: -ms-linear-gradient(top, #FFBE7D, #E87400) repeat scroll 0 0 #EEEEEE; /*IE10,IE11*/
    filter: alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFBE7D,endcolorstr=#E87400,gradientType=0); /*IE6,7*/
    -ms-filter: "alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99CCFF,endcolorstr=#0066FF,gradientType=0)"; /*IE8*/
}

.csitfNavColor {
    /*background:#0066FF;  一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #99CCFF, #0066FF); /*firefox*/
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#99CCFF), to(#0066FF)); /*chrome*/
    background: -o-linear-gradient(top, #99CCFF, #0066FF); /*opera*/
    background: -linear-gradient(top, #99CCFF, #0066FF) repeat scroll 0 0 #EEEEEE;
    background: -webkit-linear-gradient(top, #99CCFF, #0066FF) repeat scroll 0 0 #EEEEEE;
    background: -ms-linear-gradient(top, #99CCFF, #0066FF) repeat scroll 0 0 #EEEEEE; /*IE10,IE11*/
    filter: alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99CCFF,endcolorstr=#0066FF,gradientType=0); /*IE6,7*/
    -ms-filter: "alpha(opacity=70 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99CCFF,endcolorstr=#0066FF,gradientType=0)"; /*IE8*/
}

.kbcNavLinkColor {
    background: #507CD1;
    filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#507CD1,endcolorstr=#507CD1,gradientType=0); /*IE6,7*/
    -ms-filter: "alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#507CD1,endcolorstr=#507CD1,gradientType=0)"; /*IE8*/
}

.bcNavLinkColor {
    background: #FB6265;
    filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FB6265,endcolorstr=#FB6265,gradientType=0); /*IE6,7*/
    -ms-filter: "alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FB6265,endcolorstr=#FB6265,gradientType=0)"; /*IE8*/
}

.ccmtNavLinkColor {
    background: #FFBE7D;
    filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFBE7D,endcolorstr=#FFBE7D,gradientType=0); /*IE6,7*/
    -ms-filter: "alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFBE7D,endcolorstr=#FFBE7D,gradientType=0)"; /*IE8*/
}

.csitfNavLinkColor {
    background: #99CCFF;
    filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99CCFF,endcolorstr=#99CCFF,gradientType=0); /*IE6,7*/
    -ms-filter: "alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99CCFF,endcolorstr=#99CCFF,gradientType=0)"; /*IE8*/
}



.pcnav li:nth-child(9) ul li:last-child .csitfNavLinkColor {
    display: none !important;
}

#navbar a:hover {
    /*background: #0066FF;
    filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0066FF,endcolorstr=#0066FF,gradientType=0); /*IE*/
    /*-ms-filter: alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=20) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0066FF,endcolorstr=#0066FF,gradientType=0); /*IE8*/ */;
}

#head_fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}

#content {
    margin-top: 144px;
}

audio {
    height: 30px;
}

#returnTicket img {
    width: 120px;
    /*color: #5091A9;*/
    text-decoration: none;
    position: fixed;
    /*font-size: small;*/
    left: 50%;
    margin-left: 280px;
    top: 0px;
    /*text-align: center;
    background: white;*/
    padding-top: 6px;
    padding-right: 10px;
}

/*#returnTicket img:hover{

    border:2px solid red;
    color:red;
    width:140px;

}*/



@media (max-width:768px) {

    /*#returnTicket img
    {
        margin-left:100px;
        width:115px;
        top:80%;
    }*/

    #returnTicket_m {
    }

    body {
        background-color: white !important;
    }

        body #page {
            width: 100%;
            margin-top: -5px !important;
        }

    #header {
        /*background-image: url('');
        background-color: rgb(14,78,150);
        background-repeat: no-repeat;
        background-size:initial;*/
        width: 100%;
    }

    #navbar {
        display: none;
    }

    #mbnavbar {
        display: block;
    }
     .nav-hide > ul li {
        margin-right: 1px;
        white-space: nowrap;
    }
        #mbnavbar a {
            font-size: 12px;
            font-weight: normal;
            padding: 2px;
        }

       /*// #mbnavbar li {*/
        #mbnavbar ul li:nth-child(1) > ul > li {
            margin-right: 1px;
            white-space: nowrap;
        }

        .nav-hide > ul li:nth-child(5) {
        margin-right: 0;
    }
         .nav-hide > ul li:nth-child(10) {
        margin-right: 0;
    }
        .nav-hide > ul li:nth-child(15) {
        margin-right: 0;
    }

    #head_fixed {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: white;
        z-index: 1;
    }

    .mobile_ticket a {
        position: fixed;
        right: 0;
        top: 20px;
        padding-right: 10px;
        padding-top: 10px;
        color: white;
        font-weight: bold;
    }

    .header_language p {
        margin-top: 5px;
    }
}
