/**
英文版的头部
*/
.home-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /*line-height: 120px;*/
    /*padding: 10px 60px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    background-position: top left;
    /*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000000 100%);*/
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4gofCBYnYhMeRQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAB9SURBVBjTVZBBEgQxCAIb/v9kHfYQx8lerIpoQwT0GNIGykAbqS1ok+3NyBaVQ2aYXCM1PdJWaCPaCTXQLTlulBU9Rlk3jTqAfBtlooGOh2o8yGTRAWSE1/cxUTl6Exw81GSBv0Owu6Lmg9ngt7onuaCbOaPqen53PtAC4R9ZOXem4IksLwAAAABJRU5ErkJggg==");
    z-index: 200;
}

.header-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.home-header-nav-logo {
    margin-top: 13px;
    height: 54px;
}

.sm-menu-toggle {
    display: none;
}

.sm-menu-header {
    display: none;
}

.header-menu {
    text-align: right;
}

.home-footer {
    position: fixed;
    bottom: 0;
    right: 5px;
    color: #fff;
    font-size: 12px;
    z-index: 200;
}

.bg-slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
}

.bg-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slide-txt {
    position: absolute;
    padding: 10px;
    left: 10%;
    bottom: 15%;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;

    text-shadow: 0 0 15px rgba(50, 50, 50, 0.6);

    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gUKFg4coizRPgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAuElEQVRIx+2UsQrCMBRFT6UgFEuhCIogdBT8jn51f6aTtoMtJaXgpIN3eEu3iAjvLCG5gZOE95LUzWsL7IAcKICMDwswAQGYmzp5EpFU0j1wAg46ABL2wE3z6OJc0gtQAaWyAWiN9BFbXOimFXAFjso6jaMOQWxxpluXkp5NfleWxRZv+BGpqjfoOTuTdVoL2hNdPKl6W/O8trh67YkuDqZlxpV2Ct8Qz6ZlhrUPBMdxHMdxHOfveAOncDEgbY1lOQAAAABJRU5ErkJggg==");

    background-size: 8px;

    /*   -webkit-transform: translate3d(-200%,0,0);
       -moz-transform: translate3d(-200%,0,0);
       -ms-transform: translate3d(-200%,0,0);
       -o-transform: translate3d(-200%,0,0);
       transform: translate3d(-200%,0,0);
   */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slide-txt.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.content-left-lg {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 20px;
    width: 850px;
    min-height: 500px;
}
.content-left {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 20px;
    width: 420px;
    min-height: 300px;
}

.content-mid {
    position: absolute;
    left: 455px;
    top: 0;
    padding-top: 20px;
    width: 400px;
    min-height: 550px;
}

.content-right {
    position: absolute;
    margin-top: 20px;
/*
    padding-top: 20px;
*/
    top: 0;
    right: 0;
    width: 303px;
}

.cate-title {
    position: relative;
    height: 54px;
    font-size: 24px;
    color: rgba(45, 45, 80, 1);
    line-height: 44px;
    border-bottom: 1px solid #eee;
}

.cate-title > span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95px;
    height: 4px;
    background: #58975F;
}

.cate-more {
    position: absolute;
    top: 0;
    right: 0;

    text-decoration: none;
    width: 64px;
    height: 50px;
    font-size: 14px;
    color: #2D2D50;
    line-height: 50px;
}

.heading-left {
    position: relative;
    padding-left: 220px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 120px;
    font-size: 18px;
    color: rgba(45, 45, 80, 1);
    line-height: 34px;
}
.heading-summary{
    font-size: 14px;
    color: #999;
}
.heading-left > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 120px;
}

.heading-left > span {
    position: absolute;
    left: 220px;
    bottom: 0;

    line-height: 16px;
    font-size: 16px;
    color: rgba(45, 45, 80, 1);
}

.news-list {
    position: relative;
    display: block;
    text-decoration: none;

    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #2D2D50;
    
    
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.news-list > span {
    position: absolute;
    top: 0;
    right: 0;
}

.news-list:hover {
    color: #00001D;
}

.heading-notification {
    display: block;
    margin-bottom: 20px;
}

.heading-notification > img {
    margin-top: 30px;
    width: 303px;
    height: 120px;
}

.notification-list {
    display: block;
    position: relative;
    font-size: 16px;
    color: #2D2D50;
    line-height: 50px;
    text-decoration: none;
    vertical-align: middle;
}

.notification-list > .cal-pc {
    display: inline-block;
    width: 48px;
    padding: 2px 5px;
    font-size: 13px;
    border: 1px solid #58975F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background-color: #58975F;
    vertical-align: middle;
}

.notification-list > .cal-mobile {
    display: none;
    padding: 2px 5px;
    font-size: 16px;
    border: 1px solid #58975F;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #58975F;
    line-height: 50px;
}

.notification-item {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
}

.notification-digest {
    font-size: 13px;
    color: #ccc;

}

.video {
    position: relative;
    display: block;
    text-decoration: none;
    line-height: 60px;
    color: #002D3D;
}
.video:visited{

}
.video > .poster {
    margin-top: 20px;
    display: block;
    width: 305px;
    height: 171px;
}

.video > .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 305px;
    height: 171px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .home-header {

    }

    .home-header-nav-logo {
        margin: 13px 0 0 15px;
    }

    .header-menu {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 60%;
        text-align: left;
        background-color: #fff;
        box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.1);

        -webkit-transition: transform .36s;
        -moz-transition: transform .36s;
        -ms-transition: transform .36s;
        -o-transition: transform .36s;
        transition: transform .36s;

        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .sm-menu-header {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #ccc;
    }

    .header-menu.active {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .home-header-nav-link > a {
        display: block;
        margin: 0;
        padding: 0 15px;
        line-height: 40px;
        font-weight: bold;
        color: #58975F;
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
    }

    .home-header-nav-link > a.active {
        color: #fff;
        background-color: #58975F;
    }

    .header-border {
        display: none;
        height: 0;
    }

    .home-sub-nav {
        height: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: rgba(244, 245, 250, 1);
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        top: 0;
        overflow: hidden;
    }

    .home-sub-nav-link {
        height: 0;
        color: rgba(153, 158, 168, 1);
    }

    .home-sub-nav-link.active {
        color: #58975F;
    }

    .home-sub-nav.active {
        display: block;
        height: auto;
        position: relative;
    }

    .home-sub-nav.active > .home-sub-nav-link {
        height: auto;
    }

    .home-header-nav-link {
        display: block;
    }

    .sm-menu-toggle {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        line-height: 90px;
        padding-right: 15px;
    }

    .sm-menu-toggle > img {
        width: 24px;
    }

    .mobile-menu-icon {
        width: 24px;
    }

    .home-footer {
        display: none;
    }
}

/* end of media screen max width 768px */

/*-------- 首页导航菜单个性化 ---------*/

.nav-menu-item>span,
.nav-menu-item>a {
    color: #FFFFFF;
}

.sub-nav-menu {
    /*background-color: rgba(0, 0, 0, 0.55);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000),progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=125, Strength=3);*/

    background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4gofCB8UDAHEGgAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAAYSURBVBjTY2RgYOhhIAIwMRAJRhVSRyEA76YAoDodoMgAAAAASUVORK5CYII=");
    -webkit-box-shadow: 0 0 3px 0 #999;
    -moz-box-shadow: 0 0 3px 0 #999;
    box-shadow: 0 0 3px 0 #999;
}

.sub-nav-menu span,
.sub-nav-menu a {
    color: #FFFFFF;
}

.sub-nav-menu-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;

    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}


.sub-nav-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
}




/* start of media screen max width 768px */
@media screen and (max-width: 768px) {
    .nav-menu-item>span,
    .nav-menu-item>a {
         color: rgba(88, 151, 95, 1);
    }
    .sub-nav-menu{
        background:transparent ;
        -webkit-box-shadow: 0 0 3px 0 transparent;
        -moz-box-shadow: 0 0 3px 0 transparent;
        box-shadow: 0 0 3px 0 transparent;
    }
    .sub-nav-menu span,
    .sub-nav-menu a {
        color: rgba(153, 158, 168, 1);
    }
    .sub-nav-menu-item{
        position: relative;
        border-bottom: none;
    }
    .sub-nav-menu-item:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        border-bottom: 1px solid #ccc;

        -webkit-transform: scaleY(0.5);
        -moz-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        -o-transform: scaleY(0.5);
        transform: scaleY(0.5);   
     }
     
     .content-container{
        max-width: 100%;
    }
    .content-left-lg {
        position: relative;
        left: 0;
        top: 0;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        min-height: 500px;
        box-sizing: border-box;
    }

    .content-right {
        position: relative;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        top: 0;
        right: 0;
        width: 100%;
        box-sizing: border-box;
    }
    
    .heading-left {
        position: relative;
        padding-left: 120px;
        margin-top: 30px;
        margin-bottom: 30px;
        height: 60px;
        font-size: 18px;
        line-height: 26px;
    }
    .heading-left > span {
        position: absolute;
        left: 120px;
        bottom: -5px;
        line-height: 16px;
        font-size: 14px;
    }
    .heading-left > img {
        width: 100px;
        height: 60px;
    }
    .heading-left>a{
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .heading-summary{
        display: none;
    }
    
    .news-list{
        padding-right: 80px;
        box-sizing: border-box;
    }
    
    
    
    .content-left {
        position: relative;
        left: 0;
        top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        width: 100%;
        min-height: 100px;
        box-sizing: border-box;
    }
    
    .content-mid {
        position: relative;
        left: 0;
        top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        width: 100%;
        min-height: 150px;
        box-sizing: border-box;
    }
}
/* end of media screen max width 768px */
