    .banner{overflow:hidden;height:100vh;}
  .banner a {
            position: relative;
            display: block;
        }
        
        .banner a img {
            display: block;
            width: 100%;
height:100vh;}
        
        .banner a:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: url(/images/head-tc.png) no-repeat center center;
            background-size: cover;
        }
        
        .banner a p {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 40px;
            padding-left: 120px;
            padding-right: 290px;
            font-size: 36px;
            color: #fff;
            z-index: 999;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .banner .slick-dots {
            width: auto;
            bottom: 34px;
            right: 100px;
        }
        
        .banner .slick-dots li {
            width: 29px;
            height: 29px;
            background: url(/images/slick.png) no-repeat center bottom;
            margin: 0 7px;
        }
        
        .banner .slick-dots li.slick-active {
            background: url(/images/slick-active.png) no-repeat center bottom;
        }
        
        .section1 {
            padding-top: 55px;
            overflow: hidden;
        }
        
        .sect1-l {
            float: left;
            width: 32%;
            padding-top: 20px;
        }
        
        .sect1-m {
            float: right;
            width: 65%;
            margin-left: 3%;
        }
        
        .sect1-r {
            float: left;
            width: 23%;
            margin-left: 3%;
        }
        
        .title h2 {
            text-align: center;
        }
        
        .title h2 p {
            font-size: 30px;
            color: #050c15;
            font-weight: normal;
            line-height: 30px;
            padding-bottom: 8px;
        }
        
        .title h2 span {
            display: block;
            font-size: 16px;
            color: #999fa9;
            font-weight: normal;
            line-height: 16px;
            margin-bottom: 25px;
        }
        
        .pic-l {
            overflow: hidden;
        }
        
        .pic-l img {
            display: block;
            width: 100%;
            transition: all .3s;
        }
        
        .pic-l:hover img {
            transform: scale(1.2);
        }
        
        .sect1-l>ul>li {
            position: relative;
            padding-left: 15px;
            line-height: 22px;
            padding-top: 18px;
            padding-bottom: 27px;
            border-bottom: 1px dashed #cad4ea;
            background: url(/images/list.png) no-repeat left 30px;
            height: 44px;
        }
        
        .sect1-l>ul>li a {
            font-size: 18px;
            color: #222;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .sect1-l>ul>li:hover a {
            color: #4c7da8;
        }
        
        .sect1-l>ul>li p {
            position: absolute;
            right: 0;
            bottom: -10px;
            display: inline-block;
            background-color: #fff;
            padding-left: 20px;
            font-size: 13px;
            color: #618ccb;
        }
        
        .more {
            text-align: center;
            padding-top: 30px;
        }
        
        .more a {
            display: inline-block;
            width: 57px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            border: 1px solid #4c7da8;
            font-size: 16px;
            color: #4c7da8;
        }
        
        .sect1-m {
            padding-bottom: 115px;
            border-left: 1px solid #dbe4ef;
            border-right: 1px solid #dbe4ef;
        }
        
        .sect1-m a {
            display: block;
        }
        
        .sect1-m .slick-prev {
            top: auto;
            bottom: 70px;
            left: 55px;
            transform: none;
            width: 59px;
            height: 10px;
            background: url(/images/left.png) no-repeat center center;
            z-index: 998;
        }
        
        .sect1-m .slick-next {
            top: auto;
            bottom: 70px;
            right: 55px;
            transform: none;
            width: 59px;
            height: 10px;
            background: url(/images/right.png) no-repeat center center;
            z-index: 998;
        }
        
        .sect1-m .slick-dots {
            width: auto;
            left: 50%;
            bottom: 70px;
            transform: translateX(-50%);
        }
        
        .sect1-m .slick-dots li {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #9d9d9d;
        }
        
        .sect1-m .slick-dots li.slick-active {
            background-color: #00356b;
        }
        
        .pic-m img {
            display: block;
            width: 100%;
        }
        
        .sect1-m a span {
            display: block;
            text-align: center;
            padding-top: 25px;
            font-size: 14px;
            color: #004fb8;
            line-height: 14px;
            padding-bottom: 20px;
        }
        
        .sect1-m a h2 {
            padding-left: 30px;
            padding-right: 45px;
            font-size: 20px;
            color: #000;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 20px;
        }
        
        .sect1-m a h2:hover {
            color: #0b4874;
        }
        
        .sect1-m a p {
            padding-left: 30px;
            padding-right: 45px;
            font-size: 15px;
            color: #748498;
            line-height: 26px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
        }
        
        .sect1-r {
            padding-top: 20px;
        }
        
        .sect1-r>ul>li {
            padding-top: 13px;
            padding-bottom: 22px;
            border-bottom: 1px dashed #d2daed;
        }
        
        .sect1-r>ul>li:first-child {
            padding-top: 0;
        }
        
        .sect1-r>ul>li>a {
            display: block;
            overflow: hidden;
        }
        
        .sect1-r>ul>li>a .date1 {
            float: left;
            width: 44px;
            height: 54px;
            background-color: #accbf5;
            border-radius: 5px;
            text-align: center;
            padding-left: 1px;
            padding-right: 1px;
            padding-top: 1px;
        }
        
        .date1 p {
            line-height: 32px;
            background-color: #fff;
            font-size: 24px;
            color: #0053bf;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }
        
        .date1 span {
            font-size: 16px;
            color: #0053bf;
        }
        
        .text1 {
            overflow: hidden;
            padding-left: 13px;
        }
        
        .text1 p {
            line-height: 24px;
            font-size: 18px;
            color: #222;
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .sect1-r>ul>li:hover .text1 p {
            color: #0b4573;
        }
        
        .sect1-r .more {
            padding-top: 30px;
        }
        
        .more:hover a {
            background-color: #065598;
            color: #fff;
        }
        
        .sect2 {
            padding-top: 18px;
        }
        
        .sect2 a {
            display: block;
        }
        
        .sect2 a img {
            display: block;
            width: 100%;
        }
        
        .sect2 .slick-dots {
            bottom: 16px;
            width: auto;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .sect2 .slick-dots li {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #fff;
            margin: 0 12px;
        }
        
        .sect2 .slick-dots li.slick-active {
            background-color: #fff;
        }
        
        .section3 {
            margin-top: 28px;
            background: url(/images/sect3-bg.jpg) no-repeat center top;
            padding-bottom: 45px;
        }
        
        .sect3 {
            position: relative;
        }
        
        .sect3 .title {
            position: absolute;
            left: 0;
            top: 55px
        }
        
        .sect3 .title h2 {
            font-size: 30px;
            color: #fff;
            font-weight: normal;
            text-align: left;
        }
        
        .sect3 .title p {
            font-size: 14px;
            color: #fff;
        }
        
        .sect3-pic {
            padding-top: 160px;
            padding-bottom: 2px;
            overflow: hidden;
        }
        
        .sect3-pic .slick-prev {
            right: 100px;
            left: auto;
            top: -90px;
            background: url(/images/sect3-left.png) no-repeat center center;
            width: 56px;
            height: 56px;
            border-left: 3px solid #fdb201;
            border-bottom: 3px solid #fdb201;
            z-index: 100;
        }
        
        .sect3-pic .slick-next {
            right: 15px;
            left: auto;
            top: -90px;
            background: url(/images/sect3-r.png) no-repeat center center;
            width: 56px;
            height: 56px;
            z-index: 100;
        }
        
        .sect3-pic ul {
            margin-left: -16px;
            margin-right: -16px;
        }
        
        .sect3-pic ul li {
            position: relative;
            margin: 0 16px;
        }
        
        .sect3-pic ul li:hover {
            box-shadow: 0 0 5px #ede3e3;
        }
        
        .sect3-pic ul li a {
            display: block;
        }
        
        .sect3-pic ul li a img {
            display: block;
            width: 100%;
        }
        
        .sect3-pic .slick-list {
            overflow: visible;
        }
        
  .pic3 {
            display: block;
            overflow: hidden;
           
position: relative;
    padding-top: 66.7%;

        }
        
        .pic3 img {
            display: block;
            width: 100%;
            transition: all .3s;
position: absolute;
    left: 50%;
    top: 50%;
transform: translateX(-50%) translateY(-50%);
}
        
        .date3 {
            position: absolute;
            right: 0;
            top: -13px;
            width: 85px;
            height: 85px;
            background-color: #fff;
            text-align: center;
        }
        
        .date3:hover {
            background-color: #054b86;
        }
        
        .date3 p {
            font-size: 30px;
            color: #155690;
            margin-top: 10px;
        }
        
        .date3 span {
            font-size: 12px;
            color: #155690;
        }
        
        .date3:hover p {
            color: #fff;
        }
        
        .date3:hover span {
            color: #fff;
        }
        
        .text3 {
            position: relative;
            padding: 0 25px 25px 25px;
            background-color: #fff;
            height: 190px;
        }
        
        .text3:after {
            content: '';
            position: absolute;
            bottom: 25px;
            right: 30px;
            width: 20px;
            height: 10px;
            background: url(/images/jt.png) no-repeat center center;
        }
        
        .text3 h2 {
            padding-top: 20px;
            margin-bottom: 20px;
            font-size: 20px;
            color: #2c3447;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .text3 h2:hover {
            color: #155690;
        }
        
        .text3 p {
            font-size: 14px;
            line-height: 26px;
            color: #b2b5ba;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
        }
        
        .text3 span {
            font-size: 12px;
            color: #054a83;
        }
        
        .sect3 .more {
            padding-top: 50px;
        }
        
        .section4 {
            background: url(/images/sect3.jpg) no-repeat center top;
background-size: cover;
 padding-top:30px;

        }
        
        .sect4-top {
            padding-top: 70px;
            padding-bottom: 120px;
        }
        
        .pic4-l {
            position: relative;
            overflow: hidden;
        }
        
        .pic4-l img {
            display: block;
            width: 100%;
            transition: all .3s;
        }
        
        .pic4-l:hover img {
            transform: scale(1.1);
        }
        
        .pic4-l p {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 15px;
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            text-align: center;
        }
        
        .text4 {
            text-align: center;
        }
        
        .child1 .pic4-l {
            border-top: 5px solid #065598;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
        
        .text4>p {
            display: inline-block;
            line-height: 50px;
            font-size: 18px;
            color: #333;
            background-position: 0 100%;
            background-size: 100% 1px;
            background-repeat: no-repeat;
            transition: background-size .3s;
        }
        
        .child1 .text4 p {
            background-image: linear-gradient(#065597, #065597);
        }
        
        .child2 .text4 p {
            background-image: linear-gradient(#d6972e, #d6972e);
        }
        
        .child2 .pic4-l {
            border-top: 5px solid #d6972e;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
        
        .child2 .more a {
            border: 1px solid #d6972d;
            color: #d6972d;
        }
        
        .child2 .more:hover a {
            background-color: #fff;
        }
        
        .sect4-top>ul>li {
            float: left;
            width: 48%;
            margin-left: 4%;
        }
        
        .sect4-top>ul>li:first-child {
            margin-left: 0;
        }
        
        .sect4-top .more {
            padding-top: 30px;
        }
        
        .sect4-down {
            padding-bottom: 120px;
        }
        
        .sect4-down .title h2 p {
            position: relative;
            display: inline-block;
        }
        
        .sect4-down .title h2 p::before {
            content: '';
            position: absolute;
            left: -200px;
            top: 15px;
            width: 180px;
            height: 1px;
            background-color: #d5d6da;
        }
        
        .sect4-down .title h2 p::after {
            content: '';
            position: absolute;
            top: 15px;
            right: -200px;
            width: 180px;
            height: 1px;
            background-color: #d5d6da;
        }
        
        .sect4-down>p {
            width: 660px;
            margin: 0 auto;
            line-height: 24px;
            color: #909398;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
        }
        
        .sect4-pic {
            padding-top: 40px;
        }
        
        .sect4-pic ul li {
            margin: 0 52px;
            text-align: center;
        }
        
        .sect4-pic ul li a {
            display: block;
            width: 170px;
            height: 170px;
            line-height: 170px;
            border: 1px dashed #ce3e3d;
            border-radius: 50%;
            text-align: center;
            margin: 0 auto;
        }
        
        .sect4-pic .slick-slide img {
            display: inline-block;
            vertical-align: middle;
        }
        
        .sect4-pic ul li p {
            margin-top: 15px;
            font-size: 18px;
            color: #363e51;
        }
        
        .sect4-pic ul li p em {
            font-size: 18px;
            font-weight: bold;
            color: #ce3431;
        }
        
        .section5 {
            background: url(/images/sect4.jpg) no-repeat center top;
        }
        
        .sect5 .title {
            overflow: hidden;
            padding-top: 55px;
            padding-bottom: 55px;
        }
        
        .sect5 .title h2 {
            float: left;
            border-left: 7px solid #ff9d14;
            padding-left: 20px;
            font-size: 30px;
            color: #fff;
            font-weight: normal;
        }
        
        .sect5 .title h2 p {
            font-size: 14px;
            color: #fff;
            text-align: left;
        }
        
        .sect5 .title a {
            display: block;
            float: right;
            border: 1px solid #93afc4;
            width: 58px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            font-size: 14px;
            color: #93afc4;
            margin-top: 10px;
        }
        
        .sect5-pic {
            overflow: hidden;
            padding-top: 80px;
        }
        
        .sect5-pic ul {
            margin-left: -23px;
            margin-right: -23px;
        }
        
        .sect5-pic ul li {
            margin: 0 23px;
            background-color: #fffcf5;
            padding: 45px 30px 35px 30px;
            box-sizing: border-box;
            border-radius: 5px;
        }
        
        .sect5-pic ul li a {
            position: relative;
            display: block;
        }
        
        .sect5-pic ul li a h2 {
            font-size: 30px;
            color: #2c3749;
            font-weight: normal;
        }
        
        .sect5-pic ul li a span {
            display: block;
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 18px;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .sect5-pic ul li a p {
            line-height: 30px;
            font-size: 16px;
            color: #9aa0ae;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            line-clamp: 4;
            -webkit-box-orient: vertical;
           height: 120px;
        }
        
        .sect5-pic ul li a .pic5 {
            position: absolute;
            right: 40px;
            top: -100px;
            width: 120px;
            height: 120px;
                       overflow: hidden;
        }
        
        .sect5-pic ul li a:hover p {
            color: #054a85;
        }
        
        .sect5-pic ul li a .pic5 img {
            display: block;
            width: 100%;
   height: 100%;

 border-radius: 50%;

        }
        
        .sect5-pic .slick-list {
            overflow: visible;
        }
        
        .yard {
            overflow: hidden;
        }
        
        .yard ul li a {
            position: relative;
            display: block;
            overflow: hidden;
        }
        
        .yard ul li a:hover img {
            transform: scale(1.2);
        }
        
        .yard ul li a::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: url(/images/lb.png)no-repeat center center;
            background-size: cover;
            transition: all .3s;
        }
        
        .yard ul li a img {
            display: block;
            width: 100%;
            transition: all .3s;
        }
        
        .yard ul li a p {
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
            padding-left: 36px;
        }
        
        .yard ul li a p span {
            font-size: 18px;
            color: #fff;
        }
        
        .yard ul li a p em {
            display: inline-block;
            width: 60px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
            color: #fff;
            background: rgba(114, 100, 35, .7);
            margin-left: 15px;
            border-radius: 3px;
        }
        
        .yard-l {
            float: left;
            width: 63%; background-color: rgb(0, 0, 0);
        }

        .yard-l li { height:600px;}

       .yard-l .video {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

        
        .yard-l img {
            display: block;
            width: 100%; 
        }
        
        .yard-r {
            float: right;
            width: 35%;
        }
        
        .yard-r img {
            display: block;
            width: 100%;
        height: 285px;
        }
        
        .yard-r ul li {
            margin-top: 26px;
        }
        
        .yard-r ul li:first-child {
            margin-top: 0;
        }
        
        #link {
            background-image: linear-gradient(to bottom, #f3f7fa, #aabed7);
            background-color: #aabed7;
            margin-top: -250px;
            padding-top: 310px;
            padding-bottom: 40px;
        }
        
        .link {
            border-top: 1px solid #a3bdd4;
            border-bottom: 1px solid #a3bdd4;
            padding-top: 22px;
            padding-bottom: 20px;
            text-align: center;
        }
        
        .link span {
            font-size: 20px;
            color: #333;
            vertical-align: middle;
        }
        
        .link-box a {
            display: inline-block;
            line-height: 16px;
            font-size: 16px;
            color: #333;
            padding-left: 32px;
            padding-right: 35px;
            border-left: 2px solid #7896b8;
            vertical-align: middle;
        }
        
        .link-box {
            display: inline-block;
        }
        
        .link-box a:first-child {
            border-left: none;
            padding-left: 24px;
        }
        

.kl{ width:74%; float:left;}



        @media screen and (max-width: 1420px) {
            .section1,
            .section3,
            .section4,
            .section5 {
                padding-left: 10px;
                padding-right: 10px;
            }

            .more {
                padding-top: 35px;
                margin-bottom: 10px;
            }
            .sect1-m {
                border: none;
            }
            .link-box a {
                padding-left: 20px;
                padding-right: 25px;
            }
            .yard-r img {
                height: auto;
            }
        }

        @media screen and (max-width: 1279px) {
            .sect1-l,
            .sect1-m,
            .sect1-r {
                float: none;
                width: auto;
                padding-left: 30px;
                padding-right: 30px;}

        .banner a img {
height:100%;}


.kl{ width:100%; float:none;}
   .yard-l li { height:auto;}

            }


        
        @media screen and (max-width: 1024px) {
            .sect4-top {
                padding-bottom: 60px;
            }
            .sect4-down {
                padding-bottom: 20px;
            }
            .sect5 .title {
                padding-top: 30px;
                padding-bottom: 30px;
            }
            .sect5-pic {
                padding-top: 58px;
            }
            .banner a p {
                font-size: 20px;
            }

  .banner{height:100%; margin-bottom:20px;}

#link{margin-top:0; 
     padding-top:40px; 
     padding-bottom: 40px;
}

        }
        
        @media screen and (max-width: 768px) {

#link {
    margin-top: -123px;
    padding-top: 170px;}
            .banner .slick-dots li {
                background-size: 20px auto;
            }
            .banner .slick-dots li.slick-active {
                background-size: 20px auto;
            }
            .banner .slick-dots li {
                width: 20px;
                height: 20px;
            }
            .banner .slick-dots {
                right: 0;
                bottom: 10px;
            }
            .banner a p {
                bottom: 10px;
                padding-left: 10px;
                padding-right: 130px;
                font-size: 14px;
            }
            .section1 {
                padding-top: 0;
            }
            .title h2 p {
                font-size: 22px;
                line-height: 22px;
            }
            .sect1-l,
            .sect1-m,
            .sect1-r {
                padding-left: 10px;
                padding-right: 10px;
            }
            .sect1-l>ul>li {
                padding-top: 10px;
                padding-bottom: 10px;
background: url(/images/list.png) no-repeat left 20px;

            }
            .sect1-l>ul>li a {
                font-size: 16px;
            }
            .sect1-m a p {
                padding-left: 10px;
                padding-right: 10px;
            }
            .sect1-m .slick-prev {
                bottom: 0;
            }
            .sect1-m .slick-dots {
                bottom: 0;
            }
            .sect1-m .slick-next {
                bottom: 0;
            }
            .sect1-m {
                padding-bottom: 30px;
            }
            .text1 p {
                font-size: 16px;
            }
            .sect2 .slick-dots li {
                width: 8px;
                height: 8px;
            }
            .sect2 .slick-dots {
                bottom: 5px;
            }
            .sect4-top>ul>li {
                float: none;
                width: auto;
margin-left:0
            }
            .sect4-down>p {
                width: 300px;
            }
            .yard-l {
                float: none;
                width: auto;
                margin-bottom: 10px;
            }
            .yard-r {
                float: none;
                width: auto;
            }
            .yard-r ul li {
                float: left;
                width: 48%;
                margin-top: 0;
                margin-left: 4%;
            }
            .yard-r ul li:first-child {
                margin-left: 0;
            }
            .yard ul li a p {
                padding-left: 0;
                bottom: 5px;
            }
            .yard ul li a p span {
                font-size: 14px;
            }
            .sect4-down .title h2 p::before {
                display: none;
            }
            .sect4-down .title h2 p::after {
                display: none;
            }
        }
        
        @media screen and (max-width: 414px) {
            .text4>p {
                font-size: 14px;
                line-height: 32px;
            }
#link {
    margin-top: -123px;
    padding-top: 170px;}
        }
        
        @media screen and (max-width: 375px) {
            .banner .slick-dots li {
                margin: 0 3px;
            }
            .link-box a {
                border: none;
            }
        }