.zoujin {
}

section {
    width: 100%;
    background: url(../images/intro_bg.png);
    background-size: cover;
    background-repeat: repeat;
}

.intro_bg {
    min-width: 1300px;
    max-width: 1400px;
    background: url(../images/intro_bg.png);
    background-size: cover;
    background-repeat: repeat;
    margin: 0 auto;
}

.intro {
    position: relative;
    padding: 30px;
}

.intro .lc {
    width: 100%;
    max-width: 1650px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
    top: 80px;
}

.intro .lc .box {
    padding: 30px;
}

.intro .content {
    height: 700px;
}

.intro p {
    font-size: 18px;
    line-height: 46px;
    text-indent: 2em;
}

.intro .rc {
    width: 1000px;
    height: 989px;
    right: 0;
    position: absolute;
    z-index: 0;
}

.qiye {
    background-color: #F3F6FC;
    padding: 20px 0px;
    width: 1300px;
    margin: 0 auto;
}

.f-h1 {
    font-size: 40px;
    font-weight: bold;
    color: #1C77E2;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;

}

.f-h2 {
    color: #fff;
    font-size: 35px;
    line-height: 30px;
    color: #1C77E2;
    display: none;
    /*margin-top: -20px;*/
}

.qiye h3 {
    text-align: center;
    margin-bottom: 30px;
}

.qiye .tuijian {
    position: relative;
    width: 500px;
    background: #FFFFFF;
}

.qiye .tuijian img {
    width: 500px;
    height: 280.8333333333333px;
    object-fit: cover;
}

.qiye .tuijian .title_tj {
    width: 107px;
    height: 105px;
    background: #1C77E2;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.qiye .title_tj .riqi {
    font-size: 26px;
    font-family: Roboto-Black, Roboto;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 70px;
    text-align: center;
}

.qiye .title_tj .nian {
    text-align: center;
}

.qiye .tuijian .title_r {
    font-size: 18px;
    font-weight: 500;
    color: #4F5662;
    line-height: 30px;
    overflow: hidden;
    width: 95%;
    margin: 10px auto;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.qiye .news_list {
    width: 370px;
    background: #FFFFFF;
    padding: 20px;
    overflow: hidden;
}

.qiye .news_list:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.qiye .news_list:hover .title {
    color: #1C77E2;
}

.qiye .news_list .riqi {
    font-size: 35px;
    font-family: Roboto-Black, Roboto;
    font-weight: 900;
    color: #1C77E2;
    line-height: 56px;
}

.qiye .news_list .nian {
    font-size: 18px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #7D8187;
    line-height: 21px;
}

.qiye .news_list .title {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #222834;
    line-height: 30px;
    height: 60px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 超出几行省略 */
    overflow: hidden;
}

.qiye .news_list p {
    font-size: 16px;
    color: #7D8187;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 超出几行省略 */
    height: 85px;
    overflow: hidden;

}

.qiye .news_list a.more img {
    width: 40px;
    margin-top: 15px;
}

.wenhua {
    width: 100%;
    background-color: #F3F6FC;
}

.dsj {
    background-color: #fff;
    padding: 0px;
    width: 1300px;
    margin: 0 auto;
}

.dsj h3 {
    text-align: center;
    padding: 30px 0;
}

.dsj .c_neirong {
    width: 1060px;
    margin: auto;
    overflow: hidden;
    display: flex;
    padding-bottom: 20px;
}

.dsj .c_neirong .fengmian {
    width: 450px;
    height: auto;
}

.dsj .c_neirong .fengmian img {
    width: 100%;
}

.dsj .c_neirong .content {
    width: 50%;
    padding: 0 40px;
}

.dsj .c_neirong .content .nian {
    font-size: 40px;
    font-family: Source Han Serif CN-Heavy, Source Han Serif CN;
    font-weight: 800;
    color: #222834;
}

.dsj .c_neirong .content .nian a {
    float: right;
    font-size: 24px;
    font-weight: normal;
    color: #7D8187;
    line-height: 94px;
    vertical-align: baseline;
}

.dsj .c_neirong .content .nian img {
    height: 24px;
    margin-top: 3px;
    margin-left: 5px;
}

.dsj .c_neirong .content .yue {
    font-size: 28px;
    font-weight: 400;
    color: #4F5662;
    line-height: 33px;
}

.dsj .c_neirong .content p {
    font-size: 20px;
    font-weight: 400;
    color: #4F5662;
    line-height: 30px;
    margin-top: 15px;
}

.dsj .c_neirong .content .tongji {
    font-size: 24px;
    font-weight: bold;
    color: #7D8187;
}

.jiantou a {
    display: inline-block;
}

.dsj .c_neirong .content .jiantou a img {
    margin-right: 20px
}

.dsj .c_neirong .content .tongji b {
    font-size: 42px;
    font-weight: bold;
    color: #1C77E2;
}

.zzjg {
    background-color: #4680ea;
    padding-bottom: 30px;
}

.zzjg h3 {
    text-align: center;
    padding: 40px 0;
}

.zzjg .neirong {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.zzjg .neirong img {
    width: 100%;
    max-width: 1300px;
    display: block;
    margin: 0 auto;

}

.zzjg .neirong div {
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.zzjg .neirong .sec {
    padding-left: 10px;

}

.zzjg .neirong .sec span.block {
    margin: 0 165px;
    padding: 8px 70px;
}

.zzjg .neirong .four {
    padding-top: 30px;
    margin-left: -1px;
}

.zzjg .neirong .four span.block {
    display: inline-block;
    margin: auto 64px;
    padding: 50px 0px;
    line-height: 16px;
    width: 30px;
    letter-spacing: 2px;
    vertical-align: middle;
}

.zzjg .neirong .block .f {
    width: 20px;
    line-height: 100%;
    float: left;
    text-align: right;
}

.zzjg .neirong .block .s {
    width: 20px;
    line-height: 100%;
    float: right;
    text-align: left;
}

.zzjg .neirong .block .s .t {
    direction: ltr;
}

.zzjg .neirong .five {
    padding-top: 190px;
}

.zzjg .neirong .five span.block {
    margin: 0 140px;
}

.zzjg .neirong .thir span.block {

    padding: 8px 60px;
}

.zzjg .neirong span.block {

    border-radius: 24px;
    padding: 8px 30px;
    color: #fff;
    background-color: #2c60c5;
    box-shadow: 0 y-shadow 10px 10px rgba(0, 0, 0, .2);
}

.zzjg .neirong span.block:hover {
    background-color: #f17123;
    cursor: pointer;
}

.glbg {
    width: 100%;
    height: auto;
    background-image: url('../images/bg-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position-x: -410px;*/
    padding-bottom: 20px;
}

.ldxx {
    background-position-y: -90px;
    /* background-image: url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/bg-lingdao.png); */
    background-repeat: no-repeat;
    background-size: auto;
}

.ldxx h3 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.ldxx ul li {
    width: 224px;
    margin: 0px 20px;
}

.ldxx ul li img {
    width: 100%;
}

.ldxx .neirong {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.ldxx .neirong .f,
.ldxx .neirong .s {
    width: 1000px;
    margin: 10px auto;
    text-align: center;
}

.ldxx .neirong ul.l1,
.ldxx .neirong ul.l2 {
    display: flex;
    justify-content: center;
}

.ldxx .neirong li img {
    border: 1px #fff solid;
}

.ldxx .neirong li:hover img {
    border: 1px #e5e5e5 solid;
}


.ldxx .name {
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    font-weight: bold;
    margin-top: 10px;
    background-color: #0178fa;
    margin-bottom: 10px;
}

.ldxx .zhiwei {
    font-size: 18px;
    font-weight: 400;
    color: #222834;
    line-height: 28px;
}

.ldxx .jiantou {
    text-align: center;
}


.zcwd h3 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.zcwd .nei {
    width: 1300px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
}

.zcwd .nei .list {
    position: relative;
    width: 30%;
    border: 1px solid #DFE4EE;
    margin: 10px;
    padding: 10px;
    /*background: rgba(255, 255, 255, 0.6);*/
    background: #fff;
}

.zcwd .nei .list:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.zcwd .nei .list:hover h5 a {
    color: #1C77E2;
}

.zcwd .nei .list h5 {
    font-size: 22px;
    font-weight: 500;
    color: #222834;
    line-height: 30px;
    display: block;
    height: 100px;
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #DFE4EE;
}

.zcwd .nei .list p {
    font-size: 18px;
    color: #7D8187;
    line-height: 30px;
    margin: 20px 20px;
    display: block;
    height: 90px;
    overflow: hidden;

}

.more_warp {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.more_warp a {
    padding: 10px 25px;
    border: 1px #e5e5e5 solid;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    background: #E4B67A;
}

.more_warp a:hover {
    background-color: #1C77E2;
    color: #fff;
    text-decoration: none;
    border: 1px #1C77E2 solid;
}

html {
    scroll-padding-top: 82px;
}