﻿@charset "utf-8";
.banner{ width:100%; height: 100vh; overflow:hidden; position:relative; }
.banner .pic{ width:100%; height: 100%;}
.banner .pic img{ width:100%;  height: 100%; object-fit: cover;}
.banner .pic .img1{ display:block}
.banner .pic .img2{ display:none}
.banner .item{position: absolute;left: 0; width: 100%; bottom: 20%; color: #ffffff; z-index: 3; font-family: "宋体"; }
.banner .item .title{ font-size: 48px; line-height: 1.4; }
.banner .item .intro{ font-size: 24px; line-height: 1.4; margin-top: 10px;}
.banner .line{ position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%;}
.banner .line .p1{ text-align: center; font-size: 16px; font-weight: 100; color: #fff;}
.banner .line .p2{ width: 2px; height: 38px; margin: 0 auto;margin-top: 10px; position: relative; overflow: hidden;}
.banner .line .p2::after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #d9d8d6; animation: heightLoop 2s ease-in-out infinite; }
@keyframes heightLoop {    
    0% { top: -100%; }

    50% { top: 100%; }

    100% { top: 200%; }
}
@media (max-width: 1600px){
    .banner .item .title{ font-size: 36px; }
    .banner .item .intro{ font-size: 20px; }
    .banner .line .p1{ font-size: 14px; }
    .banner .line .p2{ height: 30px; margin-top: 10px; }
}
@media (max-width: 1200px){
    .banner{ height: auto;}
	.banner .item .title{ font-size: 28px; }
    .banner .item .intro{ font-size: 16px; margin-top: 5px; }
    .banner .line .p1{ font-size: 12px; }
    .banner .line .p2{ height: 24px; margin-top: 5px; }
}
@media (max-width: 750px){
    .banner{ height: 40vh;}
	.banner .pic .img2{ display:block}
	.banner .pic .img1{ display:none}
    .banner .item{ bottom: 50px;}
	.banner .item .title{ font-size: 20px; }
    .banner .item .intro{ font-size: 14px; }
    .banner .line .p2{ height: 18px;}
    
}




/* 分页 */
.page {  line-height:24px; text-align:center; }
.page select{ display:none}
.page a { display:inline-block; margin:0 2px; padding:12px 16px; border:1px solid #e3e6ea; background:#e3e6ea; color:#333; vertical-align:top; font-size:18px ; min-width:16px; border-radius:5px}
.page a:hover,.page .current { border:1px solid #000000; background:#000000; color:#fff; }
@media all and (max-width:1600px){
	.page a {  padding:8px 12px; font-size:16px }
}
@media all and (max-width:1200px){
	.page a {  padding:6px 10px; font-size:14px }
}
@media all and (max-width:750px){
	.page a{ margin:3px 0}
    .page a {  padding:3px 6px; font-size:12px }
}


.container{ background: #070c30; padding: 1px 0 0 0;}
.cyljs{ padding: 130px 0;}
.cyljs01 ul{ display: flex; flex-wrap: wrap;}
.cyljs01 ul li{ width: 23.5%; margin-right: 2%;}
.cyljs01 ul li:nth-child(4n){ margin-right: 0;}
.cyljs01 ul li a{ display: block; width: 100%; box-sizing: border-box; border:1px solid rgba(255,255,255,0); border-radius: 0; height: 54px; display: flex; align-items: center; background: url(aa2.png) right center no-repeat; background-size: 16px; border-bottom:1px solid rgba(255,255,255,0.4) ; font-size: 16px; color: #fff; transition: all 0.5s;}
.cyljs01 ul li:hover a,.cyljs01 ul li.on a{ border: 1px solid #fff; border-radius: 5px; background: none; text-align: center; justify-content: center;}
@media all and (max-width:1600px){
    .cyljs{ padding: 100px 0;}
    .cyljs01 ul li a{ height: 48px; background-size: 14px; font-size: 15px; }
}
@media all and (max-width:1200px){
    .cyljs{ padding: 60px 0;}
    .cyljs01 ul li{ width: 48.5%; margin-right: 3%; margin-top: 20px;}
    .cyljs01 ul li:nth-child(4n){ margin-right: 3%;}
    .cyljs01 ul li:nth-child(2n){ margin-right: 0;}
    .cyljs01 ul li a{ height: 40px; background-size: 12px; font-size: 14px; }
}
@media all and (max-width:750px){
    .cyljs{ padding: 40px 0;}
    .cyljs01 ul li{ width: 100%; margin-right: 0%; margin-top: 20px;}
    .cyljs01 ul li:nth-child(4n){ margin-right: 0%;}
    .cyljs01 ul li:nth-child(2n){ margin-right: 0;}
}

.cyljs02{ margin-top: 100px; display: flex; align-items: flex-start; justify-content: space-between;}
.cyljs02 .ihd{ max-width: 510px;}
.cyljs02 .ihd .title{ font-size: 48px; color: #f0cea3; font-weight: 100; line-height: 1; padding-left: 50px; background: url(aa5.jpg) left center no-repeat; background-size: 27px;}
.cyljs02 .ihd .intro{ font-size: 16px; color: #fff; line-height: 2; margin-top: 25px;}
.cyljs02 .ibd{ display: flex; align-items: flex-start; justify-content: space-between; width: 900px; padding-left: 55px; background: url(aa3.png) bottom left no-repeat; background-size: auto 14px;}
.cyljs02 .ibd .item{ width: calc(437 / 900 * 100%); overflow: hidden;}
.cyljs02 .ibd .item img{ width:100%; transform: scale(1); transition: all .5s;}
.cyljs02 .ibd .item:hover img{ transform: scale(1.1);}
.cyljs03{ margin-top: 25px; flex-direction: row-reverse; align-items: flex-end;}
.cyljs03 .ibd{ padding-left: 0; padding-right: 55px; background: url(aa3.png) bottom right no-repeat; background-size: auto 14px;}
@media all and (max-width:1600px){
    .cyljs02{ margin-top: 80px;}
    .cyljs02 .ihd{ max-width: 420px;}
    .cyljs02 .ihd .title{ font-size: 36px; padding-left: 40px; background-size: 20px;}
    .cyljs02 .ihd .intro{ font-size: 14px; margin-top: 20px;}
    .cyljs02 .ibd{ width: 675px; padding-left: 45px; background-size: auto 12px;}
    .cyljs03{ margin-top: 25px; }
    .cyljs03 .ibd{ padding-left: 0; padding-right: 45px; background-size: auto 12px;}
}
@media all and (max-width:1200px){
    .cyljs02{ margin-top: 60px;}
    .cyljs02 .ihd{ max-width: 38%;}
    .cyljs02 .ihd .title{ font-size: 28px; padding-left: 36px; background-size: 18px;}
    .cyljs02 .ihd .intro{ font-size: 12px; margin-top: 20px;}
    .cyljs02 .ibd{ width: 53%; padding-left: 32px; background-size: auto 10px;}
    .cyljs03{ margin-top: 20px; }
    .cyljs03 .ibd{ padding-left: 0; padding-right: 32px; background-size: auto 10px;}
}
@media all and (max-width:750px){
    .cyljs02{ margin-top: 40px; flex-wrap: wrap;}
    .cyljs02 .ihd{ max-width: 100%; width: 100%;}
    .cyljs02 .ihd .title{ font-size: 20px; padding-left: 30px; background-size: 16px;}
    .cyljs02 .ihd .intro{ font-size: 12px; margin-top: 15px;}
    .cyljs02 .ibd{ width: 100%; padding-left: 32px; background-size: auto 10px; margin-top: 20px;}
    .cyljs03{ margin-top: 30px; }
    .cyljs03 .ibd{ padding-left: 0; padding-right: 32px; background-size: auto 10px;}
}

.cyljs04{ margin-top: 120px;}
.cyljs04 .ihd{ border-top: 1px solid #ddd9d6; border-bottom: 1px solid #ddd9d6; padding: 35px 0; background: url(aa7.png) right center no-repeat; background-size: auto 21px;}
.cyljs04 .ihd .title{ background: url(aa5.jpg) 0 0 no-repeat; background-size: 27px; padding-top: 25px; font-size: 48px; color: #f0cea3; font-weight: 100; line-height: 1;}
.cyljs04 .ihd .intro{ width: 735px; font-size: 16px; color: #fff; line-height: 2; margin-top: 25px;}
@media all and (max-width:1600px){
    .cyljs04{ margin-top: 100px;}
    .cyljs04 .ihd{ padding: 30px 0; background-size: auto 18px;}
    .cyljs04 .ihd .title{ background-size: 20px; padding-top: 20px; font-size: 36px}
    .cyljs04 .ihd .intro{ width: 40%; font-size: 14px; margin-top: 20px;}
}
@media all and (max-width:1200px){
    .cyljs04{ margin-top: 80px;}
    .cyljs04 .ihd{ padding: 25px 0; background-size: auto 16px;}
    .cyljs04 .ihd .title{ background-size: 18px; padding-top: 20px; font-size: 28px}
    .cyljs04 .ihd .intro{ width: 70%; margin-top: 16px;}
}
@media all and (max-width:750px){
    .cyljs04{ margin-top: 60px;}
    .cyljs04 .ihd{ padding: 25px 0; background-size: auto 14px; background-position: 100% 46px;}
    .cyljs04 .ihd .title{ background-size: 16px; padding-top: 16px; font-size: 20px}
    .cyljs04 .ihd .intro{ width: 100%; margin-top: 15px;font-size: 12px;}
}

.cyljs05{ margin-top: 120px;}
.cyljs05 .ihd .title{ background: url(aa5.jpg) top center no-repeat; background-size: 27px; padding-top: 25px; font-size: 48px; color: #f0cea3; font-weight: 100; line-height: 1; text-align: center;}
.cyljs05 .ibd{ margin-top: 45px;}
.cyljs05 .ibd .swiper05{ width: 100%; overflow: hidden;}
.cyljs05 .ibd .swiper05 .swiper-slide{ width: calc(504 / 1600 * 100%); margin-right: calc(44 / 1600 * 100%);}
.cyljs05 .ibd .swiper05 .swiper-slide:last-child{ margin-right: 0;}
.cyljs05 .ibd .swiper05 .swiper-slide .pic{ width: 100%; border-radius: 50px 0 0 0; overflow: hidden;}
.cyljs05 .ibd .swiper05 .swiper-slide .pic img{ width: 100%; transform: scale(1); transition: all 0.5s;}
.cyljs05 .ibd .swiper05 .swiper-slide:hover .pic img{ transform: scale(1.1);}
.cyljs05 .ibd .swiper05 .swiper-slide .title{ width: fit-content; display: flex; align-items: center; justify-content: center; padding: 0 20px; height: 80px; box-sizing: border-box; border-radius: 40px; border:1px solid #fff; color: #fff; margin: 0 auto; margin-top: 40px;}
.cyljs05 .ibd .swiper05 .swiper-slide .title .i img{ display: block; height: 26px;}
.cyljs05 .ibd .swiper05 .swiper-slide .title .t{ font-size: 20px; margin-left: 10px;}
@media all and (max-width:1600px){
    .cyljs05{ margin-top: 100px;}
    .cyljs05 .ihd .title{ background-size: 20px; padding-top: 20px; font-size: 36px; }
    .cyljs05 .ibd{ margin-top: 35px;}
    .cyljs05 .ibd .swiper05 .swiper-slide .pic{ border-radius: 40px 0 0 0; }
    .cyljs05 .ibd .swiper05 .swiper-slide .title{ padding: 0 16px; height: 70px; margin-top: 30px;}
    .cyljs05 .ibd .swiper05 .swiper-slide .title .i img{ height: 20px;}
    .cyljs05 .ibd .swiper05 .swiper-slide .title .t{ font-size: 16px; margin-left: 10px;}
}
@media all and (max-width:1200px){
    .cyljs05{ margin-top: 80px;}
    .cyljs05 .ihd .title{ background-size: 18px; padding-top: 20px; font-size: 28px; }
    .cyljs05 .ibd{ margin-top: 30px;}
    .cyljs05 .ibd .swiper05 .swiper-slide{ width: 48.5%; margin-right: 3%;}
    .cyljs05 .ibd .swiper05 .swiper-slide .pic{ border-radius: 40px 0 0 0; }
    .cyljs05 .ibd .swiper05 .swiper-slide .title{ padding: 0 15px; height: 60px; margin-top: 20px;}
    .cyljs05 .ibd .swiper05 .swiper-slide .title .i img{ height: 16px;}
    .cyljs05 .ibd .swiper05 .swiper-slide .title .t{ font-size: 14px; margin-left: 8px;}
}
@media all and (max-width:750px){
    .cyljs05{ margin-top: 60px;}
    .cyljs05 .ihd .title{ background-size: 16px; padding-top: 16px; font-size: 20px; }
    .cyljs05 .ibd{ margin-top: 20px;}
    .cyljs05 .ibd .swiper05 .swiper-slide{ width: 100%; margin-right: 3%;}
    .cyljs05 .ibd .swiper05 .swiper-slide .pic{ border-radius: 35px 0 0 0; }
}


.iihd .title{font-size: 48px; color: #f0cea3; font-weight: 100; line-height: 1; padding-left: 50px; background: url(aa5.jpg) left center no-repeat; background-size: 27px; width: fit-content; margin: 0 auto;}
@media all and (max-width:1600px){
    .iihd .title{ font-size: 36px; padding-left: 40px; background-size: 20px;}
}
@media all and (max-width:1200px){
    .iihd .title{ font-size: 28px; padding-left: 36px; background-size: 18px;}
}
@media all and (max-width:750px){
    .iihd .title{ font-size: 20px; padding-left: 30px; background-size: 16px;}
}
.contact{ padding: 150px 0;}
.contact01 .ibd{ margin-top: 50px; display: flex; flex-wrap: wrap; width: 100%;}
.contact01 .ibd .inp1{ display: block; width: calc(510 / 1560 * 100%); margin-right: calc(15 / 1560 * 100%); box-sizing: border-box; border: 1px solid #fff; padding: 0 30px; font-size: 16px; color: #fff; border-radius: 10px; height: 75px;}
.contact01 .ibd .inp1::placeholder{ appearance: none; -webkit-appearance: none; opacity: 1; color: #fff;}
.contact01 .ibd .inp1:nth-child(3){ margin-right: 0;}
.contact01 .ibd .inp2{ display: block; width:100%; box-sizing: border-box; border: 1px solid #fff; font-size: 16px; color: #fff; border-radius: 10px; height: 200px; margin-top: 20px; padding: 25px 30px;}
.contact01 .ibd .inp2::placeholder{ appearance: none; -webkit-appearance: none; opacity: 1; color: #fff;}
.contact01 .line{ margin: 45px 0; text-align: center;}
.contact01 .line img{ height: 18px;}
.contact01 .btn{ width: fit-content; margin: 0 auto; position: relative; padding: 0 80px; display: flex; align-items: center; justify-content: center; height: 80px; border: 1px solid #8b8e9e; border-radius: 50px; color: #fff; font-size: 20px; color: #fff; font-weight: bold;}
.contact01 .btn .inp3{ display: block; width: 100%; height: 100%; position: absolute; left: 0; top:0; z-index: 2; cursor: pointer; }
.contact01 .btn img{ display: block; height: 26px; margin-right: 10px;}
.contact01 .btn .i{ display: flex;}
.contact01 .btn .i i{ display: block; margin-left: 15px;}
@media all and (max-width:1600px){
    .contact{ padding: 100px 0;}
    .contact01 .ibd{ margin-top: 40px;}
    .contact01 .ibd .inp1{  padding: 0 20px; font-size: 14px; height: 60px;}
    .contact01 .ibd .inp2{ font-size: 14px; height: 160px; margin-top: 20px; padding: 20px;}
    .contact01 .line{ margin: 35px 0;}
    .contact01 .line img{ height: 16px;}
    .contact01 .btn{ padding: 0 60px; height: 70px; font-size: 18px;}
    .contact01 .btn img{ height: 22px;}
    .contact01 .btn .i{ }
    .contact01 .btn .i i{ margin-left: 12px;}
}
@media all and (max-width:1200px){
    .contact{ padding: 80px 0;}
    .contact01 .ibd{ margin-top: 30px;}
    .contact01 .ibd .inp1{  padding: 0 16px; height: 50px;}
    .contact01 .ibd .inp2{ height: 120px; margin-top: 20px; padding: 16px;}
    .contact01 .line{ margin: 30px 0;}
    .contact01 .line img{ height: 14px;}
    .contact01 .btn{ padding: 0 40px; height: 60px; font-size: 16px;}
    .contact01 .btn img{ height: 20px;}
    .contact01 .btn .i i{ margin-left: 10px;}
}
@media all and (max-width:750px){
    .contact{ padding: 60px 0;}
    .contact01 .ibd{ margin-top: 0;}
    .contact01 .ibd .inp1{ width: 100%; margin-right: 0;  padding: 0 16px; height: 50px; margin-top: 20px;}
    .contact01 .ibd .inp2{ height: 120px; margin-top: 20px; padding: 16px;}
    .contact01 .line{ margin: 20px 0;}
    .contact01 .line img{ height: 12px;}
    .contact01 .btn{ padding: 0 30px; height: 60px; font-size: 14px;}
    .contact01 .btn img{ height: 16px; }
    .contact01 .btn .i i{ margin-left: 10px;}
}

.contact02{ margin-top: 150px; }
.contact02 .ibd{ display: flex; flex-wrap: wrap; width: 100%; margin-top: 50px; border-radius: 60px 60px 0 0; overflow: hidden;}
.contact02 .ibd .lt{ width: calc(820 / 1560 * 100%); background: url(aa18.jpg) center center no-repeat; background-size: cover; box-sizing: border-box; padding: 60px 50px;}
.contact02 .ibd .rt{ width: calc(740 / 1560 * 100%); }
.contact02 .ibd .rt .pic{ width: 100%; height: 100%;}
.contact02 .ibd .rt .pic a{ display: block; width: 100%; height: 100%; position: relative;}
.contact02 .ibd .rt .pic a img{ width: 100%; height: 100%; object-fit: cover;}
.contact02 .ibd .rt .pic a span{ display: flex; width: 162px; height: 48px; align-items: center; justify-content: center; position: absolute; left: 50%; transform: translateX(-50%); top: 10%; z-index: 2; background: #f0cea3; color: #fff; font-size: 16px; border-radius: 30px;}
.contact02 .ibd .lt .title{ font-size: 36px; font-weight: 100; color: #070c30; line-height: 1.4; background: url(aa11.png) right center no-repeat; background-size: auto 21px;}
.contact02 .ibd .lt .lx{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-top: 70px;}
.contact02 .ibd .lt .lx .item{ display: flex; align-items: center;}
.contact02 .ibd .lt .lx .item .ico img{ display: block; height: 72px;}
.contact02 .ibd .lt .lx .item .con{ padding-left: 20px;}
.contact02 .ibd .lt .lx .item .con .p1{ font-size: 16px; color: #94897c; line-height: 1; font-weight: 100;}
.contact02 .ibd .lt .lx .item .con .p2{ font-size: 22px; color: #94897c;  }
.contact02 .ibd .lt .lx .item2{ width: 1px; height: 30px; background: #94897c;}
.contact02 .ibd .lt .lx .item3{ margin-top: 40px;}
.contact02 .ibd .lt .ewm{ display: flex; flex-wrap: wrap; margin-top: 70px;}
.contact02 .ibd .lt .ewm .item{ width: fit-content; text-align: center; margin-right: 70px;}
.contact02 .ibd .lt .ewm .t{ font-size: 16px; color: #94897c; font-weight: 100; margin-top: 10px;}
.contact02 .ibd .lt .ewm .pic img{ width: 159px;}
@media all and (max-width:1600px){
    .contact02{ margin-top: 100px; }
    .contact02 .ibd{ margin-top: 35px; border-radius: 40px 40px 0 0;}
    .contact02 .ibd .lt{ padding: 50px 40px;}
    .contact02 .ibd .rt .pic a span{ width: 150px; height: 42px; font-size: 14px; }
    .contact02 .ibd .lt .title{ font-size: 28px; background-size: auto 18px;}
    .contact02 .ibd .lt .lx{ margin-top: 40px;}
    .contact02 .ibd .lt .lx .item .ico img{ height: 50px;}
    .contact02 .ibd .lt .lx .item .con{ padding-left: 10px;}
    .contact02 .ibd .lt .lx .item .con .p1{ font-size: 14px; }
    .contact02 .ibd .lt .lx .item .con .p2{ font-size: 18px; }
    .contact02 .ibd .lt .lx .item2{ height: 25px; }
    .contact02 .ibd .lt .lx .item3{ margin-top: 30px;}
    .contact02 .ibd .lt .ewm{ margin-top: 40px;}
    .contact02 .ibd .lt .ewm .item{ margin-right: 50px;}
    .contact02 .ibd .lt .ewm .t{ font-size: 14px;}
    .contact02 .ibd .lt .ewm .pic img{ width: 140px;}
}
@media all and (max-width:1200px){
    .contact02{ margin-top: 80px; }
    .contact02 .ibd{ margin-top: 35px; border-radius: 20px 20px 0 0;}
    .contact02 .ibd .rt{ width: 100%;}
    .contact02 .ibd .rt .pic a span{ width: 120px; height: 36px; font-size: 12px; }
    .contact02 .ibd .lt{ width: 100%; padding: 30px;}
    .contact02 .ibd .lt .title{ font-size: 24px; background-size: auto 16px;}
    .contact02 .ibd .lt .lx{ margin-top: 30px;}
}
@media all and (max-width:750px){
    .contact02{ margin-top: 60px; }
    .contact02 .ibd{ margin-top: 30px; border-radius:  16px 16px 0 0;}
    .contact02 .ibd .lt{ padding: 20px;}
    .contact02 .ibd .rt .pic a span{ width: 150px; height: 42px; font-size: 14px; }
    .contact02 .ibd .lt .title{ font-size: 20px; background-size: auto 12px;}
    .contact02 .ibd .lt .lx{ margin-top: 0;}
    .contact02 .ibd .lt .lx .item{ width: 100%; margin-top: 20px;}
    .contact02 .ibd .lt .lx .item .ico img{ height: 40px;}
    .contact02 .ibd .lt .lx .item .con{ padding-left: 10px;}
    .contact02 .ibd .lt .lx .item .con .p1{ font-size: 12px; }
    .contact02 .ibd .lt .lx .item .con .p2{ font-size: 14px; }
    .contact02 .ibd .lt .lx .item2{ display: none;}
    .contact02 .ibd .lt .lx .item3{ margin-top: 20px;}
    .contact02 .ibd .lt .ewm{ margin-top: 20px;}
    .contact02 .ibd .lt .ewm .item{ margin-right: 20px;}
    .contact02 .ibd .lt .ewm .t{ font-size: 12px;}
    .contact02 .ibd .lt .ewm .pic img{ width: 120px;}
}

.tzzgx01{ width:100%; padding:150px 0 0}
.tzzgx01 .ibd{ margin-top:65px}
.tzzgx01 .ibd .item{ width:350px; height:235px; border-radius:15px; float:left; margin-right:53px; margin-bottom:53px; position:relative; box-sizing: border-box; border: 1px solid #fff;}
.tzzgx01 .ibd .item:nth-child(4n){ margin-right:0}
.tzzgx01 .ibd .item .w{ display:flex; width:100%; box-sizing:border-box; padding:45px 30px 0;}
.tzzgx01 .ibd .item .cont{ width:calc(100% - 101px); margin-left:18px}
.tzzgx01 .ibd .item .cont .title{ font-size:22px; color:#fff;}
.tzzgx01 .ibd .item .cont .intro{  font-size:16px; color:rgba(255,255,255,0.47); margin-top:15px; text-align:justify}
.tzzgx01 .ibd .item .num{ width:75px; height:75px; border-radius:50%; background:#242948;display:flex; align-items: center; justify-content: center; font-size:32px; color:#fff; font-weight:bold}
.tzzgx01 .ibd .item:after{ content:""; display:block; width:53px; height:100%; background:url(aa19.png) center center no-repeat; position:absolute; right:-53px; top:0}
.tzzgx01 .ibd .item:nth-child(n+5){ float:right; margin-right:0; margin-left:53px}
.tzzgx01 .ibd .item:nth-child(8){ margin-right:0; margin-left:0}
.tzzgx01 .ibd .item:nth-child(n+5):after{ content:""; display:block; width:53px; height:100%; background:url(aa19.png) center center no-repeat; position:absolute; right:0; left:-53px; top:0; transform:rotate(180deg)}
.tzzgx01 .ibd .item:nth-child(4):after,.tzzgx01 .ibd .item:nth-child(8):after{ width:0}
@media (max-width: 1600px){
	.tzzgx01{ padding:100px 0 0}
	.tzzgx01 .ibd{ margin-top:50px}
	.tzzgx01 .ibd .item{ width:270px; height:185px; border-radius:12px; margin-right:40px; margin-bottom:40px; }
	.tzzgx01 .ibd .item .w{ padding:40px 15px 0;}
	.tzzgx01 .ibd .item .cont{ width:calc(100% - 70px); margin-left:10px}
	.tzzgx01 .ibd .item .cont .title{ font-size:18px; }
	.tzzgx01 .ibd .item .cont .intro{  font-size:14px; }
	.tzzgx01 .ibd .item .num{ width:60px; height:60px; font-size:24px; }
	.tzzgx01 .ibd .item:after{ width:40px; right:-40px; background-size:20px;}
	.tzzgx01 .ibd .item:nth-child(n+5){ margin-left:40px}
	.tzzgx01 .ibd .item:nth-child(8){ margin-right:0; margin-left:0}
	.tzzgx01 .ibd .item:nth-child(n+5):after{ width:40px; left:-40px;  background-size:20px; }
	.tzzgx01 .ibd .item:nth-child(4):after,.tzzgx01 .ibd .item:nth-child(8):after{ width:0}
}
@media (max-width: 1200px){
	.tzzgx01{ padding:60px 0 0 }
	.tzzgx01 .ibd{ margin-top:30px}
	.tzzgx01 .ibd .item{ width:48%; margin-right:4%; height:180px; margin-bottom:3%}
	.tzzgx01 .ibd .item:nth-child(n+5){ float:left; margin-right:4%; margin-left:0}
	.tzzgx01 .ibd .item:nth-child(2n){ margin-right:0; margin-left:0}
	.tzzgx01 .ibd .item:nth-child(8){ margin-right:0; margin-left:0}
	.tzzgx01 .ibd .item:after{ width:8.2%; background-size:16px; right:-8.2%}
	.tzzgx01 .ibd .item:nth-child(n+5):after{ width:8.2%; background-size:16px; right:-8.2%; left:auto;transform:rotate(0)}
	.tzzgx01 .ibd .item:nth-child(2n):after{ width:0}
	.tzzgx01 .ibd .item .cont{ padding:0 15px 0}
	.tzzgx01 .ibd .item .cont .title{ font-size:20px}
	.tzzgx01 .ibd .item .cont .intro{ font-size:14px}
}
@media (max-width: 750px){
	.tzzgx01{ padding:40px 0 0 }
	.tzzgx01 .ibd .item{ width:100%; margin-right:0; height:auto; margin-bottom:4%}
	.tzzgx01 .ibd .item:after{ width:0!important}
	.tzzgx01 .ibd .item .w{ padding:10px}
	.tzzgx01 .ibd .item .cont{ padding:0 15px}
	.tzzgx01 .ibd .item .cont .title{ font-size:18px}
	.tzzgx01 .ibd .item .cont .intro{ margin-top:10px}
}


.tzzgx02{ padding:150px 0 0}
.tzzgx02 .ibd{ margin-top:75px}
.sideMenu{ width:100%; box-sizing:border-box;  border-radius:50px 0 0 0; overflow: hidden; }
.sideMenu .con{display:none;}
.sideMenu .item{ padding:40px 50px; background:#ddd9d5;}
.sideMenu .item:nth-child(2n){ background:#ffffff}
.sideMenu .item:last-child{ border-bottom:0}
.sideMenu .item .title{ font-size:22px; color:#070c30; text-transform:uppercase; cursor:pointer; position:relative;  font-weight:100}
.sideMenu .item .con{ font-size:16px; color:#94897c; line-height: 2;  padding:40px 0 40px 40px}
.sideMenu .item .title em{ background:url(aa21.png) center center no-repeat; background-size:100%; display:block; width:37px; height:37px; cursor:pointer; float:right}
.sideMenu .item.on .title em{background:url(aa22.png) center center no-repeat; background-size:100%; }
.sideMenu .item.on{ background:url(aa25.jpg) center center no-repeat #dbd7d4}
.sideMenuMore{ display: flex; align-items: center; justify-content: center; background: url(aa10.png) top center no-repeat; padding-top: 50px; margin-top: 40px;}
.sideMenuMore i{ display: flex; width: fit-content; align-items: center; justify-content: center; padding: 5px 15px; font-size: 16px; color: #fff; cursor: pointer; border-top: 1px solid rgba(255,255,255,0.2);  border-bottom: 1px solid rgba(255,255,255,0.2);}
.sideMenu .item:nth-child(n+9){ display: none;}
.sideMenu.on .item:nth-child(n+9){ display: block;}
@media (max-width: 1600px){
	.tzzgx02{ padding:100px 0 0}
	.tzzgx02 .ibd{ margin-top:50px}
    .sideMenu{ border-radius: 40px 0 0 0;}
	.sideMenu .item{ padding:30px 40px;}
	.sideMenu .item .title{ font-size:20px}
	.sideMenu .item .con{ font-size:14px; padding:35px 0 35px 35px}
    .sideMenu .item .title em{ width: 30px; height: 30px;}
    .sideMenuMore{background-size: auto 12px; padding-top: 30px; margin-top: 35px;}
    .sideMenuMore i{ font-size: 14px; }
}
@media (max-width: 1200px){
	.tzzgx02{ padding:60px 0 0}
	.tzzgx02 .ibd{ margin-top:30px; }
	.sideMenu{ border-radius: 30px 0 0 0;}
	.sideMenu .item{ padding:20px;}
	.sideMenu .item .title{ font-size:18px; box-sizing:border-box; padding-right:30px; position:relative}
	.sideMenu .item .con{ font-size:14px; padding:20px 0  0}
	.sideMenu .item .title em{ width:22px; height:22px; position:absolute; background-size:100%; right:0; top:5px}

}
@media (max-width: 750px){
	.tzzgx02{ padding:40px 0 0}
}

.tzzgx03{ padding: 150px 0 0 0;}
.tzzgx03 .btn{ width: fit-content; margin: 0 auto; margin-top: 40px; }
.tzzgx03 .btn a{ position: relative; padding: 0 80px; display: flex; align-items: center; justify-content: center; height: 80px; border: 1px solid #8b8e9e; border-radius: 50px; color: #fff; font-size: 20px; color: #fff; font-weight: bold; width: fit-content;}
.tzzgx03 .btn img{ display: block; height: 26px; margin-right: 10px;}
.tzzgx03 .btn .i{ display: flex;}
.tzzgx03 .btn .i i{ display: block; margin-left: 15px;}
@media (max-width: 1600px){
    .tzzgx03{ padding: 100px 0 0 0;}
    .tzzgx03 .btn{ margin-top: 30px; }
    .tzzgx03 .btn a{ padding: 0 60px; height: 70px; font-size: 18px;}
    .tzzgx03 .btn img{ height: 22px;}
    .tzzgx03 .btn .i i{ margin-left: 12px;}
}
@media (max-width: 1200px){
    .tzzgx03{ padding: 60px 0 0 0;}
    .tzzgx03 .btn a{ padding: 0 40px; height: 60px; font-size: 16px;}
    .tzzgx03 .btn img{ height: 20px;}
    .tzzgx03 .btn .i i{ margin-left: 10px;}
}
@media all and (max-width:750px){
    .tzzgx03{ padding: 40px 0 0 0;}
    .tzzgx03 .btn a{ padding: 0 30px; height: 50px; font-size: 14px;}
    .tzzgx03 .btn img{ height: 16px; }
    .tzzgx03 .btn .i i{ margin-left: 6px;}
}

.tzzgx04{ padding: 150px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.tzzgx04 .lt{ width: 50%;}
.tzzgx04 .lt .iihd .title{ margin: 0;}
.tzzgx04 .lt .intro{ font-size: 16px; color: #fff; font-weight: 100; line-height: 2; margin-top: 40px;}
.tzzgx04 .rt{ width: calc(585 / 1560 * 100%); position: relative; padding-bottom: 160px;}
.tzzgx04 .rt .img1{ display: block;width: calc(436 / 585 * 100%);  overflow: hidden;  }
.tzzgx04 .rt .img1 img{ width: 100%;transition: all 0.5s; transform: scale(1);}
.tzzgx04 .rt .img1:hover img{  transform: scale(1.1);}
.tzzgx04 .rt .img2{ display: block;width: calc(290 / 585 * 100%);  overflow: hidden; position: absolute; right: 0; bottom: 0;  }
.tzzgx04 .rt .img2 img{ width: 100%;transition: all 0.5s; transform: scale(1);}
.tzzgx04 .rt .img2:hover img{  transform: scale(1.1);}
@media (max-width: 1600px){
    .tzzgx04{ padding: 100px 0;}
    .tzzgx04 .lt .intro{ font-size: 14px; margin-top: 30px;}
    .tzzgx04 .rt{ padding-bottom: 120px;}
}
@media (max-width: 1200px){
    .tzzgx04{ padding: 60px 0;}
    .tzzgx04 .lt .intro{ font-size: 12px; margin-top: 20px;}
    .tzzgx04 .rt{ padding-bottom: 100px;}
}
@media (max-width: 1200px){
    .tzzgx04{ padding: 40px 0;}
    .tzzgx04 .lt{ width: 100%;}
    .tzzgx04 .rt{ width: 100%; padding-bottom: 80px; margin-top: 20px;}
}




.xmanMian{ display: flex; flex-wrap: wrap;}
.xmanMian .lt{ width: calc(400 / 1560 * 100%); padding: 120px 0 0 0; }
.xmanMian .lt .hd{ display: none;}
.xmanMian .lt .bd dl{ margin-bottom: 60px;}
.xmanMian .lt .bd dl dt a{ display: block; font-size: 24px; color: #f0cea3; font-weight: bold; line-height: 1;}
.xmanMian .lt .bd dl dd{ margin-top: 30px;}
.xmanMian .lt .bd dl dd.on a,.xmanMian .lt .bd dl dd:hover a{ font-weight: bold;}
.xmanMian .lt .bd dl dd a{ display: block; background: url(aa26.png) left center no-repeat; background-size: 16px; padding-left: 30px; font-size: 16px; color: #fff; font-weight: 100;}
.xmanMian .rt{ width: calc(1160 / 1560 * 100%); box-sizing: border-box; border-left: 1px solid rgba(255,255,255,0.39); padding: 120px 0;}
.xmanMian .rt .iihd{ box-sizing: border-box; padding-left: calc(100 / 1160 * 100%);}
.xmanMian .rt .iihd .title{ margin: 0;}
.xmanMian .rt .iihd .intro{ font-size: 16px; line-height: 2; color: #fefefe; text-align: justify; padding: 40px 0 50px;}
.xmanMian .rt .ibd .item a{ display: block; width: 100%; box-sizing: border-box; border-top: 1px solid rgba(255,255,255,0.39); padding: 60px 0 60px calc(100 / 1160 * 100%);}
.xmanMian .rt .ibd .item a .n1{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.xmanMian .rt .ibd .item a .n1 .p1{ border-left: 1px solid rgba(255,255,255,0.39); border-right: 1px solid rgba(255,255,255,0.39); padding: 0 50px; text-align: center;}
.xmanMian .rt .ibd .item a .n1 .p1 .a1{ font-size: 24px; color: #f0cea3; line-height: 1.2;}
.xmanMian .rt .ibd .item a .n1 .p1 .a2{ font-size: 16px; color: rgba(255,255,255,0.39); line-height: 1.2; margin-top: 10px;}
.xmanMian .rt .ibd .item a .n1 .p2{ color: #fff; font-size: 16px; display: flex; align-items: center;}
.xmanMian .rt .ibd .item a .n1 .p2 img{ display: block; height: 18px; margin-right: 10px;}
.xmanMian .rt .ibd .item a .n2{ margin-top: 30px; overflow: hidden;}
.xmanMian .rt .ibd .item a .n2 img{ width: 100%; transition: all 0.5s; transform: scale(1);}
.xmanMian .rt .ibd .item a .n2:hover img{ transform: scale(1.1);}
@media (max-width: 1600px){
    .xmanMian .lt{ padding: 100px 0 0 0; }
    .xmanMian .lt .bd dl{ margin-bottom: 50px;}
    .xmanMian .lt .bd dl dt a{ font-size: 20px;}
    .xmanMian .lt .bd dl dd{ margin-top: 25px;}
    .xmanMian .lt .bd dl dd a{ background-size: 14px; padding-left: 25px; font-size: 14px;}
    .xmanMian .rt{ padding: 100px 0;}
    .xmanMian .rt .iihd .intro{ font-size: 14px; padding:30px 0 40px;}
    .xmanMian .rt .ibd .item a{ padding: 40px 0 40px calc(100 / 1160 * 100%);}
    .xmanMian .rt .ibd .item a .n1 .p1{ padding: 0 40px;}
    .xmanMian .rt .ibd .item a .n1 .p1 .a1{ font-size: 20px;}
    .xmanMian .rt .ibd .item a .n1 .p1 .a2{ font-size: 14px; }
    .xmanMian .rt .ibd .item a .n1 .p2{ font-size: 14px; }
    .xmanMian .rt .ibd .item a .n1 .p2 img{ height: 16px; }
    .xmanMian .rt .ibd .item a .n2{ margin-top: 25px; }
}
@media (max-width: 1200px){
    .xmanMian .lt{ padding: 40px 0; width: 100%; }
    .xmanMian .lt .hd{ display: block; padding:10px 25px; font-size: 16px; color: #fff; border: 1px solid rgba(255,255,255,0.39); width: fit-content; border-radius: 5px; cursor: pointer;}
    .xmanMian .lt .bd{ position: fixed; width: 100%; height: 100%; background: #070c30; left: 0; top: 0; z-index: 99; box-sizing: border-box; padding: 4%; display: none;}
    .xmanMian .lt .bd dl{ margin-bottom: 50px;}
    .xmanMian .lt .bd dl dt a{ font-size: 20px;}
    .xmanMian .lt .bd dl dd{ margin-top: 25px;}
    .xmanMian .lt .bd dl dd a{ background-size: 14px; padding-left: 25px; font-size: 14px;}
    .xmanMian .rt{ padding: 0 0 0 0; width: 100%; border: 0;}
    .xmanMian .rt .iihd{ padding: 0;}
    .xmanMian .rt .iihd .intro{ font-size: 12px; padding:20px 0 30px;}
    .xmanMian .rt .ibd .item a{ padding: 30px 0 30px 0;}
    .xmanMian .rt .ibd .item a .n1 .p1{ padding: 0 30px;}
    .xmanMian .rt .ibd .item a .n1 .p1 .a1{ font-size: 18px;}
    .xmanMian .rt .ibd .item a .n1 .p1 .a2{ font-size: 12px; }
    .xmanMian .rt .ibd .item a .n1 .p2{ font-size: 12px; }
    .xmanMian .rt .ibd .item a .n1 .p2 img{ height: 14px; }
    .xmanMian .rt .ibd .item a .n2{ margin-top: 20px; }
}

@media (max-width: 750px){
    .xmanMian .lt{ padding: 40px 0; width: 100%; }
    .xmanMian .lt .hd{ padding:5px 25px; font-size: 14px;  }
    .xmanMian .lt .bd{ position: fixed; width: 100%; height: 100%; background: #070c30; left: 0; top: 0; z-index: 99; box-sizing: border-box; padding:10% 4%; display: none;}
    .xmanMian .lt .bd dl{ margin-bottom: 50px;}
    .xmanMian .lt .bd dl dt a{ font-size: 20px;}
    .xmanMian .lt .bd dl dd{ margin-top: 25px;}
    .xmanMian .lt .bd dl dd a{ background-size: 14px; padding-left: 25px; font-size: 14px;}


    .xmanMian .rt{ padding: 0 0 40px 0; width: 100%; border: 0;}
    .xmanMian .rt .iihd{ padding: 0;}
    .xmanMian .rt .iihd .intro{ font-size: 12px; padding:20px 0 30px;}
    .xmanMian .rt .ibd .item a{ padding: 30px 0 30px 0;}
    .xmanMian .rt .ibd .item a .n1 .p1{ padding: 0 0; border: 0; text-align: left;}
    .xmanMian .rt .ibd .item a .n1 .p1 .a1{ font-size: 16px;}
    .xmanMian .rt .ibd .item a .n1 .p1 .a2{ font-size: 12px; }
    .xmanMian .rt .ibd .item a .n1 .p2{ font-size: 12px; margin-top: 15px; }
    .xmanMian .rt .ibd .item a .n1 .p2 img{ height: 14px; }
    .xmanMian .rt .ibd .item a .n2{ margin-top: 20px; }
}

.xmanMian .rt .xq{ padding-left: calc(100 / 1160 * 100%);}
.xmanMian .rt .xq .iihd{ padding: 0;}
.xmanMian .rt .xq .down{ margin-top: 25px;}
.xmanMian .rt .xq .down a{ width: fit-content; display: flex; align-items: center; justify-content: center; padding: 15px 100px; border: 1px solid #fff; border-radius: 40px; color: #fff; font-size: 20px; font-weight: bold;}
.xmanMian .rt .xq .down a img{ display: block; height: 37px; margin-right: 10px;}
.xmanMian .rt .xq .cont{ width: 100%; font-size: 16px; color: #fff; line-height: 2; margin-top: 60px;}
.xmanMian .rt .xq .cont img{ max-width: 100%; height: auto;}
.xmanMian .rt .xq .videos{ width: 100%; margin-top: 60px;}
.xmanMian .rt .xq .videos video{ width: 100%; height: auto;}
@media (max-width: 1600px){
    .xmanMian .rt .xq .down a{ padding: 12px 80px; font-size: 18px;}
    .xmanMian .rt .xq .down a img{ height: 30px;}
    .xmanMian .rt .xq .cont{ font-size: 14px; margin-top: 40px;}
    .xmanMian .rt .xq .videos{ width: 100%; margin-top: 40px;}
}
@media (max-width: 1200px){
    .xmanMian .rt .xq{ padding-left:0;}
    .xmanMian .rt .xq .down a{ padding: 10px 40px; font-size: 16px;}
    .xmanMian .rt .xq .down a img{ height: 24px;}
    .xmanMian .rt .xq .cont{ font-size: 14px; margin-top: 30px;}
    .xmanMian .rt .xq .videos{ width: 100%; margin-top: 30px;}
}
@media (max-width: 750px){
    .xmanMian .rt .xq{ padding-left:0;}
    .xmanMian .rt .xq .down a{ padding: 10px 30px; font-size: 14px;}
    .xmanMian .rt .xq .down a img{ height: 20px;}
    .xmanMian .rt .xq .cont{ font-size: 14px; margin-top: 30px;}
    .xmanMian .rt .xq .videos{ width: 100%; margin-top: 30px;}
}

.about01{ padding: 150px 0 0 0;}
.about01 .ibd{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; flex-direction: row-reverse;}
.about01 .ibd .lt{ width: calc(765 / 1560 * 100%); font-size: 16px; color: #fff; font-weight: 100; line-height: 2;}
.about01 .ibd .rt{ width: calc(764 / 1560 * 100%); display: flex; justify-content: space-between;}
.about01 .ibd .rt .item{ width: calc(364 / 764 * 100%); overflow: hidden;}
.about01 .ibd .rt .item img{ width: 100%; transition: all 0.5s; transform: scale(1);}
.about01 .ibd .rt .item:hover img{ transform: scale(1.1);}
@media (max-width: 1600px){
    .about01{ padding: 100px 0 0 0;}
    .about01 .ibd .lt{ font-size: 14px; }
}
@media (max-width: 1200px){
    .about01{ padding: 80px 0 0 0;}
    .about01 .ibd .lt{ font-size: 12px; }
}
@media (max-width: 750px){
    .about01{ padding: 60px 0 0 0;}
    .about01 .ibd .lt{ font-size: 12px; width: 100%;  margin-top: 20px; }
    .about01 .ibd .rt{ width: 100%;}
}

.about02{ margin-top: 35px;}
.about02 .ibd{  position: relative; width: 100%;}
.about02 .ibd .swiper02{ width: 100%; overflow: hidden;}
.about02 .ibd .swiper02 .item{ width: calc(364 / 1560 * 100%); margin-right: calc(34 / 1560 * 100%); position: relative;}
.about02 .ibd .swiper02 .item:last-child{ margin-right: 0;}
.about02 .ibd .swiper02 .item .pic{ width: 100%; overflow: hidden; transition: all 0.5s;}
.about02 .ibd .swiper02 .item .pic img{ width: 100%; transition: all 0.5s; transform: scale(1);}
.about02 .ibd .swiper02 .item:hover .pic img{ transform: scale(1.1);}
.about02 .ibd .swiper02 .item .cont{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2;  opacity: 0; transition: all 0.5s;}
.about02 .ibd .swiper02 .item .cont .intro{ width: 100%; height: 60%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; margin-top: 20%;}
.about02 .ibd .swiper02 .item .cont .intro .t{ background: url(aa5.jpg) top center no-repeat; padding-top: 25px; line-height: 1; font-size: 48px; color: #f0cea3; font-weight: 100;}
.about02 .ibd .swiper02 .item .cont .intro .i img{ height: 34px;}
.about02 .ibd .swiper02 .item:hover .pic{ opacity: 0;}
.about02 .ibd .swiper02 .item:hover .cont{ opacity: 1;}
.about02 .ibd .prev02{ background: url(aa32.png) center center no-repeat; background-size: cover; width: 58px; height: 58px; position: absolute; left: -85px; top:50%; transform: translateY(-50%); cursor: pointer; z-index: 2;}
.about02 .ibd .next02{ background: url(aa33.png) center center no-repeat; background-size: cover; width: 58px; height: 58px; position: absolute; right: -85px; top:50%; transform: translateY(-50%); cursor: pointer; z-index: 2;}
@media (max-width: 1600px){
    .about02{ margin-top: 30px;}
    .about02 .ibd .swiper02 .item .cont .intro .t{background-size: 22px; padding-top: 20px; font-size: 36px; }
    .about02 .ibd .swiper02 .item .cont .intro .i img{ height: 28px;}
    .about02 .ibd .prev02{ width: 48px; height: 48px; left: -60px;  }
    .about02 .ibd .next02{ width: 48px; height: 48px; right: -60px;  }
}
@media (max-width: 1200px){
    .about02{ margin-top: 20px;}
    .about02 .ibd .swiper02 .item{ width: 32%; margin-right: 2%;}
    .about02 .ibd .swiper02 .item .cont .intro .t{background-size: 20px; padding-top: 20px; font-size: 28px; }
    .about02 .ibd .swiper02 .item .cont .intro .i img{ height: 24px;}
    .about02 .ibd .prev02{ width: 32px; height: 32px; left: 0;  }
    .about02 .ibd .next02{ width: 32px; height: 32px; right: 0;  }
}
@media (max-width: 750px){
    .about02{ margin-top: 20px;}
    .about02 .ibd .swiper02 .item{ width: calc(364 / 764 * 100%); margin-right:calc(36 / 764 * 100%);}
    .about02 .ibd .swiper02 .item .cont .intro .t{background-size: 20px; padding-top: 20px; font-size: 20px; }
    .about02 .ibd .swiper02 .item .cont .intro .i img{ height: 20px;}
    .about02 .ibd .prev02{ width: 28px; height: 28px; left: 0;  }
    .about02 .ibd .next02{ width: 28px; height: 28px; right: 0;  }
}
.about03{ padding: 150px 0 0 0; }
.about03 .iihd .title{ margin: 0;}
.about03 .ibd{ margin-top: 100px; display: flex; justify-content: space-between; position: relative; align-items: flex-start;}
.about03 .ibd .lt{ position: sticky; left: 0; top: 0;  width: calc(400 / 1560 * 100%); max-height: 100vh;  overflow-y: auto;  padding-right: 10px; scrollbar-width: none;   -ms-overflow-style: none;}
.about03 .ibd .lt .item{ font-size: 156px; color: rgba(255,255,255,0.15); line-height: 1; transition: all 0.3s linear; cursor: pointer; margin-bottom: 20px;}
.about03 .ibd .lt .item.on{ color: #fff;}
.about03 .ibd .rt{ width: calc(765 / 1560 * 100%);}
.about03 .ibd .rt .item{ width: 100%; border-bottom: 1px solid rgba(255,255,255,0.15); padding: 40px 0; position: relative;}
.about03 .ibd .rt .item .time{ font-size: 24px; color: rgba(255,255,255,255,0.32);}
.about03 .ibd .rt .item .title{ font-size: 22px; color: #fff; margin-top: 20px; font-weight: 100;}
.about03 .ibd .rt .item .intro{ font-size: 16px; color: #fff; line-height: 2; margin-top: 30px; font-weight: 100;}
.about03 .ibd .rt .item::after{ content: ""; display: block; width: 0; height: 1px; background: #fff; position: absolute; left: 0; bottom: -1px; z-index: 2; transition: all 1s linear;}
.about03 .ibd .rt .item:hover::after{ width: 100%;}
@media (max-width: 1600px){
    .about03{ padding: 100px 0 0 0; }
    .about03 .ibd{ margin-top: 60px; }
    .about03 .ibd .lt .item{ font-size: 120px; margin-bottom: 20px;}
    .about03 .ibd .rt .item{ padding: 30px 0; }
    .about03 .ibd .rt .item .time{ font-size: 20px; }
    .about03 .ibd .rt .item .title{ font-size: 18px; margin-top: 16px; }
    .about03 .ibd .rt .item .intro{ font-size: 14px; margin-top: 25px; }
}
@media (max-width: 1200px){
    .about03{ padding: 80px 0 0 0; }
    .about03 .ibd{ margin-top: 40px; }
    .about03 .ibd .lt{ width: 30%;}
    .about03 .ibd .lt .item{ font-size: 80px; margin-bottom: 20px;}
    .about03 .ibd .rt{ width: 60%;}
    .about03 .ibd .rt .item{ padding: 20px 0; }
    .about03 .ibd .rt .item .time{ font-size: 18px; }
    .about03 .ibd .rt .item .title{ font-size: 16px; margin-top: 12px; }
    .about03 .ibd .rt .item .intro{ font-size: 12px; margin-top: 20px; }
}
@media (max-width: 750px){
    .about03{ padding: 80px 0 0 0; }
    .about03 .ibd{ margin-top: 20px; }
    .about03 .ibd .lt{ width: 30%;}
    .about03 .ibd .lt .item{ font-size: 40px; margin-bottom: 20px;}
    .about03 .ibd .rt{ width: 60%;}
    .about03 .ibd .rt .item{ padding: 20px 0; }
    .about03 .ibd .rt .item .time{ font-size: 16px; }
    .about03 .ibd .rt .item .title{ font-size: 14px; margin-top: 10px; }
    .about03 .ibd .rt .item .intro{ font-size: 12px; margin-top: 15px; }
}

.about04{ width: 100%; box-sizing: border-box; padding-left: calc(50% - 780px); overflow: hidden; margin-top: 150px; padding-bottom: 150px;}
.about04 .iihd{ position: relative; padding: 25px 0;  }
.about04 .iihd .title{ margin: 0; width: 1560px; position: relative; box-sizing: border-box;   }
.about04 .iihd::before{ content: ""; display: block; width: 100vw; height: 1px; background: rgba(255,255,255,0.2);  position: absolute; left: 0; bottom: 0;}
.about04 .iihd .title::after{ content: ""; display: block; background: url(aa7.png) right center no-repeat; background-size: auto 21px; width: 64px; height: 100%; position: absolute; right: 0; top: 0;}
.about04 .ibd{ margin-top: 90px;  width: 1560px;}
.about04 .ibd .swiper04{ width: 100%;}
.about04 .ibd .swiper04 .item{ width: calc(416 / 1560 * 100%); margin-right: calc(20 / 1560 * 100%); background: #dedad7; box-sizing: border-box; padding: 55px 30px; height: auto;}
.about04 .ibd .swiper04 .item .pic img{ display: block; height: 34px;}
.about04 .ibd .swiper04 .item .title{ font-size: 22px; color: #070c30; font-weight: 100; margin-top: 50px;}
.about04 .ibd .swiper04 .item .intro{ font-size: 16px; color: #94897c; font-weight: 100; line-height: 2; margin-top: 25px;}
.about04 .ibd .swiper04 .item:hover{ background: #fff;}
.about04 .ibd .swiper04 .item:last-child{ margin-right: 0;}
.about04 .ibd .btn{ display: flex; align-items: center; justify-content: center; margin-top: 30px;}
.about04 .ibd .btn .prev04{ display: block; width: 42px; height: 42px; background: url(aa35.png) center center no-repeat; background-size: cover; cursor: pointer; transform: rotate(180deg);}
.about04 .ibd .btn .next04{ display: block; width: 42px; height: 42px; background: url(aa35.png) center center no-repeat; background-size: cover; cursor: pointer; transform: rotate(0);}
.about04 .ibd .btn .prev04:hover{  background: url(aa34.png) center center no-repeat; background-size: cover;   transform: rotate(0);}
.about04 .ibd .btn .next04:hover{  background: url(aa34.png) center center no-repeat; background-size: cover;   transform: rotate(180deg);}
.about04 .ibd .btn .pagination04{ display: flex; align-items: center; justify-content: center; margin: 0 15px;}
.about04 .ibd .btn .pagination04 span{ display: block; width: 10px; height: 2px; background: rgba(255,255,255,0.2); border-radius: 0; opacity: 1; margin: 0 3px;}
.about04 .ibd .btn .pagination04 span.swiper-pagination-bullet-active{ background-color: #fff;}
@media (max-width: 1600px){
    .about04{ padding-left: calc(50% - 600px); margin-top: 80px; padding-bottom: 80px;}
    .about04 .iihd{ padding: 20px 0;  }
    .about04 .iihd .title{ width: 1200px;}
    .about04 .iihd .title::after{ background-size: 100%; width: 52px; }
    .about04 .ibd{ margin-top: 70px;  width: 1200px;}
    .about04 .ibd .swiper04 .item{ padding: 45px 25px; ;}
    .about04 .ibd .swiper04 .item .pic img{ height: 28px;}
    .about04 .ibd .swiper04 .item .title{ font-size: 20px; margin-top: 40px;}
    .about04 .ibd .swiper04 .item .intro{ font-size: 14px; margin-top: 20px;}
    .about04 .ibd .btn{ margin-top: 25px;}
    .about04 .ibd .btn .prev04{ width: 36px; height: 36px; }
    .about04 .ibd .btn .next04{ width: 36px; height: 36px; }
    .about04 .ibd .btn .pagination04{ margin: 0 12px;}
    .about04 .ibd .btn .pagination04 span{ width: 8px; margin: 0 2px;}
}
@media (max-width: 1200px){
    .about04{ padding-left: 4%; margin-top: 60px;  padding-bottom: 60px;}
    .about04 .iihd{ padding: 20px 0;  }
    .about04 .iihd .title{ width: 92%;}
    .about04 .iihd .title::after{ background-size: 100%; width: 42px; }
    .about04 .ibd{ margin-top: 50px;  width: 92%;}
    .about04 .ibd .swiper04 .item{ width: 40%; margin-right: 3%; padding: 30px 20px; ;}
    .about04 .ibd .swiper04 .item .pic img{ height: 24px;}
    .about04 .ibd .swiper04 .item .title{ font-size: 18px; margin-top: 25px;}
    .about04 .ibd .swiper04 .item .intro{ font-size: 12px; margin-top: 15px;}
    .about04 .ibd .btn{ margin-top: 20px;}
    .about04 .ibd .btn .prev04{ width: 28px; height: 28px; }
    .about04 .ibd .btn .next04{ width: 28px; height: 28px; }
    .about04 .ibd .btn .pagination04{ margin: 0 10px;}
}
@media (max-width: 750px){
    .about04{  margin-top: 40px; padding-bottom: 40px; }
    .about04 .iihd .title::after{ width: 36px; }
    .about04 .ibd{ margin-top: 30px; }
    .about04 .ibd .swiper04 .item{ width: 70%; margin-right: 3%; padding: 20px 20px; ;}
    .about04 .ibd .swiper04 .item .pic img{ height: 20px;}
    .about04 .ibd .swiper04 .item .title{ font-size: 16px; margin-top: 20px;}
    .about04 .ibd .swiper04 .item .intro{ font-size: 12px; margin-top: 15px;}
}

.about05{ padding: 150px 0; background: url(aa38.jpg) center center no-repeat; background-size: cover;}
.about05 .nr{ display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.about05 .rt{ width: calc(680 / 1560 * 100%);}
.about05 .rt .iihd .title{ margin: 0;}
.about05 .rt .intro{ font-size: 16px; color: #fff; line-height: 2; font-weight: 100; margin-top: 30px;}
.about05 .rt .bq{ font-size: 16px; color: #fff; line-height: 2; font-weight: 100; margin-top: 60px; background: url(aa37.png) 0 0 no-repeat; background-size: 32px; padding-top: 20px;}
.about05 .ibd{ width: calc(750 / 1560 * 100%); overflow: hidden;}
.about05 .ibd .swiper05{ width: 100%; overflow: hidden;}
.about05 .ibd .swiper05 .item .pic{ position: relative; text-align: center;}
.about05 .ibd .swiper05 .item .pic img{ width: 140px;}
.about05 .ibd .swiper05 .item .pic span{ display: block; width: 100%; text-align: center; font-size: 20px; color: #b3b8db; position: absolute; left: 0; top:50%; transform: translateY(-40%);}
.about05 .ibd .swiper05 .item .title{ text-align: center; font-size: 16px; font-weight: 100; text-align: center; margin-top: 20px; color: #b3b8db;}
.about05 .ibd .swiper05 .item:hover .title{ color: #fff;}
.about05 .ibd .swiper05 .pagination05{ display: flex; align-items: center; justify-content: center; margin-top: 40px;}
.about05 .ibd .swiper05 .pagination05 span{ width: 12px; height: 12px; display: block; background: rgba(255,255,255,0.5); border-radius: 50%; opacity: 1;}
.about05 .ibd .swiper05 .pagination05 span.swiper-pagination-bullet-active{ background-color: #fff;}
@media (max-width: 1600px){
    .about05{ padding: 100px 0;}
    .about05 .rt .intro{ font-size: 14px; margin-top: 25px;}
    .about05 .rt .bq{ font-size: 14px; margin-top: 50px; background-size: 28px; padding-top: 18px;}
    .about05 .ibd .swiper05 .item .pic img{ width: 120px;}
    .about05 .ibd .swiper05 .item .pic span{ font-size: 18px; }
    .about05 .ibd .swiper05 .item .title{ font-size: 14px; margin-top: 16px; }
    .about05 .ibd .swiper05 .pagination05{  margin-top: 30px;}
    .about05 .ibd .swiper05 .pagination05 span{ width: 10px; height: 10px; }
}
@media (max-width: 1200px){
    .about05{ padding: 80px 0;}
}
@media (max-width: 750px){
    .about05{ padding: 60px 0;}
    .about05 .rt{ width: 100%;}
    .about05 .rt .intro{ margin-top: 20px;}
    .about05 .rt .bq{  margin-top: 20px; background-size: 24px; padding-top: 16px;}
    .about05 .ibd{ width: 100%; margin-top: 20px;}

}

.second_nav{ width: 1560px; margin: 0 auto; margin-top: 100px;}
.second_nav ul{ display: flex; flex-wrap: wrap;}
.second_nav ul li{ width: 23.5%; margin-right: 2%;}
.second_nav ul li:nth-child(4n){ margin-right: 0;}
.second_nav ul li a{ display: block; width: 100%; box-sizing: border-box; border:1px solid rgba(255,255,255,0); border-radius: 0; height: 54px; display: flex; align-items: center; background: url(aa2.png) right center no-repeat; background-size: 16px; border-bottom:1px solid rgba(255,255,255,0.4) ; font-size: 16px; color: #fff; transition: all 0.5s;}
.second_nav ul li:hover a,.second_nav ul li.on a{ border: 1px solid #fff; border-radius: 5px; background: none; text-align: center; justify-content: center;}
@media all and (max-width:1600px){
    .second_nav{ width: 1200px; margin-top: 80px; }
    .second_nav ul li a{ height: 48px; background-size: 14px; font-size: 15px; }
}
@media all and (max-width:1200px){
    .second_nav{ width: 92%;  margin-top: 60px; }
    .second_nav ul li{ width: 48.5%; margin-right: 3%; margin-top: 20px;}
    .second_nav ul li:nth-child(4n){ margin-right: 3%;}
    .second_nav ul li:nth-child(2n){ margin-right: 0;}
    .second_nav ul li a{ height: 40px; background-size: 12px; font-size: 14px; }
}
@media all and (max-width:750px){
    .second_nav ul li{ width: 100%; margin-right: 0%; margin-top: 20px;}
    .second_nav ul li:nth-child(4n){ margin-right: 0%;}
    .second_nav ul li:nth-child(2n){ margin-right: 0;}
}



.nr_pc{ display:block;}
.nr_pc img{ max-width:100%}
.nr_sj{ display:none;}
.nr_sj img{ max-width:100%}
@media all and (max-width:1200px){
	.nr_pc{ display:none;}
	.nr_sj{ display: block;}
}

/* 内容模式 */
.article { padding:40px 0; width:100%; margin:0 auto; box-sizing:border-box; line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { margin:0 0 30px; padding:0 0 30px; border-bottom: 1px dotted #ccc; }
.article .hd h1 { color:#fff; font-size:28px; text-align:center; font-weight:normal; line-height:1.6 }
.article .hd .titBar { color:rgba(255,255,255,0.6); font-size:16px; text-align:center; margin-top:10px }
.article .bd { line-height:2; font-size:16px; color:#fff }
.article .bd img{ max-width:100%; height:auto}
.article .bd video{ max-width:100%; height:auto}
.article .ft { margin:30px 0 0;}
.article .ft .nr{ padding:0!important; background:none!important}
.article .ft ul{ border-top:1px dotted #ccc; padding:30px 0 0 0 }
.article .ft ul li { width:100%; box-sizing:border-box; text-align:left; text-overflow: ellipsis;overflow: hidden;white-space: nowrap; color:#fff}
.article .ft ul li a{ color:#fff}
.article .ft ul li a:hover{ color:#fff}
.article .bd video{ max-width:100%; height:auto}

.articles .swiper01x{ position:relative}
.articles .swiper01x .prev_m1{ background:url(g_19.png) center center no-repeat; background-size:cover; width:60px; height:60px; border-radius:50%; cursor:pointer; transform:rotate(180deg); position:absolute; left:50%; margin-left:-800px; z-index:2; top:88px; z-index:2; }
.articles .swiper01x .next_m1{ background:url(g_19.png) center center no-repeat; background-size:cover; width:60px; height:60px; border-radius:50%; cursor:pointer; transform:rotate(0); margin-left:20px;position:absolute; right:50%; margin-right:-800px; z-index:2; top:88px; z-index:2; }
.articles .swiper01x .prev_m1:hover{ background:url(g_18.png) center center no-repeat; background-size:cover; transform:rotate(0)}
.articles .swiper01x .next_m1:hover{ background:url(g_18.png) center center no-repeat; background-size:cover; transform:rotate(180deg)}


@media all and (max-width:1600px){
	.article { padding:40px 0}
	.articles .swiper01x .prev_m1{ width:50px; height:50px; top:90px; margin-left:-600px }
	.articles .swiper01x .next_m1{ width:50px; height:50px; top:90px; margin-right:-600px }
	
}
@media all and (max-width:1200px){
	.article { padding:40px 0;}
	.article .hd h1{ font-size:18px}
	.article .hd{ padding-bottom:20px; margin-bottom:20px}
	.article .hd .titBar { font-size:12px}
	.article{ font-size:14px}
	.article .ft{ }
	.article .ft .back{ top:20px}
	.article .ft ul li{ width:100%}
	.article .ihd{ font-size:20px;  padding:5px 0; margin-bottom:20px}
	.nr_pc{ display:none}
	.nr_sj{ display:block}
	.article .ft { margin:20px 0 0; height:auto}
	.article .ft ul{ display:block; height:auto; padding:20px 0 0 0}
	.article .ft ul li { width:100% }
	.article .bd{ font-size:14px; line-height:2}
	
	.articles .swiper01x .prev_m1{ width:32px; height:32px; top:66px; margin-left:0; left:4% }
	.articles .swiper01x .next_m1{ width:32px; height:32px; top:66px; margin-right:0; right:4% }	
	.articles .swiper01x .bd{ box-sizing:border-box}
}





























.newsPage2{ padding:40px 0}
.newsList2{ padding-bottom:30px}
.newsList2 .item{ width:100%; height:136px; margin-bottom:25px; background:#f1f1f1;}
.newsList2 .item a{ display:block;display:flex;align-items: center;   width:100%; height:100% }
.newsList2 .item .time{ width:190px; text-align:center; font-weight:bold; color:#5b5b5b}
.newsList2 .item .time .p1{ display:inline-block; vertical-align:top; font-size:32px; line-height:1; border-bottom:1px solid #ebebeb; padding-bottom:10px; margin-bottom:8px}
.newsList2 .item .cont{ width:calc(100% - 190px); box-sizing:border-box; padding:0 45px 0 0}
.newsList2 .item .cont .title{ font-size:18px; color:#282828;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.newsList2 .item .cont .intro{ font-size:16px; color:rgba(0,0,0,0.45); line-height:24px; height:48px; margin-top:6px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newsList2 .item:hover a{ }
.newsList2 .item:hover{ background:#f0cda3; box-shadow:0px 12px 23.75px 1.25px rgba(0,4,35,0.13);}
.newsList2 .item:hover .time{ color:#fff}
.newsList2 .item:hover .time .p1{ border-bottom:1px solid #fff}
.newsList2 .item:hover .cont .title{ color:#fff;}
.newsList2 .item:hover .cont .intro{ color:rgba(255,255,255,0.47);}
@media all and (max-width:1200px){
	.newsPage2{ padding:40px 0 }
	.newsList2{ padding-bottom:10px}
	.newsList2 .item{ margin-bottom:20px; height:125px}
	.newsList2 .item .time{ width:100px;}
	.newsList2 .item a{ }
	.newsList2 .item:hover a{ }
	.newsList2 .item .time .p1{ font-size:24px;padding-bottom:8px; margin-bottom:6px}
	.newsList2 .item .cont{ width:calc(100% - 100px); padding:0 30px 0 0}
	.newsList2 .item .cont .title{ font-size:16px}
	.newsList2 .item .cont .intro{ font-size:12px; line-height:20px; height:40px}
}
@media all and (max-width:450px){
	.newsList2 .item{ height:100px}
	.newsList2 .item .time{ width:80px;}
	.newsList2 .item a{  }
	.newsList2 .item:hover a{ }
	.newsList2 .item .time .p1{ font-size:24px;padding-bottom:8px; margin-bottom:6px}
	.newsList2 .item .cont{ width:calc(100% - 80px); padding:0 15px 0 0}
	.newsList2 .item .cont .title{ font-size:16px}
	.newsList2 .item .cont .intro{ font-size:12px; line-height:20px; height:40px}
}

/*picx*/
.picx{ padding:60px 0}
.picxList{ width:100%;}
.picxList .item{ width:31.5%; float:left; margin-right:2.75%; background:#fff; margin-bottom:40px; position:relative; border-radius:20px; overflow:hidden; box-shadow:0 0 10px rgba(0,0,0,0.1)}
.picxList .item:nth-child(3n){ margin-right:0}
.picxList .item:hover{ box-shadow:0 0 10px rgba(00,0,0,0.15)}
.picxList .item a{}
.picxList .item a .pic{ width:100%; overflow:hidden; position:relative}
.picxList .item a .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.picxList .item:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scal(1.1);}
.picxList .item a .cont{ }
.picxList .item a .cont .title{ font-size:18px; color:#fff;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; text-align:center;  width:100%; box-sizing:border-box; padding:20px; font-weight:bold; background:#f0cda3; color:#fff}
.picxList .item:hover a .cont{}
@media all and (max-width:1440px){
	.picxList{ padding-bottom:30px}
	.picxList .item{ margin-bottom:30px}
	.picx{ padding:40px 0 60px}

}
@media all and (max-width:1200px){
	.picx{ padding:40px 0}
	.picxList{ padding-bottom:20px}
	.picxList .item{ margin-bottom:20px}
	.picx{ padding:40px 0}
	.picxList .item a .cont{ padding:15px}
	.picxList .item a .cont .title{ font-size:16px}	

}
@media all and (max-width:750px){
	.picxList .item{ width:48.5%;   margin-right:3%;margin-bottom:15px; border-radius:10px}
	.picxList .item:nth-child(3n){ margin-right:3%}
	.picxList .item:nth-child(2n){ margin-right:0}	
	.picxList .item a .cont{ padding:0}
	.picxList .item a .cont .title{ font-size:14px; padding:12px}	

}





.hotNews{ width:100%; padding:100px 0; background:#f6f9fe}
.hotNews .newsList .newsListCont{ margin-bottom:40px}

.hotNews .newsList .item{ width:31%; margin-right:3.5%; border-radius:20px; overflow:hidden; background:#fff; float:left; margin-bottom:3.5%}
.hotNews .newsList .item:nth-child(3n){ margin-right:0}
.hotNews .newsList .item .pic{ width:100%; overflow:hidden; border-radius:20px}
.hotNews .newsList .item .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.hotNews .newsList .item:hover .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.hotNews .newsList .item .cont{ padding:0 30px 30px}
.hotNews .newsList .item .cont .title{ border-bottom:1px solid #e5e7e8; font-size:22px; color:#2b231d;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; line-height:88px; transition:all 0.5s linear}
.hotNews .newsList .item .cont .more{ margin-top:25px; position:relative}
.hotNews .newsList .item .cont .more:after{ content:""; display:block; width:10px; height:10px; background:#999; border-radius:50%; position:absolute; right:0; top:50%; transform:translateY(-50%); transition:all 0.5s linear}
.hotNews .newsList .item .cont .more .m{display:flex; align-items: center; justify-content: center; width:130px; height:45px; border-radius:30px; background:#999999; color:#fff; font-size:16px; transition:all 0.5s linear}
.hotNews .newsList .item:hover .cont .title{ color:#f0cda3}
.hotNews .newsList .item:hover .cont .more .m{ background:#f0cda3}
.hotNews .newsList .item:hover .cont .more:after{ background:#f0cda3}
.hotNews .newsList .swiper03 .pagination03{ width:100%; text-align:center; margin-top:30px; display:none}
.hotNews .newsList .swiper03 .pagination03 span{ width:10px; height:10px; background:#999; border-radius:50%; opacity:1}
.hotNews .newsList .swiper03 .pagination03 span.swiper-pagination-bullet-active{ background:#f0cda3}
@media (max-width: 1680px){
	.hotNews{  padding:80px 0; }
	.hotNews .newsList .newsListCont{ }
	.hotNews .newsList .item{ border-radius:16px}
	.hotNews .newsList .item .pic{ border-radius:16px}
	.hotNews .newsList .item .cont{ padding:0 20px 20px}
	.hotNews .newsList .item .cont .title{ font-size:20px; line-height:76px; }
	.hotNews .newsList .item .cont .more{ margin-top:25px; position:relative}
	.hotNews .newsList .item .cont .more:after{ width:8px; height:8px; }
	.hotNews .newsList .item .cont .more .m{ width:120px; height:40px;  font-size:14px }
}
@media (max-width: 1200px){
	.hotNews{  padding:60px 0; }
	.hotNews .newsList .newsListCont{ }
	.hotNews .newsList .item{ border-radius:10px}
	.hotNews .newsList .item .pic{ border-radius:10px}
	.hotNews .newsList .item .cont{ padding:0 20px 20px}
	.hotNews .newsList .item .cont .title{ font-size:18px; line-height:60px; }
	.hotNews .newsList .item .cont .more{ margin-top:25px; position:relative}
	.hotNews .newsList .item .cont .more:after{ width:6px; height:6px; }
	.hotNews .newsList .item .cont .more .m{ width:100px; height:36px;  font-size:12px }
}
@media (max-width: 750px){
	.hotNews{  padding:40px 0; }
	.hotNews .newsList .newsListCont{ margin-bottom:20px}
	.hotNews .newsList .item{ width:48.5%; border-radius:10px; margin-right:3%}
	.hotNews .newsList .item:nth-child(3n){ margin-right:3%}
	.hotNews .newsList .item:nth-child(2n){ margin-right:0}
	.hotNews .newsList .item .pic{ border-radius:10px}
	.hotNews .newsList .item .cont{ padding:0 15px 20px}
	.hotNews .newsList .item .cont .title{ font-size:16px; line-height:50px; }
	.hotNews .newsList .item .cont .more{ margin-top:25px; position:relative}
	.hotNews .newsList .item .cont .more:after{ width:6px; height:6px; }
	.hotNews .newsList .item .cont .more .m{ width:80px; height:32px;  font-size:12px }
}


.anew{ padding:60px 0}
.anewList{ width:100%; padding-bottom:30px}
.anewList .item{ width:100%; box-sizing:border-box; padding:30px 20px; background:#fafafa; display:flex; transition:all 0.5s; margin-bottom:20px;}
.anewList .item .pic{ width:320px; margin-right:30px; overflow:hidden}
.anewList .item .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.anewList .item:hover .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.anewList .item .cont{ width:calc(100% - 350px); padding:15px 0}
.anewList .item .cont .title{ font-size:20px; color:#333333; font-weight:bold;  transition:all 0.5s}
.anewList .item .cont .title a{ color:#333;  transition:all 0.5s}
.anewList .item .cont .time{ font-size:16px; color:#8893a5; padding-left:45px; position:relative; margin-top:16px;  transition:all 0.5s}
.anewList .item .cont .time:after{ content:""; display:block; width:36px; height:1px; background:#b2cce5; position:absolute; left:0; top:50%;  transition:all 0.5s}
.anewList .item .cont .intro{ font-size:16px; color:rgba(153,153,153,0.8); line-height:2; margin-top:16px; transition:all 0.5s}
.anewList .item:hover{ background:#f0cda3}
.anewList .item:hover .cont .title{ color:#fff}
.anewList .item:hover .cont .title a{ color:#fff}
.anewList .item:hover .cont .time{ color:rgba(255,255,255,0.6)}
.anewList .item:hover .cont .time:after{ background:rgba(255,255,255,0.6)}
.anewList .item:hover .cont .intro{ color:rgba(255,255,255,0.8)}
.anewList .item.nopic .cont{ width:100%}

@media (max-width: 1600px){
	.anew{ padding:50px 0}
	.anewList{ padding-bottom:25px}
	.anewList .item{ padding:25px 20px;}
	.anewList .item .pic{ width:260px; margin-right:25px;}
	.anewList .item .cont{ width:calc(100% - 285px); padding:10px 0}
	.anewList .item .cont .title{ font-size:18px; }
	.anewList .item .cont .time{ font-size:14px; padding-left:40px; margin-top:12px; }
	.anewList .item .cont .time:after{ width:30px;}
	.anewList .item .cont .intro{ font-size:14px; margin-top:12px;}
}
@media (max-width: 1200px){
	.anew{ padding:40px 0}
	.anewList{ padding-bottom:20px}
	.anewList .item{ padding:20px 20px;}
	.anewList .item .pic{ width:220px; margin-right:20px;}
	.anewList .item .cont{ width:calc(100% - 240px); padding:10px 0}
	.anewList .item .cont .title{ font-size:16px; }
	.anewList .item .cont .time{ font-size:12px; padding-left:30px; margin-top:10px; }
	.anewList .item .cont .time:after{ width:25px;}
	.anewList .item .cont .intro{ font-size:12px; margin-top:10px;}
	
}
@media (max-width: 750px){
	.anewList{ padding-bottom:10px}
	.anewList .item{ display:block}
	.anewList .item .pic{ width:100%; margin-right:0; margin-bottom:15px}
	.anewList .item .cont{ width:100%; padding:10px 0}
	.anewList .item .cont .title{ font-size:16px; }
	.anewList .item .cont .time{ font-size:12px; padding-left:30px; margin-top:10px; }
	.anewList .item .cont .time:after{ width:25px;}
	.anewList .item .cont .intro{ font-size:12px; margin-top:10px;}
}













































































