﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.clear {
    clear: both;
}

img {
    border: 0;
    font-size: .24rem;
}

body {
    width: 7.5rem;
    margin: 0 auto;
    background-color: #f7f8fa;
}

.head-box {
    width: auto;
    height: 1rem;
    background-color: white;
    box-shadow: 0px 2px 6px 0px rgba(6, 0, 1, 0.1);
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0 0px;
}

.head-logo {
    width: 5rem;
    height: 1rem;
    /* float: right; */
    margin-left: 53px;
    position: relative;
    /* line-height: 50px; */
    top: -33px;
}

.head-logo img {
    width: 100%;
    display: block;
}

.head-logo a {
    font-size: 18px;
    display: block;
    line-height: 50px;
    text-align: center;
    color: black;
}

.head-nva {
    float: right;
    width: .45rem;
    margin-top: .34rem;
    margin-right: .3rem;
    cursor: pointer;
}

.head-nva li {
    width: .45rem;
    height: .04rem;
    background-color: #233a6e;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

.head-nva li:nth-child(2) {
    margin: .1rem 0;
}

.nva-active li:nth-child(2) {
    opacity: 0;
}

.nva-active li {
    margin-left: .15rem;
}

.nva-active li:nth-child(1) {
    transform: rotate(45deg) translateY(0.2rem);
    -webkit-transform: rotate(45deg) translateY(0.2rem);
    -moz-transform: rotate(45deg) translateY(0.2rem);
    -ms-transform: rotate(45deg) translateY(0.2rem);
}

.nva-active li:nth-child(3) {
    transform: rotate(-45deg) translateY(-.2rem);
    -webkit-transform: rotate(-45deg) translateY(-.2rem);
    -moz-transform: rotate(-45deg) translateY(-.2rem);
    -ms-transform: rotate(-45deg) translateY(-.2rem);
}

.nva-active li,
.head-nva:focus li,
.head-nva:hover li {
    background-color: #1f497d;
}

.nva-box {
    position: absolute;
    left: 0;
    top: 50px;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.nva-box span {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    cursor: pointer;
}

.nva-lsit {
    background-color: white;
    height: 100%;
    width: 4rem;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transform: translateX(-4rem);
    -webkit-transform: translateX(-4rem);
    -moz-transform: translateX(-4rem);
    -ms-transform: translateX(-4rem);
    border-top: 1px solid #eee;
}

.nva-lsit li a {
    font-size: 15px;
    color: #333;
    display: block;
    line-height: 1rem;
    text-align: center;
    border-bottom: 1px solid #eee;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}

.nva-lsit li:hover a {
    /* background-color: #1f497d;
    color: #fff;
    border-color: #1f497d; */
}

.nva-box-active .nva-lsit {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}

.nva-box-active span {
    display: block;
}

.nav a {
    padding-left: ;
    padding: 0 50px;
}

.nva-active a {
    color: rgb(35, 58, 110)!important;
}

.nav .nav-img {
    background-image: url(/template/mobile/skin/img/sz.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-top: 18px;
}

.nva-active .nav-img {
    background-image: url(/template/mobile/skin/img/sz_active.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-top: 18px;
}

#container1 {
    width: 7.5rem;
    height: 3.8rem;
    margin-top: 1rem;
}

#container2 {
    width: 100%;
    margin-top: .3rem;
}

#container1 .swiper-slide img {
    display: block;
    width: 7.5rem;
    height: 3.8rem;
}

#container2 .swiper-slide img {
    display: block;
    width: 3.15rem;
    height: 3.15rem;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-bg {
    margin-top: .4rem;
    padding: .2rem 0;
}

.product-bg .product-list {
    border-bottom: 1px solid #ccc;
    margin-top: .1rem;
}

.product-title {
    width: 2.33rem;
    height: 2.94rem;
    background-color: #1f497d;
    padding: .35rem .2rem;
    position: relative;
    float: left;
}

.product-title h2 {
    font-size: .3rem;
    color: #fff;
}

.product-title h3 {
    font-size: .2rem;
    color: #ebebeb;
    font-family: "arial, helvetica, sans-serif";
    margin-top: .12rem;
}

.product-title p {
    font-size: .26rem;
    color: #fff;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: .58rem;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}

.product-title:hover p {
    background-color: #fff;
    color: #1f497d;
}

.product-title span {
    width: 1px;
    height: .66rem;
    background-color: #1f497d;
    display: block;
    margin: .4rem 0;
}

.product-title a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.product-1 {
    float: right;
    position: relative;
}

.product-1 img {
    width: 3.87rem;
    height: 3.64rem;
    display: block;
}

.product-1 p,
.product-2 p {
    font-size: .26rem;
    color: #333;
    background: rgba(250, 250, 250, .83);
    position: absolute;
    width: 90%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    line-height: .7rem;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}

.product-1 a,
.product-2 a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-2 {
    width: 6.9rem;
    height: 2.91rem;
    position: relative;
    margin-top: .3rem;
    overflow: hidden;
}

.product-2 img {
    width: 6.9rem;
    display: block;
}

.product-1:hover p,
.product-2:hover p {
    color: #1f497d;
}

.about-box {
    padding: .3rem;
    background-color: #f7f7f7;
    margin-top: .4rem;
    position: relative;
}

.about-title {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 7rem;
    padding-left: .2rem;
    padding-bottom: .1rem;
}

.about-title h2 {
    color: #333;
    font-size: .3rem;
}

.about-title h3 {
    font-size: .2rem;
    color: #ccc;
    font-family: "arial, helvetica, sans-serif";
    margin-top: .12rem;
}

.about {
    margin-top: .8rem;
}

.about h2 {
    font-size: .26rem;
    color: #333;
    margin-left: .2rem;
    padding-bottom: .18rem;
    position: relative;
}

.about h2::after {
    content: "";
    position: absolute;
    width: .5rem;
    height: 1px;
    background-color: #1f497d;
    bottom: 0;
    left: 0;
}

.about p {
    font-size: .24rem;
    color: #666;
    line-height: .36rem;
    margin-left: .2rem;
    margin-top: .18rem;
}

.about a {
    font-size: .26rem;
    color: #999;
    display: block;
    margin-left: .2rem;
    border: 1px solid #999;
    width: 2.31rem;
    height: .58rem;
    text-align: center;
    line-height: .58rem;
    margin-top: .3rem;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}

.about a:hover {
    background-color: #1f497d;
    border-color: #1f497d;
    color: #fff;
}

.case-box {
    margin-top: .4rem;
}

.title h2 {
    color: #333;
    font-size: .3rem;
}

.title h3 {
    font-size: .2rem;
    color: #ccc;
    font-family: "arial, helvetica, sans-serif";
    margin-top: .12rem;
}

.title {
    text-align: center;
}

.case-list p,
.case p {
    font-size: .24rem;
    color: #333;
    background-color: #f5f5f5;
    text-align: center;
    line-height: .7rem;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}

.case-list:hover p,
.case li:hover p {
    color: #1f497d;
}

.news-box {
    margin-top: .4rem;
    padding-bottom: .4rem;
}

.news-box .title {
    padding-top: .2rem;
}

.news-box .title h2,
.product-bg .title h2 {
    color: #1f497d;
}

.news-box .title h3,
.product-bg .title h3 {
    color: #db2727;
}

.news-left b {
    font-size: .28rem;
    color: #ccc;
    font-weight: normal;
    display: block;
}

.news-left span {
    display: block;
    color: #666;
    font-size: .22rem;
    margin-top: .2rem;
}

.news-right h2 {
    color: #333;
    font-size: .26rem;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}

.news-right p {
    color: #666;
    font-size: .24rem;
    line-height: .36rem;
    margin-top: .15rem;
}

.news-list li {
    padding: 0 .3rem;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}

.news-list li a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.news-left {
    padding: .2rem 0;
    text-align: right;
    padding-right: .23rem;
    position: relative;
}

.news-left::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
    top: 0;
    right: 0;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}

.news-left::after {
    content: "";
    position: absolute;
    width: .02rem;
    height: .25rem;
    background-color: #333;
    right: 0;
    top: .2rem;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}

.news-right {
    width: 5.46rem;
    padding: .2rem 0;
    margin-left: .25rem;
}

.news-list li:hover {
    background-color: #f7f7f7;
    box-shadow: 0px 2px 6px 0px rgba(6, 0, 1, 0.1);
}

.news-list li:hover .news-right h2 {
    color: #1f497d;
}

.news-list li:hover .news-left::before {
    background-color: #1f497d;
}

.news-list li:hover .news-left::after {
    background-color: #990000;
}

.news-list {
    margin-top: .25rem;
}

.dib {
    width: 7.5rem;
    background-color: #f5f5f5;
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 100;
    border-top: 1px solid #ccc;
}

.dib li {
    width: 25%;
    float: left;
}

.dib li p {
    font-size: 0.26rem;
    color: #666;
    text-align: center;
    margin-top: .05rem;
}

.dib li img {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto;
    display: block;
}

.dib li a {
    padding: 0.13rem 0;
    display: block;
}

.swiper-pagination {
    display: block;
    overflow: hidden;
}

.fh {
    width: 2.9rem;
    float: left;
    height: 100%;
    cursor: pointer;
    /* display: none; */
}

.fh img {
    width: 100%;
    /* height: 27px; */
    display: block;
    /* line-height: 50px; */
    margin-top: 5px;
}

.head-title h2 {
    font-size: .28rem;
    color: #333;
    display: none;
}

.head-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-item-align: center;
    height: 100%;
}

.ny-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: .0rem;
    display: flex;
    padding: 0 5px;
    background: white;
}

.ny-title li {
    flex: 1;
    max-width: 73px;
    height: 42px;
    text-align: center;
}

.ny-title li:nth-child(1) {
    display: block;
}

.ny-title li {
    display: none;
    font-size: .26rem;
    color: #444;
    display: block;
    line-height: 42px;
}

.ny-title li.isTitle {
    border-bottom: 2px solid #233a6e;
    color: rgb(68, 68, 68);
    font-size: 0.26rem;
    line-height: 42px;
}

.ny-title li:hover a,
.ny-title .ny-title-active a {
    color: #1f497d;
    /* background-color: #1f497d; */
    /* border-color: #1f497d; */
    border-bottom: 2px solid #1f497d;
}

.wb-box {
    /* padding: .3rem .3rem .1rem .3rem; */
    margin-top: .1rem;
    overflow: hidden;
    background: #f5f5f5;
}

.wb-about {
    font-size: .26rem;
    line-height: .46rem;
    border-radius: 12px;
    padding: .3rem .2rem .1rem .2rem;
}

.wb-about .content {
    padding: 10px 15px;
    background: white;
    border-radius: 0px 0px 10px 10px;
}

.wb-about p {
    padding: 0 0px;
    margin: 0;
}

.wb-about img,
.contact img {
    max-width: 6.9rem;
    margin: .1rem auto;
    display: block;
}

.product-list {
    margin-top: .3rem;
    padding-bottom: .4rem;
}

.product-list li {
    width: 50%;
    float: left;
}

.product-list li a {
    display: block;
    margin: .25rem;
    position: relative;
}

.product-list li img {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
}

.product-list li p {
    font-size: .24rem;
    color: #333;
    position: absolute;
    width: 90%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    line-height: .5rem;
    text-align: center;
    background: rgba(250, 250, 250, .83);
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}

.product-list li:hover p {
    color: #1f497d;
}

.page-box {
    position: relative;
    height: 44px;
    margin-top: 30px;
}

.page-box ul {
    margin: 0 auto;
    display: table;
    font-size: 15px;
}

.page-box ul li {
    float: left;
    margin: 5px;
    /* border: 1px solid #ccc; */
    height: 34px;
    line-height: 24px;
    width: auto;
}

.page-box ul li.cur {
    border-color: #1f497d;
    background-color: #1f497d;
    color: #FFF;
}

.page-box ul li span {
    margin: 5px;
    padding: 12px 12px;
    height: 34px;
    line-height: 24px;
}

.page-box ul li span {
    line-height: 38px;
    text-align: center;
    font-size: 15px;
}

.page-box ul li a {
    font-size: 15px;
    color: #666;
    padding: 6px 12px;
    display: block;
    margin: 0;
}

.wb-xq h1 {
    padding: 0 15px;
    font-size: 20px;
    color: #333;
    text-align: left;
    font-weight: 600;
}

.wb-xq ul li {
    font-size: .2rem;
    color: #bbb;
    margin: .05rem;
}

.wb-xq ul {
    display: flex;
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* justify-content: center; */
    -ms-flex-pack: center;
    border-bottom: 1px dashed #CCCCCC;
    padding-top: .2rem;
    padding-bottom: .1rem;
    padding: 10px 15px;
}


}
.wb-xq {
    padding-bottom: .3rem;
}
.box-list {
    padding-bottom: .4rem;
    background: white;
}
.news {
    border-bottom: 1px dashed #ccc;
    padding-bottom: .3rem;
}
.case li {
    width: 50%;
    float: left;
}
.case li img {
    width: 3.15rem;
    height: 3.15rem;
    display: block;
}
.case li a {
    display: block;
    margin: .3rem;
}
.contact {
    font-size: .26rem;
    line-height: .46rem;
}
.message h2 {
    font-size: .28rem;
    color: #1f497d;
    text-align: center;
}
.message {
    width: 5.5rem;
    margin: .3rem auto;
}
.message input {
    font-size: .24rem;
    color: #333333;
    width: 100%;
    padding: .1rem;
    margin-top: .2rem;
    outline: none;
    display: block;
    border: 1px solid #ccc;
}
.message textarea {
    font-size: .24rem;
    color: #333333;
    width: 100%;
    padding: .1rem;
    margin-top: .2rem;
    outline: none;
    height: 1.4rem;
    border: 1px solid #ccc;
}
.message input[type=submit] {
    border-color: #eee;
    background-color: #eee;
    color: #666;
    margin-left: .11rem;
    cursor: pointer;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
}
.message input[type=text]:focus,
.message textarea:focus {
    border-color: #1f497d;
}
.message input[type=submit]:hover {
    color: #fff;
    background-color: #1f497d;
    border-color: #1f497d;
}
.message-box {
    margin-top: .3rem;
}
.wpage {
    width: auto;
    padding: 0 15px;
    margin-top: 0.2rem;
    border-top: #E5E5E5 dotted 1px;
}
.wpage div {
    width: 100%;
    float: left;
    line-height: 0.4rem;
}
.wpage div a {
    font-size: 0.2rem;
    float: left;
    text-align: center;
    color: #525151;
}
.wpage div:last-child {
    font-size: 0.2rem;
    float: none;
    text-align: left;
    color: #525151
}