.main {
    height: 100%;
    min-width: 1200px;
    text-align: center;
    background-size: cover;
	position:relative
}

.words {
    width: 350px;
    display: inline-block;
    text-align: left;
    color: #fff;
    font-size: 22px;
}

.box h2 {
    font-size: 48px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 130px;
    letter-spacing: 10px;
}

.words p {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.words span {
    font-size: 120px;
    font-weight: 700;
}

.box {
    margin-top: 260px;
}

.main .navbar-default {
    position: relative;
    z-index: 1;
}

.pageContainer {
    width: 1100px;
    margin: 0 auto;
}



.box2 {
    overflow: hidden;
    margin-top: -10px;
}

.box2>div {
    float: left;
    width: 50%;
}

.left {
    color: #fff;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.left .title {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.left p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 35px;
    text-align: justify;
}

.mtitle {
    margin: 10px 0 20px 0;
}

.right {
    text-align: right;
}

.right img {
    width: 90%;
    display: inline-block;
    transition: transform .7s ease-out, -webkit-transform .7s ease-out;
    width: 90%;
    height: 90%;
    object-fit: cover;
}

.right img:hover {
    transform: scale(1.1);
}

.box3 {
    margin-top: -360px;
}

.box4 {
    margin-top: -80px;
}

.box3 h2 {
    font-size: 48px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 90px;
}

.box3 p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 10px;
    font-weight: 500;
}

.box3 p span {
    margin: 0 5px;
}

.line {
    margin: 10px 0;
}

/* .box4{margin-top: -150px;} */
.box4 h3 {
       font-size: 54px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    letter-spacing: 15px;
}
.box4 line{width: 40px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;}
.boxContainer {
    text-align: center;
}

.boxContainer .boxa {
    width: 270px;
    height: 250px;
	margin:10px;
    display: inline-block;
	background-color:rgba(0,0,0,0.5);
	border:1px solid rgba(255,255,255,0.2);
}

.box4 .line div {
    color: #fff;font-size:14px;
    padding: 10px 0;
	opacity:0.5;
}

.box4 h3::after {
    content: '';
    width: 105px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background-color: #fff;
}

.boxa {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.contain .text {
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
}
.contain p{    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
	opacity:0.5;
    margin-bottom: 16px;}
.des h5{    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
   }

.contain {
    margin-top: 60px;
}
.contain h5{
    font-size: 200px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	opacity:0.1;
    z-index: 1;}


.des {
    width: 100%;
    height: 100%;
    transition: all 500ms;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: #d90d26;
}

.boxa:hover .des {
    display: block;
}
.line .line3{
    position: relative;
    z-index: 1;
	margin:0 auto;    
	width: 40px;
    height: 2px;
	margin-bottom:40px;
    background-color: #fff;
	padding:0px !important;
}
.line2{
    position: relative;
    z-index: 1;
	margin:0 auto;    
	width: 40px;
    height: 2px;
	margin-bottom:20px;
    background-color: red;
}
.des .text {
    font-size: 26px;
    color: #fff;
    margin-top: 60px;
}

.des p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.contain b{color:#fff;font-size:16px;font-weight:normal;line-height:30px;}
.boxa:hover{ background-color:rgba(239,43,37,0.8);}

.section {
    padding-top: 68px;
}
.mouse {
    width: 25px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-image: url(../images/index_mouse.png);
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
	bottom:-20%;
    z-index: 2;
    animation: updown 1s infinite;
    -webkit-animation: updown 1s infinite;
}
@keyframes updown{
	0% {
		bottom: 70px;
		opacity: 1;
	}
	100% {
		bottom: 50px;
		opacity: 0;
	}
}
@-webkit-keyframes updown{
	0% {
		bottom: 70px;
		opacity: 1;
	}
	100% {
		bottom: 50px;
		opacity: 0;
	}
}