body{
    padding-top: 0;
}
.nav{
    background-color: rgba(255,255,255,0);
}
.header{
    width: 100%;
    background-image: url("../images/banner.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
    /*padding-top: 375px;*/
    box-sizing: border-box;
    position: relative;
}
.header-content{
    position: absolute;
    top: 50%;
    width:50%;
    text-align:center;
    left: 0;
    right: 0;
    /*height: 200px;*/
    overflow: hidden;
    margin-top: -100px;
}

.header-title-left{
}

.header-title-right{
    left:50%;
    border-left:1px solid #ffffff;
    width:45%;
}
.body-one{
    display: none;
    padding: 30px 0 100px 0;
    background-color: #FFFFFF;
    background-image:url(../images/bggif.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
.body-one-block{
    display: block;
}
.title{
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #C4000D;
    text-align: center;
    position: relative;
}
.title p{
    font-size: 16px;
    margin-top: 4px;
}
.title i{
    display: block;
    width:124px;
    height:10px;
    background:rgba(196,0,13,1);
    opacity:0.2;
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin: 0 0 0 -62px;
}
.introduce{
    text-align: center;
    font-size: 40px;
    color: #010C2A;
    margin-top: 12px;
}
.header-title{
    color: #FFFFFF;
    font-size: 60px;
    text-align: center;
}
.header-message{
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin-top: 4px;
}
.download-btn{
    display:inline-block;
}
.download-btn a{
    display: block;
    width:150px;
    height:40px;
    line-height: 40px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    text-align: center;
    font-size: 22px;
    color: #E50112;
    margin: 25px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.download-btn a:hover{
    opacity: .8;
    text-decoration:underline;
}
.download-font{
    text-align: center;
    color: #FFDA03;
    font-size: 14px;
    margin-top: 10px;
}
.download-font span{
    vertical-align: bottom;
    margin-right: 2px;
}
.download-font a{
    color: #FFDA03;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.download-font a:hover{
    opacity: .8;
}
.download-font img{
    vertical-align: bottom;
}
.download-font i{
    display: inline-block;
    border-bottom: 1px solid #FFDA03;
    font-style:normal;
}
.header-shade{
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height:215px;
    background:rgba(1,12,42,.4);
    /*margin-top: 290px;*/
    text-align: center;
}
.shade-title{
    width: 100%;
    padding-top: 12px;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.shade-list ul{
    overflow: hidden;
}
.shade-list li{
    width: 150px;
    float: left;
}
.shade-list a{
    display: block;
    color: #FFFFFF;
}
.shade-img{
    width:80px;
    height:80px;
    line-height: 80px;
    background:rgba(255,255,255,0.3);
    border-radius: 100%;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.shade-list li:hover .shade-img{
    opacity: .8;
}
.shade-img img{
    vertical-align: middle;
}
.shade-p{
    font-size: 20px;
    line-height: 30px;
    margin-top: 8px;
}
.shade-span{
    font-size: 14px;
}
.introduce-list{
    width: 659px;
    margin: 15px auto 0 auto;
    overflow: hidden;
}
.introduce-fl{
    float: left;
    width: 24px;
    padding: 4px 0;
    background-color: #C4000D;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
}
.introduce-fr{
    float: right;
        width: 635px;
    height: 64px;
    box-sizing: border-box;
    border-top: 1px solid #C4000D;
    border-right: 1px solid #C4000D;
    border-bottom: 1px solid #C4000D;
    color: #C4000D;
    font-size: 14px;
}
.introduce-fr ul{
    overflow: hidden;
    padding: 10px 0 0 20px;
}
.introduce-fr li{
    float: left;
    margin:0 28px 4px 0;
}
.introduce-fr i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #C4000D;
    border-radius: 100%;
    vertical-align: middle;
}
.introduce-fr span{
    vertical-align: middle;
}
.wx-accounts{
    overflow: hidden;
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    text-align: center;
}
.wx-accounts-fl{
    display: inline-block;
    text-align: center;
    margin-left: 58px;
}
.wx-accounts-fl img{
    vertical-align: bottom;
}
.wx-accounts-fr{
    display: inline-block;
    margin: 30px 0 0 20px;
    line-height: 30px;
    vertical-align: top;
}
.wx-accounts-fr p{
    text-align: left;
}
.body-two{
    padding-top: 42px;
}
.body-two-container{
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    padding: 40px 52px 60px 52px;
}
.body-two-p{
    margin-top: 22px;
    color: #373737;
    font-size: 18px;
    text-indent: 36px;
    text-align: justify;
}
.body-two-p p{
    margin-bottom: 30px;
}
.body-three{
    width: 100%;
    height: 720px;
    background-image: url("../images/bg.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
    margin-top: -50px;
    box-sizing: border-box;
    padding-top: 122px;
}
.body-title{
    font-size: 36px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
}
.body-message{
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
.body-three-list ul{
    overflow: hidden;
    padding-top: 80px;
}
.body-three-list li{
    width: 300px;
    float: left;
    overflow: hidden;
    margin-bottom: 48px;
    padding-left: 70px;
}
.list-img{
    float: left;
    width: 50px;
    padding-top: 8px;
}
.list-font{
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
}
.list-font p{
    font-size: 14px;
}