*{margin: 0;padding: 0;box-sizing: border-box;font-family: "Times New Roman";}
@font-face{font-family: "Times New Roman";src: url('../font/font.ttf');}


/* pc端 */
.pc_common_details{width: 100%;}
/* 头部 */
.top_img{width: 100%;}
.top_img>img{width: 100%;display: block;}
/* 内容 */
.content{width: 100%;position: relative;background: url(../img/detiles_bg.png);background-size: 100% 100%;min-height: 1500px}
.content>img{width: 100%;position: relative;left: 0;top: 0;display: block;}
.detiles_content{background-image: url(../img/detiles_content_bg.png);background-size: 100% 100%;width: 90%;/* height: 90%;*/position: absolute;top: 5%;left: 5%;padding: 10% 15%;}
h2{text-align: center;padding: 15px 0;}
.detiles_content>p{font-size: 18px;line-height: 37px;font-family: '宋体';}
/* 手机端 */
.container-fluid{width: 100%;height: 100%;padding: 0px;}
.row{width: 100%;height: 100%;margin: 0px;}
.phone_common_details{width: 100%;height: 100%;}
.phone_detiles_content{background-image: url(../img/detiles_content_bg.png);background-size: 100% 100%;width: 100%;height: 100%;padding: 50px 30px;}
h2{text-align: center;padding: 15px 0;}
.phone_detiles_cont{width: 100%;height: 100%;overflow: auto;}
/* 移动端 */

@media screen and (max-width:1024px){
	body,html{width: 100%;height: 100%;}
}
/* pc端 */
@media screen and (min-width:1025px){
	body,html{width: 100%;height: auto;}
}