@charset "utf-8";
/*@font-face {
font-family: zcoolBold;
src: url(../fonts/zcoolbold.ttf);
}
@font-face {
font-family: sht;
src: url(../fonts/sht.ttf);
}
@font-face {
font-family: siyuanMid;
src: url(../fonts/siyuan-mid.otf);
}*/
@font-face {
font-family: siyuanHeavy3;
src: url(../fonts/siyuan-heavy.otf);
}
/*椤堕儴*/
body.news-detail header {
background: #fff;
}
body.news-detail header .section .header-box .logo {
filter: none;
}
header .section .header-box .logo1 img {
height: 60px;
}
body.news-detail header .section .header-box .menu-box .menu-list .firstItem .firstItem-title a {
color: #333;
}
body.news-detail header .section .header-box .menu-box .menu-list .firstItem.language img {
filter: none;
}
.jzdh-logo {
width: 240px;
}
.jzdh-logo img {
width: 100%;
}
.jzdh-title {
margin-top: 20px;
}
.jzdh-box {
position: fixed;
top: 0;
left: 0;
background-color: #57c1cf;
width: 100%;
height: 100%;
z-index: 1111;
display: flex;
align-items: center;
justify-content: center;
}
.jzdh-con {
text-align: center;
}
.jzdh-icon {
background-size: contain;
background-repeat: no-repeat;
background-image: url(../picture/loadIco.png);
background-position: center;
width: 40px;
height: 40px;
animation: xuanzhuan 2s linear 0s infinite normal;
animation-timing-function: ease-in-out;
margin: 20px auto;
transition-duration: .5s;
transition-property: all;
transform: translateY(-20px);
opacity: 1;
pointer-events: none;
}
.jzdh-icon2 {
transform: translateY(-20px);
opacity: 0;
pointer-events: none;
}
.jzdh-title {
transform: translateY(40px);
pointer-events: none;
width: 240px;
height: 60px;
opacity: 0;
transition-duration: 1s;
transition-property: all;
}
.jzdh-title2 {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
transition-delay: .5s;
}
.jzdh-title .btnBox {
border-radius: 45px;
border: 1px solid #fff;
width: 100%;
height: 100%;
color: #fff;
transition-duration: .3s;
transition-property: all;
font-size: 24px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: unset;
}
@keyframes xuanzhuan {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}
header {
position: fixed;
z-index: 10;
width: 100%;
transition: all 0.5s;
top: 0;
}
header .header-menu {
transition: all 0.5s;
height: 120px;
position: relative;
}
header.getActive {
top: -60px;
}
header.active .header-menu, header.bgActive .header-menu {
height: 80px;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.03);
background: #fff;
}
header.active .header-menu .header-box .logo, header.bgActive .header-menu .header-box .logo {
filter: none;
}
header.active .header-menu .header-box .logo img, header.bgActive .header-menu .header-box .logo img {
max-width: 80%;
}
header.active .header-menu .header-box .menu-box .menu-list .firstItem.language img, header.bgActive .header-menu .header-box .menu-box .menu-list .firstItem.language img {
margin-right: 20px;
filter: none;
}
header.active .header-menu .header-box .menu-box .menu-list .firstItem.active .firstItem-title a, header.bgActive .header-menu .header-box .menu-box .menu-list .firstItem.active .firstItem-title a {
color: var(--dominant-color);
}
header.active .header-menu .header-box .menu-box .menu-list .firstItem:hover .firstItem-title a, header.bgActive .header-menu .header-box .menu-box .menu-list .firstItem:hover .firstItem-title a {
color: var(--dominant-color);
}
header.active .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title a, header.bgActive .header-menu .header-box .menu-box .menu-list .firstItem .firstItem-title a {
color: #333;
}
header.active .header-menu .header-box .menu-box .menu-list .firstItem .second-box, header.bgActive .header-menu .header-box .menu-box .menu-list .firstItem .second-box {
top: 80px;
}
header .section {
height: 100%;
}
header .section .header-box {
display: flex;
justify-content: flex-start;
align-items: center;
height: 100%;
}
/*header .section .header-box .logo {
filter: grayscale(1) brightness(100);
}*/
header .section .header-box .logo img {
transition: all 0.5s;
}
header .section .header-box .menu-box {
height: 100%;
margin-left: auto;
}
header .section .header-box .menu-box .menu-list {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
color: #fff;
}
header .section .header-box .menu-box .menu-list .firstItem {
display: flex;
align-items: center;
height: 100%;
}
header .section .header-box .menu-box .menu-list .firstItem.language img {
margin-right: 20px;/*filter: brightness(100);*/
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title {
padding: 0 15px;
position: relative;
display: flex;
align-items: center;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title a {
color: #fff;
font-size: 16px;
transition: all 0.5s;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title::after {
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: #333;
position: absolute;
margin: auto;
right: 0;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title:hover::after {
width: 100%;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title:hover a {
color: var(--dominant-color);
}
header .section .header-box .menu-box .menu-list .firstItem > a {
font-size: 14px;
height: 80px;
line-height: 80px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box {
position: absolute;
top: 100px;
width: 100%;
left: 0%;
margin-left: 0px;
display: none;
overflow: auto;
transition: top 0.5s;
border-radius: 0 0 8px 8px;
box-shadow: 0px 5px 5px 0px #dedede;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .second-box-list {
background: #fff;
margin-top: 20px;
padding: 20px;
box-sizing: border-box;
width: 70%;
border-left: 1px solid #f5f5f5;
}
.sec-container {
display: flex;
align-items: center;
justify-content: space-between;
background: #fff;
box-sizing: border-box;
padding: 0 5%;
}
.sec-container .second-left {
width: 100%;
}
.sec-container .second-left ul {
overflow: hidden;
}
.sec-container .second-left ul li {
float: left;
margin-right: 15px;
display: inline-block;
width: calc(50% - 15px);
margin-bottom: 10px;
}
.sec-container .second-left ul li a {
display: block;
width: 100%;
}
.sec-container .second-left ul li a img {
width: 25px;
margin-right: 5px;
}
.sec-container .second-left ul li a span {
font-size: 16px;
color: #333;
}
.sec-container .second-left ul li:last-of-type a {
text-align: center;
}
.sec-container .second-left ul li:last-of-type label {
display: block;
width: 70%;
text-align: center;
line-height: 40px;
font-size: 14px;
color: #333;
border: 1px solid #5dc2d0;
}
@media screen and (max-width: 768px) {
header .section .header-box .menu-box .menu-list .firstItem .second-box .second-box-list {
margin-top: 0;
padding-left: 10%;
}
}
/*header .section .header-box .menu-box .menu-list .firstItem .second-box .second-box-list::after {
content: '';
width: 0;
height: 0;
border-width: 10px;
border-color: transparent transparent var(--dominant-color) transparent;
border-style: solid;
left: 0;
right: 0;
top: 0;
margin: auto;
position: absolute;
transition: all 0.5s;
}*/
@media screen and (max-width: 768px) {
header .section .header-box .menu-box .menu-list .firstItem .second-box .second-box-list::after {
display: none;
}
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .second-box-list a {
color: #333333;
display: inline-block;
text-align: center;
margin-bottom: 20px;
padding: 0 15px;
width: 19%;
text-align: center;
box-sizing: border-box;
}
.men-imgbox {
width: 100%;
height: 140px;
overflow: hidden;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .second-box-list a p {
text-align: center;
font-size: 16px
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .second-box-list a img {
transition: 0.58s;
margin-bottom: 10px;
width: auto;
height: 100px;
max-width: 100%;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .second-box-list a:hover img {
transform: scale(1.1);
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .second-box-list a:last-child {
margin-bottom: 0;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .second-box-list a:hover {
text-decoration: underline;
}
header .section .header-box .headerRight {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
header .section .header-box .headerRight .item {
margin-left: 20px;
cursor: pointer;
}
header .section .header-box .headerRight .item a {
font-size: 18px;
color: #C7C7C7;
transition: all 0.5s;
}
header .section .header-box .headerRight .item a:hover {
color: #fff;
}
/*杞挱鍥?/
.banner {
width: 100%;
position: relative;/*瑙嗛鏍峰紡*/
}
.mySwiper {
position: relative;
height: 100vh;
}
.mySwiper .swiper-pagination {
position: absolute;
right: 30px;
bottom: 5%;
left: inherit !important;
display: inline-block;
width: auto !important;
}
.mySwiper .swiper-pagination-bullet {
display: block;
}
.mySwiper .swiper-pagination-bullet {
opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.banner .text {
position: absolute;
width: 90%;
max-width: 1600px;
left: 0;
right: 0;
top: 30%;
margin: auto;
color: #fff;
line-height: 1;
}
.banner .text .more {
opacity: 0.6;
font-size: 16px;
width: 180px;
height: 56px;
line-height: 56px;
text-align: center;
border-radius: 28px;
border: 1px solid #fff;
margin-top: 70px;
display: block;
transition: all 0.5s;
}
.banner .text .more:hover {
opacity: 1;
}
.banner .text.text-1 .sub {
font-size: 28px;
padding-left: 20px;
position: relative;
}
.banner .text.text-1 .sub span {
position: relative;
z-index: 1;
}
.banner .text.text-1 .sub::before {
content: '';
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--dominant-color);
position: absolute;
left: 0;
bottom: 0;
z-index: 0;
}
.banner .text.text-1 .title {
font-size: 58px;
font-weight: 600;
margin: 40px 0 30px;
}
.banner .text.text-1 .summary {
font-size: 28px;
}
.banner .text.text-2 .title {
font-size: 58px;
margin-bottom: 40px;
font-weight: 100;
font-family: MiSans-Light;
line-height: 1.2;
}
.banner .text.text-2 .title span {
font-weight: 600;
}
.banner .text.text-2 .sub {
font-size: 20px;
font-family: MiSans-Light;
max-width: 460px;
line-height: 1.4;
}
.banner .text.text-3 .title {
text-align: center;
font-size: 58px;
font-weight: 600;
}
.banner .text.text-3 .sub {
font-size: 22px;
text-align: center;
margin-top: 20px;
font-family: MiSans-Light;
}
.banner .banner-button {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 1760px;
width: 90%;
display: flex;
flex-direction: column;
align-items: flex-end;
height: fit-content;
}
.best-news-title {
display: flex;
justify-content: space-between;
}
.best-news-title a {
color: #fff;
}
header .section .header-box .menu-box .menu-list .firstItem .search-box svg {
fill: #57c1cf;
}
header.active .section .header-box .menu-box .menu-list .firstItem .search-box svg {
fill: #57c1cf;
}
.search-box {
align-items: center;
display: flex;
height: 100%;
position: relative;
}
.searchbox {
position: absolute;
right: -40px;
top: 80px;
width: 260px;
display: none;
}
.searchtext {
width: 100%;
height: 40px;
padding: 10px 60px 10px 10px;
border: 1px solid #ddd;
}
.searchbox .searchbtn {
position: absolute;
right: 0;
top: 0;
width: 60px;
height: 40px;
color: #fff;
font-family: "Microsoft YaHei";
cursor: pointer;
background: #57c1cf;
}
/*.search-box:hover .searchbox{display: block;}*/
.index-title {
text-align: left;
margin-bottom: 60px;
}
.best-news-title {
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 1px solid #fff;
}
.best-news-title .index-title {
margin-bottom: 0;
}
.index-title .title {
font-size: 48px;
color: #57c1cf;
font-family: MiSans-Medium;
}
.index-title .sub {
font-size: 34px;
margin-top: 80px;
}
.index-title .summary {
font-size: 20px;
color: #fff;
margin-top: 60px;
line-height: 1.6;
text-indent: 2em;
}
.index-box1 {
position: relative;
}
.index-box1 .index-box1-bg {
height: 700px;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 0;
}
.index-box1 .section {
position: relative;
z-index: 1;
padding: 120px 0;
}
.index-box1 .section .index-title {
color: #fff;
}
.index-box1 .section .index-title .title {
color: #fff;
}
.index-box1 .section .index-title .summary {
color: #fff;
max-width: 980px;
text-align: center;
margin: 60px auto;
}
.index-box1 .section .index-box1-box {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 0 50px;
}
.index-box1 .section .index-box1-box .item {
background: #fff;
box-shadow: 0 25px 24px 0 rgba(4, 0, 0, 0.06);
}
.index-box1 .section .index-box1-box .item .imgBox {
margin: 10px;
height: 0;
padding-bottom: 80%;
}
.index-box1 .section .index-box1-box .item .imgBox img {
position: absolute;
}
.index-box1 .section .index-box1-box .item .text {
text-align: center;
padding: 50px 20px;
}
.index-box1 .section .index-box1-box .item .text .title {
font-size: 32px;
transition: all 0.5s;
margin-bottom: 10px;
font-family: MiSans-Medium;
}
.index-box1 .section .index-box1-box .item .text .summary {
font-size: 16px;
color: #666;
}
.index-box1 .section .index-box1-box .item:hover .title {
color: var(--dominant-color);
}
.about-box {
background: #57c1cf;
padding: 120px 0;
margin: 30px auto;
width: 80%;
box-shadow: -30px 40px 8px 0px #0e8c7e;
}
.about-box .index-title .title {
font-family: MiSans-Medium;
}
.about-box .index-title .summary p {
margin-bottom: 0;
}
.about-box .video-img {
border-radius: 12px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.about-box .video-img:after {
content: '';
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
position: absolute;
background: url('../images/play.svg') no-repeat center / cover;
width: 65px;
height: 65px;
}
.about-box .about-box-number {
width: 90%;
max-width: 1260px;
border-radius: 0 40px 0 40px;
box-shadow: 2px 25px 24px 0 rgba(0, 0, 0, 0.08);
background: #fff;
display: flex;
justify-content: space-evenly;
margin: -40px auto 0;
position: relative;
padding: 50px 0 50px 0;
}
.about-box .about-box-number .summary {
text-align: center;
}
.about-box .year {
font-size: 36px;
color: #fff;
}
.about-box .about-box-number .number {
text-align: center;
font-size: 16px;
color: #333;
}
.about-box .about-box-number .number span {
font-size: 58px;
color: #059372;
font-weight: 600;
}
.index-box3 {
margin: 120px auto;
}
.index-box3 .index-box3-box .index-title {
text-align: left;
}
.index-box3 .index-box3-box .index-title .title {
font-family: MiSans-Medium;
}
.index-box3 .index-box3-box .summary {
font-size: 16px;
}
@media screen and (max-width: 768px) {
.index-box3 .index-box3-box .summary {
font-size: 14px;
}
}
.index-box3 .index-box3-box .index-box3-swiper-button {
display: flex;
padding-top: 100px;
}
.index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-prev {
background: url('../images/prev.png') no-repeat center;
}
.index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-next {
background: url('../images/next.png') no-repeat center;
}
.index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-prev, .index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-next {
width: 80px;
height: 80px;
border-radius: 50%;
border: 1px solid #eee;
margin-right: 30px;
position: inherit;
transition: all 0.5s;
margin-top: 0;
filter: brightness(0);
opacity: 0.2;
z-index: 1;
}
.index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-prev:hover, .index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-next:hover {
background-color: var(--dominant-color);
filter: none;
opacity: 1;
border: none;
}
.index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-prev::after, .index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-next::after {
opacity: 0;
}
.index-box3 .section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.index-box3 .section .index-box3-box {
width: 28%;
margin-top: 120px;
}
.index-box3 .section .index-box3-swiper {
width: 70%;
max-width: 1180px;
}
.index-box3 .section .index-box3-swiper .swiper {
width: 100%;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide {
border-radius: 8px;
overflow: hidden;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide .imgBox {
height: 0;
padding-bottom: 200%;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide .imgBox img {
position: absolute;
left: 0;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide .text {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 50px;
color: #fff;
z-index: 1;
opacity: 0;
transition: all 0.5s;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide .text .title {
font-size: 32px;
font-weight: 600;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide .text .summary {
font-size: 16px;
line-height: 1.6;
margin: 20px auto 40px;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide .text .more {
width: 180px;
height: 56px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
border-radius: 28px;
border: 1px solid #fff;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
top: 0;
left: 0;
transition: all 0.5s;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide:hover::after {
opacity: 0.8;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide:hover .text {
opacity: 1;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide:nth-child(3n - 2) {
margin-top: 120px;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide:nth-child(3n - 2)::after {
background: #cb2f2b;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide:nth-child(3n - 1)::after {
background: #147553;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide:nth-child(3n) {
margin-top: 220px;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide:nth-child(3n)::after {
background: #347fbe;
}
.best-news {
padding: 120px 0;
}
.best-news .index-title .title {
font-family: MiSans-Medium;
}
.best-news .best-news-box {
display: flex;
justify-content: space-between;
align-items: center;
}
.best-news .best-news-box .index-more {
width: 170px;
height: 56px;
background: var(--dominant-color);
border-radius: 28px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
color: #fff;
margin-bottom: 40px;
border: 1px solid var(--dominant-color);
transition: all 0.5s;
}
.best-news .best-news-box .index-more:hover {
background: #fff;
color: var(--dominant-color);
}
.best-news .index-news {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 40px 100px;
}
.best-news .index-news a {
}
.best-news .index-news .item .item-img {
flex-basis: 48%;
}
.best-news .index-news .item .item-img .imgBox {
height: 0;
padding-bottom: 65%;
border-radius: 8px;
}
.best-news .index-news .item .item-img .imgBox img {
left: 0;
position: absolute;
border-radius: 8px;
}
.best-news .index-news .item:hover .text .title {
color: #276770;
}
.best-news .index-news .item .text {
flex-basis: 50%;
padding-top: 40px;
padding-left: 40px;
}
.best-news .index-news .item .text .title {
font-size: 28px;
color: #fff;
transition: all 0.5s;
font-family: MiSans-Medium;
}
.best-news .index-news .item .text .time {
color: #fff;
margin: 20px auto;
font-size: 16px;
}
.best-news .index-news .item .text .summary {
font-size: 16px;
color: #fff;
line-height: 1.6;
}
.footer {
background: #3e3e3e;
padding: 120px 0 0;
color: #fff;
}
.footer .footer-top {
width: 90%;
max-width: 1600px;
margin: auto;
display: flex;
justify-content: space-between;
}
.footer .footer-top .item .item-title {
font-size: 18px;
border-bottom: 1px solid #dbdbdb;
padding-bottom: 10px;
}
.footer .footer-top .item .item-box {
margin-top: 10px;
}
.footer .footer-top .item .item-box a {
color: #fff;
display: block;
font-size: 16px;
opacity: 0.5;
transition: all 0.5s;
margin-bottom: 10px;/*font-family: MiSans-Light;*/
}
.footer .footer-top .item .item-box a:hover {
opacity: 1;
}
.footer .footer-top .item .item-box .item-list {
font-size: 16px;
display: flex;
margin-bottom: 10px;
align-items: center;
}
.footer .footer-top .item .item-box .item-list .item-icon {
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
}
.footer .footer-top .item .item-box .item-list span {
opacity: 0.5;
font-family: MiSans-Light;
}
.footer .footer-top .footer-menu {
flex-basis: 100%;
display: flex;
justify-content: space-between;/*max-width: 760px;*/
}
.footer .footer-mid {
width: 90%;
max-width: 1600px;
margin: 120px auto 30px;
}
.footer .footer-mid .code {
display: flex;
justify-content: flex-end;
}
.footer .footer-mid .code .item {
position: relative;
margin-left: 20px;
}
.footer .footer-mid .code .item .item-icon {
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.footer .footer-mid .code .item .item-icon:hover {
filter: brightness(100);
}
.footer .footer-mid .code .item .item-icon:hover ~ .item-code {
display: flex;
}
.footer .footer-mid .code .item .item-code {
position: absolute;
width: 70px;
height: 70px;
background: #fff;
padding: 3px;
border-radius: 6px;
bottom: 40px;
left: 50%;
margin-left: -35px;
display: none;
justify-content: center;
align-items: center;
}
.footer .footer-mid .code .item .item-code img {
width: 100%;
}
.footer .footer-mid .code .item .item-code::after {
content: '';
width: 10px;
height: 5px;
position: absolute;
bottom: -5px;
left: 0;
right: 0;
margin: auto;
background: url('../images/img23.png') no-repeat center;
}
.footer .footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 10px 0 0;
margin-top: 20px;
}
.footer .footer-bottom .section {
display: flex;
justify-content: space-between;
color: #fff;
max-width: 1600px;
color: rgba(255, 255, 255, 0.3);
}
.footer .footer-bottom .section a {
transition: all 0.5s;
}
.footer .footer-bottom .section a:hover {
text-decoration: underline;
}
.copy-right {
font-size: 16px;
}
.copy-right .wb-wx a {
color: #fff;
opacity: .5
}
.copy-right .wb-wx a:hover {
opacity: 1
}
.wb-wx a {
position: relative;
}
.wb-wx a .erwemtc {
max-width: max-content;
display: none;
top: -85px;
left: -30px;
height: 80px;
position: absolute;
width: auto;
}
/*鍐呴〉*/
.footer-contact {
margin-left: 40px;
border-left: 1px solid #dbdbdb;
padding-left: 20px;
}
.gzwx-img {
width: 85px;
margin-top: 20px;
}
.gzwx-gzh {
font-size: 12px;
color: #fff;
margin-top: 10px;
text-align: center;
width: 85px;
}
.best-liuyan {
padding: 60px 80px;
display: flex;
align-items: center;
margin-top: 0px;
background: #3e3e3e;
border-bottom: 1px solid #fff;
}
.best-liuyan .left {
width: 45%;
}
.best-liuyan .left .cont-us {
margin-bottom: 50px;
}
.best-liuyan .left .cont-us h1 {
font-size: 32px;
color: #fff;
margin-bottom: 10px;
}
.best-liuyan .left .cont-us p {
font-size: 14px;
color: #fff;
}
.servi-hot h1 {
font-size: 14px;
color: #fff;
margin-bottom: 10px;
}
.servi-hot .des {
font-size: 32px;
color: #fff;
}
.best-liuyan .right {
width: 55%;
text-align: right;
}
.best-liuyan .right .liuyan-con {
display: inline-block;
width: 70%;
text-align: left;
}
.best-liuyan .right .liuyan-con .title {
font-size: 16px;
color: #fff;
}
.best-liuyan .right .liuyan-con input {
background: #fff;
border-radius: 20px;
width: 100%;
margin-bottom: 20px;
border: 0;
padding-left: 10px;
line-height: 40px;
}
.best-liuyan .right .liuyan-con input.tj {
background: #57c1cf;
color: #fff;
}
@media screen and (max-width: 1366px) {
.pageBanner .section .summary {
margin-top: 20px;
}
}
/*缈婚〉*/
.pager {
display: flex;
justify-content: center;
width: 100%;
margin-top: 100px;
}
.pager .number {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
margin: 0 10px;
color: #333;
transition: all 0.5s;
font-size: 16px;
}
.pager .number:hover, .pager .number.active {
background: var(--dominant-color);
color: #fff;
transition: all 0.5s;
}
.pager .number.prev:hover img, .pager .number.next:hover img {
filter: grayscale(0) brightness(100);
}
/*鍐呴〉鍒嗙被*/
.page-menu {
height: 70px;
box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.1);
margin-top: -35px;
background: #fff;
position: relative;
z-index: 1;
border-radius: 36px;
}
.page-menu .phone-click {
display: none;
}
@media screen and (max-width: 768px) {
.search-box {
display: none;
}
.best-liuyan {
display: block;
padding: 30px 20px;
}
.best-liuyan .left, .best-liuyan .right {
width: 100%;
}
.best-liuyan .right .liuyan-con {
width: 100%;
}
.page-menu .phone-click {
display: block;
background: var(--dominant-color);
color: #fff;
font-size: 16px;
height: 50px;
line-height: 50px;
text-align: center;
}
}
.page-menu .menu-box {
display: flex;
justify-content: space-between;
height: 100%;
}
.page-menu .menu-box .item {
display: flex;
height: 100%;
flex-basis: 100%;
justify-content: center;
align-items: center;
font-size: 18px;
border-radius: 36px;
transition: all 0.5s;
margin-right: 1px;
}
.page-menu .menu-box .item:last-child {
margin-right: 0;
}
.page-menu .menu-box .item a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.page-menu .menu-box .item.active, .page-menu .menu-box .item:hover {
background: var(--dominant-color) url('../images/img5.jpg') no-repeat center / cover;
color: #fff;
}
.pageMargin {
margin: 120px auto;
}
.seize-a-seat {
height: 120px;
}
/*鑱旂郴鎴戜滑*/
.contact-box1 .contact-box {
display: flex;
justify-content: space-between;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.contact-box1 .contact-box .contact-form {
flex-basis: 60%;
padding: 80px 80px 40px;
}
@media screen and (max-width: 1440px) {
.contact-box1 .contact-box .contact-form {
padding: 40px;
}
}
.contact-box1 .contact-box .contact-form form {
display: flex;
flex-wrap: wrap;
}
.contact-box1 .contact-box .contact-form form label {
flex-basis: calc((100% - 20px) / 2);
margin-right: 20px;
margin-bottom: 40px;
position: relative;
}
.contact-box1 .contact-box .contact-form form label.textarea-box .input-title {
top: 20px;
bottom: auto;
}
.contact-box1 .contact-box .contact-form form label:nth-of-type(2) {
margin-right: 0;
}
.contact-box1 .contact-box .contact-form form label:last-of-type {
flex-basis: 100%;
margin-right: 0;
}
.contact-box1 .contact-box .contact-form form label .input-title {
position: absolute;
top: 0;
left: 20px;
bottom: 0;
margin: auto;
height: fit-content;
}
.contact-box1 .contact-box .contact-form form label input {
border: 1px solid #eee;
height: 50px;
padding: 0 0 0 70px;
}
.contact-box1 .contact-box .contact-form form label input::placeholder {
font-size: 16px;
}
.contact-box1 .contact-box .contact-form form label textarea {
border: 1px solid #eee;
padding: 20px 20px 20px 70px;
}
.contact-box1 .contact-box .contact-form form label textarea::placeholder {
font-size: 16px;
}
.contact-box1 .contact-box .contact-form form .contact-button {
margin-top: 50px;
display: flex;
justify-content: space-between;
width: 100%;
margin-bottom: 50px;
}
.contact-box1 .contact-box .contact-form form .contact-button button {
width: 170px;
border-radius: 28px;
height: 56px;
background: var(--dominant-color);
color: #fff;
font-size: 16px;
border: 1px solid var(--dominant-color);
transition: all 0.5s;
}
.contact-box1 .contact-box .contact-form form .contact-button button:hover {
background: #fff;
color: var(--dominant-color);
}
.contact-box1 .contact-box .contact-form form .contact-button .contact-code {
width: 105px;
font-size: 14px;
text-align: center;
color: #999;
}
.contact-box1 .contact-box .contact-form form .contact-button .contact-code img {
margin-bottom: 10px;
}
.contact-box1 .contact-box .contact-form .contact-code-box {
margin-top: 30px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
@media screen and (max-width: 768px) {
.contact-box1 .contact-box .contact-form .contact-code-box {
justify-content: space-between;
margin-top: 0;
}
}
.contact-box1 .contact-box .contact-form .contact-code-box .item {
width: 105px;
margin-right: 34px;
margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.contact-box1 .contact-box .contact-form .contact-code-box .item {
margin-right: 0;
}
}
.contact-box1 .contact-box .contact-form .contact-code-box .item:nth-child(6n) {
margin-right: 0;
}
.contact-box1 .contact-box .contact-form .contact-code-box .item:last-child {
margin-right: 0;
}
.contact-box1 .contact-box .contact-form .contact-code-box .item .code-img {
margin-bottom: 6px;
}
.contact-box1 .contact-box .contact-form .contact-code-box .item .code-title {
font-size: 14px;
text-align: center;
color: #999;
}
.contact-box1 .contact-box .contact-text {
flex-basis: 35%;
background: var(--dominant-color) url('../images/img58.png') no-repeat center / cover;
padding: 80px;
color: #fff;
}
@media screen and (max-width: 1440px) {
.contact-box1 .contact-box .contact-text {
padding: 40px;
}
}
.contact-box1 .contact-box .contact-text .item {
margin-bottom: 30px;
}
.contact-box1 .contact-box .contact-text .item .sub {
font-size: 16px;
}
.contact-box1 .contact-box .contact-text .item .summary {
font-size: 20px;
}
.contact-box1 .contact-box .title {
font-size: 38px;
font-weight: 600;
margin-bottom: 30px;
}
.contact-box1 .member {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
padding: 80px;
margin-top: 40px;
}
@media screen and (max-width: 1600px) {
.contact-box1 .member {
padding: 40px;
}
}
@media screen and (max-width: 768px) {
.contact-box1 .member {
padding: 20px;
}
}
.contact-box1 .member .title {
font-size: 38px;
font-weight: 600;
margin-bottom: 10px;
text-align: center;
}
@media screen and (max-width: 768px) {
.contact-box1 .member .title {
font-size: 20px;
}
}
.contact-box1 .member .tip-title {
font-size: 24px;
color: #999;
margin-bottom: 30px;
text-align: center;
}
@media screen and (max-width: 768px) {
.contact-box1 .member .tip-title {
font-size: 16px;
}
}
.contact-box1 .member .member-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contact-box1 .member .member-box .item {
flex-basis: calc(100% / 3);
padding: 20px;
}
@media screen and (max-width: 768px) {
.contact-box1 .member .member-box .item {
padding: 0 0 20px;
border-bottom: 1px solid #eee;
flex-basis: 100%;
margin-bottom: 20px;
}
}
.contact-box1 .member .member-box .item:nth-child(3n) {
max-width: 240px;
}
.contact-box1 .member .member-box .item .tip {
color: #999;
font-size: 14px;
}
.contact-box1 .member .member-box .item .value {
font-size: 16px;
margin-bottom: 10px;
padding-left: 20px;
}
.contact-box1 .member .member-box .item .value a:hover {
text-decoration: underline;
}
.contact-box1 .member .member-box .item .company .value {
background: url('../images/img34.png') no-repeat center left;
}
.contact-box1 .member .member-box .item .tel .value {
background: url('../images/img29.png') no-repeat center left;
}
.contact-box1 .member .member-box .item .email .value {
background: url('../images/img30.png') no-repeat center left;
}
.contact-box1 .member .member-box .item .web .value {
background: url('../images/img31.png') no-repeat center left;
}
/*鍦板浘*/
#mapContainer {
width: 100%;
height: 780px;
z-index: 0;
}
#tip {
height: 30px;
background-color: #fff;
padding-left: 10px;
padding-right: 10px;
position: absolute;
font-size: 12px;
right: 10px;
bottom: 20px;
border-radius: 3px;
line-height: 30px;
border: 1px solid #ccc;
}
div.info-top {
position: relative;
background: none repeat scroll 0 0 #f9f9f9;
border-bottom: 1px solid #ccc;
border-radius: 5px 5px 0 0;
}
div.info-top div {
display: inline-block;
color: #333333;
font-size: 14px;
font-weight: bold;
line-height: 31px;
padding: 0 10px;
text-align: left;
}
div.info-top img {
transition-duration: 0.25s;
}
div.info-middle {
font-size: 16px;
padding: 20px;
line-height: 1.8;
text-align: left;
}
div.info-bottom {
height: 0px;
width: 100%;
clear: both;
text-align: center;
}
div.info-bottom img {
position: relative;
z-index: 104;
}
/*鏂伴椈璧勮*/
.news-box1 .news-swiper {
margin-bottom: 120px;
}
.news-box1 .news-swiper .swiper {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news-box1 .news-swiper .swiper .swiper-slide {
padding: 20px;
display: flex;
justify-content: space-between;
border-radius: 8px;
}
.news-box1 .news-swiper .swiper .swiper-slide:hover .slide-text .title {
color: var(--dominant-color);
}
.news-box1 .news-swiper .swiper .swiper-slide .slide-text {
flex-basis: 50%;
padding: 80px;
}
.news-box1 .news-swiper .swiper .swiper-slide .slide-text .title {
color: #333;
font-size: 38px;
font-weight: 600;
transition: all 0.5s;
}
.news-box1 .news-swiper .swiper .swiper-slide .slide-text .time {
color: #666;
font-size: 16px;
margin-top: 10px;
}
.news-box1 .news-swiper .swiper .swiper-slide .slide-text .summary {
margin-top: 20px;
font-size: 16px;
line-height: 1.8;
color: #666666;
}
.news-box1 .news-swiper .swiper .swiper-slide .slide-text .more {
width: 170px;
height: 56px;
display: flex;
justify-content: center;
align-items: center;
background: var(--dominant-color);
color: #fff;
font-size: 16px;
border-radius: 28px;
margin-top: 50px;
}
.news-box1 .news-swiper .swiper .swiper-slide .slide-img {
flex-basis: 50%;
}
.news-box1 .news-swiper .swiper .swiper-slide .slide-img .imgBox {
height: 500px;
}
.news-box1 .news-swiper .swiper .swiper-pagination {
bottom: 50px;
text-align: left;
left: 100px;
}
.news-box1 .news-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
background: none;
border: 2px solid #cccccc;
opacity: 1;
width: 12px;
height: 12px;
margin: 0 10px;
}
.news-box1 .news-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
border-color: var(--dominant-color);
}
.news-box2 .item-list {
display: grid;
grid-gap: 40px;
}
.news-box2 .item-list .item {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 20px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news-box2 .item-list .item:hover .item-text .title {
color: var(--dominant-color);
}
.news-box2 .item-list .item .item-text {
flex-basis: 45%;
padding: 80px;
}
.news-box2 .item-list .item .item-text .title {
font-size: 38px;
font-weight: 600;
transition: all 0.5s;
}
.news-box2 .item-list .item .item-text .time {
color: #666;
font-size: 16px;
margin-top: 10px;
}
.news-box2 .item-list .item .item-text .summary {
margin-top: 20px;
font-size: 16px;
line-height: 1.8;
color: #666666;
}
.news-box2 .item-list .item .item-img {
flex-basis: 55%;
}
.news-box2 .item-list .item .item-img .imgBox {
height: 0;
padding-bottom: 67.5%;
}
.news-box2 .item-list .item .item-img .imgBox img {
position: absolute;
}
.news-box2 .item-list .item:nth-child(even) {
flex-direction: row-reverse;
}
.news-box2 .item-list .item:nth-child(even) .item-text .item-text-in {
margin: 40px auto 40px 0;
padding-right: 20px;
padding-left: 0;
}
.news-detail .location {
background: url('../images/home.png') no-repeat center left;
padding-left: 30px;
margin-top: 30px;
}
.news-detail .news-detail-title {
border-bottom: 1px dashed #eee;
margin-top: 100px;
margin-bottom: 50px;
padding-bottom: 20px;
}
.news-detail .news-detail-title .title {
color: #333;
font-size: 38px;
font-weight: 600;
text-align: center;
margin-bottom: 40px;
}
.news-detail .news-detail-title .item-list {
display: flex;
justify-content: center;
align-items: center;
}
.news-detail .news-detail-title .item-list .item {
font-size: 16px;
color: #2a2a2a;
margin: 0 30px;
}
.news-detail .news-detail-box {
font-size: 16px;
color: #666;
line-height: 2;
min-height: 300px;
border-bottom: 1px dashed #eee;
padding-bottom: 30px;
}
.news-detail .news-detail-box img {
max-width: 100% !important;
height: auto !important;
}
.news-detail .new-pager {
display: flex;
justify-content: center;
margin: 120px 0;
}
.news-detail .new-pager a {
display: flex;
justify-content: center;
align-items: center;
width: 170px;
height: 56px;
border-radius: 28px;
border: 1px solid #c1c1c1;
font-size: 16px;
opacity: 0.4;
margin: 0 20px;
transition: all 0.5s;
}
.news-detail .new-pager a span {
margin-right: 20px;
filter: brightness(0);
transition: all 0.5s;
}
.news-detail .new-pager a:hover {
background: var(--dominant-color);
opacity: 1;
color: #fff;
}
.news-detail .new-pager a:hover span {
filter: none;
}
/*鍒涙剰鐮斿彂*/
.originality-box1 .item {
border-radius: 8px;
overflow: hidden;
display: flex;
align-items: center;
}
@media screen and (min-width: 769px) {
.originality-box1 .item {
flex-direction: row-reverse;
}
.originality-box1 .item .imgBox {
flex-basis: 60%;
}
}
.originality-box1 .item .item-text {
flex-basis: 40%;
background: rgba(255, 255, 255, 0.98);
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
}
.originality-box1 .item .item-text .title {
font-size: 48px;
font-family: MiSans-Medium;
margin-bottom: 30px;
}
.originality-box1 .item .item-text .summary {
font-size: 16px;
color: #666;
line-height: 1.8;
}
.originality-box1 .swiper-button {
position: absolute;
right: 30px;
display: flex;
flex-direction: column;
top: 0;
bottom: 0;
margin: auto;
height: fit-content;
}
.originality-box1 .swiper-button .swiper-button-prev, .originality-box1 .swiper-button .swiper-button-next {
width: 80px;
height: 80px;
position: initial;
border: 1px solid #fff;
border-radius: 50%;
margin: 10px 0;
transition: all 0.5s;
}
.originality-box1 .swiper-button .swiper-button-prev::after, .originality-box1 .swiper-button .swiper-button-next::after {
opacity: 0;
}
.originality-box1 .swiper-button .swiper-button-prev:hover, .originality-box1 .swiper-button .swiper-button-next:hover {
background-color: var(--dominant-color);
border: none;
}
.originality-box1 .swiper-button .swiper-button-prev {
background: url('../images/prev.png') no-repeat center;
}
.originality-box1 .swiper-button .swiper-button-next {
background: url('../images/next.png') no-repeat center;
}
.originality-box2 .item-list {
width: 100%;
display: flex;
justify-content: space-between;
position: relative;
}
.originality-box2 .item-list .item-text {
width: 40%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.originality-box2 .item-list .item-text .title {
font-size: 48px;
font-family: MiSans-Medium;
margin-bottom: 30px;
margin-top: 50px;
}
.originality-box2 .item-list .item-text .summary {
font-size: 16px;
color: #666;
line-height: 1.8;
padding-bottom: 50px;
}
.originality-box2 .item-list .item-swiper {
width: 55%;
}
.originality-box2 .item-list .item-swiper-big .swiper-slide, .originality-box2 .item-list .item-swiper-small .swiper-slide {
border-radius: 8px;
overflow: hidden;
}
.originality-box2 .item-list .item-swiper-big .swiper-slide .imgBox, .originality-box2 .item-list .item-swiper-small .swiper-slide .imgBox {
height: 0;
padding-bottom: 75%;
}
.originality-box2 .item-list .item-swiper-big .swiper-slide .imgBox img, .originality-box2 .item-list .item-swiper-small .swiper-slide .imgBox img {
position: absolute;
}
.originality-box2 .item-list .item-swiper-small {
position: absolute;
left: 0;
width: 40%;
bottom: 0;
}
.originality-box2 .item-list .item-swiper-small .swiper {
margin: 0 50px;
}
.originality-box2 .item-list .item-swiper-small .swiper-slide {
opacity: 0.3;
cursor: pointer;
}
.originality-box2 .item-list .item-swiper-small .swiper-slide.swiper-slide-thumb-active {
opacity: 1;
}
.originality-box2 .item-list .item-swiper-small .swiper-button-prev::after, .originality-box2 .item-list .item-swiper-small .swiper-button-next::after {
color: #c1c1c1;
font-size: 16px;
}
.originality-box2 .item-list .item-swiper-small .swiper-button-prev:hover::after, .originality-box2 .item-list .item-swiper-small .swiper-button-next:hover::after {
color: var(--dominant-color);
}
.originality-box3 .item-list {
width: 100%;
display: flex;
justify-content: space-between;
}
.originality-box3 .item-list .item-text {
width: 40%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.originality-box3 .item-list .item-text .title {
font-size: 48px;
font-family: MiSans-Medium;
margin-bottom: 30px;
margin-top: 50px;
}
.originality-box3 .item-list .item-text .sub {
font-size: 32px;
margin-bottom: 10px;
}
.originality-box3 .item-list .item-text .summary {
font-size: 16px;
color: #666;
line-height: 1.8;
}
.originality-box3 .item-list .item-text .summary .item {
margin-bottom: 30px;
}
.originality-box3 .item-list .item-text .summary .item .item-title {
font-size: 24px;
color: var(--dominant-color);
position: relative;
padding-left: 20px;
font-family: MiSans-Medium;
}
.originality-box3 .item-list .item-text .summary .item .item-title::after {
content: '';
width: 7px;
height: 7px;
border-radius: 50%;
left: 0;
top: 0;
bottom: 0;
margin: auto;
background: var(--dominant-color);
position: absolute;
}
.originality-box3 .item-list .item-swiper {
width: 55%;
position: relative;
}
.originality-box3 .item-list .item-swiper-big .swiper-slide, .originality-box3 .item-list .item-swiper-small .swiper-slide {
border-radius: 8px;
overflow: hidden;
background: #000;
}
.originality-box3 .item-list .item-swiper-big .swiper-slide .imgBox, .originality-box3 .item-list .item-swiper-small .swiper-slide .imgBox {
height: 0;
padding-bottom: 75%;
}
.originality-box3 .item-list .item-swiper-big .swiper-slide .imgBox img, .originality-box3 .item-list .item-swiper-small .swiper-slide .imgBox img {
position: absolute;
}
.originality-box3 .item-list .item-swiper-small {
position: absolute;
width: 100%;
bottom: 30px;
}
.originality-box3 .item-list .item-swiper-small .swiper {
margin: 0 50px;
}
.originality-box3 .item-list .item-swiper-small .swiper-slide {
cursor: pointer;
}
.originality-box3 .item-list .item-swiper-small .swiper-slide .imgBox {
opacity: 0.3;
}
.originality-box3 .item-list .item-swiper-small .swiper-slide.swiper-slide-thumb-active .imgBox {
opacity: 1;
}
.originality-box3 .item-list .item-swiper-small .swiper-button-prev::after, .originality-box3 .item-list .item-swiper-small .swiper-button-next::after {
color: #c1c1c1;
font-size: 16px;
}
.originality-box3 .item-list .item-swiper-small .swiper-button-prev:hover::after, .originality-box3 .item-list .item-swiper-small .swiper-button-next:hover::after {
color: var(--dominant-color);
}
/*鍝嶅簲寮?/
@media screen and (max-width: 1600px) {
.pageBanner .section .title {
font-size: 48px;
}
.banner .text.text-1 .title, .banner .text.text-2 .title, .banner .text.text-3 .title {
font-size: 48px;
}
.banner .swiper-button-prev, .banner .swiper-button-next, .index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-prev, .index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-next, .about-box-2 .history-swiper .history-swiper-small .swiper-button .swiper-button-prev, .about-box-2 .history-swiper .history-swiper-small .swiper-button .swiper-button-next, .originality-box1 .swiper-button .swiper-button-prev, .originality-box1 .swiper-button .swiper-button-next {
width: 60px;
height: 60px;
}
.index-title .title {
font-size: 32px;
}
.index-title .summary {
font-size: 16px;
margin-top: 30px;
}
.index-title .sub {
font-size: 24px;
margin-top: 30px;
}
.index-box1 .section {
padding: 80px 0;
}
.index-box1 .index-box1-bg {
height: 550px;
}
.index-box1 .section .index-box1-box .item .text .title {
font-size: 24px;
}
.index-box1 .section .index-title .summary {
margin: 30px auto;
}
.about-box {
padding: 80px 0;
}
.about-box .about-box-number .number span {
font-size: 42px;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide .text .title {
font-size: 24px;
}
.index-box3 .index-box3-box .index-box3-swiper-button {
padding-top: 50px;
}
.about-box-3 .item-list .item .item-text .title {
font-size: 24px;
}
.best-news {
padding: 40px 0;
}
.best-news .index-news .item .text .time {
margin: 15px 0;
}
.best-news .index-news .item .text .title {
font-size: 24px;
}
.about-box-5 .talent-top .text .title {
font-size: 32px;
}
.about-box-5 .talent-top .text .sub {
font-size: 24px;
margin-top: 20px;
}
.pageMargin {
margin: 80px auto;
}
.product-service-box1 .item .item-text .item-text-in .sub {
font-size: 42px;
}
.product-service-box1 .item .item-text .item-text-in .title {
font-size: 32px;
}
.product-service-box4 .section1600 .swiper .swiper-slide {
transform: scale(0.7);
}
.product-service-box4 .section1600 .swiper {
max-width: 800px;
}
.originality-box1 .item .item-text .title, .originality-box2 .item-list .item-text .title, .originality-box3 .item-list .item-text .title {
font-size: 32px;
}
.originality-box3 .item-list .item-text .sub {
font-size: 24px;
}
.originality-box3 .item-list .item-text .summary .item .item-title {
font-size: 20px;
}
.originality-box3 .item-list .item-text .summary {
font-size: 14px;
}
.news-box2 .item-list .item .item-text, .news-box1 .news-swiper .swiper .swiper-slide .slide-text {
padding: 60px;
}
.news-box2 .item-list .item .item-text .title, .news-box1 .news-swiper .swiper .swiper-slide .slide-text .title, .news-detail .news-detail-title .title {
font-size: 28px;
}
.contact-box1 .contact-box .title {
font-size: 28px;
}
.footer {
padding: 80px 0 0;
}
.footer .footer-mid {
margin-top: 80px;
}
}
@media screen and (max-width: 1366px) {
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title {
padding: 0 20px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .item .item-top {
font-size: 16px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .item .item-top .summary {
font-size: 14px;
}
.pageBanner .banner-box {
height: 500px;
}
.contact-box1 .contact-box .title {
font-size: 32px;
}
.index-box1 .section .index-box1-box .item .text {
padding: 30px 20px;
}
.index-box1 .index-box1-bg {
height: 500px;
}
.best-news .index-news .item .text .title {
font-size: 20px;
}
.best-news .index-news {
grid-gap: 30px;
}
.best-news .index-news .item .text .summary {
font-size: 14px;
}
}
@media screen and (max-width: 1280px) {
header .section .header-box .logo img {
max-width: 70%;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title {
padding: 0 15px;
}
header.active .header-menu .header-box .logo img, header.bgActive .header-menu .header-box .logo img {
max-width: 70%;
}
.banner .text.text-1 .title, .banner .text.text-2 .title, .banner .text.text-3 .title {
font-size: 36px;
}
.banner .text.text-1 .summary {
font-size: 20px;
}
.pageBanner .section .title {
font-size: 36px;
}
.page-menu .menu-box .item {
font-size: 16px;
}
.page-menu {
height: 60px;
margin-top: -30px;
}
.about-box .about-box-number .number span {
font-size: 36px;
}
.news-box2 .item-list .item .item-text .title, .news-box1 .news-swiper .swiper .swiper-slide .slide-text .title, .news-detail .news-detail-title .title {
font-size: 24px;
}
.originality-box2 .item-list .item-swiper-small {
position: relative;
width: 100%;
margin-top: 30px;
}
.footer {
padding-bottom: 0;
}
.footer .footer-top .item .item-box a, .footer .footer-top .item .item-box .item-list {
font-size: 14px;
}
}
@media screen and (max-width: 1080px) {
header .section .header-box .logo img {
max-width: 70%;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title {
padding: 0 15px;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title a {
font-size: 14px;
}
}
@media screen and (max-width: 1024px) {
.pageMargin {
margin: 50px auto;
}
.pageBanner .banner-box {
height: 300px;
margin-top: 60px;
}
.pageBanner .section .title {
font-size: 24px;
}
/*header*/
header .header-menu {
height: 60px !important;
box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.01);
background: #fff !important;
}
header.active .phone-line {
background: #000000 !important;
}
header.active .phone-line::before {
background: #000 !important;
}
header.active .phone-line::after {
background: #000 !important;
}
header.active .phone-click.active .phone-line {
background: rgba(255, 255, 255, 0) !important;
}
header.active .phone-click.active .phone-line::before {
background: #000 !important;
}
header.active .phone-click.active .phone-line::after {
background: #000 !important;
}
header#member-header .logo {
position: inherit;
margin-left: 0;
}
header .section .header-box .logo {
max-width: 35%;
margin-left: 0;
filter: none !important;
}
header .section .header-box .menu-box {
display: flex;
align-items: center;
}
header .section .header-box .menu-box .phone-click {
cursor: pointer;
width: 22px;
height: 16px;
display: flex;
align-items: center;
position: relative;
}
header .section .header-box .menu-box .phone-click .phone-line {
height: 2px;
background: #000;
width: 100%;
transition: all 0.5s;
overflow: hidden;
}
header .section .header-box .menu-box .phone-click .phone-line::before, header .section .header-box .menu-box .phone-click .phone-line::after {
content: '';
position: absolute;
width: 100%;
height: 2px;
background: #000;
transition: all 0.5s;
}
header .section .header-box .menu-box .phone-click .phone-line::before {
top: 0;
transition: all 0.5s;
}
header .section .header-box .menu-box .phone-click .phone-line::after {
bottom: 0;
transition: all 0.5s;
}
header .section .header-box .menu-box .phone-click.active .phone-line {
background: rgba(255, 255, 255, 0);
transition: all 0.5s;
}
header .section .header-box .menu-box .phone-click.active .phone-line::before {
margin: auto;
transition: all 0.5s;
transform: translateY(7px) rotate(45deg);
}
header .section .header-box .menu-box .phone-click.active .phone-line::after {
margin: auto;
transition: all 0.5s;
transform: translateY(-7px) rotate(-45deg);
}
header .section .header-box .menu-box .menu-list {
display: none;
position: absolute;
width: 100%;
background: #fff;
top: 60px;
height: 100vh;
z-index: 10;
left: 0;
margin-left: 0;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
padding-top: 30px;
}
header .section .header-box .menu-box .menu-list .firstItem {
height: auto;
width: 100%;
border-bottom: 1px solid #eee;
display: block;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title {
height: 50px;
width: 92.5%;
margin-left: 5%;
padding: 0;
position: relative;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title a {
color: #2a2a2a;
font-size: 14px;
display: block;
width: 100%;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title a:hover {
color: #2a2a2a;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title i {
width: 50px;
height: 50px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
cursor: pointer;
transition: all 0.5s;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title i.active {
transform: rotate(45deg);
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title i::before {
content: '';
width: 16px;
position: absolute;
height: 2px;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background: #000;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title i::after {
content: '';
height: 16px;
position: absolute;
width: 2px;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background: #000;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title::after {
display: none;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box {
top: 0 !important;
border-top: none;
box-shadow: none;
position: relative;
left: 0;
margin-left: 0;
width: 100%;
font-size: 12px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box a {
text-align: left;
margin-bottom: 10px;
display: block;
width: 100%;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box a .men-imgbox {
display: none;
}
header .section .header-box .menu-box .menu-list-phone {
background: #fff;
border-top: 1px solid #e5e5e5;
position: absolute;
height: 100vh;
left: 0;
width: 100%;
top: 50px;
padding: 20px;
display: none;
z-index: 10;
}
header .section .header-box .menu-box .menu-list-phone .menu-list-box {
display: flex;
justify-content: space-between;
height: 100%;
}
header .section .header-box .menu-box .menu-list-phone .menu-aside {
border-right: 1px solid #e1e3e6;
height: 100%;
overflow: hidden;
width: 120px;
}
header .section .header-box .menu-box .menu-list-phone .menu-aside .item {
margin-bottom: 30px;
position: relative;
padding-left: 10px;
}
header .section .header-box .menu-box .menu-list-phone .menu-aside .item a {
display: block;
}
header .section .header-box .menu-box .menu-list-phone .menu-aside .item.active::after {
content: '';
width: 4px;
height: 15px;
background: var(--dominant-color);
left: 0;
top: 0;
bottom: 0;
margin: auto;
position: absolute;
}
header .section .header-box .menu-box .menu-list-phone .menu-content {
flex: auto;
width: calc(100% - 120px);
padding: 0 10px;
}
header .section .header-box .menu-box .menu-list-phone .menu-content .item-content {
display: none;
}
header .section .header-box .menu-box .menu-list-phone .menu-content .item-content.active {
display: block;
}
header .section .header-box .menu-box .menu-list-phone .menu-content .item-list {
display: flex;
flex-wrap: wrap;
}
header .section .header-box .menu-box .menu-list-phone .menu-content .item-list .item {
width: 50%;
padding: 0 20px;
margin-bottom: 20px;
}
header .section .header-box .menu-box .menu-list-phone .menu-content .item-list .item .title {
font-size: 12px;
color: #666;
text-align: center;
}
header .section .header-box .menu-box .menu-list-phone .menu-content .item-list .item .summary {
font-size: 12px;
text-align: center;
}
header .section .header-box .menu-box .menu-list-phone .menu-content .item-list .item .imgBox {
height: auto;
}
header .section .header-box .menu-box .menu-list-phone .menu-content .item-list .item .news-img {
height: 80px;
display: flex;
align-items: center;
justify-content: center;
}
header .section .header-box .menu-box .menu-list-phone .menu-content .item-list .item .news-title {
text-align: center;
font-size: 12px;
}
header .section .header-box .menu-box .menu-list-phone .menu-content .item-list .item .second-item-support-link a {
display: block;
color: #666;
font-size: 12px;
margin-top: 10px;
}
header .section .header-box .menu-box .menu-list .firstItem.language img {
display: none;
}
/*鑱旂郴鎴戜滑*/
.contact-box1 .contact-box {
flex-direction: column;
}
.contact-box1 .contact-box .title {
font-size: 24px;
}
.contact-box1 .contact-box .contact-text .item .summary {
font-size: 14px;
}
div.info-middle {
font-size: 14px;
}
.best-news .index-news {
grid-template-columns: 1fr;
}
.index-box3 .section {
flex-direction: column;
}
.index-box3 .section .index-box3-box {
width: 100%;
margin-top: 0;
}
.index-box3 {
margin: 80px auto;
}
.index-box3 .section .index-box3-swiper {
width: 100%;
}
.about-box-2 .history-swiper .history-swiper-small {
width: 250px;
padding-left: 100px;
background-position: center left 100px;
}
.about-box-5 .talent-top {
height: 400px;
}
}
@media screen and (max-width: 768px) {
.imgBox img {
width: 100%;
max-height: none;
}
.banner .swiper-button-prev, .banner .swiper-button-next, .index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-prev, .index-box3 .index-box3-box .index-box3-swiper-button .swiper-button-next, .about-box-2 .history-swiper .history-swiper-small .swiper-button .swiper-button-prev, .about-box-2 .history-swiper .history-swiper-small .swiper-button .swiper-button-next, .originality-box1 .swiper-button .swiper-button-prev, .originality-box1 .swiper-button .swiper-button-next {
width: 40px;
height: 40px;
}
header .section .header-box .logo {
max-width: 200px;
}
header .section .header-box .logo img {
max-width: 100% !important;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title {
padding: 0 15px;
position: relative !important;
}
/*閫氱敤鏍峰紡*/
.seize-a-seat {
height: 60px;
}
.font24 {
font-size: 20px;
}
.font32 {
font-size: 20px;
}
.banner .text {
top: 25%;
}
.banner .text.text-1 .title, .banner .text.text-2 .title, .banner .text.text-3 .title {
font-size: 24px;
}
.banner .text.text-3 .title {
line-height: 1.8;
}
.banner .text.text-2 .sub, .banner .text.text-3 .sub {
font-size: 16px;
}
.banner .text .more {
font-size: 14px;
width: 150px;
height: 50px;
line-height: 50px;
}
.banner .text.text-2 .title {
line-height: 1.6;
}
.page-menu {
margin-top: 20px;
height: auto;
background: none;
box-shadow: none;
}
.page-menu .menu-box {
flex-wrap: wrap;
justify-content: flex-start;
}
.page-menu .menu-box::-webkit-scrollbar:horizontal {
height: 0;
}
.page-menu .menu-box .item a {
padding: 10px;
}
.page-menu .menu-box .item {
height: 40px;
font-size: 14px;
flex-basis: calc(99% / 3);
margin-top: 10px;
}
.pageBanner .banner-box {
height: 200px;
padding: 50px 0;
}
.pageBanner .section {
margin: auto;
}
.pageBanner .section .title {
font-size: 20px;
}
.pageBanner .section .summary {
font-size: 14px;
margin-top: 10px;
}
.pager {
margin-top: 50px;
}
.pager .number {
margin: 0 5px;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.index-title {
margin-bottom: 20px;
}
.index-title .title {
font-size: 20px;
}
.index-title .summary {
font-size: 14px;
margin-top: 10px;
}
.index-title .sub {
font-size: 16px;
margin-top: 10px;
}
/*閫氱敤鏍峰紡*/
/*棣栭〉*/
.index-box1 .section {
padding: 50px 0;
}
.index-box1 .section .index-box1-box {
grid-template-columns: 1fr;
grid-gap: 20px 0;
}
.index-box1 .section .index-box1-box .item .text {
padding: 10px 20px 20px;
}
.index-box1 .section .index-box1-box .item .text .title {
font-size: 16px;
}
.index-box1 .section .index-box1-box .item .text .summary {
font-size: 14px;
}
.about-box {
width: 90%;
padding: 20px 0 30px;
margin-top: 30px;
box-shadow: none;
}
.about-box .index-title .summary {
text-align: left;
}
.about-box .index-title .summary p {
margin-bottom: 10px;
}
.about-box .index-title .summary p br {
display: none;
}
.about-box .video-img {
height: 300px;
}
.about-box .video-img img {
height: 100%;
width: 100%;
object-fit: cover;
}
.about-box .about-box-number {
margin: 0;
width: 100%;
flex-wrap: wrap;
padding: 20px;
justify-content: flex-start;
}
.about-box .about-box-number .item {
flex-basis: calc(100% / 3);
margin-bottom: 20px;
}
.about-box .about-box-number .number span {
font-size: 16px;
}
.index-box1 .section .index-title .summary {
margin: 10px auto;
}
.index-box3 {
margin: 50px auto;
}
.index-box3 .index-box3-box .index-box3-swiper-button {
padding-top: 0;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide {
margin-top: 0 !important;
}
.index-box3 .section .index-box3-swiper .swiper {
margin-top: 30px;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide .text {
padding: 20px;
}
.index-box3 .section .index-box3-swiper .swiper .swiper-slide .text .more {
width: 150px;
height: 50px;
line-height: 50px;
font-size: 14px;
}
.best-news .best-news-box .index-more {
display: none;
}
.best-news {
padding: 50px 0;
}
.best-news .index-news a {
flex-direction: column;
}
.best-news .index-news .item .item-img, .best-news .index-news .item .text {
width: 100%;
flex-basis: 100%;
}
.best-news .index-news .item {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.best-news .index-news .item .text {
padding: 20px;
}
.best-news .index-news .item .item-img .imgBox {
padding-bottom: 50%;
}
.best-news .index-news .item .text .title {
font-size: 16px;
}
.best-news .index-news .item .text .time {
font-size: 12px;
margin: 5px 0;
}
.about-box-2 .history-swiper {
flex-direction: column;
}
.about-box-2 .history-swiper .history-swiper-big {
width: 100%;
margin-top: 0;
}
.about-box-2 .history-swiper .history-swiper-big .bg-time {
display: none;
}
.about-box-2 .history-swiper .history-swiper-big .slide-text {
position: initial;
}
.about-box-2 .history-swiper .history-swiper-big .slide-text .time span {
font-size: 32px;
}
.about-box-2 .history-swiper .history-swiper-big .slide-text .time {
font-size: 20px;
}
.about-box-2 .history-swiper .history-swiper-big .slide-text .title {
font-size: 16px;
margin: 10px 0;
}
.about-box-2 .history-swiper .history-swiper-big .slide-text .summary {
font-size: 14px;
}
.about-box-2 .history-swiper .history-swiper-small {
width: 100%;
background: none;
padding: 0;
height: 100px;
}
.about-box-2 .history-swiper .history-swiper-big .swiper {
padding-bottom: 0;
}
.about-box-2 .history-swiper .history-swiper-small .swiper {
display: none;
}
.about-box-2 .history-swiper .history-swiper-small .swiper-button {
display: none;
}
.about-box-2 .history-swiper .history-swiper-big .swiper-button {
flex-direction: row;
display: flex;
}
.about-box-2 .history-swiper .history-swiper-big .swiper-button .swiper-button-prev, .about-box-2 .history-swiper .history-swiper-big .swiper-button .swiper-button-next {
margin-right: 20px;
transform: rotate(-90deg);
width: 40px;
height: 40px;
}
.about-box-3 .item-list {
grid-template-columns: 1fr;
}
.about-box-3 .item-list .item .imgBox {
padding-bottom: 120%;
}
.about-box-3 .item-list .item:nth-child(2) {
margin-top: 0;
}
.about-box-4 .honor-swiper .summary {
font-size: 14px;
}
.about-box-4 .honor-swiper .summary br {
display: none;
}
.about-box-4 .honor-swiper .swiper {
padding-bottom: 80px;
}
.about-box-4 .honor-swiper .honor-bg {
height: 350px;
}
.about-box-4 .honor-swiper {
margin-bottom: 30px;
}
.about-box-4 .item-list {
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px;
}
.product-service-box1 .item {
flex-direction: column !important;
}
.product-service-box1 .item .item-text .item-text-in {
padding: 20px !important;
margin: 0 !important;
width: 100% !important;
}
.product-service-box1 .item .item-text .item-text-in .sub {
font-size: 18px;
}
.product-service-box1 .item .item-text .item-text-in .title {
font-size: 20px;
}
.product-service-box1 .item .item-text .item-text-in .summary {
font-size: 14px;
}
.product-service-box1 .item .item-text .item-text-in .line {
margin: 10px 0;
height: 2px;
width: 40px;
}
.about-box-5 .talent-top .text {
padding: 20px;
}
.about-box-5 .talent-top {
height: 300px;
margin-bottom: 50px;
}
.about-box-5 .talent-top .text .title {
font-size: 20px;
}
.about-box-5 .talent-top .text .sub {
font-size: 16px;
}
.about-box-5 .talent-bottom .item-list .item .item-text {
padding: 20px;
}
.about-box-5 .talent-bottom .item-list .item .item-text .title {
font-size: 16px;
}
.about-box-5 .talent-bottom .item-list .item .item-text .add, .about-box-5 .talent-bottom .item-list .item .item-text .time, .about-box-5 .talent-bottom .item-list .item .item-text .number {
font-size: 12px;
margin-bottom: 4px;
}
.about-box-5 .talent-bottom .item-list .item .item-text .talent-click {
right: 20px;
width: 30px;
height: 30px;
}
.about-box-5 .talent-bottom .item-list .item .item-text .talent-click::before {
width: 1px;
height: 14px;
}
.about-box-5 .talent-bottom .item-list .item .item-text .talent-click::after {
width: 14px;
height: 1px;
}
.about-box-5 .talent-bottom .item-list .item .item-show {
padding: 20px;
font-size: 12px;
}
.product-service-box2 .item-list, .product-service-box3 .item-list {
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px;
}
.originality-box1 .item {
background: none;
height: auto;
flex-direction: column;
}
.originality-box1 .item .imgBox {
height: 300px;
}
.originality-box1 .item .item-text {
width: 100%;
padding: 20px 0;
justify-content: flex-start;
height: auto;
}
.originality-box1 .item .item-text .title, .originality-box2 .item-list .item-text .title, .originality-box3 .item-list .item-text .title {
font-size: 20px;
}
.originality-box1 .item .item-text .summary {
font-size: 14px;
}
.originality-box1 .item .item-text .title {
margin-bottom: 10px;
}
.originality-box1 .swiper-button {
position: initial;
flex-direction: row;
}
.originality-box1 .swiper-button .swiper-button-prev, .originality-box1 .swiper-button .swiper-button-next {
filter: brightness(0.5);
margin-right: 20px;
}
.originality-box1 .swiper-button .swiper-button-prev:hover, .originality-box1 .swiper-button .swiper-button-next:hover {
filter: none;
}
.originality-box2 .item-list, .originality-box3 .item-list {
flex-direction: column;
}
.originality-box2 .item-list .item-text, .originality-box2 .item-list .item-swiper, .originality-box3 .item-list .item-text, .originality-box3 .item-list .item-swiper {
width: 100%;
}
.originality-box2 .item-list .item-text .title, .originality-box3 .item-list .item-text .title {
margin-top: 0;
margin-bottom: 10px;
}
.originality-box2 .item-list .item-text .summary {
font-size: 14px;
}
.originality-box3 .item-list .item-swiper-small {
position: relative;
bottom: 0;
margin-top: 20px;
}
.originality-box3 .item-list .item-text .sub {
font-size: 16px;
}
.originality-box3 .item-list .item-text .summary .item .item-title {
font-size: 14px;
}
.news-box2 .item-list .item {
flex-direction: column-reverse !important;
}
.news-box2 .item-list .item .item-text, .news-box1 .news-swiper .swiper .swiper-slide .slide-text {
padding: 0;
}
.news-box2 .item-list .item .item-text .title, .news-box1 .news-swiper .swiper .swiper-slide .slide-text .title {
font-size: 16px;
}
.news-box2 .item-list .item .item-text .summary {
font-size: 14px;
}
.news-box2 .item-list .item .item-img {
width: 100%;
}
.news-box2 .item-list .item .item-text {
margin-top: 20px;
}
.news-box2 .item-list .item .item-text .time {
font-size: 12px;
}
.news-detail .news-detail-title .title {
font-size: 18px;
margin-bottom: 10px;
}
.news-detail .news-detail-title {
margin-top: 50px;
margin-bottom: 10px;
}
.news-detail .news-detail-title .item-list {
flex-wrap: wrap;
justify-content: center;
}
.news-detail .news-detail-title .item-list .item {
font-size: 12px;
margin: 0 10px;
}
.news-detail .news-detail-box {
font-size: 14px;
}
.news-detail .new-pager {
margin: 30px auto;
}
.news-detail .new-pager a {
width: 150px;
height: 50px;
font-size: 12px;
}
.news-box1 .news-swiper .swiper .swiper-slide {
flex-direction: column-reverse;
padding-bottom: 50px;
}
.news-box1 .news-swiper .swiper .swiper-slide .slide-img .imgBox {
height: 300px;
}
.news-box1 .news-swiper .swiper .swiper-slide .slide-text {
margin-top: 20px;
}
.news-box1 .news-swiper .swiper .swiper-slide .slide-text .more {
display: none;
}
.news-box1 .news-swiper .swiper .swiper-pagination {
left: 0;
text-align: center;
bottom: 20px;
}
.news-box1 .news-swiper {
margin-bottom: 50px;
}
.contact-box1 .contact-box .contact-form form label {
flex-basis: 100%;
margin-right: 0;
margin-bottom: 20px;
}
.contact-box1 .contact-box .contact-form form label:last-of-type {
margin-top: 20px;
}
.contact-box1 .contact-box .contact-form, .contact-box1 .contact-box .contact-text {
padding: 20px;
}
.contact-box1 .contact-box .contact-form form .contact-button {
flex-direction: column;
margin-top: 0;
margin-bottom: 30px;
}
.contact-code {
margin-top: 30px;
}
.contact-box1 .contact-box .contact-form form .contact-button button {
height: 50px;
font-size: 14px;
width: 100%;
}
.contact-box1 .contact-box .title {
font-size: 20px;
}
div.info-top img {
width: 300px;
}
/*footer*/
.footer {
padding: 50px 0 0;
}
.footer .footer-top .footer-menu, .footer .footer-top .footer-contact {
display: none;
}
.footer .footer-mid .code {
justify-content: flex-start;
}
.footer .footer-mid {
margin-top: 30px;
}
.footer .footer-mid .code .item {
margin-left: 0;
margin-right: 20px;
}
.footer .footer-bottom .section {
flex-direction: column;
line-height: 1.6;
}
}
/*# sourceMappingURL=index.css.map */
/*tuwen*/
.tuwen-list {
width: 90%;
margin: 40px auto;
}
.tuwen-list ul {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 100%;
justify-content: space-between;
}
.tuwen-list ul li {
flex-basis: 48%;
margin-bottom: 30px;
display: flex;
box-sizing: border-box;
align-items: center;
justify-content: space-between;
padding: 30px;
}
.tuwen-list ul li:nth-child(1) {
background: #d9d9d9;
}
.tuwen-list ul li:nth-child(2) {
background: #c0ff72;
}
.tuwen-list ul li:nth-child(3) {
background: #8de2e7;
}
.tuwen-list ul li:nth-child(4) {
background: #ebe7e6;
}
.tuwen-list ul li:nth-child(5) {
background: #93c2ec;
}
.tuwen-list ul li:nth-child(6) {
background: #d2eae8;
}
.tuwen-list ul li .left {
width: 50%;
}
.tuwen-list ul li .right {
width: 45%;
height: 100%;
overflow: hidden;
}
.tuwen-list ul li .left h2 {
font-size: 30px;
color: #1a1a1a;
font-weight: bold;
}
.tuwen-list ul li .left .des {
font-size: 30px;
color: #1a1a1a;
font-weight: bold;
}
.tuwen-list ul li .left a {
display: inline-block;
border-radius: 20px;
background: #e8e8e8;
font-size: 12px;
color: #4d4d4d;
line-height: 30px;
width: 100px;
text-align: center;
}
.tuwen-list ul li .right img {
width: 100%;
transition: all 0.5s;
}
.tuwen-list ul li:hover .left h2 {
color: #276770;
}
.tuwen-list ul li:hover .left a {
background: #276770;
color: #fff;
}
@media screen and (max-width: 768px) {
.tuwen-list {
width: 90%;
}
.tuwen-list ul li {
flex-basis: 100%;
}
.tuwen-list ul li .left h2 {
font-size: 22px;
}
.tuwen-list ul li .left .des {
font-size: 22px;
}
}
/*tuwen2*/
.ysjright {
margin-left: 30px;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: transparent transparent transparent #dab866;
}
.zsjleft {
margin-right: 30px;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: transparent #dab866 transparent transparent;
}
.tw-probox2 {
margin: 40px auto;
width: 80%;
}
.protw2-tit {
text-align: center;
}
.tit-box {
display: flex;
align-items: center;
justify-content: center;
}
.protw2-tit h2 {
font-size: 30px;
color: #dab866;
}
.sx-list {
border: 1px solid #e9e9e9;
margin: 50px 0;
}
.sx-list li {
line-height: 36px;
border-bottom: 1px dashed #e9e9e9;
overflow: hidden;
background: #f1f1f1;
display: flex;
align-items: center;
}
.sx-list li:last-of-type {
border-bottom: 0;
}
.sx-list li label {
display: inline-block;
width: 150px;
text-align: right;
box-sizing: border-box;
padding-right: 5px;
font-size: 14px;
color: #282828;
border-right: 1px solid #e9e9e9;
height: 100%;
}
.right-sxlist {
overflow: hidden;
width: calc(100% - 150px);
background: #fff;
}
.sx-list li a {
line-height: 20px;
float: left;
font-size: 12px;
color: #8b8b8b;
display: inline-block;
padding: 0 5px;
margin: 8px 5px;
}
.sx-list li a.sx-allsingle {
margin: 8px 30px;
}
.sx-list li span {
font-size: 13px;
color: #8b8b8b;
float: left;
}
.sx-list li a.sx-allsingle.active, .sx-list li a.sx-single.active {
background: #dbb867;
color: #fff;
}
.product-li {
overflow: hidden;
}
.product-li li {
position: relative;
width: 23.5%;
float: left;
margin-right: 2%;
margin-bottom: 60px;
}
.product-li li:nth-child(4n) {
margin-right: 0;
}
.product-li li figure {
position: relative;
width: 100%;
height: 260px;
background: #f6f6f6;
overflow: hidden;
transition: 0.58s;
}
.product-li li figure:before {
position: absolute;
left: 0;
top: 0;
background: #6cccdc;
content: "";
width: 100%;
height: 2px;
box-sizing: border-box;
transition: 0.4s;
transform-origin: left top;
z-index: 2;
transform: scaleX(0);
}
.product-li li figure:after {
position: absolute;
right: 0;
top: 0;
background: #6cccdc;
content: "";
width: 2px;
height: 100%;
box-sizing: border-box;
transition: 0.4s;
transform-origin: left top;
transform: scaleY(0);
}
.product-li li figure i:before {
position: absolute;
right: 0;
bottom: 0;
background: #6cccdc;
content: "";
width: 100%;
height: 2px;
box-sizing: border-box;
transition: 0.4s;
transform-origin: right top;
transform: scaleX(0);
}
.product-li li figure i:after {
position: absolute;
left: 0;
bottom: 0;
background: #6cccdc;
content: "";
width: 2px;
height: 100%;
box-sizing: border-box;
transition: 0.4s;
transform-origin: left bottom;
transform: scaleY(0);
}
.product-li li figure img {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
max-width: 100%;
max-height: 100%;
margin: auto;
transition: 0.5s;
height: 95%;
}
.product-li li span {
display: block;
margin-top: 24px;
text-align: center;
line-height: 1;
color: #333333;
font-size: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.service-text {
position: absolute;
left: 50%;
margin-left: -600px;
bottom: 80px;
}
.product-li li a:hover figure {
background: #fff;
}
.product-li li a:hover figure:before {
transform: scaleX(1);
}
.product-li li a:hover figure i:before {
transform: scaleX(1);
transition-delay: 0.8s;
}
.product-li li a:hover figure i:after {
transform: scaleY(1);
transition-delay: 1.2s;
}
.product-li li a:hover figure:after {
transform: scaleY(1);
transition-delay: 0.4s;
}
.product-li li a:hover figure img {
transform: scale(1.05);
}
@media screen and (max-width: 768px) {
.product-li li {
width: 48%;
margin-right: 4%;
margin-bottom: 30px;
}
.product-li li:nth-child(even) {
margin-right: 0;
}
.product-li li figure {
height: 120px;
}
.sx-list li label {
width: 60px;
}
.right-sxlist {
width: calc(100% - 60px);
}
.sx-list li a.sx-allsingle {
margin: 8px 10px;
}
}
/*tuwende*/
.twd-box {
margin: 40px auto;
width: 90%;
}
.twd-product {
display: flex;
}
.twd-product .left {
width: 50%;
}
.twd-product .right .product-introduct-top {
font-size: 28px;
margin-bottom: 20px;
}
.twd-product .right .des {
font-size: 14px;
color: #595959;
}
.product-details {
margin-top: 50px;
}
.product-details>.title {
border-bottom: #e0e0e0 1px solid;
margin-bottom: 30px;
}
.product-details>.title label {
font-size: 18px;
color: #222;
border-bottom: 2px solid #222;
padding-bottom: 10px;
display: inline-block;
}
.product-details .contain img {
width: 100%;
}
.detail-part2 .detail-nav {
height: 90px;
border-top: 1px solid #CECFD1;
border-bottom: 1px solid #CECFD1;
}
.detail-part2 .detail-nav #nav-swiper {
width: 800px;
height: 100%;
margin: 0 auto;
}
.detail-part2 .detail-nav #nav-swiper .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
}
.detail-part2 .detail-nav a {
font-size: 20px;
color: #7F818D;
position: relative;
}
.detail-part2 .detail-nav #nav-swiper .swiper-slide-active a {
color: #424242;
font-weight: bold;
}
.detail-part2 .detail-nav #nav-swiper .swiper-slide-active::after {
content: "";
width: 100%;
height: 4px;
/*background: linear-gradient(90deg, #E39D29 0%, #F7B939 100%);*/
background: #5dc2d0;
position: absolute;
left: 0;
bottom: 0;
}
.detail-part2 .cpgs-detail {
margin-top: 80px;
}
.detail-part2 .cpgs-detail .title {
font-size: 32px;
font-weight: 400;
color: #424242;
line-height: 1;
position: relative;
padding-bottom: 18px;
}
.detail-part2 .cpgs-detail .title::after {
content: "";
width: 52px;
height: 3px;
background: #5dc2d0;
position: absolute;
left: 0;
bottom: 0;
}
.detail-part2 .cpgs-detail .cpgs-nr {
font-size: 16px;
font-weight: 400;
color: #78797E;
line-height: 30px;
padding-left: 0px;
position: relative;
margin-top: 20px;
}
/*index.php*/
.about-box2 {
padding: 0 0 40px;
margin: 0 auto;
}
.about-section {
display: flex;
align-items: center;
}
.about-section .left {
width: 45%;
}
.about-section .right {
width: 45%;
margin-left: 70px;
}
.about-section .left {
position: relative;
}
.about-section .left .bg-ab {
background: #5DC2D0;
width: 95%;
height: 600px;
position: relative;
}
.e-image {
right: -40px;
bottom: -50px;
width: 90%;
position: absolute;
height: 560px;
overflow: hidden;
}
.about-section .left .e-image img {
height: 560px;
object-fit: cover;
transition: all .8s ease;
-moz-transition: all .8s ease;
-webkit-transition: all .8s ease;
-o-transition: all .8s ease;
}
.about-section .left .e-image:hover img {
overflow: hidden;
transform: scale3D(1.1, 1.1, 1.1);
cursor: pointer;
}
.about-box2 .index-title .title {
font-family: MiSans-Medium;
}
.about-box2 .index-title .summary p {
margin-bottom: 0;
}
.about-box2 .video-img {
border-radius: 12px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.about-box2 .about-box-number {
width: 100%;
max-width: 1260px;
border-radius: 0 40px 0 40px;
/* box-shadow: 2px 25px 24px 0 rgba(0, 0, 0, 0.08); */
background: #fff;
display: flex;
justify-content: space-between;
margin: -40px 0 0;
position: relative;
padding: 20px 0 20px 0;
}
.about-box2 .about-box-number .summary {
text-align: center;
}
.about-box2 .year {
font-size: 38px;
color: #5DC2D0;
}
.about-box2 .about-box-number .number {
text-align: center;
font-size: 14px;
color: #333;
}
.about-box2 .about-box-number .number span {
font-size: 28px;
color: #5DC2D0;
font-weight: 600;
}
.index-title .summary {
color: #595959;
}
@media only screen and (max-width: 768px) {
.about-section {
display: block;
}
.about-section .left {
height: 300px;
}
.about-section .left, .about-section .right {
width: 100%;
box-sizing: border-box;
}
.about-section .left .bg-ab {
width: 100%;
height: 220px;
}
.e-image {
height: auto;
top: -210px;
left: 0;
position: relative;
margin: 20px 20px 0;
}
.about-section .right {
padding: 20px;
margin-left: 0;
}
.about-section .left .e-image img {
height: auto;
}
}
.product-service-box2 {
background: #fff;
}
.product-service-box2 .product-service-box2-menu {
margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.product-service-box2 .product-service-box2-menu {
margin-bottom: 30px;
}
}
.product-service-box2 .product-service-box2-menu .menu-click {
display: none;
}
@media screen and (max-width: 768px) {
.product-service-box2 .product-service-box2-menu .menu-box {
display: flex;
overflow: auto;
}
.product-service-box2 .product-service-box2-menu .menu-box::-webkit-scrollbar:horizontal {
height: 1px;
}
.product-service-box2 .product-service-box2-menu .menu-box::-webkit-scrollbar-thumb {
background: var(--dominant-color);
}
}
.product-service-box2 .product-service-box2-menu .menu-box a {
height: 56px;
transition: all 0.5s;
border-radius: 28px;
display: inline-block;
padding: 0 50px;
line-height: 56px;
font-size: 16px;
color: #333;
margin-bottom: 10px;
}
.product-service-box2 .product-service-box2-menu .menu-box a.active, .product-service-box2 .product-service-box2-menu .menu-box a:hover {
color: #fff;
background: var(--dominant-color);
}
@media screen and (max-width: 768px) {
.product-service-box2 .product-service-box2-menu .menu-box a {
text-align: center;
height: 40px;
line-height: 40px;
font-size: 12px;
flex-shrink: 0;
padding: 0 20px;
margin-right: 10px;
}
}
.product-service-box2 .item-list {
display: block;
}
.product-service-box2 .item-list .item {
overflow: hidden;
cursor: pointer;
}
.product-service-box2 .item-list .item .imgBox {
margin-bottom:20px;
}
.fixed-tool {
position: fixed;
right: 0;
top: 15%;
z-index: 300;
font-size: 14px;
text-align: center;
color: #fff;
display: none;
}
.fixed-tool li {
position: relative;
margin-bottom: 1px;
}
.fixed-tool li.item6 .icon .tit {
padding: 0;
}
.fixed-tool li.btn-gotop {
display: none;
}
.fixed-tool li.item6:hover .wxbox {
opacity: 1;
visibility: visible;
transform: translate(-10px, 0);
}
/*.fixed-tool li:hover .icon img {
display: none;
}*/
.fixed-tool li:hover .icon .tit {
display: table-cell;
}
.fixed-tool .icon {
text-align: center;
width: 60px;
height: auto;
display: block;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.8);
letter-spacing: 2px;
padding: 5px 0;
border-radius: 5px;
color: #333;
}
.fixed-tool .icon img {
width: 60%;
display: block;
margin: 0 auto;
}
.fixed-tool .icon h2 {
font-size: 12px;
font-weight: normal;
}
.fixed-tool .icon .tit {
width: 3.75em;
height: 3.75em;
display: none;
vertical-align: middle;
padding: 0 0.5em;
}
.fixed-tool li:hover .icon {
background: #57c1cf;
}
.fixed-tool li:hover .icon h2 {
color: #fff;
}
.fixed-tool .wxbox {
position: absolute;
width: 110px;
height: 110px;
left: -126px;
top: 50%;
margin-top: -55px;
background: #fff;
padding: 5px;
opacity: 0;
transform: translate(10px, 0);
visibility: hidden;
transition: all .3s .2s ease-in-out;
}
.fixed-tool .wxbox:before {
content: "";
position: absolute;
right: -10px;
top: 50%;
margin-top: -10px;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #fff;
}
.fixed-tool .wxbox img {
width: 100%;
max-width: 100%;
display: block;
}
.box2 {
padding: 77px 0 40px;
}
.box2 .w1600 .list {
margin-top: 47px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.box2 .w1600 .list.itemAnimates .itemAnimate {
opacity: 1;
}
.box2 .w1600 .list.itemAnimates.flag .itemAnimate {
-webkit-animation: fadeInUp2 1s forwards;
animation: fadeInUp2 1s forwards;
}
.box2 .w1600 .list .item {
cursor: pointer;
width: 25%;
height: 556px;
position: relative;
color: #fff;
-webkit-transition: .4s;
transition: .4s;
border-right: 5px solid #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 1;
}
.box2 .w1600 .list .item:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
-webkit-transition: .4s;
transition: .4s;
z-index: -1;
}
.box2 .w1600 .list .item:last-child {
border-right: none;
}
.box2 .w1600 .list .item:hover {
width: 55.25%;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.box2 .w1600 .list .item:hover:after {
background: rgba(0, 0, 0, 0.54);
}
.box2 .w1600 .list .item:hover .bg {
opacity: 0;
visibility: hidden;
}
.box2 .w1600 .list .item:hover .realbg {
-webkit-transition: .55s;
transition: .55s;
-webkit-transition-timing-function: var(--ease-in-out-b);
transition-timing-function: var(--ease-in-out-b);
-webkit-transition-delay: .4s;
transition-delay: .4s;
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.box2 .w1600 .list .item .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transition: .4s;
transition: .4s;
}
.box2 .w1600 .list .item .bg h5 {
font-size: 24px;
text-align: center;
}
.box2 .w1600 .list .item .realbg {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: translate3d(0, 10%, 0);
transform: translate3d(0, 10%, 0);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
flex-direction: column;
padding: 0 72px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.box2 .w1600 .list .item .realbg p {
margin: 10px 0 100px;
}
.box2 .w1600 .list .item h5 {
font-size: 30px;
font-weight: 400;
}
@media screen and (max-width: 1024px) {
.box2 .w1600 .list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.box2 .w1600 .list .item {
width: 100% !important;
height: auto;
padding: 60px 0;
border: none;
}
.box2 .w1600 .list .item:after {
background: rgba(0, 0, 0, 0.54);
}
.box2 .w1600 .list .item .bg {
opacity: 0;
visibility: hidden;
}
.box2 .w1600 .list .item .realbg {
-webkit-transition: .55s;
transition: .55s;
-webkit-transition-timing-function: var(--ease-in-out-b);
transition-timing-function: var(--ease-in-out-b);
-webkit-transition-delay: .4s;
transition-delay: .4s;
opacity: 1;
visibility: visible;
position: static;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.box2 .w1600 .list .item .realbg p {
margin-bottom: 60px;
}
}
@media screen and (max-width: 640px) {
.box2 .w1600 .list .item h5 {
font-size: 16px;
}
.box2 .w1600 .list {
margin-top: 30px;
}
.box2 .w1600 .list .item {
padding: 0;
}
.box2 .w1600 .list .item .realbg {
padding: 20px 15px;
}
.box2 .w1600 .list .item .realbg figure {
margin-bottom: 3px;
}
.box2 .w1600 .list .item .realbg figure img {
width: 30px;
}
.box2 .w1600 .list .item .realbg p {
font-size: 12px;
margin-bottom: 30px;
}
.ititle h5 {
font-size: 18px;
}
.ititle h6 {
font-size: 16px;
}
}
#c_portalResEbizads_banner-16040456770842889 .p_MatteIcon .iconfont:before {
content: '\e602';
}
#c_portalResEbizads_banner-16040456770842889 >div {
animation-fill-mode: both;
}
#c_portalResEbizads_banner-16040456770842889 .f-center {
text-align: center;
height: 100vh;
max-height: 1080px;
}
#c_portalResEbizads_banner-16040456770842889 .f-14 {
font-size: 14px;
}
#c_portalResEbizads_banner-16040456770842889 .pcimg {
width: 100%;
height: auto;
}
#c_portalResEbizads_banner-16040456770842889 .moimg {
display: none;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .b_video {
height: 100%;
position: relative;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide:nth-child(1) .ind_ban_tex {
top: 40%!important;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide:nth-child(2) .ind_ban_tex {
top: 60%!important;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .b_video .b_overlay {
position: absolute;
top: 0px;
left: 0px;
z-index: 3;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.2);
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .b_video .b_video_con {
position: absolute;
transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
left: 0px;
top: 0px;
width: 100vw;
height: 100vh;
-o-object-fit: cover;
object-fit: cover;
z-index: 2;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .b_video .b_image {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide img {
display: block;
width: 100%;
left: 0px;
top: 0px;
height: 100vh;
max-height: 1080px;
object-fit: cover;
}
#c_portalResEbizads_banner-16040456770842889 .bannerPic {
position: relative;
width: 100%;
height: auto;
transition: all 1s ease 2.5s;
transform: perspective(1000px) translate3d(0, 0, 100px);
}
#c_portalResEbizads_banner-16040456770842889 .swiper-slide.active .bannerPic {
transition: all 5s ease 0s;
transform: perspective(1000px) translate3d(0, 0, 0px);
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex {
position: absolute;
text-align: left;
width: 80%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 5;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
font-size: 16px;
font-weight: bold;
line-height: 1.5;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #ffffff;
max-width: 90%;
text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
transform: translateX(80px);
opacity: 0;
margin-bottom: 10px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .b_line {
width: 100%;
margin: 20px 0px 50px;
height: 2px;
background: #fff;
transform: translateX(80px);
opacity: 0;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_con {
width: 100%;
display: block;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
flex-basis: 100%;
max-width: 100%;
max-height: 400px;
overflow: visible;
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
text-align: right;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide:nth-child(2) .ind_ban_tex .ind_ban_tex_title {
text-align: left;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title:before {
content: '';
width: 0%;
height: 1px;
background: rgba(255,255,255,0.3);
position: absolute;
bottom: 0px;
left: -30%;
transform: translateX(80px);
opacity: 0;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {
color: #ffffff;
font-size: 4.0vw;
font-weight: bold;
text-transform: capitalize;
line-height: 1.2;
margin-bottom: 10px;
text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
transform: translateX(80px);
opacity: 0;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide.active .ind_ban_tex .ind_ban_tex_title:before {
transition: all 1.5s ease 0s;
transform: translateX(0);
opacity: 1;
width: 130%;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
flex-basis: 25%;
margin-bottom: 20px;
text-align: right;
margin: 0 auto;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide:nth-child(2) .ind_ban_tex .ind_ban_tex_info {
text-align: left;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
color: #ffffff;
line-height: 1.8;
font-size: 24px;
text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
transform: translateX(80px);
opacity: 0;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide.active .ind_ban_tex_title_en {
transition: all 2s ease .5s;
transform: translateX(0);
opacity: 1;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide.active .ind_ban_tex_title .t_big {
transition: all 2s ease 1.2s;
transform: translateX(0);
opacity: 1;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide.active .b_line {
transition: all 2s ease .8s;
transform: translateX(0);
opacity: 1;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide.active .ind_ban_tex_info .t_small {
transition: all 2s ease 1.4s;
transform: translateX(0);
opacity: 1;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-button-prev {
background-image: none;
left: calc(8.335% - 32px);
top: calc(50% - 32px);
width: 64px;
height: 64px;
text-align: center;
line-height: 64px;
color: #ffffff;
background-color: rgba(202, 202, 202, 0.3);
transition: all .3s ease;
display: none;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-button-next {
background-image: none;
right: calc(8.335% - 32px);
top: calc(50% - 32px);
width: 64px;
height: 64px;
text-align: center;
line-height: 64px;
color: #ffffff;
background-color: rgba(202, 202, 202, 0.3);
transition: all .3s ease;
display: none;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-button-next.swiper-button-disabled {
background-color: rgba(0, 0, 0, 0.3);
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-button-prev.swiper-button-disabled {
background-color: rgba(0, 0, 0, 0.3);
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #ffffff;
margin: 0 14px;
opacity: 0.5;
color: transparent;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination-bullet-active {
opacity: 1;
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
border: 2px solid rgba(255, 255, 255, 0.4);
background-color: transparent;
color: #ffffff;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination-bullet-active .rightcircle {
-webkit-animation: circleProgressLoad_right 25s linear infinite;
animation: circleProgressLoad_right 25s linear infinite;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination-bullet-active .leftcircle {
-webkit-animation: circleProgressLoad_left 25s linear infinite;
animation: circleProgressLoad_left 25s linear infinite;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination-bullet-active .wrapper_con {
display: block;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination {
font-size: 0px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination > span {
display: inline-block;
vertical-align: middle;
position: relative;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-container-rtl .swiper-button-next {
left: calc(8.335% - 32px);
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-container-rtl .swiper-button-prev {
right: calc(8.335% - 32px);
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 12%;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination-custom {
bottom: 5%;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination-fraction {
bottom: 5%;
}
#c_portalResEbizads_banner-16040456770842889 .right {
right: -2px;
}
#c_portalResEbizads_banner-16040456770842889 .left {
left: -2px;
}
#c_portalResEbizads_banner-16040456770842889 .circleProgress {
width: 42px;
height: 42px;
border: 2px solid transparent;
border-radius: 50%;
position: absolute;
top: 0px;
-webkit-transform: rotate(-135deg);
}
#c_portalResEbizads_banner-16040456770842889 .rightcircle {
border-bottom: 2px solid #ffffff;
border-left: 2px solid #ffffff;
right: 0px;
}
#c_portalResEbizads_banner-16040456770842889 .leftcircle {
border-top: 2px solid #ffffff;
border-right: 2px solid #ffffff;
left: 0px;
}
#c_portalResEbizads_banner-16040456770842889 .wrapper_con {
width: 21px;
height: 42px;
position: absolute;
top: -2px;
overflow: hidden;
display: none;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
font-size: 14px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
font-size: 15px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-button-prev {
width: 40px;
height: 40px;
line-height: 40px;
top: calc(50% - 20px);
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-button-next {
width: 40px;
height: 40px;
line-height: 40px;
top: calc(50% - 20px);
}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
#c_portalResEbizads_banner-16040456770842889 .f-center {
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
font-size: 14px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
font-size: 15px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-button-prev {
width: 40px;
height: 40px;
line-height: 40px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-button-next {
width: 40px;
height: 40px;
line-height: 40px;
}
}
@media only screen and (max-width: 768px) {
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex {
text-align: left;
}
#c_portalResEbizads_banner-16040456770842889 .f-center {
height: 50vh;
}
#c_portalResEbizads_banner-16040456770842889 .moimg {
display: block;
height: 100%;
}
#c_portalResEbizads_banner-16040456770842889 .pcimg {
display: none;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
left: 0;
top: 0;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination-bullet {
width: 8px;
height: 8px;
margin: 0 6px;
}
#c_portalResEbizads_banner-16040456770842889 .rightcircle {
display: none;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-pagination-bullet-active .wrapper_con {
display: none;
}
#c_portalResEbizads_banner-16040456770842889 .f-14 {
display: none;
}
#c_portalResEbizads_banner-16040456770842889 .f-center {
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .b_video .b_video_con {
display: none;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
flex-basis: 100%;
max-width: 100%;
margin-bottom: 10px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
display: block;
width: 100%;
margin-bottom: 0px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
font-size: 14px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .b_line {
margin: 15px 0px 30px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {
font-size: 7vw;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
line-height: 1.6;
font-size: 14px;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-button-prev {
display: none;
}
#c_portalResEbizads_banner-16040456770842889 .banner .swiper-button-next {
display: none;
}
}
#c_portalResEbizads_banner-16040456770842889 {
width: 100%;
max-width: none;
min-width: 300px;
height: auto;
max-height: none;
min-height: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
.wb-wx a {
display: inline-block;
margin-right: 10px;
}
@keyframes circleProgressLoad_right {
0% {
transform: rotate(45deg);
}
50%, 100% {
transform: rotate(225deg);
}
}
@keyframes circleProgressLoad_left {
0%, 50% {
transform: rotate(45deg);
}
100% {
transform: rotate(225deg);
}
}