* {
    margin: 0;
    padding: 0;
}

#app {
    background: #f2f2f2;
}

body {
    border: 0px;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei" ;
    font-size: 14px ;
    color: #414141 ;
    text-align: justify;
}

[v-cloak]{
    display: none;
}


ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #414141;
}

/*banner*/
.center .banner-bg {
    width: 100% !important;

    height: 680px;
    color: #fff;
    padding-top: 305px;
    box-sizing: border-box;
    text-align: center;
    background-size: cover;
}


.banner-bg > .text > .title {
    font-size: 0px;
    font-weight: 400;
    height: 52px;
}

.banner-bg > .text > .title span {
    font-size: 34px;
    letter-spacing: 2px;
}

.banner-bg > .text > .info {
    margin-top: 24px;
    font-weight: 400;
    font-size: 18px;
}

.banner-bg>.slide{
    text-align: center;
    margin-top: 155px;
}
.banner-bg>.slide>.line{
    width: 2px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 0.56;
    margin: auto;
}

.banner-bg>.slide>.slide-text{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}



.center .module {
    width: 1200px;
    margin: auto;
    margin-top: 110px;
}


.center .module:last-child{
    margin-bottom: 110px;
}

.center .module > .value {
    margin-top: 70px;
}


.module>.title {
    font-weight: 600;
    font-size: 22px;
    color: #414141;
    text-align: center;
}
.module>.title span {
    margin: 0 40px;
}
.module>.title img {
    vertical-align: middle;
}

input,textarea,select {
    outline: none;
}

button{
    outline: none;
    border: none;
}

.page-summary {
    width: 1200px;
    margin: auto;
}

.page-summary p {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.content-title {
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #11487B !important;
    line-height: 28px !important;
    font-size: 22px !important;
}

/** 每个页面共有的标题样式begin **/
.title-banner {
    background: url("/image/comm/title_banner.png");
    width: 100%;
    height: 174px;
}

.title-des {
    width: 1200px;
    margin: auto;
    padding-top: 59px;
}

.title-des span {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
/** 每个页面共有的标题样式end **/

/** 自适应 **/
@media screen and (max-width: 1200px) {
    .title-des {
        width: 910px !important;
        margin: auto;
        padding-top: 59px;
    }

    .banner-bg .text {
        width: 910px !important;
        margin: auto;
        text-align: left;
    }
}
