body {
    width: 100%;
    height: 100%;
    background: url(/images/img100.jpg) no-repeat center center;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.default_main {
    width: 860px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin-bottom:25px;
    display:table;
}

.container .btn {
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

    .container .btn a {
        width: auto;
        height: 35px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        font-family: "PingFang Light";
        background: #1254a5;
        color: #fff;
        padding: 0 25px;
        border-radius: 35px;
        font-size: 16px;
    }

.default_main a {
    width: 240px;
    height: 240px;
    display: inline-block;
    background: url(/images/img80.png) no-repeat center center !important;
    background-size:100%;
    margin: 20px;
    text-align: center;
    border-radius:15px;
    position:relative;
}

        .default_main a img {
            display: inline-block;
            border: none;
            margin-top: 45px;
        }

            .default_main a img.lock {
                width: 45px;
                height: 45px;
                display: inline-block;
                border: none;
                margin: 0;
                position: absolute;
                top: 75px;
                right: 75px;
            }

        .default_main a h2 {
            width: 100%;
            height: auto;
            color: #fff;
            line-height: 1.5em;
            margin-top: 15px;
            font-size: 26px;
            font-family: "PingFang Light";
            font-weight: bold;
        }

        .default_main a p {
            width: 100%;
            height: auto;
            display: inline-block;
            font-size: 18px;
            font-family: "PingFang Regular";
            color: #fff;
            margin-top: 10px;
        }

        .default_main a:nth-child(1) h2 {
            color: #c96811;
        }

        .default_main a:nth-child(2) h2 {
            color: #c96811;
        }

        .default_main a:nth-child(3) h2 {
            color: #7b65bf;
        }

        .default_main a:nth-child(4) h2 {
            color: #dd3930;
        }

        .default_main a:nth-child(5) h2 {
            color: #7f895f;
        }

        .default_main a:nth-child(1) p {
            color: #ffaf3b;
        }

        .default_main a:nth-child(2) p {
            color: #ec8b2c;
        }

        .default_main a:nth-child(3) p {
            color: #b8a3e4;
        }

        .default_main a:nth-child(4) p {
            color: #ff5e42;
        }

        .default_main a:nth-child(5) p {
            color: #b3c193;
        }

.sec2{
    width:100%;
    height:auto;
	background: url(../images/img100.jpg) center center no-repeat;
	position: relative;
}
.title_box{
	width: 325px;
    height:70px;
	margin: 0 auto;
}
.title_box img{
    width:70px;
    height:70px;
	margin-right: 10px;
}
.title_box .p1{
	font-size: 28px;
	font-family: "PingFang Regular";
}
.title_box .p2{
	font-size: 20px;
	font-family: "PingFang Light";
}

.sec2 .box{
	width: 582px;
}
.sec2 .box>p{
	font-family: "PingFang Regular";
	font-size: 20px;
	color: #fff;
}
.sec2 .box>p span{
	font-family: "BRADHITC";
}
.sec2 .img_box{
	height: 300px;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 3px solid #fff;
}
.sec2 .img_box img{
	transition: all 1s ease;
}
.sec2 .box:hover .img_box>img{
	transform: scale(1.1);
}
.sec2 .img_box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,175,59,0.6);
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
    padding-top: 45px;
    border-radius: 30px;
}
.sec2 .img_box a:hover{
	opacity: 1;
}
.p_cp{
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.sec3{
	background: url(../images/img100.jpg) center center no-repeat;
	position: relative;
}
.sec3 .box{
	width: 688px;
	margin: 0 auto;
}
.sec3 .box>p{
	font-family: "PingFang Regular";
	font-size: 20px;
	color: #fff;
}
.sec3 .box>p span{
	font-family: "BRADHITC";
}
.sec3 .img_box{
	width: 100%;
	height: 300px;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 3px solid #fff;
}
.sec3 .img_box img{
	transition: all 1s ease;
}
.sec3 .box:hover .img_box>img{
	transform: scale(1.1);
}
.sec3 .img_box a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,175,59,0.6);
	opacity: 0;
	transition: all 0.5s;
	text-align: center;
	padding-top: 60px;
}
.sec3 .img_box a:hover{
	opacity: 1;
}

.sec4 {
    width: 100%;
    height: auto;
}

.sec4 .box{
    width:90%;
    height:auto;
    margin:0 auto;
    text-align:center;
}
    .sec4 .img_box {
        width: 22%;
        height: 22%;
        position: relative;
        display: inline-block;
        border-radius: 30px;
        overflow: hidden;
        margin:1%;
        border: 3px solid #fff;
    }

    .sec4 .img_box img.lock {
        width: 45px;
        height: 45px;
        display: inline-block;
        border: none;
        margin: 0;
        position: absolute;
        top: 10px;
        right: 10px;
    }

.sec4 .img_box .com_img{
	transition: all 1s ease;
}
.sec4 .img_box:hover .com_img{
	transform: scale(1.1);
}
    .sec4 .img_box a {
        position: absolute;
        width: 100%;
        height: 100%;
        display:inline-block;
        top: 0;
        left: 0;
        background: rgba(255,175,59,0.6);
        opacity: 0;
        transition: all 0.5s;
        text-align: center;
        padding-top: 13px;
        z-index: 11;
    }
.sec4 .img_box a p{
	font-family: "PingFang Regular";
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.sec4 .img_box a p span{
	font-family: "BRADHITC";
	font-size: 32px;
}
.sec4 .img_box a:hover{
	opacity: 1;
}
.sec4 .img_box:hover .sec4_title{
	bottom: -60px;
}
.sec4_title{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: "PingFang Regular";
	font-size: 20px;
	color: #fff;
	background: #7b65bf;
	transition: all 0.5s;
}
.sec4_title span{
	font-family: "BRADHITC";
	font-size: 32px;
}
.sec5{
	background: url(../images/img100.jpg) center center no-repeat;
	position: relative;
}
.sec5 .box{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: space-between;
}
.sec5 .img_box{
	width: 282px;
	height: 282px;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 3px solid #fff;
}
.sec5 .img_box .com_img{
	transition: all 1s ease;
}
.sec5 .img_box:hover .com_img{
	transform: scale(1.1);
}
.sec5 .img_box a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(221,57,48,0.6);
	opacity: 0;
	transition: all 0.5s;
	text-align: center;
	padding-top: 40px;
	z-index: 11;
}
.sec5 .img_box a p{
	font-family: "PingFang Regular";
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.sec5 .img_box a p span{
	font-family: "BRADHITC";
	font-size: 32px;
}
.sec5 .img_box a:hover{
	opacity: 1;
}
.sec5 .img_box:hover .sec5_title{
	bottom: -60px;
}
.sec5_title{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: "PingFang Regular";
	font-size: 20px;
	color: #fff;
	background: #dd3930;
	transition: all 0.5s;
}
.sec5_title span{
	font-family: "BRADHITC";
	font-size: 32px;
}
.sec6{
	background: url(../images/img100.jpg) center center no-repeat;
	position: relative;
}
.sec6 .box{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: space-between;
}
.sec6 .img_box{
	width: 282px;
	height: 282px;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 3px solid #fff;
}
.sec6 .img_box .com_img{
	transition: all 1s ease;
}
.sec6 .img_box:hover .com_img{
	transform: scale(1.1);
}
.sec6 .img_box a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(179,193,147,0.6);
	opacity: 0;
	transition: all 0.5s;
	text-align: center;
	padding-top: 40px;
	z-index: 11;
}
.sec6 .img_box a p{
	font-family: "PingFang Regular";
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.sec6 .img_box a p span{
	font-family: "BRADHITC";
	font-size: 32px;
}
.sec6 .img_box a:hover{
	opacity: 1;
}
.sec6 .img_box:hover .sec6_title{
	bottom: -60px;
}
.sec6_title{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: "PingFang Regular";
	font-size: 20px;
	color: #fff;
	background: #b3c193;
	transition: all 0.5s;
}
.sec6_title span{
	font-family: "BRADHITC";
	font-size: 32px;
}
.sec6 .copyright{
	font-family: "PingFang Light";
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 90px;
}