
*{
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
/*头部*/
.header{
    position: relative;
}
#video{
    display: block;
}

.top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content{
    width:1200px;
    margin: 0 auto;
}
.logo{
    padding:40px 0 0 25px;
}
.center{
    width:1000px;
    position:absolute;
    top: 50%;
    left: 50%;
    margin:-88.5px 0 0 -500px;
}
.center>p{
    color: #ffffff;
    font-size: 60px;
    text-align:center;
}
.center>a{
    width: 245px;
    height: 60px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin: 51px auto 0;
    background:#0070c5;
    /*background:url(/Themes/images/icon_bg.png);
    background-size:auto 100%!important;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/Themes/images/icon_bg.png',
    sizingMethod='scale');*/
}
.center>a:hover{
    /*background:url(/Themes/images/icon_bgHover.png);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/Themes/images/icon_bgHover.png',
    sizingMethod='scale');*/
}
.header-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}
/*头部结束*/
@media(max-width:1920px){
    #video,.header{
        height:713.63px;
    }
}
@media(max-width:1600px){
    #video,.header{
        height:593.625px;
    }
    .center>p{
        font-size:50px;
    }
}
@media(max-width:1440px){
    #video,.header{
        height:533.63px;
    }
}
@media(max-width:1366px){
    #video,.header{
        height:505.88px;
    }
}
/*功能模块*/
.function{
    padding: 70px 0;
}
.title{
    font-size: 28px;
    text-align: center;
}
.fun_icon{
    overflow: hidden;
    margin-top:20px;
}
.fun_icon>li{
    width: 20%;
    margin: 60px 2.5% 0;
    float: left;
}
.fun_icon>li>i{
    display: block;
    margin: 0 auto;
   width: 69px;
    height: 69px;
}
.fun_icon>li>p{
    text-align:center;
    line-height: 32px;
    margin-top: 20px;
}
/*功能结束*/
/*警钟*/
.Alarm{
    padding: 70px 0;
    background:#f2f2f2;
}
.Alarm>.content{
    height: 510px;
    text-align: center;
    line-height: 510px;
    position: relative;
}
.Alarm>.content>#alarm{
    vertical-align: middle;
}
.Alarm>.content>.text{
    width: 240px;
    line-height:normal;
    text-align: left;
    position: absolute;
    filter: alpha(opacity=0);
    opacity:0;
    
}
.Alarm>.content>.text1{
    top: 50px;
    right: 65px;
}
.Alarm>.content>.text2{
    top: 150px;
    left: 65px;
}
.Alarm>.content>.text3{
    top: 350px;
    right: 65px;
}
.Alarm>.content>.a_line{
    filter: alpha(opacity=0);
    opacity:0;
}
.Alarm>.content>.a_line1{
    position: absolute;
    top: 60px;
    right: 320px;
}
.Alarm>.content>.a_line2{
    position: absolute;
    top: 160px;
    left: 320px;
}
.Alarm>.content>.a_line3{
    position: absolute;
    top: 380px;
    right: 320px;
}
.Alarm>.content>.text>.a_title{
    font-size: 18px;
    color: #1a1a1a;
}
.Alarm>.content>.text>p{
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 15px;
}
/*警钟结束*/
/*banner*/
.banner_list{
    width: 100%;
    padding: 70px 0;
    height: 610px;
    background: url(../images/banner.png) center 0 no-repeat;
    transition:all 0.5s;
}
.banner_list .title{
    color: #ffffff;
}
.banner_list ul{
    margin-top: 70px;
}
.banner_list ul>li{
    float: left;
    width: 342px;
    height: 120px;
    margin: 6px 12px 6px 0;
    background:#ffffff;
    padding: 20px 25px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    cursor: pointer;
}
.banner_list ul>li:hover{
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.banner_list ul>li>div{
    padding-left: 50px;
}
.b_title{
    font-size: 16px;
    color: #1a1a1a;
}
.banner_list ul>li>div>p{
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    line-height: 24px;
}
/*banner结束*/
/*步骤*/
.step{
    padding: 70px 0;
}
.step_cont>p{
    font-size:14px;
    color:#666666;
}
.step_list{
    margin-top:45px;
    border-top:1px dashed #b4c3d1;
    overflow:hidden;
}
.step_list>li{
    margin-top:30px;
    width:45%;
    height:40px;
    line-height:40px;
    padding-left:5%;
    float:left;
}
/*下载*/
.download{
     padding: 60px 0;
     background:url(../images/down_bg.png) bottom center no-repeat;
     background-size:auto 100%!important;
}
.down_cont{
    width:905px;
    margin:0 auto;
    margin-top:55px;
}
.down_cont>div{
    margin-bottom:30px;
    overflow:hidden;
    display:inline-block;
}
.down_cont>div>div{
    float:left;
    font-size:16px;
    color:#333333;
    font-weight:bold;
}
.down_cont>div>ul{
    float:left;
    font-size:14px;
    margin-left:15px;
}
.down_cont>div>ul>li{
    float:left;
    padding-left:10px;
    background:url(../images/down_jiantou.png) left center no-repeat;
    margin-right:15px;
}
.down_cont>div>ul>li>a{
    color:#323232;
}
/*footer*/
.footer{
    background: #21232c;
    height: 400px;
}
.footer>.content{
    width: 1130px;
    padding:30px 30px 30px 40px;
    overflow:hidden;
    height:274px;
       
}
#from{
    width:760px;
    display: inline-block;
    float: left;
}
.from_title{
    font-size: 24px;
    color: #FFFFFF;
}
#from>.input{
    margin-top: 20px;
}
#from>.input>input{
    outline: none;
    border: 1px solid #fff;
    width: 530px;
    height:40px;
    line-height: 40px;
    font-size: 14px;
    border-radius:6px ;
    padding: 0 15px;
    margin-bottom: 12px;
}
.btn{
    width: 140px;
    height: 40px;
    background: #21232c;
    border: 1px solid #828282;
    color: #828282;
    line-height: 40px;
    text-align: center;
    display: block;
    margin-top: 20px;
    border-radius: 2px;
}
.msg-success-bot{
    width: 200px;
    height: 60px;
    color: #fff;
    text-align: center;
    margin: 50px auto;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.msg-success-bot-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}
.msg-success-bot-txt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
}
#address{
    display: inline-block;
    padding-left: 59px;
    width: 310px;
    border-left:1px dashed #707071 ;
    height: 240px;
    float: left;
    font-size:14px;
}
.f_text{
    margin-top:30px;
    color:#fff;
}
#address p{
    margin-top:8px;
}
#address>p{
    color:#707071
}
/*弹窗*/
#close{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,.5);
    display:none;
    
}
.from {
    width: 670px;
    height: 390px;
    border-radius: 8px;
    background-color: rgb(228, 228, 228);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.29);
    position: fixed;
    top: 50%;
    left: 50%;
    display:none;
    z-index:9999999999;
    margin:-185px 0 0 -335px;
}
.from .msg-success-bot{
    color:#1889d4
}
.from >div{
    width:560px;
    height:290px;
    padding:50px 55px;
    position:relative;
}
.from  .close{
    position:absolute;
    top:0;
    right:10px;
    color:#000;
    font-size:26px;
}
.from  .from_title{
    color:#000;
}
.from  .input {
    margin-top: 20px;
}
.from  .input>input{
    outline: none;
    border: 1px solid #fff;
    width: 530px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 15px;
    margin-bottom: 12px;
}
.from  .btn{
    float:right;
    background:#2871b6;
    color:#fff;
}

