.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-pagination{
    bottom: 4rem;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: 0;
    
    /* ie9 10 hack */
    float: left\9;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #FFF;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-active-switch {
    background: #b60c10;
}
.nav-button {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2rem;
    line-height: 2rem;
    background: rgba(0,0,0,0.6);
    z-index: 10;
}
.nav-button .columns {
    margin: 0;
    align-items: center;
    height: 2rem;
}
.nav-button .left {
    padding: 0 5rem 0 0;
    border-right: 1px solid #FFF;
}
.nav-button .right {
    padding: 0 0 0 5rem;
}
.nav-button a {
    color: #fff;
}
/* 人物 */
.card-image {
    position: relative;
}
.card-image .title {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(14,62,50,0.6);
    padding: 1rem;
    z-index: 10;
    color: #FFFFFF;
    font-size: 1.875rem;
}
.card-image .title a {
    color: #FFF;
    font-weight: normal;
}
/* 首页apply now悬浮按钮 */
.apply-button {
    position: fixed;
    background-color: rgba(159, 20, 24, 0.8);
    color: #FFF;
    font-size: 2.1rem;
    padding: 1rem;
    right: 0;
    top: 44%;
    z-index: 9999;
    text-align: center;
}
.apply-button a {
    color: #FFF;
}
.apply-button .link a {
    font-size: 14px;
}
.apply-button .link-one {
    border-top: 1px solid #FFF;
}
/* 首页日历样式重制 */
.date-title {
    background-color: #00745f;
    color: #FFF;
    height: 95px;
    font-size: 24px;
    text-align: left;
    text-indent: 40px;
    display: flex;
    align-items: center;

    /* ie9 10 hack */
    line-height: 95px\9;
}
.date-title a {
    color: #FFF;
}
.date-title.green {
    background-color: #b60c10;
}
.js-show-modal {
    cursor: pointer;
}

.calender-box .column {
    padding: 0;
}
.calender-box .column-cale {
    background-color: #f0f0f0;
}
.calender-box .column-cale p {
    margin: 10px 0;
    padding-left: 35px;
    text-align: left;
}
.calender-box .tabs ul {
    border: 0 none;
}
.calender-box .tabs span {
    display: inline-block;
    font-size: 1.25rem;
    cursor: pointer;
    align-items: center;
    border-bottom-color: #848484;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    justify-content: center;
    margin-bottom: -1px;
    padding: .5em 1em;
    vertical-align: top;
}
.calender-box .tabs li.is-active span {
    color: #b60c10;
    border-color: #b60c10;
    border-width: 5px;
}
/* ie9 10 hack */
.calender-box .tabs li {
    float: left\9;
    width: 33.33%\9;
}

/* 首页人物class */
.class-man-box .intro {
    margin-top: 2rem;
    text-align: justify;
    position: relative;
    padding: 3rem 3rem 0 0;
    text-indent: 30px;
}
.class-man-box .intro:before,
.class-man-box .intro:after {
    font-size: 4.5rem;
    color: #00745f;
    position: absolute;
    font-family: "黑体";
}
.class-man-box .intro:before {
    content: '“';
    top: 0;
    left: -35px;
}
.class-man-box .intro:after {
    content: "”";
    right: 50px;
    bottom: -80px;
}


/*首页标题bjm 2020-03-10*/

@media only screen and (min-width: 1100px){
	.card-content .title2{
		min-height: 60px;
	}

	.card-content .title3{
		min-height: 90px;
	}
}



/* 重置弹出层 */
.modal-process .modal-card {
    width: 1100px;

    height: calc(100vh - 240px)\9;
}
.modal-process .modal-banner {
    background: url('../images/reg-bg.jpg') center center / cover no-repeat;
    min-height: 348px;
    justify-content:center;
    align-items: center;
    display: flex;
    color: #a09fa0;
}
.modal-process .modal-banner .center {
    text-align: center;
}
.modal-process .modal-banner .reg {
    width: 280px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    padding: 35px 25px;
    border-radius: 10px;
    background-color: #007360;
    color: #FFF;
    font-size: 28px;
}

/* 无线端样式重制 */
@media screen and (max-width:768px) {
    .apply-button .link {
        padding-top: 8px;
    }
    #menuLink {
        margin-top: 8px;
    }
    /* 轮播图 */
    .swiper-box {
        height: 600px;
        margin-top: 0;
    }
    .swiper-slide {
        background-position-x: 55%;
        background-size: cover;
    }
    .swiper-container .swiper-pagination {
        bottom: 4rem;
    }
    .swiper-slide .cover {
        background: -moz-linear-gradient(to right, rgba(0,0,0,.65) 20%, rgba(0,0,0,0) 70%);
        background: -webkit-gradient(linear,center left,center right,from(rgba(133, 104, 104, 0.65)),to(rgba(0,0,0,0)));
        background: -webkit-linear-gradient(to right, rgba(0,0,0,.65) 20%, rgba(0,0,0,0) 70%);
        background: -o-linear-gradient(to right, rgba(0,0,0,.65) 20%, rgba(0,0,0,0) 70%);
        background: -ms-linear-gradient(to right, rgba(0,0,0,.65) 20%, rgba(0,0,0,0) 70%);
        background: linear-gradient(to right, rgba(0,0,0,.65) 20%, rgba(0,0,0,0) 70%);
        width: 100%;
        height: 100%;
    }
    .swiper-slide-4 {
        background-position-x: 70%;
    }
    .slide-text {
        font-size: 18px;
    }
    .slide-text-1 {
        left: 10%;
        top: 30%;
        width: 30%;
    }
    .slide-text-2 {
        left: 9%;
        bottom: 18%;
    }
    .slide-text-3 {
        left: 8%;
        bottom: 48%;
        width: 55%;
        font-size: 18px;
    }
    .slide-text-4 {
        left: 10%;
        bottom: 17%;
        width: 75%;
    }
    .apply-button {
        font-size: .85rem;
        top: 50%;
        padding: .75rem 1rem;
        font-weight: normal;
    }
    .nav-button .left {
        border-right-color: #333;
    }
    .nav-button {
        background: rgba(0,0,0,0.8);
        bottom: 0;
    }
    .nav-button a {
        height: 3rem;
        display: block;
        line-height: 3rem;
        font-weight: normal;
        color: #FFFFFF;
    }
    .nav-button,
    .nav-button .columns {
        height: 3rem;
    }
    .nav-button .left,
    .nav-button .right {
        padding: 0;
    }
    /* 日历 */
    .calender-box .columns {
        margin: 0;
    }
    .bd-partnrs {
        background-color: #FFF;
    }
    .calender-box .column-cale {
        padding-bottom: 1rem;
        margin-top: 1rem;
    }
    .calender-box .column-cale p {
        padding-left: 1rem;
        font-size: .875rem;
    }
    .calender-box .tabs span {
        font-size: .875rem;
    }
    .date-title {
        height: 50px;
        font-size: 14px;
        text-indent: 16px;
    }
    .class-man-box .intro {
        padding-right: 0;
        margin-top: 0;
        padding-bottom: 20px;
    }
    .class-man-box .intro:before,
    .class-man-box .intro:after {
        font-size: 2.5rem;
    }
    .class-man-box .intro:before {
        top: 15px;
    }
    .class-man-box .intro:after {
        right: 0;
        bottom: -25px;
    }
    .classman-bg-mobile {
        padding: 20px;
        background-color: #EEEEEE;
    }
    .global-banner-desktop {
        background: none;
        height: auto;
    }
    .global-banner-mobile {
        background: url(../images/banner-insights-mobile.jpg) center center / cover no-repeat;
        background-size: cover;
        padding: 15px 10px;
        height: auto;
    }
    .global-banner-mobile .title-border {
        font-size: 1rem!important;
    }
    .section {
        padding: 1rem;
    }
    .card-image .title {
        background: rgba(0,116,95,0.8);
        height: 50px;
        font-size: 14px;
        text-indent: 16px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .card-content {
        background-color: #efefef;
    }
}

.xiaoyoulist{
		width: 11rem;
		height: 11rem;		
		overflow: hidden;
	}	
		
	.xiaoyoulist img{
		width: 11rem;
		height: 11rem;	
	}
	
	.xiaoyoulist img:hover {
		transform: scale(1.05); /* 图片放大倍数 */
		transition: transform 1s ease; /* 过渡时间和效果 */
	}

    #xySwiper .xiaoyoulist{
		position: relative;
	}
	#xySwiper-m .swiper-slide{
		display: block;		
		
	}
	.xiaoyoulist-m{
		width: 46%;
		height: 10.5rem;
		float: left;
		margin: 2%;
		position: relative;
		overflow: hidden;
	}
	.swiper-pagination-xym{
		margin: 0 auto;
		text-align: center;
	}
		
	.xiaoyoubg{
		position: absolute;
		left: 0;
		top: 70%;
		width: 100%;
		height: 100%;
		background: url(../images/grey_bg.png) repeat;
		opacity: 0.5;
		filter: alpha(opacity=0);
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		z-index: 1;
	}
	
	.xiaoyoubg-m{
		position: absolute;
		left: 0%;
		bottom: 0;
		width: 100%;
		height: 30%;
		background: url(../images/grey_bg.png) repeat;
		opacity: 0.5;
		filter: alpha(opacity=0);
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		z-index: 1;
	}
	.xiaoyoubg-jiao{
		position: absolute;
		right: 0;
		top: 0;
		width: 1.25rem;
		height: 1.25rem;
		opacity: 0.5;
		filter: alpha(opacity=0);
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		z-index: 1;
	}
	
	.xiaoyoulist .xiaoyoutxt{
		position: absolute;
		bottom: 0.4rem;
		left: 6%;
		color: #FFF;
		text-align: left;
		font-size: 10px;
		z-index: 5;
		white-space: nowrap;
		width: 88%;
		overflow: hidden;
	}
	
	.xiaoyoutxt-m{
		position: absolute;
		bottom: 1.1rem;
		left: 6%;
		bottom:3%;
		color: #FFF;
		text-align: left;
		font-size: 10px;
		z-index: 5;
		white-space: nowrap;
		width: 82%;
		overflow: hidden;
	}
	
	.xiaoyoulist .xyname{
		font-size: 0.925rem;
		font-weight: bold;	
	}
	
	.xyname-m{
		font-size: 0.875rem;
		font-weight: bolder;	
	}
	
	
	 .swiper-button-next,.swiper-button-prev{	   
	    --swiper-navigation-color: #187465;/* 单独设置按钮颜色 */	   
		font-weight: normal;
	  }
	  
	
	.title-xiaoyou {
		color: #187465;
		border-bottom: 3px solid #187465;
		padding-right: 1.1rem;
		font-size: 1.5rem;
		margin-bottom: 2rem;
		position: relative;
		display: inline-block;
		padding-bottom: .2rem;
				
	}
	.title-xiaoyou.insights, .title-xiaoyou.insights:after {
		border-color: #187465;
	} 
	.title-xiaoyou:after {
		content: '';
		border-right: 3px solid #187465;
		width: .1rem;
		height: 25%;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	.more-xiaoyou{
		float: right;
		margin-top: 20px;
	}
	 
	#prev{
		left:-3.75rem;
     }

     #next{
		right:-3.75rem;
     }
	 