@charset "utf-8";
@import "../iconFont/iconfont.css";
/*.zcmorefun-iconfont{*/
    /*font-size: 20px;*/
/*}*/
/* CSS Document */

/* css reset */

    /* 清除内外边距 */
    body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
    dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
    pre, /* text formatting elements 文本格式元素 */
    fieldset, legend, button, input, textarea, /* form elements 表单元素 */
    th, td { /* table elements 表格元素 */
        margin: 0;
        padding: 0;
		border: 0px;
    }
    
    /* 设置默认字体 */
    body,
    button, input, select, textarea {
	font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color:#444;
	/* [disabled]outline:none; */
    }
	button, input, select, textarea{ outline:none;}
    html {line-height: 1; }
    address, cite, em, var,i { font-style: normal; } /* 将斜体扶正 */
    
    h1 { font-size: 64px; /* 18px / 12px = 1.5 */ }
    h2 { font-size: 48px; }
    h3 { font-size: 24px; }
    h4, h5,h6{ font-size: 16px; }
    p{font-size: 16px;line-height: 30px}

      /* 重置列表元素 */
    ul, ol, li { list-style: none; }
    
    /* 重置文本格式元素 */
    a {
        text-decoration: none;
        color:#fff;
        cursor:pointer;
    }
    /*a:hover {*/
        /*transition-duration:400ms;*/
        /*-moz-transition-duration:400ms;*/
        /*-webkit-transition-duration:400ms;*/
        /*-o-transition-duration:400ms;*/
    /*}*/
	
	/* 重置图片元素 */	
    img {border: 0px;vertical-align:middle;-ms-interpolation-mode: bicubic;}

.fl{float:left;}
.fr{float:right;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mx20{margin-left: 20px;margin-right: 20px;}
.mt30{margin-top: 30px}
.mb30{margin-bottom: 30px}
.mt100{
    margin-top: 100px;
}
.mt{margin-top: 30px}
.pt60{padding-top: 60px}
.pb60{padding-bottom: 60px}
.pt90{padding-top: 90px}
.pb90{padding-bottom: 90px}
.pt100{padding-top: 100px}
.pb130{padding-bottom:130px}
.pr10{padding-right:10px;}
.mr10{margin-right:10px;}
.box:after{content:"\0020";display:block;height:0;clear:both;}
.mr5{margin-right:5px;}
.hide{display:none;}
.block{display:block;}
.mb10{margin-bottom:10px;}
/*標準分辨率：1920*1080*/
.w1250{
   max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.pt-c{
    color: #666;
    font-size: 16px;
}
.clear{ clear:both;}
.c10{height:10px;width:100%;}
.c20{height:20px;width:100%;}
.c30{height:30px;width:100%;}
.dis{display:block;margin:0px;padding:0;}
.undis{display:none;margin:0px;padding:0;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0}
/*head*/
.header{
    width:100%;
    border-bottom:1px solid #174fb5;
    height:88px;
    box-sizing:border-box;
    background-color: #123678;
  }
.header .logo{
    /*position: absolute;*/
    width: 161px;
    height: 68px;
    /*left: 9vw;*/
    background-image: url(../common/logo.png);
    background-size: 100%;
    background-position: 0 8px;
    background-repeat: no-repeat;
}
/*nav*/
.header .navbar>.container, .header .navbar>.container-fluid{
    align-items: stretch;
}
.tabs{
    width: 70%;
    font-size: 16px;
}
.tabs li{
    position: relative;
}
ul.tabs li:hover:after{
    position: absolute;
    bottom:-0.7rem;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
}
.nav-on:after{
    position: absolute;
    bottom:-0.7rem;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
}
.tabs a{
    color: white;
}
/*footer*/
footer{
    background-color: #38424c;
    padding: 0 10px;
}
.footcontent {
    height: 100%;
    padding-top: 2em;
    overflow: hidden;
}
.list a {
    font-size: 13px;
    color: #c8c8c8;
    white-space: nowrap;
}
.footcontent .list {
    list-style: none;
    padding-left: 0;
}
.footcontent .list li {
    font-size: 13px;
    white-space: nowrap;
    line-height: 36px;
    color: #c8c8c8;
}
.footcontent .list li:first-child a,
.list li:first-child {
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.record {
    border-top: 1px solid #485462;
}
.record p {
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
    color: #999;
}
.record a{
    color:#999999;
}
.noclick {
    cursor: text;
}

/*banner*/
.h-banner,.news-banner{
    position:relative;
    width:100%;
}
.h-banner .swiper-container {
    width:100%;
    height:75vh;
}
.news-banner .swiper-container{
    width:100%;
    height: 510px;
}
.industry{
    background-color: #f7f8f9;
}
.industry  .swiper-container{
    position: relative;
    width: 100%;
    height: 500px;
}
.industry .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.industry .swiper-wrapper .swiper-slide{
    width: 50%;
    height: 120px;
}
.swiper-ind-prev,.swiper-ind-next{
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    font-size: 20px;
}
.h-pagination{

}
.h-pagination.swiper-pagination{
    bottom: 30px;
}
.h-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    border-radius: 20px;
    opacity: 1;
    background-color: rgba(255,255,255,.3);
}
.h-pagination .swiper-pagination-bullet:hover{
    background-color: rgba(0,156,255,.3);
}
.h-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: rgba(255,255,255,.7);
}
.swiper-button-next.swiper-ind-next,
.swiper-button-prev.swiper-ind-prev{
    margin-top: 0;
    background-image: none;
    font-size: 40px;
}
.swiper-button-prev.swiper-ind-prev{
    top: 0;
}
.swiper-button-next.swiper-ind-next{
    top: 80%;
}
.industry-content{
    margin-left: 30px;
    width: calc(100% - 280px);
    height: 100%;
}
.industry-content .title{
    color: #444;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.industry-content .text{
    width: 100%;
    line-height: 1.5em;
    color: #666;
    height: calc(100% - 50px);
    font-size: 12px;
    overflow: hidden;
}
.industry-content .date{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #999;
}
.banner-bg{
    position: relative;
    background-size: cover;
    overflow: hidden;
}
.first-b{
    background-image: url(../common/index_bg1.jpg);
}
.second-b{
    background-image: url(../common/index_bg2.jpg);
}
.third-b{
    background-image: url(../common/index_bg3.jpg);
}
.foul-b{
    background-image: url(../common/index_bg4.jpg);
}
.c-name {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    text-align: center;
}
.c-name h1 {
    font-size: 50px;
    margin-bottom: 1em;
}

.c-name h2 {
    white-space: nowrap;
    font-size: 30px;
}
.l-textbox{
    position: absolute;
    left: 10%;
}
.r-textbox{
    position: absolute;
    right: 10%;
}
.center-textbox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news-banner-pic{
    color: white;
    text-decoration: none;
}
.news-banner-pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.news-banner-pic h4{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    background: rgba(0,0,0,.3);
    text-indent: 4em;
    width: 100%;
}
.tc{
    text-align: center;
}
.tl{
    text-align: left;
}
.tr{
    text-align: right;
}
.swiper-button-prev.swiper-left-bar,.swiper-button-next.swiper-right-bar{
     background-color: rgba(0, 0, 0, .3);
     border-radius: 100%;
     width: 44px;
     height: 44px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
 }
.swiper-button-prev.swiper-left-bar{
    background-image: url(../common/button_left_2.png);
}
.swiper-button-next.swiper-right-bar{
    background-image: url(../common/button_right_2.png);
}
.swiper-button-prev.swiper-left-bar:hover,.swiper-button-next.swiper-right-bar:hover{
    background-color: rgba(0, 0, 0, .7);
}
    /*index content start*/
.m-title{
    position: relative;
    color: #444;
    font-size: 24px;
    font-weight: 600;
}
.m-title:before{
    position: absolute;
    content: '';
    bottom:-20px;
    width: 100%;
    height: 5px;
    background-color: #009cff;
}
.maxw297{
    max-width: 297px;
}
.icon-m{
    font-size: 55px;
    color: #6c757d;
    height: 60px;
    line-height: 1;
}
.icon-b{
    font-size: 100px;
    color: #6c757d;
    height: 100px;
    line-height: 1;
}
.icon-sm{
    font-size: 50px;
    height: 50px;
    line-height: 1;
}
.icon-xsm{
    font-size: 40px;
    height: 40px;
    line-height: 1;
}
.icon-sm:hover{
    color: #009cff!important;
}
.bg{
    background-color: transparent;
    height: 380px;
    padding: 20px;
}
.bg:hover{
    background-color: white;
}
.preCircle{
    position: relative;
}
p.preCircle:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    top: 6px;
    left: -16px;
    border-radius: 100%;
    border: 1px solid #666;
}
.zcmorefun-value .card,.zcmorefun-value .card-header,.zcmorefun-value .card-body{
    border: none;
}
.zcmorefun-value .card-header{
    color: #1393ff;
    background-color:rgba(19, 147, 255, .3);
}
.zcmorefun-value .list-group-item{
    border: none;
}
.zcmorefun-value .card:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.zcmorefun-value .card:hover .card-header{
    background-color: #1393ff;
    color: white;
}
.zcmorefun-value .card:hover .card-body{
    border: 1px solid #1393ff;
    border-top-width:0;
}
/*波纹特效*/
@-webkit-keyframes opac{
    from {
        opacity: .6;
        width:0;
        height:0;
        top:50%;
        left:50%;
    }
    to {
        opacity : .1;
        width:100%;
        height:100%;
        top:0;
        left:0;
    }
}
.animate .w2{
    animation-delay: 1s;
    -o-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay:1s;
}
.animate .w3{
    animation-delay: 3s;
    -o-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -webkit-animation-delay:3s;
}
.animate .w4{
    animation-delay: 5s;
    -o-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -webkit-animation-delay:5s;
}
.wave{
    width: 500px;
    height:500px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
}
.wave *{
    /* border:1px solid #fff; */
    position:absolute;
    border-radius:50%;
    background-color: rgba(0,156,255,.3);
    animation:opac 6s infinite ;
    -moz-animation: opca 6s infinite;
    -webkit-animation:opac 6s infinite;
    -o-animation: opca 6s infinite;;

}
.advantage h4{
    font-weight: 600;
}
.xy-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.detail-bg{
    height: 360px;
    background: url(../common/banner5.jpg) no-repeat center/cover;
}
.detail-link{
    display: block;
    width: 118px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.detail-link:hover{
    color: #009cff;
    border-color:#009cff ;
    text-decoration: none;
}
.circle-border{
    border-radius: 100%;
    border: 2px solid #999999;
    margin-left: 30px;
}
.circle-border img{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.circle-border:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform:scale(1.1);
}
.content-text-wrap{
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 0px;
    min-height: 0px;
    background: white;
    box-shadow: 7px 7px 16px 0px rgba(0,86,118,.22);
    transition: all 1s;
    overflow: hidden;
    margin: auto;
}
.active-value .content-text-wrap{
   min-height: 230px;
    height: auto;
}
.active-value .icon-sm{
    color: #009cff;
}
.text-highLight{
    color: #009cff;
}
.value-info{
    margin-left: 10px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
/*index content end*/
/*product 产品页 start*/
.top-content{
    position: relative;
    color: white;
    height: 75vh;
}
.top-content-img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 17%;
}
.product {
    background-image: url(../common/bg2.jpg);
    background-size: cover;
}
.resolve{
    background-image: url(../common/bg_resolve.jpg);
    background-size: cover;
}
.about{
    background-image: url(../common/bg_about.jpg);
    background-size: cover;
}
.desc {
    padding-left: 1em;
    padding-right: 1em;
    width: 460px;
    z-index: 1;
}
.desc h2 {
    font-size:38px;
    padding-bottom: 50px;
    white-space:nowrap;
}

.desc p {
    /* text-align: center; */
    line-height: 2em;
}
.text {
    width: 510px;
    vertical-align: middle;
    margin: auto;
}

.text h3 {
    font-weight: bold;
    white-space: nowrap;
    line-height: 36px;
    font-size: 24px;
    color: #444;
}
.text p {
    line-height: 36px;
    position: relative;
    color: #666;
    font-size: 14px;
}
.current{
    position: relative;
    display: inline-block;
    color: #009cff!important;
}
.current:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom:0;
    left: 0;
    background-color: #009cff;
}


.margin-15 {
    margin-top: -15px;
}

.content-box {
    min-height: 400px;
    margin: auto;
}
.archer{
    height: 80px;
    font-size: 16px;
    color: #444;
    top: 0;
    box-shadow: 0 0 15px 0 rgba(0,86,118,.22);
    margin-bottom: 25px;
    background-color: white;
    z-index: 9;
    /*white-space: nowrap;*/
}
.archer>.row,.archer .col-md,.archer a{
    height: 100%;
    margin: auto;
}
.archer .col-md{
    padding-left: 5px;
    padding-right: 5px;
}
.archer a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    text-decoration: none;
}
.odd {
    background-color: white;
}
.even {
    background-color: #f7f8f9;
}
.odd ,
.even{
   min-height: 480px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: 0;
    margin-right: 0;
}
.pic {
    text-align: center;
}
.pic img{
    width: 100%;
    height: 100%;
}
.content .row{
    margin-left: 0;
    margin-right: 0;
}
.content .text{
    width: auto;
}
    /* end*/
/*resolve start*/
.ctm-card{
    height: 400px;
    box-shadow: 0 10px 30px 0 rgba(0,86,118,.22);
    margin-top:30px;
    padding-top: 100px;
}
.re-title{
    margin-top: 20px;
    white-space: nowrap;
}
.pic-title{
    margin-top: 30px;
    margin-bottom: 20px;
    white-space: nowrap;
}
.re-listitem{
   padding-top: 100px;
}
.pic-list{
    margin-bottom: 80px;
}
.pic-listitem:hover{
    color: #009cff!important;
}
.re-icon{
    font-size: 50px;
    height: 50px;
    line-height: 1;
}
.re-desc{
    font-size: 14px;
    color: #666;
    line-height: 2.3em;
    margin: auto;
    width: 90%;
}
.bottom-png img{
    width: 100%;
}
/*resolve end*/
/*news start*/
.news-list{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.news-type{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-type > a{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin: 0 10px;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 25px;
    color: #666;
}
.news-type > a.active{
    color: #fff;
    background: #FF6637;
    border: 1px solid #FF6637;
}
.news-item{
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    height: 230px;
    margin: 0;
}
.news-img{
    margin-right: 20px;
}
.news-content{
    width: 350px;
    height: 100%;
}
.news-title {
    height: 20%;
}
.news-title a{
    display: inline-block;
    font-size: 16px;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-des{
    height: 62%;
    font-size: 12px;
    color: #666;
    line-height: 1.5em;
    margin-bottom: 10px;
    overflow: hidden;
}
.news-date{
    font-size: 14px;
    color: #999;
    height: 14px;
    line-height: 14px;
}

    /*news end*/
    /*about start*/
.form-title{
    color: #444;
    font-weight: 700;
    margin-bottom: 30px;
}
.form-group{
    margin-bottom: 20px;
}
.form-group input,
.form-group select{
    height: 35px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
#guestbookForm button{
    background: #009cff;
    color: white;
    border-radius: 6px;
    height: 36px;
    cursor: pointer;
    width: 100%;
    outline: none;
    border: none;
}
.required-icon:after{
    content: '*';
    color: red;
}
#guestbookForm label{
    text-align: right;
    white-space: nowrap;
    line-height: 35px;
}
.company-info-list{
    font-size: 14px;
    color: #666;
}
.company-info-list-item{
    margin-bottom: 12px;
}
.company-info-list-name{
    color: #009cff;
}
.company-info-list-text,.company-info-list-name{
    padding-bottom: 20px;
}
.companys .row div{
    padding: 10px 0;
}
    /*about end*/
    /*news detail start*/
.topic-title{
    font-size: 36px;
    margin-bottom: 30px;

}
.content-inf{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 60px;
}
.content-inf>span{
    margin-right: 40px;
}
.prev-content,.next-content{
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
.prev-content a,.next-content a{
    display: inline-block;
    color: #009cff;
    text-decoration: none;
}
.line{
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
.prev-next{
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-txt{
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
    /*news detail end*/
    /*page*/
.page-large{margin:40px 0 20px; text-align:center;width: 100%;}
.page-large a{min-width:40px; height:30px; text-decoration:none;display:inline-block; border:1px solid #e5e5e5; border-radius: 4px; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:30px; text-align:center; float:left; text-indent:0; color:#999; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{border:none; background:#009cff; color:#fff!important;}
.page-large a.none{border:none;}
.page-large .Num:hover{ color:#009cff;}
/*.page-large .on:hover{border:1px solid #ef3838; color:#fff;}*/

.page-large .prev-page,.page-large .next-page{
    width: 60px;
    height: 30px;
}
.page-large .prev-page:hover,.page-large .next-page:hover{
    color: #009cff;
}
/*悬浮菜单*/
.suspension-memu{
    position: fixed;
    bottom: 100px;
    right: 1px;
    z-index: 10;
}
.sup-titile{
    visibility: hidden;
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 0;
    text-indent: -4.5em;
    top: 50%;
    transform: translateY(-50%);
}
.back-top,
.contact{
    position: relative;
    margin-top: 20px;
    width: 50px;
    height: 50px;
}
.back-top{
    display: none;
}
.sup-icon{
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: #999999;
    margin: auto;
    background: #e5e5e5;
    border-radius: 100%;
    text-decoration: none;
}
.sup-icon i{
    font-size: 20px;
    height: 20px;
    line-height: 99px;
}
.sup-icon:hover{
    color: #fff;
    background: #c8c8c8;
}

.contact:hover .sup-titile,
.back-top:hover .sup-titile {
    visibility: visible;
}
.recommendNews {
    height: 200px;
    display: flex;
}
.recommendNews .item{
    width: 50%;
    height: 100%;
}
.recommendNews .item a{
    width: 50%;
    height: 100%;
    color: #007bff;
}
