.linear {
transition-timing-function: linear;
-o-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-webkit-transition-timing-function: linear;
}
.ease {
transition-timing-function: ease;
-o-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
}
.ease-in {
transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
}
.ease-out {
transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
}
.ease-in-out {
transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@media screen and (max-width: 1460px) {
:root {
--fs12: 0.14rem !important;
--fs14: 0.16rem !important;
--fs16: 0.18rem !important;
--fs18: 0.2rem !important;
--fs20: 0.22rem !important;
--fs22: 0.24rem !important;
--fs24: 0.26rem !important;
--fs26: 0.28rem !important;
--fs28: 0.3rem !important;
--fs30: 0.32rem !important;
--fs32: 0.34rem !important;
--fs34: 0.36rem !important;
--fs36: 0.38rem !important;
--fs38: 0.4rem !important;
--fs40: 0.42rem !important;
--fs42: 0.44rem !important;
--fs44: 0.46rem !important;
--fs46: 0.47rem !important;
--fs48: 0.4rem !important;
--fs50: 0.52rem !important;
--fs52: 0.54rem !important;
--fs54: 0.56rem !important;
--fs56: 0.58rem !important;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-cent .cent-title {
font-size: var(--fs22);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link,
.container .cont-plate4 .plate4-main .main-box .box-item .item-title {
font-size: var(--fs20);
}
.container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-text,
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-cent .cent-text {
font-size: var(--fs18);
}
footer .foot-bottom .bottom-zhizi,
.service .service-main .main-cont .cont-cent .cent-text,
.medicine .medicine-main .main-cont .cont-item .item-cent .cent-text {
font-size: var(--fs16);
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-cont .cont-button,
footer .foot-bottom .bottom-link {
font-size: var(--fs14);
}
footer .foot-main .main-cont .cont-cent .cent-lump .lump-text em {
width: calc(100% - 0.22rem);
font-size: var(--fs16);
}
footer .foot-main .main-cont .cont-cent .cent-lump .lump-text span {
width: 0.22rem;
}
nav .nav-main .main-cont .main-right .right-tel {
width: 1.6rem;
}
.join .join-plate1 .plate1-main {
padding: 1.2rem 0 1rem 0.82rem;
}
}
@media screen and (max-width: 1004px) {
nav {
width: 100%;
height: auto;
}
nav .nav-main {
position: fixed;
top: 0 !important;
left: 0;
width: 100%;
height: 1.2rem;
padding: 0;
background: #fff;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100%;
margin: 0 auto;
padding: 0 0.3rem;
}
nav .nav-main .main-cont .main-logo {
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
width: 1rem;
height: auto;
padding: 0;
}
nav .nav-main .main-cont .main-logo img {
position: relative;
width: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img1 {
display: none;
opacity: 0;
}
nav .nav-main .main-cont .main-logo .img2 {
opacity: 1;
}
nav .nav-main .main-cont .main-certificate {
position: relative;
width: 0.8rem;
height: auto;
margin-left: 0.1rem;
}
nav .nav-main .main-cont .main-certificate img {
position: absolute;
top: 0;
left: 0;
width: 100%;
transform: translatey(-50%);
-o-transform: translatey(-50%);
-moz-transform: translatey(-50%);
-webkit-transform: translatey(-50%);
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-certificate .img1 {
opacity: 0;
}
nav .nav-main .main-cont .main-certificate .img2 {
opacity: 1 !important;
}
nav .nav-main .main-cont .main-nav {
display: flex;
justify-content: flex-end;
width: auto;
height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
display: none;
justify-content: flex-end;
width: auto;
height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
position: relative;
display: inline-block;
width: auto;
height: 100%;
padding: 0 0.3rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
display: inline-block;
position: relative;
width: auto;
height: 100%;
font-size: 0.18rem;
text-align: center;
line-height: 1.04rem;
color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg, #3779db, #1c449d);
transform: scale(0, 0) translateZ(0);
-o-transform: scale(0, 0) translateZ(0);
-moz-transform: scale(0, 0) translateZ(0);
-webkit-transform: scale(0, 0 translateZ(0));
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
color: #fff !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
position: absolute;
top: 1.04rem;
left: 50%;
width: 1.5rem;
height: auto;
margin-left: -0.75rem;
padding: 0.15rem 0;
overflow: hidden;
opacity: 0;
visibility: hidden;
z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f8f8f8;
z-index: 0;
transform: translatey(-100%);
-o-transform: translatey(-100%);
-moz-transform: translatey(-100%);
-webkit-transform: translatey(-100%);
transition-timing-function: ease;
-o-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
display: none;
position: relative;
width: auto;
font-size: 0.16rem;
line-height: 0.34rem;
text-align: center;
color: #333;
opacity: 0;
z-index: 9;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
background: linear-gradient(90deg, #fff, #000);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
color: #0086c3 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
transform: scale(1, 1) translateZ(0);
-o-transform: scale(1, 1) translateZ(0);
-moz-transform: scale(1, 1) translateZ(0);
-webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
opacity: 1;
visibility: visible;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
transform: translatey(0);
-o-transform: translatey(0);
-moz-transform: translatey(0);
-webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
display: block;
animation: navInUp50 0.6s ease;
animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right {
display: flex;
justify-content: flex-end;
align-items: center;
width: auto;
height: 100%;
margin-left: 0;
}
nav .nav-main .main-cont .main-right .right-tel {
display: block;
position: static;
top: 0;
left: 0;
width: auto;
margin-right: 0.25rem;
font-size: var(--fs32);
line-height: 1rem;
color: #0086c3;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 0.35rem;
height: 100%;
margin-left: 0;
margin-right: 0;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
width: 100%;
height: 100%;
background: url(../images/icon/icon-search2.png) no-repeat center center;
background-size: 0.35rem;
}
nav .nav-main .main-cont .main-right .right-menu {
display: block;
width: 0.5rem;
height: 0.5rem;
margin-left: 0.4rem;
background: url(../images/icon/icon-menu.png) no-repeat center center;
background-size: 100%;
}
nav .nav-main .main-cont .main-right .right-menu-hide {
background: url(../images/icon/icon-close.png) no-repeat center center;
background-size: 80%;
}
nav .nav-main:hover {
background: #fff;
}
nav .nav-main:hover .main-logo .img1 {
opacity: 0;
}
nav .nav-main:hover .main-logo .img2 {
opacity: 1;
}
nav .nav-main:hover .main-right .right-lang .lang-flag {
background: url(../images/icon/icon-lang-on.png) no-repeat center center !important;
background-size: 100% !important;
}
nav .nav-main:hover .main-right .right-lang .lang-title {
color: #333 !important;
}
nav .nav-main:hover .main-right .right-serach span {
background: url(../images/icon/icon-search2.png) no-repeat center center !important;
background-size: 0.35rem !important;
}
nav .nav-main:hover .main-right .right-menu span {
background: #0086c3;
}
nav .nav-main:hover .main-right .right-menu span::before,
nav .nav-main:hover .main-right .right-menu span::after {
background: #0086c3 !important;
}
nav .Whead-search {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 3rem;
background: #0086c3;
border: none;
z-index: 999;
overflow: hidden;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
position: absolute;
bottom: auto;
left: auto;
top: 0.2rem;
right: 0.4rem;
width: 0.45rem;
height: 0.45rem;
margin-left: 0;
background: url(../images/icon/icon-hidde.png) no-repeat center center;
background-size: 100%;
}
nav .Whead-search .search-input {
display: flex;
justify-content: space-between;
width: 100%;
padding: 1.7rem 0.8rem 0;
border-bottom: none;
}
nav .Whead-search .search-input .input-box {
flex: 1;
}
nav .Whead-search .search-input .input-box input {
width: 100%;
height: 0.5rem;
padding: 0.08rem 0;
font-family: 'Arial';
font-size: 0.26rem;
color: #fff;
background: rgba(255, 255, 255, 0);
border-bottom: 1px solid #fff;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
font-family: 'Arial';
color: #fff;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
font-family: 'Arial';
color: #fff;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
font-family: 'Arial';
color: #fff;
}
nav .Whead-search .search-input .input-icon {
width: 0.3rem;
height: 0.3rem;
margin-left: 0.2rem;
background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
background-size: 100%;
}
nav .sidebar-mask {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
z-index: 119;
opacity: 0;
visibility: hidden;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar {
display: block;
position: fixed;
top: 1.2rem;
left: -102%;
width: 100%;
height: calc(100vh - 1.2rem);
background: #fff;
overflow: scroll;
z-index: 399;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-top {
display: none;
justify-content: space-between;
align-items: center;
position: relative;
width: 100%;
height: 1.2rem;
padding: 0 0.3rem;
background: #fff;
border-bottom: solid 1px #0086c3;
}
nav .Whead-sidebar .sidebar-top .top-logo {
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
width: auto;
height: 0.7rem;
padding-left: 0;
}
nav .Whead-sidebar .sidebar-top .top-logo img {
width: auto;
height: 100%;
}
nav .Whead-sidebar .sidebar-top .top-right {
display: flex;
justify-content: flex-end;
align-items: center;
width: auto;
height: 100%;
}
nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
position: relative;
width: 0.8rem;
height: 0.8rem;
margin-right: 0.2rem;
border-radius: 50%;
border: solid 2px #d2d2d2;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
position: absolute;
top: 50%;
left: 50%;
width: 0.32rem;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 2.2rem;
height: 100%;
margin-right: 0.2rem;
border-left: solid 1px rgba(255, 255, 255, 0.3);
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
width: 0.4rem;
height: 0.4rem;
border-radius: 50%;
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
width: 100%;
height: 100%;
object-fit: cover;
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
width: auto;
margin: 0 0.15rem;
font-size: 0.28rem;
color: #333;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
width: 8px;
height: 5px;
background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
background-size: 8px 5px;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
position: absolute;
top: 0.97rem;
left: 0;
width: 100%;
height: auto;
padding: 0.05rem 0.2rem;
overflow: hidden;
z-index: 9;
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f8f8f8;
z-index: 0;
transform: translatey(-100%);
-o-transform: translatey(-100%);
-moz-transform: translatey(-100%);
-webkit-transform: translatey(-100%);
transition-timing-function: ease;
-o-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
display: none;
position: relative;
width: 100%;
margin: 0.15rem 0;
font-size: 0.26rem;
line-height: 0.44rem;
text-align: center;
color: #333;
opacity: 0;
z-index: 9;
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
color: #0086c3;
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
transform: rotate(180deg);
-o-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
transform: translatey(0);
-o-transform: translatey(0);
-moz-transform: translatey(0);
-webkit-transform: translatey(0);
}
nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
display: block;
animation: navInUp50 0.6s ease;
animation-fill-mode: forwards;
}
nav .Whead-sidebar .sidebar-top .top-right .right-hide {
position: relative;
width: 0.8rem;
height: 0.8rem;
border-radius: 50%;
background: #0086c3;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
position: absolute;
top: 50%;
left: 50%;
width: 0.32rem;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-top .top-icon2 {
width: 0.4rem;
}
nav .Whead-sidebar .sidebar-top .top-icon2 img {
width: 100%;
}
nav .Whead-sidebar .sidebar-top .box-lang {
width: 0.6rem;
height: 0.6rem;
font-size: 0.26rem;
text-align: center;
line-height: 0.55rem;
color: #1c1d21;
border-radius: 50%;
border: solid 1px #1c1d21;
}
nav .Whead-sidebar .sidebar-nav {
width: 100%;
height: 100%;
padding: 0 0.15rem;
overflow-y: overlay;
}
nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
width: 4px;
}
nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.12);
}
nav .Whead-sidebar .sidebar-nav .nav-item {
width: 100%;
height: auto;
border-bottom: solid 1px #e3e3e3;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
width: 100%;
height: auto;
padding: 0.34rem 0.25rem;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
content: '';
position: absolute;
right: 20px;
top: 18px;
width: 3px;
height: 13px;
background: #999;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
content: '';
position: absolute;
right: 15px;
top: 23px;
width: 13px;
height: 3px;
background: #999;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
flex: 1;
font-size: 0.32rem;
font-weight: bold;
color: #333;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
position: relative;
width: 16px;
height: 16px;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translatey(-50%);
-o-transform: translatey(-50%);
-moz-transform: translatey(-50%);
-webkit-transform: translatey(-50%);
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
opacity: 0;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
display: none;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
display: none;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
border-bottom: solid 1px transparent;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
color: #0086c3;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
background: #0086c3;
transform: rotate(90deg);
-o-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
background: #0086c3;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
display: none;
width: 100%;
height: auto;
padding-bottom: 0.3rem;
}
nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
width: 100%;
height: auto;
padding: 0.15rem 0.25rem;
font-size: 0.3rem;
color: #666;
}
nav .Whead-sidebar .sidebar-bottom {
display: flex;
justify-content: space-between;
width: 100%;
height: 1rem;
border-top: solid 1px #0086c3;
}
nav .Whead-sidebar .sidebar-bottom a {
width: 50%;
height: 100%;
padding: 0 0.2rem;
font-size: 0.28rem;
text-align: center;
line-height: 1rem;
}
nav .Whead-sidebar-on {
left: 0%;
}
header {
position: relative;
width: 100%;
height: auto;
margin-top: 1.2rem !important;
}
header .head-banner {
width: 100%;
overflow: hidden;
}
header .head-banner .swiper-slide {
width: 100%;
height: auto;
}
header .head-banner .swiper-slide .slide-box {
position: relative;
width: 100%;
height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
width: 100%;
height: 4rem;
background: #fff;
overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
display: none;
width: 100%;
height: auto;
background: #fff;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-pic {
display: none;
width: 100%;
height: 100%;
overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
width: 100%;
height: 100%;
object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-web-pic img {
width: 100%;
height: 100%;
object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .box-cent {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: auto;
padding: 0 0.3rem;
z-index: 9;
transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
font-size: 0.34rem;
font-weight: bold;
text-align: center;
color: #fff;
opacity: 0;
transform: translatey(30px);
-o-transform: translatey(30px);
-moz-transform: translatey(30px);
-webkit-transform: translatey(30px);
transition: all 0.5s 0.6s;
-o-transition: all 0.5s 0.6s;
-moz-transition: all 0.5s 0.6s;
-webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
font-size: 0.42rem;
font-weight: bold;
text-align: center;
line-height: 0.58rem;
color: #fff;
opacity: 0;
transform: translatey(30px);
-o-transform: translatey(30px);
-moz-transform: translatey(30px);
-webkit-transform: translatey(30px);
transition: all 0.5s 0.6s;
-o-transition: all 0.5s 0.6s;
-moz-transition: all 0.5s 0.6s;
-webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subTitle {
width: 100%;
margin-top: 0.2rem;
font-size: 0.48rem;
font-weight: bold;
text-align: center;
line-height: 0.62rem;
color: #fff;
opacity: 0;
transform: translatey(30px);
-o-transform: translatey(30px);
-moz-transform: translatey(30px);
-webkit-transform: translatey(30px);
transition: all 0.5s 0.8s;
-o-transition: all 0.5s 0.8s;
-moz-transition: all 0.5s 0.8s;
-webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subTitle2 {
width: 100%;
margin-top: 0.2rem;
font-size: 0.48rem;
font-weight: bold;
line-height: 0.62rem;
text-align: center;
color: #fff;
opacity: 0;
transform: translatey(30px);
-o-transform: translatey(30px);
-moz-transform: translatey(30px);
-webkit-transform: translatey(30px);
transition: all 0.5s 0.8s;
-o-transition: all 0.5s 0.8s;
-moz-transition: all 0.5s 0.8s;
-webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
margin-top: 0.3rem;
font-family: 'MONTSERRAT-LIGHT';
font-size: 0.24rem;
text-align: center;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.6);
opacity: 0;
transform: translatey(30px);
-o-transform: translatey(30px);
-moz-transform: translatey(30px);
-webkit-transform: translatey(30px);
transition: all 0.5s 1s;
-o-transition: all 0.5s 1s;
-moz-transition: all 0.5s 1s;
-webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
width: 2.6rem;
height: 0.8rem;
margin: 0.75rem auto 0;
opacity: 0;
transform: translatey(30px);
-o-transform: translatey(30px);
-moz-transform: translatey(30px);
-webkit-transform: translatey(30px);
transition: all 0.5s 1.2s;
-o-transition: all 0.5s 1.2s;
-moz-transition: all 0.5s 1.2s;
-webkit-transition: all 0.5s 1.2s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button2 {
width: 2.6rem;
height: 0.8rem;
margin: 0.75rem auto 0;
opacity: 0;
transform: translatey(30px);
-o-transform: translatey(30px);
-moz-transform: translatey(30px);
-webkit-transform: translatey(30px);
transition: all 0.5s 1.2s;
-o-transition: all 0.5s 1.2s;
-moz-transition: all 0.5s 1.2s;
-webkit-transition: all 0.5s 1.2s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English2 {
margin-top: 0.3rem;
font-family: 'MONTSERRAT-LIGHT';
font-size: 0.24rem;
text-align: center;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.6);
opacity: 0;
transform: translatey(30px);
-o-transform: translatey(30px);
-moz-transform: translatey(30px);
-webkit-transform: translatey(30px);
transition: all 0.5s 1s;
-o-transition: all 0.5s 1s;
-moz-transition: all 0.5s 1s;
-webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English3 {
width: 100%;
margin-top: 0.3rem;
font-family: 'MONTSERRAT-LIGHT';
font-size: 0.24rem;
text-align: center;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.6);
opacity: 0;
transform: translatey(30px);
-o-transform: translatey(30px);
-moz-transform: translatey(30px);
-webkit-transform: translatey(30px);
transition: all 0.5s 1s;
-o-transition: all 0.5s 1s;
-moz-transition: all 0.5s 1s;
-webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-pagination {
bottom: 0.3rem;
}
header .head-banner .banner-pic {
width: 100%;
height: 3rem;
margin-top: 0;
overflow: hidden;
background: none;
}
header .head-banner .banner-pic img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 1;
}
header .head-banner .banner-cent {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: auto;
padding: 0 0.3rem;
transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
}
header .head-banner .banner-cent .cent-title {
font-size: 0.52rem;
font-weight: bold;
color: #fff;
}
header .head-banner .banner-cent .cent-English {
margin-top: 0.1rem;
font-size: var(--fs28);
line-height: 0.4rem;
text-transform: uppercase;
color: #fff;
}
header .head-banner .banner-cent .cent-English span {
display: block;
padding-left: 0.7rem;
}
header .head-banner .banner-cent2 {
position: relative;
top: 0;
left: 0;
width: 100%;
height: auto;
margin-top: -2rem;
padding: 0 ;
transform: translate(0, 0);
-o-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
header .head-banner .banner-cent2 .cent-box {
width: 100%;
height: auto;
padding: 0.7rem 0.3rem 0.9rem;
background: linear-gradient(90deg, rgba(150, 202, 1, 0.9), rgba(0, 99, 54, 0.9));
border-radius: 0;
}
header .head-banner .banner-cent2 .cent-box .box-title {
font-size: var(--fs42);
font-weight: bold;
color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-text {
margin-top: 0.1rem;
font-size: var(--fs30);
line-height: 0.48rem;
color: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
display: none;
}
header .head-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0.55rem;
padding: 0 0.3rem;
background: rgba(255, 255, 255, 0.88);
z-index: 9;
}
header .head-info .info-main {
position: relative;
width: 100%;
height: 100% !important;
margin: 0 auto;
padding-left: 0.25rem;
background: none !important;
overflow: hidden;
}
header .head-info .info-main::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0.25rem;
height: 100%;
background: url(../images/icon/icon-info.png) no-repeat left center;
background-size: 100%;
}
header .head-info .info-main .main-cont {
width: 100%;
height: 100% !important;
background: none !important;
overflow: hidden;
}
header .head-info .info-main .main-cont .cont-item {
display: inline-block;
margin-right: 1rem;
font-size: var(--fs26);
line-height: 0.55rem;
color: #333;
}
header .head-info .info-main .main-cont .cont-item:hover {
color: #0086c3;
}
header .head-main {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
z-index: 9;
}
header .head-main .main-cont {
display: flex;
justify-content: center;
}
header .head-main .main-cont .cont-item {
position: relative;
width: 1.2rem;
height: 1.2rem;
margin: 0 0.3rem;
padding-top: 0.35rem;
border-radius: 50%;
background: #fff;
}
header .head-main .main-cont .cont-item::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 1.41rem;
height: 1.4rem;
margin: -0.705rem 0 0 -0.7rem;
background: url(../images/icon/icon-banner-bg.png) no-repeat center center;
background-size: 100%;
animation: load 3s linear infinite;
}
header .head-main .main-cont .cont-item .item-icon {
width: 0.55rem;
height: 0.51rem;
margin: 0 auto;
}
header .head-main .main-cont .cont-item .item-icon img {
width: 100%;
}
header .head-main .main-cont .cont-item .item-title {
position: absolute;
top: 105%;
left: 0;
width: 100%;
margin-top: 0.15rem;
font-size: var(--fs28);
text-align: center;
color: #333333;
transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}
header .head-main .main-cont .cont-item:hover {
padding-top: 0.3rem;
}
header .head-main .main-cont .cont-item:hover .item-title {
color: #0086c3;
}
header .head-result {
display: flex;
justify-content: flex-start;
position: absolute;
bottom: -0.4rem;
left: 1%;
width: 98%;
height: 0.8rem;
margin-left: 0;
border-radius: 0.05rem;
background: #fff;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
overflow: hidden;
}
header .head-result input {
width: calc(100% - 2.2rem);
height: 100%;
padding: 0 0.24rem;
font-size: var(--fs28);
font-weight: 100;
color: #333;
}
header .head-result input::placeholder {
color: #999;
}
header .head-result .result-button {
display: flex;
justify-content: center;
align-items: center;
width: 2.2rem;
height: 100%;
background: #0086c3;
}
header .head-result .result-button em {
display: block;
width: 0.3rem;
height: 0.3rem;
background: url(../images/icon/icon-search.png) no-repeat center center;
background-size: 100%;
}
header .head-result .result-button span {
margin-left: 0.18rem;
font-size: var(--fs30);
color: #fff;
}
header .head-result .result-button:hover {
background: #01a545;
}
header .head-strip,
header .head-cont {
display: none;
}
footer {
position: relative;
width: 100%;
height: auto;
margin-top: -0.5rem !important;
padding: 1.5rem 0.3rem 1.6rem !important;
background: url(../images/foot-bg.png) no-repeat top left;
background-size: 100%;
overflow: hidden;
}
footer .foot-main {
display: flex;
justify-content: space-between;
background: #fff;
}
footer .foot-main .main-cont {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
height: auto;
}
footer .foot-main .main-cont .cont-ewm {
display: flex;
justify-content: space-between;
width: 100%;
height: auto;
}
footer .foot-main .main-cont .cont-ewm .foot-logo {
width: 2rem;
height: auto;
}
footer .foot-main .main-cont .cont-ewm .foot-logo img {
width: 100%;
}
footer .foot-main .main-cont .cont-ewm .ewm-box {
width: 2.2rem;
margin-top: 0;
}
footer .foot-main .main-cont .cont-ewm .ewm-box .box-pic {
width: 100%;
height: auto;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
footer .foot-main .main-cont .cont-ewm .ewm-box .box-pic img {
width: 100%;
}
footer .foot-main .main-cont .cont-ewm .ewm-box .box-title {
margin-top: 0.2rem;
font-size: var(--fs24);
font-weight: 100;
text-align: center;
color: #666;
}
footer .foot-main .main-cont .cont-cent {
width: 100%;
margin-top: 0.2rem;
}
footer .foot-main .main-cont .cont-cent .cent-title {
font-size: var(--fs32);
font-weight: bold;
color: #222;
}
footer .foot-main .main-cont .cont-cent .cent-lump {
width: 100%;
height: auto;
margin-top: 0.45rem;
}
footer .foot-main .main-cont .cont-cent .cent-lump .lump-text {
display: flex;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
margin-bottom: 0.15rem;
}
footer .foot-main .main-cont .cont-cent .cent-lump .lump-text span {
display: block;
width: 0.26rem;
height: auto;
margin-top: 0.05rem;
}
footer .foot-main .main-cont .cont-cent .cent-lump .lump-text span img {
display: block;
width: 100%;
}
footer .foot-main .main-cont .cont-cent .cent-lump .lump-text em {
width: calc(100% - 0.26rem);
padding-left: 0.08rem;
font-size: var(--fs28);
font-weight: 100;
color: #444;
}
footer .foot-main .main-cont .cont-cent .cent-share {
display: flex;
justify-content: flex-start;
width: 100%;
height: auto;
margin-top: 0.4rem;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item {
width: 0.65rem;
height: 0.65rem;
margin-right: 0.24rem;
text-align: center;
line-height: 0.6rem;
border-radius: 50%;
background: #0086c3;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item img {
width: 0.3rem;
}
footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover {
background: #01a545;
}
footer .foot-main .main-box {
display: none;
width: 4.65rem;
height: auto;
}
footer .foot-main .main-box .box-title {
font-size: var(--fs20);
font-weight: bold;
color: #222;
}
footer .foot-main .main-box .box-form {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
height: auto;
margin-top: 0.35rem;
}
footer .foot-main .main-box .box-form input {
width: calc(100% / 2 - 0.06rem);
height: 0.46rem;
padding: 0 0.2rem;
margin-bottom: 0.1rem;
font-size: var(--fs14);
font-weight: 100;
color: #333;
background: #fff;
border-radius: 0.05rem;
box-shadow: 0px 0px 8px 0px rgba(0, 11, 31, 0.08);
}
footer .foot-main .main-box .box-form input::placeholder {
color: #7b7e84;
}
footer .foot-main .main-box .box-form textarea {
width: 100%;
height: 0.7rem;
padding: 0.15rem 0.2rem;
font-family: '寰蒋闆呴粦';
font-size: var(--fs14);
font-weight: 100;
color: #333;
background: #fff;
border-radius: 0.05rem;
box-shadow: 0px 0px 8px 0px rgba(0, 11, 31, 0.08);
}
footer .foot-main .main-box .box-form textarea::placeholder {
color: #7b7e84;
}
footer .foot-main .main-box .box-form .form-select {
position: relative;
width: 100%;
height: 0.46rem;
margin-bottom: 0.1rem;
box-shadow: 0px 0px 8px 0px rgba(0, 11, 31, 0.08);
border-radius: 0.05rem;
background: #fff;
overflow: hidden;
}
footer .foot-main .main-box .box-form .form-select::after {
content: '';
display: inline-block;
position: absolute;
top: 50%;
right: 0.25rem;
width: 13px;
height: 8px;
margin-top: -4px;
background: url(../images/icon/icon-arrow.png) no-repeat center center;
background-size: 100%;
}
footer .foot-main .main-box .box-form .form-select select {
width: 100%;
height: 100%;
padding-left: 0.2rem;
font-size: var(--fs14);
font-weight: 100;
color: #7b7e84;
border: none;
background: #fff;
appearance: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
footer .foot-main .main-box .box-form .form-select select option {
font-size: var(--fs14);
}
footer .foot-main .main-box .box-form .form-select select option:first-of-type {
display: none;
}
footer .foot-main .main-box .box-button {
display: block;
width: 1.36rem;
height: 0.48rem;
margin-top: 0.4rem;
font-size: var(--fs16);
text-align: center;
line-height: 0.48rem;
color: #fff;
border-radius: 0.45rem;
background: #0086c3;
}
footer .foot-main .main-box .box-button:hover {
background: #01a545;
}
footer .foot-bottom {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 0.8rem;
}
footer .foot-bottom .bottom-link {
width: 100%;
font-size: var(--fs26);
font-weight: 100;
color: #444;
}
footer .foot-bottom .bottom-link a {
color: #444;
}
footer .foot-bottom .bottom-link a:hover {
color: #0086c3;
}
footer .foot-bottom .bottom-link span {
margin: 0 0.15rem;
}
footer .foot-bottom .bottom-zhizi {
width: 100%;
margin-top: 0.15rem;
font-size: var(--fs28);
font-weight: 100;
color: #444;
}
footer .foot-bottom .bottom-zhizi a {
color: #444;
}
footer .foot-bottom .bottom-zhizi a:hover {
color: #0086c3;
}
.container {
width: 100%;
height: auto;
}
.container .cont-plate1 {
width: 100%;
height: auto;
padding: 1.35rem 0.3rem 1.2rem;
background: url(../images/plate1-bg.png) no-repeat top left;
background-size: cover;
}
.container .cont-plate1 .plate1-main {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin-top: 0.64rem;
border-radius: 0;
border-bottom-right-radius: 0;
overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-item {
position: relative;
width: 100%;
height: auto;
margin-top: 0.15rem;
border-radius: 0.1rem;
border-bottom-right-radius: 0.4rem;
overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-item .item-pic {
width: 100%;
height: 6.72rem;
overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-item .item-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-item .item-lump {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 2.7rem 0.3rem 0;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-item .item-lump .lump-icon {
width: 0.8rem;
height: auto;
margin: 0 auto;
overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-item .item-lump .lump-icon img {
width: 100%;
}
.container .cont-plate1 .plate1-main .main-item .item-lump .lump-title {
margin-top: 0.35rem;
font-size: var(--fs42);
font-weight: bold;
text-align: center;
color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-cent {
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 0.4rem;
background: linear-gradient(0deg, rgba(0, 135, 195, 0.88), rgba(0, 154, 205, 0.88));
opacity: 0;
visibility: hidden;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-top {
width: 100%;
height: auto;
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-top .top-title {
font-size: var(--fs42);
font-weight: bold;
text-align: center;
color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-top .top-English {
margin-top: 0.05rem;
font-family: 'MONTSERRAT-LIGHT';
font-size: var(--fs36);
text-align: center;
text-transform: uppercase;
color: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-top .top-heng {
width: 0.4rem;
height: 3px;
margin: 0.15rem auto 0;
background: #fff;
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-cont {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
height: auto;
margin-top: 0.48rem;
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-cont .cont-button {
width: 2.9rem;
height: 0.7rem;
margin-bottom: 0.16rem;
font-size: var(--fs26);
text-align: center;
line-height: 0.66rem;
color: #fff;
border-radius: 0.45rem;
border: solid 1px rgba(255, 255, 255, 0.5);
}
.container .cont-plate1 .plate1-main .main-item .item-cent .cent-cont .cont-button:hover {
color: #666;
background: #fff;
}
.container .cont-plate1 .plate1-main .main-item:nth-child(3) .item-cent .cent-cont .cont-button:nth-child(7),
.container .cont-plate1 .plate1-main .main-item:nth-child(3) .item-cent .cent-cont .cont-button:nth-child(8) {
width: 100%;
}
.container .cont-plate1 .plate1-main .main-item:hover .item-lump {
opacity: 0;
}
.container .cont-plate1 .plate1-main .main-item:hover .item-cent {
opacity: 1;
visibility: visible;
}
.container .cont-plate2 {
width: 100%;
height: auto;
padding: 0 0.3rem 0.92rem;
}
.container .cont-plate2 .plate2-main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 0.64rem;
}
.container .cont-plate2 .plate2-main .main-item {
position: relative;
width: 100%;
height: 1.2rem;
padding: 0.4rem 0.64rem 0;
margin-bottom: 0.15rem;
background-size: 100% 5.6rem;
background-position: top left;
background-repeat: no-repeat;
border-radius: 0.1rem;
border-bottom-right-radius: 0.4rem;
overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-item .item-title {
width: 100%;
height: 100%;
font-size: var(--fs38);
text-align: left;
line-height: 0.4rem;
color: #fff;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-item .item-cent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
padding: 1rem 0.64rem 0;
opacity: 0;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-title {
font-size: var(--fs38);
font-weight: bold;
color: #fff;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-text {
margin-top: 0.1rem;
font-size: var(--fs28);
line-height: 0.46rem;
color: #fff;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .page-button2 {
margin-top: 0.4rem;
}
.container .cont-plate2 .plate2-main .main-item-on {
width: 100%;
height: 5.6rem;
}
.container .cont-plate2 .plate2-main .main-item-on .item-title {
opacity: 0;
}
.container .cont-plate2 .plate2-main .main-item-on .item-cent {
opacity: 1;
}
.container .cont-plate3 {
width: 100%;
height: auto;
padding: 1.8rem 0.3rem 1.2rem;
background: url(../images/plate3-bg.png) no-repeat top right;
background-size: cover;
}
.container .cont-plate3 .plate3-swiper {
display: flex;
justify-content: flex-start;
margin-top: 0.5rem;
padding-bottom: 0.6rem;
overflow: hidden;
}
.container .cont-plate3 .plate3-swiper .swiper-slide {
width: 100%;
height: auto;
margin-right: 0.66rem;
}
.container .cont-plate3 .plate3-swiper .swiper-slide:last-of-type {
margin-right: 0;
}
.container .cont-plate3 .plate3-swiper .swiper-slide:nth-child(2) {
margin-top: 0;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box {
display: block;
width: 100%;
height: auto;
border-radius: 0.1rem;
border-bottom-right-radius: 0.4rem;
background: #fff;
overflow: hidden;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-pic {
width: 100%;
height: 3.6rem;
overflow: hidden;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-cent {
width: 100%;
height: auto;
padding: 0.4rem 0.3rem 0.55rem;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-cent .cent-title {
height: 1.04rem;
font-size: var(--fs34);
font-weight: bold;
line-height: 0.52rem;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-cent .cent-text {
height: 0.92rem;
margin-top: 0.2rem;
font-size: var(--fs28);
line-height: 0.46rem;
color: #444;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-cent .cent-link {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: auto;
margin-top: 0.5rem;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-cent .cent-link span {
font-size: var(--fs28);
color: #666;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-cent .cent-link em {
width: 13px;
height: 12px;
margin-left: 0.12rem;
background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
background-size: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-cent .cent-link:hover span {
color: #0086c3;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box .box-cent .cent-link:hover em {
margin-left: 0.2rem;
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box:hover .box-pic img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate3 .plate3-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
color: #0086c3;
}
.container .cont-plate3 .plate3-swiper .swiper-pagination {
bottom: 0;
}
.container .cont-plate3 .plate3-swiper .swiper-pagination .swiper-pagination-bullet {
width: 8px;
height: 8px;
margin: 0 7px;
border-radius: 50%;
background: #0086c3;
opacity: 1;
}
.container .cont-plate3 .plate3-swiper .swiper-pagination .swiper-pagination-bullet-active {
width: 26px;
border-radius: 0.45rem;
background: #01a545;
}
.container .cont-plate3 .page-button2 {
display: none;
width: 1.68rem;
height: 0.56rem;
margin: 0.64rem auto 0;
background: #0086c3;
border: solid 1px #0086c3;
}
.container .cont-plate3 .page-button2:hover {
background: transparent;
}
.container .cont-plate4 {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 2rem;
}
.container .cont-plate4 .plate4-main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 0.64rem;
}
.container .cont-plate4 .plate4-main .main-cont {
display: flex;
justify-content: space-between;
width: 100%;
height: auto;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item {
display: block;
width: 100%;
height: auto;
border-radius: 0.1rem;
border-bottom-right-radius: 0.4rem;
background: #fff;
box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item:last-of-type {
display: none;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item .item-pic {
width: 100%;
height: 3.6rem;
overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item .item-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent {
width: 100%;
height: auto;
padding: 0.4rem 0.3rem 0.55rem;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-title {
height: 1.04rem;
font-size: var(--fs34);
font-weight: bold;
line-height: 0.52rem;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-text {
height: 0.88rem;
margin-top: 0.2rem;
font-size: var(--fs26);
line-height: 0.44rem;
color: #444;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-time {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: auto;
margin-top: 0.5rem;
font-family: 'MONTSERRAT-MEDIUM';
font-size: var(--fs30);
color: #0086c3;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item:hover .item-pic img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate4 .plate4-main .main-cont .cont-item:hover .item-cent .cent-title {
color: #0086c3;
}
.container .cont-plate4 .plate4-main .main-box {
width: 100%;
height: auto;
margin-top: 0.24rem;
}
.container .cont-plate4 .plate4-main .main-box .box-item {
display: block;
width: 100%;
height: auto;
padding: 0.35rem 0.3rem;
margin-bottom: 0.32rem;
box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
border-radius: 0.1rem;
border-bottom-right-radius: 0.4rem;
}
.container .cont-plate4 .plate4-main .main-box .box-item:last-of-type {
margin-bottom: 0;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-time {
font-family: 'MONTSERRAT-LIGHT';
font-size: var(--fs28);
color: #bbb;
}
.container .cont-plate4 .plate4-main .main-box .box-item .item-title {
margin-top: 0.2rem;
font-size: var(--fs32);
line-height: 0.5rem;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box .box-item:hover .item-title {
color: #0086c3;
}
.domain {
position: relative;
width: 100%;
height: auto;
padding: 1.2rem 0.3rem 1.45rem;
overflow: visible;
}
.domain .domain-web-show {
display: none;
position: fixed;
top: 25%;
left: -0.2rem;
width: 1.2rem;
height: 1.2rem;
padding-top: 0.1rem;
font-size: var(--fs30);
text-align: center;
line-height: 0.48rem;
color: #fff;
border-radius: 50%;
background: #0086c3;
z-index: 299;
}
.domain .domain-main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
z-index: auto;
}
.domain .domain-main .main-lump {
position: static;
width: 100%;
height: auto;
border-radius: 0.05rem;
box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
background: #fff;
overflow: hidden;
z-index: 299;
}
.domain .domain-main .main-lump .lump-hidden {
display: none;
position: absolute;
top: 0.3rem;
right: 0.3rem;
width: 0.32rem;
}
.domain .domain-main .main-lump .lump-hidden img {
width: 100%;
}
.domain .domain-main .main-lump .lump-item {
width: 100%;
height: auto;
border-bottom: solid 1px #eeeeee;
}
.domain .domain-main .main-lump .lump-item:last-of-type {
border-bottom: none;
}
.domain .domain-main .main-lump .lump-item .item-top {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 1rem;
padding: 0 0.32rem;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domain .domain-main .main-lump .lump-item .item-top span {
font-size: var(--fs30);
color: #222;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domain .domain-main .main-lump .lump-item .item-top em {
width: 7px;
height: 11px;
background: url(../images/icon/icon-arrow2.png) no-repeat center center;
background-size: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domain .domain-main .main-lump .lump-item .item-top:hover {
background: #0086c3;
}
.domain .domain-main .main-lump .lump-item .item-top:hover span {
color: #fff;
}
.domain .domain-main .main-lump .lump-item .item-top:hover em {
background: url(../images/icon/icon-arrow3.png) no-repeat center center;
background-size: 100%;
}
.domain .domain-main .main-lump .lump-item .item-top-on {
background: #0086c3;
}
.domain .domain-main .main-lump .lump-item .item-top-on span {
color: #fff;
}
.domain .domain-main .main-lump .lump-item .item-top-on em {
background: url(../images/icon/icon-arrow3.png) no-repeat center center;
background-size: 100%;
transform: rotate(90deg);
-o-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.domain .domain-main .main-lump .lump-item .item-cent {
display: none;
width: 100%;
height: auto;
padding: 0 0.3rem;
}
.domain .domain-main .main-lump .lump-item .item-cent a {
display: block;
width: 100%;
height: auto;
padding: 0.12rem 0;
font-size: var(--fs28);
line-height: 0.46rem;
color: #333;
border-bottom: solid 1px #eeeeee;
}
.domain .domain-main .main-lump .lump-item .item-cent a:hover {
color: #0086c3;
}
.domain .domain-main .main-lump .lump-item .item-cent a:last-of-type {
border-bottom: none;
}
.domain .domain-main .main-lump .lump-item .item-cent a .hot::after {
content: '';
position: absolute;
top: 0.05rem;
right: -0.3rem;
width: 0.23rem;
height: 0.28rem;
background: url(../images/icon/icon-nav-hot.png) no-repeat left bottom;
background-size: 100%;
}
.domain .domain-main .main-lump .lump-item .item-cent a .new::after {
content: '';
position: absolute;
top: 0.05rem;
right: -0.6rem;
width: 0.5rem;
height: 0.28rem;
background: url(../images/icon/icon-nav-new.png) no-repeat left bottom;
background-size: 100%;
}
.domain .domain-main .main-lump .lump-item .item-cent .active {
color: #0086c3;
}
.domain .domain-main .main-cont {
width: 100%;
height: auto;
margin-top: 1rem;
}
.domain .domain-main .main-cont .cont-title {
font-size: var(--fs48);
font-weight: bold;
color: #222;
}
.domain .domain-main .main-cont .page-heng {
margin: 0.2rem 0 0;
}
.domain .domain-main .main-cont .cont-text {
margin-top: 0.4rem;
font-size: var(--fs30);
line-height: 0.5rem;
color: #444;
}
.domain .domain-main .main-cont .cont-text img {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
}
.domain .domain-main .main-cont .cont-box {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
height: auto;
margin-top: 0.4rem;
}
.domain .domain-main .main-cont .cont-box .box-item {
width: calc(100% / 3 - 0.054rem);
height: auto;
margin-right: 0.08rem;
margin-bottom: 0.08rem;
font-size: var(--fs26);
background: #fff;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
}
.domain .domain-main .main-cont .cont-box .box-item:nth-child(7n) {
margin-right: 0.08rem;
}
.domain .domain-main .main-cont .cont-box .box-item:nth-child(3n) {
margin-right: 0;
}
.domain .domain-main .main-cont .cont-box .box-item:hover {
color: #fff;
background: #0086c3;
}
.domain .domain-main .main-cont .cont-button {
width: 2rem;
height: 0.6rem;
margin: 0.4rem auto 0;
font-size: var(--fs28);
text-align: center;
line-height: 0.6rem;
color: #fff;
background: #0086c3;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domain .domain-main .main-cont .cont-button em {
display: none;
}
.domain .domain-main .main-cont .cont-button:hover {
background: #01a545;
}
.domain .domain-main .main-cont .cont-search {
display: flex;
justify-content: flex-start;
width: 100%;
height: auto;
margin-top: 0.6rem;
border-radius: 0.05rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
overflow: hidden;
}
.domain .domain-main .main-cont .cont-search input {
flex: 1;
height: 0.8rem;
padding: 0 0.24rem;
font-size: var(--fs24);
font-weight: 100;
color: #333;
}
.domain .domain-main .main-cont .cont-search input::placeholder {
color: #999;
}
.domain .domain-main .main-cont .cont-search .search-button {
display: flex;
justify-content: center;
align-items: center;
width: 2rem;
height: 0.8rem;
background: #0086c3;
}
.domain .domain-main .main-cont .cont-search .search-button .button-icon {
width: 0.3rem;
height: 0.3rem;
}
.domain .domain-main .main-cont .cont-search .search-button .button-icon img {
width: 100%;
}
.domain .domain-main .main-cont .cont-search .search-button span {
margin-left: 0.18rem;
font-size: var(--fs30);
color: #fff;
}
.domain .domain-main .main-cont .cont-search .search-button:hover {
background: #01a545;
}
.domain .domain-main .main-cont .cont-lump {
width: 100%;
height: auto;
margin: 0.4rem 0 0.6rem;
}
.domain .domain-main .main-cont .cont-lump .lump-item {
width: 100%;
height: auto;
margin-bottom: 0.16rem;
border-radius: 0.05rem;
border-bottom-right-radius: 0.2rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
overflow: hidden;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-top {
position: relative;
width: calc(100% - 0.8rem);
height: auto;
margin: 0 auto;
padding: 0.25rem 0;
font-size: var(--fs28);
font-weight: bold;
line-height: 0.46rem;
color: #222;
border-bottom: solid 1px #e5e5e5;
cursor: pointer;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-top::before {
content: '--';
position: absolute;
top: 0;
right: 0;
height: 100%;
font-size: var(--fs36);
letter-spacing: -0.08rem;
line-height: 0.8rem;
color: #01a545;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-top::after {
content: '+';
display: none;
position: absolute;
top: 0;
right: 0;
height: 100%;
font-size: var(--fs40);
line-height: 0.8rem;
color: #fff;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-top-on {
width: 100%;
padding: 0.25rem 0.4rem;
color: #fff;
border-bottom: solid 1px #0086c3;
background: #0086c3;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-top-on::before {
display: none;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-top-on::after {
display: block;
right: 0.4rem;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-cent {
width: 100%;
height: auto;
padding: 0.3rem 0.4rem;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-cent .cent-link {
display: flex;
justify-content: space-between;
width: 100%;
line-height: 0.48rem;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-cent .cent-link .hot::after {
content: '';
position: absolute;
top: 0.08rem;
right: -0.3rem;
width: 0.23rem;
height: 0.28rem;
background: url(../images/icon/icon-nav-hot.png) no-repeat left bottom;
background-size: 100%;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-cent .cent-link .new::after {
content: '';
position: absolute;
top: 0.1rem;
right: -0.6rem;
width: 0.5rem;
height: 0.28rem;
background: url(../images/icon/icon-nav-new.png) no-repeat left bottom;
background-size: 100%;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-cent .cent-link p {
width: auto;
font-size: var(--fs28);
line-height: 0.48rem;
color: #222;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-cent .cent-link span {
font-size: var(--fs28);
color: #666;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domain .domain-main .main-cont .cont-lump .lump-item .item-cent .cent-link:hover p,
.domain .domain-main .main-cont .cont-lump .lump-item .item-cent .cent-link:hover span {
color: #0086c3;
}
.domain .domain-main .main-cont .Wpage-number {
position: relative;
z-index: 199;
}
.domain .domain-3D {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5rem;
overflow: hidden;
}
.domainDetail {
position: relative;
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 2.2rem;
}
.domainDetail .domainDetail-main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.domainDetail .domainDetail-main .main-cont {
width: 100%;
height: auto;
overflow: hidden;
}
.domainDetail .domainDetail-main .main-cont .cont-top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
height: auto;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-lump {
width: 100%;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-lump .lump-title {
width: 100%;
height: auto;
font-size: var(--fs36);
font-weight: bold;
line-height: 0.48rem;
color: #222;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-lump .lump-subtitle {
margin-top: 0.1rem;
font-size: var(--fs38);
font-weight: bold;
color: #666;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-lump .lump-bottom {
display: flex;
justify-content: flex-start;
width: 100%;
height: auto;
margin-top: 0.2rem;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-lump .lump-bottom .bottom-item {
width: 0.6rem;
height: auto;
margin: 0 0.1rem;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-lump .lump-bottom .bottom-item img {
width: 100%;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-cent {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: auto;
margin-top: 0.35rem;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-cent .cent-button {
display: block;
width: 2.4rem;
height: 0.8rem;
margin-right: 0.1rem;
font-size: var(--fs30);
text-align: center;
line-height: 0.8rem;
color: #fff;
border-radius: 0.45rem;
background: #0086c3;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-cent .cent-button:hover {
background: #01a545;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-cent .cent-bottom {
display: flex;
justify-content: flex-start;
width: auto;
height: auto;
margin-top: 0;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-cent .cent-bottom .bottom-item {
width: 0.6rem;
height: auto;
margin: 0 0.1rem;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-cent .cent-bottom .bottom-item img {
width: 100%;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-cent .cent-pupop {
display: block;
width: 2.4rem;
height: 0.8rem;
margin-top: 0;
margin-left: 0.1rem;
font-size: var(--fs30);
text-align: center;
line-height: 0.8rem;
color: #fff;
border-radius: 0.45rem;
background: #0086c3;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domainDetail .domainDetail-main .main-cont .cont-top .top-cent .cent-pupop:hover {
background: #01a545;
}
.domainDetail .domainDetail-main .main-cont .cont-title {
margin-top: 0.3rem;
font-size: var(--fs36);
font-weight: bold;
color: #666;
}
.domainDetail .domainDetail-main .main-cont .cont-list {
display: flex;
justify-content: flex-start;
width: 100%;
height: auto;
margin-top: 0.35rem;
border-bottom: solid 1px #eeeeee;
}
.domainDetail .domainDetail-main .main-cont .cont-list .list-item {
width: 2.2rem;
height: 0.75rem;
margin-right: 0.08rem;
font-size: var(--fs28);
text-align: center;
line-height: 0.7rem;
color: #222;
border-bottom: solid 2px #0086c3;
background: #f1f2f4;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domainDetail .domainDetail-main .main-cont .cont-list .list-item:hover {
color: #fff;
background: #0086c3;
}
.domainDetail .domainDetail-main .main-cont .cont-list .list-item-on {
color: #fff;
background: #0086c3;
}
.domainDetail .domainDetail-main .main-cont .cont-box {
position: relative;
width: 100%;
margin-top: 0.36rem;
}
.domainDetail .domainDetail-main .main-cont .cont-box th {
padding: 0.1rem;
font-size: var(--fs26);
line-height: 0.42rem;
font-weight: bold;
text-align: left;
color: #fff;
}
.domainDetail .domainDetail-main .main-cont .cont-box td {
padding: 0.1rem;
font-size: var(--fs26);
line-height: 0.44rem;
color: #333;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domainDetail .domainDetail-main .main-cont .cont-box td img {
max-width: 100%;
width: auto;
height: auto;
}
.domainDetail .domainDetail-main .main-cont .cont-box .box-cent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
opacity: 0;
visibility: hidden;
overflow: auto;
}
.domainDetail .domainDetail-main .main-cont .cont-box .box-cent img {
max-width: 100%;
width: auto;
height: auto;
}
.domainDetail .domainDetail-main .main-cont .cont-box .box-cent-on {
position: relative;
opacity: 1;
visibility: visible;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domainDetail .domainDetail-main .main-lump {
position: static;
width: 100%;
height: 100%;
margin-top: 0.8rem;
padding: 0.6rem 0.3rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
border-radius: 0.1rem;
}
.domainDetail .domainDetail-main .main-lump .lump-item {
width: 100%;
height: auto;
padding-bottom: 0.3rem;
margin-bottom: 0.4rem;
border-bottom: solid 1px #eeeeee;
}
.domainDetail .domainDetail-main .main-lump .lump-item .item-title {
font-size: var(--fs42);
font-weight: bold;
color: #222;
}
.domainDetail .domainDetail-main .main-lump .lump-item .page-heng {
margin: 0.2rem 0 0;
}
.domainDetail .domainDetail-main .main-lump .lump-item .item-cent {
width: 100%;
height: auto;
margin-top: 0.3rem;
}
.domainDetail .domainDetail-main .main-lump .lump-item .item-cent a {
display: block;
width: 100%;
margin-bottom: 0.15rem;
line-height: 0.46rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.domainDetail .domainDetail-main .main-lump .lump-item .item-cent a span {
font-size: var(--fs28);
color: #0086c3;
}
.domainDetail .domainDetail-main .main-lump .lump-item .item-cent a em {
padding-left: 0.05rem;
font-size: var(--fs26);
color: #222;
}
.domainDetail .domainDetail-main .main-lump .lump-item .item-cent a:hover em {
color: #0086c3;
}
.domainDetail .domainDetail-main .main-lump .lump-link {
margin-bottom: 0.1rem;
font-size: var(--fs28);
color: #222;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.domainDetail .domainDetail-main .main-lump .lump-link a {
color: #444;
}
.domainDetail .domainDetail-main .main-lump .lump-link:hover a {
color: #0086c3;
}
.domainDetail .domainDetail-main .main-lump .lump-share {
display: flex;
justify-content: flex-start;
width: 100%;
height: auto;
margin-top: 0.2rem;
}
.domainDetail .domainDetail-main .main-lump .lump-share .share-item {
position: relative;
width: 0.8rem;
height: 0.8rem;
margin-right: 0.15rem;
border-radius: 50%;
background: #d2d7db;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.domainDetail .domainDetail-main .main-lump .lump-share .share-item img {
position: absolute;
top: 50%;
left: 50%;
width: 0.36rem;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.domainDetail .domainDetail-main .main-lump .lump-share .share-item .img2 {
opacity: 0;
}
.domainDetail .domainDetail-main .main-lump .lump-share .share-item:hover {
background: #0086c3;
}
.domainDetail .domainDetail-main .main-lump .lump-share .share-item:hover .img2 {
opacity: 1;
}
.domainDetail .domainDetail-main .main-lump .lump-share .share-item:hover .img1 {
opacity: 0;
}
.domainDetail .domainDetail-main .main-lump .lump-botton {
display: block;
width: 100%;
height: 0.8rem;
margin-top: 0.4rem;
font-size: var(--fs28);
text-align: center;
line-height: 0.8rem;
color: #fff;
border-radius: 0.45rem;
background: #0086c3;
}
.domainDetail .domainDetail-main .main-lump .lump-botton img {
width: 14px;
margin: -0.04rem 0 0 0.1rem;
}
.domainDetail .domainDetail-main .main-lump .lump-botton:hover {
background: #01a545;
}
.domainDetail .domain-3D {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5rem;
overflow: hidden;
}
.product {
position: relative;
width: 100%;
height: auto;
padding: 1.2rem 0.3rem 2.15rem;
overflow: visible;
}
.product .product-web-show {
display: none;
position: fixed;
top: 25%;
left: -0.2rem;
width: 1.2rem;
height: 1.2rem;
padding-top: 0.1rem;
font-size: var(--fs30);
text-align: center;
line-height: 0.48rem;
color: #fff;
border-radius: 50%;
background: #0086c3;
z-index: 299;
}
.product .product-main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
z-index: auto;
}
.product .product-main .main-lump {
position: static;
width: 100%;
height: auto;
padding-top: 0;
border-radius: 0.05rem;
box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
background: #fff;
overflow: hidden;
z-index: 299;
}
.product .product-main .main-lump .lump-hidden {
display: none;
position: absolute;
top: 0.3rem;
right: 0.3rem;
width: 0.32rem;
}
.product .product-main .main-lump .lump-hidden img {
width: 100%;
}
.product .product-main .main-lump .lump-item {
width: 100%;
height: auto;
border-bottom: solid 1px #eeeeee;
}
.product .product-main .main-lump .lump-item:last-of-type {
border-bottom: none;
}
.product .product-main .main-lump .lump-item .item-top {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 1rem;
padding: 0 0.32rem;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.product .product-main .main-lump .lump-item .item-top span {
font-size: var(--fs30);
color: #222;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.product .product-main .main-lump .lump-item .item-top em {
width: 7px;
height: 11px;
background: url(../images/icon/icon-arrow2.png) no-repeat center center;
background-size: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.product .product-main .main-lump .lump-item .item-top:hover {
background: #0086c3;
}
.product .product-main .main-lump .lump-item .item-top:hover span {
color: #fff;
}
.product .product-main .main-lump .lump-item .item-top:hover em {
background: url(../images/icon/icon-arrow3.png) no-repeat center center;
background-size: 100%;
}
.product .product-main .main-lump .lump-item .item-top-on {
background: #0086c3;
}
.product .product-main .main-lump .lump-item .item-top-on span {
color: #fff;
}
.product .product-main .main-lump .lump-item .item-top-on em {
background: url(../images/icon/icon-arrow3.png) no-repeat center center;
background-size: 100%;
transform: rotate(90deg);
-o-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.product .product-main .main-lump .lump-item .item-cent {
display: none;
width: 100%;
height: auto;
padding: 0 0.3rem;
}
.product .product-main .main-lump .lump-item .item-cent a {
display: block;
width: 100%;
height: auto;
padding: 0.12rem 0;
font-size: var(--fs28);
line-height: 0.46rem;
color: #333;
border-bottom: solid 1px #eeeeee;
}
.product .product-main .main-lump .lump-item .item-cent a:hover {
color: #0086c3;
}
.product .product-main .main-lump .lump-item .item-cent a:last-of-type {
border-bottom: none;
}
.product .product-main .main-lump .lump-item .item-cent a .hot::after {
content: '';
position: absolute;
top: 0.05rem;
right: -0.3rem;
width: 0.23rem;
height: 0.28rem;
background: url(../images/icon/icon-nav-hot.png) no-repeat left bottom;
background-size: 100%;
}
.product .product-main .main-lump .lump-item .item-cent a .new::after {
content: '';
position: absolute;
top: 0.05rem;
right: -0.6rem;
width: 0.5rem;
height: 0.28rem;
background: url(../images/icon/icon-nav-new.png) no-repeat left bottom;
background-size: 100%;
}
.product .product-main .main-lump .lump-item .item-cent .active {
color: #0086c3;
}
.product .product-main .main-cont {
width: 100%;
height: auto;
margin-top: 1rem;
}
.product .product-main .main-cont .cont-top {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: auto;
}
.product .product-main .main-cont .cont-top .top-title {
font-size: var(--fs48);
font-weight: bold;
color: #222;
}
.product .product-main .main-cont .cont-top .top-button {
display: flex;
justify-content: center;
align-items: center;
width: 2.6rem;
height: 0.8rem;
border-radius: 0.45rem;
background: #0086c3;
}
.product .product-main .main-cont .cont-top .top-button em {
display: block;
width: 10px;
height: 10px;
margin-right: 0.08rem;
background: url(../images/icon/icon-jia.png) no-repeat center center;
background-size: 100%;
}
.product .product-main .main-cont .cont-top .top-button span {
font-size: var(--fs30);
color: #fff;
}
.product .product-main .main-cont .cont-box {
width: 100%;
height: auto;
margin-top: 0.48rem;
margin-bottom: 0.6rem;
border-radius: 0.1rem;
border-bottom-right-radius: 0.5rem;
overflow: hidden;
box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
}
.product .product-main .main-cont .cont-box .box-table {
width: 100%;
height: auto;
overflow: scroll;
}
.product .product-main .main-cont .cont-box .box-table table {
width: 14.4rem;
}
.product .product-main .main-cont .cont-box .box-table th {
padding: 0.15rem 0.1rem;
font-size: var(--fs30);
line-height: 0.48rem;
font-weight: bold;
text-align: center;
color: #fff;
background: #0086c3;
border: solid 1px #fff;
}
.product .product-main .main-cont .cont-box .box-table th em {
color: #ff0000;
}
.product .product-main .main-cont .cont-box .box-table td {
padding: 0.15rem 0.1rem;
font-size: var(--fs28);
line-height: 0.44rem;
text-transform: uppercase;
text-align: center;
color: #444;
background: #fff;
border: solid 1px #e5e5e5;
}
.product .product-main .main-cont .cont-box .box-table td input {
width: 1.6rem;
height: 0.45rem;
font-size: var(--fs26);
text-align: center;
color: #7b7e84;
border-radius: 0.05rem;
border: solid 1px #eeeeee;
}
.product .product-main .main-cont .cont-box .box-table td .table-num {
display: flex;
justify-content: space-between;
width: 1.6rem;
height: 0.45rem;
margin: 0 auto;
border-radius: 0.05rem;
border: solid 1px #eeeeee;
}
.product .product-main .main-cont .cont-box .box-table td .table-num .num-jian {
width: 0.45rem;
height: 100%;
font-size: var(--fs28);
text-align: center;
line-height: 0.4rem;
color: #000;
border-right: solid 1px #eee;
background: #fafafa;
cursor: pointer;
}
.product .product-main .main-cont .cont-box .box-table td .table-num .num-jia {
width: 0.45rem;
height: 100%;
font-size: var(--fs28);
text-align: center;
line-height: 0.4rem;
color: #000;
border-left: solid 1px #eee;
background: #fafafa;
cursor: pointer;
}
.product .product-main .main-cont .cont-box .box-table td .table-num .num-price {
flex: 1;
font-size: var(--fs26);
text-align: center;
line-height: 0.4rem;
color: #000;
}
.product .product-main .main-cont .cont-box .box-table td .table-button {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
font-size: var(--fs28);
text-align: center;
color: #0086c3;
cursor: pointer;
}
.product .product-main .main-cont .cont-box .box-lump {
width: 100%;
height: auto;
margin-top: 0.4rem;
padding: 0 0.3rem 0.8rem;
}
.product .product-main .main-cont .cont-box .box-lump .lump-title {
font-size: var(--fs30);
color: #222;
}
.product .product-main .main-cont .cont-box .box-lump .lump-title em {
color: #ff0000;
}
.product .product-main .main-cont .cont-box .box-lump textarea {
width: 100%;
height: 1.6rem;
margin-top: 0.2rem;
padding: 0.15rem 0.2rem;
font-size: var(--fs28);
font-weight: 100;
color: #333;
border: solid 1px #eeeeee;
border-radius: 0.05rem;
}
.product .product-main .main-cont .cont-box .box-lump textarea::placeholder {
color: #7b7e84;
}
.product .product-main .main-cont .cont-box .box-lump .lump-text {
margin-top: 0.16rem;
font-size: var(--fs26);
color: #ff0000;
}
.product .product-main .main-cont .cont-lump {
width: 100%;
height: auto;
margin-top: 0.4rem;
padding: 0.55rem 0.3rem 0.8rem;
border-radius: 0.1rem;
border-bottom-right-radius: 0.5rem;
box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
}
.product .product-main .main-cont .cont-lump .lump-form {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
height: auto;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item {
width: 100%;
height: auto;
margin-bottom: 0.25rem;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item .item-title {
padding-left: 0.15rem;
font-size: var(--fs26);
color: #222;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item .item-title em {
color: #ff0000;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item input {
width: 100%;
height: 0.8rem;
margin-top: 0.15rem;
padding: 0 0.3rem;
border: solid 1px #eeeeee;
border-radius: 0.05rem;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item .item-choice {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: 0.75rem;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item .item-choice input[type="radio"],
.product .product-main .main-cont .cont-lump .lump-form .form-item .item-choice input[type="checkbox"] {
display: none;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item .item-choice .choice-item {
display: flex;
align-items: center;
width: auto;
height: auto;
margin-right: 0.6rem;
font-size: 15px;
color: #333;
cursor: pointer;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item .item-choice .choice-item span {
position: relative;
display: inline-block;
width: 14px;
height: 14px;
margin-right: 8px;
border: solid 1px #0086c3;
border-radius: 50%;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item .item-choice .choice-item span::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #0086c3;
opacity: 0;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.product .product-main .main-cont .cont-lump .lump-form .form-item .item-choice input:checked + label .choice-item span::after {
opacity: 1;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item img {
width: 1.8rem;
margin-top: 0;
}
.product .product-main .main-cont .cont-lump .lump-form .form-item:nth-child(5),
.product .product-main .main-cont .cont-lump .lump-form .form-item:nth-child(6) {
width: 100%;
}
.product .product-main .main-cont .cont-lump .lump-button {
display: block;
width: 2.6rem;
height: 0.8rem;
margin-top: 0.15rem;
font-size: var(--fs30);
text-align: center;
line-height: 0.8rem;
color: #fff;
border-radius: 0.45rem;
background: #0086c3;
}
.product .product-main .main-cont .cont-lump .lump-button:hover {
background: #01a545;
}
.product .domain-3D {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5rem;
overflow: hidden;
}
.service {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 2rem;
}
.service .service-top {
width: 100%;
height: auto;
margin-top: 0.64rem;
border-bottom: solid 2px #e8e8e8;
}
.service .service-top .top-cont {
display: flex;
justify-content: space-between;
overflow: hidden;
}
.service .service-top .top-cont .swiper-slide {
width: calc(100% / 2);
height: auto;
}
.service .service-top .top-cont .swiper-slide .slide-box {
position: relative;
width: 100%;
height: auto;
padding-bottom: 0.4rem;
cursor: pointer;
}
.service .service-top .top-cont .swiper-slide .slide-box::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #0086c3;
transform: scale(0, 0) translateZ(0);
-o-transform: scale(0, 0) translateZ(0);
-moz-transform: scale(0, 0) translateZ(0);
-webkit-transform: scale(0, 0 translateZ(0));
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.service .service-top .top-cont .swiper-slide .slide-box .box-icon {
position: relative;
width: 1.2rem;
height: 1.2rem;
margin: 0 auto;
border-radius: 50%;
background: #fff;
box-shadow: 0px 0px 8px 0px rgba(0, 11, 31, 0.08);
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.service .service-top .top-cont .swiper-slide .slide-box .box-icon img {
position: absolute;
top: 50%;
left: 50%;
width: 0.6rem;
margin: -0.3rem 0 0 -0.3rem;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.service .service-top .top-cont .swiper-slide .slide-box .box-icon .img2 {
opacity: 0;
}
.service .service-top .top-cont .swiper-slide .slide-box .box-title {
margin-top: 0.32rem;
font-size: var(--fs30);
text-align: center;
color: #666;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.service .service-top .top-cont .swiper-slide .slide-box:hover::after {
transform: scale(1, 1) translateZ(0);
-o-transform: scale(1, 1) translateZ(0);
-moz-transform: scale(1, 1) translateZ(0);
-webkit-transform: scale(1, 1 translateZ(0));
}
.service .service-top .top-cont .swiper-slide .slide-box:hover .box-icon {
background: #0086c3;
}
.service .service-top .top-cont .swiper-slide .slide-box:hover .box-icon .img1 {
opacity: 0;
}
.service .service-top .top-cont .swiper-slide .slide-box:hover .box-icon .img2 {
opacity: 1;
}
.service .service-top .top-cont .swiper-slide .slide-box:hover .box-title {
color: #0086c3;
}
.service .service-top .top-cont .swiper-slide-on .slide-box::after {
transform: scale(1, 1) translateZ(0);
-o-transform: scale(1, 1) translateZ(0);
-moz-transform: scale(1, 1) translateZ(0);
-webkit-transform: scale(1, 1 translateZ(0));
}
.service .service-top .top-cont .swiper-slide-on .slide-box .box-icon {
background: #0086c3;
}
.service .service-top .top-cont .swiper-slide-on .slide-box .box-icon .img1 {
opacity: 0;
}
.service .service-top .top-cont .swiper-slide-on .slide-box .box-icon .img2 {
opacity: 1;
}
.service .service-top .top-cont .swiper-slide-on .slide-box .box-title {
color: #0086c3;
}
.service .service-main {
position: relative;
margin-top: 0.8rem;
}
.service .service-main .main-cont {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
border-radius: 0.1rem;
border-bottom-right-radius: 0.4rem;
box-shadow: 0px 5px 35px 0px rgba(14, 41, 86, 0.08);
overflow: hidden;
opacity: 0;
visibility: hidden;
}
.service .service-main .main-cont .cont-cent {
width: 100%;
height: auto;
padding: 0.6rem 0.3rem 0.5rem;
}
.service .service-main .main-cont .cont-cent .cent-title {
font-size: var(--fs42);
font-weight: bold;
color: #222;
}
.service .service-main .main-cont .cont-cent .cent-text {
margin-top: 0.2rem;
font-size: var(--fs28);
font-weight: 100;
color: #444;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.service .service-main .main-cont .cont-cent .page-button2 {
margin-top: 0.3rem;
background: #0086c3;
border: solid 1px #0086c3;
}
.service .service-main .main-cont .cont-cent .page-button2:hover {
background: transparent;
border: solid 1px #0086c3;
}
.service .service-main .main-cont .cont-cent .cent-box {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
height: auto;
margin-top: 0.45rem;
}
.service .service-main .main-cont .cont-cent .cent-box .box-item {
width: auto;
height: 0.7rem;
padding: 0 0.3rem;
margin-bottom: 0.12rem;
margin-right: 0.15rem;
font-size: var(--fs28);
line-height: 0.65rem;
color: #444;
border-radius: 0.45rem;
border: solid 1px #eeeeee;
}
.service .service-main .main-cont .cont-cent .cent-box .box-item:hover {
color: #0086c3;
border: solid 1px #0086c3;
}
.service .service-main .main-cont .cont-pic {
width: 8.32rem;
height: auto;
overflow: hidden;
}
.service .service-main .main-cont .cont-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.service .service-main .main-cont .cont-pic:hover img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.service .service-main .main-cont-on {
position: relative;
opacity: 1;
visibility: visible;
transition-timing-function: ease;
-o-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition: all 1s;
-o-transition: all 1s;
-moz-transition: all 1s;
-webkit-transition: all 1s;
}
.medicine {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 2rem;
background: url(../images/medicine-bg.png) no-repeat bottom left;
background-size: auto;
}
.medicine .medicine-main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.medicine .medicine-main .main-cent {
width: 100%;
height: auto;
}
.medicine .medicine-main .main-cent .page-heng {
margin: 0.2rem auto 0;
}
.medicine .medicine-main .main-cent .cent-text {
margin-top: 0.55rem;
font-size: var(--fs30);
text-align: center;
line-height: 0.48rem;
color: #444;
}
.medicine .medicine-main .main-cent .page-title {
text-align: center;
}
.medicine .medicine-main .main-cont {
width: 100%;
height: auto;
margin-top: 0.8rem;
}
.medicine .medicine-main .main-cont .cont-item {
display: flex;
justify-content: space-between;
width: 100%;
height: auto;
padding: 0.4rem;
background: #fff;
border-bottom: solid 1px #eeeeee;
}
.medicine .medicine-main .main-cont .cont-item .item-pic {
display: none;
width: 1.6rem;
height: 1.6rem;
border-radius: 50%;
overflow: hidden;
}
.medicine .medicine-main .main-cont .cont-item .item-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.medicine .medicine-main .main-cont .cont-item .item-cent {
width: 100%;
height: auto;
}
.medicine .medicine-main .main-cont .cont-item .item-cent .cent-title {
font-size: var(--fs32);
font-weight: bold;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.medicine .medicine-main .main-cont .cont-item .item-cent .cent-text {
margin-top: 0.25rem;
font-size: var(--fs26);
color: #444;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.medicine .medicine-main .main-cont .cont-item .item-cent .cent-button {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: auto;
margin-top: 0.45rem;
}
.medicine .medicine-main .main-cont .cont-item .item-cent .cent-button span {
font-size: var(--fs28);
color: #444;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.medicine .medicine-main .main-cont .cont-item .item-cent .cent-button em {
display: block;
width: 13px;
height: 12px;
margin-left: 0.15rem;
background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
background-size: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.medicine .medicine-main .main-cont .cont-item .item-cent .cent-button:hover span {
color: #0086c3;
}
.medicine .medicine-main .main-cont .cont-item .item-cent .cent-button:hover em {
margin-left: 0.25rem;
}
.medicine .medicine-main .main-cont .cont-item:hover {
border-radius: 0.1rem;
border-bottom-right-radius: 0.4rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
border-bottom: solid 1px #fff;
}
.medicine .medicine-main .main-cont .cont-item:hover .item-pic img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.medicine .medicine-main .main-cont .cont-item:hover .item-cent .cent-title {
color: #0086c3;
}
.medicineDetail {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 2rem;
}
.medicineDetail .medicineDetail-main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.medicineDetail .medicineDetail-main .main-cont {
width: 100%;
height: auto;
}
.medicineDetail .medicineDetail-main .main-cont .cont-top {
display: flex;
justify-content: space-between;
width: 100%;
height: auto;
}
.medicineDetail .medicineDetail-main .main-cont .cont-top .top-title {
width: 100%;
height: auto;
font-size: var(--fs48);
font-weight: bold;
line-height: 0.6rem;
color: #222;
}
.medicineDetail .medicineDetail-main .main-cont .cont-list {
display: flex;
justify-content: flex-start;
width: 100%;
height: auto;
margin-top: 0.55rem;
border-bottom: solid 1px #eeeeee;
}
.medicineDetail .medicineDetail-main .main-cont .cont-list .list-item {
width: 2.2rem;
height: 0.75rem;
margin-right: 0.08rem;
font-size: var(--fs28);
text-align: center;
line-height: 0.7rem;
color: #222;
border-bottom: solid 2px #0086c3;
background: #f1f2f4;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.medicineDetail .medicineDetail-main .main-cont .cont-list .list-item:hover {
color: #fff;
background: #0086c3;
}
.medicineDetail .medicineDetail-main .main-cont .cont-list .list-item-on {
color: #fff;
background: #0086c3;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box {
position: relative;
width: 100%;
margin-top: 0.36rem;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
opacity: 0;
visibility: hidden;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-title {
font-size: var(--fs36);
font-weight: bold;
color: #222;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-title span {
font-family: 'MONTSERRAT-MEDIUM';
font-weight: bold;
color: #0086c3;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-text {
margin: 0.2rem 0 0.35rem;
font-size: var(--fs28);
line-height: 0.46rem;
color: #444;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-lump {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
width: 100%;
height: auto;
margin-top: 0.4rem;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-lump::after {
content: '';
display: none;
position: absolute;
top: 0.6rem;
left: 0;
width: 100%;
height: 2px;
border-bottom: dashed 2px #cbe6f3;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-item {
position: relative;
width: 2.5rem;
height: auto;
margin-bottom: 0.3rem;
z-index: 9;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-item::after {
content: '';
position: absolute;
top: 0.9rem;
right: -1.2rem;
width: 0.5rem;
height: 0.55rem;
background: url(../images/icon/icon-arrow4.png) no-repeat center center;
background-size: 100%;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-item .item-icon {
width: 2.5rem;
height: 2.5rem;
text-align: center;
line-height: 2.5rem;
border-radius: 50%;
background: #fff;
box-shadow: 0px 0px 30px 0px rgba(0, 51, 160, 0.1);
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-item .item-icon img {
width: 0.6rem;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-item .item-title {
width: 100%;
margin-top: 0.25rem;
font-size: var(--fs28);
line-height: 0.46rem;
text-align: center;
color: #444;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-item:last-of-type::after {
display: none;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent img {
width: 100%;
}
.medicineDetail .medicineDetail-main .main-cont .cont-box .box-cent-on {
position: relative;
opacity: 1;
visibility: visible;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.medicineDetail .medicineDetail-main .main-lump {
width: 100%;
height: 100%;
padding: 0.65rem 0.3rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
border-radius: 0.1rem;
}
.medicineDetail .medicineDetail-main .main-lump .lump-title {
font-size: var(--fs34);
font-weight: bold;
color: #222;
}
.medicineDetail .medicineDetail-main .main-lump .lump-info {
width: 100%;
height: auto;
padding-bottom: 0.22rem;
margin: 0.3rem 0 0.45rem;
border-bottom: solid 1px #eeeeee;
}
.medicineDetail .medicineDetail-main .main-lump .lump-info .info-text {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
margin-bottom: 0.24rem;
}
.medicineDetail .medicineDetail-main .main-lump .lump-info .info-text span {
display: block;
width: 0.42rem;
height: auto;
}
.medicineDetail .medicineDetail-main .main-lump .lump-info .info-text span img {
display: block;
width: 100%;
}
.medicineDetail .medicineDetail-main .main-lump .lump-info .info-text em {
width: calc(100% - 0.42rem);
padding-left: 0.12rem;
font-size: var(--fs28);
color: #444;
}
.medicineDetail .medicineDetail-main .main-lump .lump-link {
margin-bottom: 0.1rem;
font-size: var(--fs28);
color: #222;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.medicineDetail .medicineDetail-main .main-lump .lump-link a {
color: #444;
}
.medicineDetail .medicineDetail-main .main-lump .lump-link:hover a {
color: #0086c3;
}
.medicineDetail .medicineDetail-main .main-lump .lump-share {
display: flex;
justify-content: flex-start;
width: 100%;
height: auto;
margin-top: 0.2rem;
}
.medicineDetail .medicineDetail-main .main-lump .lump-share .share-item {
position: relative;
width: 0.8rem;
height: 0.8rem;
margin-right: 0.15rem;
border-radius: 50%;
background: #d2d7db;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.medicineDetail .medicineDetail-main .main-lump .lump-share .share-item img {
position: absolute;
top: 50%;
left: 50%;
width: 0.36rem;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.medicineDetail .medicineDetail-main .main-lump .lump-share .share-item .img2 {
opacity: 0;
}
.medicineDetail .medicineDetail-main .main-lump .lump-share .share-item:hover {
background: #0086c3;
}
.medicineDetail .medicineDetail-main .main-lump .lump-share .share-item:hover .img2 {
opacity: 1;
}
.medicineDetail .medicineDetail-main .main-lump .lump-share .share-item:hover .img1 {
opacity: 0;
}
.medicineDetail .medicineDetail-main .main-lump .lump-botton {
display: block;
width: 100%;
height: 0.8rem;
margin-top: 0.4rem;
font-size: var(--fs28);
text-align: center;
line-height: 0.8rem;
color: #fff;
border-radius: 0.45rem;
background: #0086c3;
}
.medicineDetail .medicineDetail-main .main-lump .lump-botton img {
width: 14px;
margin: -0.04rem 0 0 0.1rem;
}
.medicineDetail .medicineDetail-main .main-lump .lump-botton:hover {
background: #01a545;
}
.news {
width: 100%;
height: auto;
padding: 0.8rem 0.3rem 2rem;
}
.news .news-main .main-cont {
width: 100%;
height: auto;
margin-bottom: 0.8rem;
}
.news .news-main .main-cont .cont-item {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
width: 100%;
height: auto;
padding: 0.5rem 0;
border-bottom: solid 1px #eeeeee;
margin-bottom: 0.2rem;
}
.news .news-main .main-cont .cont-item .item-pic {
width: 100%;
height: auto;
border-radius: 0.1rem;
overflow: hidden;
}
.news .news-main .main-cont .cont-item .item-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent {
width: 100%;
height: auto;
padding: 0.5rem 0 0;
}
.news .news-main .main-cont .cont-item .item-cent .cent-title {
font-size: var(--fs36);
font-weight: bold;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent .cent-text {
margin-top: 0.25rem;
font-size: var(--fs28);
font-weight: 100;
line-height: 0.46rem;
color: #444;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.news .news-main .main-cont .cont-item .item-time {
display: none;
width: 1rem;
height: auto;
color: #0086c3;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-time .time-data {
font-family: 'MONTSERRAT-REGULAR';
font-size: var(--fs36);
line-height: 0.48rem;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-time .time-yare {
font-family: 'MONTSERRAT-REGULAR';
font-size: var(--fs18);
line-height: 0.48rem;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item:hover {
border-radius: 0.1rem;
border-bottom-right-radius: 0.5rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
border-bottom: solid 1px #fff;
}
.news .news-main .main-cont .cont-item:hover .item-pic img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
color: #0086c3;
}
.news .news-main .main-cont .cont-item:hover .item-time {
color: #01a545;
}
.newsDetail {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 2rem;
}
.newsDetail .newsDetail-main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.newsDetail .newsDetail-main .main-cont {
width: 100%;
height: auto;
}
.newsDetail .newsDetail-main .main-cont .cont-top {
width: 100%;
height: auto;
padding-bottom: 0.45rem;
border-bottom: solid 1px #eeeeee;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-title {
font-size: var(--fs48);
font-weight: bold;
color: #222;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-text {
margin-top: 0.2rem;
font-size: var(--fs28);
color: #999;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-text span {
margin-right: 0.25rem;
}
.newsDetail .newsDetail-main .main-cont .cont-cent {
width: 100%;
height: auto;
margin-top: 0.6rem;
font-size: var(--fs28);
line-height: 0.48rem;
color: #444;
}
.newsDetail .newsDetail-main .main-cont .cont-cent img {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
}
.newsDetail .newsDetail-main .main-lump {
width: 100%;
height: 100%;
margin-top: 0.8rem;
padding: 0.65rem 0.3rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
border-radius: 0.1rem;
}
.newsDetail .newsDetail-main .main-lump .lump-title {
font-size: var(--fs42);
font-weight: bold;
color: #222;
}
.newsDetail .newsDetail-main .main-lump .page-heng {
margin: 0.2rem 0 0;
}
.newsDetail .newsDetail-main .main-lump .lump-box {
width: 100%;
height: auto;
margin: 0.3rem 0 0.45rem;
}
.newsDetail .newsDetail-main .main-lump .lump-box .box-item {
display: flex;
justify-content: flex-start;
width: 100%;
height: auto;
padding-bottom: 0.3rem;
margin-bottom: 0.25rem;
border-bottom: solid 1px #eeeeee;
}
.newsDetail .newsDetail-main .main-lump .lump-box .box-item .item-pic {
width: 2.2rem;
height: 1.25rem;
border-radius: 0.05rem;
overflow: hidden;
}
.newsDetail .newsDetail-main .main-lump .lump-box .box-item .item-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-lump .lump-box .box-item .item-cent {
width: calc(100% - 2.2rem);
height: auto;
padding-left: 0.2rem;
}
.newsDetail .newsDetail-main .main-lump .lump-box .box-item .item-cent .cent-time {
font-family: 'MONTSERRAT-LIGHT';
font-size: var(--fs26);
color: #bbb;
}
.newsDetail .newsDetail-main .main-lump .lump-box .box-item .item-cent .cent-title {
margin-top: 0.1rem;
font-size: var(--fs28);
line-height: 0.44rem;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-lump .lump-box .box-item:hover .item-pic img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.newsDetail .newsDetail-main .main-lump .lump-box .box-item:hover .item-cent .cent-title {
color: #0086c3;
}
.newsDetail .newsDetail-main .main-lump .lump-link {
margin-bottom: 0.1rem;
font-size: var(--fs28);
color: #222;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.newsDetail .newsDetail-main .main-lump .lump-link a {
color: #444;
}
.newsDetail .newsDetail-main .main-lump .lump-link:hover a {
color: #0086c3;
}
.newsDetail .newsDetail-main .main-lump .lump-share {
display: flex;
justify-content: flex-start;
width: 100%;
height: auto;
margin-top: 0.2rem;
}
.newsDetail .newsDetail-main .main-lump .lump-share .share-item {
position: relative;
width: 0.8rem;
height: 0.8rem;
margin-right: 0.15rem;
border-radius: 50%;
background: #d2d7db;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-lump .lump-share .share-item img {
position: absolute;
top: 50%;
left: 50%;
width: 0.36rem;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.newsDetail .newsDetail-main .main-lump .lump-share .share-item .img2 {
opacity: 0;
}
.newsDetail .newsDetail-main .main-lump .lump-share .share-item:hover {
background: #0086c3;
}
.newsDetail .newsDetail-main .main-lump .lump-share .share-item:hover .img2 {
opacity: 1;
}
.newsDetail .newsDetail-main .main-lump .lump-share .share-item:hover .img1 {
opacity: 0;
}
.newsDetail .newsDetail-main .main-lump .lump-botton {
display: block;
width: 100%;
height: 0.8rem;
margin-top: 0.4rem;
font-size: var(--fs28);
text-align: center;
line-height: 0.8rem;
color: #fff;
border-radius: 0.45rem;
background: #0086c3;
}
.newsDetail .newsDetail-main .main-lump .lump-botton img {
width: 14px;
margin: -0.04rem 0 0 0.1rem;
}
.newsDetail .newsDetail-main .main-lump .lump-botton:hover {
background: #01a545;
}
.video {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 1.2rem;
background: url(../images/video-bg.png) no-repeat bottom left;
background-size: 100%;
}
.video .video-main .main-cont {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
height: auto;
}
.video .video-main .main-cont .cont-item {
position: relative;
width: 100%;
height: auto;
margin-right: 0;
margin-bottom: 0.5rem;
border-radius: 0.1rem;
border-bottom-right-radius: 0.2rem;
overflow: hidden;
}
.video .video-main .main-cont .cont-item:nth-child(3n) {
margin-right: 0;
}
.video .video-main .main-cont .cont-item .item-pic {
width: 100%;
height: 3.56rem;
overflow: hidden;
}
.video .video-main .main-cont .cont-item .item-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-title {
width: 100%;
height: 0.9rem;
padding: 0 0.3rem;
font-size: var(--fs30);
line-height: 0.9rem;
text-align: center;
color: #222;
background: #fff;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-play {
position: absolute;
top: 35%;
left: 50%;
width: 0.8rem;
height: 0.8rem;
margin-left: -0.4rem;
cursor: pointer;
}
.video .video-main .main-cont .cont-item .item-play img {
position: relative;
width: 100%;
z-index: 9;
}
.video .video-main .main-cont .cont-item .item-play::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: #fff;
opacity: 0.8;
animation: mapAddress3 3s linear infinite ;
}
.download {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 1.44rem;
background: url(../images/video-bg.png) no-repeat bottom left;
background-size: 100%;
}
.download .download-main .main-cont {
width: 100%;
height: auto;
margin: 0.5rem 0 0.65rem;
}
.download .download-main .main-cont .cont-item {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 0.8rem;
padding: 0 0.3rem;
border-bottom: solid 1px #eee;
}
.download .download-main .main-cont .cont-item p {
width: calc(100% - 0.6rem);
font-size: var(--fs28);
font-weight: bold;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item p span {
margin-right: 0.2rem;
font-family: 'MONTSERRAT-MEDIUM';
color: #bbb;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item .item-icon {
width: 0.3rem;
height: 0.3rem;
}
.download .download-main .main-cont .cont-item .item-icon img {
width: 100%;
}
.download .download-main .main-cont .cont-item:hover {
border-radius: 0.05rem;
border-bottom-right-radius: 0.2rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
border-bottom: solid 1px #fff;
background: #fff;
}
.download .download-main .main-cont .cont-item:hover p {
color: #0086c3;
}
.download .download-main .main-cont .cont-item:hover p span {
color: #222;
}
.COA {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 1.44rem;
background: url(../images/video-bg.png) no-repeat bottom left;
background-size: 100%;
}
.COA .COA-main .main-text {
margin-top: 0.4rem;
font-size: var(--fs30);
text-align: center;
color: #444;
}
.COA .COA-main .main-box {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 100%;
height: auto;
margin-top: 0.8rem;
}
.COA .COA-main .main-box .box-form {
width: 100%;
height: auto;
}
.COA .COA-main .main-box .box-form input {
width: 100%;
height: 0.8rem;
padding: 0 0.2rem;
margin-bottom: 0.2rem;
font-size: var(--fs30);
color: #333;
background: #fff;
border-radius: 0.05rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
}
.COA .COA-main .main-box .box-form input::placeholder {
color: #7b7e84;
}
.COA .COA-main .main-box .box-form .form-button {
display: block;
width: 2.6rem;
height: 0.8rem;
margin: 0.5rem auto 0;
font-size: var(--fs30);
line-height: 0.8rem;
text-align: center;
color: #fff;
background: #0086c3;
border-radius: 0.45rem;
}
.COA .COA-main .main-box .box-form .form-button:hover {
background: #01a545;
}
.COA .COA-main .main-box .box-pic {
width: 100%;
height: auto;
margin-top: 0.5rem;
overflow: hidden;
}
.COA .COA-main .main-box .box-pic img {
width: 100%;
}
.COA .COA-main .main-form {
width: 100%;
height: auto;
margin: 0.45rem auto 0.3rem;
}
.COA .COA-main .main-form input {
width: 100%;
height: 0.8rem;
padding: 0 0.2rem;
margin-bottom: 0.2rem;
font-size: var(--fs30);
color: #333;
background: #fff;
border-radius: 0.05rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
}
.COA .COA-main .main-form input::placeholder {
color: #7b7e84;
}
.COA .COA-main .main-button {
display: block;
width: 2.6rem;
height: 0.8rem;
margin: 0 auto;
font-size: var(--fs30);
line-height: 0.8rem;
text-align: center;
color: #fff;
background: #0086c3;
border-radius: 0.45rem;
}
.COA .COA-main .main-button:hover {
background: #01a545;
}
.COA .COA-main .main-cont {
width: 100%;
height: auto;
margin: 0.5rem 0 0.65rem;
}
.COA .COA-main .main-cont .cont-item {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 0.8rem;
padding: 0 0.3rem;
border-bottom: solid 1px #eee;
}
.COA .COA-main .main-cont .cont-item p {
width: calc(100% - 0.6rem);
font-size: var(--fs28);
font-weight: bold;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.COA .COA-main .main-cont .cont-item p span {
margin-right: 0.2rem;
font-family: 'MONTSERRAT-MEDIUM';
color: #bbb;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.COA .COA-main .main-cont .cont-item .item-icon {
width: 0.3rem;
height: 0.3rem;
}
.COA .COA-main .main-cont .cont-item .item-icon img {
width: 100%;
}
.COA .COA-main .main-cont .cont-item:hover {
border-radius: 0.05rem;
border-bottom-right-radius: 0.2rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
border-bottom: solid 1px #fff;
background: #fff;
}
.COA .COA-main .main-cont .cont-item:hover p {
color: #0086c3;
}
.COA .COA-main .main-cont .cont-item:hover p span {
color: #222;
}
.about {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 1.9rem;
}
.about .about-main {
position: relative;
}
.about .about-main .main-lump {
display: none;
content: "";
position: absolute;
bottom: 2.5rem;
right: 0;
width: 3.2rem;
height: 7.6rem;
background: url(../images/about-pic1.png) no-repeat top left;
background-size: 100%;
}
.about .about-main .main-cent {
width: 100%;
height: auto;
padding-right: 0;
}
.about .about-main .main-cent .page-title,
.about .about-main .main-cent .page-English {
text-align: left;
}
.about .about-main .main-cent .page-heng {
margin: 0.2rem 0 0;
}
.about .about-main .main-cent .cent-title {
margin-top: 0.4rem;
font-size: var(--fs48);
color: #0086c3;
}
.about .about-main .main-cent .cent-English {
margin-top: 0.1rem;
font-family: 'MONTSERRAT-EXTRALIGHT';
font-size: var(--fs26);
text-transform: uppercase;
color: #000;
opacity: 0.4;
}
.about .about-main .main-cent .cent-text {
margin-top: 0.35rem;
font-size: var(--fs30);
line-height: 0.48rem;
color: #333;
}
.about .about-main .main-pic {
position: relative;
width: 100%;
height: 3.2rem;
margin-top: 0.7rem;
border-radius: 0.1rem;
border-bottom-right-radius: 0.5rem;
overflow: hidden;
z-index: 9;
}
.about .about-main .main-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.about .about-main .main-pic .pic-cent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
padding: 0.4rem 0 0 0.3rem;
}
.about .about-main .main-pic .pic-cent .cent-English {
font-family: 'MONTSERRAT-MEDIUM';
font-size: var(--fs48);
text-transform: uppercase;
color: #fff;
}
.about .about-main .main-pic .pic-cent .cent-heng {
width: 40px;
height: 3px;
margin-top: 0.2rem;
background: #fff;
opacity: 0.2;
}
.about .about-main .main-pic .pic-cent .cent-text {
margin-top: 0.2rem;
font-size: var(--fs30);
line-height: 0.48rem;
color: #fff;
}
.about .about-main .main-pic .pic-cent .cent-text span {
font-size: var(--fs36);
}
.about .about-main .main-pic:hover img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.culture {
width: 100%;
height: auto;
padding: 1.2rem 0.3rem 1rem;
background: none;
background-size: auto;
}
.culture .culture-main {
width: 100%;
height: auto;
}
.culture .culture-main .main-cont {
position: relative;
width: 100%;
height: auto;
margin-bottom: 1.45rem;
}
.culture .culture-main .main-cont .cont-box {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
position: relative;
}
.culture .culture-main .main-cont .cont-box .box-pic {
position: relative;
width: 100%;
height: auto;
border-radius: 0.1rem;
border-bottom-right-radius: 0.4rem;
overflow: hidden;
z-index: 9;
}
.culture .culture-main .main-cont .cont-box .box-pic img {
width: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.culture .culture-main .main-cont .cont-box .box-pic:hover img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.culture .culture-main .main-cont .cont-box .box-cent {
position: relative;
width: 100%;
height: auto;
padding-left: 0;
margin-top: 0.5rem;
}
.culture .culture-main .main-cont .cont-box .box-cent .page-English,
.culture .culture-main .main-cont .cont-box .box-cent .page-title {
text-align: left;
}
.culture .culture-main .main-cont .cont-box .box-cent .page-heng {
margin: 0.25rem 0 0.35rem;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-text {
margin-top: 0.4rem;
font-size: var(--fs32);
font-weight: 100;
line-height: 0.5rem;
color: #444;
}
.culture .culture-main .main-cont:nth-child(1)::before {
display: none;
}
.culture .culture-main .main-cont:nth-child(1) .cont-box::after {
display: none;
}
.culture .culture-main .main-cont:nth-child(even) .cont-box {
flex-direction: row-reverse;
}
.culture .culture-main .main-cont:nth-child(even) .cont-box::before {
display: none;
}
.culture .culture-main .main-cont:nth-child(even) .cont-box::after {
display: none;
}
.culture .culture-main .main-cont:nth-child(even) .cont-box .box-cent {
padding-left: 0;
padding-right: 0;
}
.culture .culture-main .main-cont:nth-child(odd) .cont-box::after {
display: none;
}
.honor {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 1.9rem;
}
.honor .honor-main .main-cont {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
height: auto;
margin-top: 0.56rem;
margin-bottom: 0.1rem;
}
.honor .honor-main .main-cont .cont-item {
width: 48%;
height: auto;
padding: 0.4rem 0.3rem 0.25rem;
margin-right: 0;
margin-bottom: 0.56rem;
border: solid 1px #eeeeee;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item:nth-child(4n) {
margin-right: 0;
}
.honor .honor-main .main-cont .cont-item .item-pic {
position: relative;
width: 100%;
height: 3.7rem;
overflow: hidden;
}
.honor .honor-main .main-cont .cont-item .item-pic::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0086c3;
opacity: 0;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item .item-pic::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0.48rem;
height: 0.48rem;
margin: -0.24rem 0 0 -0.24rem;
background: url(../images/icon/icon-honor-search.png) no-repeat center center;
background-size: 100%;
border-radius: 50%;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
opacity: 0;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item .item-pic img {
width: 100%;
height: 100%;
object-fit: contain;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item .item-title {
margin-top: 0.25rem;
font-size: var(--fs28);
font-weight: bold;
text-align: center;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item:hover {
background: #fff;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.honor .honor-main .main-cont .cont-item:hover .item-pic::before {
opacity: 0.8;
}
.honor .honor-main .main-cont .cont-item:hover .item-pic::after {
opacity: 1;
}
.honor .honor-main .main-cont .cont-item:hover .item-title {
color: #0086c3;
}
.team {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 1.9rem;
}
.team .team-main .main-cont {
display: block;
justify-content: flex-end;
position: relative;
width: 100%;
height: auto;
margin-top: 0.48rem;
}
.team .team-main .main-cont .cont-pic {
width: 100%;
height: auto;
border-radius: 0.1rem;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
overflow: hidden;
}
.team .team-main .main-cont .cont-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.team .team-main .main-cont .cont-pic:hover img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.team .team-main .main-cont .cont-cent {
position: static;
top: 50%;
left: 0;
width: 100%;
padding: 0.75rem 0.3rem 0.7rem;
background: linear-gradient(180deg, rgba(0, 136, 196, 0.95), rgba(0, 153, 204, 0.95));
border-radius: 0;
border-bottom-left-radius: 0.1rem;
border-bottom-right-radius: 0.5rem;
transform: translatey(0);
-o-transform: translatey(0);
-moz-transform: translatey(0);
-webkit-transform: translatey(0);
}
.team .team-main .main-cont .cont-cent .cent-title {
font-size: var(--fs42);
font-weight: bold;
color: #fff;
}
.team .team-main .main-cont .cont-cent .cent-text {
margin-top: 0.3rem;
font-size: var(--fs28);
line-height: 0.46rem;
color: #fff;
}
.team .team-main .main-logo {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
height: auto;
margin-top: 0.65rem;
}
.team .team-main .main-logo .logo-item {
width: calc(100% / 3 - 0.1rem);
height: 1.52rem;
margin-right: 0.15rem;
margin-bottom: 0.15rem;
border-radius: 0.05rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
background: #fff;
overflow: hidden;
}
.team .team-main .main-logo .logo-item:nth-child(7n) {
margin-right: 0.15rem;
}
.team .team-main .main-logo .logo-item:nth-child(3n) {
margin-right: 0;
}
.team .team-main .main-logo .logo-item img {
width: 100%;
height: 100%;
object-fit: contain;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.team .team-main .main-logo .logo-item:hover img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.join {
width: 100%;
height: auto;
}
.join .join-plate1 {
padding: 1.15rem 0.3rem 1rem;
}
.join .join-plate1 .plate1-main {
width: 100%;
height: auto;
padding: 1rem 0.3rem 1rem;
margin-top: 0.64rem;
background-position: top left;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0.1rem;
border-bottom-right-radius: 0.5rem;
}
.join .join-plate1 .plate1-main .main-title {
display: flex;
justify-content: flex-start;
font-size: var(--fs40);
font-weight: bold;
color: #333;
}
.join .join-plate1 .plate1-main .main-tel {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: 0.6rem;
margin-top: 0.3rem;
padding: 2px;
border-radius: 0.45rem;
background-color: #fff;
}
.join .join-plate1 .plate1-main .main-tel .tel-title {
width: 2rem;
height: 100%;
font-size: var(--fs30);
font-weight: bold;
text-align: center;
line-height: 0.54rem;
color: #fff;
border-radius: 0.45rem;
background: #0086c3;
}
.join .join-plate1 .plate1-main .main-tel .tel-text {
margin-left: 0.2rem;
font-family: 'MONTSERRAT-REGULAR';
font-size: var(--fs36);
color: #0086c3;
}
.join .join-plate1 .plate1-main .main-text {
width: 100%;
margin-top: 0.4rem;
font-size: var(--fs28);
line-height: 0.46rem;
color: #333;
}
.join .join-plate2 {
width: 100%;
height: auto;
padding: 1.05rem 0.3rem 1.1rem;
background-position: top left;
background-size: auto 5rem;
background-repeat: no-repeat;
}
.join .join-plate2 .plate2-title {
font-size: var(--fs48);
font-weight: bold;
text-align: center;
color: #fff;
}
.join .join-plate2 .plate2-main {
margin-top: 0.6rem;
padding: 0.8rem 0.2rem;
border-radius: 0.1rem;
background: #fff;
}
.join .join-plate2 .plate2-main .main-item {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: auto;
padding: 0.15rem 0;
border-bottom: solid 1px #eee;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.join .join-plate2 .plate2-main .main-item .item-cent {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
width: calc(100% - 1.8rem);
}
.join .join-plate2 .plate2-main .main-item .item-cent .cent-title {
width: 100%;
font-size: var(--fs30);
font-weight: bold;
color: #222;
}
.join .join-plate2 .plate2-main .main-item .item-cent .cent-text {
width: 100%;
height: auto;
margin-top: 0.1rem;
padding-right: 0.25rem;
font-size: var(--fs26);
color: #999;
}
.join .join-plate2 .plate2-main .main-item .item-button {
display: block;
width: 1.8rem;
height: 0.6rem;
font-size: var(--fs28);
text-align: center;
line-height: 0.6rem;
color: #fff;
background: #0086c3;
border-radius: 0.45rem;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.join .join-plate2 .plate2-main .main-item .item-button:hover {
background: #01a545;
}
.join .join-plate2 .plate2-main .main-item:hover {
border-bottom: solid 1px #fff;
border-radius: 0.05rem;
border-bottom-right-radius: 0.2rem;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
}
.contact {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 1.9rem;
background: url(../images/contact-bg.jpg) no-repeat bottom left;
background-size: 100%;
}
.contact .contact-main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.contact .contact-main .main-cent {
width: 100%;
height: auto;
}
.contact .contact-main .main-cent .page-English,
.contact .contact-main .main-cent .page-title {
text-align: left;
}
.contact .contact-main .main-cent .page-heng {
margin: 0.2rem 0 0;
}
.contact .contact-main .main-cent .cent-info {
width: 100%;
height: auto;
padding-bottom: 0.22rem;
margin: 0.3rem 0 0.15rem;
}
.contact .contact-main .main-cent .cent-info .info-text {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
margin-bottom: 0.24rem;
}
.contact .contact-main .main-cent .cent-info .info-text span {
display: block;
width: 0.42rem;
height: auto;
}
.contact .contact-main .main-cent .cent-info .info-text span img {
display: block;
width: 100%;
}
.contact .contact-main .main-cent .cent-info .info-text em {
width: calc(100% - 0.42rem);
padding-left: 0.12rem;
font-size: var(--fs28);
color: #444;
}
.contact .contact-main .main-cent .cent-info .info-text b {
font-size: var(--fs36);
font-weight: bold;
color: #000;
}
.contact .contact-main .main-cent .cent-ewm {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: auto;
}
.contact .contact-main .main-cent .cent-ewm .ewm-pic {
width: 2rem;
height: auto;
border-radius: 0.05rem;
overflow: hidden;
box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
}
.contact .contact-main .main-cent .cent-ewm .ewm-pic img {
width: 100%;
}
.contact .contact-main .main-cent .cent-ewm .ewm-cent {
width: calc(100% - 2rem);
height: auto;
padding-left: 0.25rem;
font-size: var(--fs28);
line-height: 0.5rem;
color: #333;
}
.contact .contact-main .main-cent .cent-ewm .ewm-cent span {
font-size: var(--fs34);
}
.contact .contact-main .main-map {
width: 100%;
height: 6rem;
margin-top: 0.65rem;
border-radius: 0.1rem;
border-bottom-right-radius: 0.5rem;
border: solid 6px #fff;
box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
overflow: hidden;
}
.contact .contact-main .main-map .img {
width: 100%;
height: 100%;
object-fit: cover;
}
.message {
width: 100%;
height: auto;
padding: 1.15rem 0.3rem 1.9rem;
background: url(../images/contact-bg.jpg) no-repeat bottom left;
background-size: 100%;
}
.message .message-main .main-form {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
height: auto;
margin-top: 0.64rem;
}
.message .message-main .main-form input {
width: 100%;
height: 0.8rem;
padding: 0 0.24rem;
margin-right: 0;
margin-bottom: 0.24rem;
font-size: var(--fs28);
color: #333;
background: #fff;
border-radius: 0.05rem;
box-shadow: 0px 0px 8px 0px rgba(0, 11, 31, 0.08);
}
.message .message-main .main-form input::placeholder {
color: #7b7e84;
}
.message .message-main .main-form input:nth-child(3n) {
margin-right: 0;
}
.message .message-main .main-form textarea {
width: 100%;
height: 1.6rem;
padding: 0.15rem 0.24rem;
font-family: '寰蒋闆呴粦';
font-size: var(--fs28);
color: #333;
background: #fff;
border-radius: 0.05rem;
box-shadow: 0px 0px 8px 0px rgba(0, 11, 31, 0.08);
}
.message .message-main .main-form textarea::placeholder {
color: #7b7e84;
}
.message .message-main .main-form .form-select {
position: relative;
width: 100%;
height: 0.8rem;
margin-bottom: 0.24rem;
box-shadow: 0px 0px 8px 0px rgba(0, 11, 31, 0.08);
border-radius: 0.05rem;
background: #fff;
overflow: hidden;
}
.message .message-main .main-form .form-select::after {
content: '';
display: inline-block;
position: absolute;
top: 50%;
right: 0.25rem;
width: 13px;
height: 8px;
margin-top: -4px;
background: url(../images/icon/icon-arrow.png) no-repeat center center;
background-size: 100%;
}
.message .message-main .main-form .form-select select {
width: 100%;
height: 100%;
padding-left: 0.2rem;
font-size: var(--fs28);
color: #7b7e84;
border: none;
background: #fff;
appearance: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.message .message-main .main-form .form-select select option {
font-size: var(--fs26);
}
.message .message-main .main-form .form-select select option:first-of-type {
display: none;
}
.message .message-main .main-button {
display: block;
width: 2.8rem;
height: 0.8rem;
margin: 0.48rem auto 0;
font-size: var(--fs30);
text-align: center;
line-height: 0.8rem;
color: #fff;
background: #0086c3;
border-radius: 0.45rem;
}
.message .message-main .main-button:hover {
background: #01a545;
}
.solution {
width: 100%;
height: auto;
padding: 1.2rem 0.3rem 1.9rem;
background: url(../images/solution-bg.png) no-repeat left bottom;
background-size: 100%;
}
.solution .solution-main .main-top {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
height: auto;
border-radius: 0.1rem;
border-bottom-right-radius: 0.4rem;
box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
overflow: hidden;
}
.solution .solution-main .main-top .top-pic {
width: 100%;
height: auto;
overflow: hidden;
}
.solution .solution-main .main-top .top-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.solution .solution-main .main-top .top-cent {
width: 100%;
height: auto;
padding: 0.5rem 0.3rem 0.45rem;
}
.solution .solution-main .main-top .top-cent .cent-time {
font-family: 'MONTSERRAT-MEDIUM';
font-size: var(--fs34);
color: #0086c3;
}
.solution .solution-main .main-top .top-cent .cent-title {
margin-top: 0.15rem;
font-size: var(--fs48);
font-weight: bold;
line-height: 0.56rem;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.solution .solution-main .main-top .top-cent .cent-text {
margin-top: 0.2rem;
font-size: var(--fs28);
line-height: 0.46rem;
color: #444;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.solution .solution-main .main-top .top-cent .cent-link {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: auto;
margin-top: 0.5rem;
}
.solution .solution-main .main-top .top-cent .cent-link span {
font-size: var(--fs28);
color: #666;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.solution .solution-main .main-top .top-cent .cent-link em {
width: 13px;
height: 12px;
margin-left: 0.12rem;
background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
background-size: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.solution .solution-main .main-top .top-cent .cent-link:hover span {
color: #0086c3;
}
.solution .solution-main .main-top .top-cent .cent-link:hover em {
margin-left: 0.2rem;
}
.solution .solution-main .main-top:hover .top-pic img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution .solution-main .main-top:hover .top-cent .cent-title {
color: #0086c3;
}
.solution .solution-main .main-cont {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
height: auto;
margin-top: 0.8rem;
}
.solution .solution-main .main-cont .cont-item {
display: block;
width: 100%;
height: auto;
margin-right: 0;
margin-bottom: 0.64rem;
border-radius: 0.1rem;
border-bottom-right-radius: 0.4rem;
background: #fff;
box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
overflow: hidden;
}
.solution .solution-main .main-cont .cont-item:nth-child(3n) {
margin-right: 0;
}
.solution .solution-main .main-cont .cont-item .item-pic {
width: 100%;
height: 3.6rem;
overflow: hidden;
}
.solution .solution-main .main-cont .cont-item .item-pic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-item .item-cent {
width: 100%;
height: auto;
padding: 0.4rem 0.3rem 0.55rem;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-title {
height: 1.04rem;
font-size: var(--fs34);
font-weight: bold;
line-height: 0.52rem;
color: #222;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-text {
height: 0.92rem;
margin-top: 0.2rem;
font-size: var(--fs28);
line-height: 0.46rem;
color: #444;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-link {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: auto;
margin-top: 0.5rem;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-link span {
font-size: var(--fs28);
color: #666;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-link em {
width: 13px;
height: 12px;
margin-left: 0.12rem;
background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
background-size: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-link:hover span {
color: #0086c3;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-link:hover em {
margin-left: 0.2rem;
}
.solution .solution-main .main-cont .cont-item:hover .item-pic img {
transform: scale(1.1, 1.1) translateZ(0);
-o-transform: scale(1.1, 1.1) translateZ(0);
-moz-transform: scale(1.1, 1.1) translateZ(0);
-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution .solution-main .main-cont .cont-item:hover .item-cent .cent-title {
color: #0086c3;
}
.result {
width: 100%;
height: auto;
padding: 1.45rem 0.3rem 1.92rem;
}
.result .result-main {
width: 100%;
height: auto;
margin: 0 auto;
}
.result .result-main .main-title {
font-size: var(--fs30);
text-align: center;
color: #333;
}
.result .result-main .main-cont {
width: 100%;
height: auto;
margin-top: 0.58rem;
}
.result .result-main .main-cont .cont-item {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 100%;
height: auto;
padding: 0.15rem 0.2rem;
border-bottom: solid 1px #eee;
}
.result .result-main .main-cont .cont-item .item-title {
width: 100%;
font-size: var(--fs30);
color: #222;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.result .result-main .main-cont .cont-item span {
width: 100%;
margin-top: 0.15rem;
font-size: var(--fs28);
color: #999;
}
.result .result-main .main-cont .cont-item:hover {
border-bottom: solid 1px #fff;
box-shadow: 0px 2px 14px 0px rgba(3, 14, 33, 0.08);
border-radius: 0.05rem;
border-bottom-right-radius: 0.2rem;
}
.result .result-main .main-cont .cont-item:hover .item-title {
color: #0086c3;
}
.prompt {
width: 100%;
height: auto;
margin-top: 1.2rem;
padding: 1.2rem 0.3rem 1.3rem;
}
.prompt .prompt-main {
width: 100%;
height: auto;
margin: 0 auto;
}
.prompt .prompt-main .main-title {
font-size: var(--fs48);
font-weight: bold;
text-align: center;
color: #333;
}
.prompt .prompt-main .main-cent {
width: 100%;
height: auto;
margin-top: 0.35rem;
font-size: var(--fs28);
line-height: 0.46rem;
color: #666;
}
.search {
width: 100%;
height: auto;
padding: 1.8rem 0.3rem 1.2rem;
}
.search .search-main {
width: 100%;
height: auto;
margin: 0 auto;
}
.search .search-main .main-top {
display: flex;
justify-content: flex-start;
width: 100%;
height: auto;
}
.search .search-main .main-top a {
width: auto;
height: 0.75rem;
padding: 0 0.3rem;
margin-right: 0.3rem;
font-size: 0.28rem;
line-height: 0.7rem;
color: #fff;
background: #0086c3;
border: solid 2px #0086c3;
border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
color: #0086c3;
background: transparent;
}
.search .search-main .main-cont {
width: 100%;
height: auto;
margin-top: 0.4rem;
font-size: 0.28rem;
color: #000;
}
.search .search-main .main-cont span {
margin-right: 0.3rem;
}
.search .search-main .main-cont b {
color: #cd0000;
}
.search .search-main .main-box {
width: 100%;
height: auto;
margin-top: 0.25rem;
}
.search .search-main .main-box a {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 0.85rem;
border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
width: 100%;
font-size: 0.28rem;
color: #666;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
border-top: 1px dashed #eee;
}
.page-web-nav {
display: flex;
justify-content: space-between;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 1.2rem;
background: #0086c3;
z-index: 99;
}
.page-web-nav .nav-item {
width: calc(100% / 4);
height: auto;
padding-top: 0.15rem;
}
.page-web-nav .nav-item .item-icon {
width: 0.4rem;
height: 0.4rem;
margin: 0 auto;
}
.page-web-nav .nav-item .item-icon img {
width: 100%;
}
.page-web-nav .nav-item .item-title {
margin-top: 0.12rem;
font-size: var(--fs26);
text-align: center;
color: #fff;
}
.page-web-ewm {
position: fixed;
top: 50%;
left: 50%;
width: 3rem;
height: auto;
background: #fff;
box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
z-index: 99;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.page-web-ewm .ewm-top {
width: 100%;
height: 0.8rem;
font-size: var(--fs26);
text-align: center;
line-height: 0.8rem;
color: #fff;
background: #0086c3;
}
.page-web-ewm .ewm-pic {
width: 100%;
height: auto;
padding: 0.3rem 0.2rem;
}
.page-web-ewm .ewm-pic img {
width: 100%;
}
.page-web-ewm .ewm-hide {
width: 0.35rem;
height: auto;
margin: 0 auto 0.2rem;
}
.page-web-ewm .ewm-hide img {
width: 100%;
}
.embed-icon {
inset: auto 5px 80px auto !important;
}
.pageW {
width: 100%;
height: auto;
}
.page-heng {
width: 46px;
height: 3px;
margin: 0.2rem auto 0;
background: #0086c3;
}
.page-title {
font-size: var(--fs48);
font-weight: bold;
text-align: center;
color: #333;
}
.page-English {
font-family: 'MONTSERRAT-MEDIUM';
font-size: var(--fs48);
text-align: center;
text-transform: uppercase;
color: #999;
opacity: 0.2 !important;
background: linear-gradient(180deg, #0086c3, transparent);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.page-button {
display: flex;
justify-content: center;
align-items: center;
width: 2.6rem;
height: 0.8rem;
border-radius: 0.45rem;
background: #fff;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.page-button span {
font-size: var(--fs28);
color: #333;
}
.page-button em {
width: 13px;
height: 12px;
margin-left: 0.12rem;
background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
background-size: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.page-button:hover {
background: #0086c3;
}
.page-button:hover span {
color: #fff;
}
.page-button:hover em {
background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
background-size: 100%;
}
.page-button2 {
display: flex;
justify-content: center;
align-items: center;
width: 2.6rem;
height: 0.8rem;
border-radius: 0.45rem;
border: solid 1px rgba(255, 255, 255, 0.4);
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.page-button2 span {
font-size: var(--fs28);
color: #fff;
}
.page-button2 em {
width: 13px;
height: 12px;
margin-left: 0.12rem;
background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
background-size: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.page-button2:hover {
background: #fff;
}
.page-button2:hover span {
color: #0086c3;
}
.page-button2:hover em {
background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
background-size: 100%;
}
.page-crumb {
width: 100%;
height: auto;
padding: 0.2rem 0.3rem;
}
.page-crumb .crumb-box {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
height: 100%;
}
.page-crumb .crumb-box img {
display: block;
width: 10px;
margin-right: 0.15rem;
}
.page-crumb .crumb-box a {
font-size: var(--fs28);
color: #666;
}
.page-crumb .crumb-box a:hover {
color: #0086c3;
}
.page-crumb .crumb-box span {
font-size: var(--fs28);
color: #0086c3;
}
.page-crumb .crumb-box em {
width: 5px;
height: 9px;
margin: 0 0.15rem;
background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
background-size: 100%;
}
.page-Wnav {
position: relative;
display: block;
width: 100%;
height: 50px;
line-height: 50px;
background: #0086c3;
z-index: 29;
}
.page-Wnav .Wnav-top {
font-size: 0.32rem;
text-transform: uppercase;
color: #fff;
background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
background-size: 0.24rem;
padding: 0 0.2rem;
}
.page-Wnav .top-on {
background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
background-size: 0.24rem !important;
}
.page-Wnav .Wnav-ul {
position: relative;
width: 100%;
height: 0;
background: #fff;
overflow: hidden;
z-index: 99;
transition: all 0.6s;
-o-transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
}
.page-Wnav .Wnav-ul .Wnav-li {
width: 100%;
height: 1rem;
line-height: 1rem;
padding: 0 0.2rem;
font-size: 0.26rem;
text-transform: uppercase;
color: #000;
border-bottom: solid 1px #ccc;
}
.page-subnav {
display: none;
}
.honor-mask {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 1199;
}
.honor-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
width: 100%;
height: auto;
z-index: 1199;
transform: translate(-49%, -49%);
-o-transform: translate(-49%, -49%);
-moz-transform: translate(-49%, -49%);
-webkit-transform: translate(-49%, -49%);
}
.honor-popup .popup-hide {
position: absolute;
top: -0.6rem;
right: 0.3rem;
width: 0.5rem;
cursor: pointer;
}
.honor-popup .popup-hide img {
width: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.honor-popup .popup-hide:hover img {
transform: rotate(90deg);
-o-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.honor-popup .popup-pic {
width: 90%;
height: auto;
margin: 0 auto;
overflow: hidden;
}
.honor-popup .popup-pic img {
width: 100%;
height: 100%;
object-fit: contain;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.honor-popup .popup-title {
padding: 0 0.3rem;
margin-top: 0.35rem;
font-size: var(--fs30);
font-weight: bold;
text-align: center;
color: #fff;
}
.product-mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 1199;
}
.product-popup {
position: fixed;
top: 50%;
left: 1%;
width: 98%;
height: 11.3rem;
margin: -5.65rem 0 0 0;
background: #fff;
border-radius: 0.1rem;
border-bottom-right-radius: 0.5rem;
z-index: 1199;
}
.product-popup .popup-top {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 1rem;
padding: 0 0.3rem;
border-bottom: solid 1px #eee;
}
.product-popup .popup-top .top-title {
font-size: var(--fs42);
font-weight: bold;
color: #222;
}
.product-popup .popup-top .top-hide {
width: 0.35rem;
height: auto;
cursor: pointer;
}
.product-popup .popup-top .top-hide img {
width: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.product-popup .popup-top .top-hide:hover img {
transform: rotate(90deg);
-o-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.product-popup .popup-main {
width: 100%;
height: auto;
padding: 0.4rem 0.3rem;
}
.product-popup .popup-main .main-top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
width: 100%;
height: auto;
}
.product-popup .popup-main .main-top .top-left {
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
}
.product-popup .popup-main .main-top .top-left span {
font-size: var(--fs30);
color: #444;
}
.product-popup .popup-main .main-top .top-left .left-select {
position: relative;
width: 5.25rem;
height: 0.8rem;
border-radius: 0.05rem;
background: #fff;
border: solid 1px #eee;
overflow: hidden;
}
.product-popup .popup-main .main-top .top-left .left-select::after {
content: '';
display: inline-block;
position: absolute;
top: 50%;
right: 0.25rem;
width: 13px;
height: 8px;
margin-top: -4px;
background: url(../images/icon/icon-arrow.png) no-repeat center center;
background-size: 100%;
}
.product-popup .popup-main .main-top .top-left .left-select select {
width: 100%;
height: 100%;
padding-left: 0.2rem;
font-size: var(--fs26);
font-weight: 100;
color: #7b7e84;
border: none;
background: #fff;
appearance: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.product-popup .popup-main .main-top .top-left .left-select select option {
font-size: var(--fs26);
}
.product-popup .popup-main .main-top .top-left .left-select select option:first-of-type {
display: none;
}
.product-popup .popup-main .main-top .top-search {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: 0.8rem;
margin-top: 0.15rem;
border: solid 1px #eee;
border-radius: 0.05rem;
}
.product-popup .popup-main .main-top .top-search input {
width: calc(100% - 0.8rem);
height: 100%;
padding: 0 0.2rem;
font-size: var(--fs28);
font-weight: 100;
color: #333;
}
.product-popup .popup-main .main-top .top-search input::placeholder {
color: #999;
}
.product-popup .popup-main .main-top .top-search a {
width: 0.8rem;
height: 100%;
background: url(../images/icon/icon-search3.png) no-repeat center center;
background-size: 0.32rem;
}
.product-popup .popup-main .main-table {
width: 100%;
height: auto;
margin-top: 0.3rem;
overflow: auto;
}
.product-popup .popup-main .main-table .table-box {
width: 10rem;
}
.product-popup .popup-main .main-table thead {
width: 100%;
}
.product-popup .popup-main .main-table table {
width: 100%;
border-top-right-radius: 0.1rem;
border-top-left-radius: 0.1rem;
height: auto;
overflow: hidden;
}
.product-popup .popup-main .main-table .table-cont {
width: calc(100% + 3px);
height: 3.42rem;
overflow: scroll;
}
.product-popup .popup-main .main-table tbody {
width: 100%;
}
.product-popup .popup-main .main-table th {
padding: 0.15rem 0.1rem;
font-size: var(--fs26);
line-height: 0.44rem;
font-weight: bold;
text-align: center;
color: #fff;
background: #0086c3;
border: solid 1px #fff;
}
.product-popup .popup-main .main-table td {
padding: 0.15rem 0.1rem;
font-size: var(--fs26);
line-height: 0.42rem;
text-transform: uppercase;
text-align: center;
color: #444;
background: #fff;
border: solid 1px #e5e5e5;
}
.product-popup .popup-main .main-table td input {
width: 0.26rem;
height: 0.26rem;
border-radius: 0.02rem;
border: solid 1px #535353;
}
.product-popup .popup-main .main-table td a {
color: #0086c3;
}
.product-popup .popup-main .main-table td a:hover {
color: #01a545;
}
.product-popup .popup-main .main-bottom {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 100%;
height: auto;
margin-top: 0.35rem;
}
.product-popup .popup-main .main-bottom .bottom-left {
display: flex;
justify-content: flex-start;
align-items: center;
width: auto;
height: auto;
cursor: pointer;
}
.product-popup .popup-main .main-bottom .bottom-left input {
width: 0.26rem;
height: 0.26rem;
margin-right: 0.1rem;
border-radius: 0.02rem;
border: solid 1px #535353;
cursor: pointer;
}
.product-popup .popup-main .main-bottom .bottom-left label {
font-size: var(--fs30);
color: #444;
cursor: pointer;
}
.product-popup .popup-main .main-bottom .page-number {
display: flex !important;
justify-content: center;
width: 100%;
margin-top: 0.3rem;
}
.product-popup .popup-main .main-bottom .page-number .page-item {
width: 0.5rem;
height: 0.5rem;
font-size: var(--fs26);
line-height: 0.5rem;
}
.product-popup .popup-main .main-bottom .page-number .page-item:first-of-type,
.product-popup .popup-main .main-bottom .page-number .page-item:last-of-type {
width: 1.4rem;
border-radius: 0.5rem;
}
.product-popup .popup-bottom {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 1.6rem;
padding: 0 0.3rem;
border-top: solid 1px #eee;
}
.product-popup .popup-bottom .bottom-button {
width: calc(100% / 2 - 0.1rem);
height: 0.8rem;
font-size: var(--fs26);
text-align: center;
line-height: 0.8rem;
color: #0086c3;
background: #fff;
border-radius: 0.45rem;
box-shadow: 0px 0px 8px 0px rgba(0, 11, 31, 0.08);
}
.product-popup .popup-bottom .bottom-button:hover {
color: #fff;
background: #0086c3;
}
.join-mask {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 1199;
}
.join-popup {
display: none;
position: fixed;
top: 50%;
left: 1%;
width: 98%;
height: auto;
margin: 0;
padding: 0.6rem 0.3rem;
background: #fff;
border-radius: 0.1rem;
border-bottom-right-radius: 0.5rem;
overflow: hidden;
z-index: 1199;
transform: translate(0, -49%);
-o-transform: translate(0, -49%);
-moz-transform: translate(0, -49%);
-webkit-transform: translate(0, -49%);
}
.join-popup .popup-top {
position: relative;
width: 100%;
height: auto;
padding-bottom: 0.4rem;
margin-bottom: 0.45rem;
border-bottom: solid 1px #eee;
}
.join-popup .popup-top .top-hide {
position: absolute;
top: 0;
right: 0;
width: 0.35rem;
cursor: pointer;
}
.join-popup .popup-top .top-hide img {
width: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.join-popup .popup-top .top-hide:hover img {
transform: rotate(90deg);
-o-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.join-popup .popup-top .top-title {
font-size: var(--fs42);
font-weight: bold;
color: #222;
}
.join-popup .popup-top .top-text {
margin-top: 0.2rem;
font-size: var(--fs28);
color: #999;
}
.join-popup .popup-top .top-text span {
margin-right: 0.8rem;
}
.join-popup .popup-top .top-text span:last-of-type {
margin-right: 0;
}
.join-popup .popup-main {
width: 100%;
height: 6rem;
overflow: auto;
}
.join-popup .popup-main .main-title {
font-size: var(--fs32);
font-weight: bold;
line-height: 0.5rem;
color: #444;
}
.join-popup .popup-main .main-text {
margin-bottom: 0.3rem;
font-size: var(--fs28);
line-height: 0.5rem;
color: #444;
}
.join-popup .popup-main .main-button {
display: block;
width: 2.8rem;
height: 0.8rem;
margin-top: 0.3rem;
font-size: var(--fs30);
text-align: center;
line-height: 0.8rem;
color: #fff;
border-radius: 0.45rem;
background: #0086c3;
}
.join-popup .popup-main .main-button:hover {
background: #01a545;
}
.message-mask {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.4);
z-index: 1199;
}
.message-popup {
display: none;
position: fixed;
top: 50%;
left: 1%;
width: 98%;
height: auto;
padding: 1rem 0.3rem 0.6rem;
margin: 0;
background: #fff;
border-radius: 0.2rem;
z-index: 1199;
transform: translatey(-50%);
-o-transform: translatey(-50%);
-moz-transform: translatey(-50%);
-webkit-transform: translatey(-50%);
}
.message-popup .pupop-hide {
position: absolute;
top: 0.38rem;
right: 0.38rem;
width: 0.32rem;
height: 0.32rem;
background: url(../images/icon/icon-close.png) no-repeat center center;
background-size: 100%;
cursor: pointer;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.message-popup .pupop-hide:hover {
transform: rotate(90deg);
-o-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.message-popup .popup-title {
font-size: var(--fs36);
font-weight: bold;
text-align: center;
color: #000;
}
.message-popup .popup-form {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
height: auto;
margin: 0.45rem 0 0;
}
.message-popup .popup-form .form-item {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: 0.7rem;
margin-bottom: 0.15rem;
border-bottom: solid 1px #ededed;
}
.message-popup .popup-form .form-item p {
padding-right: 0.15rem;
font-size: var(--fs28);
color: #333;
}
.message-popup .popup-form .form-item p em {
font-size: var(--fs26);
color: #f01f1f;
}
.message-popup .popup-form .form-item input {
flex: 1;
height: 100%;
font-size: var(--fs28);
color: #666;
}
.message-popup .popup-form .form-item textarea {
flex: 1;
height: 1.5rem;
font-size: var(--fs28);
color: #666;
background: transparent;
}
.message-popup .popup-form .form-item:last-of-type {
align-items: flex-start;
width: 100%;
height: 1.5rem;
}
.message-popup .message-button {
display: flex;
justify-content: center;
align-items: center;
width: 2.8rem;
height: 0.8rem;
margin: 0.5rem auto 0;
border-radius: 0.45rem;
cursor: pointer;
background: #0086c3;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.message-popup .message-button span {
font-size: var(--fs30);
color: #fff;
}
.message-popup .message-button em {
width: 13px;
height: 12px;
background: url(../images/icon/icon-button-arrow3.png) no-repeat center center;
background-size: 100%;
transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.message-popup .message-button:hover {
background: #01a545;
}
.message-popup .message-button:hover em {
transform: rotate(45deg);
-o-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
}