/*
 *openPlat.jsp
*/

/*banner*/
.nav-banner{
    position: relative;
    width: 100%;
    height: 400px;
    background: url(/info/version4/web/mmodule/open/images/banner-openning.png) center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*nav*/
.am-shadow{
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
}
.nav-top{
    position: relative;
    margin-top: -90px;
}
.module-events{
    float: left;
    width: 770px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*module 1*/
.module-intro{
    line-height: 30px;
    font-size: 14px;
    color: #5A6164;
    text-align: left;
}
.module-intro p{
    text-indent: 2em;

}
/*module1 end*/


/*module2 API*/
.events-list li{
    padding: 30px 0;
    border-bottom: 1px solid #E6E6E6;
}
.events-title{
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #E8B554;
}
.events-txt{
    line-height: 20px;
    font-size: 14px;
    color: #5A6164;
}
/*module2 API end*/


/*re-common-class*/
.main-container{
    margin-top: 0 !important;
}
.main-content{
    padding: 0 !important;
}
.u-tab-menu-nav li{
    display: inline;
    width: 500px;
    margin-right: 0;
    text-align: center;
}
.u-tab-menu-nav li a{
    display: inline-block;
    float: none;
    padding: 0 50px;
    font-weight: normal;
    color: #fff;
}

.u-ltab-menu .on{
	border-right:none;
}