*{margin: 0;padding: 0;}
html,body{font-family: "Microsoft YaHei";font-size: .28rem;}
ol,ul,li{list-style: none;}
a{display: block;text-decoration: none;tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: rgba(0,0,0,0);}
/*a:visited{color: #fff!important;}
a:hover{color: #fff!important;}*/
a,input,button,select,textarea{outline: none;border: none;}
img {border: 0; width: 100%;vertical-align: middle;}
label{display: block;}
.fl{float: left;}
.fr{float: right;}
.clear{zoom: 1;}
.clear:after{content: '';display: block;clear: both;overflow: hidden;visibility: hidden;height: 0;}
iframe{border: none}

body {

    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

label {
    font-weight: 700;
}

html {
    height: 100%;
    box-sizing: border-box;
}

#app {
    height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

div:focus {
    outline: none;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.header{
    height: 160px;
    background-image: url('../images/bg.jpg');
    background-size: auto 1220px;
    background-position: center;
    background-repeat: x-repeat;
    /*padding-top: 20px*/
}
.header-content{
    width: 1200px;
    margin: 0 auto;
    font-size: 48px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 20px;
}
.header-content span{
    font-size: 18px;
    display: block;
    text-align: right;
    padding-top: 20px;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.list-item{
    background-color: #fff;
// background-color: rgba(228, 228, 228, 0.2);
    padding: 20px;
    margin-top: 20px;
    position: relative;
}
.list-item h5{
    font-size: 18px;
    color: #3D3D3D;
    margin: 10px 0;
}
.list-item p{
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0em;
    color: #3D3D3D;
}
.list-item .button{
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: red;
    border-radius: 5px;
    cursor: pointer;
}

.list-item-last h5{
    text-align: center;
    margin-bottom: 30px;
}
.list-item-last .list {
    display: flex;
    justify-content: space-around;

}
.list-item-last .list a{
    border: 1px solid rgba(228, 228, 228);
    width: 250px;
    height: 100px;
    line-height: 100px;
    float: left;
    display: flex;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

.list-item-last .list a img{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
}
.footer{
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-top: 30px;
    background-color: rgba(228, 228, 228, 0.4);
    display: inline-block;
}
.bg{
    background: linear-gradient(180deg, #0480F7 0%, #0480F7 0%, #fff 99%, #fff 100%);
}
