﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    color: #FFF;
}
a{
    color:#fff;
    text-decoration:none;
}
a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration: none;
    outline: 0;
}
ol, ul, dl {
    list-style:none;
    list-style-type:none;
    margin:0;
    padding:0;
}
.container {
    width: 1200px;
    max-width: 1200px;
    height: 100%;
    padding: 0px;
}
.header {
    position:fixed;
    width:100%;
    height:62px;
    background-color: rgba(54, 54, 54, 0.90);
    z-index:1000;
}
.header:hover{
    background-color: rgba(54, 54, 54, 0.90);
}
.heardertransparent {
    background-color:transparent;
}
.header .container .logo {
    width: 160px;
    cursor: pointer;
    background: url(/images/logo_white.png);
    height: 34px;
    background-size: 100%;
    display: inline-block;
    margin-top: 14px;
    float: left;
}
.heardertransparent .container .logo {
    background: url(/images/logo.png);
    background-size: 100%;
}
.header .container .navmenu {
    float: left;
    text-align: center;
    margin: 0 0 0 20px;
}
.header .container .navmenu li{
    float:left;
    line-height:62px;
    min-width:74px;
    color:#FFF;/*#0079c3*/
    margin:0 10px 0 10px;
}
.header .container a{
    color:#fff;
    text-decoration: none;
    outline: 0;
}
.header .container .navlogin {
    float:right;
    line-height:62px;
}

.main-wrapper {
    position:relative;
}
.main-wrapper .banner,.customercase,.footer,.productadv,.safeguard{
    min-width:1200px;
}
.main-wrapper .swiper-container{
    height:620px;
}
.main-wrapper .swiper-container .swiper-slide{
    background-size:100% 100%;
}
.main-wrapper .swiper-container .swiper-pagination{
    width:100%;
    bottom:30px;
    height:20px;
}
.main-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet{
    border-radius:0px;
    width:38px;
    height:5px;
}
.main-wrapper .banner .banner-content{
    margin-top:260px;
    text-align:left;
}
.main-wrapper .title{
    text-align:center;
    line-height:80px;
    font-size:28px;
    color:#000;
}
.main-wrapper .subtitle{
    text-align:center;
    line-height:30px;
    font-size:16px;
    color:#999;
}
.main-wrapper .productintro{
    position:relative;
    width:100%;
    height:80px;
}
.main-wrapper .productintro .protitle{
    position:relative;
    width:100%;
    height:60px;
    border-bottom: 1px solid #e5e5e5;
}
.main-wrapper .productintro .protitle ul{
    height:60px;
 }
.main-wrapper .productintro .protitle li{
    position: relative;
    float: left;
    width: 20%;
    height: 56px;
    padding: 0px 0 3px;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    cursor:pointer;
    color:#000;
}
.main-wrapper .productintro .protitle .active{
}
.main-wrapper .productintro .protitle .active:after{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 36%;
    z-index: 2;
    width: 60px;
    height: 4px;
    background-color: #3ca7fc;
    border-radius:2px;
}
.main-wrapper .productintro .procontent{
    padding-top:50px;
    height: 100%;
}
.main-wrapper .productintro .procontent .title{
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    margin-left: 10px;
    line-height:28px;
    text-align:left;
}
.main-wrapper .productintro .procontent .title:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #3ca7fc;
    left: -10px;
    top: 4px;
}
.main-wrapper .productintro .procontent .title span{
    font-size: 22px;
    color:#3ca7fc;
}
.main-wrapper .productintro .procontent .title p{
    margin-top:25px;
}
.main-wrapper .productintro .procontent .right-content{
    font-size:16px;
    color:#666666;
    line-height:30px;
    float:left;
    margin-bottom: 30px;
    text-align:left;
}
.main-wrapper .productintro .procontent .left-content{
     float:left;
    margin-bottom: 30px;
 }
.main-wrapper .productintro .procontent li{
    display:none;
    font-size: 24px;
    color: #333;
    text-align:center;
}
.main-wrapper .productintro .procontent .active{
    display:block;
}
.main-wrapper .productadv{
    clear:both;
    position:relative;
    width:100%;
    background-color: #f7f8fa;
}
.main-wrapper .productadv ul{
    display: inline-block;
    width: 100%;
    margin-top:30px;
    margin-bottom:50px;
}
.main-wrapper .productadv li{
    float:left;
    width:20%;
    text-align:center;
}
.main-wrapper .productadv .item{
    width:95%;
    display:inline-block;
    text-align: center;
    height: 240px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding:0 20px;
    color:#000;
}
.main-wrapper .productadv .item img{
    margin:35px auto 20px;
    height:51px;
    width:51px;
}
.main-wrapper .productadv .item .item-title{
    font-size:16px;
    font-weight:bolder;
    margin-bottom:10px;
    display:block;
}
.main-wrapper .productadv .item p{
    color:#666;
    font-size:13px;
}
.main-wrapper .customercase {
    clear: both;
    position: relative;
    width: 100%;
    color: #fff;
    background: url('../images/case-bg.png') center center no-repeat;
    background-color: #28313f
;
    display:inline-block;
}
.main-wrapper .customercase .title{
    color:#fff;
}
.main-wrapper .customercase .subtitle {
    color: #fff;
    border-bottom: 1px dashed #757f89;
 }
.main-wrapper .customercase .category{
    margin: 14px 0 14px;
    padding: 1px 0 20px;
    width:150px;
    border-right: 2px solid #78828d;
    font-size:16px;
    float:left;
}
.main-wrapper .customercase .category li{
    position: relative;
    height: 36px;
    padding: 0 40px 0 0;
    margin: 20px 0 0;
    line-height: 36px;
    cursor: pointer;
    text-align: right;
}
.main-wrapper .customercase .category .active{
    color: #00a4ff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#404e5d, endColorstr=#333f4b);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#333f4b));
    background: linear-gradient(90deg, rgba(255,255,255,0) 0, #333f4b 100%);
}
.main-wrapper .customercase .category .active::after{
    content: "";
    position: absolute;
    top: -2px;
    right: -3px;
    width: 4px;
    height: 40px;
    background: #00a4ff;
    border-radius: 2px;
}
.main-wrapper .customercase .casecontent{
    display:block;
    line-height:30px;
    margin-left:156px;
}
.main-wrapper .customercase .casecontent li{
    text-align:left;
    display:none;
}
.main-wrapper .customercase .casecontent .active{
    display:block;
}
.main-wrapper .customercase .casecontent .details{
    margin-left:156px;
    height:320px;
    margin:20px 0;
    padding:35px;
}
.main-wrapper .customercase .casecontent .details-item{
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    margin-left: 10px;
    line-height: 28px;
    text-align: left;
}
.main-wrapper .customercase .casecontent .details-item:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #fff;
    left: -10px;
    top: 4px;
}
.main-wrapper .customercase .casecontent span{
    font-size:18px;
    color:#fff;
}
.main-wrapper .customercase .casecontent p{
    margin:20px 15px;
    font-size:16px;
    color:#fff;
    max-height:150px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.main-wrapper .customercase .casecontent .cuslist{
    height:120px;
    padding-left: 25px;
}
.main-wrapper .customercase .casecontent .cuslist li{
    width: 150px;
    background-color: #fff;
    height: 90px;
    vertical-align: middle;
    display: inline-block;
    margin: 10px 15px;
    border: 1px solid #616d78;
    float: left;
    cursor:pointer;
    text-align: center;
}
.main-wrapper .customercase .casecontent .cuslist img{
    width:100%;
    height:100%;
}
.main-wrapper .customercase .casecontent .cuslist span{
    color:#000;
    font-size:14px;
}

.main-wrapper .safeguard{
    clear:both;
    position:relative;
    width:100%;
    background-color: #f7f8fa;
}
.main-wrapper .safeguard ul {
    margin-top:30px;
    display: inline-block;
    width:100%;
}
.main-wrapper .safeguard ul li{
    width: 49%;
    height: 110px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    float: left;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.main-wrapper .safeguard ul li:nth-child(2n){
    float: right;
}
.main-wrapper .safeguard .safe-img{
    width: 56px;
    margin: 0px 20px 0px 30px;
}
.main-wrapper .safeguard .safeitem{
    flex:1;
}
.main-wrapper .safeguard .safeitem .item-t{
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
}
.main-wrapper .safeguard .safeitem .item-c{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    padding-right:20px;
}
.main-wrapper .news{
    clear:both;
    position:relative;
    width:100%;
    background-color: #fff;
} 
.main-wrapper .news .news-content{
    padding:0 0 30px 0;
    color:#444;
}
.main-wrapper .news .news-content a{
    color:#444;
}
.main-wrapper .news .news-content .news-type{
    font-size:18px;
    color:#009eff;
    float:left;
    display:inline-block;
    margin: 10px 0 10px 0;
}
.main-wrapper .news .news-content li{
    margin:10px 0 5px 0;
}
.main-wrapper .news .news-content li:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.main-wrapper .news .news-content .news-item-right{
    float: right;
    font-size: 12px;
}
.main-wrapper .news .news-content .news-left{
    height:300px;
    width:50%;
    padding: 0 20px 20px;
    border-right:1px solid #dadada;
    float:left;
}
.main-wrapper .news .news-content .news-right{
    height:300px;
    width:50%;
    padding: 0 20px 20px;
    display: inline-block;
}
.btn {
    font-size: 14px;
    margin: 14px 14px 14px 0;
    text-align: center;
    display: block;
    color: #fff;
    float: left;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #009eff;
    border-radius:0;
}
.btn-green {
    background: #009eff;
}
.btn-blank {
    border: 1px solid #999999;
    color: #212121;
}
.servicelayer {
    z-index:100;
    width:90px;
    height:200px;
    position:fixed;
    right:0px;
    bottom:40%;
    /*border:1px solid #009eff;*/
}
.servicelayer .layer-item{
    width:70px;
    height:70px;
    /*box-shadow: 1px 1px 1px 1px rgba(204,212,222,0.50);*/
    border-radius:4px;
    display:block;
    background-color:#fff;
    border:1px solid #e6edf5;
    margin: 5px 0 5px 10px;
    text-align:center;
    padding:10px 5px;
    color:#009eff;
    cursor:pointer;
}
.servicelayer .layer-item:hover{
    background-color:#009eff;
    border:1px solid #009eff;
    color:#fff;
}
.servicelayer .layer-item span{
    display: inline-block;
    font-size:12px;
    margin-top:8px;
}
.servicelayer .layer-item-gotop{
    width:70px;
    height:70px;
    display:block;
    margin: 5px 0 5px 10px;
    text-align:center;
    padding:20px 5px;
    background:url('/images/gotopbg.png') no-repeat;
    color:#009eff;
    cursor:pointer;
}
.footer {
    clear:both;
    width: 100%;
    white-space: nowrap;
    background-color: #363636;
    color: #FFF;
}
.footer .container span{
    display:block;
}
.footer a:hover{
    color:#00a4ff;
}
.footer .container .service-content{
    padding-top:65px;
    padding-bottom:25px;
 }
.footer .container .service-content .right-border{
    border-right:1px solid #616161 !important;
}
.footer .container .service-content .service-col{
    float:left;
 }
.footer .container .title{
    font-size:16px;
    padding-bottom:18px;
}
.footer .container .title:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 32px;
    height: 2px;
    width: 40px;
    background-color: #00a4ff
}
.footer .container .content{
    
}
.footer .container .content li{
    padding:6px 0;
}
.footer .container .service-left {
    text-align:center;
    line-height:35px;
}
    .footer .container .service-left .onlinebtn {
        font-size: 14px;
        text-align: center;
        display: inline-block;
        color: #fff;
        background: #009eff;
        border: 1px solid #009eff;
        border-radius: 0;
        width: 50%;
    }
.footer .container .service-left .phone{
    font-size:20px;
    font-weight:bolder;
}
.footer .container .service-left .weichart{
    margin-top:40px;
    float:left;
}
.footer .copyright .right span{
        display: inline-block;
}
.footer .copyright{
    background-color:#292c33;
    line-height:60px;
}
.footer .copyright .right{
    text-align:right;
}
.footer .copyright  .container .right span{
     display: inline-block;
}

.login-header {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height: 62px;
    width: 100%;
    background-color:#009eff;
}
.login-header a:hover{
    color:#fff;
}
.login-header .logo {
    width: 160px;
    cursor: pointer;
    background: url(/images/logo_white.png);
    height: 34px;
    background-size: 100%;
    display: inline-block;
    margin: 14px 0px 0px 35px;
    float: left;
}
.login-header .sublogo {
    display: inline-block;
    line-height: 50px;
    padding: 10px 0 0 20px;
    font-size:15px;
}
.login-header .back-index {
    display: inline-block;
    line-height: 50px;
    padding: 10px 35px 0 20px;
    font-size:15px;
    float:right;
}
.login-content {
    position: absolute;
    top: 62px;
    bottom: 60px;
    right: 0;
    left: 0;
    background: url('/images/loginbg.png') no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    color:#000;
    min-height:650px;
}
.login-content .login-title{
    margin-top:55px;
    font-size: 30px;
    text-align: center;
}
.login-content .login-center{
    height:50%;
    min-height:480px;
    width:75%;
    border:1px solid #f2f2f2;
    box-shadow: 1px 1px 1px 1px rgba(239, 238, 238, 0.80);
    margin:55px auto auto;
    background-color:#fff;
}
.login-content .login-center .login-tab{
    height:85px;
    width:100%;
    border-bottom:1px solid #f2f2f2;
}
.login-content .login-center .login-tab .login-tab-item{
    font-size:24px;
    text-align:center;
    float:left;
    line-height:82px;
    color:#abaaaa;
}
.login-content .login-center .login-tab .login-tab-item span{
    display:inline-flex;
}
.login-content .login-center .login-tab .active{
    color:#000;
}
.login-content .login-center .login-tab .active span::after{
    content:"";
    position: absolute;
    bottom: -6px;
    width: 95px;
    height: 6px;
    background-color: #3ca7fc;
    border-radius: 2px;
    display:run-in;
}
.login-content .login-center .login-form{
    width:100%;
    padding:50px;
    text-align:center;
}
.login-content .login-center .login-form .login-input{
    width:80%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #eae9e9;
    font-size: 16px;
    background: none;
    margin-bottom: 35px;
}
.login-content .login-register{
    margin-top:35px;
    font-size: 18px;
    text-align: center;
}
.login-bottom {
    background-color:rgba(0, 0, 0, 0.00);
    position: absolute;
    bottom: 0;
    height: 60px;
    left: 0;
    right: 0;
}

.register-content {
    position: absolute;
    top: 62px;
    bottom: 60px;
    right: 0;
    left: 0;
    color: #000;
    min-height: 650px;
}
.register-content .register-left{
    height:100%;
    background: url('/images/registerbg.png') no-repeat left center;
    float:left;
    display:table;
}
.register-content .register-left .left-content{
    display:table-cell;
    vertical-align:middle;
}
.register-content .register-left .left-content .left-form{
    margin-top:55px;
    height:600px;
    border-right:1px solid #f2f2f2;
}
.register-content .register-left .left-content .left-title{
    margin-top:55px;
    font-size:24px;
    font-weight:400;
    padding-top:35px;
 }
.register-content .register-left .left-content .left-subtitle{
    margin-top:25px;
    font-size:18px;
}
.register-content .register-right{
    height:100%;
    float:left;
    display:table;
}
.register-content .right-content{
    display:table-cell;
    vertical-align:middle;
}
.register-content .title{
    margin-top:55px;
    padding-bottom:25px;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}
.register-content .register-form{
    margin-top: 35px;
    text-align: center;
}
.register-content .register-input{
    width:98%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eae9e9;
    font-size: 16px;
    margin-bottom: 25px;
}
.register-content .register-btn{
    width:98%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin-bottom: 25px;
    background-color:#009eff;
    border:0;
    color:#fff;
}
