
*{
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
/*头部*/
.header{
    position: relative;
}
.banner {
    position: relative;
    overflow: auto;
    text-align: center;
}

    .banner li {
        list-style: none;
    }

    .banner ul li {
        float: left;
        position:relative;
    }

        .banner ul li img {
            width: 100%;
        }
#banner {
    width: 100%;
}
    #banner .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
    }
        #banner .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #fff;
            border-radius: 6px;
            cursor: pointer;
            opacity: .4;
            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }

            #banner .dots li.active {
                background: #fff;
                opacity: 1;
            }

    #banner .arrow {
        position: absolute;
        top: 50%;
        margin-top:-25px;
        z-index:99999;
    }

    #banner #al {
        left: 15px;
    }
    #banner #ar {
        right: 15px;
    }
.logo{
    position:absolute;
    top:20px;
}
.user{
    width: 200px;
    height: 50px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    display: block;
    background:#ee741d;
}
#user{
    position:absolute;
    bottom:70px;
    left:0;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.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;
}
.title>p{
    font-size:16px;
    color:#999999;
    margin-top:10px;
}
.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: 140px;
    height: 140px;
    border-radius:100%;
    background-color:#ececec!important;
}
.fun_icon>li>div{
    text-align:center;
    line-height: 32px;
    margin-top: 20px;
}
.fun_icon>li>p{
    text-align:center;
    line-height: 26px;
    font-size:14px;
    color:#666666;
}
/*功能结束*/
/*中间banner*/
.center_banner{
    padding-top:50px;
    height:450px;
    overflow:hidden;
}
.center_banner>div{
    height:450px;
    background:#f7f7f7;
}
.center_left{
    float:left;
    padding-top:120px;
    font-size:30px;
    line-height:48px;
    color:#666666;
}
#user01{
    margin-top:65px;
}
.center_right{
    float:right;
}
.center_right img{
    margin-top:-50px;
}
/*中间banner结束*/

/*banner*/
.banner_list{
    width: 100%;
    padding: 35px 0;
    height: 670px;
    background: url(../images/banner.png) center 0 no-repeat;
    transition:all 1s;
}
.banner_list .title{
    color: #ffffff;
}
.banner_list ul{
    margin-top: 50px;
    overflow:hidden;
}
.banner_list ul>li{
    float: left;
    width: 261px;
    height: 240px;
    padding-right:52px;
    margin-bottom:52px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    cursor: pointer;
}
.banner_list ul>li>div{
    background:#fff!important;
    width:211px;
    height:190px;
    padding:25px;
}
.icon>i{
    width:50px;
    height:50px;
    display:block;
    margin:0 auto;
}
.icon>p{
    font-size:16px;
    text-align:center;
    color:#1a1a1a;
}
.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;
}
.b_title{
    font-size: 16px;
    color: #1a1a1a;
}
.banner_list ul>li>div>p{
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 20px;
    line-height: 24px;
}
/*banner结束*/
/*警钟*/
.features{
    padding: 70px 0;
}
.features>.content{
    height: 650px;
    position: relative;
    margin-top:60px;
}
/*.features>.content>#features{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-161.5px;
    margin-top:-331.5px;
}*/
.features>.content>ul{
    overflow:hidden;
    width:1100px;
    margin:0 auto;
}
.features>.content>ul>li{
    width:500px;
    height:90px;
    margin:10px 0;
    float:left;
}
.features>.content>ul>li>div{
    padding-left:50px;
}
.features>.content>ul>li>div>.b_title{
    font-size:18px;
    color:#333333;
}
.features>.content>ul>li>div>p{
    font-size:14px;
    color:#808080;
    margin-top:10px;
}
/*警钟结束*/
/*步骤*/
.step{
    height:300px;
    background:url(../images/bottom_banner.png) top center no-repeat;
    font-size:40px;
    line-height:300px;
    text-align:center;
    color:#fff;
    transition:1s;

}
/*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:#ee741d
}
.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:#ee741d;
    border: 1px solid #ee741d;
    color:#fff;
}

