@font-face {
    font-family: 'Regular';
    src: url('../../font/SourceHanSansSC-Regular.otf');
}
@font-face {
    font-family: 'GothicNo13BT-Regular';
    src: url('../../font/SourceHanSansSC-Regular.otf');
}
@font-face {
    font-family: 'Light';
    src: url('../../font/SourceHanSansSC-Light.otf');
}
.mybanner{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mybanner h2{
    font-family: 'Regular';
	font-size: 62px;
	line-height: 62px;
	color: #121212;
}
.mybanner h1{
    font-family: 'Light';
    font-size: 62px;
	line-height: 62px;
	color: #121212;
    margin-top: 32px;
}
.content .lxwm h3{
    font-family: 'Light';
	font-size: 30px;
	line-height: 36px;
	color: #222222;
    margin-top: 26px;
}
.content .lxwm{
    margin: auto;
    text-align: center;
    margin-top: 65px;
}
.content .list{
    margin-top: 130px;
    margin-bottom: 100px;
}
.list .area{
    width: 1500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.content .box .img{
    border-radius: 40px;
	border: solid 1px rgba(83, 83, 83, .57);
    width: 102px;
	height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all .3s;
}
.content .box{
    text-align: center;
    cursor: pointer;
    position: relative;
}
.content .box span{
    font-family: MicrosoftYaHeiLight;
	font-size: 18px;
	line-height: 18px;
    margin-top: 30px;
	color: #242424;
    display: block;
}
.content .box h4{
    font-family:'GothicNo13BT-Regular';
	font-size: 20px;
	line-height: 20px;
	color: #242424;
    font-weight: bold;
    margin-bottom: 0;
}
.content .box h5{
    font-family: MicrosoftYaHeiLight;
	font-size: 14px;
    margin-top: 20px;
	color: #242424;
	margin-bottom: 0;
}
.content .box .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: 23px;
}
.content .box .txt .round{
    width: 129px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #aaaaaa;
    font-size: 14px;
	line-height: 30px;
	color: #242424;
}
.content .box:hover .img{
    transform: rotate(360deg);
}
.content .box .erweima{
    position: absolute;
    top: -58%;
    left: 50%;
    transform: translateX(-50%);
    /*box-shadow: 0px 0 15px rgb(0 0 0 / 60%);*/
    	border-radius: 3px;
	border: solid 1px #eeeeee;
    display: none;
    transition: all .5s;
        display: flex;
    width: 110px;
    height: 110px;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.content .box:hover .erweima{
  opacity: 1;
}
@media (max-width:1520px){
    .list .area{
        width: 100%;
        padding: 0 15px;
        flex-wrap: wrap;
    }
    .mybanner {
        /*height: 551px;*/
        /*padding-left: 115px;*/
    }
    .mybanner h2 {
        font-family: 'Regular';
        font-size: 50px;
        line-height: 45px;
        color: #121212;
    }
    .mybanner h1 {
        font-family: 'Light';
        font-size: 50px;
        line-height: 50px;
        color: #121212;
        margin-top: 20px;
    }
    .content .box{
        margin-bottom: 30px;
    }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .mybanner {
        height: 450px;
        padding-left: 115px;
    }
    .mybanner h2 {
        font-family: 'Regular';
        font-size: 40px;
        line-height: 40px;
        color: #121212;
    }
    .mybanner h1 {
        font-family: 'Light';
        font-size: 40px;
        line-height: 40px;
        margin-top: 15px;
    }
    .content .lxwm {
        margin-top: 50px;
    }
    .content .lxwm h3 {
        font-family: 'Light';
        font-size: 25px;
        line-height: 30px;
        margin-top: 20px;
    }
    .content .list {
        margin-top: 90px;
    }
    .content .box h4 {
        font-family: 'GothicNo13BT-Regular';
        font-size: 16px;
        line-height: 20px;
        color: #242424;
        font-weight: bold;
    }
        
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .mybanner {
        height: 420px;
        padding-left: 115px;
    }
    .mybanner h2 {
        font-family: 'Regular';
        font-size: 40px;
        line-height: 40px;
        color: #121212;
    }
    .mybanner h1 {
        font-family: 'Light';
        font-size: 40px;
        line-height: 40px;
        margin-top: 15px;
    }
    .content .lxwm {
        margin-top: 50px;
    }
    .content .lxwm h3 {
        font-family: 'Light';
        font-size: 25px;
        line-height: 30px;
        margin-top: 20px;
    }
    .content .list {
        margin-top:50px;
    }
    .content .box h4 {
        font-family: 'GothicNo13BT-Regular';
        font-size: 14px;
        line-height: 18px;
        color: #242424;
        font-weight: bold;
    }
    .content .box .img{
        width: 85px;
        height: 85px;
        border-radius: 20px;
    }
    .content .box{
        margin: 20px;
        width: 25%;
    }
    .content .box .txt {
        height: 35px;
        margin-top: 15px;
    }
    .content .box span {
        font-size: 18px;
        line-height: 20px;
        margin-top: 15px;
    }
    .content .box h5 {
        margin-top: 8px;
    }
    
}
/* 移动端 */
@media (max-width:767px){
    .mybanner {
        /*height: 300px;*/
        /*padding-left: 25px;*/
    }
    .content .list{
        margin-bottom: 15px;
    }
    .mybanner h2 {
        font-family: 'Regular';
        font-size: 30px;
        line-height: 30px;
        color: #121212;
    }
    .mybanner h1 {
        font-family: 'Light';
        font-size: 30px;
        line-height: 30px;
        margin-top: 12px;
    }
    .content .lxwm {
        margin-top: 35px;
    }
    .content .lxwm h3 {
        font-family: 'Light';
        font-size: 20px;
        line-height: 26px;
        margin-top: 15px;
    }
    .content .list {
        margin-top:13px;
    }
    .content .box h4 {
        font-family: 'GothicNo13BT-Regular';
        font-size: 14px;
        line-height: 18px;
        color: #242424;
        margin-top: 15px;
        font-weight: bold;
    }
    .content .box .img{
        width: 65px;
        height: 65px;
        border-radius: 15px;
    }
    .content .box{
        margin: 20px 10px;
        width: 43%;
    }
    .content .box .txt {
        height: 30px;
        margin-top: 10px;
    }
    .content .box span {
        font-size: 18px;
        line-height: 20px;
        margin-top: 15px;
    }
    .content .box h5 {
        margin-top: 5px;
        font-size: 12px;
    }
    .content .box .txt .round{
        margin-top: 15px;
    }
    
}