.head2 {
    position: relative;
    z-index: 11;
    height: 4rem;
    background: #fff;
}

.head2 .logo {
    width: 31.5%;
    float: left;
    margin: 0.3rem 11% 0 3%;
}

.head2 .logo img {
    display: block;
    width: 100%;
}

.head2 h4 {
    border-left: 1px solid #fafafa;
    width: 41%;
    margin-top: 0.7rem;
    line-height: 2.6rem;
    line-height: 2.6rem;
    font-size: 1.2rem;
    color: #666666;
    float: left;
    text-align: right;
    font-weight: normal;
}

.head2 h4 a {
    float: left;
    width: 32%;
    text-align: center;
    color: #666666;
}

.head2 .menu_btn {
    width: 10%;
    margin-right: 2%;
    height: 4rem;
    float: right;
    overflow: hidden;
}

.head2 .menu_btn a.downmenu {
    display: block;
    width: 100%;
    padding: 0.6rem 0 0 0;
}

.head2 .menu_btn img {
    display: block;
    width: 100%;
}

.menu2 .slideMenu {
    width: 50%;
    display: none;
    z-index: 16;
    position: absolute;
    top: 4rem;
    right: 0px;
    transition: transform 1s;
    -webkit-transition: transform 1s;
}

.menu2.down .slideMenu {
    transform: translate3D(0, 100%, 0);
    -webkit-transform: translate3D(0, 100%, 0);
}

.menu2 ul {
    background: #0066d9;
    padding-bottom: 3rem;
}

.menu2 ul li {
    line-height: 3rem;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 1rem;
}

.menu2 ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.menu2 ul li:last-child:before {
    background: none;
    border: 0;
}

.menu2 ul li a {
    display: block;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    font-family: "Microsoft Yahei";
    color: #fff;
    text-decoration: none;
}

.m-gy-dfl-01 {
    margin-bottom: 1.6rem;
}

.m-gy-dfl-01-tit {
    height: 4rem;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    line-height: 4rem;
    background: #0066d9;
    border-bottom: 1px solid #FA756E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.m-gy-dfl-01-desc {
    width: 93.75%;
    margin: 0 auto;
}

.main-footer-1 {
    height: 4.1rem;
    position: relative;
    z-index: 98;
}

.main-footer-1-con {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.main-footer-1-list {
    border-top: 1px solid #0066d9;
    display: none;
}

.main-footer-1-list li {
    float: left;
    width: 50%;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: 18%;
    position: relative;
}

.main-footer-1-list li a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-footer-1-list li:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 30%;
    top: 1rem;
    background: #fff;
    border-radius: 100%;
}

.main-footer-1-list .clear {
    border-bottom: 1px solid #fff;
}

.main-footer-1-list .clear:nth-last-child(1) {
    border-bottom: 0;
}

.main-footer-1-mata {
    height: 4.1rem;
    background: #313131;
    border-top: 1px solid #0066d9;
    text-align: center;
}

.main-footer-1-mata p {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.2rem;
    border: 1px solid #fff;
    border-radius: 0.4rem;
    padding: 0 4%;
    margin-top: 1rem;
}

.p12-aboutinfo-1-tit {
    display: none;
}

.about,
.about1 {
    font-family: 微软雅黑;
}

.about .ganyu,
.about1 .ganyu {
    display: block;
    color: #333;
    padding-top: 1rem;
    text-align: center;
    font: 1.5rem "宋体";
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 1rem;
}

.about .ganyu i,
.about1 .ganyu i {
    display: block;
    font-style: normal;
    font-size: 1.4rem;
    position: relative;
}

.about .ganyu i:before,
.about1 .ganyu i:before {
    content: "";
    width: 13%;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 0.8rem;
    left: 34%;
    z-index: 0;
}

.about .ganyu i:after,
.about1 .ganyu i:after {
    content: "";
    width: 13%;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 0.8rem;
    right: 34%;
    z-index: 0;
}

.about .ganyu span,
.about1 .ganyu span {
    color: #0166da;
}

.about .ganyu em,
.about1 .ganyu em {
    display: block;
    font: 1.1rem Arial;
    text-transform: uppercase;
    color: #999;
    padding-top: 0.5rem;
    position: relative;
}

.about .ganyu em:before,
.about1 .ganyu em:before {
    content: "";
    width: 7%;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 1rem;
    left: 25%;
    z-index: 0;
}

.about .ganyu em:after,
.about1 .ganyu em:after {
    content: "";
    width: 7%;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 1rem;
    right: 25%;
    z-index: 0;
}

.about dl.yi dt {}

.about dl.yi dd {
    padding-top: 1rem;
}

.about dl.yi dd em {
    display: block;
    font: 1.3rem "Times New Roman", Times, serif;
    color: #666;
    text-transform: uppercase;
}

.about dl.yi dd b {
    font: 1.2rem "Microsoft YaHei";
    font-weight: bold;
    color: #0166da;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}

.about dl.yi dd p {
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 140%;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

.about1 {
    margin-top: 1rem;
}

.about1 li {
    text-align: center;
    border-bottom: 2px solid #ddd;
    margin-bottom: 1rem;
}

.about1 li:hover {
    border-bottom: 2px solid #0166da;
}

.about1 li.no {
    margin-right: 0px;
}

.about1 li span {}

.about1 li span img {}

.about1 li b {
    font-size: 1.3rem;
    color: #0166da;
    display: block;
    margin-top: 0.5rem;
    font-weight: normal;
}

.about1 li p {
    line-height: 140%;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}