body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; }
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; }
q:before,q:after{content:''; }
abbr,acronym{border:0; }
body, input, button, select, textarea { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: none; -webkit-overflow-scrolling: touch; outline: 0; }
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
.r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; }
.c{clear:both; }
.n,em{font-weight:normal; font-style:normal; }

.tc{text-align:center; }
.tr{text-align:right; }
.tl{text-align:left; }
.tdu{text-decoration:underline; }
.tdn,.tdn:hover,a.tdl:hover{text-decoration:none; }

.vm{vertical-align:middle; }
.vt{vertical-align:top; }
.vn{vertical-align:-2px; }

.rel,.pr{position:relative; }
.abs,.pa{position:absolute; }
.dn{display:none; }
.db{display:block; }
.dib{-moz-inline-stack:inline-block; display:inline-block; }
.di{display:inline; }
.ovh{overflow:hidden; }
.ovs{overflow:scroll; }
.vh{visibility:hidden; }
.vv{visibility:visible; }

.fix{*zoom:1; }
.fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.z{_zoom:1; }
.h1{height:1px; }
.h5{height:5px; }
.h10,.h{height:10px; }
.h15{height:15px; }
.h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0; line-height:0; overflow:hidden; clear:both; }
a{text-decoration:none; }
a:hover{color:#f60 }
/*-----------------[初始化]--------------*/
/*字体*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    margin: 0 auto;
    /* max-width: 1024px; */
    /* max-width: 540px; */
    font-size: 50px;
    line-height: 1.5;
    font-family: "微软雅黑";
    color: #333;
    background: #1F222B;
}
body {
    background: #1F222B;
    font-size: 0.28rem;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

img {
    max-width: 100%;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='radio'],
input[type='checkbox'],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand { display: none; }
input:focus, textarea:focus {
    outline: none;
}
input::-ms-clear {
    display: none;
}
input[type='submit'],
input[type='reset'],
input[type='button'] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}


/*布局*/
.wp {
    padding: 0 0.3rem;
}
/*******************************
  -------[=头部]-------
********************************/
/* 请在以下区间内开发 CSS 代码 */
/*fanqie*/
/*公用*/

/*布局*/

/*fanqie*/
/*公用*/
.row-e1 {
    background-color: #1F222B;
    padding-bottom: .45rem;

}

.m-tope1 {
    height: 5.1rem;
    overflow: hidden;
    background-position: top center;
    background-size: 100% auto;
    padding: 0 .74rem;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 1.08rem;
}

.m-tope1 .pic {
    display: inline-block;
    width: 2.12rem;
    height: 1.78rem;
    margin-right: 0.33rem;
}

.m-tope1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.m-tope1 .txt {
    display: inline-block;
    overflow: hidden;
}

.m-tope1 .tit {
    font-size: .78rem;
   text-align: left;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.4;
}

.m-tope1 .desc {
    font-size: .38rem;
    font-weight: 500;
    color: #FFFAFA;
    text-align: left;
}

.m-liste1 {
    padding: .12rem .74rem .43rem;
}

.ul-list-e1 {
    overflow: hidden;
    margin: 0 -.15rem;
}

.ul-list-e1 li {
    float: left;
    width: 33.3%;
    margin-bottom: 0.26rem;
}

.ul-list-e1 .con {
    display: block;
    height: 3.01rem;
    background: #399ED4;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    overflow: hidden;
    margin: 0 .15rem;
    padding: .27rem 0rem 0;
}

.ul-list-e1 .pic {
    text-align: center;
    height: 1.67rem;
    margin-bottom: 0.08rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul-list-e1 .pic img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ul-list-e1 .con:hover .pic img{ margin-top: .15rem;
}
.ul-list-e1 .tit {
    font-size: .40rem;
    font-weight: bold; padding-top:0.2rem;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ul-list-e1 .con:hover .tit{
    color: rgba(255, 255, 255,.8);
}
.m-qr-e1{
text-align: center;
}
.m-qr-e1 .box{
    display: inline-block;
    margin-right: 0.44rem;
    
}
.m-qr-e1 .box:last-child{
    margin-right: 0rem;
}
.m-qr-e1 .item {
    padding: .2rem .23rem;
    width: 2.65rem;
    height: 2.60rem;
    border: .03rem dashed #F9FBFC;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-bottom: .1rem;
}

.m-qr-e1 .inner{
    background: #414BAF;
    height: 100%;
    padding-top: .3rem;
}
.m-qr-e1 .hot-line {
    text-align: center;
    margin-bottom: 0.55em;
    font-size: 0;
}
.m-qr-e1 .hot-line span {
    font-size: .32rem;
    font-weight: 400;
    color: #FFFFFF;
    background-image: url(../images/e-tel.png);
    background-size: .4rem auto;
    background-position:left  center;
    background-repeat: no-repeat;
    padding-left: .5rem;
    display: inline-block;
}

.m-qr-e1 .tel {
    font-size: .3rem;
    color: #FFFAFA;
    text-align: center;
    margin-bottom: 0.05rem;
}

.m-qr-e1 .time {
    font-size: .29rem;
    color: #FFFAFA;
    text-align: center;
}
.m-qr-e1 .tit{
    font-size: .39rem;
color: #FFFAFA;
text-align: center;
}
@media only screen and (max-width: 450px) {
    .m-qr-e1 .item {
        width: 3rem;
        height: 3rem;
    }
}
/*布局*/
/* 结束 */