* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}
.header{
    position: relative;
}
body {
    margin: 0;
    font-family: "微软雅黑";
    /*background-color: #1F1F1F;*/
}
.content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.nav-bar ul{
    float: right;

}
.nav-bar ul li{
    float: left;
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
    line-height: 48px;
    margin-right: 60px;
}
.nav-bar ul li a{
    color: #fff;
}
.nav-bar ul li a:hover{
    color: #999;
}
.nav-bar ul li a.active:hover{
    color: #fff;
}
.nav-bar ul li a.active{
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
}
.logo{
    position: absolute;
    left: 0;
    top: -17px;
    width: 150px;
    height: 150px;
    background: rgb(24,24,52);
    border-radius: 0 0 20px 20px;

}
.logo img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 10px auto;


}
.basicMessage{
    width: 1114px;
    height: 239px;
    background: rgb(24,24,52);
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -162px;
    z-index: 999;
}
.messageBox{
    margin: 47px 103px 0;
}
.messageItem{
    width: 200px;
    float: left;
    color: #fff;
    font-size: 16px;
    margin-right: 150px;
    position: relative;
}
.messageIcon{
    width: 38px;
    height: 38px;
    position: absolute;
    top: -10px;
    left: -60px;
}
.messageTitle{
    font-size: 18px;
    color: #fff;
}
.messageItem div{
    margin-bottom: 20px;
}
.messageItem.last{
    margin-right: 0;
}
.searchBox{
    width: 532px;
    height: 40px;
    margin: 12px auto 0;
}
.inputBox{
    width: 353px;
    height: 100%;
    float: left;
    background-image: url("../img/search.png");
}
.inputBox input{
    width: 290px;
    height: 100%;
    float: left;
    outline: none;
    padding-left: 10px;
    background: none;
    border: 0;


}
.searchButton{
    width: 143px;
    height: 38px;
    background: rgb(39,67,129);
    float: right;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}
.content_center{
    margin-top: 220px;
}
.welcom{
    text-align: center;
    color: rgb(97,97,97);
    font-size: 30px;
    font-weight: bolder;
}
.hyd{
    font-size: 40px;
    color: rgb(36,35,35);
    font-weight: bolder;
    text-align: center;
    position: relative;
    line-height: 80px;
}
.dec_line{
    width: 98px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: rgb(0,104,183);
}
.module{
    width: 360px;
    height: 290px;
    float: left;
    position: relative;
    overflow: hidden;
}
.module_center{
    margin: 0 45px;
}
.module_position{
    position: absolute;

    left: 0;
    right: 0;
    margin: auto 0;
    transition: all 0.6s;
    top: 0;
    cursor: pointer;

    /*transition-timing-function: ease;*/
    /*-moz-transition-timing-function: ease; !* Firefox 4 *!*/
    /*-webkit-transition-timing-function: ease; !* Safari 和 Chrome *!*/
    /*-o-transition-timing-function: ease; !* Opera *!*/
}
.module_position.first{
    top: 270px;
}
.module_position.second{
    top: 320px;
}
.module_position.third{
    top: 370px;
}
.module_imageBox{
    width: 145px;
    height: 137px;
    margin: 0 auto;
    position: relative;
}
.module_img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:auto;
}
.module_title{
    font-size: 36px;
    color: rgb(36,35,35);
    text-align: center;
    font-weight: bolder;
    margin: 30px 0 20px;
}
.module_desc{
    font-size: 13px;
    color: rgb(102,101,101);
    text-align: center;
}
.moduleBox{
    padding-top: 60px;
    position: relative;
    height: 660px;
}
.module_back{
    position: absolute;
    width: 1077px;
    height: 603px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.module_margin{
    margin-bottom: 30px;
}
.ourData{
    width: 100%;
    height: 220px;
    background: rgb(24,24,52);
    padding:40px 0;
}
.prove{
    color: #fff;
}
.proveItem{
    width: 240px;
    height: 100px;
    color: #fff;
    text-align: center;
    float: left;
    margin-right: 76px;
    margin-top: 30px;
}
.prove_num{
    font-size: 36px;

}
.prove_title{
    font-size: 24px;

}
.prove_desc{
    font-size: 12px;
}
.proveItem:nth-last-child(1){
    margin-right: 0;
}
.proveItem_margin{
    margin-right: 0;
}

.companyBox2{
    width: 1200px;
    height: 195px;
    position: relative;
    overflow: hidden;

}

.companyLogoIE{
    height: 195px;
    float: left;
    background: #fff;

}

.picBox{
    width: 290px;
    height: 195px;
    float: left;
    position: relative;
    margin-right: 10px;
    background: rgb(246,246,246);

}
.companyPic{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;

}
.companyWord{
    width: 290px;
    height: 195px;
    text-align: center;
    line-height: 195px;
    color: #0072c2;
    font-size: 24px;
}
.mailing{
    width: 100%;
    height: 129px;
    background: rgb(246,246,246);
    padding: 20px 0;
}

.mail_desc{
    float: left;
}
.mail_desc_title{
    font-size: 24px;
    color: rgb(36,35,35);
    font-weight: bolder;
    margin: 30px 0 10px;
}
.mail_desc_tips{
    font-size: 20px;
    color: rgb(149,148,148);
}
.mailButton{
    width: 129px;
    height: 129px;
    line-height: 62px;
    float: right;
}
.mailButton img{
    width: 129px;
    height: 129px;
}
.record a{
    color: #fff;
    text-decoration: underline;
 }
