#main {
    position: relative;
    margin-top: -110px;
    background: url(../images/main-tc.png) no-repeat center top;
}

.section1 {
    padding-top: 115px;
    padding-bottom: 90px;
}

.title {
    line-height: 80px;
    border-bottom: 1px solid #cccccc;
}

.title h2 {
    position: relative;
    float: left;
    font-size: 24px;
    color: #0054a3;
}

.title h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: -1px;
    background-color: #0054a3;
}

.title a {
    float: right;
    font-size: 14px;
    color: #999;
}

.title a:hover {
    color: #0054a3;
}

.sect1-l {
    float: left;
    width: 48%;
}

.sect1-r {
    float: right;
    width: 50%;
}

.vedio {
    margin-top: 25px;
}

.vedio .pic {
    padding-top: 0;
}
.vedio .pic video{
    width:100%;
    object-fit: cover;
}

.vedio .pic .bf {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/bf.png) no-repeat center center;
}

.sect1-r .text {
    margin-top: 25px;
    max-height: 335px;
    overflow: hidden;
    text-indent: 2em;
}

.sect1-r .text p {
    line-height: 31px;
    font-size: 16px;
    color: #4c4c4c;
}

.section2 {
    background: url(../images/sect2-bg.png) no-repeat center top;
    background-size: 100% auto;
}

.sect2 {
    overflow: hidden;
}

.sect2-l {
    float: left;
    width: 64%;
    padding-top: 25px;
}

.sect2-r {
    float: right;
    width: 31.6%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 25px 20px 40px 20px;
}

.finish {
    margin-top: 35px;
}

.finish>ul {
    margin-left: -25px;
    margin-right: -25px;
}

.finish>ul li {
    margin: 0 25px;
}

.finish>ul li a {
    display: block;
}

.finish>ul li a .pic {
    padding-top: 129%;
}

.finish>ul li a .text {
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
    color: #0054a3;
}

.finish>ul li a .text h2 {
    position: relative;
    font-size: 18px;
    padding-bottom: 20px;
}

.finish>ul li a .text h2:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #0054a3;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.finish>ul li a .text p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}


/* æˆæžœè´Ÿè´£äºº */

.xg-people {
    margin-top: 35px;
}

.xg-top {
    overflow: hidden;
}

.xt-l {
    float: left;
    width: 145px;
    height: 145px;
    border-radius: 50%;
}

.xt-l .pic {
    padding-top: 100%;
}

.xt-r {
    overflow: hidden;
    padding-left: 30px;
    margin-top: 20px;
}

.xt-r h2 {
    position: relative;
    font-size: 24px;
    color: #0054a3;
    padding-bottom: 40px;
}

.xt-r h2:after {
    content: '';
    position: absolute;
    left: 0;
    width: 75px;
    height: 1px;
    background-color: #0054a3;
    bottom: 20px;
}

.xt-r p {
    font-size: 18px;
    color: #333;
}

.xg-down {
    margin-top: 15px;
}

.xg-down p {
    line-height: 30px;
    font-size: 16px;
    color: #4c4c4c;
    height: 120px;
    overflow: hidden;
}

.xg-down .more {
    margin-top: 20px;
    text-align: right;
}

.xg-down .more a {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    text-align: center;
    width: 84px;
    font-size: 14px;
    color: #0054a3;
    background: url(../images/gd.png) no-repeat center center;
    left: 0;
    transition: all .3s;
}

.xg-down .more a:hover {
    left: -5px;
}


/* æˆæžœè´Ÿè´£äººç»“æŸ */

.sect2-l-down {
    padding-top: 25px;
}

.tg {
    padding-top: 40px;
}

.tg>ul {
    margin-left: -15px;
    margin-right: -15px;
}

.tg>ul li {
    margin: 0 15px;
}

.tg>ul li a {
    position: relative;
    display: block;
}

.tg>ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/tg-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.tg>ul li a .pic {
    padding-top: 110%;
}

.tg>ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    z-index: 999;
}

.ry {
    padding-top: 35px;
}

.ry a {
    display: block;
}

.ry a .pic {
    padding-top: 65%;
}

.ry .slick-dots {
    bottom: 65px;
}

.ry .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #0e5da8;
    margin: 0 6px;
}

.ry .slick-dots li.slick-active {
    background-color: #0054a3;
}

.ry a .text {
    padding-top: 40px;
}

.ry a .text p {
    line-height: 30px;
    font-size: 18px;
    color: #333;
    height: 60px;
    overflow: hidden;
}

.assess>ul>li {
    padding: 20px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.assess>ul>li a {
    display: block;
    padding-right: 40px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    height: 64px;
    overflow: hidden;
    background: url(../images/pj.png) no-repeat 99% center;
}

.assess>ul>li:hover a {
    color: #0054a3;
    background: url(../images/pj-other.png) no-repeat 99% center;
}

.section3 {
    margin-top: 75px;
    background: url(../images/affext-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
}

.sect3 .title h2 {
    color: #fff;
}

.sect3 .title h2:after {
    background-color: #fff;
}

.sect3 .title a {
    color: #fff;
}

.affect {
    margin-top: 40px;
}

.affect ul {
    margin-left: -20px;
    margin-right: -20px;
}

.affect ul li {
    margin: 0 20px;
}

.affect ul li a {
    display: block;
}

.affect ul li a .pic {
    padding-top: 60.5%;
    border: 4px solid #fff;
}

.affect ul li a .text {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #72a1c0;
}

.affect ul li a .text:after {
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    height: 1px;
    bottom: -1px;
    background-color: #34b1bf;
}

.affect ul li a .text h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.affect ul li a .text .date {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

#lj {
    line-height: 50px;
    background: rgba(255, 255, 255, .2);
    margin-top: 50px;
}

.lj span {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
}

.lj a {
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width:1250px) {
    .affect ul {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:1000px) {
    .section1 {
        padding-top:20px;
        padding-bottom: 20px;
    }
    .sect1-r .text {
        max-height: 215px;
    }
    .tg>ul li a p {
        font-size: 14px;
    }
    .section3 {
        margin-top: 0;
    }
#main{background-image:none;margin-top:0;}
}

@media screen and (max-width:750px) {
    .sect1-l {
        float: none;
        width: auto;
    }
  
    .title {
        line-height: 45px;
    }
    .title h2 {
        font-size: 18px;
    }
    .vedio .pic .bf {
        background-size: 40px auto;
    }
    .sect1-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .sect1-r .text {
        max-height: none;
    }
    .sect2-l {
        float: none;
        width: auto;
    }
    .xt-l {
        width: 100px;
        height: 100px;
    }
    .xt-r {
        padding-left: 15px;
        margin-top: 0;
    }
    .xt-r h2 {
        padding-bottom: 15px;
    }
    .xt-r h2:after {
        bottom: 5px;
    }
    .xt-r p {
        font-size: 14px;
    }
    .sect2-r {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .ry a .text p {
        font-size: 16px;
    }
    .assess>ul>li a {
        font-size: 14px;
    }
    .assess>ul>li {
        padding: 10px 0;
    }
    .section3 {
        padding-top: 15px;
    }
    .sect2-l-down {
        padding-top: 0;
    }
    .finish>ul li a .text {
        padding-bottom: 25px;
    }
}

@media screen and (max-width:415px) {
  
    .lj span {
        padding: 0 5px;
    }
    .lj a {
        font-size: 12px;
    }
    .affect {
        margin-top: 15px;
    }
    #lj {
        margin-top: 15px;
    }
}