.bigbanner {
    /* height: 926px; */
}
.bigbanner .swiper-container {
	width: 100%;
	/* height: 500px; */
}
a.swiper-slide:hover {
	text-decoration:none;
}
.swiper-slide {
    position: relative;
	display:table;
	width:100%;
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/
}
.big-banner .content {
    position: absolute;
    z-index: 9;
    text-align: center;
}
.big-banner h2 {
    font-size: 3.6rem;
    font-weight: 500;
    margin: 1.2rem auto;
}
.big-banner h3 {
    font-size: 2.6rem;
    font-weight: lighter;
    margin: 1.5rem auto;
}
.big-banner p {
    font-size: 1.2rem;
}

.swiper1 .content {
    top: 6%;
    left: 50%;
}
.swiper2 .content {
    top: 15%;
    left: 20%;
    color: #28245f;
}
.swiper3 .content {
    top: 8%;
    left: 30%;
}

.bigbanner .swiper-pagination.swiper-pagination-bullets {
	bottom:30px;
}
.bigbanner .swiper-pagination-bullet {
	width:16px; height:16px;
	border:1px solid #fff;
	background:#ededed;
	opacity:0.4;
}
.bigbanner .swiper-pagination-bullet-active {
	background:#fff;
	opacity:1;
}
.swiper-container .swiper-slide {
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	color:#fff;
}
.swiper-container .swiper-slide .text {
	width:100%;
	margin:0 auto;
	height:auto;
	display: table-cell;
    vertical-align: middle;
	text-align:center;
}
.swiper-container .swiper-slide .text h3 {
	font-size:2rem;
}
.swiper-container .swiper-slide .text p {
	margin:12px 0;
	font-size:1.2rem; line-height:1.2rem;
}
.swiper-container .swiper-slide.banner1 h3 {
	margin-bottom:0;
	font-size:1.6rem;
}
.swiper-container .swiper-slide.banner1 .fs8 {
	font-size:1rem;
}
.swiper-container .swiper-slide.banner2 h3 {
	margin-bottom:20px;
	font-size:2.6rem;
}

/* 阅读更多箭头 */
.readmore {
    display: block;
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 4rem;
    margin-left: -2rem;
    color: #fff;
    animation: a 1.875s infinite;
    cursor: pointer;
}
.readmore:hover {
    color: #fff;
}
.readmore .arrow {
    position: relative;
    display: block;
    width: 2rem; height: 2rem;
    margin: 0.5rem auto 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
}
.readmore .arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    right: 20%;
    width: 0;
    height: 0;
    border:10px solid;
    margin-top: -10px;
    border-color: #fff transparent transparent transparent;
}
@keyframes a{
    0%{transform:translateY(0)}
    50%{transform:translateY(12px)}
    to{transform:translateY(0)}
}
/* 阅读更多箭头 end */

@-webkit-keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0,-50%,0);
                transform: translate3d(0,-50%,0)
            }

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

@keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0,-50%,0);
                -ms-transform: translate3d(0,-50%,0);
                transform: translate3d(0,-50%,0)
            }

            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }
        }
@-webkit-keyframes fadeInUp {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0)
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none
            }
        }
@keyframes fadeInUp {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 50%, 0);
                -ms-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0)
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }
        }
@-webkit-keyframes fadeInOpacity {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

@keyframes  fadeInOpacity {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }



.col-md-b {
    position: absolute;
    top:0; left:0;
    z-index: 9;
    width: 100%;
}
.col-md-b .vline {
    height: 100vh; /*926px;*/
}



.home-youshi {
    margin: 0 16.6%;
}
.home-youshi ul {
    /*display: flex;*/
}
.home-youshi ul li {
    float: left;
    width: 25%;
    font-size: 0.8rem;
}
.home-youshi h4 {
    text-align: center;
    font-size: 1.3rem;
}
.home-youshi p {
    color: #666;
    padding-right: 1rem;
    line-height: 1.5rem;
}
.home-youshi li:last-child p {
    padding-right: 0;
}
.home-youshi .icon {
    width: 160px; height:160px;
    margin: 0 auto;
    background: url('../images/home/youshi.png') no-repeat;
}
.home-youshi .icon.icon-1 {
    background-position: 0 0;
}
.home-youshi .icon.icon-2 {
    background-position: -160px 0;
}
.home-youshi .icon.icon-3 {
    background-position: -320px 0;
}
.home-youshi .icon.icon-4 {
    background-position: -480px 0;
}

.home-youshi2 {
    margin: 3rem 16.6% 0 16.6%;
}
.home-youshi2 ul {
    display: flex;
}
.home-youshi2 ul li {
    width: 33.33%;
    font-size: 0.8rem;
}
.home-youshi2 h4 {
    margin: 0;
    font-size: 1.3rem;
}
.home-youshi2 p {
    color: #666;
    margin-top: 0.6rem;
    padding-right: 2rem;
    line-height: 1.2rem;
}
.home-youshi2 .num {
    font-size: 3rem;
}
.home-youshi2 .num sup {
    font-size: 1.6rem;
}




@media only screen and (max-width: 800px) {
	/*.bigbanner { height:600px }*/

    .home-youshi {
        margin: 0 5%;
    }
    .home-youshi ul li {
        width: 50%;
    }
    .home-youshi .icon {
        width: 140px; height: 140px;
        background-size: auto 140px;
    }
    .home-youshi .icon.icon-2 {
        background-position: -145px 0;
    }
    .home-youshi .icon.icon-3 {
        background-position: -275px 0;
    }
    .home-youshi .icon.icon-4 {
        background-position: -425px 0;
    }

    .home-youshi2 {
        display:none;
        margin: 3rem 5% 0 5%;
    }
    .home-youshi2 ul {
        display: inherit;
    }
    .home-youshi2 ul li {
        width: auto;
    }
    .home-youshi2 .num {
        font-size: 2rem;
    }
    .home-youshi2 h4 {
        font-size: 1rem;
    }

	.probanner { overflow:hidden; height:auto; padding-bottom:15px; }
	.probanner ul li {
		float:left;
		width:50%; height:90px;
    color: #fff;
    line-height: 80px;
    font-size: 1rem;
    text-align: center; }

	.news-list {
        width: 95%;
        margin: 0 auto;
    }
    .news-list .col-md-1.vline {
        border: none;
    }

    .section2 {
        background:none;
    }

    .home-service .col-md-1 {
        float: none;
        width: auto;
    }
    .home-service .home-service-item {
        float: left;
        width: 48%;
        margin: 1%;
        height: 320px;
    }
    .home-service .home-service-item h4 {
         font-size: 1rem;
    }

    .big-banner h2 {
        font-size: 2.2rem;
    }
    .big-banner h3 {
        font-size: 1.6rem;
    }
    .big-banner p {
        font-size: 1rem;
    }
    .swiper1 .content {
        left: 0;
        width: 100%;
    }
    .swiper2 .content {
        left: 0;
        width: 100%;
    }

    .big-banner .col-md-1.vline {
        border-right: 1px solid #ccc;
    }
    .big-banner .col-md-1:first-child {
        border-right: none;
    }
    .big-banner .col-md-1:nth-child(2),
    .big-banner .col-md-1:nth-child(4),
    .big-banner .col-md-1:nth-child(5) {
        border-right: none;
    }

    .col-md-b .vline {
        height: 90vh;
    }
}