﻿@charset "utf-8";

/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "Noto Sans SC";
    /*font-weight:100*/
}

a {
    text-decoration: none;
    color: #fff;
}

.clear {
    clear: both
}

h1,
h2,
p,
body {
    font-weight: normal;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
}

input,
textarea {
    outline: none;
}


/*导航*/

.nav-bg {
    width: 0%;
    height: 80px;
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: rgba(52, 156, 196, 0.5);
    transition: 0.5s;
    opacity: 0;
    left: 50%;
}


/*new*/

.nav-bgb {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    opacity: 1;
    left: 0px;
    transition: 5s
}

.nav-bgb1 {
    background-color: rgba(52, 156, 196, 0.8) !important;
    transition: 0.5s
}

.nav-bgbNy {
    background-color: rgba(0, 0, 0, 0.5);
}

.nav {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.nav-top {
    width: 95%;
    margin: auto;
}

.nav .logo {
    float: left;
    padding-top: 20px;
}

.nav .logo img {
    width: 250px;
}

.menu {
    display: none
}

.nav-rig {
    float: right;
}

.nav-rig li {
    float: left;
    display: block;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.nav-rig li:nth-child(4) {
    padding-left: 30px;
    padding-right: 30px;
}

.nav-rig li a {
    float: left;
    color: #fff;
    font-size: 16px;
    transition: 1s;
}

.nav-rig li a:hover {
    color: #f1eb97
}

.nav-rig li a span {
    border-bottom: 1px solid #fd9025;
    padding-bottom: 5px
}

.img-swi {
    overflow: hidden
}

.img-swi img {
    width: 100%
}

.nav-blue .nav-rig li a {
    float: left;
    color: #000;
    font-size: 14px;
}

.tb1 {
    padding-top: 29px;
    width: 20px;
}

.tb2 {
    width: 40px;
    padding-top: 27px;
    margin-left: 20px;
}


/*下拉*/

.menu_rjt {
    display: none
}

.nav-hi {
    position: absolute;
    left: 0px;
    top: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    width: 100%
}

.nav-hi1 {
    background-color: rgba(52, 156, 196, 0.8);
}

.nav-hi a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 40px;
}


/*下拉二层*/

.nav-hi-2 {
    position: relative;
}

.nav-hi-f {
    position: absolute;
    left: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.nav-hi-f a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 20px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-hiNY {
    background-color: rgba(0, 0, 0, 0.5) !important;
}


/*.nav-rig{ float:right; }
.nav-rig li{ float:left; display:block; height:80px; line-height:80px; padding-left:20px; padding-right:20px;position:relative;}
.nav-rig li a{ float:left; color:#fff; font-size:16px;transition:1s; }
.nav-rig li a span{ border-bottom:1px solid #fd9025; padding-bottom:5px}
.nav-rig li .navr_sub{width:160px;overflow:hidden;background-color:rgba(255,255,255,0.8);position:absolute;left:50%;top:100px;padding:8px 0px;margin-left:-80px;display:none;}
.nav-rig li .navr_sub p{width:100%;overflow:hidden;line-height:30px;text-align:center;margin:5px 0px;}
.nav-rig li .navr_sub p a{font-size:14px;color:#4c4c4c;float:none;}
*/

.wap-zhong3 {
    float: left
}

.dl-nav {
    position: absolute;
    width: 90px;
    top: 80px;
    left: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none
}

.dl-nav a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 40px;
}

.wap-zhong3:hover .dl-nav {
    display: block;
    opacity: 1
}

@media screen and (max-width: 1600px) {
    .nav-bgb {
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0px;
        z-index: 999;
        transition: 0.5s;
        opacity: 1;
        left: 0px;
    }
    .nav {
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0px;
        z-index: 9999;
    }
    .nav .logo {
        float: left;
        padding-top: 10px;
    }
    .nav .logo img {
        width: 230px;
    }
    .nav-rig li {
        float: left;
        display: block;
        height: 60px;
        line-height: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav-rig li a {
        float: left;
        font-size: 16px;
        transition: 1s;
    }
    .nav-rig li .navr_sub {
        top: 60px;
    }
    .nav-blue .nav-rig li a {
        float: left;
        color: #000;
        font-size: 14px;
    }
    .tb1 {
        padding-top: 20px;
        width: 20px;
    }
    .tb2 {
        width: 40px;
        padding-top: 18px;
        margin-left: 20px;
    }
    /*下拉*/
    .nav-hi {
        position: absolute;
        left: 0px;
        top: 60px;
        background-color: rgba(0, 0, 0, 0.5);
        display: none
    }
    .nav-hi1 {
        background-color: rgba(52, 156, 196, 0.8);
    }
    .nav-hi a {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 40px;
    }
    .dl-nav {
        top: 60px;
    }
}

@media screen and (max-width: 1300px) {
    body {
        width: 1300px;
        margin: auto
    }
    .nav-bgb {
        position: absolute;
        width: 1300px
    }
    .nav {
        width: 1300px;
        margin: auto;
        position: absolute
    }
}

@media screen and (max-width: 750px) {
    body {
        width: 100%;
        margin: auto
    }
    .nav-bg {
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0px;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.3);
        transition: 0.5s;
        opacity: 1;
        left: 0%;
    }
    .nav-bgb {
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0px;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.3);
        transition: 0.5s;
        opacity: 1;
        left: 0%;
    }
    .nav {
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0px;
        z-index: 9999;
    }
    .nav .logo {
        float: left;
        padding-top: 13px;
    }
    .nav .logo img {
        width: 140px;
        margin-top: 7px;
    }
    .menu {
        display: block;
        float: right;
        width: 30px;
        margin-top: 20px;
        position: relative
    }
    .menu-s {
        width: 100%;
        height: 2px;
        margin-top: 4px;
        background: #fff;
        transition: 0.5s;
        position: relative
    }
    .nav-rig {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        position: fixed;
        left: 0px;
        top: 60px;
        display: none
    }
    .nav-rig ul {
        width: 95%;
        margin: auto;
        margin-top: 20px;
    }
    .nav-rig li {
        width: 100%;
        display: block;
        height: auto;
        line-height: 30px;
        line-height: 30px;
        padding-bottom: 10px;
        margin-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #fff;
        position: relative;
    }
    .nav-rig li:nth-child(4) {
        display: none;
    }
    .menu_rjt {
        display: block;
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 11
    }
    .menu_rjt img {
        width: 25px;
    }
    .nav-rig li a {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 16px;
        transition: 1s;
        text-align: left;
        float: none
    }
    .weai {
        padding-top: 20px;
    }
    .weai a {
        padding-right: 20px;
    }
    .nav-blue .nav-rig li a {
        float: left;
        color: #000;
        font-size: 16px;
    }
    .nav-hi {
        position: relative;
        left: 0px;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        padding-left: 20px;
    }
    .nav-hi1 {
        background-color: rgba(52, 156, 196, 0.8);
    }
    .nav-hi a {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 30px;
        font-size: 14px !important;
    }
    /*下拉二层*/
    .nav-hi-2 {
        position: relative;
        clear: both;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }
    .nav-hi-f {
        position: relative;
        left: 0px;
        top: 0px;
        background: none;
        display: block !important;
        padding-left: 0px;
        padding-right: 0px;
        width: 90%;
        padding-left: 20px;
    }
    .nav-hi-f a {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 30px;
        font-size: 14px;
        float: none;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .nav-hiNY {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
    .wap-zhong {
        width: auto !important;
        display: inline !important;
        float: left !important
    }
    .tb1 {
        padding-top: 10px;
    }
    .tb2 {
        padding-top: 10px;
        display: none
    }
    .dl-nav {
        opacity: 1;
        position: relative;
        left: 20px;
        top: 0px;
        width: auto;
        background: none;
        display: block !important
    }
    .dl-nav a {
        display: inline !important;
        width: auto;
        margin-right: 20px;
    }
    /*.ani{ visibility:inherit !important}*/
}


/*第一页*/

.page-swiper-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden
}

.swip-newscr {
    position: absolute;
    right: 10%;
    top: 110px;
    z-index: 200;
}

.swip-newscr ul {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../img/sz.png) repeat-y left top;
}

.swip-newscr li {
    padding-left: 20px;
    height: 130px;
    line-height: 130px;
    color: #808080;
    background: url(../img/tt.png) no-repeat left top;
}

.swip-newscr-dh {
    width: 2px;
    height: 100px;
    position: relative;
    top: 15px;
    left: 1px;
    background: #fd9025;
    transition: 0.5s;
}

.sw-banner {
    width: 900px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 30%;
    text-align: center
}

.sw-wz1 {
    font-size: 67px;
    color: #fff;
}

.sw-wz1 span {
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.sw-wz2 {
    font-size: 28px;
    color: #fff;
    display: block;
    margin-top: 40PX;
}

.sw-wz3 {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-top: 20PX;
    line-height: 30px
}

.xf-bot1 {
    width: 100%;
    height: 89px;
    background: #041a3a;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    left: 0px;
}

.xf-bot1f {
    width: 60%;
    height: 89px;
    float: left;
    font-size: 16px;
    line-height: 89px;
    color: #fff;
    text-align: center
}

.xf-bot1r {
    width: 40%;
    height: 89px;
    float: left;
    background: #184d86
}

.xf-bot1rs {
    width: 440px;
    height: 30px;
    margin: auto;
    margin-top: 40px;
    border-bottom: 1px solid #ccc
}

.xf-bot1rs .txt {
    width: 380px;
    height: 30px;
    line-height: 30px;
    float: left;
    background: url(../img/txt-bg.png) no-repeat right center;
    border: none;
    color: #fff;
    font-size: 16px;
}

.sum {
    background: url(../img/sum.png) no-repeat;
    width: 18px;
    height: 17px;
    float: right;
    border: 0px;
    margin-top: 4px;
}

@media screen and (max-width: 1600px) {
    .xf-bot1 {
        width: 100%;
        height: 59px;
        background: #041a3a;
        position: absolute;
        bottom: 0px;
        z-index: 2;
        left: 0px;
    }
    .xf-bot1f {
        width: 60%;
        height: 59px;
        float: left;
        font-size: 16px;
        line-height: 59px;
        color: #fff;
        text-align: center
    }
    .xf-bot1r {
        width: 40%;
        height: 59px;
        float: left;
        background: #184d86
    }
    .xf-bot1rs {
        width: 440px;
        height: 30px;
        margin: auto;
        margin-top: 15px;
        border-bottom: 1px solid #ccc
    }
}

@media screen and (max-width: 750px) {
    /*.ani{ animation-duration:0s  !important;animation-name: fadeInUp1 !important; }	*/
    /*去除手机端效果*/
    /*.page-swiper-slide{ position:relative}*/
    .sw-banner {
        width: 90%;
        position: absolute;
        left: 5%;
        margin-left: 0px;
        top: 30%;
        margin-top: -60px;
        text-align: center;
        z-index: 1;
    }
    .sw-wz1 {
        font-size: 20px;
        color: #fff;
    }
    .sw-wz1 span {
        color: #fff;
        border-bottom: 1px solid;
        padding-bottom: 10px;
    }
    .sw-wz2 {
        font-size: 18px;
        color: #fff;
        display: block;
        margin-top: 20PX;
    }
    .sw-wz3 {
        font-size: 14px;
        color: #fff;
        display: block;
        margin-top: 10PX;
        line-height: 20px
    }
    .swip-newscr {
        position: absolute;
        right: 10%;
        top: 110px;
        z-index: 200;
        display: none
    }
    .page-swiper-slide .swiper-slide img {
        position: absolute;
        left: 0px;
        width: 1920px !important;
    }
    .page-swiper-slide .swiper-slide .a2 {
        content: url("http://www.neuhelium.com/Content/web/images/wap-banner/banner04.jpg");
        background-repeat: no-repeat;
        width: 100% !important;
        height: 100%;
    }
    .page-swiper-slide .swiper-slide .a3 {
        content: url("http://www.neuhelium.com/Content/web/images/wap-banner/banner2.jpg");
        background-repeat: no-repeat;
        width: 100% !important;
        height: 100%;
    }
    .xf-bot1 {
        width: 100%;
        height: auto;
        background: #041a3a;
        position: relative;
        top: 0px;
        z-index: 2;
        left: 0px;
    }
    .xf-bot1f {
        width: 95%;
        margin: auto;
        height: auto;
        float: none;
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .xf-bot1r {
        width: 100%;
        height: 59px;
        float: none;
        background: #184d86
    }
    .xf-bot1rs {
        width: 95%;
        height: 30px;
        margin: auto;
        padding-top: 10px;
        border-bottom: 1px solid #ccc;
    }
    .xf-bot1rs .txt {
        width: 80%;
        height: 30px;
        line-height: 30px;
        float: left;
        background: none;
        border: none;
        color: #fff;
        font-size: 16px;
    }
    .sum {
        background: url(../img/sum.png) no-repeat;
        width: 18px;
        height: 17px;
        float: right;
        border: 0px;
        margin-top: 4px;
    }
}


/*第二页*/

.page-mian {}

.page-mian2 {
    margin-top: 180px;
}

.page-box {
    width: 100%
}

.page-min-top {
    font-size: 40px;
    color: #999;
    /*background:url(../images/suppot.png) no-repeat center;*/
    width: 100%;
    text-align: center;
    position: relative;
    font-weight: bold
}

.page-min-top span {
    font-size: 26px;
    color: #fff;
    width: 100%;
    left: 0px;
    bottom: 5px;
    text-align: center;
    display: block;
    font-family: Arial, Helvetica, sans-serif
}

.page-min-top1 {
    font-size: 18px;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.page-mi2 {
    width: 100%;
    background: url(../images/page-bg.png) no-repeat left;
    background-size: 50% 100%;
    margin-top: 60px;
}

.page-mint {
    width: 900px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden
}

.page-mint img {
    width: 60%;
    float: left;
}

.page-mint-right {
    position: relative;
    float: left;
    width: 33%;
    padding-left: 7%
}

.page-mint-right li {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    background: url(../images/SJ.png) no-repeat left center;
    text-indent: 30px;
}

.page-mint-right li a {
    color: #fff
}

.page-mint-rightLi {
    background: none !important;
    padding-bottom: 20px;
    margin-top: 40px;
    font-size: 24px !important;
    text-indent: 0px !important;
}

.rsj {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 29px;
    top: 50%;
    margin-top: -14.5px;
}

.rsj img {
    width: 29px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    outline: none !important
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    outline: none !important
}

.second-two .swiper-button-next {
    right: 20% !important
}

@media screen and (max-width: 1600px) {
    .page-mian {
        /*position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; display: flex; align-items: center;justify-content: center;*/
    }
    .page-mian2 {
        margin-top: 110px;
    }
    .page-mint {
        width: 660px;
        margin: auto;
        padding-top: 40px;
        padding-bottom: 20px;
        overflow: hidden
    }
    .page-mi2 {
        width: 100%;
        background: url(../images/page-bg.png) no-repeat left;
        background-size: 50% 100%;
        margin-top: 20px;
    }
    .page-mint img {
        width: 55%;
        float: left;
    }
    .page-mint-right {
        position: relative;
        float: left;
        width: 40%;
        padding-left: 5%
    }
    .page-mint-right li {
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        background: url(../images/SJ.png) no-repeat left center;
        text-indent: 30px;
    }
    .page-mint-rightLi {
        margin-top: 0px;
        font-size: 22px !important;
    }
    .rsj {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 29px;
        top: 50%;
        margin-top: -14.5px;
    }
    .rsj img {
        width: 29px;
    }
}

@media screen and (max-width: 750px) {
    .page-mian2 {
        margin-top: 70px !important;
    }
    .page-mian {
        /*position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; display: flex; align-items: center;justify-content: center;*/
        width: 95%;
        margin: auto;
    }
    .page-mint {
        width: 100%;
        margin: auto;
        padding-top: 0px;
        padding-bottom: 20px;
        overflow: hidden
    }
    .page-min-top1 {
        font-size: 16px;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 25px;
        margin-top: 20px;
    }
    .page-mi2 {
        background-size: 100% 100%;
    }
    .page-mint img {
        width: 100%;
        float: none;
    }
    .page-mint-right {
        position: relative;
        float: none;
        width: 95%;
        padding-left: 5%;
        margin-top: 20px;
    }
    .page-mint-right li {
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        background: url(../images/SJ.png) no-repeat left center;
        text-indent: 30px;
        float: left;
        margin-right: 20px;
    }
    .page-mint-right .page-mint-rightLi {
        background: none !important;
        padding-bottom: 0px;
        display: block;
        width: 100%;
        font-size: 16px !important
    }
}


/*第3页*/

.page-mian3 {
    margin-top: 200px;
}

.page-mi3 {
    width: 100%;
    background: url(../images/page-bg.png) no-repeat left;
    background-size: 50% 100%;
    margin-top: 60px;
}

.page3-mint {
    width: 1140px;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    overflow: hidden;
}

.page3-mint li {
    width: 33.33333%;
    float: left;
    margin-top: 20px;
    position: relative
}

.img-b {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -50px;
    color: #3498c4;
    font-size: 26px;
    height: 85px;
    z-index: 1
}

.img-b span {
    font-size: 32px;
    display: block;
    font-weight: bold;
    padding-top: 10px
}


/*.img-b a{ font-size:18px; color:#fff; margin-top:40px; display:block}
*/

.img-bj {
    width: 95%;
    margin: auto;
    position: absolute;
}

.img-bj-wz {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    font-size: 18px;
    color: #fff
}

.page3-mint li img {
    width: 100%
}

@media screen and (max-width: 1600px) {
    .page-mian3 {
        margin-top: 100px;
    }
    .page-mi3 {
        width: 100%;
        background: url(../images/page-bg.png) no-repeat left;
        background-size: 50% 100%;
        margin-top: 20px;
    }
    .page3-mint {
        width: 1000px;
        margin: auto;
        padding-top: 0px;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .page3-mint li {
        width: 33.33333%;
        float: left;
        margin-top: 20px;
        position: relative
    }
    .img-b {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -50px;
        color: #3498c4;
        font-size: 22px;
        height: 85px;
        z-index: 1
    }
    .img-b span {
        font-size: 28px;
        display: block;
        font-weight: bold;
        padding-top: 10px
    }
}

@media screen and (max-width: 1300px) {
    .page3-mint {
        width: 600px;
        margin: auto;
        padding-top: 0px;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .img-b {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -50px;
        color: #3498c4;
        font-size: 20px;
        height: 85px;
        z-index: 1
    }
    .img-b span {
        font-size: 24px;
        display: block;
        font-weight: bold;
        padding-top: 10px
    }
}

@media screen and (max-width: 750px) {
    .page-mi3 {
        width: 100%;
        background: url(../images/page-bg.png) no-repeat left;
        background-size: 100% 100%;
        margin-top: 20px;
    }
    .page3-mint {
        width: 100%;
        margin: auto;
        padding-top: 0px;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .page3-mint li {
        width: 46%;
        margin-top: 20px;
        position: relative;
        padding-left: 2%;
        padding-right: 2%;
    }
}


/*第4页*/

.page-mian4 {
    margin-top: 250px;
}

.page4-mint {
    width: 1140px;
    margin: auto;
    overflow: hidden;
}

.page4-mint li {
    width: 33.33333%;
    float: left;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.page4-box {
    background-color: rgba(255, 255, 255, 0.1);
    width: 95%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-top: 20px;
}

.img-bj {
    width: 90%;
    margin: auto;
    position: relative;
}

.page4-mint em {
    display: block;
    overflow: hidden;
    width: 100%;
}

.page4-mint img {
    width: 100%;
    transition: 0.5s
}

.page4-mint img:hover {
    transform: scale(1.12);
}

.img-bottom {
    width: 100%;
    height: 70px;
    line-height: 70px;
    /*position:absolute; bottom:0px; left:0px; background-color:rgba(0,0,0,0.5); */
    text-align: center;
    font-size: 24px;
    color: #fff
}

@media screen and (max-width: 1600px) {
    .page-mian4 {
        margin-top: 120px;
    }
    .img-bottom {
        width: 100%;
        height: 50px;
        line-height: 50px;
        /*position:absolute; bottom:0px; left:0px;  background-color:rgba(0,0,0,0.5);*/
        text-align: center;
        font-size: 18px;
        color: #fff
    }
    .page4-mint {
        width: 1000px;
        margin: auto;
        overflow: hidden;
    }
    .page4-mint li {
        width: 33.33333%;
        float: left;
        margin-top: 20px;
        position: relative
    }
}

@media screen and (max-width: 750px) {
    .page-mian4 {
        margin-top: 90px;
    }
    .page4-mint {
        width: 100%;
        margin: auto;
        padding-top: 0px;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .page4-mint li {
        width: 50%;
        float: left;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }
}


/*第5页*/

.page-mian5 {
    margin-top: 210px;
}

.page-box5 .page-min-top {
    color: #666
}

.page-box5 .page-min-top span {
    color: #fff
}

.page-box5 .page-min-top1 {
    color: #fff
}


/*第5页字体修改*/


/*.page5-mint li em { border-radius:20px}
.page5-mint li img:hover{   transform:none }
.page5-mint .img-bottom{ width:100%; height:70px; line-height:70px; position:absolute; bottom:0px; left:0px; text-align:center;background-color:rgba(0,0,0,0.5); font-size:24px; color:#fff;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:20px;
border-bottom-left-radius:20px;
 }
*/

@media screen and (max-width: 1600px) {
    .page-mian5 {
        margin-top: 100px;
    }
    .page5-mint .img-bottom {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}


/*第6页*/

.page6 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: 1s;
    z-index: 1
}

.guanbi {
    color: #fff;
    right: 60px;
    top: 100px;
    position: absolute;
}

.page-mian6 {
    background: #3498c4;
}

.footer {
    width: 95%;
    margin: auto;
}

.footer li {
    float: left;
    width: 14.28%;
}

.footer-m {
    width: 100%
}

.footer-m span a {
    color: #fff;
    font-size: 20px;
}

.footer-m ul {
    margin-top: 40px;
}

.footer-m li {
    width: 100%
}

.footer-m li a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 40px;
}

.ewm {
    text-align: right;
    max-width: 132px;
}

.ewm img {
    width: 100%;
    float: right
}

.footer-back {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden
}

.footer-back ul {
    width: 910px;
    margin: auto
}

.footer-back li {
    float: left;
    color: #fff;
    margin-right: 40px;
    font-size: 16px;
}

.footer-back1 li {
    float: left;
    color: #c2c2c2;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
}

.footer-back1 li a {
    color: #c2c2c2
}

.footer-top {
    font-size: 22px;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-top-a {
    font-size: 20px;
    color: #fff;
}

.footer-top-a a {
    font-size: 16px;
    color: #fff;
    display: block;
    float: left;
    margin-top: 10px;
    padding-right: 20px;
}

.s-xguide-down {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 50% !important;
    margin-left: -25px;
    bottom: 150px;
    z-index: 99;
    background: url("../images/xiangxia.png") no-repeat center;
    border-radius: 50%;
    opacity: .7;
    /*cursor:pointer*/
}

@keyframes xguide_down {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}

.s-xguide-down.trans {
    animation: xguide_down 1.5s infinite ease-in-out
}

.s-xguide-down .arrow-1 {
    animation-delay: -2.0s;
}

@media screen and (max-width: 1600px) {
    .s-xguide-down {
        bottom: 70px;
    }
}

@media screen and (max-width: 750px) {
    .page-mian5 {
        margin-top: 80px;
    }
    .page-mian6 {
        background: #3498c4;
        margin-top: 20px;
        display: none
    }
    .footer {
        width: 95%;
        margin: auto;
        overflow: hidden
    }
    .footer li {
        float: none;
        width: 100%;
    }
    .footer-m {
        width: 100%;
        overflow: hidden;
        margin-top: 10px;
    }
    .footer-m span a {
        color: #fff;
        font-size: 16px;
    }
    .footer-m ul {
        margin-top: 0px;
    }
    .footer-m li {
        width: auto;
        float: left;
        padding-right: 10px;
    }
    .footer-m span {
        display: block;
        width: 100%
    }
    .footer-m li a {
        color: #fff;
        font-size: 14px;
        display: block;
        line-height: 30px;
    }
    .ewm {
        text-align: right;
        max-width: 132px;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: hidden
    }
    .ewm img {
        width: 100%;
        float: right
    }
    .footer-back {
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 1;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 25px;
    }
    .footer-back ul {
        width: 100%;
        margin: auto;
        text-align: center
    }
    .footer-back li {
        float: none;
        color: #fff;
        margin-right: 0px;
        font-size: 14px;
    }
    .footer-back1 li {
        color: #c2c2c2
    }
    .s-xguide-down {
        display: none
    }
}