img{
    width: 100%;
}

.nowrap{
    white-space: nowrap;
}
.right{
    padding-left: 100px;
}
.container-fluid{
    min-width: 1366px;
}
.container-fluid .section0 .content{
    height: 65px;
}
.container-fluid .section0 .content .logo{
    color: #26D1FF;
    font-size: 0;
    margin-top: 10px;
    font-weight: bolder;
    position: relative;
}
.container-fluid .section0 .content .logo > *{
    position: absolute;
    top: 0;
}
.container-fluid .section0 .content .logo svg{
    background-color: #2e6da4;
    height: 45px;
    width: 45px;
    display: inline-block;
}
.container-fluid .section0 .content .logo span{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-left: 75px;
    font-size: 20px;
}

.container-fluid .section1{
    background: url("../images/bg.png") no-repeat;
    background-size:auto 100%;
}
.container-fluid .section1 .content{
    position: relative;
}
/*1920x605*/
.container-fluid .section1 .content h2{
    font-size: 52px;
    margin-top: 0;
    margin-bottom: 30px;
}
.container-fluid .section1 .content .main{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform:translate( 30px, -55%);
    -moz-transform:translate( 30px, -55%);
    transform:translate( 35px, -60%);
}
.container-fluid .section1 .content .download-btn{
    background-color: #007aff;
    border-radius: 0;
    border: 0;
    margin-top: 20px;
    font-size: 26px;
    margin-bottom: 10px;
}
.container-fluid .section1 .content{
    height: 0;
    padding-bottom: 31.51%;
    font-size: 26px;
}

.container-fluid .section2 .content .main{
    text-align: center;
}
.container-fluid .section2 .content .main h1{
    font-size: 46px;
    margin-top: 60px;
}
.container-fluid .section2 .content{
    height: 710px;
}
.download-panel{
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 75px;
}
.download-panel .thumbnail{
    width: 245px;
    height: 305px;
    display: inline-block;
    margin-left: 50px;
}
.download-panel .thumbnail:first-child{
    margin-left: 0;
}
.download-panel .thumbnail:hover{
    transform: scale(1.1,1.1);
    box-shadow: 0 0 10px #333333;
    cursor: pointer;
}
.download-panel .thumbnail .image{
    width: 95px;
    height: 120px;
    margin: 35px auto 10px;
    /*margin-top: 35px;*/
    /*margin-bottom: 10px;*/
    text-align: center;
    display: block;
}
.download-panel .thumbnail .image img{
    width: 100%;
    height: auto;
}
.download-panel .thumbnail h3{
    font-size: 33px;
}
.download-panel .thumbnail a{
    font-size: 20px;
}
.container-fluid .section2 .content .main p{
    font-size: 18px;
}