.padding{ padding-top:80px; padding-bottom:80px; }
.padding-bottom-80{ padding-bottom:80px;}
.padding-top-0{ padding-top:0; }
.swiper{--swiper-theme-color:  var(--blue);/* 设置Swiper风格 */--swiper-navigation-color: #172259;/* 单独设置按钮颜色 */--swiper-navigation-size: 24px;/* 设置按钮大小 */}

html{height: 100%;}
.index_banner {position: relative;width: 100%; }
.index_banner .swiper{ height:600px; }
.index_banner .swiper-slide{ position: relative;width: 100%;overflow:hidden; }
.index_banner .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.index_banner .swiper-slide .info{ position:absolute; width: calc(var(--width) / 2 + 200px);left: 50%; top:50%; padding-right: calc(var(--width) / 2 - 200px); transition-duration: 0.3s; z-index: 33; transform: translate(-50%, -50%); letter-spacing:1px; transition-delay:0.5s; }
.index_banner .swiper-slide .info > *{opacity: 0; transform: translateY(50px); transition: all 1s; }
.index_banner .swiper-slide-active .info > * {  opacity: 1; transform: none;}
.index_banner .swiper-slide-active .info > *:nth-child(1) { transition-delay: 0.4s;}
.index_banner .swiper-slide-active .info > *:nth-child(2) { transition-delay: 0.6s;}
.index_banner .swiper-slide-active .info > *:nth-child(3) { transition-delay: 0.8s;}
.index_banner .swiper-slide-active .info > *:nth-child(4) { transition-delay: 2s;}
.index_banner .swiper-slide .info h1{color: #fff; font-size:45px; font-weight: bold; line-height:1.2em; margin-bottom:20px; }
.index_banner .swiper-slide .info h3{color: #fff; line-height:1.4em;  font-weight: normal;margin-bottom:60px;  font-size:22px;}
.index_banner .swiper-slide .info .button{display: flex; justify-content: left; align-items: center;}
.index_banner .swiper-slide .info .button a{ color:#fff;transition-duration: 0.3s;  padding-left: 30px; padding-right: 15px; display: inline-block; padding-top: 3px; padding-bottom: 3px;  border-radius:2px; border:#fff solid 2px; line-height:1em; }
.index_banner .swiper-slide .info .button span{ color:#fff; }
.index_banner .swiper-slide .info .button i{color: #fff; font-size: 18px;display:inline-block;width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50px; transition-duration: 0.2s}
.index_banner .swiper-slide .info .button a:hover i{  margin-left:10px;   }
.index_banner .swiper-slide .info .button a:hover{background: var(--main); border:var(--main) solid 2px; }
.index_banner .swiper-pagination{ bottom:70px!important; }
.index_banner .swiper-pagination .swiper-pagination-bullet {border-radius: 0; height:2px; width:60px; transition-duration: 0.2s; background:rgba(255, 255, 255, 0.7); opacity:1; }
.index_banner .swiper-pagination .swiper-pagination-bullet-active{background: var(--main);}

.index_news{ position: relative; margin-bottom: 30px;}
.index_news .head{ margin-top: -50px; background: #fff; position: relative; z-index: 9; padding: 35px; padding-bottom: 20px; display: flex; justify-content:space-between; align-items: center;}
.index_news .head .title h2{ font-size: 30px; color: #111; font-weight: 500; line-height: 1em; margin-bottom: 10px;}
.index_news .head .title p{ font-size: 14px; font-weight: 300; color: #999999; text-transform: uppercase; line-height: 1em;}
.index_news .head .more a{ color: #666; font-size: 16px;}
.index_news .head .more a i{ margin-left: 6px; background:#1658a0; color: #fff; transform: rotate(0deg); transition-duration: 0.3s; height: 24px; width: 24px; display: inline-block; border-radius: 24px; font-size: 14px; text-align: center; line-height: 24px;}
.index_news .head .more a:hover { color: #1658a0;}
.index_news .head .more a:hover i {transform: rotate(45deg);}
.index_news .content{ padding:0 35px; padding-bottom: 35px; background: #fff; display: grid;grid-template-columns: repeat(3,1fr); grid-gap:30px; box-shadow: 5px 0px 40px rgba(5,27,62,0.05);  }
.index_news .content .item .img{aspect-ratio: 16/10; margin-bottom: 20px; overflow: hidden;}
.index_news .content .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration: 0.3s;}
.index_news .content .item:hover .img img{width: 100%; height: 100%; transform: scale(1.1)}
.index_news .content .item .info p{font-family: 'Barlow'; font-size: 16px; color: #666; margin-bottom: 10px;}
.index_news .content .item .info h2{ font-size: 20px; line-height: 1.4em; font-weight: 400;display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;}
.index_news .content .item .info h2 a{ line-height: 1.4em; color: #333 }
.index_news .content .item:hover .info h2 a{ color: var(--blue); }

.index_subbanner{ margin-bottom: 30px;}
.index_subbanner .pagewidth img{ width: 100%;}

.index_three{ margin-bottom: 30px;}
.index_three .pagewidth{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px;}
.index_three .pagewidth .item{background: #fff;box-shadow: 5px 0px 40px rgba(5,27,62,0.05);}
.index_three .pagewidth .item .box{ padding:35px; }
.index_three .pagewidth .item .box img{ width: 100%;}
.index_three .pagewidth .item .box .head{position: relative; z-index: 9;padding-bottom: 30px; display: flex; justify-content:space-between; align-items: center;}
.index_three .pagewidth .item .box .head .title h2{ font-size: 30px; color: #111; font-weight: 500; line-height: 1em; margin-bottom: 10px;}
.index_three .pagewidth .item .box .head .title p{ font-size: 14px; font-weight: 300; color: #999999; text-transform: uppercase; line-height: 1em;}
.index_three .pagewidth .item .box .head .more a{ color: #666; font-size: 16px;}
.index_three .pagewidth .item .box .head .more a i{ margin-left: 6px; background:#1658a0; color: #fff; transform: rotate(0deg); transition-duration: 0.3s; height: 24px; width: 24px; display: inline-block; border-radius: 24px; font-size: 14px; text-align: center; line-height: 24px;}
.index_three .pagewidth .item .box .head .more a:hover { color: #1658a0;}
.index_three .pagewidth .item .box .head .more a:hover i {transform: rotate(45deg);}

.index_three .pagewidth .item .box .content .top{}
.index_three .pagewidth .item .box .content .top .img{ width: 100%; height:170px; overflow: hidden; margin-bottom: 20px; }
.index_three .pagewidth .item .box .content .top .img img{width: 100%; height: 100%; object-fit: cover; transition-duration: 0.3s;}
.index_three .pagewidth .item .box .content .top:hover .img img{width: 100%; height: 100%; transform: scale(1.1)}
.index_three .pagewidth .item .box .content .top .li{  padding-bottom: 15px;border-bottom: #ececec solid 1px;}
.index_three .pagewidth .item .box .content .top .li h2{  font-size: 18px;  font-weight: normal;display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;}
.index_three .pagewidth .item .box .content .top .li h2 a{ color: #666; font-size: 18px;}
.index_three .pagewidth .item .box .content .top .li h2 a:hover{ color:var(--blue); font-size: 18px;}

.index_three .pagewidth .item .box .content .list .li{ padding-top: 15px; padding-bottom: 15px;border-bottom: #ececec solid 1px;}
.index_three .pagewidth .item .box .content .list .li h2{ font-size: 18px;  font-weight: normal;display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;}
.index_three .pagewidth .item .box .content .list .li h2 a{ color: #666; font-size: 18px;}
.index_three .pagewidth .item .box .content .list .li h2 a:hover{ color:var(--blue); font-size: 18px;}
.index_three .pagewidth .item .box .content .list .li:last-child{ border-bottom:none; padding-bottom: 0;}



.index_activities{ margin-bottom: 30px;}
.index_activities .pagewidth{}
.index_activities .pagewidth .item{background: #fff;box-shadow: 5px 0px 40px rgba(5,27,62,0.05);}
.index_activities .pagewidth .item .box{ padding:35px; }
.index_activities .pagewidth .item .box img{ width: 100%;}
.index_activities .pagewidth .item .box .head{position: relative; z-index: 9;padding-bottom: 30px; display: flex; justify-content:space-between; align-items: center;}
.index_activities .pagewidth .item .box .head .title h2{ font-size: 30px; color: #111; font-weight: 500; line-height: 1em; margin-bottom: 10px;}
.index_activities .pagewidth .item .box .head .title p{ font-size: 14px; font-weight: 300; color: #999999; text-transform: uppercase; line-height: 1em;}
.index_activities .pagewidth .item .box .head .more a{ color: #666; font-size: 16px;}
.index_activities .pagewidth .item .box .head .more a i{ margin-left: 6px; background:#1658a0; color: #fff; transform: rotate(0deg); transition-duration: 0.3s; height: 24px; width: 24px; display: inline-block; border-radius: 24px; font-size: 14px; text-align: center; line-height: 24px;}
.index_activities .pagewidth .item .box .head .more a:hover { color: #1658a0;}
.index_activities .pagewidth .item .box .head .more a:hover i {transform: rotate(45deg);}
.index_activities .pagewidth .item .box .content .swiper{ padding-bottom: 50px;}
.index_activities .pagewidth .item .box .content .swiper-slide .img{aspect-ratio: 16/12;}
.index_activities .pagewidth .item .box .content .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover; transition-duration: 0.3s;}


.index_enterprise{ margin-bottom: 30px;}
.index_enterprise .pagewidth{}
.index_enterprise .pagewidth .item{background: #fff;box-shadow: 5px 0px 40px rgba(5,27,62,0.05);}
.index_enterprise .pagewidth .item .box{ padding:35px; }
.index_enterprise .pagewidth .item .box img{ width: 100%;}
.index_enterprise .pagewidth .item .box .head{position: relative; z-index: 9;padding-bottom: 30px; display: flex; justify-content:space-between; align-items: center;}
.index_enterprise .pagewidth .item .box .head .title h2{ font-size: 30px; color: #111; font-weight: 500; line-height: 1em; margin-bottom: 10px;}
.index_enterprise .pagewidth .item .box .head .title p{ font-size: 14px; font-weight: 300; color: #999999; text-transform: uppercase; line-height: 1em;}
.index_enterprise .pagewidth .item .box .head .more a{ color: #666; font-size: 16px;}
.index_enterprise .pagewidth .item .box .head .more a i{ margin-left: 6px; background:#1658a0; color: #fff; transform: rotate(0deg); transition-duration: 0.3s; height: 24px; width: 24px; display: inline-block; border-radius: 24px; font-size: 14px; text-align: center; line-height: 24px;}
.index_enterprise .pagewidth .item .box .head .more a:hover { color: #1658a0;}
.index_enterprise .pagewidth .item .box .head .more a:hover i {transform: rotate(45deg);}
.index_enterprise .pagewidth .item .box .content .swiper{ padding-bottom: 40px;}
.index_enterprise .pagewidth .item .box .content .swiper-slide .img{padding:20px 40px;}
.index_enterprise .pagewidth .item .box .content .swiper-slide .img img{ width: 100%; height: 100%; object-fit: cover; display: block}
.index_enterprise .pagewidth .item .box .content .swiper-slide .img a{ display: block; margin: 0 auto;}


.detailbanner{overflow: hidden; position: relative; background: var(--blue);}
.detailbanner .pagewidth{ height: 400px; position: relative;}
.detailbanner .text{  text-align: left; position: absolute; left: 0px; right: 0px; bottom: 100px;z-index: 2; }
.detailbanner .text h1{ font-size: 48px; color: #fff; font-weight: 500;  text-align: left;  line-height: 1.1em; z-index: 2; }
.detailbanner .text h2{ padding-right: 40px; font-size: 60px; font-style: italic; font-family: 'HarmonyOS Sans'; position: absolute; top: 10px; color: #fff; opacity: 0.5;  text-align: left; position: absolute; font-weight: 900; text-transform: uppercase;  z-index: 2;text-transform: uppercase; -webkit-text-stroke: 1px #fff;-webkit-text-fill-color: transparent; }
.detailbanner img.detailbg{ height: 100%; width: 100%; object-fit: cover; position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; z-index: 1; opacity: 1}


.crumbs { background:#fff; border-bottom: #ececec solid 1px;}
.crumbs .pagewidth{  line-height:56px;height:56px; }
.crumbs i{ color:#999 }
.crumbs span{ margin-left:5px;margin-right:5px; }
.crumbs span a{ color:#666; }
.crumbs span a:hover{ color:var(--main); }
.crumbs span.line{ color:#999; }
.crumbs i:last-child{display: none;}


/*.detail_main{ background: url("../images/bg.png") no-repeat center bottom #fff; background-size:100% auto;}*/
.detail_main{ background: #fff;}
.detail_main .pagewidth{display: grid; grid-template-columns: 240px auto; grid-gap: 80px;align-items: flex-start;}
.detail_main .pagewidth .side{ border-top: var(--blue) solid 2px; }
.detail_main .pagewidth .side .title{ font-size:24px;border-bottom:#ddd solid 1px;  height: 120px; line-height: 120px;}
.detail_main .pagewidth .side ul{ }
.detail_main .pagewidth .side ul li{border-bottom: #ddd solid 1px;}
.detail_main .pagewidth .side ul li a{display: block; display: flex; font-size: 18px; justify-content: space-between; align-items: center; height: 80px; line-height: 80px; color: #333; }
.detail_main .pagewidth .side ul li i{ color:#ddd; }
.detail_main .pagewidth .side ul li a:hover{ color:var(--blue); }
.detail_main .pagewidth .side ul li a:hover i{ color:var(--blue); }
.detail_main .pagewidth .side ul li.active a { color:var(--blue); }
.detail_main .pagewidth .side ul li.active a i{ color:var(--blue); }
.detail_main .pagewidth .side ul li.active{border-bottom: var(--blue) solid 1px;}
.detail_main .pagewidth .content .title{ font-size:32px; height: 120px; line-height: 120px;border-top: #ececec solid 2px; color: var(--blue);position: relative}
.detail_main .pagewidth .content .title:after{ position: absolute; left: 0px; top: -2px; width: 100px; height: 2px; background: var(--blue); content: "";}


.list_honor .article-list { display:grid;  grid-template-columns: repeat(3,1fr); grid-gap: 30px; margin-bottom:30px; }
.list_honor .item .img{aspect-ratio: 16/11; border-radius:6px; overflow: hidden; transform: rotate(0deg); border:#ddd solid 1px; }
.list_honor .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.list_honor .item .info{}
.list_honor .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 24px;}
.list_honor .item h2 a{color:#111;line-height:1.3em;}
.list_honor .item:hover h2 a{color:var(--blue);}
.list_honor .item .time{ color:#999;font-size: 15px;font-family: 'Barlow';}
.list_honor .item p{line-height: 1.8em; color: #666; margin-bottom:14px;font-size: 15px;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;}
.list_honor .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}

.list_company .article-list { display:grid;  grid-template-columns: repeat(5,1fr); grid-gap: 30px; margin-bottom:30px; }
.list_company .item{ padding: 20px;border-radius:6px; overflow: hidden; transform: rotate(0deg); border:#ddd solid 1px;}
.list_company .item .img{aspect-ratio: 16/4;  }
.list_company .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.list_company .item .info{}
.list_company .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 24px;}
.list_company .item h2 a{color:#111;line-height:1.3em;}
.list_company .item:hover h2 a{color:var(--blue);}
.list_company .item .time{ color:#999;font-size: 15px;font-family: 'Barlow';}
.list_company .item p{line-height: 1.8em; color: #666; margin-bottom:14px;font-size: 15px;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;}
.list_company .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}


.list_news .item{ display:grid; grid-template-columns: 300px auto; grid-gap: 30px; margin-bottom:30px; }
.list_news .item .img{aspect-ratio: 16/11; border-radius:6px; overflow: hidden; transform: rotate(0deg); border:#ddd solid 1px; }
.list_news .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.list_news .item .info{}
.list_news .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 24px;}
.list_news .item h2 a{color:#111;line-height:1.3em;}
.list_news .item:hover h2 a{color:var(--blue);}
.list_news .item .time{ color:#999;font-size: 15px;font-family: 'Barlow';}
.list_news .item p{line-height: 1.8em; color: #666; margin-bottom:14px;font-size: 15px;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;}
.list_news .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}



.list_job .item{ margin-bottom:30px; }
.list_job .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 24px;}
.list_job .item h2{color:#111;line-height:1.3em;}
.list_job .item a{ display: grid; grid-template-columns:auto 48px ; grid-gap: 30px;align-items: center;padding: 24px; border:#ddd solid 1px; border-radius: 4px; box-shadow: 0px 10px 20px rgba(0,0,0,0); transition-duration: 0.3s; }
.list_job .item a:hover h2{color:var(--blue);}
.list_job .item .time{ color:#999;font-size: 15px;font-family: 'Barlow';}
.list_job .item p{line-height: 1.8em; color: #666; font-size: 15px;}
.list_job .item p span{ margin-right: 30px;}
.list_job .item .icon{ text-align: center; color: #999; font-size: 20px;}
.list_job .item .icon i{ color: #999; background: #f1f1f1; border-radius: 100px; height: 48px; line-height: 48px; text-align: center; display: block; transition-duration: 0.3s; }
.list_job .item a:hover{  box-shadow: 0px 10px 20px rgba(0,0,0,0.1); }






.show_news .archives_title{font-size: 32px; line-height: 1.2em; color: #111; font-weight: 500; text-align: left; margin-bottom: 20px;}
.show_news .info{ padding-bottom: 30px;}
.show_news .info span{ color: #999; margin-right:20px;}
.show_news .html{ font-size:17px; line-height:1.8em; color:#222; margin-bottom:30px; position:relative;margin-bottom: 30px;}
.show_news .html h4{ margin-bottom:17px; }
.show_news .html h3{ margin-bottom:17px; }
.show_news .html h2{ margin-bottom:17px; }
.show_news .html h1{ margin-bottom:17px; }
.show_news .html p{ margin-bottom:17px; }
.show_news .html img{ max-width: 100%; }
.show_news .html table {border-collapse: collapse;width: 100%; margin-bottom: 17px;}
.show_news .html table td {padding: 12px; color: #333;border: 1px solid #ececec;}
.show_news .html table th {background:var(--blue) ;padding: 12px; color: #fff;}
.show_news .html table td p{ margin-bottom: 0;}
.show_news .html table tr:hover{background: #f1f1f1}
.show_news .html .img_three{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 40px; margin-bottom:17px;}
.show_news .html .img_two{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 40px; margin-bottom:17px;}
.show_news .video{ margin-bottom: 17px;}
.show_news .other{ border-top:#ddd solid 1px; padding-top:30px;}
.show_news .other p{ margin-bottom:10px; color:#333;}
.show_news .other p a{ color:#333; }
.show_news .other p a:hover{color:var(--blue);}
.show_news .other p.left{text-align: left;}
.show_news .other p.right{text-align: left;}

.page_content{ font-size:17px; line-height:1.8em; color:#222 }
.page_content p{ margin-bottom: 17px;}
.page_content h3{margin-bottom: 17px;}
.page_content h2{margin-bottom: 17px;}
.page_content img{max-width: 100%;}
.page_content .photo{ width: 240px; height: 240px; border-radius: 180px; overflow: hidden; border:#fff solid 6px; margin: 0 auto; box-shadow: 10px 10px 20px rgba(0,0,0,0.2); margin-bottom: 30px;}
.page_content .photo img{ width: 100%; height: 100%; object-fit: cover;}
.page_content .paragraph{white-space:pre-wrap; word-break:break-word}


.page_content table {border-collapse: collapse;width: 100%; margin-bottom: 17px;}
.page_content table td {padding: 12px; color: #333;border: 1px solid #ececec;}
.page_content table th {background:var(--blue) ;padding: 12px; color: #fff; text-align: left}
.page_content table td p{ margin-bottom: 0;}
.page_content table tr:hover{background: #f1f1f1}


.page_content .responsible{ padding-top: 32px; border-top:#ddd solid 1px;padding-bottom: 32px;}
.page_content .responsible .responsible_title{ font-size: 24px; color: #333; font-weight: 500; margin-bottom: 30px;}
.page_content .responsible .responsible_content{ display: flex; justify-content: left; align-items: center}
.page_content .responsible .responsible_content .photo{ width: 160px; height: 160px; border-radius: 180px; overflow: hidden; border:#fff solid 8px; box-shadow: 10px 10px 20px rgba(0,0,0,0.2); margin-right: 30px;}
.page_content .responsible .responsible_content .photo img{ width: 100%; height: 100%; object-fit: cover;}
.page_content .responsible .responsible_content .info h3{ font-size: 28px; color: #333; font-weight: 500; margin-bottom:10px;}
.page_content .responsible .responsible_content .info p{ margin-bottom: 0; color: #666;}

.page_content .certificate{ padding-top: 32px; border-top:#ddd solid 1px;}
.page_content .certificate .certificate_title{ font-size: 24px; color: #333; font-weight: 500; margin-bottom: 30px;}
.page_content .certificate .certificate_photo{ }
.page_content .certificate .certificate_photo img{ width:300px;}



.page_contact .pagewidth{display: grid;grid-template-columns: repeat(2, 1fr);}
.page_contact .title {margin-bottom: 30px;}
.page_contact .title h2{font-size: 36px; font-weight: 500; }
.page_contact .content h1{ font-size:24px; margin-bottom:20px; }
.page_contact .content .item{ margin-bottom:20px; }
.page_contact .content .item { display:grid; grid-template-columns:40px auto; }
.page_contact .content .item .icon{ font-size:24px; color:var(--main); }
.page_contact .content .item .info p{ color:#999; margin-bottom:5px; padding-top:6px; }
.page_contact .content .item .info h4{ font-size:18px; }
.page_contact .img img{width: 100%;}


.page_messages .layui-field-title{ margin-top: 20px!important; margin-bottom: 24px!important;}
.page_messages .layui-field-title legend{ font-size:16px;color:var(--blue);}
.page_messages .layui-form-label{ width: 120px; color: #333;}
.page_messages .layui-input-block{ margin-left: 150px; width: 300px;}
.page_messages .layui-input-block-full{width: 764px;}

.page_messages .layui-form{ width: 80%}
.page_messages .layui-form-item-btn{ text-align: center; padding-top: 30px;}
.page_messages .layui-form-item-btn .layui-btn{ padding-left: 140px;padding-right: 140px; height: 60px; background:var(--blue)}

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1700px) {
.detail_main .pagewidth{display: grid; grid-template-columns: 240px auto; grid-gap: 60px;align-items: flex-start;}
.index_enterprise .pagewidth .item .box .content .swiper-slide .img{padding:15px 30px;}

}
@media screen and (max-width: 1440px) {
.list_news .item{grid-template-columns: 280px auto;  }
}
@media screen and (max-width: 480px) {
.padding{ padding-top:50px; padding-bottom:50px; }
.padding-bottom-80{ padding-bottom:50px;}
.padding-top-0{ padding-top:0; }
.swiper{--swiper-theme-color:  var(--blue);/* 设置Swiper风格 */--swiper-navigation-color: #172259;/* 单独设置按钮颜色 */--swiper-navigation-size: 24px;/* 设置按钮大小 */}

.index_banner .swiper{height: 160px;}
    .index_news{ padding-top: 40px;}
.index_news .head{ margin-top: 0px; padding: 0;}
    .index_news .head .title h2{ font-size: 24px; margin-bottom: 6px;}
    .index_news .head .title p{ font-size: 12px;}
    .index_news .content{ padding:20px 0px;grid-template-columns: repeat(1, 1fr);}
    .index_subbanner{ display: none;}
    .index_news .content{box-shadow: initial}
    .index_three .pagewidth{ grid-template-columns: repeat(1, 1fr);}
    .index_three .pagewidth .item{box-shadow: initial}
    .index_three .pagewidth .item .box{ padding:0; }
    .index_three .pagewidth .item .box .head .title h2{ font-size: 24px; margin-bottom: 6px;}
    .index_three .pagewidth .item .box .head .title p{ font-size: 12px;}
    .index_activities{ padding-top: 10px;}
    .index_activities .pagewidth .item .box{ padding:0; }
    .index_activities .pagewidth .item .box .head .title h2{ font-size: 24px; margin-bottom: 6px;}
    .index_activities .pagewidth .item .box .head .title p{ font-size: 12px;}

    .index_enterprise .pagewidth .item .box{ padding:0; }
    .index_enterprise .pagewidth .item .box .head .title h2{ font-size: 24px; margin-bottom: 6px;}
    .index_enterprise .pagewidth .item .box .head .title p{ font-size: 12px;}


    .detail_main{ background: #fff;}
    .detail_main .pagewidth{display: block; grid-template-columns: 240px auto; grid-gap: 80px;align-items: flex-start;}
    .detail_main .pagewidth .side{ display: none}
    .detail_main .pagewidth .content .title{ font-size:24px; height: auto; line-height: 1.2em;border-top: none; color: var(--blue);position: relative; margin-bottom: 24px;}
    .detail_main .pagewidth .content .title:after{ position: absolute; left: 0px; top: -2px; width: 100px; height: 2px; background: var(--blue); content: "";}

    .crumbs { background:#fff; border-bottom: #ececec solid 1px;}
    .crumbs .pagewidth{ line-height:46px;height:46px; }
    .crumbs span{ margin-left:3px;margin-right:3px; }
    .list_news .item{ grid-template-columns: auto 80px; grid-gap: 12px; margin-bottom: 20px; }
    .list_news .item .img {aspect-ratio:1/1;order: 2;}
    .list_news .item .info{ order: 1;}
    .list_news .item h2{margin-bottom:8px;font-size:18px;display: -webkit-box;  -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden;}
    .list_news .item .time{ color:#999;font-size: 13px;font-family: 'Barlow';}
    .list_news .item p{ display: none}
    .list_news .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}




    .detailbanner{overflow: hidden; position: relative; background: var(--blue);}
    .detailbanner .pagewidth{ height: 150px; position: relative;}
    .detailbanner .text{  text-align: left; position: absolute; left: 20px; right: 20px; bottom: 40px;z-index: 2; }
    .detailbanner .text h1{ font-size: 32px; color: #fff; font-weight: 500;  text-align: left;  line-height: 1.1em; z-index: 2; }
    .detailbanner .text h2{ padding-right: 40px; font-size: 36px; font-style: italic; font-family: 'HarmonyOS Sans'; position: absolute; top: 10px; color: #fff; opacity: 0.5;  text-align: left; position: absolute; font-weight: 900; text-transform: uppercase;  z-index: 2;text-transform: uppercase; -webkit-text-stroke: 1px #fff;-webkit-text-fill-color: transparent; }
    .detailbanner img.detailbg{ height: 100%; width: 100%; object-fit: cover; position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; z-index: 1; opacity: 1}






    .show_news .archives_title{font-size: 24px;margin-bottom: 20px;}
    .show_news .html{ font-size:15px;}
    .show_news .html img{ max-width: 100%; }
    .show_news .html table {border-collapse: collapse;width: 100%; margin-bottom: 17px;}
    .show_news .html table td {padding: 12px; color: #333;border: 1px solid #ececec;}
    .show_news .html table th {background:var(--blue) ;padding: 12px; color: #fff;}
    .show_news .html table td p{ margin-bottom: 0;}
    .show_news .html table tr:hover{background: #f1f1f1}
    .show_news .html .img_three{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 40px; margin-bottom:17px;}
    .show_news .html .img_two{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 40px; margin-bottom:17px;}
    .show_news .video{ margin-bottom: 17px;}
    .show_news .other{ border-top:#ddd solid 1px; padding-top:30px;}
    .show_news .other p{ margin-bottom:10px; color:#333;}
    .show_news .other p a{ color:#333; }
    .show_news .other p a:hover{color:var(--blue);}
    .show_news .other p.left{text-align: left;}
    .show_news .other p.right{text-align: left;}

    .page_content{ font-size:15px; line-height:1.8em; color:#222 }
    .page_content p{ margin-bottom: 17px;}
    .page_content h3{margin-bottom: 17px;}
    .page_content h2{margin-bottom: 17px;}
    .page_content img{max-width: 100%;}
    .page_content .photo{ width: 140px; height: 140px; border-radius: 180px; overflow: hidden; border:#fff solid 6px; margin: 0 auto; box-shadow: 10px 10px 20px rgba(0,0,0,0.2); margin-bottom: 30px;}
    .page_content .photo img{ width: 100%; height: 100%; object-fit: cover;}
    .page_content .paragraph{white-space:pre-wrap; word-break:break-word}

    .page_content .table_box{ overflow-y: auto;}
    .page_content table {border-collapse: collapse;width: 1200px; margin-bottom: 17px; font-size: 14px;}
    .page_content table td {padding: 6px; color: #333;border: 1px solid #ececec;}
    .page_content table th {background:var(--blue) ;padding: 6px; color: #fff; text-align: left}
    .page_content table td p{ margin-bottom: 0;}
    .page_content table tr:hover{background: #f1f1f1}


    .list_job .item{ margin-bottom:30px; }
    .list_job .item h2{color:#111;line-height:1.3em; margin-bottom:10px;font-size: 24px;}
    .list_job .item h2{color:#111;line-height:1.3em;}
    .list_job .item a{ display: grid; grid-template-columns:auto 48px ; grid-gap: 30px;align-items: center;padding: 24px; border:#ddd solid 1px; border-radius: 4px; box-shadow: 0px 10px 20px rgba(0,0,0,0); transition-duration: 0.3s; }
    .list_job .item a:hover h2{color:var(--blue);}
    .list_job .item .time{ color:#999;font-size: 15px;font-family: 'Barlow';}
    .list_job .item p{line-height: 1.8em; color: #666; font-size: 15px;}
    .list_job .item p span{ margin-right: 0px; display: block;}
    .list_job .item .icon{ text-align: center; color: #999; font-size: 20px;}
    .list_job .item .icon i{ color: #999; background: #f1f1f1; border-radius: 100px; height: 48px; line-height: 48px; text-align: center; display: block; transition-duration: 0.3s; }
    .list_job .item a:hover{  box-shadow: 0px 10px 20px rgba(0,0,0,0.1); }
    .list_company .article-list{grid-template-columns: repeat(2,1fr); grid-gap: 20px;}

}

/*小尺寸手机*/
@media screen and (max-width: 320px) {

}
/*横屏*/
@media all and (orientation : landscape) {} 
/*竖屏*/
@media all and (orientation : portrait){}









