﻿
*{
    box-sizing: border-box;
    -moz-box-sizing:border-box;
}

/* 布局 */
html,body{
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    /*overflow-x: hidden;*/
    background-color: #F4F6F7;
}
/** ===首页=== **/
/* ==header Start== */
.header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: relative;
    z-index: 100;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header .h-center {
    width: 1190px;
    height: 100%;
    margin-top: 0 auto;
    position: relative;
    margin: 0 auto;
    /*display: flex;
    align-items: center;
    position: relative;*/
}
.header .logo {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #666666;
    position: relative;
    top: 25px;
    display: inline-block;
    /*display: flex;*/
    /*align-items: center;*/

    text-decoration: none;
}
.header .logo img {
    width: 140px;
    height: 28px;
}
.header .header-name {
    /* width: 160px; */
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #999999;
    /* position: absolute;
    top: 12px;
    left: 325px; */
    display: inline-block;
    position: relative;
    top: 18px;
    margin-left: 7px;
}
.header .header-name:before {
    content: '·';
    font-size: 30px;
    color: #aaa;
    position: relative;
    top: 5px;
    left: -7px;

}
.header .ip6v6{
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 2px 8px;
    color: #999;
    position: relative;
    top: 16px;
    margin-left: 3px;
}
.header-nav {
    position: absolute;
    top: 25px;
    right: -1%;
}
.header-nav a {
    margin: 12px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-decoration: none;
}
.header-nav a.active {
    color: #3399FF;
}
.header-nav a img {
    font-size: 14px;
    position: relative;
    right: 6px;
    display: none;
}
.header-nav a.active img {
    display: inline-block;
}
.header-yiFuBao {
    background: #3399FF;
    border-radius: 3px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 6px 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 20px;
    text-decoration: none;
}
.header-yiFuBao:hover {
    text-decoration: none;
}

/* ==header End== */

/* ==slider Start== */
.homePage-slider {
    width: 100%;
    height: 450px;
}
.homePage-slider .sliderCon {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.zSliderAuto3D > .contain .show {
    margin: 0 auto;
}
.zSliderAuto3D > .contain .show .href {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
}
.zSliderAuto3D > .contain .show .img-bg{
    position: absolute;
    margin-left: -960px;
    left: 50%;
}
.zSliderAuto3D > .nav {
    margin: 0 auto;
    z-index: 100;
    position: relative;
    bottom: 65px;
    text-align: center;
    left: 0;
}
.zSliderAuto3D > .nav > a {
    background: #999;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin: 10px;
}
.zSliderAuto3D > .nav > a.active {
    background: #eee;
}
/* login */
.login {
    position: absolute;
    left: 0;
    right: -800px;
    margin: auto;
    top: 110px;
    width: 380px;
    height: 370px;
    background-color: rgba(0,0,0,0.5);
    padding: 20px 30px;
    font-size: 20px;
    color: #fff;
    z-index: 97;
}
.login-ed {
    position: absolute;
    left: 0;
    right: -800px;
    margin: auto;
    top: 145px;
    width: 380px;
    height: 370px;
    background-color: rgba(0,0,0,0.5);
    padding: 20px 30px;
    font-size: 20px;
    color: #fff;
    z-index: 93;
}
.login.hide,
.login-ed.hide {
    display: none;
    z-index: 110;
}
.zSliderAuto3D .login-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    position: relative;
}
.zSliderAuto3D .login-register {
    text-decoration: none;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #33BFFF;
    position: absolute;
    right: 0;
    top: 3px;
}
.zSliderAuto3D .login-item {
    width: 320px;
    height: 40px;
    position: relative;
    margin-top: 18px;
    background-color: #fff;
}
.zSliderAuto3D .login-item2 {
    margin-top: 40px;
}
.zSliderAuto3D .login-item .img-box {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.zSliderAuto3D .login-item2 span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #eee;
}

.zSliderAuto3D .login-item img {
    position: absolute;
    left: 14px;
    top: 14px;
}
.zSliderAuto3D .login-item input {
    border: 1px solid #ddd;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333;
    width: 320px;
    height: 40px;
    text-indent: 40px;
    outline: none;
    box-shadow: none;
}
.zSliderAuto3D .login-item input::placeholder {
    color: #999;
}
.zSliderAuto3D .forget-password {
    position: absolute;
    right: 30px;
    top: 172px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.login-btn {
    width: 320px;
    height: 40px;
    background-color: #3399FF;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
    border: none;
    box-shadow: none;
    margin-top: 20px;
    cursor: pointer;
}
.login-ed h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #FFFFFF;
    margin: 40px 0 30px;
    text-align: center;
}
.login-ed p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}
.login-ed-btn {
    width: 320px;
    height: 40px;
    background: #3399FF;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
    box-shadow: none;
    border: none;
    margin-top: 50px;
    cursor:pointer;
}



/* info-box */
.info-box {
    position: relative;
    width: 1116px;
    top: -30px;
    margin: 0 auto;
    color: #fff;
    z-index: 1000;
    text-align: left;
}
.info-box img.notice {
    position: relative;
    top: 2px;
    right: 2px;
}
.info-box .name {
    margin-right: 30px;
}
.info-box .info {
    margin: 0 30px;
    display: inline-block;
    position: relative;
}
.info-box i.tip {
    position: absolute;
    right: -30px;
    top: -10px;
    display: inline-block;
    padding: 0px 3px;
    border-radius: 8px 0 8px 0;
    background-color: #f55;
    font-size: 10px;
}
.info-box a.more {
    float: right;
    text-decoration: none;
    color: #fff;
}


.homePage-module {
    background-color: #fff;
}
.homePage-module .module {
    width: 1190px;
    margin: 0 auto;
    overflow: auto;
}
.homePage-module1 {
    padding-top: 50px;
    width: 100%;
    height: 400px;
}
.homePage-module1 .module-item {
    width: 260px;
    height: 300px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    float: left;
    margin: 0 18px;
    text-align: center;
    overflow: hidden;
}
.homePage-module1 .module-item img {
    width: 260px;
    height: 170px;
}
.homePage-module1 .module-item h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #333333;
    margin: 15px 0 12px;
    position: relative;
    border-top: 2px solid #333;
    display: inline-block;
    padding-top: 3px;
}
.homePage-module1 .module-item h3 span {
    display:block;
    width:0;
    height:0;
    border-width: 5px 5px 0;
    border-style:solid;
    border-color: #333 transparent transparent;
    position:absolute;
    top: 0;
    left:0;
    right: 0;
    margin: auto;
}
.homePage-module1 .module-item p {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin: 0 auto;
    width: 70%;
}
/**/
.homePage-module2 {
    width: 100%;
    height: 530px;
    background-color: #f3f5f6;
}
.homePage-module2 .module-title {
    text-align: center;
    padding-top: 40px;
}
.homePage-module2 .module-title h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    color: #333333;
    border-bottom: 3px solid #333;
    padding: 0 140px 5px;
    display: inline-block;
}
.homePage-module2 .module-title p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    margin: 12px auto;
    width: 432px;
}
.homePage-module2 .module-item {
    margin-top: 35px;
    position: relative;
    width: 1190px;
    overflow: hidden;
}
.homePage-module2 .swiper-container,
.homePage-module2 .electric-card-ul {
    width: 1150px;
    height: 320px;
}
.homePage-module2 .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
.homePage-module2 .swiper-slide {
    background-color: #fff;
    width: 206px;
    height: 320px;
}
.homePage-module2 .electric-card-li {
    background-color: #fff;
    width: 208px;
    height: 320px;
    float: left;
    margin: 0 15px;
    position: relative;
}
.homePage-module2 .swiper-slide-invisible-blank {
    background-color: transparent;
}
.homePage-module2 .swiper-button-prev,
.homePage-module2 .swiper-button-next {
    opacity: 0.02;
}
.homePage-module2 .swiper-button-prev:hover,
.homePage-module2 .swiper-button-next:hover {
    opacity: 1;
}
.homePage-module2 .img-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #3399FF;
    margin: 30px auto 20px;
    position: relative;
    transition: all 0.2s ease;
}
.homePage-module2 .img-box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease;
}
.homePage-module2 .slide-item:hover .img-box {
    width: 90px;
    height: 90px;
}

.homePage-module2 .name {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.homePage-module2 .explain {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
}
.homePage-module2 .slide-item .item-btn {
    background: #3399FF;
    border-radius: 6px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #FFFFFF;
    width: 160px;
    height: 32px;
    outline: none;
    box-shadow: none;
    border: none;
    position: absolute;
    bottom: -60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}
.homePage-module2 .slide-item:hover .item-btn {
    bottom: 30px;
}
.homePage-module2 .fl-nav-prev {
    text-decoration: none;
    position: absolute;
    top: 135px;
    left: -16px;
    font-size: 30px;
    color: #999;
}
.homePage-module2 .fl-nav-next {
    text-decoration: none;
    position: absolute;
    top: 135px;
    right: -16px;
    font-size: 30px;
    color: #999;
}





    /**/
.homePage-module3 {
    width: 100%;
    height: 560px;
    background-color: #fff;
}
.homePage-module3 .module-title {
    text-align: center;
    padding-top: 40px;
}
.homePage-module3 .module-title h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    color: #333333;
    border-bottom: 3px solid #333;
    padding: 0 140px 5px;
    display: inline-block;
}
.homePage-module3 .module-title p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    margin: 12px auto;
    width: 432px;
}
.homePage-module3 .module-item-box {
    margin-top: 40px;
}
.homePage-module3 .module-item {
    width: 364px;
    height: 320px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    float: left;
    margin: 0 16px;
    text-align: center;
    overflow: hidden;
}
.homePage-module3 .module-item img {
    width: 364px;
    height: 180px;
}
.homePage-module3 .module-item h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #333333;
    margin: 15px 0 12px;
    position: relative;
    display: inline-block;
}
.homePage-module3 .module-item p {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin: 0 auto;
    width: 60%;
}
    /**/
.homePage-module4 {
    width: 100%;
    height: 460px;
    background-color: #f3f5f6;
}
.homePage-module4 .module-title {
    text-align: center;
    padding-top: 40px;
}
.homePage-module4 .module-title h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    color: #333333;
    border-bottom: 3px solid #333;
    padding: 0 140px 5px;
    display: inline-block;
}
.homePage-module4 .module-title p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    margin: 12px auto;
    width: 432px;
}
.homePage-module4 .module-item-box {
    overflow: auto;
    padding: 10px 24px;
}
.homePage-module4 .module-item {
    width: 206px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    float: left;
    margin: 10px 11px;
    overflow: hidden;
    position: relative;
}
.homePage-module4 .module-item img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}





/* 产品中心 */
.product-tabs {
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: inset 0 1px 0 0 #E1E8EB;
}
.product-tabs .tabs-box {
    width: 1190px;
    margin: 0 auto;
}
.product-tabs .tabs-box span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    margin: 0 18px;
    display: inline-block;
    padding: 12px 0;
    cursor: pointer;
}
.product-tabs .tabs-box span.active {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #3399FF;
    border-top: 2px solid #3399FF;
}
.product-page {
    width: 1190px;
    margin: 0 auto;
}
.product-page.hide {
    display: none;
}
.product-page h3.title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: #333333;
    margin: 20px 0 0;
    clear: both;
    text-indent: 18px;
}
.product-page h3.title2 {
    margin: 20px 0 0;
}
.product-page .item-box {
    overflow: auto;
}
.product-page .item {
    width: 260px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 6px;
    float: left;
    margin: 15px 18px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.product-page2 .item {
    width: 260px;
    height: 140px;
}
.product-page .img-box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #3399FF;
    margin: 39px auto 30px;
    position: relative;
    transition: all 0.2s ease;
}
.product-page .img-box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease;
}
.product-page1 .item:hover .img-box {
    width: 90px;
    height: 90px;
}

.product-page .item .name {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
}
.product-page .item .explain {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    width: 80%;
    margin: 20px auto 0;
}
.product-page .item-btn {
    background: #3399FF;
    border-radius: 6px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #FFFFFF;
    width: 220px;
    height: 40px;
    outline: none;
    box-shadow: none;
    border: none;
    position: absolute;
    bottom: -60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}
.product-page1 .item:hover .item-btn {
    bottom: 20px;
}


    /* page2 */
.product-page2 .item {
    position: relative;
    padding: 20px;
    text-align: left;
}
.product-page2 .item h3 {
    margin: 0 0 10px 0;
}
.product-page2 .item-title {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
}
.product-page2 .item-tip {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FFFFFF;
    background: #CCCCCC;
    border-radius: 1px;
    padding: 1px 3px;
    position: absolute;
    right: 20px;
}
.product-page2 .item-tip.active {
    background: #3399FF;
}
.product-page2 .item h3 img {
    position: relative;
    top: 3px;
    margin: 0px 5px 0 0;
    display: inline;
}
.product-page2 .item p {
    font-family: ArialMT;
    font-size: 12px;
    color: #2A2A2A;
}
.product-page2 .percent {
    width: 180px;
    height: 4px;
    border-radius: 3px;
    background-color: #ddd;
    position: relative;
    margin: 5px 0;
    overflow: hidden;
}
.product-page2 .progress {
    width: 0;
    height: 4px;
    background: #07D14A;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    /*transition: all 0.5s ease-in-out;*/
}
.product-page2 .progress {
    width: 0;
}

.product-page2 .item-a {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.product-page2 .item-a a {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}

