﻿@charset "utf-8";
body {
    font-family: "微软雅黑", "SimSun", "宋体", "Microsoft YaHei", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto,PingFang SC", "Hiragino Sans GB";
    color: #000;
    font-size: 12px;
    text-align: left;
    background: #fff7ed;
}
.banner {width: 100%; height: 200px;background: url(1jdhrbbanner0530.jpg) #f14524 center center no-repeat;min-width: 1200px;max-width: 1920px;}
.mobileBanner{display: none;}
.box{width: 1200px;height: 600px; margin:0 auto;margin-top: 52px;}

.box2 {width: 1200px; margin:0 auto;margin-top: 30px;margin-bottom: 110px;}
.article{ font-size:20px;}
.article p{  line-height:42px;}
.box iframe{display: block;width: 100%;height: 100%;}
@media screen and (max-width:768px) {
    .banner{display: none;}
    .mobileBanner{display: block;}
    .mobileBanner img{display: block;width: 100%;height: auto;}
    .box{width: 100%;height: auto; margin: 20px auto;}
    .box2{ width: 100%;height: auto; margin: 10px auto;}
    .box iframe{display: block;width: 100%;height: 100%;}
}