
  html{ background:#f7f7f7;}/*图片加载未完成前，默认背景色*/
  .wrap{ opacity:0; /*开屏秀未加载完成，内容默认不显示(首页最外层盒子)*/}
  .loading{position:fixed;width:100%;height:100%; top:0; z-index:51; display:none; max-width:750px; min-width:320px; z-index:500;}
  .loading img{ display:none;}
  .loading #showNext{ line-height:3rem; display:none; color:#fff; border:0.05rem solid #1568b4; border-radius:5%; padding-left:1rem; padding-right:1rem; text-align:center; position:absolute; right:1rem; top:1rem; z-index:0;background:#1568b4;}
  /*首次加载页面切入效果*/
  .homeShow{ animation: fade 0.8s ease both;-webkit-animation: fade 0.8s ease both; }
  /*渐显动画*/
  @-webkit-keyframes fade {
    from 
    {
     opacity:1;
     display:block;
    }
    to {
      opacity: 0;
      display:none;
      height:0;
    }
  }
  @keyframes fade {
    from{
      opacity: 1;
     display:block;
    }
    to 
    {
      display:none;
      opacity: 0;
      height:0;
    }
  }
  .fade {
    -webkit-animation-name: fade;
    animation-name: fade;
  }
  

        .head {
            height: 10.4rem;
        }
        
        .g-hd {
            min-width: 10.4rem;
        }
        
        .g-hd .hea_top {
            height: 6.85rem;
            padding-top: 1.25rem;
            box-sizing: border-box;
        }
        
        .g-hd .hea_top .t_logo {
            float: left;
            width: 30%;
            height: 4.2rem;
            padding: 0 0 0 14.1%;
            margin: 0.15rem 1.5rem 0 0;
        }
        
        .g-hd .hea_top .t_logo a img {
            height: 100%;
        }
        
        .g-hd .hea_top h2 {
            display: block;
            float: left;
            position: relative;
            padding-left: 1.35rem;
            box-sizing: border-box;
        }
        
        .g-hd .hea_top h2:before {
            width: 0.05rem;
            height: 3.8rem;
            background: #e0e0e0;
            content: "";
            position: absolute;
            left: 0;
            top: 0.45rem;
        }
        
        .g-hd .hea_top h2 em {
            display: block;
            font-size: 1.8rem;
            height: 2.4rem;
            line-height: 2.4rem;
            color: #0065ff;
            font-weight: bold;
        }
        
        .g-hd .hea_top h2 p {
            font-size: 1.3rem;
            height: 1.95rem;
            line-height: 1.95rem;
            color: #333333;
            font-weight: normal;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            letter-spacing: 1px;
        }
        
        .head .hea_bot {
            height: 3.55rem;
            background: #0B84DD;
        }
        
        .head .hea_bot .hea_nav {
            width: 88.4%;
            float: left;
            height: 3.55rem;
            line-height: 3.55rem;
            text-align: center;
        }
        
        .head .hea_bot .hea_nav span {
            display: block;
            width: 25%;
            float: left;
        }
        
        .head .hea_bot .hea_nav span a {
            display: block;
            font-size: 1.3rem;
            color: #FFFFFF;
            position: relative;
            box-sizing: border-box;
            font-weight: bold;
        }
        
        .head .hea_bot .hea_nav span a:before {
            width: 0.05rem;
            height: 1.2rem;
            background: rgba(255, 255, 255, 0.23);
            content: "";
            position: absolute;
            right: 0;
            top: 1.2rem;
        }
        
        .head .hea_bot .hea_nav span:last-child a:before {
            border-right: 0;
        }
        
        .g-hd .m-nav2 {
            width: 11.6%;
            height: 3.55rem;
            float: right;
            display: inline;
        }
        
        .g-hd .m-nav2 i {
            display: block;
            width: 100%;
            height: 100%;
            background: url(/images/hea-ico.jpg) no-repeat center;
            background-size: 100%;
        }
        
        .menu2 {
            position: relative;
            z-index: 100;
        }
        
        .menu2 .erji {
            width: 100%;
            display: none;
            overflow: hidden;
            position: absolute;
            background: #EEEEEE;
            background-size: 100% 100%;
            height: 52.35rem;
            max-width: 750px;
            top: 3.55rem;
            right: 0;
            transition: transform 3s;
            -webkit-transition: transform 3s;
            padding: 5.3% 4% 0;
            box-sizing: border-box;
        }
        
        .menu2 .erji ul li {
            float: left;
            width: 30.4%;
            height: 10.5rem;
            border-radius: 2rem;
            box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
            margin-bottom: 1.5rem;
            margin-right: 4%;
            background: #FFF;
        }
        
        .menu2 .erji ul li:nth-child(3n) {
            margin-right: 0;
        }
        
        .menu2 .erji ul li a {
            display: block;
            height: 10.5rem;
            padding-top: 2.4rem;
            box-sizing: border-box;
        }
        
        .menu2 .erji ul li i {
            display: block;
            width: 3.25rem;
            height: 3.15rem;
            margin: 0 auto 1.1rem;
        }
        
        .menu2 .erji ul li i img {
            width: 100%;
        }
        
        .menu2 .erji ul li em {
            display: block;
            font-size: 1.2rem;
            color: #333333;
            text-align: center;
        }
        
        .menu2 .erji strong {
            display: block;
            width: 43.75%;
            height: 3.5rem;
            line-height: 3.5rem;
            background: #0B84DD;
            border-radius: 35px;
            margin: 0.75rem auto 0;
        }
        
        .menu2 .erji strong a {
            display: block;
            padding-left: 6rem;
            font-size: 1.2rem;
            color: #FFF;
            background: url(/images/tel.png) no-repeat 27%;
            background-size: 14%;
            font-weight: normal;
        }
    

                    .g-ft{height:20.35rem;}
                    .g-f{height:16.85rem;border-top:0.15rem solid #0065ff;padding-top:2.6rem;box-sizing: border-box;position: relative;}
                    .g-f .xf{width:4.25rem;height:4.25rem;position:absolute; left:45%; top:-2.1rem;}
                    .g-f .xf img{width:100%;}
                    .g-f .ft-con{padding:0 4%;}
                    .g-f .ft-nav{height:3.4rem;}
                    .g-f .ft-nav ul li{float:left;height:3.4rem; line-height: 3.4rem;text-align: center;margin-left: 2.1rem;}
                    .g-f .ft-nav ul li a{display:block;font-size: 1.2rem;color:#333333;}
                    .g-f .ft-nav ul li:first-child{margin-left: 0;}
                    .g-f .ft-contact ul li{height:3.5rem;border-top:0.05rem solid #dcdcdc;}
                    .g-f .ft-contact ul li em{display:block;float:left; height:3.5rem; line-height: 3.5rem;font-size: 1.2rem;color:#333333; font-weight: bold;padding-left:2.1rem;}
                    .g-f .ft-contact ul li .ft1{background:url(/images/ft-db1.png) no-repeat left; background-size:25%;}
                    .g-f .ft-contact ul li .ft2{background:url(/images/ft-db2.png) no-repeat left; background-size:25%;}
                    .g-f .ft-contact ul li .ft3{background:url(/images/ft-db3.png) no-repeat left; background-size:25%;}
                    .g-f .ft-contact ul li a{display:inline-block; height:3.5rem; line-height: 3.5rem; font-size: 1.5rem;color:#333333; font-family: "Acrom";}
                    .g-f .ft-contact ul li b{display:inline-block;font-weight: normal; height:3.5rem; line-height: 3.5rem;font-size: 1.2rem;color:#333333; margin:0 0.5rem;vertical-align: top;}
                    .g-f .ft-contact ul li i{display:inline-block; height:3.5rem; line-height: 3.5rem; font-size: 1.2rem;color:#333333;font-family: "Arial";}
                    .g-ft .dbdh{min-width: 320px;max-width: 750px;width: 100%;position: fixed;bottom: 0;z-index: 50;}
                    .g-ft .dbdh li{float:left; width:25%; height:3.5rem;background:#2E3138;box-sizing: border-box;border-right:0.05rem solid #7b7d81;}
                    .g-ft .dbdh li a{display:block; }
                    .g-ft .dbdh li em{display:block;width:1.45rem;height:3.5rem;float:left;}
                    .g-ft .dbdh li em img{width:100%;}
                    .g-ft .dbdh li i{display:block;height:3.5rem; line-height: 3.5rem;font-size: 1.3rem;color:#FFFFFF;}
                    .g-ft .dbdh li:first-child{background:#0065FF;}
                    iframe.phone-view, body.phone-view, .c-edit-page.phone-view{width:750px !important;}
                    .g-ft .dbdh li:first-child em{margin-left: 1.05rem;}
                    .g-ft .dbdh li:last-child em{margin-left: 0.7rem;}
                    .g-ft .dbdh li:nth-child(2) em{margin-left: 1.25rem;}
                    .g-ft .dbdh li:nth-child(3) em{margin-left: 1rem;}
            
.acontent2 h1 {
    font-size: 2rem; font-weight: bold;
}
.acontent2 .img img {
    display: block;
    width: 100%;
}
.acontent2 article {
    padding: 1rem 0;
}

.listNews {
    display: flex; justify-content: space-between; align-items: center;
    color: #333;border-bottom: 1px dashed #c1c1c1;
}
.listNews div {
    width: 31rem;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.listNews small {
    color: #AAA;
}

.acontent2 form {
    width: 30rem;
    margin: 3rem auto;
}
.acontent2 form div {
    display: flex; justify-content: space-between; align-items: center;
    margin: 0.5rem 0;
}
.acontent2 form div:before {
    content: attr(name);
    display: block;
    width: 1rem;
    text-align: right; color: #C00;
}
.acontent2 form div p:nth-of-type(1) {
    width: 6.5rem;
    font-size: 1.2rem;
    text-align: right; font-weight: bold;
}
.acontent2 form div p:nth-of-type(2) {
    flex-grow: 1;
    color: #C00;
}
.acontent2 form div p:nth-of-type(2).status200 {
    color: #0C0;
}
.acontent2 form div input {
    width: 100%; height: 3rem;
    padding: 0 1rem;
    border: 1px #EEE solid;
    color: #666;
    outline: none;
    box-sizing: border-box;
}
.acontent2 form div textarea {
    width: 100%; height: 10rem;
    padding: 0 1rem;
    border: 1px #EEE solid;
    color: #666;
    outline: none;
    resize: none;
    box-sizing: border-box;
}
.acontent2 form div button {
    width: 8rem; height: 4rem;
    background-color: #0065ff;
    border: 0;
    color: #FFF; text-align: center;
    outline: none;
    cursor: pointer;
}