/*@font-face {
	font-family: 'Alibaba-PuHuiTi-Medium';
	src: url('../font/Alibaba-PuHuiTi-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Alibaba-PuHuiTi-Bold';
	src: url('../font/Alibaba-PuHuiTi-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'SOURCEHANSANSCN-MEDIUM';
	src: url('../font/SOURCEHANSANSCN-MEDIUM.OTF') format('opentype');
}

@font-face {
	font-family: 'SOURCEHANSANSCN-REGULAR';
	src: url('../font/SOURCEHANSANSCN-REGULAR.OTF') format('opentype');
}
*/
.research {
    background-image: url(../images/research-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.mob-research{
	display: none;
}

.pc-research{
	display: block;
}

.title {
    font-size: 0.48rem;
    padding-top: 70px;
    padding-bottom: 40px;
    font-weight: bolder;
    color: #4a4a4a;
    text-align: center;
}

.research-cont p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    font-family: SOURCEHANSANSCN-MEDIUM;
    color: #4a4a4a;
}

.research-cont img {
    margin: 40px auto 60px;
}

.research-cont p span {
    color: #c81005;
    font-weight: bold;
}


@media screen and (max-width:750px) {
    .fixed-width {
        width: 90%;
        margin: 0px auto;
    }

    .title {
        font-size: 0.48rem;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    

    .research-cont img {
        margin:  0.2rem auto 0.2rem;
    }
	.pc-research{
		display: none;

	}
	.mob-research.mob-research{
		display: block;
	}
	
	.research {
	    background-image: url(../images/mob-1.png);
	    background-repeat: no-repeat;
	    background-size: 100%;
	}
	
	.mob-research .item1 .item-cont{
		line-height: 0.32rem;
		text-indent: 30px;
		font-size: 0.2rem;
        font-family: SOURCEHANSANSCN-REGULAR;
	}
	.mob-research .item1 p.title {
        font-size: 0.4rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
	.team-detail{
		width: 48%;
		float: left;
		text-align: center;
	}
	
	.team{
		width: 100% !important;
		background-color: #f1f1f1;
	}
	.team-detail img{
		width: 70px;;
	}
	.team-detail .team-title{
		font-size: 0.22rem;;
		transform: scale(1);
		line-height: 0.2rem;
	}
	.team-detail  p{
		transform: scale(0.8);
		line-height: 0.3rem;
	}
	.development img{
		margin-left:5%;
	}
	
}