#wrap::before {
    width: 1px;
    height: 100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 10%;
    background-color: #ff8a00;
}

.home-page {
    position: relative;
    z-index: 400;
}

.index-banner {
    position: relative;
    z-index: 100;
}

.index-banner .swiper-container {
    overflow-y: inherit;
}

.index-banner .swiper-wrapper {
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}

.index-banner .swiper-slide {
    position: relative;
    text-align: right;
    overflow: hidden;
    opacity: 0;
    transition: all 1.1s ease;
    -webkit-transition: all 1.1s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: bottom right;
}

.index-banner .swiper-slide.swiper-slide-visible {
    opacity: 1;
    padding-top: 0;
    transition: all 1.1s ease;
    -webkit-transition: all 1.1s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.index-banner a.image {
    margin-left: 0;
    float: right;
    width: 137%;
    padding-top: 0%;
    transition: all 1.1s ease;
    -webkit-transition: all 1.1s ease;
    color: #ffffff;
}

.index-banner .swiper-slide-active a.image {
    padding-top: 8%;
    float: left;
    width: 137%;
    transition: all 1.1s ease;
    -webkit-transition: all 1.1s ease;
}

.index-banner a.image img {
    width: 100%;
}

.index-banner .swiper-slide-active {
    z-index: 300;
}

.index-banner .swiper-slide-visible {
    overflow: inherit;
}

.index-banner .pagination {
    width: 100%;
    left: 0;
    bottom: 14%;
    z-index: 200;
    position: absolute;
    text-align: right;
    padding-right: 7%;
}

.index-banner .pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 5px;
}

.index-banner .pagination span.swiper-active-switch {
    background-color: #ff0000;
}

.index-banner .inner {
    position: absolute;
    right: -50%;
    bottom: 35%;
    text-align: left;
    width: 50%;
    transition: all 1.1s ease;
    -webkit-transition: all 1.1s ease;
    opacity: 0;
}

.index-banner .inner::after {
    content: " ";
    position: absolute;
    bottom: -20px;
    width: 20%;
    height: 3px;
    background: #ffffff;
    display: block;
    left: 0;
}

.index-banner .swiper-slide-active .inner {
    right: -70%;
    opacity: 1;
    transition: all 1.5s ease 1s;
    -webkit-transition: all 1.5s ease 1s;
}

.index-banner .inner h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.index-banner a .inner p {
    font-size: 20px;
    color: #dcd6d5;
}

.home-wrap {
	clear:left;
    margin: 0 6.5% 0 9.75%;
    padding-top: 100px;
    padding-left: 200px;
    position: relative;
    min-height: 500px;
    /* overflow-y: hidden; */
}

.home-wrap .section {

    margin-bottom: 80px;
}

.side-nav {
    width: 170px;
    top: 10%;
    left: 0;
    position: absolute;
}

.side-nav a {
    display: block;
    font-size: 20px;
    color: #ff8a00;
    position: relative;
    padding: 7px 0 7px 30px;
    cursor: default;
}

.side-nav .pinned {
    position: relative;
    margin-top: 10%;
}

.side-nav a.btn {
    cursor: pointer;
}

.side-nav a.btn:hover {
    text-decoration: underline;
}

.side-nav a.active {
    color: #ffffff;
    background: #c82445;
    margin-left: -40px;
    padding: 20px 0 20px 70px;
    text-decoration: none;
}

.side-nav a.active:hover {
    text-decoration: none;
}

.side-nav a::before {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: #ffffff;
    border: 3px solid #ff8a00;
    overflow: hidden;
}

.side-nav a.active::before {
    width: 16px;
    height: 16px;
    left: 37px;
    margin-top: -8px;
    background: none;
    border: 3px solid #ffffff;
}

.btn-more {
    width: 250px;
    margin-top: 40px;
}

.show-in-phone.block-title {
    font-weight: bold;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    display: none;
}

.text-list li a {
    display: block;
    font-weight: bold;
    line-height: 25px;
    color: #333333;
    padding: 10px 3px;
    font-size: 18px;
    font-family: Georgia;
    background: url(dashed-line1.jpg) repeat-x bottom;
}

.text-list li a:hover {
    color: #950b27;
    background: url(dashed-line2.jpg) repeat-x bottom;
}

.home-news-block .item {
    margin-bottom: 70px;
}

.program-tab {
    font-weight: bold;
}

.home-news-block .program-tab {
    font-size: 20px;
    width: 200px;
    float: left;
    height: 350px;
    margin: 0 30px 0 0;
    border-right: 1px solid #950b27;
}

.home-news-block .item:nth-child(2n) .program-tab {
    border-left: 1px solid #950b27;
    border-right: none;
    padding-left: 30px;
    float: right;
    margin: 0 0 0 30px;
}

.home-news-block .item .program-con {
    padding: 15px 0 0 210px;
}

.home-news-block .item:nth-child(2n) .program-con {
    padding: 15px 210px 0 0;
}

.home-news-block .thumb {
    width: 40%;
    float: left;
    position: relative;
}

.home-news-block .thumb .thumb-text {
    width: 100%;
    position: absolute;
    padding: 12px 15px;
    left: 7%;
    bottom: -11%;
    background: rgba(168, 13, 44, 0.9)
}

.home-news-block .item:nth-child(2n) .thumb-text {
    left: auto;
    right: 7%;
}

.home-news-block .thumb .thumb-text a {
    color: #ffffff;
}

.home-news-block .thumb .thumb-text a h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.home-news-block .thumb .thumb-text a p {
    font-size: 12px;
}

.home-news-block .thumb .thumb-text a:hover {
    text-decoration: underline;
}

.home-news-block .item:nth-child(2n) .thumb {
    float: right;
}

.home-news-block .objectFit-imgBox {
    width: 100%;
    padding-bottom: 57%;
}

.home-news-block .objectFit-imgBox a {
    display: block;
}

.home-news-block .show-list {
    width: 52%;
    float: right;
}

.home-news-block .item:nth-child(2n) .show-list,
.home-news-block .item:nth-child(3n) .show-list {
    float: left;
}

.home-features-block {
    padding-left: 180px;
}

.home-features-block .thumb {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.home-features-block .thumb .thumb-text {
    width: 63%;
    position: absolute;
    padding: 10px 15px;
    right: 7%;
    bottom: -10px;
    background: rgba(168, 13, 44, 0.9)
}

.home-features-block .thumb .thumb-text a {
    color: #ffffff;
}

.home-features-block .thumb .thumb-text a:hover {
    text-decoration: underline;
}


.home-features-block .objectFit-imgBox {
    width: 100%;
    padding-bottom: 56%;
}

.home-features-block .objectFit-imgBox a {
    display: block;
}

.home-documents-block {
    padding-top: 70px;
    /*! padding-bottom: 180px; */
}

.home-documents-block .item {
    float: left;
    width: 32%;

    text-align: center;
    margin-right: 2%;
    border: 1px solid #950b27;
}

.home-documents-block .item:hover {
    background-color: #c82445;
    border-bottom-color: #c82445;
}

.home-documents-block .item a {
    display: block;
    padding: 10% 0;
}

.home-documents-block .item a i {
    color: #c82445;
    font-size: 60px;
}

.home-documents-block .item a h2 {
    color: #9c2b3e;
    margin-top: 7%;
    font-size: 28px;
}

.home-documents-block .item a:hover i,
.home-documents-block .item a:hover h2 {
    color: #ffffff;
}

.home-documents-block .item:last-child {
    margin-right: 0;
}


.home-services-block {
    padding-top: 50px;
}

.home-services-block .item {
    float: left;
    margin-right: 3%;
    width: 22.75%;
    border: 1px solid #950b27;
}

.home-services-block .item a {
    display: block;
    color: #950b27;
}

.home-services-block .item:hover a {
    color: #ffffff;
}

.home-services-block .item:hover {
    background-color: #c82445;
}

.home-services-block .item:last-child {
    margin-right: 0;
}

.home-services-block .thumb {
    width: 100%;
    position: relative;
}

.home-services-block .objectFit-imgBox {
    width: 100%;
    padding-bottom: 56%;
}

.home-services-block .objectFit-imgBox a {
    display: block;
}

.home-services-block .title {
    overflow: hidden;

}

.home-services-block .title .num {
    float: left;
    font-size: 32px;
    padding: 10px 20px;
}

.home-services-block .title .name {
    font-size: 18px;
    position: relative;
    padding: 21px 0 0 0;
}

.home-services-block .title .name::before {
    content: " ";
    width: 20px;
    height: 1px;
    display: block;
    background: #9c2b3e;
    position: absolute;
    top: 15px;
    left: 0;
}

.home-services-block .item:hover .title .name::before {
    background: #ffffff;
}

#en_float_div{position:fixed; left:0; bottom:0; width:200px; z-index:10000}
#en_float_div p{text-align:right; cursor:pointer;}
#en_float_div a img{display:block; width:100%;}


@media screen and (max-width: 1200px) {
    #wrap::before {
        left: 5%;
    }

    .home-wrap {
        margin: 0 6.5% 0 4.5%;
    }



    .index-banner .inner {
        width: 70%;
    }

    .index-banner .inner h2 {
        font-size: 28px;
    }

    .index-banner a .inner p {
        font-size: 16px;
    }

    .index-banner .inner {
        bottom: 20%;
    }

    .index-banner .swiper-slide-active a {
        color: #ffffff;
    }

    .index-banner a.image,
    .index-banner .swiper-slide-active a.image {
        width: 100%;
        padding-top: 0;
        position: relative;
    }


    .index-banner .swiper-slide-active .inner {
        right: 50px;
        width: auto;
    }

    .index-banner .pagination {
        padding-right: 0;
        text-align: center;
        bottom: 5%;
    }

    .side-nav a {
        font-size: 16px;
    }

    .home-news-block .program-tab,
    .home-news-block .item:nth-child(2n) .program-tab {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        border: none;
        font-weight: bold;
        padding: 0;
    }

    .home-news-block .item .program-con,
    .home-news-block .item:nth-child(2n) .program-con,
    .home-wrap .section {
        width: 100%;
        padding: 0;
    }

    .home-news-block .thumb,
    .home-news-block .show-list {
        width: 100%;
        margin-bottom: 30px;
    }

    .home-news-block .thumb .thumb-text,
    .home-news-block .item:nth-child(2n) .thumb-text,
    .home-features-block .thumb .thumb-text {
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .home-documents-block .item a h2,
    .home-services-block .title .num {
        font-size: 20px;
    }

    .home-services-block .title .name {
        font-size: 14px;
    }

    .home-services-block .title .num {
        padding: 5px 10px;
    }

    .home-services-block .title .name {
        padding-top: 11px;
    }

    .home-services-block .title .name::before {
        top: 8px;
    }
		
		#en_float_div{width:30%;}
}

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

		.home-news-block .thumb .thumb-text{
			padding: 7px 10px;
		}
		
		.home-news-block .thumb .thumb-text a h2{
			margin-bottom:0;
		}

    .side-nav,
    #wrap::before {
        display: none;
    }

    .home-wrap {
        margin: 0 1%;
        padding: 4%;
    }

    .home-services-block .item {
        width: 47%;
        margin-bottom: 5%;
    }

    .home-wrap .section:last-child {
        margin-bottom: 0;
    }

    .home-services-block .item:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .index-banner .swiper-slide .inner {
        bottom: 25%;
        left: 30%;
        right: auto;
    }


    .index-banner .swiper-slide-active .inner {
        left: 10%;
        right: auto;
    }

    .index-banner .inner h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .index-banner .inner::after {
        bottom: -10px;
    }

    .index-banner a .inner p {
        font-size: 12px;
    }

    .home-documents-block .item a h2 {
        font-size: 13px;
    }

    .btn-more {
        width: 100%;
    }

    .show-in-phone.block-title {
        display: block;
    }

    .home-documents-block {
        padding-bottom: 0;
    }
		#en_float_div{width:30%;}

}

@media screen and (max-width: 360px) {
    .home-documents-block .item {
        /* width: 100%; */
        /* margin-bottom: 15px; */
        position: relative;
        padding-bottom: 12%;
        text-align: center;
    }

    .home-documents-block .item a i {
        font-size: 40px;
    }

    .home-documents-block .item h2 {
        position: absolute;
        width: 100%;
    }

    .home-services-block .title .name {
        font-size: 12px;
    }
		
		#en_float_div{width:30%;}
}