@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
body{font-size:16px;font-family: 'Microsoft YaHei','simSun';}
img{width: 100%; border:0;height: auto;transition: all 0.8s;}
a{text-decoration: none;cursor: pointer;border:0;color: initial;}
a:hover{text-decoration:none}
.show-div{display: block !important;}
.show-div-flex {display: flex !important;}
.hidden-div{display: none !important;}
::-webkit-scrollbar{width: 4px;}
::-webkit-scrollbar-thumb{background: #d2d2d2;border-radius: 4px;}
::-webkit-scrollbar-thumb{background: #d3d3d3;border-radius: 4px;}
/* public */
.y-page{box-sizing: border-box;scrollbar-width: thin;}
.y-top{padding-top: 93px;}
.y-pad1{box-sizing: border-box;padding-left: 150px;padding-right: 150px;}
.y-pad2{box-sizing: border-box;padding-left: 230px;padding-right: 230px;}
.f-c-c{display: flex;align-items: center;justify-content: center;}
.f-c-sb{display: flex;align-items: center;justify-content: space-between;}
.f-c-s{display: flex;align-items: center;justify-content: flex-start;}
.f-c-e{display: flex;align-items: center;justify-content: flex-end;}
.f-s-s{display: flex;align-items: flex-start;justify-content: flex-start;}
.f-e-sb{display: flex;align-items: flex-end;justify-content: space-between;}
.y-hide1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.y-hide2{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.swiper {width: 100%;height: 100%;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
/* header */
.y-head{box-sizing: border-box;padding: 0 90px;top:0;position: fixed;left: 0;right: 0;z-index: 999;background: #fff;height: 93px;box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);}
.y-head .hea-tu{width: 470px;display: block;}
.y-head .white-logo{display: none;}
.y-head .h-m-list{display: flex;flex-direction: column;align-items: center;margin-left:35px;font-weight: bold;font-size: 17px;color: #003333;position: relative;}
.y-head .h-m-line{width: 40px;height: 3px;background:transparent;top: 150%;position: absolute;}
.y-head .h-m-active .h-m-line{background: #005BAC !important;}
.y-head .hea-search{margin-left: 60px;position: relative;}
.y-head .hea-search img{width: 28px;display: block;cursor: pointer;}
.y-head .white-sear{display: none !important;}
.y-head .h-s-box{height: 40px;position: absolute;top: 150%;right: 0;background: #fff;box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 5px;box-sizing: border-box;padding: 0 20px;}
.y-head .h-s-box>input{height: inherit;outline: none;border: none;}
.y-head .h-s-box>img{width: 20px;display: block;margin-left: 10px;}
.y-head .y-h-s{display: none;}
.y-head .h-m-list:hover .h-m-line{background: #005BAC;}
.y-sy-head{background: transparent;border-bottom: 1px solid rgba(255, 255, 255, 0.6);background: rgba(255,255,255,0.9);box-shadow: none !important;}
/*.y-sy-head .white-logo{display: block;}*/
/*.y-sy-head .black-logo{display: none;}*/
/*.y-sy-head .h-m-list{color: #fff;}*/
/*.y-sy-head .h-m-active .h-m-line{background: #fff !important;}*/
/*.y-sy-head .black-sear{display: none !important;}*/
/*.y-sy-head .white-sear{display: block !important;}*/
/*.y-sy-head .h-m-list:hover .h-m-line{background: #fff !important;}*/
/*.y-sy-head .navbar span{background: #FFF !important;}*/
/* 小屏头部 */
.navbar ul {display: flex;align-items: center;}
.navbar {position: relative;display: none;height: 50px;align-items: center;justify-content: space-between;box-sizing: border-box;}
.navbar input {width: 31px;height: 20px;opacity: 0;cursor: pointer;}
.navbar span {z-index: 99;position: absolute;right:0px;background: #8A8A8A;top: 30%;width: 30px;height: 2px;border-radius: 15px;pointer-events: none;transition: transform 0.3s ease-in-out, top 0.3s ease-in-out 0.3s;}
.navbar span:nth-child(2) {top: calc(30% + 9px);}
.navbar span:nth-child(3) {top: calc(30% + 18px);}
.navbar ul {background: rgba(51, 51, 51, 0);overflow: hidden;position: fixed;top: 100px;left: auto;right: 0;width: 100%;height: 0;transition: all 0.8s;white-space: nowrap;}
.navbar ul li {list-style: none;margin: 0px 15px;}
.navbar ul .nav-menu {;height: max-content;text-decoration: none;font-size: 14px;font-weight: 600;color: #333333;display: none;width: 100%;padding: 15px 30px;box-sizing: border-box;background:#fff;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.navbar input:checked~ul {box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);position: fixed;top: 70px;z-index: 999;box-sizing: border-box;overflow-y: auto;max-height: calc(100vh - 70px);height: auto;width: 100%;display: flex;flex-direction: column;}
.navbar input:checked~ul .nav-menu {display: flex;flex-direction: column;}
.navbar input:checked~span:nth-child(2) {top: calc(50% - 2px);transform: rotate(-45deg);transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;}
.navbar input:checked~span:nth-child(3) {top: calc(50% - 2px);transform: rotate(45deg);transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;}
.navbar input:checked~span:nth-child(4) {display: none;transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;}
.navbar .nav-list {display: flex;align-items: center;justify-content: space-between;}
.navbar .nav-child {display: none;flex-direction: column;align-items: flex-start;margin-top: 10px;}
.navbar .nav-list img {width: 15px;}
.navbar .nav-menu1 .nav-menu {padding: 15px;align-items: flex-start !important;flex-direction: initial !important;}
.navbar .nav-menu1 .nav-menu:last-child{border-bottom: none;}
/* footer */
.y-foot{width: 100%;height: max-content;background: url('../img/foot_bg.png')no-repeat;background-size: cover;border-top: 7px solid #005BAC;}
.y-foot .f-fir{padding-top: 70px;padding-bottom: 30px;}
.y-foot .f-f-left{display: flex;flex-direction: column;}
.y-foot .ff-l-logo img{width: 252px;display: block;}
.y-foot .ff-l-phone{font-weight: 400;font-size: 36px;color: #333333;margin-top: 30px;}
.y-foot .ff-l-add{font-weight: 400;font-size: 14px;color: #666666;margin-top: 18px;}
.y-foot .ff-l-add img{width: 18px;display: block;margin-right: 5px;}
.y-foot .f-f-middle{margin: 0 40px;flex:1;}
.y-foot .ff-link{width: 30%;height: 40px;font-weight: 400;background: #fff;font-size: 14px;color: #666666;box-sizing: border-box;padding: 0 9px;position: relative;}
.y-foot .ff-link img{width: 16px;display: block;margin-left: 8px;}
.y-foot .ff-c-list{width: 90px;background: #FFFFFF;margin-right: 6px;}
.y-foot .ff-c-list img{width: 100%;display: block;}
.y-foot .ff-c-list p{text-align: center;font-weight: 400;font-size: 14px;color: #666666;padding-bottom: 5px;}
.y-foot .ff-c-list:last-child{margin-right: 0;}
.y-foot .ff-r-list{display: flex;flex-direction: column;margin-left: 45px;}
.y-foot .ff-r-title{font-weight: bold;font-size: 16px;color: #333333;margin-bottom: 7px;}
.y-foot .ff-r-item{font-weight: 400;font-size: 14px;color: #666666;line-height: 46px;}
.y-foot .f-sec{height: 60px;border-top: 1px solid #FFFFFF;font-weight: 400;font-size: 14px;color: #666666;}
.y-foot .f-sec a{color: inherit;margin-left: 20px;}
.y-foot .ff-code{margin-top: 50px;}
.y-foot .f-f-right{margin-left: auto;}
.y-foot .link-child{background: #fff;display: flex;flex-direction: column;}
.y-foot .fl-c-item{box-sizing: border-box;padding: 10px 5px;text-align: center;border-bottom: 1px solid #EEE;font-size: 12px;}
.y-foot .f-link-box{display: none;position: absolute;top: 120%;left: 0;right: 0;height: 150px;overflow: auto;box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 5px;z-index: 999;background:#fff;}

/* 栏目 */
.y-column{position: relative;overflow: hidden;width: 100%;height: 0;padding-bottom: 23.5%;}
.y-column img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;right: 0;object-fit: cover;z-index: 9;bottom: 0;}
.y-column .y-col-main{position: absolute;top: 0;left: 0;right:0;bottom: 0;z-index: 99;color: #fff;display: flex;
flex-direction: column;justify-content: center;font-weight: 400;line-height: 67px;font-size: 52px;color: #FFFFFF;}
.y-column .col-item{width: 63px;height: 5px;}
.y-column .blue{background: #00639E;}
.y-column .skyblue{background: #057EBE;}
.y-column .lightblue{background: #86C8BF;}
.y-column .y-col-line{margin-top: 23px;}
/* 面包屑 */
.y-bread{height: 70px;border-bottom: 1px solid #F8F9FB;}
.y-bread .y-b-tu{width: 69px;height: 69px;background: #F8F9FB;}
.y-bread .y-b-tu img{width: 21px;display: block;}
.y-bread .y-b-list{margin-left: 30px;flex-wrap: wrap;display: flex;align-items: center;font-weight: 400;font-size: 14px;color: #333333;}
.y-bread .y-b-list a{color: inherit;}
.y-bread .y-b-list span{margin: 0 5px;}

/* 动效 */
.sy-box2 .b2-right img:hover,
.sy-box3 .b3-tu img:hover,
.sy-box6 .b6-l-tu img:hover,
.l1-box1 .l1-b1-tu img:hover,
.list3-main .list3-tu img:hover{transition: all 0.8s;transform: scale(1.05);}
.sy-box3 .b3-t-list:hover{background: #005BAC;color: #fff;border: 1px solid #005BAC;}
.sy-box3 .b3-r-list:hover .b3-r-name,
.sy-box3 .b3-l-name:hover,
.sy-box6 .b6-t-list:hover,
.sy-box6 .b6-name:hover,
.sy-box6 .b6-r-list:hover .b6-rl-name,
.y-foot .ff-r-item:hover,
.y-foot .f-sec a:hover,
.y-bread .y-b-list a:hover,
.details-notice .det-list a:hover,
.y-foot .fl-c-item:hover,
.l1-box1 .l1-b1-name:hover,
.l1-main .l1-list:hover .l1-l-name,
.list3-main .list3-item:hover .list3-name{color: #005BAC;}
.sy-box5 .b5-list:hover,
.sy-box6 .b6-more:hover,
.sy-box3 .b6-more:hover{transition: all 0.8s;transform: scale(0.95);}
.sy-box6 .b6-r-list:hover{border: 1px solid #005BAC;}
.oth-main .oth-l-link:hover{background: #005BAC;color: #FFFFFF;}

.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.pagination li{width:30px;height:30px;border:1px solid #E5E2DE;display:flex;align-items:center;justify-content:center;margin:0 1px;font-weight: 400;
font-size: 14px;color: #999999;box-sizing:border-box;margin-top:10px;}
.pagination li a{color:inherit;}
.pagination .active,
.pagination li:hover{color:#fff;background:#006EBC;border:1px solid #006EBC;}

@media screen and (max-width: 1919px) {
.y-head{padding: 0 70px;}
.y-pad1{padding-left: 120px;padding-right: 120px;}
.y-pad2{padding-left: 200px;padding-right: 200px;}


}
@media screen and (max-width: 1700px) {
.list3-main .list3-name{margin-top: 10px;}
.list3-main .list3-info{padding: 14px 40px;}
.y-head {padding: 0 40px;}
.y-head .hea-search,.y-head .h-m-list{margin-left: 25px;}

.y-pad1 {padding-left: 100px;padding-right: 100px;}
.sy-box3 .b3-time span:first-child{font-size: 45px;}
.sy-box3 .b3-time{font-size: 18px;}
.sy-box3 .b3-r-text{margin-top: 5px;}
.y-foot .ff-l-phone{font-size: 33px;}
.y-foot .ff-r-list{margin-left: 28px;}
.y-foot .ff-code {margin-top: 45px;}
.y-pad2{padding-left: 150px;padding-right: 150px;}
.sy-box3 .b3-left {width: 672px;}

}
@media screen and (max-width: 1600px){
.sy-box6 .b6-left {width: 377px;}
.sy-box3 .b3-left {width: 605px;}
.det1-info{font-size: 16px;}
.details-name {font-size: 32px;line-height: 44px;}
.details-info {height: 80px;}
.details-info p{font-size: 15px;}
.details-content{line-height: 40px;}
.details-notice{margin-top: 50px;}
.details-notice .det-list{margin: 40px 0;}
.list3-main .list3-time span:first-child{font-size: 28px;}
.list3-main .list3-name{font-size: 18px;}
.list3-main .list3-text{line-height: 20px;}
.list3-main .list3-info {padding: 10px 30px;}
.y-head .hea-search img {width: 26px;}
.y-head .h-m-list{font-size: 16px;}
.y-head .hea-tu {width: 380px;}
.y-head {padding: 0 25px;height: 80px;}
.y-head .h-m-line {width: 35px;height: 4px;}
.y-top {padding-top: 80px;}
.y-pad1 {padding-left: 60px;padding-right: 60px;}
.sy-box2,.sy-box3 {padding-top: 50px;padding-bottom: 50px;}
.sy-box2 .b2-title,.sy-box2 .b2-tit-name,.sy-box3 .b2-title,.sy-box3 .b2-tit-name{font-size: 36px;}
.sy-box2 .b2-tit-name,.sy-box3 .b2-tit-name{margin-top: 10px;}
.sy-box2 .b2-info{margin: 40px 0;}
.sy-box2 .b2-t-list img {width: 55px;}
.sy-box2 .b2-info{font-size: 17px;line-height: 32px;}
.sy-box2 .b2-t-name{font-size: 17px;}
.sy-box2 .b2-t-list{font-size: 13px;}
.sy-box2 .b2-right{margin-left: 50px;}
.sy-box3 .b3-t-list {width: 145px;height: 45px;margin-left: 25px;font-size: 19px;}
.sy-box3 .b3-main{margin-top: 40px;}
.sy-box3 .swiper-button-prev:after, .sy-box3 .swiper-button-next:after {font-size: 35px;}
.sy-box3 .b3-l-name {height: 65px;padding: 0 120px 0 13px;font-size: 19px;}
.sy-box3 .b3-right{margin-left: 30px;}
.sy-box3 .b3-time {font-size: 16px;}
.sy-box3 .b3-time span:first-child {font-size: 40px;}
.sy-box3 .b3-r-name{font-size: 18px;}
.sy-box3 .b3-r-text {font-size: 13px;line-height: 20px;height: 40px;}
.sy-box3 .b3-time{width: 90px;}
.sy-box3 .b3-r-info {margin-left: 20px;}
.sy-box3 .b3-r-list {padding-bottom: 10px;}
.sy-box4 .b4-main span:first-child{font-size: 36px;margin-bottom: 30px;}
.sy-box4 .b4-main{font-size: 18px;}
.sy-box5 .b5-name{font-size: 24px;}
.sy-box5 .b5-more .b5-english{font-size: 16px;}
.sy-box5 .b5-more img{width: 42px;}
.sy-box6 {margin-top: 50px;padding-bottom: 50px;}
.sy-box6 .b6-t-list{font-size: 36px;}
.sy-box3 .b6-more,
.sy-box6 .b6-more {width: 240px;height: 60px;font-size: 19px;}
.sy-box3 .b6-more img,
.sy-box6 .b6-more img {width: 42px;}
.sy-box6 .b6-t-line {top: calc(100% + 29px);width: 140px;}
.sy-box6 .b6-fir{padding-bottom: 25px;}
.sy-box6 .b6-sec{margin-top: 40px;}
.sy-box6 .b6-time{font-size: 17px;}
.sy-box6 .b6-name {height: 60px;font-size: 19px;line-height: 28px;}
.sy-box6 .b6-r-list{padding: 30px 20px;}
.sy-box6 .b6-rl-time span:first-child{font-size: 28px;}
.sy-box6 .b6-rl-time{font-size: 15px;}
.sy-box6 .b6-rl-name {height: 55px;font-size: 17px;line-height: 25px;}
.y-foot{border-top:5px solid #005BAC;}
.y-foot .f-fir {padding-top: 50px;}
.y-foot .ff-r-title {font-size: 15px;margin-bottom: 5px;}
.y-foot .ff-r-item {font-size: 13px;line-height: 40px;}
.y-foot .ff-r-list {margin-left: 25px;}
.y-foot .ff-link {height: 35px;font-size: 13px;}
.y-foot .ff-link img {width: 14px;}
.y-foot .ff-c-list {width: 85px;}
.y-foot .ff-code {margin-top: 30px;}
.y-foot .ff-l-logo img {width: 220px;}
.y-foot .ff-l-phone {font-size: 28px;}
.y-foot .ff-l-add {font-size: 13px;margin-top: 10px;}
.y-foot .f-sec {height: 50px;font-size: 13px;}
.sy-box3 .swiper-pagination{bottom: 23px;}
.y-column .y-col-main{font-size: 46px;line-height: 60px;}
.oth-main .oth-l-tit {font-size: 25px;padding: 15px 0 15px 15px;}
.oth-main .oth-l-link{padding: 0 18px;}
.oth-main .oth-right{margin-left: 50px;}
.l1-box1 .l1-b1-info {padding: 25px 15px 25px 25px;}
.l1-box1 .l1-b1-time {height: 30px;font-size: 17px;line-height: 30px;}
.l1-box1 .l1-b1-name {margin: 16px 0 15px 0;font-size: 19px;line-height: 28px;}
.l1-box1 {margin-bottom: 30px;}
.l1-main .l1-l-time span:first-child{font-size: 46px;}
.l1-main .l1-l-time{font-size: 18px;}
.l1-main .l1-l-name{font-size: 19px;}
.y-pad2 {padding-left: 120px;padding-right: 120px;}
.y-column .y-col-main {font-size: 40px;line-height: 55px;}
.y-column .col-item {width: 60px;height: 4px;}
.y-column .y-col-line {margin-top: 15px;}
}
@media screen and (max-width: 1400px){
.sy-box3 .b3-left {width: 530px;}
.details-name {font-size: 30px;line-height: 40px;}
.details-info p {font-size: 14px;padding: 0 15px;}
.details-info {height: 70px;}
.details-notice {margin-top:40px;}
.details-notice .det-list {margin: 30px 0;}
.details-notice .det-list img {width: 17px;}
.details-notice .det-list a{font-size: 15px;}
.details-notice .det-list:first-child img {margin-right: 10px;}
.details-notice .det-list:last-child img {margin-left: 10px;}
.list3-main .list3-info {padding: 10px 20px;}
.list3-main .list3-time span:first-child {font-size: 25px;}
.list3-main .list3-time{font-size: 15px;}
.list3-main .list3-name {font-size: 17px;margin: 5px 0;}
.list3-main .list3-text{font-size: 13px;}
.list3-main .list3-time {font-size: 14px;}
.list3-main .list3-time span:first-child {font-size: 23px;}
.list3-main .list3-name {font-size: 16px;}
.list3-main .list3-text{-webkit-line-clamp: 1;}
.y-column .y-col-main {font-size: 35px;line-height: 45px;}
.y-bread .y-b-tu {width: 60px;height: 60px;}
.y-bread{height: 60px;}
.y-bread .y-b-list {margin-left: 20px;}
.oth-main {margin-top: 40px;}
.oth-main .oth-l-tit {font-size: 23px;padding: 10px 0 10px 15px;}
.oth-main .oth-left {width: 245px;}
.oth-main .oth-l-link{font-size: 15px;}
.oth-main .oth-right {margin-left: 30px;}
.l1-box1 .l1-b1-info {padding: 15px 15px 20px 20px;}
.l1-box1 .l1-b1-time {height: 25px;font-size: 16px;line-height: 26px;}
.l1-box1 .l1-b1-name {margin: 10px 0 10px 0;font-size: 18px;line-height: 25px;}
.l1-box1 .l1-b1-text {font-size: 14px;line-height: 20px;}
.l1-box1 .swiper-pagination-bullet {width: 8px;height: 8px;}
.l1-main .l1-list {padding: 25px 20px;}
.l1-main .l1-l-time {font-size: 16px;width: 100px;line-height: 30px;}
.l1-main .l1-l-time span:first-child {font-size: 42px;}
.l1-main .l1-l-info {margin: 0 25px;width: calc(100% - 181px);}
.l1-main .l1-l-name {font-size: 18px;}
.l1-main .l1-l-text {margin-top: 10px;font-size: 13px;line-height: 22px;height: 43px;}
.l1-main .l1-l-arrow {width: 30px;}
.y-head .hea-search img {width: 24px;}
.y-head .h-m-list {font-size: 15px;}
.y-head .hea-search, .y-head .h-m-list {margin-left: 15px;}
.y-head .hea-tu {width: 365px;}
.y-head .hea-search img {width: 22px;}
.sy-box2, .sy-box3 {padding-top: 40px;padding-bottom: 40px;}
.y-pad1 {padding-left: 40px;padding-right: 40px;}
.sy-box2 .b2-title, .sy-box2 .b2-tit-name, .sy-box3 .b2-title, .sy-box3 .b2-tit-name {font-size: 33px;line-height: 30px;}
.sy-box2 .b2-info {font-size: 16px;line-height: 28px;margin: 25px 0;}
.sy-box2 .b2-t-list img {width: 45px;}
.sy-box2 .b2-t-name {font-size: 16px;margin-top: 10px;}
.sy-box3 .b3-t-list {width: 140px;height: 41px;margin-left: 20px;font-size: 17px;}
.sy-box3 .b3-main {margin-top: 30px;}
.sy-box3 .b3-l-name {height: 60px;padding: 0 90px 0 13px;font-size: 18px;}
.sy-box3 .swiper-pagination {bottom: 21px;}
.sy-box3 .b3-time span:first-child {font-size: 36px;line-height: 40px;}
.sy-box3 .b3-time {font-size: 14px;width: 85px;}
.sy-box3 .b3-r-name {font-size: 17px;}
.sy-box3 .b3-r-list {padding-bottom: 5px;}
.sy-box3 .b3-right {margin-left: 20px;}
.sy-box4 .b4-main span:first-child {font-size: 33px;margin-bottom: 20px;}
.sy-box4 .b4-main {font-size: 17px;}
.sy-box5 .b5-main{padding: 30px 20px;}
.sy-box5 .b5-name {font-size: 22px;}
.sy-box5 .b5-text{margin-top: 10px;}
.sy-box5 .b5-more .b5-english {font-size: 15px;}
.sy-box5 .b5-more img {width: 40px;}
.sy-box6 {margin-top: 40px;padding-bottom: 40px;}
.sy-box6 .b6-t-list {font-size: 33px;margin-right: 40px;}
.sy-box6 .b6-fir {padding-bottom: 20px;}
.sy-box3 .b6-more,
.sy-box6 .b6-more {width: 210px;height: 55px;font-size: 18px;}
.sy-box3 .b6-more img,
.sy-box6 .b6-more img {width: 36px;}
.sy-box6 .b6-t-line {top: calc(100% + 22px);width: 130px;}
.sy-box6 .b6-sec {margin-top: 30px;}
.sy-box6 .b6-time {font-size: 16px;}
.sy-box6 .b6-name {height: 52px;font-size: 18px;line-height: 25px;}
.sy-box6 .b6-rl-time span:first-child {font-size: 25px;}
.sy-box6 .b6-rl-time {font-size: 14px;padding-bottom: 25px;}
.sy-box6 .b6-rl-info {margin-left: 20px;}
.sy-box6 .b6-rl-name {height: 50px;font-size: 16px;line-height: 23px;}
.sy-box6 .b6-rl-text {margin-top: 5px;font-size: 13px;line-height: 20px;height: 40px;}
.y-foot {border-top: 3px solid #005BAC;}
.y-foot .f-fir {padding-top: 40px;padding-bottom: 20px;}
.y-foot .ff-r-list {margin-left: 17px;}
.y-foot .f-f-middle {margin: 0 20px;}
.y-foot .ff-l-logo img {width: 200px;}
.y-foot .ff-l-phone {font-size: 25px;margin-top: 30px;}
.y-foot .ff-l-add {font-size: 12px;align-items: flex-start;}
.y-foot .ff-c-list {width: 80px;}
.y-foot .ff-c-list p{font-size: 12px;}
.y-foot .ff-r-title {font-size: 14px;}
.y-foot .f-sec {height: 45px;font-size: 12px;}
.y-foot .f-link-box{height: 130px;}
.sy-box6 .b6-left {width: 325px;}
.y-foot .ff-code {margin-top: 20px;}
}
@media screen and (max-width: 1200px){
.y-foot .f-f-middle{flex:none;width:60%;margin-left:auto}
.sy-box3 .b3-left {width: 438px;}
.details-name {font-size: 26px;line-height: 36px;}
.details-info{height: max-content;flex-wrap: wrap;padding: 10px 0 20px 0;}
.details-content {line-height: 35px;}
.details-notice {margin-top: 30px;}
.details-info p{margin-top: 10px;}
.y-pad2 {padding-left: 80px;padding-right: 80px;}
.y-column .y-col-main {font-size: 33px;line-height: 42px;}
.oth-main {margin-top: 30px;}
.oth-main .oth-l-tit {font-size: 22px;padding: 5px 0 5px 15px;}
.oth-main .oth-l-tit span:first-child{margin-bottom: 0;}
.oth-main .oth-l-link {font-size: 14px;}
.oth-main .oth-left {width: 230px;}
.oth-main .oth-right {margin-left: 20px;}
.l1-box1 .l1-b1-info {padding: 10px 15px 20px 15px;}
.l1-box1 .l1-b1-time {font-size: 14px;}
.l1-box1 .l1-b1-name {margin: 5px 0 5px 0;font-size: 16px;line-height: 22px;}
.l1-box1 {margin-bottom: 20px;}
.l1-main .l1-list {padding: 20px 15px;}
.l1-main .l1-l-time span:first-child {font-size: 38px;}
.l1-main .l1-l-time {font-size: 15px;width: 80px;line-height: 28px;}
.l1-main .l1-l-info {margin: 0 20px;width: calc(100% - 151px);}
.l1-main .l1-l-name {font-size: 17px;}
.l1-main .l1-l-text {margin-top: 5px;line-height: 20px;height: 40px;}
.l1-main{margin-bottom: 40px;}
.y-head .h-m-list {font-size: 13px;}
.y-head .hea-tu {width: 265px;}
.y-head {padding: 0 20px;height: 65px;}
.y-top{padding-top: 65px;}
.y-head .hea-search img {width: 20px;}
.y-head .hea-search, .y-head .h-m-list {margin-left: 13px;}
.y-head .h-m-line {width: 25px;height: 3px;}
.sy-box1 .swiper img{height: auto;}
.sy-box1 .swiper{height: max-content;}
.y-pad1 {padding-left: 30px;padding-right: 30px;}
.sy-box2, .sy-box3 {padding-top: 30px;padding-bottom: 30px;}
.sy-box2 .b2-title, .sy-box2 .b2-tit-name, .sy-box3 .b2-title, .sy-box3 .b2-tit-name {font-size: 28px;line-height: 25px;}
.sy-box2 .b2-right {margin-left: 20px;}
.sy-box2 .b2-info {font-size: 15px;line-height: 25px;margin: 20px 0;}
.sy-box2 .b2-t-list img {width: 40px;}
.sy-box2 .b2-t-name {font-size: 15px;margin-top: 5px;}
.sy-box2 .b2-t-list {font-size: 12px;}
.sy-box3 .b3-t-list {width: 125px;height: 35px;margin-left: 20px;font-size: 16px;}
.sy-box3 .b3-main {margin-top: 20px;}
.sy-box3 .b3-l-name {height: 50px;padding: 0 90px 0 10px;font-size: 17px;}
.sy-box3 .swiper-pagination {bottom: 15px;}
.sy-box3 .b3-time span:first-child {font-size: 33px;line-height: 36px;}
.sy-box3 .b3-time {font-size: 13px;width: 80px;}
.sy-box3 .b3-r-info {margin-left: 15px;}
.sy-box3 .b3-r-name {font-size: 16px;}
.sy-box3 .b3-r-text{-webkit-line-clamp: 1;height: max-content;}
.sy-box4 .b4-main span:first-child {font-size: 28px;margin-bottom: 15px;}
.sy-box4 .b4-main {font-size: 15px;padding-bottom: 55px;}
.sy-box5{margin-top: -55px;}
.sy-box5 .b5-main {padding: 21px 15px;}
.sy-box5 .b5-name {font-size: 20px;}
.sy-box5 .b5-text {margin-top: 8px;font-size: 13px;}
.sy-box5 .b5-more .b5-english {font-size: 13px;}
.sy-box5 .b5-more img {width: 35px;}
.sy-box6 .b6-t-list {font-size: 28px;margin-right: 30px;}
.sy-box6 {margin-top: 30px;padding-bottom: 30px;}
.sy-box3 .b6-more,
.sy-box6 .b6-more {width: 185px;height: 50px;font-size: 17px;}
.sy-box3 .b6-more img,
.sy-box6 .b6-more img {width: 30px;}
.sy-box6 .b6-t-line {width: 110px;}
.sy-box6 .b6-sec {margin-top: 20px;}
.sy-box6 .b6-time {font-size: 15px;}
.sy-box6 .b6-name {height: 46px;font-size: 17px;margin-top: 15px;line-height: 22px;}
.sy-box6 .b6-r-list {padding: 31px 15px;}
.sy-box6 .b6-rl-time span:first-child {font-size: 22px;}
.sy-box6 .b6-rl-time {font-size: 13px;padding-bottom: 20px;}
.sy-box6 .b6-rl-name {height: 43px;font-size: 15px;line-height: 20px;}
.sy-box6 .b6-rl-text {font-size: 14px;}
.y-foot {border-top: 2px solid #005BAC;}
.y-foot .f-fir {padding-top: 30px;padding-bottom: 20px;}
.y-foot .f-fir{flex-wrap: wrap;}
/*.y-foot .f-f-left{width: 50%;}*/
/*.y-foot .f-f-middle{flex: 1;display: flex;flex-direction: column;align-items: flex-end;}*/
.y-foot .f-f-right{width: 100%;margin-top: 10px;justify-content: space-between;}
/*.y-foot .ff-link{width: 200px;}*/
.y-foot .ff-code {margin-top: 0px;}
.y-foot .ff-c-list {width: 97px;}
.y-foot .ff-r-list:first-child{margin-left: 0;}
.y-foot .ff-r-item {font-size: 12px;line-height: 26px;}
.y-foot .ff-l-phone {font-size: 23px;margin-top: 25px;}
.list3-main {padding-bottom: 30px;}

}
@media screen and (max-width: 993px){
.y-foot .ff-code{width: 50%;justify-content: flex-start;margin-top: 20px;}
.sy-box3 .b3-main{align-items:center;}
.sy-box3 .b3-left {width: 340px;}
.list3-main .list3-item{margin-bottom: 20px;}
.y-pad2 {padding-left: 60px;padding-right: 60px;}
.y-column .y-col-main {font-size: 30px;line-height: 40px;}
.y-column .y-col-line {margin-top: 10px;}
.y-column .col-item {width: 55px;height: 3px;}
.oth-main .oth-left{display: none;}
.oth-main .oth-right{margin-left: 0;}
.hea-menu{display: none;}
.navbar{display: flex;}
.y-head .hea-search img {width: 25px;}
.y-head {height: 60px;}
.y-top{padding-top: 60px;}
.y-head .hea-tu {width: 330px;}
.y-head .hea-search {margin-left: 20px;}
.sy-box2 .b2-title, .sy-box2 .b2-tit-name, .sy-box3 .b2-title, .sy-box3 .b2-tit-name {font-size: 24px;line-height: 20px;}
.sy-box2 .b2-info {font-size: 14px;line-height: 24px;margin: 15px 0;}
.sy-box2 .b2-tab{flex-wrap: wrap;}
.sy-box2 .b2-t-list{width: 50%;margin-bottom: 20px;}
.sy-box2 .b2-t-name {font-size: 14px;}
.sy-box3 .b3-t-list {width: 110px;height: 33px;margin-left: 17px;font-size: 14px;}
.sy-box3 .b3-l-name {height: 45px;font-size: 16px;}
.sy-box3 .swiper-button-prev:after, .sy-box3 .swiper-button-next:after {font-size: 30px;}
.sy-box3 .swiper-pagination {bottom: 31px;}
.sy-box3 .b3-time span:first-child {font-size: 30px;line-height: 33px;}
.sy-box3 .b3-r-list {margin-bottom: 5px;}
.sy-box4 .b4-main span:first-child {font-size: 24px;margin-bottom: 12px;}
.sy-box4 .b4-main {font-size: 13px;padding-bottom: 30px;}
.sy-box5 {margin-top: -30px;}
.sy-box5 .b5-main {padding: 15px 10px;}
.sy-box5 .b5-name {font-size: 18px;}
.sy-box5 .b5-text {margin-top: 5px;font-size: 12px;}
.sy-box5 .b5-more .b5-english {font-size: 12px;}
.sy-box5 .b5-more img {width: 30px;}
.sy-box6 .b6-t-list {font-size: 24px;margin-right: 25px;}
.sy-box3 .b6-more,
.sy-box6 .b6-more {width: 145px;height: 45px;font-size: 15px;}
.sy-box3 .b6-more img,
.sy-box6 .b6-more img {width: 25px;}
.sy-box6 .b6-fir {padding-bottom: 15px;}
.sy-box6 .b6-t-line {width: 97px;top: calc(100% + 19px);height: 3px;}
.sy-box6 .b6-r-list {padding: 15px 10px;}
.sy-box6 .b6-rl-time span:first-child {font-size: 20px;}
.sy-box6 .b6-rl-info {margin-left: 10px;}
.sy-box6 .b6-rl-name {height: 36px;font-size: 16px;line-height: 18px;}
.sy-box6 .b6-rl-text{line-height: 16px;height: 33px;}
.sy-box6 .b6-name {font-size: 16px;margin-top: 10px;}
.sy-box6 .b6-l-tu {margin-top: 14px;}
.y-foot .f-f-right{display: none;}
.y-foot .f-sec {height: 40px;}
.l1-main{margin-bottom: 30px;}
.sy-box6 .b6-left {width: 205px;}
}
@media screen and (max-width: 768px){
.y-foot .f-f-middle{display: none;}
.y-foot .f-fir{flex-direction: column;align-items: center;}
.y-foot .ff-code{justify-content:center;}
.det1-info {font-size: 15px;padding-bottom: 30px;}
.details-name {font-size: 22px;line-height: 32px;}
.details-info p {font-size: 13px;padding: 0 10px;margin-top: 5px;}
.details-content {line-height: 30px;font-size: 15px;}
.details-notice .det-list {margin: 20px 0;}
.details-notice {margin-top: 20px;}
.details-notice .det-list a {font-size: 14px;}
.y-column .y-col-main {font-size: 24px;line-height: 30px;}
.y-column .col-item {width: 45px;}
.list3-main .list3-time span:first-child {font-size: 21px;}
.list3-main .list3-name {font-size: 15px;}
.list3-main .list3-text {font-size: 14px;line-height: 16px;}
.y-bread {height: 50px;}
.y-pad2 {padding-left: 30px;padding-right: 30px;}
.l1-box1 .l1-b1-name {font-size: 16px;line-height: 20px;}
.l1-box1 .l1-b1-text{-webkit-line-clamp: 2;height:40px;}
.l1-main .l1-l-time {font-size: 14px;}
.l1-main .l1-l-time span:first-child {font-size: 35px;}
.l1-main .l1-l-name {font-size: 16px;}
.l1-main .l1-l-text {line-height: 18px;height: 36px;}
.y-bread .y-b-tu {width: 50px;height: 50px;}
.list3-main {padding-bottom: 30px;}
.y-head .hea-tu {width: 290px;}
.y-head {height: 55px;}
.navbar input:checked~ul{top: 60px;max-height: calc(100vh - 60px);}
.y-top{padding-top: 55px;}
.sy-box2{flex-direction: column;}
.sy-box2 .b2-right{width: 100%;margin-left: 0;padding-bottom: 81.9%;}
.sy-box2 .b2-left{margin-bottom: 20px;}
/*.sy-box3 .b3-title{flex-direction: column;align-items: flex-start;}*/
.sy-box3 .b3-t-list:first-child{margin-left: 0;}
.sy-box3 .b3-tab{margin-top: 20px;}
.sy-box3 .b3-main{flex-direction: column;}
.sy-box3 .b3-left{width: 100%;}
.sy-box3 .b3-right {margin-left: 0px;margin-top: 20px;width: 100%;}
.sy-box3 .b3-r-list {margin-bottom: 15px;}
.sy-box3{padding-bottom: 15px;}
.sy-box3 .swiper-pagination {bottom: 13px;}
.sy-box5{flex-wrap: wrap;}
.sy-box5 .b5-list{width: 48%;margin-bottom:20px;}
/*.sy-box6 .b6-fir{flex-direction: column;align-items: flex-start;border-bottom:none;}*/
.sy-box6 .b6-t-line{position: static;margin-top: 15px;background: #fff;display: block;width: 80px;}
.sy-box6 .b6-t-active .b6-t-line{background: #005BAC;}
.sy-box3 .b6-more,
.sy-box6 .b6-more{margin-left: auto;width: 115px;height: 40px;font-size: 14px;}
.sy-box6 {margin-top: 10px;}
.sy-box6 .b6-t-list {font-size: 20px;margin-right: 15px;}
.sy-box3 .b6-more img,
.sy-box6 .b6-more img {width: 19px;}
.sy-box6 .b6-sec {flex-direction: column;}
.sy-box6 .b6-left{width: 100%;}
.sy-box6 .b6-name{height: max-content;}
.sy-box6 .b6-right{margin-left: 0;margin-top: 20px;}
.sy-box6 .b6-r-list{margin-bottom: 15px;margin-top:0;}
.y-foot .ff-l-logo img {width: 190px;}
}
@media screen and (max-width: 576px){
.y-foot .ff-link{display:none;}
.det1-info {font-size: 14px;padding-bottom: 20px;line-height: 25px;}
.details-notice .det-list {margin: 20px 0;}
.details-name {font-size: 18px;line-height: 26px;}
.details-info p {font-size: 12px;}
.details-info {padding: 10px 0;}
.details-content {line-height: 25px;font-size: 14px;margin-top: 10px;}
.details-notice{flex-direction: column;align-items: flex-start;}
.details-notice .det-list{width: 100%;}
.details-notice .det-list:last-child {justify-content: flex-end;flex-direction: row-reverse;}
.details-notice .det-list:last-child img{margin-left:0;margin-right:10px;transform: rotate(180deg);}
.details-notice .det-list a{max-width: 90%;font-size: 13px;}
.details-notice .det-list:first-child{margin-bottom: 0;}
.y-column .y-col-main {font-size: 18px;line-height: 24px;}
.y-column .col-item {width: 35px;height: 2px;}
.y-column .y-col-line {margin-top: 5px;}
.list3-main .list3-item{flex-direction: column;}
.list3-main .list3-tu{width: 100%;padding-bottom: 66%;}
.list3-main .list3-info{width: 100%;}
.list3-main .list3-time span:first-child {font-size: 18px;}
.list3-main .list3-time {font-size: 12px;}
.list3-main .list3-info {padding: 10px;}
.list3-main .list3-name {font-size: 16px;}
.list3-main .list3-text{-webkit-line-clamp: 2;}
.list3-main {padding-bottom: 20px;}
.y-bread .y-b-list{font-size: 12px;}
.y-pad2 {padding-left: 20px;padding-right: 20px;}
.y-bread .y-b-tu img {width: 19px;}
.oth-main {margin-top: 20px;}
.l1-box1 .swiper-slide{flex-direction: column;}
.l1-box1 .l1-b1-tu{width: 100%;padding-bottom: 65.6%;}
.l1-box1 .l1-b1-name{margin: 10px 0;height:40px;}
.l1-box1 .l1-b1-info {padding: 10px 15px 35px 15px;}
.l1-main .l1-l-time {font-size: 13px;width: 70px;line-height: 20px;}
.l1-main .l1-l-time span:first-child {font-size: 32px;}
.l1-main .l1-l-arrow {width: 25px;}
.l1-main .l1-l-info {margin: 0 15px;width: calc(100% - 126px);}
.l1-main .l1-l-name {font-size: 16px;}
.l1-main .l1-l-text{font-size: 14px;}
.l1-main{margin-bottom: 20px;}
.y-head .hea-tu {width: 235px;}
.y-head .hea-search img {width: 22px;}
.y-head .h-s-box{height: 35px;padding: 0 10px;}
.y-head .hea-search {margin-left: 15px;}
.y-head {height: 50px;}
.navbar input:checked~ul {top: 50px;max-height: calc(100vh - 50px);}
.y-top{padding-top: 50px;}
.y-pad1 {padding-left: 20px;padding-right: 20px;}
.sy-box2 {padding-top: 20px;padding-bottom: 20px;}
.sy-box2 .b2-title, .sy-box2 .b2-tit-name, .sy-box3 .b2-title, .sy-box3 .b2-tit-name {font-size: 20px;line-height: 15px;}
.sy-box2 .b2-info {font-size: 16px;line-height: 26px;margin: 12px 0;text-align: justify;}
.sy-box2 .b2-t-list img {width: 35px;}
.sy-box2 .b2-t-name {font-size: 14px;}
.sy-box3 {padding-top: 20px;padding-bottom: 15px;}
.sy-box3 .b3-tab {margin-top: 15px;}
.sy-box3 .b3-t-list {width: 90px;height: 30px;margin-left: 15px;font-size: 13px;}
.sy-box3 .swiper-button-prev:after, .sy-box3 .swiper-button-next:after {font-size: 25px;}
.sy-box3 .b3-l-name {height: 40px;font-size: 16px;}
.sy-box3 .swiper-pagination {bottom: 11px;}
.sy-box3 .b3-time {font-size: 12px;width: 70px;}
.sy-box3 .b3-time span:first-child {font-size: 26px;}
.sy-box3 .b3-r-name {font-size: 16px;}
.sy-box3 .b3-r-text {font-size: 14px;line-height: 18px;-webkit-line-clamp: 2;}
.sy-box3 .b3-r-list {padding-bottom: 10px;margin-bottom: 10px;}
.sy-box4 .b4-main span:first-child {font-size: 20px;margin-bottom: 10px;}
.sy-box4 .b4-main{font-size: 12px;padding-bottom: 0;}
.sy-box5 {margin-top: 20px;}
.sy-box5 .b5-name {font-size: 17px;}
.sy-box6 {padding-bottom: 0;}
.sy-box6 .b6-t-list {font-size: 17px;}
.sy-box6 .b6-t-line {margin-top: 10px;width: 68px;}
.sy-box3 .b6-more,
.sy-box6 .b6-more {width: 110px;height: 35px;font-size: 13px;}
.sy-box6 .b6-sec {margin-top: 0px;}
.sy-box6 .b6-time {font-size: 14px;height: 25px;line-height: 25px;}
.sy-box6 .b6-name {font-size: 15px;line-height: 20px;}
.sy-box6 .b6-r-list{width: 100%;}
.sy-box6 .b6-rl-time span:first-child {font-size: 18px;}
.y-foot .ff-l-logo img {width: 160px;}
.y-foot .ff-l-phone {font-size: 18px;margin-top: 10px;}
.y-foot .f-f-left{width: 100%;align-items: center;}
.y-foot .f-f-middle{margin-left: 0;margin-top: 10px;align-items: center;}
.y-foot .ff-code {margin-top: 10px;}
.y-foot .ff-l-add{margin-top: 5px;}
.y-foot .f-sec{height: max-content;flex-direction: column;padding: 10px;}
.y-foot .f-fir {padding-top: 20px;padding-bottom: 15px;}

}