.banner{
    background-image: url("./../img/bannerHome.jpg");
}
.aero-glass{
    background-image: url("./../img/bannerHome.jpg");
}
@media screen and (max-width: 1200px) {
    .items{
        margin-top: 54px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 1200px) {
    .items{
        margin-top: 54px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 40px;
    }
}

.items .item{
    /* width: 580px; */
    width: 24%;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    border: 1px solid#E0E1E5;
    height: 400px;
}
.items .item:hover{
    box-shadow:0px 3px 9px 0px rgba(0,0,0,0.1);
    top: -2px;
}
.items .item:hover .footer .more{
    background-color: #0081FF;
    color: #FFFFFF;
}
.items .item:hover .footer .more img.normal{
    display: none;
}
.items .item:hover .footer .more img.hover{
    display: inline-block;
}
.items .item .header{
    width: 100%;
    /* height: 130px; */
    background-size: cover;
    /* background-color: #e0e0e0; */
    color: #222;
    text-align: center;
    /* padding-top: 196px; */
}
.items .item .header .logo{
    width: 150px;
    height: 150px;
    background-size: contain;
    margin: 15px auto;
    border-radius: 5px;
}
.items .item .header.insurance .logo{
    background-image: url('../img/index/bmdLogo.png');
}
.items .item .header.employee .logo{
    background-image: url('../img/index/fxdLogo.png');
}
.items .item .header.engage .logo{
    background-image: url('../img/index/ygdLogo.png');
}
.items .item .header.security .logo{
    background-image: url('../img/index/jydLogo.png');
}
.items .item .header .name{
    font-size: 32px;
    width: 100%;
    margin: auto;
}
.items .item .header .name .text{
    margin: 0px auto;
    font-size: 25px;
    color: #222;
}
.items .item .header .name .line{
    width:35px;
    height:3px;
    display: inline-block;
    background-color: #444;
}
.items .item .header .des{
    /* opacity: 0.8; */
    margin-top: 12px;
    font-size: 14px;
    margin: 15px 35px;
    line-height: 22px;
    color: #222;
}
.items .item .footer{
    background-color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 120px; */
    /* line-height: 120px; */
    /* border: 1px solid #E0E1E5; */
}
.items .item .footer .more{
    border: 1px solid #E0E1E5;
    text-align: center;
    background-color: #FFFFFF;
    line-height: 54px;
    width: calc(100% - 70px);
    margin-bottom: 15px;
}
.items .item .footer .more img{
    height: 15px;
    display: inline-block;
    margin-left: 10px;
}
.items .item .footer .more img.normal{
    display: inline-block;
}
.items .item .footer .more img.hover{
    display: none
}
.introduce{
    padding: 0px 40px;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 2;
    text-align: center;
    /* margin-bottom: 80px; */
    margin-top: 40px;
}
.content{
	position: relative;
}
.alert-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
    display: none;
    z-index: 100;
}
.alert-content{
	width: 794px;
	padding: 85px 73px 0px 73px;
	height: 80%;
	background-color: #fff;
	position: absolute;
	margin:auto;
	left: 0px;
	right:0px;
    top:0px;
    bottom:0px;
    overflow-y: auto;
}
.alert-content .title{
	font-size: 48px;
	text-align: center;
	font-weight: bold;
}
.alert-content .sub-title{
	font-size: 14px;
	text-align: center;
	color: #dfdfe1;
	margin-bottom: 35px;
	letter-spacing: 3px;
	margin-top: 2px;
}
.alert-content .second{
	position: absolute;
	left:469px;
	top:20px;
}
.alert-content p{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	margin: 0px;
}
.alert-content .bottom{
	margin-top: 0px;
    padding-top: 102px;
    padding-bottom: 60px;
	line-height: 30px;
	font-size: 16px;
	text-align: right;
    z-index: 10;
    background-image: url('./../img/seal20190710.jpg');
    background-size: 176px 170px;
    background-position: 100% 60%;
    background-repeat: no-repeat;
}
.alert-content .bottom img{
	position: absolute;
	width: 176px;
	right: -10px;
	top:-77px;
	z-index: -1;
	transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
}

#seal #close{
	position: absolute;
	top:25px;
	right: 25px;
	cursor: pointer;
    width:57px;
    height:28px;
    background:rgba(231,72,64,1);
    border-radius:14px;
    border: none;
    color: #FFFFFF;
    outline: none
}
#notice #close_notice{
	position: absolute;
	top:25px;
	right: 25px;
	cursor: pointer;
    width:57px;
    height:28px;
    background:rgba(231,72,64,1);
    border-radius:14px;
    border: none;
    color: #FFFFFF;
    outline: none
}

#introduce-a{
    display: block;
    height: 1px;
}
