/*index*/
.wrap1{
	background: url(../imgs/index1.jpg) no-repeat center;
	background-size: cover;
	height: calc(100% - 110px);
	position: relative;
}

.home1{
	width: 860px;
	margin: 10% auto  0;
}

.full {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.full_video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}
.full_videobg {
    background: rgba(0,0,0,0.7);
    display: block;
}
video {
    position: absolute;
    display: none;
    top: 30%;
    left: 30%;
    z-index: 9;
}
video.play {
    position: absolute;
    display: block;
    top: 130px;
    left: 23%;
    z-index: 9;
    width: 54%;
}
.home1 img.logoTitle{
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.home1 .btn_block{
	width: 640px;
	margin: 60px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.home1 .btn_block a{
    width: 200px;
    height: 46px;
    line-height: 44px;
    font-size: 17px;
    border: solid 1px #fff;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s;
}
.home1 .btn_block a:hover{
	background: #2f477d;
	color: #fff;
	border: solid 1px #2f477d;
}
.home1 .btn_block a:first-child{
	background: #448bc0;
    border: solid 1px #448bc0;
    color: #fff;
}
.home1 .btn_block a:first-child:hover{
	background: tomato;
	border: solid 1px tomato;
}

.home1 .logo_org{
	width: 200px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -120px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.home1 .logo_org>img{
	width: 100px;
}
.home1 h2{
	color:#555;
}


.wrap2:before{
	content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: url(../imgs/index2.jpg) no-repeat center;
	background-size: cover;
    overflow: hidden;
}
.home2{
	width: 860px;
	margin: 0 auto;
}
.home2 h2{
	color:#555;
}
.home2 h3{
	color:#555;
}

.modBox{
	margin: 40px auto 0 auto;
}
.modBox li{
	display: flex;
	align-items: center;
	padding: 10px;
	margin-top: 20px;
	background: rgba(255,255,255,.8);
	border:solid 1px #ccc;
}
.modBox .line{
	width: 80%;
	height: 1px;
	margin: 40px auto;
}
.modBox li>img{
	width: 80px;
	height: 80px;
}
.modBox li>div{
	margin-left: 20px;
	border-left: 4px solid #aaa;
	color: #5B5959;
	line-height: 1.7;
	padding-left: 20px;
	
}
.modBox li>div h4{
	font-size: 19px;
}
.modBox li>div h5{
	font-size: 17px;
}
.modBox li>div .line{
	width: 80%;
	height: 1px;
	background: #666;
	margin: 5px 0;
}

 

.wrap3{
	background: url(../imgs/index3.jpg) no-repeat center;
	background-size: cover;
	height: 860px;
	padding: 0;
}
.wrap3 .safewidth{
	padding: 60px 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.home3{
	width: 800px;
	margin: 0 260px;
	padding:0 100px;
}
.home3 .msg{
	color: #fff;
	margin-top: 40px;
}
.home3 h3{
	color:#fff;
}

@media screen and (max-width:768px) {
	.wrap1{
		background: url(../imgs/index-m1.jpg) no-repeat center;
		background-size: cover;
		height: 800px;
	}
	
	.home1{
		width: 100%;
		margin: 0 auto;
	}
	.home1 img.logoTitle{
		width: 260px;
	}
	.home1 .btn_block{
		width: 100%;
		margin: 40px auto;
	    display: block;
	}
	.home1 .btn_block a{
	    width: 210px;
	    height: 42px;
	    line-height: 40px;
	    margin: 10px auto;
	}
	
	.wrap2{
		background: url(../imgs/index-m2.jpg) no-repeat center;
		background-size: cover;
	}
	.home2{
		width: 100%;
	}
	/*modBox*/
	.home2 .modBox{
		margin: 20px auto 0 auto;
	}
	.home2 .modBox li{
		padding: 0;
		margin-top: 15px;
		border:solid 1px #ccc;
	}
	.home2 .modBox li>img{
		width: 40px;
		height: 40px;
		margin:10px;
	}
	.home2 .modBox li>div{
		margin-left: 0;
		border-left: none;
		color: #5B5959;
		padding-left: none;
	}
	.home2 .modBox li>div h4{
		font-size: 13px;
	}
	.home2 .modBox li>div h5{
		font-size: 12px;
	}
	.wrap3{
		background: url(../imgs/index-m3.jpg) no-repeat center;
		background-size: cover;
		height: 1060px;
	}
	.wrap3 .safewidth{
		padding: 30px 15px;
	}
	.home3{
		width: 100%;
		margin: 0;
    	padding: 0;
	}
}
