/* 官网2.0样式：包括公司介绍，信息资讯，联系我们，注册，注册成功页面 */
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    text-decoration: none;
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑;
    list-style: none;
}

body {
    background: #fff;
    font-size: 14px;
    color: #333;
}

:root {
    font-size: 36px;
}

@media (max-width: 1024px) {
    :root {
        font-size: 36px;
    }
}

@media (max-width: 960px) {
    :root {
        font-size: 32px;
    }
}

@media (max-width: 860px) {
    :root {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    :root {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    :root {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    :root {
        font-size: 16px;
    }
}

.none{ display: none!important;}
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.noborder{border: none!important;}
.blank5 { height: 5px;}
.blank6 { height: 6px; }
.blank10 { height: 10px; }
.blank15 { height: 15px; }
.blank20 { height: 20px; }
.margin{ margin: 0 auto; }
.f_l { float: left; }
.f_r { float: right; }
.w1245 { width: 1242px; }
.w1089 { width: 1089px; }
.w1169 { width: 1209px; }

.w388{width: 388px;}
.w40{width: 40px;}
.w30{width: 30px;}
.w20{width: 20px;}
.w10{width: 10px;}
.h340{height: 340px;}
.h150{height: 150px!important;}
.h40{height: 40px;}
.h30{height: 30px;}
.h20{height: 20px;}
.h10{height: 10px;}
/* 居中部分 */
.layout {max-width: 1024pt; width: 100%; margin: 0 auto; overflow: hidden;}

.banner2 {
    width: 100%;
}

.banner2 img{
    width:100%;
}

.banner2 div{
    position: relative;
}

.banner3 {
    width:100%;
}
.banner3 img {
    width:100%;
    min-height: 200px;
}

/* 公司介绍 */
.about {
    margin: 0.8rem auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.about h1 {
    display: block;
    font-size: 28px;
    line-height: 28px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.about h2{
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 30px;
}

.about img{
    width: 100%;
}

.about-desc {
    padding: 0;
}

.about p {
    box-sizing: border-box;
    margin: 0;
    padding: 0 0.8rem;
    display: block;
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 10px;
    color: #444;
}

/* 公司介绍九宫格图片 */
.news .listimg{
    display: block;
    padding: 1.25rem;
    background: #fff;
    width: 100%;
}

@media (min-width: 576px) {
    .news .listimg {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.newsbox {
    margin: 0; /* 同时修改总宽度，使资讯列表和上面的banner看起来一样宽 */
    padding: 1rem;
}

/* 信息资讯 */
.news .listnews{
    display: block;
    padding: 1.25rem;
    background: #fff;
    height: 100%;
    color: #888;
}

.infolist h1 {
    font-size: 16px;
    color: #000;
    margin: 0 0 10px 0;
}
.imglist a span{
    font-size: 12px;
    color: red;
 }
 .imglist h1 i {
    color: #f00;
    font-style: normal;
}
.news h1{
    line-height: 1.5em;
    font-size: 18px;
    color: #000;
    margin: 15px 0 7px 0;
}

.news .description {
    line-height: 3rem;
}

@media (min-width: 480px) and (min-height: 480px) {
    .news .description {
        line-height: 1.5rem;
    }
}

.news .description p{
    margin: 5px 0;
}
.imglist h1{
    font-size: 16px;
    color: #000;
    margin: 0 0 10px 0;
}
.imglist h1 i{
    color: #f00;
    font-style:normal;
}
/* 图片宽高 */
.imglist img{
    width: 100%;
}

/* 表单 */

.registerForm {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
    background: #fff;

    font-size: 1.25rem;
}

.registerForm button.btn {
    width: 300px;
    max-width: 100%;
    background: #DDB520;
    border: 0;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

.footer{
    overflow: hidden;
    text-align: center;
    background: #444;
}

.copyright-box {
    background: #333;
    color: #ddd;
}

.copyright{
    line-height: 1.5em;
    padding: 2rem 0;
    overflow: hidden;
}

.copyright a{
    color: #ddd;
}