.top{
	max-width: 100%;
    height: 7rem;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(../image/indexbg.jpg) center no-repeat;
    background-size: auto 100%;
    background-position: top;
}
.top_tit{
	max-width: 100%;
    height: 0.8rem;
    line-height: 0.5rem;
    text-align: center;
    padding-top: 2.5rem;
    letter-spacing: 0.1rem;
    font-size: 0.3rem;
    color: #fff;
}
.top_tits{
    width: 90%;
    padding-left: 5%;
    height: auto;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #fff;
}
.top_titss{
	height: 0.8rem;
    line-height: 0.8rem;
    width: 2rem;
    text-align: center;
    font-size: 0.25rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999rem;
    margin: auto;
    margin-top: 0.5rem;
    transition: all .5s ease;
    letter-spacing: 0.1rem;
}
.top_titss:hover{
	background-color: #7079bd;
    border: solid 1px #7079bd;
}
.index{
	width: 94%;
    height: auto;
    margin: auto;
    padding: 3%;
    overflow: hidden;
}
.index1{
    width: 100%;
    height: auto;
    margin: auto;
	overflow: hidden;
}
.index1 li{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 3%;
    border-radius: 0.2rem;
}
.index1 li a{
	color: #fff;
}
.index1 li:nth-child(3n+3) {
    margin-right: 0;
}
.index1 li .img{
	width: 100%;
    height:3rem;
    overflow: hidden;
    object-fit: cover;
	position: relative;
}
.index1 li .img .bg{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: rgba(111, 111, 111, 0.38);
}
.index1 li .img img{
    width: 100%;
    height: 3rem;
    overflow: hidden;
    object-fit: cover;
}
.index1 li .tit{
    width: 50%;
    height: 2rem;
    line-height: 2.5rem;
    overflow: hidden;
    object-fit: cover;
    color: #fff;
    font-size: 0.4rem;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 25%;
    margin-top: -1rem;
    transition: 0.5s;
    text-align: center;
}
.index1 li #tit1{
	background: url(../image/3242142fsd.png) top center no-repeat;
    background-size: 0.8rem;	
}
.index1 li #tit2{
	background: url(../image/yl_iocn.png) top center no-repeat;
    background-size: 0.8rem;	
}
.index1 li #tit3{
	background: url(../image/xxh_iocn.png) top center no-repeat;
    background-size: 0.8rem;	
}
.index1 li #tit4{
	background: url(../image/cp_iocn.png) top center no-repeat;
    background-size: 0.8rem;	
}
.index1 li #tit5{
	background: url(../image/zy_iocn.png) top center no-repeat;
    background-size: 0.8rem;	
}
.index1 li #tit6{
	background: url(../image/lx_iocn.png) top center no-repeat;
    background-size: 0.8rem;	
}

.index1 li .but{
	width: 120px;
    height: 45px;
    line-height: 45px;
    border-radius: 999px;
    border: 1px solid #fff;
    margin: auto;
    margin-top: 50px;	
}
.index1 li .but:hover{
	background-color: #fff;
	color: #545fa4;
	transition: all .1s ease;
}
.index2{
	width: 100%;
    height: 7.5rem;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(../image/Level0Teasing-content-bloc-picture-in-background.jpg) center no-repeat;
    background-size: auto 115%;
    background-position: center;
    background-attachment: fixed;
    transition: 0.5s;
}
.index2_main{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.index2_main_txt1{
    font-weight: bold;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    padding-top: 1.2rem;
    font-size: 0.6rem;
    color: #fff;
}
.index2_main_txt2{
	width: 100%;
    height: 1rem;
    background: url(../image/osw-component-contentblock-quote-white.png) center no-repeat;
    background-size: 0.8rem;
}
.index2_main_txt3{
    width: 94%;
    height: auto;
    font-size: 0.3rem;
    color: #fff;
    padding-left: 3%;
}
.index2_main_txt4{
	height: 0.8rem;
    line-height: 0.8rem;
    width: 2rem;
    text-align: center;
    font-size: 0.25rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999rem;
    margin: auto;
    margin-top: 0.5rem;
    transition: all .5s ease;
    letter-spacing: 0.1rem;
}
.index2_main_txt4:hover{
    background-color: #7079bd;
    border: solid 1px #7079bd;
}
.index2_main_txt4 a{
	color: #fff;
}