.bannerimg {
    padding-bottom: 39.79%;
}

.bannerul li {
    position: relative;
}

.bannerul li::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: rgba(147, 198, 231, 1);
    background: -webkit-linear-gradient(right, rgba(147, 198, 231, 1), rgba(147, 198, 231, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(147, 198, 231, 1), rgba(147, 198, 231, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(147, 198, 231, 1), rgba(147, 198, 231, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(147, 198, 231, 1), rgba(147, 198, 231, 0));
    position: absolute;
    left: 0;
    top: 0;
}

.bannerul li::after {
    content: '';
    display: block;
    width: 100%;
    height: 275px;
    background: rgba(0, 0, 0, 1);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    bottom: 0;
}

.bannerp {
    position: relative;
    z-index: 10000;
}

.bannerp p {
    font-size: 32px;
    line-height: 43px;
    position: absolute;
    left: 0;
    bottom: 90px;
    width: 67.75%;
}

.bannerul .slick-prev {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    background: #989898 url(../image/l.png) no-repeat 15px 20px;
    left: 50%;
    margin-left: -600px;
}

.bannerul .slick-next {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    background: #989898 url(../image/r.png) no-repeat 15px 20px;
    right: 50%;
    margin-right: -600px;
}

.bannerul .slick-dots li::before,
.bannerul .slick-dots li::after {
    display: none;
}

.bannerul .slick-dots {
    width: 182px;
    height: 32px;
    overflow: hidden;
    right: 50%;
    margin-right: -600px;
    bottom: 93px;
}

.bannerul .slick-dots li span,
.bannerul .slick-dots li i {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    vertical-align: middle;
}

.bannerul .slick-dots .line1 {
    width: 101px;
    height: 3px;
    /* display: block; */
    /* float: left; */
    display: inline-block;
    background: #DF8600;
}

.bannerul .slick-dots .line2 {
    width: 39px;
    height: 3px;
    display: inline-block;
    background: #0560A5;
}

.bannerul .slick-dots li {
    display: none;
}

.bannerul .slick-dots li.slick-active {
    display: block;
}

.gp-menu-nav {
    background: rgba(0, 110, 191, 1);
}

.gp-serBtn3,
.gp-search3 {
    float: left;
    margin-left: 12px;
}


/* mode1 */

.mode1 {
    background: #F1F2F3;
    padding-top: 80px;
    padding-bottom: 95px;
}
.main{background: url(../image/mode2bg.png) no-repeat;}
.modeTit {
    text-align: center;
}

.modeTit .modeNew {
    font-size: 28px;
    line-height: 37px;
    color: #333330;
    display: block;
}

.modeTit span.gp-f16 {
    line-height: 21px;
    color: #999;
}

.Tit {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 39px;
}

.modeTit {
    position: relative;
    /* display: inline-block; */
    width: 424px;
    margin: 0 auto;
}

.modeTit::before {
    content: '';
    display: block;
    width: 80px;
    height: 18px;
    background: url(../image/ml.png) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
}

.modeTit::after {
    content: '';
    display: block;
    width: 80px;
    height: 18px;
    background: url(../image/mr.png) no-repeat;
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
}

.more {
    line-height: 19px;
    color: #333;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

.mode1ul {
    margin: 0 -12px;
}

.mode1ul li a {
    display: block;
    margin: 0 12px;
}

.mode1Pic {
    padding-bottom: 55.95%;
}

.mode1p {
    background: #fff;
    padding: 21px 45px 22px 25px;
    vertical-align: middle;
}

.mode1p p {
    line-height: 21px;
    color: #333;
    display: block;
    width: 70%;
    margin-bottom: 10px;
}

.mode1p .date,
.mode1ul2 .date {
    padding-left: 18px;
    line-height: 19px;
    color: #999;
    position: relative;
    display: inline-block;
}

.mode1p .date::before,
.mode1ul2 .date::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background: url(../image/clock.png) no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}

.more2 {
    line-height: 18px;
    color: #0560A5;
    font-weight: bold;
    display: inline-block;
    float: right;
    margin-top: -12px;
    vertical-align: middle;
    padding-right: 40px;
    position: relative;
}

.more2::before {
    content: '';
    display: block;
    width: 50px;
    height: 45px;
    background: url(../image/more.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
}


.mode2 {
    padding-top: 45px;
    padding-bottom: 70px;
}

.modeTit2::before {
    content: '';
    display: block;
    width: 80px;
    height: 18px;
    background: url(../image/t2.png) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
}

.modeTit2::after {
    content: '';
    display: block;
    width: 80px;
    height: 18px;
    background: url(../image/t3.png) no-repeat;
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
}

.mode2 .more,
.mode2 .modeNew {
    color: #fff;
}

.mode2 .Tit span.gp-f16 {
    color: rgba(255, 255, 255, .6);
}

.mode2Ul {
    margin: 0 -12px;
}

.mode2Ul li a {
    display: block;
    margin: 0 12px;
    background: #fff;
    box-shadow: 0 5px 19px 0 rgba(0, 0, 0, .1);
    padding: 45px 14px 22px 14px;
}

.mode2Tit {
    line-height: 24px;
    color: #333;
    text-align: center;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 17px;
}

.mode2Tit::before {
    content: '';
    display: block;
    width: 73px;
    height: 1px;
    background: #DF8600;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: 0;
}

.mode2Pic {
    padding-bottom: 57.87%;
    margin-bottom: 15px;
}

.mode2infore {
    line-height: 26px;
    height: 104px;
    overflow: hidden;
    color: #999;
}

.mode2Ul li:first-child a {
    position: relative;
}

.mode2Ul li:first-child a::before {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background: url(../image/lt.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -12px;
}

.mode2Ul li:first-child a::after {
    content: '';
    display: block;
    width: 100.4%;
    height: 12px;
    background: url(../image/lb.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.mode2Ul li:last-child a {
    position: relative;
}

.mode2Ul li:last-child a::before {
    content: '';
    display: block;
    width: 100.4%;
    height: 12px;
    background: url(../image/rt.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -12px;
}

.mode2Ul li:last-child a::after {
    content: '';
    display: block;
    width: 100.4%;
    height: 12px;
    background: url(../image/rb.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.mode3top {
    font-size: 45px;
    line-height: 60px;
    color: #0560A5;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 55px;
    position: relative;
}

.mode3top::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../image/r5.png) no-repeat;
    position: absolute;
    left: calc(50% - 8px);
    bottom: -8px;
}

.mode3inUl {
    margin: 0 -15px;
    overflow: hidden;
}

.mode3inUl li a {
    display: block;
    margin: 0 15px;
}

.mode3con {
    overflow: hidden;
    position: relative;
}

.mode3con::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.mode3bottom {
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    color: #333;
    margin-top: 24px;
    text-align: center;
}

.mode3inUl li:nth-child(2n) .mode3top {
    transform: translateY(125px);
}

.mode3inUl li:nth-child(2n) .mode3bottom {
    transform: translateY(-150px);
}

.mode3inUl li:nth-child(2n) .mode3top::before {
    display: none;
}

.mode3inUl li:nth-child(2n) .mode3top::after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../image/r5.png) no-repeat;
    position: absolute;
    left: calc(50% - 8px);
    top: -8px;
}

.mode3 {
    padding-bottom: 58px;
}

.mode4 {
    padding-top: 80px;
    padding-bottom: 33px;
    /* background: #F1F2F3; */
}

.mode4-warp {
    margin: 0 -13px;
}

.mode4-warp li a {
    position: relative;
    display: block;
    float: left;
    margin: 0 13px;
    padding: 17px 12px 14px 21px;
    position: relative;
    overflow: hidden;
}

.mode4-warp li a::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 55px);
    position: absolute;
    left: 0;
    top: 0;
    background: #F1F2F3;
    z-index: 0;
    margin-top: 55px;
}

.mode4Pic {
    width: 152px;
    position: relative;
    z-index: 1;
    float: left;
    margin-right: 10px;
}

.mode4Img {
    padding-bottom: 145.4%;
}

.mode4pT {
    line-height: 21px;
    color: #333;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 12px;
}

.mode4P {
    margin-top: 73px;
}

.mode4pT::before {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: #DF8600;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mode4infors {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    position: relative;
    color: #999;
    z-index: 2;
}

.modder4 {
    overflow: hidden;
    padding: 0 44px;
}

.mode4-warp .slick-prev {
    width: 22px;
    height: 60px;
    background: #E6F2FF url(../image/l4.png) no-repeat 5px 22px;
    left: -31px;
    top: calc(50% + 30px);
}

.mode4-warp .slick-next {
    width: 22px;
    height: 60px;
    background: #E6F2FF url(../image/l4r.png) no-repeat 5px 22px;
    top: calc(50% + 30px);
    right: -31px;
}

.last {
    background: url(../image/fgb.png) no-repeat;
    background-position: bottom;
    background-size: cover;
}

.mode5 {
    padding-top: 45px;
}

.lastul li {
    margin-bottom: 24px;
}

.lastul li a {
    display: block;
    margin: 0 12px;
}

.lastul li a div {
    padding-bottom: 58.15%;
}

footer {
    background: rgba(0, 0, 0, 1);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    padding-top: 69px;
    padding-bottom: 51px;
}

.slogs {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -100px;
}

.slogan {
    font-size: 88px;
    line-height: 117px;
    font-family: 'ysbth';
    color: #AF6B00;
    text-shadow: 3px 3px 0px #ffff;
}

.mode1ul2 li a {
    display: block;
    padding: 22px 28px;
    background: #fff;
    margin: 0 12px;
}

.mode1ul2 li a p {
    line-height: 21px;
    color: #333;
    margin-bottom: 10px;
}

.mode1ul2 {
    margin-top: 46px;
}

.mode3inUl li:hover .mode3top {
    display: none;
}

.mode3inUl li:hover .mode3bottom {
    background: #fff;
    padding: 36px 13px 23px 13px;
    color: #0560A5;
    transform: translateY(0px) !important;
    min-height: 166px;
}

.mode3inUl li:hover .mode3bottom {
    position: relative;
}

.mode3inUl li:hover .mode3bottom .date {
    display: block;
}

.mode3inUl li .mode3bottom .date {
    width: 45px;
    height: 27px;
    background: url(../image/jx.png) no-repeat;
    position: absolute;
    right: 5px;
    top: 4px;
    text-align: center;
    display: none;
}

@media screen and (max-width:1301px) {
    .bannerul .slick-prev {
        margin-left: -500px;
    }
    .bannerul .slick-next,
    .bannerul .slick-dots {
        margin-right: -500px;
    }
    .mode4Pic {
        width: 90px;
    }
    .slogan {
        font-size: 66px;
        line-height: 80px;
    }
    .slogs {
        margin-left: -400px;
        margin-top: -70px;
    }
    .mode4P {
        margin-top: 53px;
    }
}

@media screen and (max-width:1101px) {
    .mode2Ul li:last-child a::before {
        width: 100%;
    }
    .mode2Ul li:last-child a::after {
        width: 100%;
    }
    .bannerul .slick-prev {
        margin-left: -450px;
    }
    .bannerul .slick-next,
    .bannerul .slick-dots {
        margin-right: -450px;
    }
    .slogan {
        font-size: 50px;
        line-height: 56px;
    }
    .slogs {
        margin-left: -370px;
        margin-top: -50px;
    }
}

@media screen and (max-width:996px) {
    .mode1p p {
        width: 54%;
    }
    .slogan {
        font-size: 40px;
        line-height: 48px;
    }
    .slogs {
        margin-left: -270px;
        margin-top: -50px;
    }
    .bannerul .slick-prev {
        left: 0;
        margin-left: 30px;
    }
    .bannerul .slick-next,
    .bannerul .slick-dots {
        right: 0;
        margin-right: 30px;
    }
    .bannerul .slick-dots {
        bottom: 33px;
    }
    .bannerp p {
        bottom: 33px;
        font-size: 22px;
    }
    .bannerul li::after {
        height: 97px;
    }
    .mode1 {
        padding: 20px 0 20px 0;
    }
}

@media screen and (max-width:767px) {
    .mode1ul2 li {
        margin-bottom: 24px;
    }
    .mode1ul2 {
        margin-top: 24px;
    }
    .mode2Ul li:last-child a::before,
    .mode2Ul li:first-child a::before {
        display: none;
    }
    .mode2Ul li:last-child a::after,
    .mode2Ul li:first-child a::after {
        display: none;
    }
    .bannerp p {
        bottom: 20px;
        font-size: 16px;
        width: 50%;
        margin-left: 30px;
    }
    .bannerul .slick-dots {
        bottom: 25px;
        margin-right: 30px;
    }
    .bannerul .slick-dots .line1 {
        width: 46px;
    }
    .bannerul .slick-dots .line2 {
        width: 25px;
    }
    .bannerul .slick-dots li span,
    .bannerul .slick-dots li i {
        font-size: 16px;
    }
    .modeTit {
        width: 330px;
    }
    .mode2Ul li {
        margin-bottom: 20px;
    }
    .mode4Pic {
        width: 80px;
        float: left;
    }
    .bannerul li::after {
        height: 66px;
    }
    .slogan {
        font-size: 26px;
        line-height: 32px;
    }
    .slogs {
        margin-left: -149px;
        margin-top: -29px;
    }
}

@media screen and (max-width:479px) {
    .mode4 {
        padding-top: 29px;
        padding-bottom: 20px;
        /* background: #F1F2F3; */
    }
    .Tit {
        margin-bottom: 17px;
    }
    .mode2 {
        padding-bottom: 10px;
    }
    .modeTit::before {
        left: -19px;
        top: calc(50% - 18px);
    }
    .modeTit::after {
        right: -20px;
        top: calc(50% - 17px);
    }
    .mode2Ul li a {
        padding-top: 25px;
    }
    .slogan {
        font-size: 19px;
        line-height: 25px;
    }
    .slogs {
        margin-left: -96px;
        margin-top: -23px;
    }
    .bannerul .slick-prev,
    .bannerul .slick-next {
        transform: scale(.5);
    }
    .bannerul .slick-prev {
        margin-left: 10px;
    }
    .bannerul .slick-next {
        margin-right: 10px;
    }
    .bannerp p {
        bottom: 0;
        margin-left: 10px;
    }
    .bannerul .slick-dots {
        bottom: 5px;
        margin-right: 10px;
    }
    .bannerul .slick-dots {
        width: 129px;
    }
    .bannerul li::after {
        height: 40px;
    }
    .modeTit .modeNew {
        font-size: 20px;
        line-height: 22px;
    }
    .modeTit {
        width: 264px;
    }
    .mode1p {
        padding: 15px;
    }
    .mode1ul li {
        margin-bottom: 15px;
    }
    .mode3top {
        font-size: 24px;
    }
    .mode3inUl li:nth-child(2n) .mode3top {
        transform: translateY(125px);
        padding-top: 25px;
    }
    .mode3inUl li:nth-child(2n) .mode3bottom {
        transform: translateY(-101px);
    }
}