﻿@charset "utf-8";
.mt30{margin-top: 30px;}
.pd30{padding: 30px 0;}

/* 首页轮播图 */
.slideBoxImg{ width:100%; height:auto; overflow:hidden; position:relative;  }
.slideBoxImg .hd{     
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 20px;
    z-index: 1;
    transform: translate(75px ,0);
    -webkit-transform: translate(75px ,0);
    -moz-transform: translate(75px ,0);
    -ms-transform: translate(75px ,0);
    -o-transform: translate(75px ,0);
}
.slideBoxImg .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBoxImg .hd ul li{    
    float: left;
    margin-right:10px;
    width: 40px;
    height: 5px;
    line-height: 5px;
    text-align: center;
    background: #fff;
    cursor: pointer;}
.slideBoxImg .hd ul li.on{ background:#23a9cd; color:#fff; }
.slideBoxImg .bd{ position:relative; height:100%; z-index:0;   }
.slideBoxImg .bd li{ zoom:1; vertical-align:middle;position: relative; }
.slideBoxImg .bd img{ width:100%; height:auto; display:block;  }


/*首页*/
.btn-contorl{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-block;
    border: 1px solid #e4a300;
    padding: 10px 30px;
    font-size: 13px;
    cursor: pointer;
    background-color: #ffb600;
    color: #fff;
}
.btn-contorl:hover{
    box-shadow: 0 8px 16px #ffb600b8;
    -webkit-box-shadow: 0 8px 16px #ffb600b8;
    -moz-box-shadow: 0 8px 16px #ffb600b8;
    -ms-box-shadow: 0 8px 16px #ffb600b8;
    -o-box-shadow: 0 8px 16px #ffb600b8;
}


/*提供的服务*/
.serviceTab{
    overflow: hidden;
}
.serviceTab > a{
    width: 25%;    
    color: #333;
    padding: 10px 0;
    text-align: center;
    display: block;
    float: left;
}
.serviceTab i{
    font-size: 40px;
    color: #666;
}
.serviceTab > a > p{
    font-size: 15px;
    padding-top: 10px;
}
.serviceTabSwitch{
    padding: 30px 0;
    margin-top: 30px;
    background-color: #f5f5f6;
    height: 495px;
}
.serviceTabSwitch.mainWrap{
    max-height: 500px;
}
.serviceTab > a.selectedTab i ,.serviceTab > a.selectedTab p{
    color: #2ab3db;
}
.smartSiteList{
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.smartSiteList > a{
    width: 46%;
    padding: 2%;
    float: left;
}
.smartSiteList > a:hover{
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}
.smartSiteList > a > h4{
    font-size: 15px;
    color: #373d41;
    font-weight: normal;
}
.smartSiteList > a > p{
    font-size: 12px;
    color: #9b9ea0;
    padding-top: 8px;
}
.switchTab{
    width: 100%;
    filter:alpha(opacity=0); 
    -moz-opacity:0; 
    -khtml-opacity:0; 
    opacity: 0; 
    position: absolute;
}
.switchTab.selected{
    filter:alpha(opacity=100); 
    -moz-opacity:1; 
    -khtml-opacity:11; 
    opacity: 1; 
    z-index: 100;
}


/*主打产品*/
.proBox{
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background-color: #182033;
}
.proMain{
    padding: 34px 0;
    overflow: hidden;
}
.proMain > li {
  width: 25%;
  float: left;
  overflow: hidden;  
}
.proMain > li > a{
    color: #fff;
    padding: 0 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-right: 1px solid #484848;
    float: left;
}
.proMain > li:nth-last-child(1) > a{
    border-right:none;
}
.proMain h4{
    font-size: 16px;    
    padding-bottom: 8px;
    color: #fbfbfb;
    cursor: pointer;
}
.proMain p{
    font-size: 13px;
    color: #d6d6d6;
    text-align: justify;
    line-height: 22px;
}
.index-header{
    padding-bottom: 80px;
    text-align: center;
}
.index-header.pb0{
    padding-bottom: 0;
}
.index-header > h3{
    font-size: 40px;
    color: #333;
    font-weight: normal;
    line-height: 1;
}
.index-header > p{
    font-size: 16px;
    margin: 0;
    padding-top: 30px;
    color: #999;  
}
.serviceList{
    width: 20%;
    text-align: center;
    float: left;
}
.serviceList > a{
    display: block;
}
.serviceList i{
    width: 100px;
    height: 100px;
    font-size: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    display: inline-block;
    line-height: 100px;
    background-color: #2ab3db;
    color: #fff;
}
.serviceList span{
    display: inline-block;
}
.serviceList span:hover{
    transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.serviceList p{
    color: #333;
    padding-top: 20px;
    font-size: 16px;
}

/*why*/
.whyChoose{
    overflow: hidden;
}
.whyChoose > li{
    width: 300px;
    height: 390px;
    display: inline-block;
    box-shadow: 0 8px 15px rgba(117,146,170,0.2);
    -webkit-box-shadow: 0 8px 15px rgba(117,146,170,0.2);
    -moz-box-shadow: 0 8px 15px rgba(117,146,170,0.2);
    -ms-box-shadow: 0 8px 15px rgba(117,146,170,0.2);
    -o-box-shadow: 0 8px 15px rgba(117,146,170,0.2);
    vertical-align: middle;
    margin: 20px 50px;
    text-align: center;
    float: left;
}
.whyUs > li:hover{
    transform: translate(0,-10px) scale(1.04);
    -webkit-transform: translate(0,-10px) scale(1.04);
    -moz-transform: translate(0,-10px) scale(1.04);
    -ms-transform: translate(0,-10px) scale(1.04);
    -o-transform: translate(0,-10px) scale(1.04);
}
.whyUs > li:hover div{
    background-color: #ffb600;
}
.whyChoose > li > a{
    padding-top: 70px;
    display: block;
    position: relative;
}
.whyChoose i{
    font-size: 50px;
    display: inline-block;
    line-height: 80px;
    color: #2ab3db;
}
.whyChoose h4{
    font-size: 22px;
    color: #333;
    text-align: center;
    font-weight: normal;
    padding-top: 20px;
}
.whyChoose p{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
    line-height: 25px;
}
.headColor {
    width: 100%;
    height: 4px;
    background-color: #2ab3db;
    position: absolute;
    top: 0;
}

/* 解决方案 */
.picScroll-left {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
.picScroll-left .hd {
    overflow: hidden;
    padding: 0 10px;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 100;
    transform: translate(0,-30px);
    -webkit-transform: translate(0,-30px);
    -moz-transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    -o-transform: translate(0,-30px);
}
.picScroll-left .hd .prev{
    left:0;
    background: url("../../images/web/arrow01.png") no-repeat;
}
.picScroll-left .hd .next{
    right: -8px;
    background: url("../../images/web/arrow02.png") no-repeat;
}
.picScroll-left .hd ul {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1000;
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.picScroll-left .hd ul li.on {
    background-position: 0 0;
    background-color: #23a9cd;
}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 240px;
    height: 420px;
}
.picScroll-left .bd ul li:hover .modeBg{
    background-color: #00779a;
}
.picScroll-left .bd ul li:hover .title p , .picScroll-left .bd ul li:hover .title input{
    filter:alpha(opacity=100); 
    -moz-opacity:1; 
    -khtml-opacity:1; 
    opacity: 1; 
}
.picScroll-left .bd ul li:hover .title input:hover {
    background-color: #fff;
    color:#00779a;
}
.picScroll-left .bd ul li:hover .title a{
    transform: translate(0,-50px);
    -webkit-transform: translate(0,-50px);
    -moz-transform: translate(0,-50px);
    -o-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
}
.picScroll-left .bd ul li .pic {
    text-align: center;
    position: absolute;
    top: 0;
    width: 273px;
    height: 420px;
    z-index: -1;
}
.picScroll-left .bd ul li .pic img {
    width: 273px;
    height: 420px;
    display: block;
}
.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}
.picScroll-left .bd ul li .title a{
    color: #fff;
    display: block;
    width: 240px;
    height: 420px;
    position: absolute;
    padding: 0 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    top: 150px;
}

.picScroll-left .bd ul li .title a img
{
    width: 50px;
    height: 50px;
}
.picScroll-left .bd ul li .title i{
    font-size: 50px;
    line-height: 50px;
}
.picScroll-left .bd ul li .title span{
    display: block;
    height: 2px;
    width: 20px;
    background-color: #fff;
    margin: 20px auto;
}
.picScroll-left .bd ul li .title h4{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.picScroll-left .bd ul li .title p{
    font-size: 13px;
    padding: 20px 0;
    line-height: 22px;
    text-align: justify;
    filter:alpha(opacity=0); 
    -moz-opacity:0; 
    -khtml-opacity:0; 
    opacity: 0; 

    height: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    
}
.picScroll-left .bd ul li .title input{
    cursor: pointer;
    border: none;
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 10px 20px;
    color: #FFF;
    filter:alpha(opacity=0); 
    -moz-opacity:0; 
    -khtml-opacity:0; 
    opacity: 0; 
}
.picScrollBg{
    background-color: #373d41;
}

.modeBg{
    width: 273px;
    height: 420px;
    line-height: 24px;
    background-color: #161a1d;
    filter:alpha(opacity=60); 
    -moz-opacity:0.6; 
    -khtml-opacity:0.6; 
    opacity: 0.6; 
    position: absolute;
}
.moreView{
    text-align: center;
}
.moreView > a{
    display: inline-block;
    border: 1px solid #05a3d2;
    padding: 10px 30px;
    font-size: 13px;
    color: #05a3d2;
}
.moreView > a:hover{
    color: #fff;
    background-color: #05a3d2;
}
.moreDes{
    margin: 30px 0 0;
}
.moreView.moreDes > a{
    border: 1px solid #cacaca;
    color: #848484;
}
.moreView.moreDes > a:hover {
    color: #05a3d2;
    border: 1px solid #05a3d2;
    background-color:transparent;
}

.askBox{
    width: 100%;
    height: 200px;
    color: #fff;
    background: url(../../images/web/indexBg01.png) no-repeat scroll center center;
    background-size: cover;
}
.askLeft{
    width: 50%;
    font-size: 18px;
    text-align: right;
    padding:53px 0;
    float: left;
}
.askLeft > span{
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    padding-top: 10px;
}
.askLeft > p{
    font-size: 16px;
    line-height: 30px;
}
.askLeft strong{
    font-size: 24px;
    padding: 0 8px;
}
.askRight{
    width: 30%;
    padding-top:85px;
    float: right;
}
.askRight > a{
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    letter-spacing: 1px;
}
.askRight > a:hover{
    color: #f0b515;
    background-color: #fff;
}

/*新闻*/
.newsIndexImg{
    text-align: center;
}
.newsIndex  h5{
    color: #2ab3db;
    padding: 30px 0;
    font-size: 16px;
    text-align: center;
    display: block;
}
.newsIndex  p{
    color: #5f727f;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 30px;
}
.newsIndexImg  img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.newsIndex a{
    color: #05a3d2;
    display: block;
    text-align: center;
}

/*滚动*/
.slideBox {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 1200px;
    padding: 0 50px;
    margin: auto;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    margin: 0 50px;
}
.slideBox .bd img {
    width: 90px;
    height: 90px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 60px;
    height: 60px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}
.slideBox .prev {
    background: url(../../images/web/arrow01.png)  no-repeat;
}
.slideBox .next {
    background: url(../../images/web/arrow02.png)  no-repeat;
}


/*首页-新闻*/
.news-item{
    /*overflow: hidden;*/
}
.news-item > li{
    width: 374px;
    margin: 2% 1%;
    border:1px solid #dee9f3;
    background-color: #fff;
    float: left;
}
.news-item a{
    display: block;
}
.news-item img{
    width: 374px;
    height: 224px;
    display: block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.news-item img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news-item a:hover{
    box-shadow: 0 0 15px rgba(186,204,207,.7);
}
.news-item p{
    overflow: hidden;
}
.news-item h5{
    padding: 18px 25px;
    font-size: 14px;
    color: #373d41;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-ul-item{
    width: 374px;
    margin:0 1% 3%;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    overflow: hidden;
}
.new-ul-item > li > a{
    color: #333;
    font-size: 14px;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-ul-item > li > a:hover{
    color: #ffb600;
}


