body { color: #333; font-family: "Microsoft Yahei", sans-serif; background: #fff; overflow-x: hidden; } html { font-size: 100px; } .swiper-button-next, .swiper-button-prev { outline: none; } * { margin: 0; padding: 0; box-sizing: border-box; } dl { margin: 0; } dt { font-weight: normal; } ul, li { list-style-type: none; margin: 0; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } a { color: #333; text-decoration: none; outline: none; transition: all 0.3s; } a:hover { color: #2951a6; } a:focus { text-decoration: none; color: inherit; } img { border: 0; vertical-align: middle; transition: all 0.6s; max-width: 100%; object-fit: cover; } table { border-collapse: collapse; } input, textarea, select, button { border: 0; outline: none; } button { cursor: pointer; } .wrap { width: 100%; overflow: hidden; } .container { width: 12rem; margin: 0 auto; } /*公共样式勿删除*/ .clearfix:after { content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .clearfix { zoom: 1; } .flex { display: flex; align-items: center; } .flex_item { flex: 1; } video { vertical-align: middle; background: #000; width: 100%; } .pic img { width: 100%; transform: perspective(1px); } .pic { overflow: hidden; position: relative; } .pic:hover img { transform: scale(1.1); } .hidden { display: none; } /**/ .header { width: 100%; transition: all 0.5s; position: relative; z-index: 99; font-size: 0.14rem; } .header .logo { width: 3.43rem; } .header .share { display: flex; } .header .share img { margin-right: 0.1rem; width: 0.33rem; } .header .search { display: flex; align-items: center; background: #f8f9fc; border: 1px solid #eee; width: 3.25rem; margin-right: 0.2rem; padding: 0 0.15rem; } .header .search input { width: 100%; background: none; height: 0.32rem; } .header .search i { display: block; cursor: pointer; width: 0.18rem; height: 0.18rem; background: url(../images/search.png) center no-repeat; background-size: 100% 100%; } .header .user { background: url(../images/user.png) left center no-repeat; background-size: 0.22rem auto; line-height: 0.24rem; padding-left: 0.3rem; margin-right: 0.2rem; color: #666666; } .header .en { background: url(../images/en.png) left center no-repeat; background-size: 0.23rem auto; line-height: 0.24rem; padding-left: 0.3rem; position: relative; } .header .en:hover ul { display: block; } .header .en ul { position: absolute; left: 0; z-index: 99; display: none; line-height: 0.3rem; width: 100%; padding: 0.05rem 0; top: 100%; text-align: center; background: #fff; } .header .en span { display: flex; align-items: center; } .header .en span::after { content: ""; width: 0; display: inline-block; margin-left: 0.07rem; height: 0; border-right: 5px solid transparent; border-left: 5px solid transparent; border-top: 5px solid #666666; } .header .top { padding: 0.12rem 0; } .header .nav { background: #12479b; font-size: 0.16rem; } .header .nav ul { display: flex; align-items: center; } .header .nav ul > li { z-index: 10; flex: 1; } .header .nav ul > li > a { text-align: center; display: block; line-height: 0.42rem; position: relative; color: #fff; } .header .nav ul > li:hover > a { background: #00a1ec; } .header .side { display: flex; align-items: center; } .header .side .tel { background: url(../images/tel.png) center no-repeat; height: 0.24rem; background-size: 100% 100%; margin-right: 0.4rem; width: 0.24rem; } .header .dropdown { position: absolute; top: 100%; left: 0; display: none; padding: 0.3rem 0; width: 100%; z-index: 99; background: rgba(255, 255, 255, 0.9); } .header .nav ul > li:hover .dropdown { display: block; } .header .dropdown .flex { flex-wrap: wrap; align-items: stretch; margin: -0.13rem; } .header .dropdown .flex > div { width: 25%; padding: 0.13rem; } .header .dropdown h4 { display: flex; align-items: center; font-size: 0.2rem; border-bottom: 1px solid #999; padding-bottom: 0.15rem; margin-bottom: 0.1rem; } .header .dropdown h4 img { height: 0.33rem; margin-right: 0.05rem; } .header .dropdown .flex ol { line-height: 0.32rem; font-size: 0.16rem; } .header .dropdown .flex ol a { color: #666; display: block; } .header .dropdown .flex ol li > a { position: relative; } .header .dropdown .flex ol li.on .down { display: block; } .header .dropdown .flex ol li.on > a:after { border-width: 0 1px 1px 0; } .header .dropdown .flex ol li > a::after { content: " "; display: inline-block; height: 6px; width: 6px; border-width: 1px 1px 0 0; border-color: #999; border-style: solid; -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); position: absolute; top: 50%; margin-top: -3px; right: 2px; } .header .dropdown .flex ol li a:hover { color: #12479b; } .header .dropdown .flex ol .down { font-size: 0.14rem; padding-left: 0.2rem; display: none; line-height: 0.24rem; } /**/ .footer { font-size: 0.14rem; } .footer .bd { padding: 0.3rem 0; background: #12479b; line-height: 0.22rem; color: #fff; } .footer .bd .flex { justify-content: space-between; align-items: stretch; } .footer .bd ul, .footer .bd a { color: #cbdfff; } .footer .bd a:hover { color: #fff; text-decoration: underline; } .footer .bd li { display: flex; margin-top: 0.2rem; align-items: flex-start; } .footer .bd li img { margin-right: 0.05rem; width: 0.2rem; margin-top: 0.03rem; } .footer .bd h3, .footer .bd h4 { font-size: 0.16rem; } .footer .bd h4 { color: #cbdfff; margin-top: 0.2rem; } .footer .logo { width: 2.51rem; } .footer .ft { text-align: center; color: #666; padding: 0.33rem 0; } /**/ .banner_info { position: relative; } .banner_info img { height: 2.5rem; } .banner_info .bd { position: absolute; width: 100%; color: #fff; font-size: 0.32rem; left: 0; top: 50%; transform: translate(0, -50%); } .banner_info .bd p { font-size: 0.56rem; color: #00aa65; font-weight: bold; margin-top: 0.15rem; } /**/ /**/ .bread { font-size: 0.14rem; color: #666666; } .bread ul { display: flex; height: 0.6rem; justify-content: flex-end; align-items: center; } .bread ul li a, .bread ul li { display: flex; align-items: center; } .bread ul li + li::before { content: " "; display: inline-block; height: 6px; width: 6px; border-width: 1px 1px 0 0; margin: 0 0.1rem; border-color: #333; border-style: solid; -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); } /**/ .mask { position: fixed; z-index: 101; background: rgba(0, 0, 0, 0.6); left: 0; top: 0; width: 100%; display: none; font-size: 0.14rem; height: 100%; } .mask .dialog { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 5.07rem; background: #fff; max-width: 95%; padding: 0.3rem; display: none; overflow: hidden; } .mask .dialog .tabbox li { display: flex; align-items: center; margin-top: 0.2rem; } .mask .dialog .side { width: 0.7rem; text-align: right; color: #666; font-size: 0.16rem; margin-right: 0.15rem; } .mask .dialog li .input { width: 100%; background: #f7f7f7; border: 1px solid #ddd; border-radius: 0.05rem; padding: 0 0.15rem; height: 0.44rem; } .mask .dialog li .flex { justify-content: space-between; } .mask .dialog li .code { margin-left: 0.15rem; width: 0.84rem; } .mask .dialog .tabbox { padding: 0.25rem 0.25rem 0.25rem 0; } .mask .dialog .btn { width: 100%; background: #12479b; color: #fff; height: 0.44rem; margin-top: 0.3rem; font-size: 0.16rem; border-radius: 0.05rem; } .mask .dialog .flex > a { text-decoration: underline; color: #666; } .mask .dialog .flex label a { color: #22a4ff; } .mask .dialog .tabtitle { display: flex; font-size: 0.24rem; border-bottom: 1px solid #eee; } .mask .dialog .tabtitle li { cursor: pointer; position: relative; padding: 0 0.2rem 0.15rem; } .mask .dialog .tabtitle li.on { color: #12479b; } .mask .dialog .tabtitle li.on::after { content: ""; border-bottom: 3px solid #12479b; position: absolute; left: 0; width: 100%; bottom: -1px; } .mask .dialog .close { cursor: pointer; width: 0.2rem; height: 0.2rem; background: url(../images/close.png) center no-repeat; background-size: 100% 100%; position: absolute; top: 0.3rem; right: 0.3rem; } .mask .password { width: 7rem; } .mask .password li .side { width: 1.7rem; } .mask .password .tabbox { padding-right: 1rem; } .mask .password .btn { margin: 0; } /**/ /**/ .pages { display: flex; justify-content: center; font-size: 0.16rem; font-family: Inter; } .pages a { width: 0.38rem; height: 0.38rem; border: 1px solid #ddd; border-radius: 0.05rem; margin: 0 0.05rem; color: #666; background: #fff; display: flex; align-items: center; justify-content: center; } .pages .prev { display: inline-block; height: 6px; width: 6px; margin-left: 0.03rem; border-width: 0 0 1px 1px; border-color: #999; border-style: solid; -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); } .pages .next { display: inline-block; height: 6px; width: 6px; margin-right: 0.03rem; border-width: 1px 1px 0 0; border-color: #999; border-style: solid; -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); } .pages a.on, .pages a:hover { color: #fff; background: #12479b; border-color: #12479b; } .pages a:hover i { border-color: #fff; } /**/ .rightside { font-size: 0.16rem; position: fixed; z-index: 99; right: 0; top: 50%; transform: translate(0, -50%); width: 0.73rem; } .rightside li { position: relative; } .rightside a { display: block; height: 0.73rem; background: #333333; } .rightside a img { width: 100%; } .rightside li + li { border-top: 1px solid #fff; } .rightside li:hover a { background: #12479b; } .rightside li .code { width: 1.28rem; position: absolute; right: 100%; display: none; top: 50%; transform: translate(0, -50%); } .rightside li p { background: #12479b; white-space: nowrap; line-height: 0.73rem; font-weight: bold; position: absolute; right: 100%; display: none; font-size: 0.22rem; top: 0; padding: 0 0.2rem; color: #fff; } .rightside li:hover p { display: block; } .rightside li:hover .code { display: block; } /**/ .title_common { text-align: center; } .title_common h2 { font-weight: bold; padding-bottom: 0.1rem; font-size: 0.36rem; } /**/ .ws-wap-menu { position: fixed; box-sizing: border-box; top: 0; right: 0; bottom: 0; left: 0; font-size: 0.14rem; background: #fff; z-index: -1; overflow-y: auto; padding-top: 55px; opacity: 0; } .ws-wap-menu .headerAct { -webkit-transform: translateY(0); transform: translateY(0); } .ws-wap-menu.on { z-index: 105; opacity: 1; } .ws-wap-menu ul { width: 100%; border-top: 1px solid #eee; } .ws-wap-menu ul > li { position: relative; border-bottom: 1px solid #eee; } .ws-wap-menu ul > li > a { display: block; line-height: 52px; font-size: 16px; position: relative; width: 50%; padding-left: 20px; } .ws-wap-menu ul li i { display: inline-block; height: 12px; width: 12px; z-index: 6; border-width: 1px 1px 0 0; border-color: #999; border-style: solid; -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); position: absolute; top: 0.2rem; right: 0.2rem; } .ws-wap-menu ul li.on > i, .ws-wap-menu ul .box.on h4 i, .ws-wap-menu ul ol li.on i { border-width: 0 1px 1px 0; } .ws-wap-menu ul > li.on .dropdown { display: block; } .ws-wap-menu ul h4 { display: flex; padding: 0.1rem 0; position: relative; border-top: 1px solid #eee; align-items: center; } .ws-wap-menu ul h4 img { margin-right: 0.1rem; width: 0.33rem; } .ws-wap-menu .dropdown { padding: 0 0.15rem; display: none; } .ws-wap-menu .dropdown li { padding: 0.1rem 0; position: relative; border-top: 1px solid #eee; } .ws-wap-menu ul .box.on > ol { display: block; } .ws-wap-menu ul ol i { top: 0.15rem; } .ws-wap-menu ul ol li.on .down { display: block; } .ws-wap-menu ol { display: none; } .ws-wap-menu .down { line-height: 0.3rem; display: none; padding-left: 0.15rem; margin-top: 0.05rem; } .ws-wap-menu .share { display: flex; align-items: center; justify-content: center; padding: 0.2rem 0; } .ws-wap-menu .share a { position: relative; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: 0 0.1rem; width: 0.45rem; font-size: 0.12rem; height: 0.45rem; color: #12479b; border: 1px solid #12479b; } .ws-wap-menu .en { text-align: center; background: #f5f5f5; padding: 0.1rem 0; } .ws-wap-menu .en a { padding: 0 0.15rem; } .ws-wap-menu .search { display: flex; align-items: center; border: 1px solid #ddd; border-radius: 0.05rem; padding: 0 0.15rem; margin: 0.2rem; } .ws-wap-menu .search input { width: 100%; height: 0.45rem; }