You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
937 lines
17 KiB
937 lines
17 KiB
@font-face {
|
|
font-family: Montserrat;
|
|
src: url(../fonts/Montserrat-Regular.woff2);
|
|
}
|
|
.w1400 {
|
|
width: 90%;
|
|
max-width: 1400px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@-webkit-keyframes mouse {
|
|
0% {
|
|
top: 4px;
|
|
}
|
|
100% {
|
|
top: 8px;
|
|
}
|
|
}
|
|
|
|
@keyframes mouse {
|
|
0% {
|
|
top: 4px;
|
|
}
|
|
100% {
|
|
top: 8px;
|
|
}
|
|
}
|
|
.title {
|
|
padding-top: 93px;
|
|
text-align: center;
|
|
}
|
|
.title p {
|
|
font-size: 20px;
|
|
color: #737373;
|
|
letter-spacing: 10px;
|
|
line-height: 32px;
|
|
}
|
|
.title .tips {
|
|
font-size: 38px;
|
|
color: #1a1a1a;
|
|
line-height: 1.5;
|
|
margin-top: 7px;
|
|
}
|
|
.title .text {
|
|
font-size: 24px;
|
|
line-height: 1.3333333333;
|
|
color: #1a1a1a;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.title2 p {
|
|
text-align: center;
|
|
font-size: 48px;
|
|
color: #333;
|
|
line-height: 1.5;
|
|
padding-top: 88px;
|
|
}
|
|
.title2 .tips {
|
|
text-align: center;
|
|
font-size: 18px;
|
|
line-height: 2;
|
|
color: #666;
|
|
margin-top: 13px;
|
|
}
|
|
|
|
.moreBtn {
|
|
width: 180px;
|
|
line-height: 52px;
|
|
padding: 0 30px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border-radius: 0px 20px 0px 0px;
|
|
border: solid 2px #1a1a1a;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
color: #1a1a1a;
|
|
}
|
|
|
|
.blackBg {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100vh;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
z-index: 10;
|
|
display: none;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.header {
|
|
background: rgba(3, 5, 8, 0.9);
|
|
height: 100px;
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
display: flex;
|
|
padding-right: 50px;
|
|
z-index: 5;
|
|
}
|
|
.header.active {
|
|
height: 80px;
|
|
}
|
|
.header.active .nav .logo {
|
|
height: 35px;
|
|
}
|
|
.header.active .nav ul li > a {
|
|
line-height: 80px;
|
|
}
|
|
.header.active .nav ul li .level {
|
|
top: 80px;
|
|
}
|
|
.header.active .menu a {
|
|
line-height: 80px;
|
|
}
|
|
.header.active .menu .search .searchDiv {
|
|
top: 80px;
|
|
}
|
|
.header .location {
|
|
height: 0;
|
|
overflow: hidden;
|
|
width: 90%;
|
|
max-width: 1400px;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.header .nav {
|
|
display: flex;
|
|
width: 90%;
|
|
max-width: 1400px;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
}
|
|
.header .nav ul {
|
|
display: flex;
|
|
width: auto;
|
|
}
|
|
.header .nav ul li {
|
|
margin-left: 100px;
|
|
width: auto;
|
|
}
|
|
.header .nav ul li:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.header .nav ul li > a {
|
|
display: block;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
line-height: 100px;
|
|
white-space: nowrap;
|
|
transition: font-weight 0.3s;
|
|
}
|
|
.header .nav ul li.on > a, .header .nav ul li:hover > a {
|
|
font-weight: bold;
|
|
}
|
|
.header .nav ul li > .level {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 100px;
|
|
height: 0;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.header .nav ul li > .level a {
|
|
margin-left: 52px;
|
|
font-size: 16px;
|
|
line-height: 40px;
|
|
color: #666;
|
|
border-bottom: 1px solid rgba(204, 38, 31, 0);
|
|
transition: all 0.3s;
|
|
}
|
|
.header .nav ul li > .level a:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.header .nav ul li > .level a.on, .header .nav ul li > .level a:hover {
|
|
color: #cc261f;
|
|
border-bottom: 1px solid #cc261f;
|
|
}
|
|
.header .nav .logo {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
height: 40px;
|
|
font-size: 0;
|
|
margin-left: -27px;
|
|
}
|
|
.header .nav .logo img {
|
|
height: 100%;
|
|
width: auto;
|
|
}
|
|
.header .menu {
|
|
display: flex;
|
|
margin-left: 100px;
|
|
}
|
|
.header .menu a {
|
|
color: #fff;
|
|
font-size: 18px;
|
|
line-height: 100px;
|
|
display: block;
|
|
}
|
|
.header .menu .search {
|
|
font-size: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 35px;
|
|
width: 18px;
|
|
cursor: pointer;
|
|
}
|
|
.header .menu .search .searchDiv {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 0;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
left: 0;
|
|
top: 100px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: auto;
|
|
}
|
|
.header .menu .search .searchDiv > div {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
.header .menu .search .searchDiv > div input {
|
|
width: 600px;
|
|
height: 50px;
|
|
border: 1px solid #d9d9d9;
|
|
padding: 0 70px 0 21px;
|
|
font-size: 15px;
|
|
color: #999;
|
|
}
|
|
.header .menu .search .searchDiv > div input::-moz-placeholder {
|
|
color: #999;
|
|
}
|
|
.header .menu .search .searchDiv > div input:-ms-input-placeholder {
|
|
color: #999;
|
|
}
|
|
.header .menu .search .searchDiv > div input::placeholder {
|
|
color: #999;
|
|
}
|
|
.header .menu .search .searchDiv > div .btn {
|
|
width: 50px;
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
right: 4px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.header .menu .search .searchDiv .close {
|
|
width: 50px;
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 0;
|
|
margin-left: 6px;
|
|
}
|
|
.header .menu .search .searchDiv .close img {
|
|
transform: rotate(0deg);
|
|
transition: transform 0.3s;
|
|
}
|
|
.header .menu .search .searchDiv .close:hover img {
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.headerMob, .headerMobList, .footerMob {
|
|
display: none;
|
|
}
|
|
|
|
.footer {
|
|
background: url(../images/footerBg.jpg) no-repeat center/cover;
|
|
padding-top: 76px;
|
|
}
|
|
.footer .w1400 .top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
min-height: 410px;
|
|
}
|
|
.footer .w1400 .top .left {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 58.5714285714%;
|
|
}
|
|
.footer .w1400 .top .left ul:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.footer .w1400 .top .left ul p {
|
|
font-size: 16px;
|
|
color: #fff;
|
|
margin-bottom: 27px;
|
|
}
|
|
.footer .w1400 .top .left ul li {
|
|
position: relative;
|
|
}
|
|
.footer .w1400 .top .left ul li a {
|
|
font-size: 15px;
|
|
line-height: 40px;
|
|
color: #fff;
|
|
opacity: 0.6;
|
|
display: flex;
|
|
align-items: center;
|
|
transition: opacity 0.3s;
|
|
}
|
|
.footer .w1400 .top .left ul li a img {
|
|
margin-right: 10px;
|
|
}
|
|
.footer .w1400 .top .left ul li .position {
|
|
position: absolute;
|
|
width: 106px;
|
|
height: 100px;
|
|
display: none;
|
|
left: -121px;
|
|
top: -30px;
|
|
}
|
|
.footer .w1400 .top .left ul li .position span {
|
|
background: url(../images/footerIco.png) no-repeat center;
|
|
display: block;
|
|
width: 6px;
|
|
height: 16px;
|
|
right: 0;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.footer .w1400 .top .left ul li .position .img {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
.footer .w1400 .top .left ul li .position .img img {
|
|
max-width: 100100%;
|
|
}
|
|
.footer .w1400 .top .left ul li:hover a {
|
|
opacity: 1;
|
|
}
|
|
.footer .w1400 .top .right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.footer .w1400 .top .right .wechat {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.footer .w1400 .top .right .wechat .list {
|
|
margin-left: 60px;
|
|
}
|
|
.footer .w1400 .top .right .wechat .list:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.footer .w1400 .top .right .wechat .list .img {
|
|
font-size: 0;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
.footer .w1400 .top .right .wechat .list p {
|
|
font-size: 16px;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.footer .w1400 .top .right ul {
|
|
display: flex;
|
|
margin-bottom: 30px;
|
|
}
|
|
.footer .w1400 .top .right ul li {
|
|
position: relative;
|
|
margin-left: 10px;
|
|
}
|
|
.footer .w1400 .top .right ul li a {
|
|
font-size: 0;
|
|
display: block;
|
|
}
|
|
.footer .w1400 .top .right ul li .position {
|
|
position: absolute;
|
|
left: -30px;
|
|
top: -121px;
|
|
width: 100px;
|
|
height: 106px;
|
|
display: none;
|
|
}
|
|
.footer .w1400 .top .right ul li .position .img {
|
|
font-size: 0;
|
|
background: #fff;
|
|
}
|
|
.footer .w1400 .top .right ul li .position span {
|
|
background: url(../images/footerIco.png) no-repeat center;
|
|
display: block;
|
|
width: 6px;
|
|
height: 16px;
|
|
transform: translateX(-50%) rotate(90deg);
|
|
position: absolute;
|
|
bottom: -5px;
|
|
font-size: 0;
|
|
left: 50%;
|
|
}
|
|
.footer .w1400 .beian {
|
|
height: 70px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.footer .w1400 .beian .left {
|
|
display: flex;
|
|
align-items: center;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
font-size: 15px;
|
|
}
|
|
.footer .w1400 .beian .left a {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
margin-left: 8px;
|
|
}
|
|
.footer .w1400 .beian .right {
|
|
display: flex;
|
|
align-items: center;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
font-size: 15px;
|
|
}
|
|
.footer .w1400 .beian .right a {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
margin-left: 4px;
|
|
}
|
|
.footer .line {
|
|
width: 100%;
|
|
height: 1px;
|
|
background: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.listBanner {
|
|
position: relative;
|
|
height: 750px;
|
|
}
|
|
.listBanner img {
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.listBanner .center {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 49.7333333333%;
|
|
text-align: center;
|
|
}
|
|
.listBanner .center .tit {
|
|
font-size: 58px;
|
|
line-height: 1.4482758621;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
.listBanner .center .tips {
|
|
font-size: 22px;
|
|
line-height: 1.5;
|
|
color: #fff;
|
|
margin-top: 22px;
|
|
}
|
|
.rightBlock{
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 50px;
|
|
z-index: 5;
|
|
}
|
|
.rightBlock ul li{
|
|
width: 80px;
|
|
height: 80px;
|
|
background-color: #cc261f;
|
|
border-radius: 5px 0px 0px 5px;
|
|
margin-bottom: 6px;
|
|
}
|
|
.rightBlock ul li:last-child{
|
|
margin-bottom: 0;
|
|
}
|
|
.rightBlock ul li a{
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
}
|
|
.rightBlock ul li a img{
|
|
margin-bottom: 10px;
|
|
}
|
|
.rightBlock ul li:last-child a img{
|
|
margin-bottom: 0;
|
|
}
|
|
.pagination {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
max-width: 1400px;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
padding: 40px 0px;
|
|
}
|
|
.pagination li {
|
|
margin-left: 10px;
|
|
}
|
|
.pagination li:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.pagination li span, .pagination li a {
|
|
width: 40px;
|
|
line-height: 40px;
|
|
background: #fff;
|
|
text-align: center;
|
|
display: block;
|
|
font-size: 13px;
|
|
color: #666;
|
|
cursor: pointer;
|
|
}
|
|
.pagination li.active span {
|
|
background: #df0b0a;
|
|
color: #fff;
|
|
}
|
|
@media (max-width: 1560px){
|
|
.rightBlock ul li {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
.rightBlock ul li a{
|
|
font-size: 0;
|
|
}
|
|
.rightBlock ul li a img{
|
|
margin-bottom: 0;
|
|
max-width: 70%;
|
|
}
|
|
}
|
|
@media (max-width: 1440px) {
|
|
.header .nav ul li {
|
|
margin-left: 50px;
|
|
}
|
|
.header .menu {
|
|
margin-left: 50px;
|
|
}
|
|
}
|
|
@media (max-width: 1280px) {
|
|
.header .nav ul li {
|
|
margin-left: 30px;
|
|
}
|
|
.header .menu {
|
|
margin-left: 30px;
|
|
}
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.listBanner .center {
|
|
top: 44%;
|
|
width: 80%;
|
|
}
|
|
}
|
|
@media (max-width: 996px) {
|
|
.header {
|
|
display: none;
|
|
}
|
|
.headerMob {
|
|
display: block;
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
background: rgba(3, 5, 8, 0.9);
|
|
height: 80px;
|
|
z-index: 5;
|
|
}
|
|
.headerMob .w1400 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 100%;
|
|
}
|
|
.headerMob .w1400 .logo {
|
|
height: 50px;
|
|
}
|
|
.headerMob .w1400 .logo img {
|
|
max-height: 100%;
|
|
height: 100%;
|
|
}
|
|
.headerMob .w1400 .right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.headerMob .w1400 .right .lang {
|
|
font-size: 30px;
|
|
color: #fff;
|
|
}
|
|
.headerMob .w1400 .right .menu {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 30px;
|
|
justify-content: space-between;
|
|
margin-left: 30px;
|
|
}
|
|
.headerMob .w1400 .right .menu span {
|
|
display: block;
|
|
width: 40px;
|
|
height: 4px;
|
|
background: #fff;
|
|
}
|
|
.headerMobList {
|
|
display: none;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100vh;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
}
|
|
.headerMobList ul {
|
|
width: 80%;
|
|
height: 100vh;
|
|
background: #fff;
|
|
position: absolute;
|
|
right: -80%;
|
|
overflow-y: auto;
|
|
}
|
|
.headerMobList ul span {
|
|
position: relative;
|
|
height: 80px;
|
|
display: block;
|
|
}
|
|
.headerMobList ul span .close {
|
|
position: absolute;
|
|
right: -50px;
|
|
z-index: 10;
|
|
width: 50px;
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
top: 15px;
|
|
}
|
|
.headerMobList ul p {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 0 30px;
|
|
margin-bottom: 40px;
|
|
}
|
|
.headerMobList ul p input {
|
|
border: 1px solid #e6e6e6;
|
|
width: calc(100% - 100px);
|
|
height: 46px;
|
|
border-top-left-radius: 10px;
|
|
border-bottom-left-radius: 10px;
|
|
border-right: 0;
|
|
padding: 0 20px;
|
|
font-size: 16px;
|
|
}
|
|
.headerMobList ul p .searchBtn {
|
|
width: 100px;
|
|
line-height: 46px;
|
|
text-align: center;
|
|
display: block;
|
|
background: #df0b0a;
|
|
border-top-right-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
.headerMobList ul li {
|
|
margin: 0 30px;
|
|
font-size: 26px;
|
|
line-height: 2.6;
|
|
border-top: 1px solid #e6e6e6;
|
|
}
|
|
.headerMobList ul li a {
|
|
color: #666;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.headerMobList ul li a em {
|
|
display: flex;
|
|
width: 50%;
|
|
height: 50px;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
padding-right: 20px;
|
|
}
|
|
.headerMobList ul li a em img {
|
|
transform: rotate(0);
|
|
transition: transform 0.3s;
|
|
}
|
|
.headerMobList ul li.on a em img {
|
|
transform: rotate(90deg);
|
|
}
|
|
.headerMobList ul li .level {
|
|
height: 0;
|
|
overflow: hidden;
|
|
}
|
|
.headerMobList ul li .level a {
|
|
padding-left: 30px;
|
|
border-top: 1px solid #e6e6e6;
|
|
color: #999;
|
|
}
|
|
.title .tips {
|
|
font-size: 5vw;
|
|
}
|
|
.title2 p {
|
|
padding-top: 40px;
|
|
font-size: 38px;
|
|
}
|
|
.footer {
|
|
display: none;
|
|
}
|
|
.footerMob {
|
|
display: block;
|
|
background: url(../images/footerBg.jpg) no-repeat center/cover;
|
|
padding: 0 5%;
|
|
padding-top: 44px;
|
|
}
|
|
.footerMob .tit {
|
|
font-size: 32px;
|
|
color: #fff;
|
|
}
|
|
.footerMob .top {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 30px;
|
|
}
|
|
.footerMob .top li {
|
|
width: 50%;
|
|
margin-top: 20px;
|
|
}
|
|
.footerMob .top li a {
|
|
font-size: 24px;
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.footerMob .top li a img {
|
|
margin-right: 12px;
|
|
}
|
|
.footerMob .wechat {
|
|
display: flex;
|
|
margin-top: 28px;
|
|
}
|
|
.footerMob .wechat .list {
|
|
margin-right: 42px;
|
|
}
|
|
.footerMob .wechat .list .img {
|
|
font-size: 0;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
.footerMob .wechat .list p {
|
|
font-size: 16px;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
line-height: 24px;
|
|
margin-top: 15px;
|
|
}
|
|
.footerMob .share {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-top: 28px;
|
|
padding-bottom: 14px;
|
|
border-bottom: 1px solid rgba(247, 247, 247, 0.1);
|
|
}
|
|
.footerMob .share li {
|
|
margin-right: 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
.footerMob .share li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.footerMob .share li a {
|
|
display: block;
|
|
font-size: 0;
|
|
}
|
|
.footerMob .beian {
|
|
padding: 23px 0 27px;
|
|
}
|
|
.footerMob .beian p {
|
|
font-size: 24px;
|
|
line-height: 2;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.footerMob .beian p a {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
margin-right: 2px;
|
|
}
|
|
.footerMob .topLink{
|
|
margin-bottom: 18px;
|
|
}
|
|
.footerMob .topLink a{
|
|
line-height: 40px;
|
|
border-bottom: 1px solid rgba(255,255,255,.7);
|
|
font-size: 20px;
|
|
color: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 10px 0;
|
|
}
|
|
.listBanner {
|
|
height: 450px;
|
|
}
|
|
.listBanner .center .tit {
|
|
font-size: 38px;
|
|
}
|
|
.listBanner .center .tips {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
@media (max-width: 750px) {
|
|
.moreBtn {
|
|
line-height: 46px;
|
|
}
|
|
.title {
|
|
padding-top: 30px;
|
|
}
|
|
.title p {
|
|
letter-spacing: 2px;
|
|
font-size: 16px;
|
|
}
|
|
.title .tips {
|
|
padding: 0 20px;
|
|
font-size: 18px;
|
|
}
|
|
.title .text {
|
|
font-size: 3.5vw;
|
|
}
|
|
.title2 p {
|
|
padding-top: 40px;
|
|
font-size: 5vw;
|
|
}
|
|
.title2 .tips {
|
|
font-size: 3.5vw;
|
|
}
|
|
.headerMob {
|
|
height: 60px;
|
|
}
|
|
.headerMob .w1400 .logo {
|
|
height: 35px;
|
|
}
|
|
.headerMob .w1400 .right .lang {
|
|
font-size: 20px;
|
|
}
|
|
.headerMob .w1400 .right .menu {
|
|
width: 30px;
|
|
height: 20px;
|
|
}
|
|
.headerMob .w1400 .right .menu span {
|
|
width: 100%;
|
|
height: 2px;
|
|
}
|
|
.headerMobList ul span {
|
|
height: 60px;
|
|
}
|
|
.headerMobList ul span .close {
|
|
top: 5px;
|
|
}
|
|
.headerMobList ul p {
|
|
margin: 0 20px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.headerMobList ul p input {
|
|
height: 38px;
|
|
font-size: 14px;
|
|
width: calc(100% - 80px);
|
|
}
|
|
.headerMobList ul p .searchBtn {
|
|
width: 80px;
|
|
line-height: 38px;
|
|
font-size: 14px;
|
|
}
|
|
.headerMobList ul li {
|
|
font-size: 16px;
|
|
margin: 0 20px;
|
|
}
|
|
.headerMobList ul li a em img {
|
|
height: 12px;
|
|
}
|
|
.headerMobList ul li .level a {
|
|
padding-left: 20px;
|
|
}
|
|
.footerMob .tit {
|
|
font-size: 20px;
|
|
}
|
|
.footerMob .top {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.footerMob .top li {
|
|
width: 50%;
|
|
}
|
|
.footerMob .top li a {
|
|
font-size: 15px;
|
|
color: #fff;
|
|
}
|
|
.footerMob .top li a img {
|
|
margin-right: 5px;
|
|
}
|
|
.footerMob .share {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.footerMob .share li {
|
|
margin-right: 8px;
|
|
}
|
|
.footerMob .beian p {
|
|
font-size: 14px;
|
|
}
|
|
.rightBlock {
|
|
display: none;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.title .tips {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.title2 p {
|
|
padding-top: 30px;
|
|
font-weight: bold;
|
|
}
|
|
.title2 .tips {
|
|
margin-top: 6px;
|
|
}
|
|
.listBanner .center .tit {
|
|
font-size: 30px;
|
|
}
|
|
.listBanner .center .tips {
|
|
font-size: 14px;
|
|
}
|
|
}/*# sourceMappingURL=currency.css.map */
|