.open .gp-menu-offcanvas2 {
    padding-top: 40px;
}

.gp-menu-nav,
.gp-menu-header-icon-out>span {
    background: #9B0000;
}

.gp-ser {
    height: 32px;
    border: none;
}

.gp-search {
    margin-top: 10px;
    width: 260px;
    height: 32px;
    /* float: right; */
    line-height: 32px;
    border: none;
    /* ; */
    /* */
    background: none;
}

.pr {

    border: 1px dotted #cecece;
    line-height: 42px;
    border-left: 0;
    border-right: 0;
}

.pr span {
    display: inline-block;
    color: #aaa;
    margin: 0px 41px;
}

.view {
    /* margin-left: 15px; */
    background: url(../images/view.jpg) no-repeat left center;
    padding-left: 31px !important;
}
.speakers p {
    padding: 3px 0 0 30px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.spk {
    background: url(../images/people.png) no-repeat left center;
}
.st {
    background: url(../images/time.png) no-repeat left center;
}
.sve {
    background: url(../images/map.png) no-repeat left center;
}
.speakers{padding:40px 50px 20px;background:#f8f8f8;margin-top:20px;margin-bottom: 20px;}
.gp-search2 {
    background: rgba(0, 0, 0, .2);
    margin-left: 10px;
    float: left;
    border-radius: 40px;
}

.gp-search input.notxt {
    color: #888888;
    width: 200px;
    /* left: 0; */
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    padding-left: 10px;
    border: 1px solid #D9D9D9;
}

.gp-search .notxt1::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    left: -11px;
    top: 0px;
}

.gp-search .notxt1 {
    position: absolute;
    width: 50px;
    height: 36px !important;
    right: 0;
    height: 30px;
    background: url(../images/s1.png) no-repeat;
    background-size: cover;
    top: 0;
    color: #fff;
    /* overflow: visible; */
    /* padding-left: 11px; */
}

.gp-search .notxt1:hover {
    background: url(../images/s2.png) no-repeat;
    background-size: cover;
}

.nav::before {
    /* content: ''; */
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .45);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
}

.nav ul li:hover .subNav {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.nav li>a {
    line-height: 24px;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding: 8px 0px;
    display: block;
    box-sizing: border-box;
}


.nav li.ac>a::before {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    background: url(../images/navup.png) no-repeat;
    position: absolute;
    right: -17px;
    top: calc(50% - 3px);
    transition: all .3s ease-in-out;
}

.nav li.on>a::before {
    transform: rotate(180deg);
}

.nav ul li {
    position: relative;
    /* width: calc(100% / 10); */
}






.nav li.on .subNav {
    display: block;
}

.nav ul {
    text-align: justify;
    overflow: hidden;
    overflow: visible;
    /* display: flex; */
    justify-content: space-between;
    font-size: 0;
    box-sizing: border-box;
    /* height: 40px; */
}

.nav ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
}

.nav li {

    position: relative;
    display: inline-block;

    z-index: 50;
}

.subNav {
    background: rgba(255, 255, 255, .9);
    left: 0;
    width: 200px;
    top: 40px;
    z-index: 0;
}

.subNav dd {
    padding: 0px 7px;
    border-bottom: 1px solid rgba(153, 153, 153, .11);
}

.subNav dd:hover {
    background: #9B0000
}

.subNav dd:hover a {
    color: #fff;
}

.gp-menu-nav {
    background: #9B0000;
}

header {
    position: relative;
}


header.currents {
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
    /* position: fixed; */
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
}




.gp-goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    transition: none;
    background-color: #b0171a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: none;
}

.gp-goTop:hover {
    color: #fff;
    /*     background-color: #FFB223; */
}

.gp-goTop i {
    font-size: 32px;
}

.header {
    background: url(../images/topbg.png) right top no-repeat;
    background-size: cover;
}

.headerTop {
    padding: 21px 0;

}

.headerRight {
    display: inline-block;
    text-align: right;
    margin-top: 25px;
}

.nav {
    background: #9B0000;
}

.topLink {
    color: #333;
}

.topLink span {
    display: inline-block;
    margin: 0 8px;
}

.logo1 {
    display: inline-block;
    width: 573px;
}

/* date */
.mode1Ul {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 10.5px;
}

.mode1Ul li {
    overflow: hidden;
    margin-bottom: 21px;
    transition: all .3s ease-in-out;
}

.mode1Ul li:hover {
    transform: translateX(8px);
}

.mode1Ul li:hover .date {

    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

.mode1Ul li a {
    display: block;
    overflow: hidden;
}

.date {
    display: block;
    width: 70px;
    height: 72px;
    border: 1px solid #C9C9C9;
}

.date p {
    padding: 8px;
    box-sizing: border-box;
    background: #9B0000;
    text-align: center;
}

.date span {
    display: block;
    color: #9B0000;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
}

.dateRight {
    margin-left: 90px;
}

.drtop span {
    line-height: 24px;
    color: #999;
    display: inline-block;
    height: 18px;
    overflow: hidden;
}

.drtop i {
    display: inline-block;
    color: #999;
    margin: 0 10px;
    font-style: normal;
    
}

.drtop p {
    color: #FF9393;
    display: inline-block;
}

.drtop {
    margin-bottom: 8px;
}

.mode1Ultitle {
    line-height: 20px;
    /* height: 60px; */
    overflow: hidden;
    color: #333;
    margin-bottom: 8px;
}

.speak p {
    line-height: 19px;
    color: #999;
}

.speak i {
    width: 14px;
    overflow: hidden;
    display: block;
    margin-right: 6px;
}

.more {
    line-height: 18px;
    color: #777;
    vertical-align: middle;

}

.more i {
    display: inline-block;
    width: 14px;
    overflow: hidden;
    vertical-align: middle;
}

.more:hover {
    font-weight: bold;
    color: #FF9393;
}

/* footer */
footer {
    padding: 40px 0;
    background: url(../images/footer.png);
}

.footer {
    margin: 0 50px;
}

.footerl {
    width: calc(100% - 150px);
    overflow: hidden;
}

.footerselect {
    width: 315px;
    float: left;
    /* margin-left: 136px!important; */
    text-align: center;
    margin-bottom: 20px;
}

.footerselect select {
    width: 248px;
    height: 34px;
    background: #6c6c6c;
    border: 1px solid #757575;
    color: #fff;
    vertical-align: middle;
    outline: none;
}

.footerselect input {
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: url(../images/v1.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    vertical-align: middle;
}

.footerselect input:hover {
    background: url(../images/v2.png) no-repeat;
    background-size: cover;
}

.flog {
    width: 383px;
    display: block;
    margin: 15px 0;
}

.copRight {
    color: #999;
}

.footerr {
    width: 144px;
    text-align: center;
}

.ewm {
    width: 130px;
    height: 130px;
    display: inline-block;
}

@media screen and (max-width:1830px) {}

@media screen and (max-width:1640px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {}


@media screen and (max-width:1301px) {}

@media screen and (max-width:1200px) {
    .footer {
        margin: 0 !important;
    }
}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {


    .gp-menu-nav {
        display: block !important;
    }

    .gp-menu-header {
        top: 18px;
        right: 15px;
    }


}



@media screen and (max-width:996px) {
    .headerRight, .nav {
        display: none;
    }

    .headerRight2 {
        display: block !important;
        text-align: left;
        margin-left: 25px;
    }

    .headerRight2 .topLink span {
        color: #fff;
    }

    .gp-container {
        width: auto;
        margin: 0 15px;
    }
}

@media screen and (max-width:767px) {
    .logo1 {
        width: 400px;
        overflow: hidden;
    }

    .ewm {
        transform: scale(.8);
    }

    .footerselect select {
        width: 200px;
    }

    .flog {
        width: 285px;
    }
}

@media screen and (max-width:600px) {

    .gp-menu-header-icon {
        transform: scale(0.6);
        top: -20px;
    }

    .gp-menu-header {
        display: block;
        top: 35px;
        right: 0;
    }
    .speakers {
        padding: 40px 20px 20px;
    }
}

@media screen and (max-width:479px) {
    .logo1 {
        width: 80%;
        overflow: hidden;
    }

    .footerselect {
        width: 290px;
    }

    .footerselect select {
        width: 210px;
    }

    .footerl {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    .footerr {
        float: none;
    }
}

@media screen and (max-width:414px) {}



@media screen and (max-width:998px) {}