﻿@charset "utf-8";
/* CSS Document */
/*css重置*/
body{ margin:0;    font: 12px/180% Arial, Helvetica, sans-serif,"宋体";min-width: 1000px}
ul,li,dl,dt,p,span,dd,h2{ margin:0; padding:0;}
li{ list-style:none;}
a,img{ padding:0; display: block; margin:0; border:none;}
a{ text-decoration:blink;}
/*顶部导航*/
header{
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(8, 28, 58, 0.2);
    position: relative;
    z-index: 10000;

}
.nav{
    width: 1000px;
    margin: auto;
    height: 110px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 60px;

}
.nav:before,.nav:after{
    content: '';
    display: table;
}
.nav:after{
    clear: both;
}
.nav_logo a{
    display: block;
    width: 260px;
    height: 110px;
    float: left;
}
.nav_logo a img{
    float: left;
    width: 64px;
    height: 64px;
    margin: 23px 0;
}
.nav_logo a h2{
    margin-top: 22px;
    margin-left: 74px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #fad346;
}
.nav_logo a span{
    display: block;
    font-size: 24px;
    margin-left: 77px;
    height: 24px;
    line-height: 24px;
    color: #fad346;

}
.nav ul{
    float: left;
}
.nav ul li{
    float: left;
    height: 110px;

}
.nav ul li a{
    display: block;
    font-size: 14px;
    padding: 0 20px;
    line-height: 110px;
    color: #000;
}
.nav ul li a:hover,.nav ul li a.nav_now{
    color:#fad346;
}

.superiority{
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
    padding: 40px 10px;
}
.superiority section{
    display: inline-block;
    width: 32%;
    text-align: center;

}
.superiority section img{
    display: inline-block;
    width: 120px;
    height: 120px;
}
.superiority section h2{
    color:#828282;
    font-size:16px;
    text-align: center;
    line-height: 40px;

}
.superiority section p{
    display: inline-block;
    width: 180px;
    color:#828282;
    font-size:12px;
    text-align: left;
    line-height: 20px;
}
.about{
   width: 100%;
    background:#f3f3f3;
    overflow: hidden;

}
.container{
    width: 1000px;
    margin: auto;
    padding: 20px 40px;
    box-sizing: border-box;
}
.about h2{
    color: #828282;
    font-size: 20px;
    text-align: center;
    line-height:30px;
    margin-bottom: 24px;
}
.container div{
    text-align: center;
}
.container div:before,.container div:after{
    content: '';
    display: table;
}
.container div:after{
    clear: both;
}
.about section{
   display: inline-block;
    width: 468px;
    margin-right: 40px;
}
.about p{

    width: 100%;
    color:#828282 ;
    line-height: 20px;
    text-indent: 24px;
    margin-bottom: 10px;
    text-align: left;
}
.about img{
    display: inline-block;
    width:260px;
    height: 180px;
    padding-top: 20px;
}

.hdx_pro{
    width: 1000px;
    margin: auto;
    padding: 20px 0;
}
.hdx_pro h2,.pro_list_box h2{
    color: #828282;
    font-size: 20px;
    text-align: center;
    line-height:30px;
    margin-bottom: 24px;
}
.hdx_pro .swiper-container{
    width: 100%;
    height: 210px;
}
.hdx_pro .swiper-slide{
    width: 180px;
    height: 160px;
    float: left;
    text-align: center;
    padding: 10px 20px;
}
.hdx_pro .swiper-slide img{
    display: inline-block;
    width: 180px;
    height: 160px;
    border-radius: 3px;
    box-shadow: 0px 0px 15px 0px rgba(8, 28, 58, 0.4);
}
.foot{
    height: 60px;
    border-top: 1px solid #828282;
    text-align: center;
    line-height: 20px;
}
.pro_list{
    background: url("../images/WechatIMG19.jpeg") no-repeat;
    background-size: 100% 800px;
}
.pro_list_box{
    position: relative;


}
.wqdelementEdit{
    position: absolute;
}
.pro_list_box{
    height: 760px;
}
.freeContainerOne .wqd-bgclr {
    background-color: rgba(0,0,0,1);
    fill: rgba(0,0,0,1);
    border:2px solid #d9534f;
    width: 100%;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.freeContainerTwo{
    background-color: rgba(255,255,255,0.46);
}
.freeContainerTwo .wqd-bgclr{
    background-color: #fff;
    fill: rgba(0,0,0,1);
    border:2px solid #d9534f;
    width: 100%;
    color: #d9534f;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
}
.freeContainerTwo a.wqd-button:hover{
    background: #d9534f;
}
.wqd-relate{
    background: #fff;
}
.wqdelementEditTwo .freeContainerTwo.rank{
    left: -162% !important;
}







/*adbout*/
.curAbout{
    background: #f3f3f3;
    margin: 80px 0;
    padding: 20px ;
}
.curAbout h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
    margin-bottom: 24px;
}
.curAbout p{
    margin-bottom: 20px;
    line-height: 26px;
    color: #666;
    text-align: left;
    text-indent: 24px;
}
/*youshi*/
.curYoushi{
    background: #f3f3f3;
    margin: 40px 0;
    padding: 20px ;
}
.curYoushi h2{
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 24px;
    font-weight: normal;
}
.curYoushi ul li{
    border: solid 1px #dfeaeb;
    text-align: center;
    display: table;
    float: left;
    vertical-align: middle;
    margin-right: 18px;
    margin-bottom: 30px;
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.curYoushi ul li p {
    display: table-cell;
    width: 200px;
    height: 150px;
    vertical-align: middle;
}
.curYoushi ul li img {
    max-width: 160px;
    max-height: 120px;
    display: inline-block;
}
.curYoushi ul li span {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #BBB;
    color: #fff;
    text-align: center;
    height: 26px;
    display: block;
}
/*server*/

.curService{
    background: #f3f3f3;
    margin: 40px 0;
    padding: 20px ;
}
.curService div{
    margin-bottom: 30px;
}
.curService h2{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;

}
.curService p{
    margin-bottom: 20px;
    line-height: 26px;
    color: #666;
    text-align: left;
    text-indent: 24px;
}
/*assure*/
.curAssure{
    background: #f3f3f3;
    margin: 40px 0;
    padding: 20px ;
}
.curAssure div{
    margin-bottom: 30px;
}
.curAssure h2{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;

}
.curAssure p{
    margin-bottom: 20px;
    line-height: 26px;
    color: #666;
    text-align: left;
    text-indent: 24px;
}
/*phone*/
.curPhone{
    background: #f3f3f3;
    margin: 40px 0;
    padding: 20px ;
}
.curPhone h2{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;

}
.curPhone p{
    margin-bottom: 20px;
    line-height: 26px;
    color: #666;
    text-align: left;
}
.curPhone img{
    width: 100%;
    margin: auto;
    display: inline-block;
    border: solid 1px #dfeaeb;
}