html,body {
	height: 100%;
}
/* slideCanvas */
#slideCanvas {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow:hidden;
}
#slideCanvas .space {
	min-height: 600px;
	width: 980px;
}
#slideCanvas .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    background-position: center;
    background-size: 110%;
    opacity: 0.08;
}
@media only screen and (max-width: 992px) {
	#slideCanvas {
		min-height: auto;
		margin-top: 3.5rem;
	}
	#slideCanvas .space, #slideCanvas .bg {
		display: none!important;
	}
	#aboutUs .container.light-grey {
		background: #FFFFFF!important;
	}
}

#slideCanvas .picbg {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 536px;
	height: 250px;
	margin-top: -140px;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    cursor: pointer;
}
@media only screen and (max-width:1100px ) {
	#slideCanvas .picbg {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	#slideCanvas .content.center {
		position: absolute;
		top: 0;
		z-index: 4;
		left: 50%;
		height: 100%;
		margin-left: -500px;
	}
	#slideCanvas .picbg.pre-pic {
		margin-left: -1072px;
	}
	#slideCanvas .picbg.nxt-pic {
		margin-left: 520px;
	}
}

#slideCanvas .bannerPics,
#slideCanvas .bannerPics .imgbox {
	text-align: center;
}
#slideCanvas .bannerPics {
	margin: 0 auto;
	padding-top: 140px;
	min-height: 600px;
}
#slideCanvas .bannerPics .imgbox {
	overflow: hidden;
	min-height: 460px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media only screen and (min-width: 1000px) {
	#slideCanvas .bannerPics,
	#slideCanvas .bannerPics .imgbox {
		width: 980px;
	}
}
@media only screen and (max-width: 992px) {
	#slideCanvas .bannerPics,
	#slideCanvas .bannerPics .imgbox {
		width: 100%;
	}
	#slideCanvas.dark-blue {
		background: #FFFFFF!important;
	}
	#slideCanvas .picbg {
		display: none!important;
	}
	#slideCanvas .content.center {
		width: 100%;
	}
	#slideCanvas .bannerPics {
		padding-top: 0;
	}
	#slideCanvas .bannerPics,
	#slideCanvas .bannerPics .imgbox {
		min-height: 100%;
	}
}
.sorrow-down {
	position: absolute;
	left: 50%;
    /*top: calc(50% + 240px);*/
    bottom: 2rem;
    width: 84px;
    height: 40px;
	z-index: 6;
	text-align: center;
	margin-left: -50px;
	cursor: pointer;
}
@media only screen and (max-width:992px) {
	.sorrow-down {
		display: none;
	}
}
.sorrow-down span {
	color: #D3D3D3;
	font-size: 36px;
}
.sorrow-down > div {
    display: inline-block;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
    color: #FF4081;
    height: 40px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);}
  100% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0); }
}

@keyframes pulse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  100% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0); }
}

.introPic {
	width: 100%;
	max-width: 500px;
	/*margin: 0 auto;*/
}
#aboutUs .intro-title {
	text-align: left;
    overflow: inherit;
    margin-bottom: 15px;
    margin-top: 20px;

}
#aboutUs .intro-title h3 {
	margin-top: 15px;
}
#aboutUs .intro-title sub {
	color: #EEEEEE;
	font-size: 54px;
	margin-left: -15px;
}
#aboutUs .content p {
	font-size: 14px;
	padding-right: 40px;
	line-height: 2.1;
}
#aboutUsIntroPic .slick-dots {
	position: absolute;
	bottom: 0;
}

@media only screen and (max-width: 992px) {
	#aboutUs .intro-title {
		text-align: center!important;
	}
	.intro-title sub,#aboutUs .intro-title sub {
	    color: #FBFBFB;
	    font-size: 40px;
	    margin-left: 0;
	}
	.intro-title h3,#aboutUs .intro-title h3 {
	    margin-top: 0;
    		font-size: 20px;
	}
	.intro-title {
		height: 40px;
	}
	.intro-title h3, .intro-title sub {
	    height: 50px;
	    line-height: 50px;
	}
	#aboutUs .content p {
		padding-right: 0;
		padding-top: 20px;
		line-height: 2.5;
	}
	.aboutUs-btn {
		text-align: center;
		margin-bottom: 30px;
	}
}

.introPic img {
	width: 100%;
}
#allianceMembersPic img {
	width: 490px;
	height: 320px;
}
#allianceMission {
	margin-top: 120px;
}
#allianceMission .container  .row {
	background:url(../img/bg0-1@3x.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 0;
	margin-right: 0;
}
#allianceMission .container  .row div {
	height: 240px;
}
#allianceMission .container  .row div:first-child {
	text-align: center;
}
#allianceMission h2 {
	width: auto;
	display: inline-block;
	line-height: 3;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	border-bottom: 5px #FFFFFF solid;
}
#allianceMission .container  .row p {
	margin-bottom: 0;
	color: #FFFFFF;
	line-height: 2.4;
	font-size: 18px;
	padding-right: 30px;
}
@media only screen and (max-width: 992px) {
	#allianceMission {
		margin-top: 70px;
	}
	#allianceMission .container  .row p {
		font-size: 12px;
		padding-right: 0;
	}
	#allianceMission h2 {
		display: inline-block;
		line-height: 2;
		padding-top: 15px;
		font-weight: 400;
		border-bottom: 3px #FFFFFF solid;
		font-size: 18px;
	}
}
.moreBox {
    margin: 0 auto;
	width:90%;
	height:100%;
	padding: 30px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(238,238,238,1);
}
.moreBox h4 {
	font-size: 26px;
}
.moreBox:hover {
	transform: translateY(-2px);
	box-shadow:0px 8px 30px 0px rgba(103,123,164,0.2);
}
.moreBox .icon {
	height: 50px;
	width: 46px;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.moreBox .num {
	width: 90px;
	height: 110px;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	top: 15px;
	right: 25px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.moreBox:hover .num {
	width: 100px;
}
.moreBox .btn-primary {
	height: 60px;
	bottom: -20px;
	width: 76%;
	left: 12%;
    line-height: 3;
    opacity: 0;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.moreBox:hover .btn-primary {
    opacity: 1;
}
.moreBox .icon01 {
	background-image: url(../img/index/icon_1@2x.png);
}
.moreBox .icon02 {
	background-image: url(../img/index/icon_2@2x.png);
}
.moreBox .icon03 {
	background-image: url(../img/index/icon_3@2x.png);
}
.moreBox:hover .icon01 {
	background-image: url(../img/index/icon_01@2x.png);
}
.moreBox:hover .icon02 {
	background-image: url(../img/index/icon_02@2x.png);
}
.moreBox:hover .icon03 {
	background-image: url(../img/index/icon_03@2x.png);
}
.moreBox .num01 {
	background-image: url(../img/index/1@2x.png);
}
.moreBox .num02 {
	background-image: url(../img/index/2@2x.png);
}
.moreBox .num03 {
	background-image: url(../img/index/3@2x.png);
}
.moreBox:hover .num01 {
	background-image: url(../img/index/01@2x.png);
}
.moreBox:hover .num02 {
	background-image: url(../img/index/02@2x.png);
}
.moreBox:hover .num03 {
	background-image: url(../img/index/03@2x.png);
}

.moreBox p {
	margin-top: 20px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 992px) {
	.moreBox {
		width:100%;
		height:100%;
		padding: 30px;
	}.moreBox p {
		font-size: 15px;
	}
	.moreBox h4 {
		font-size: 20px;
	}
	.moreBox p {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 992px) {
	#moreContent .col-sm-12 {
		margin-bottom: 15px;
	}
	#moreContent .btn.btn-primary {
		display: none;
	}
	#moreContent {
		margin-top: 25px;
	}
}
