@charset "utf-8";
/*------------------------------------------------------网站轮播------------------------------------------------------*/
.slider{
    width:100%;
    min-width: 980px;
    position:relative;
    overflow:hidden;
    background:#fff;
    text-align:center;
}
.slider .bd{
    width:100%;
    position:absolute;
    left:0;
    margin-left:0px;
    overflow: hidden
}
.slider .bd li{
    overflow:hidden;
}
.slider .bd li img{
    display:block;
    min-width: 980px;
}
.slider .tempWrap{
    overflow:visible !important
}
.slider .tempWrap ul{
    margin-left:0px !important; /*强制位置*/
}
.slider .hd{
    position:absolute;
    width:100%;
    left:0;
    z-index:1;
    height:8px;
    bottom:20px;
    text-align:center;
}
.slider .hd li{
    display:inline-block;
    *display:inline;
    zoom:1;
    width:8px;
    height:8px;
    line-height:99px;
    overflow:hidden;
    background:url(../images/slider-btn.png) 0 -10px no-repeat;
    margin:0 5px;
    cursor:pointer;
    filter:alpha(opacity=60);
    opacity:0.6;
}
.slider .hd li.on{
    background-position:0 0;
    filter:alpha(opacity=100);
    opacity:1;
}
.slider .pnBtn{
    position:absolute;
    z-index:1;
    top:0;
    width:100%;
    height:335px;
    cursor:pointer;
}
.slider .prev{
    left:-50%;
    margin-left:-46%;
}
.slider .next{
    left:50%;
    margin-left:46%;
}
.slider .pnBtn .blackBg{
    display:block;
    position:absolute;
    left:0;
    top:0;
    height:335px;
    background:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.slider .pnBtn .arrow{
    display:none;
    position:absolute;
    top:0;
    z-index:1;
    width:60px;
    height:335px;
}
.slider .pnBtn .arrow:hover{
    filter:alpha(opacity=60);
    opacity:0.6;
}
/*------------------------------------------------------关于我们------------------------------------------------------*/
.about{
    width:70%;
    min-width: 1200px;
    margin: 30px auto 0;
}
.about .title{
    text-align: center;
}
.about .title h1{
    color:#014fa2;
    font-size:36px;
}
.about .title span{
    font-size: 12px;
    color:#999;
}
.about .title h3{
    font-weight: normal;
    font-size:18px;
    color:#888;
}
.about .connect{
    margin-top:30px;
}
.about .connect .left{
    float: left;
    width:60%;
}
.about .connect .left p{
    font-size:16px;
    line-height: 28px;
    margin-bottom:10px;
    text-align: justify;
    color:#666;
}
.about .connect .right{
    float: right;
    width:35%;
}
.about .connect .right img{
    width:100%;
}
.about ul{
    margin-top:50px;
}
.about ul li{
    float: left;
    width:19%;
    height:400px;
    background: #eee;
    position: relative;
}
.about ul li img{
    width:100%;
    position: relative;
}
.about ul li:first-child+li,.about ul li:first-child+li+li,.about ul li:first-child+li+li+li,.about ul li:first-child+li+li+li+li{
    margin-left:1.25%;
}
.about ul li span{
    display: block;
    color:#004ea2;
    font-size:18px;
    text-align: center;
    margin:10px 0;
    position: relative;
}
.about ul li p{
    display: none;
    width:90%;
    margin:0 auto;
    color: white;
    font-size:15px;
    line-height: 26px;
    position: relative;
    left:0;
}
.about ul li .bg{
    display: none;
    width:100%;
    height:100%;
    background: #23b050;
    position: absolute;
    top:0;
}
.about .more{
    display: block;
    background: #004ea2;
    width:150px;
    height:50px;
    color: white;
    line-height: 50px;
    text-align: center;
    margin:30px auto;
    font-size:18px;
    border-radius: 5px;
}
.about .more:hover{
    background: red;
}
/*------------------------------------------------------产品展示------------------------------------------------------*/
.pro{
    min-width: 1200px;
    background: url(../images/pro.jpg);
    border-top:1px solid transparent;
}
.pro .connect{
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
    padding:50px 0
}
.pro .title{
    text-align: center;
}
.pro .title h1{
    color:#014fa2;
    font-size:36px;
}
.pro .title span{
    font-size: 12px;
    color:#999;
}
.pro .title h3{
    font-weight: normal;
    font-size:18px;
    color:#888;
}
.pro .connect .pro_list{
    margin-top:30px;
}
.pro .connect .pro_list li{
    float: left;
    width:25%;
    height:450px;
    background: white;
}
.pro .connect .pro_list li:first-child+li,.pro .connect .pro_list li:last-child{
    position: relative;
}
.pro .connect .pro_list li:first-child+li .img,.pro .connect .pro_list li:last-child .img{
    position: absolute;
    bottom:0;
}
.pro .connect .pro_list li .img .bg{
    width:23px;
    height:12px;
    position: absolute;
    z-index: 10;
    left:50%;
    margin-left:-11.5px;
}
.pro .connect .pro_list li:first-child .img .bg,.pro .connect .pro_list li:first-child+li+li .img .bg{
    background: url(../images/top.png);
    bottom:0;
}
.pro .connect .pro_list li:first-child+li .img .bg,.pro .connect .pro_list li:last-child .img .bg{
    background: url(../images/bottom.png);
}

.pro .connect .pro_list li .img{
    display: block;
    width:100%;
    height:50%;
    position: relative;
    overflow: hidden;
}
.pro .connect .pro_list li .img img:first-child{
    width: 100%;
    height:100%;
}
.pro .connect .pro_list li .img img:first-child{
    position: absolute;
}
.pro .connect .pro_list li .text span{
    display: block;
    text-align: center;
    padding:10px 0;
    color: #004ea2;
    font-size: 20px;
}
.pro .connect .pro_list li .text p{
    line-height: 23px;
    width:90%;
    margin: 0 auto;
}
.pro .connect .pro_list li .text .more{
    display: block;
    width:90px;
    height:35px;
    border:1px solid #ccc;
    line-height: 35px;
    text-align: center;
    margin:10px auto 0;
}
.pro .connect .pro_list li .text .more:hover{
    color: white;
    background: red;
}
.pro .connect .list_more{
    display: block;
    font-size:18px;
    width:150px;
    height:50px;
    margin:40px auto 0;
    line-height: 50px;
    text-align: center;
    background: white;
    border-radius: 5px;
}
.pro .connect .list_more:hover{
    background: red;
    color:white;
}
/*------------------------------------------------------案例展示------------------------------------------------------*/
.case{
    min-width: 1200px;
    background: #eee;
    border-top:1px solid transparent;
}
.case .connect{
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
    padding:50px 0
}
.case .title{
    text-align: center;
}
.case .title h1{
    color:#014fa2;
    font-size:36px;
}
.case .title span{
    font-size: 12px;
    color:#999;
}
.case .title h3{
    font-weight: normal;
    font-size:18px;
    color:#888;
}
.case .connect{
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
}
.case .connect .case_list li{
    float: left;
    width: 32%;
    background: #fff;
    margin-top:30px;
}
.case .connect .case_list li:first-child+li,.case .connect .case_list li:first-child+li+li,.case .connect .case_list li:first-child+li+li+li+li,.case .connect .case_list li:last-child{
    margin-left:2%;
}
.case .connect .case_list li .img{
    position: relative;
    width:100%;
    height:285px;
}
.case .connect .case_list li .img a{
    display: block;
    width:100%;
    height:285px;
    overflow: hidden;
    position: relative;
}
.case .connect .case_list li .img a img{
    position: absolute;
    width:100%;
    height:100%;
}
.case .connect .case_list li .img .bg{
    display: none;
    width:100%;
    height:100%;
    background: url(../images/logo_bg.png) no-repeat center rgba(255,255,255,0.7);
    position: absolute;
    top:0;
}
.case .connect .case_list li span{
    display: block;
    margin:8px 0;
    text-align: center;
}
.case .connect .case_list li span a{
    color:black;
}
.case .connect .case_list li span a:hover{
    color: red;
}
.case .connect .more{
    display: block;
    width:150px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size:18px;
    background: #004ea2;
    border-radius: 5px;
    margin: 30px auto 0;
    color: white;
}
.case .connect .more:hover{
    background: red;
}
/*------------------------------------------------------新闻中心------------------------------------------------------*/
.news{
    width:70%;
    min-width: 1200px;
    margin:0 auto;
}
.news .title{
    text-align: center;
    margin:30px 0;
}
.news .title h1{
    color:#014fa2;
    font-size:36px;
}
.news .title span{
    font-size: 12px;
    color:#999;
}
.news .title h3{
    font-weight: normal;
    font-size:18px;
    color:#888;
}
.news .news_list li{
    float: left;
    width:49%;
    height:90px;
    margin-top:20px;
    background: #eee;
}
.news .news_list li:hover{
    background: #ead4bc;
}
.news .news_list li:first-child+li,.news .news_list li:first-child+li+li+li,.news .news_list li:last-child{
    margin-left:2%;
}
.news .news_list li a{
    display: block;
    width:100%;
    height:100%;
}
.news .news_list li a .left{
    float: left;
    width:15%;
    text-align: center;
    border-right:1px solid white;
}
.news .news_list li a .left .day{
    font-weight: bold;
    font-size: 25px;
    height:50px;
    line-height: 50px;
    border-bottom: 1px solid white;
}
.news .news_list li a .left .mot{
    height:39px;
    line-height: 39px;
}
.news .news_list li a .right{
    float: right;
    width:80%;
    margin-right:2%;
}
.news .news_list li a .right span{
    display: block;
    margin:8px 0;
    color:black;
}
.news .news_list li a .right p{
    text-align: justify;
}
.news .more{
    display: block;
    width:150px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size:18px;
    background: #004ea2;
    border-radius: 5px;
    margin: 30px auto;
    color: white;
}
.news .more:hover{
    background: red;
}
/*------------------------------------------------------企业认证------------------------------------------------------*/
.aut{
    width:70%;
    min-width: 1200px;
    margin:60px auto 30px;
    border-left:1px solid #999;
}
.aut li{
    float: left;
    width:19.9%;
    border-top:1px solid #999;
    border-right:1px solid #999;
    border-bottom: 1px solid #999;
}
.aut li a{
    display: block;
    width: 100%;
}
.aut li img{
    width:100%;
    height:150px;
}