* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration:none;
}
img {
    border: 0;
}
@font-face {
    font-family: 'TTWebFont';
    src: url('../font/impact.woff') format('woff');
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}
/* Custom CSS
 * --------------------------------------- */
body{
    font-family: Arial,Helvetica;
    color: #fff;
    color: rgba(0,0,0,0.5);
}
.preloader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 99999;
}

.line-scale {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
    background-color: #daa046;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}
@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}
/* Sections
 * --------------------------------------- */
.section{
    background-size: 100% 100%;
    overflow: hidden;
}
#section1{
    background-image: url(../image/bg1.jpg);
}
#section2{
    background-image: url(../image/bg2.jpg);
}
#section3{
    background-image: url(../image/bg3.jpg);
}
#section4{
    background-image: url(../image/bg4.jpg);
}
#section5{
    background-image: url(../image/bg5.jpg);
}
/* Mask
 * --------------------------------------- */
.mask-frame{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}
.mask-frame img {
    height: 100%;
}
.mask-frame .mask-1{
    width: 42%;
}
.mask-frame .mask-2{
    width: 55.8%;
}
.mask-frame .mask-3{
    margin-left: 14%;
    width: 55.5%;
}
.mask-frame .mask-4{
    margin-left: 27.8%;
    width: 56%;
}
.mask-frame .mask-5{
    margin-left: 42%;
    width: 56%;
}
/* Navigation
 * --------------------------------------- */
#fp-nav.left {
    left: 3%;
}
#fp-nav ul li,
#fp-nav ul li a span,
#fp-nav ul li:hover a span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span{
    width: 13px;
    height: 13px;
}
#fp-nav ul li{
    margin: 0 0 22px;
}
#fp-nav ul li:last-child{
    margin-bottom: 0;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    margin: 0;
    background: #fff;
}
#fp-nav ul li a span{
    margin: 0;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
}
#fp-nav ul li:hover a span {
    margin: 0;
    background: #fff;
}
/* Social link
 * --------------------------------------- */
.social-link{
    display: block;
    position: absolute;
    left: 3%;
    bottom: 2%;
    z-index: 1000;
}
.social-link a{
    display: block;
    margin-bottom: 26px;
    width: 26px;
    height: 26px;
}
.social-link a img{
    width: 100%;
}
/* Section 1
 * --------------------------------------- */
.content{
    z-index: 100;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    height: 100%;
    color:#fff;
    overflow: hidden;
}
#home-menu.home-menu {
    position: absolute;
    top: 50%;
    width: 42%;
    transform: translateY(-50%);
}
.home-menu a {
    margin-bottom: 5vh;
    font-size: 32px;
    cursor: pointer;
    letter-spacing: 1px;
    display: block;
}
.home-menu a:hover{
    text-decoration: underline;
}
.home-menu a:nth-child(1){
    margin-right: 28%;
}
.home-menu a:nth-child(2){
    margin-right: 25%;
}
.home-menu a:nth-child(3){
    margin-right: 22%;
}
.home-menu a:nth-child(4){
    margin-right: 19%;
}
.home-menu a:last-child {
    margin-bottom: 0;
}
.home-info {
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    left: 37%;
    white-space: nowrap;
}
.info-title {
    font-size: 80px;
    font-family: TTWebFont, Arial, Helvetica;
    line-height: 88px;
    margin-top: -18px;
}
.info-subtitle{
    margin-top: 10px;
    font-size: 22px;
    font-weight: 100;
    word-spacing: 3px;
    letter-spacing: 1px;
    line-height: 28px;
}
.home-info .info-title p:first-child{
}
.home-info .info-title p:last-child{
    text-indent: 12px;
}
.home-info .info-subtitle p:nth-child(1){
    text-indent: 24px;
}
.home-info .info-subtitle p:nth-child(2){
    text-indent: 32px;
}
.home-info .info-subtitle p:nth-child(3){
    text-indent: 37px;
}
.home-info .info-subtitle p:nth-child(4){
    text-indent: 42px;
}
/*屏幕分辨率 1024 * 768*/
@media only screen and (min-width: 1024px) {
    .home-menu a {
        margin-bottom: 36px;
        font-size: 24px;
    }
    .info-title {
        font-size: 56px;
        line-height: 64px;
        margin-top: -14px;
    }
    .info-subtitle{
        margin-top: 12px;
        font-size: 16px;
        word-spacing: 3px;
        letter-spacing: 1px;
        line-height: 22px;
    }
}
/*屏幕分辨率 1280 * 1024*/
/*屏幕分辨率 1280 * 800*/
@media only screen and (min-width: 1280px) {
    .home-menu a {
        margin-bottom: 36px;
        font-size: 24px;
    }
    .info-title {
        font-size: 56px;
        line-height: 64px;
        margin-top: -14px;
    }
    .info-subtitle{
        margin-top: 12px;
        font-size: 16px;
        word-spacing: 3px;
        letter-spacing: 1px;
        line-height: 22px;
    }
}
/*屏幕分辨率 1366 * 768*/
@media only screen and (min-width: 1366px) {
    .home-menu a {
        margin-bottom: 37px;
        font-size: 25px;
    }
    .info-title {
        font-size: 58px;
        line-height: 66px;
        margin-top: -14px;
    }
    .info-subtitle{
        margin-top: 12px;
        font-size: 17px;
        word-spacing: 3px;
        letter-spacing: 1px;
        line-height: 23px;
    }
}
/*屏幕分辨率 1440 * 900*/
@media only screen and (min-width: 1440px) {
    .home-menu a {
        margin-bottom: 38px;
        font-size: 26px;
    }
    .info-title {
        font-size: 60px;
        line-height: 68px;
        margin-top: -14px;
    }
    .info-subtitle{
        margin-top: 12px;
        font-size: 18px;
        word-spacing: 3px;
        letter-spacing: 1px;
        line-height: 24px;
    }
}
/*屏幕分辨率 1600 * 900*/
@media only screen and (min-width: 1600px) {
    .home-menu a {
        margin-bottom: 46px;
        font-size: 28px;
    }
    .info-title {
        font-size: 70px;
        line-height: 78px;
        margin-top: -16px;
    }
    .info-subtitle{
        margin-top: 12px;
        font-size: 20px;
        word-spacing: 3px;
        letter-spacing: 1px;
        line-height: 26px;
    }
}
/*屏幕分辨率 1920 * 1080*/
@media only screen and (min-width: 1920px) {
    .home-menu a {
        margin-bottom: 50px;
        font-size: 32px;
    }
    .info-title {
        font-size: 80px;
        line-height: 88px;
        margin-top: -18px;
    }
    .info-subtitle{
        margin-top: 10px;
        font-size: 22px;
        word-spacing: 3px;
        letter-spacing: 1px;
        line-height: 28px;
    }
}
/* Section 2
 * --------------------------------------- */
.sec2-info{
    position: absolute;
    top: 34%;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: left;
}
.sec2-info .info-title p{
    border-bottom: 2px solid #e7d6af;
    margin-left: 9%;
}
.sec2-info .info-subtitle p:nth-child(1){
    margin-left: 10%;
}
.sec2-info .info-subtitle p:nth-child(2){
    margin-left: 11%;
}
.sec-button a{
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #ffc600;
    padding: 20px 18px;
    word-spacing: 6px;
    display: inline-block;
}
.sec-button a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.sec2-button{
    position: absolute;
    bottom: 12%;
    left: 15.3%;
    z-index: 100;
}
.sec2-rr-img{
    position: absolute;
    top: 16%;
    left: 34.5%;
    z-index: 50;
}
.sec2-jp-img{
    position: absolute;
    top: 18%;
    right: 2.7%;
}
.sec2-rr-img img,
.sec2-jp-img img{
    width: 100%;
    height: auto;
}
/*屏幕分辨率 1024 * 768*/
@media only screen and (min-width: 1024px) {
    .sec2-info{
        top: 25%;
    }
    .sec2-info .info-subtitle{
        font-size: 22px;
        line-height: 34px;
    }
    .sec2-rr-img{
        width: 580px;
        top: 12%;
    }
    .sec2-jp-img{
        width: 270px;
    }
}
/*屏幕分辨率 1280 * 1024*/
/*屏幕分辨率 1280 * 800*/
@media only screen and (min-width: 1280px) {
    @media (min-height: 600px) {
        .sec2-info{
            top: 25%;
        }
        .sec2-rr-img{
            top: 12%;
        }
    }
    @media (min-height: 800px) {
        .sec2-info{
            top: 25%;
        }
        .sec2-rr-img{
            top: 25%;
        }
        .sec2-jp-img{
            top: 29%;
        }
    }
    .sec2-info .info-subtitle{
        font-size: 26px;
        line-height: 30px;
    }
    .sec2-rr-img{
        width: 700px;
    }
    .sec2-jp-img{
        width: 290px;
    }
}
/*屏幕分辨率 1366 * 768*/
@media only screen and (min-width: 1366px) {
    .sec2-info{
        top: 25%;
    }
    .sec2-info .info-subtitle{
        font-size: 28px;
        line-height: 32px;
    }
    .sec2-rr-img{
        width: 700px;
        top: 12%;
    }
    .sec2-jp-img{
        width: 290px;
    }
}
/*屏幕分辨率 1440 * 900*/
@media only screen and (min-width: 1440px) {
    .sec2-info{
        top: 30%;
    }
    .sec2-info .info-subtitle{
        font-size: 30px;
        line-height: 34px;
    }
    .sec2-rr-img{
        width: 730px;
    }
    .sec2-jp-img{
        width: 310px;
    }
}
/*屏幕分辨率 1600 * 900*/
@media only screen and (min-width: 1600px) {
    .sec2-info{
        top: 30%;
    }
    .sec2-info .info-subtitle{
        font-size: 32px;
        line-height: 36px;
    }
    .sec2-rr-img{
        width: 800px;
    }
    .sec2-jp-img{
        width: 350px;
    }
}
/*屏幕分辨率 1920 * 1080*/
@media only screen and (min-width: 1920px) {
    .sec2-info .info-subtitle{
        font-size: 36px;
        line-height: 40px;
    }
    .sec2-rr-img{
        width: 906px;
    }
    .sec2-jp-img{
        width: 408px;
    }
}
/* Section 3
 * --------------------------------------- */
.sec3-info{
    position: absolute;
    left: 19%;
    z-index: 100;
    width: 100%;
    text-align: left;
}
.sec3-info .info-title p{
    border-bottom: 2px solid #efd5a2;
}
.sec3-info .info-subtitle{
    letter-spacing: 0;
    word-spacing: 0;
}
.sec3-info .info-subtitle p:nth-child(1){
    margin-left: 1.5%;
}
.sec3-c3-img{
    position: absolute;
    left: 11%;
    top: 29%;
    z-index: 50;
}
.sec3-jp-img{
    position: absolute;
    right: 8%;
    top: 39.5%;
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
}
.sec3-c3-img img,
.sec3-jp-img img{
    width: 100%;
    height: auto;
}
.sec3-button{
    position: absolute;
    bottom: 12%;
    left: 0;
    z-index: 1000;
    width: 100%;
    text-align: left;
}
.sec3-button a:nth-child(1){
    margin-left: 28%;
}
.sec3-button a:nth-child(2){
    margin-left: 2%;
}
/*屏幕分辨率 1024 * 768*/
@media only screen and (min-width: 1024px) {
    .sec3-info {
        top: 13%;
    }
    .sec3-c3-img{
        top: 29%;
        width: 800px;
    }
    .sec3-jp-img{
        right: 4%;
        top: 39.5%;
        width: 270px;
    }
    .sec3-button{
        bottom: 12%;
    }
    .sec3-info .info-subtitle{
        font-size: 20px;
    }
}
/*屏幕分辨率 1280 * 1024*/
/*屏幕分辨率 1280 * 800*/
@media only screen and (min-width: 1280px) {
    @media (min-height: 600px) {
        .sec3-info {
            top: 11%;
        }
        .sec3-c3-img{
            top: 27%;
        }
        .sec3-jp-img{
            right: 4%;
            top: 39.5%;
        }
        .sec3-button{
            bottom: 12%;
        }
    }
    @media (min-height: 800px) {
        .sec3-info {
            top: 15%;
        }
        .sec3-c3-img{
            top: 29%;
        }
        .sec3-jp-img{
            right: 4.5%;
            top: 45%;
        }
        .sec3-button{
            bottom: 12%;
        }
    }
    .sec3-info .info-subtitle{
        font-size: 22px;
    }
    .sec3-c3-img{
        width: 950px;
    }
    .sec3-jp-img{
        width: 270px;
    }
}
/*屏幕分辨率 1366 * 768*/
@media only screen and (min-width: 1366px) {
    .sec3-info {
        top: 11%;
    }
    .sec3-info .info-subtitle{
        font-size: 24px;
    }
    .sec3-c3-img{
        top: 26%;
        width: 1000px;
    }
    .sec3-jp-img{
        right: 6.8%;
        top: 39.5%;
        width: 270px;
    }
    .sec3-button{
        bottom: 10%;
    }
}
/*屏幕分辨率 1440 * 900*/
@media only screen and (min-width: 1440px) {
    .sec3-info {
        top: 13%;
    }
    .sec3-info .info-subtitle{
        font-size: 26px;
    }
    .sec3-c3-img{
        top: 27%;
        width: 1050px;
    }
    .sec3-jp-img{
        right: 6.8%;
        top: 39.5%;
        width: 280px;
    }
}
/*屏幕分辨率 1600 * 900*/
@media only screen and (min-width: 1600px) {
    .sec3-info {
        top: 13%;
    }
    .sec3-info .info-subtitle{
        font-size: 28px;
    }
    .sec3-c3-img{
        top: 27%;
        width: 1100px;
    }
    .sec3-jp-img{
        top: 37%;
        width: 300px;
    }
}
/*屏幕分辨率 1920 * 1080*/
@media only screen and (min-width: 1920px) {
    .sec3-info {
        top: 15%;
    }
    .sec3-info .info-subtitle{
        font-size: 30px;
    }
    .sec3-c3-img{
        width: 1280px;
    }
    .sec3-jp-img{
        width: 410px;
    }
}
/* Section 4
 * --------------------------------------- */
.sec4-info{
    position: absolute;
    z-index: 100;
    left: 33.7%;
    width: 100%;
    text-align: left;
}
.info-title-b p{
    display: inline-block;
}
.sec4-info .info-title p{
    border-bottom: 2px solid #c5d1ad;
}
.sec4-info .info-subtitle p:nth-child(1){
    margin-left: 1%;
    letter-spacing: 2px;
}
.sec4-tv-img{
    position: absolute;
    right: 14.5%;
    bottom: -5px;
}
.sec4-tv-img img{
    width: 100%;
    height: auto;
}
.sec4-button{
    position: absolute;
    bottom: 10%;
    left: 47%;
    z-index: 100;
}
.sec4-button a {
    border: 1px solid #fff;
}
.sec4-partner-img{
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: left;
}
.sec4-partner-img img:nth-child(1){
    margin-left: 12%;
}
.sec4-partner-img img:nth-child(2){
    margin-left: 1%;
}
/*屏幕分辨率 1024 * 768*/
@media only screen and (min-width: 1024px) {
    .sec4-info {
        top: 13%;
    }
    .info-title-b p{
        font-size: 55px;
        letter-spacing: 3px;
        padding-bottom: 3px;
    }
    .sec4-info .info-subtitle{
        font-size: 26px;
    }
    .sec4-tv-img{
        width: 450px;
    }
    .sec4-partner-img img:nth-child(1){
        width: 80px;
    }
    .sec4-partner-img img:nth-child(2){
        width: 110px;
    }
}
/*屏幕分辨率 1280 * 1024*/
/*屏幕分辨率 1280 * 800*/
@media only screen and (min-width: 1280px) {
    @media (min-height: 600px) {
        .sec4-info{
            top: 13%;
        }
        .sec4-tv-img{
            width: 480px;
        }
    }
    @media (min-height: 800px) {
        .sec4-info{
            top: 18%;
        }
        .sec4-tv-img{
            width: 500px;
        }
    }
    .info-title-b p{
        font-size: 65px;
        letter-spacing: 5px;
        padding-bottom: 5px;
    }
    .sec4-info .info-subtitle{
        font-size: 28px;
    }
    .sec4-partner-img img:nth-child(1){
        width: 90px;
    }
    .sec4-partner-img img:nth-child(2){
        width: 120px;
    }
}
/*屏幕分辨率 1366 * 768*/
@media only screen and (min-width: 1366px) {
    .sec4-info{
        top: 15%;
    }
    .info-title-b p{
        font-size: 65px;
        letter-spacing: 5px;
        padding-bottom: 5px;
    }
    .sec4-info .info-subtitle{
        font-size: 28px;
    }
    .sec4-tv-img{
        width: 480px;
    }
    .sec4-partner-img img:nth-child(1){
        width: 90px;
    }
    .sec4-partner-img img:nth-child(2){
        width: 120px;
    }
}
/*屏幕分辨率 1440 * 900*/
@media only screen and (min-width: 1440px) {
    .sec4-info{
        top: 18%;
    }
    .info-title-b p{
        font-size: 75px;
        letter-spacing: 5px;
        padding-bottom: 5px;
    }
    .sec4-info .info-subtitle{
        font-size: 30px;
    }
    .sec4-tv-img{
        width: 550px;
    }
    .sec4-partner-img img:nth-child(1){
        width: 100px;
    }
    .sec4-partner-img img:nth-child(2){
        width: 135px;
    }
}
/*屏幕分辨率 1600 * 900*/
@media only screen and (min-width: 1600px) {
    .sec4-info{
        top: 18%;
    }
    .info-title-b p{
        font-size: 80px;
        letter-spacing: 7px;
        padding-bottom: 7px;
    }
    .sec4-info .info-subtitle{
        font-size: 32px;
    }
    .sec4-tv-img{
        width: 580px;
    }
    .sec4-partner-img img:nth-child(1){
        width: 120px;
    }
    .sec4-partner-img img:nth-child(2){
        width: 155px;
    }
}
/*屏幕分辨率 1920 * 1080*/
@media only screen and (min-width: 1920px) {
    .sec4-info{
        top: 18%;
    }
    .info-title-b p{
        font-size: 90px;
        letter-spacing: 7px;
        padding-bottom: 7px;
    }
    .sec4-info .info-subtitle{
        font-size: 36px;
    }
    .sec4-tv-img{
        width: 700px;
    }
    .sec4-partner-img img:nth-child(1){
        width: 125px;
    }
    .sec4-partner-img img:nth-child(2){
        width: 160px;
    }
}
/* Section 5
 * --------------------------------------- */
.sec5-info{
    position: absolute;
    left: 7%;
    right: 7%;
    top: 35%;
}
.sec5-info-1, .sec5-info-2, .sec5-info-3{
    width: 33.33%;
    text-align: center;
    float: left;
}
.sec5-info-1 img,
.sec5-info-2 img,
.sec5-info-3 img{
    margin-bottom: 5%;
}
.sec5-info-1 p,
.sec5-info-2 p,
.sec5-info-3 p{
    color: #fff;
}
.sec5-button{
    position: absolute;
    text-align: center;
    z-index: 100;
    width: 100%;
    bottom: 20%;
}
.sec5-button a{
    cursor: pointer;
    border: 1px solid #fff;
    vertical-align: middle;
}
.contact-input-c{
    display: none;
}
.contact-input-c input{
    color: #fff;
    font-size: 28px;
    letter-spacing: 0;
    padding: 20px 12px;
    word-spacing: 6px;
    display: inline-block;
    margin: 0;
    border: 1px solid #fff;
    background: transparent;
    vertical-align: middle;
}
.sec5-link-img{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 8%;
}
.sec5-link-img a{
    display: inline-block;
    margin-left: 11px;
    vertical-align: middle;
}
/*屏幕分辨率 1024 * 768*/
@media only screen and (min-width: 1024px) {
    .sec5-info{
        top: 30%;
    }
    .sec5-info-1 img{
        width: 90px;
    }
    .sec5-info-2 img{
        width: 40px;
    }
    .sec5-info-3 img{
        width: 110px;
    }
    .sec5-info-1 p,
    .sec5-info-2 p,
    .sec5-info-3 p{
        font-size: 20px;
        line-height: 34px;
    }
    .sec5-link-img img:nth-child(1){
        width: 20px;
    }
    .sec5-link-img img:nth-child(2){
        width: 21px;
    }
    .sec5-link-img img:nth-child(3){
        width: 27px;
    }
    .sec5-link-img img:nth-child(4){
        width: 30px;
    }
    .contact-input-c input{
        font-size: 18px;
    }
    .sec-button a{
        font-size: 18px;
    }
}
/*屏幕分辨率 1280 * 1024*/
/*屏幕分辨率 1280 * 800*/
@media only screen and (min-width: 1280px) {
    @media (min-height: 600px) {
        .sec5-info{
            top: 30%;
        }
    }
    @media (min-height: 800px) {
        .sec5-info{
            top: 33%;
        }
    }
    .sec5-info-1 img{
        width: 95px;
    }
    .sec5-info-2 img{
        width: 45px;
    }
    .sec5-info-3 img{
        width: 115px;
    }
    .sec5-info-1 p,
    .sec5-info-2 p,
    .sec5-info-3 p{
        font-size: 22px;
        line-height: 36px;
    }
    .sec5-link-img img:nth-child(1){
        width: 22px;
    }
    .sec5-link-img img:nth-child(2){
        width: 23px;
    }
    .sec5-link-img img:nth-child(3){
        width: 29px;
    }
    .sec5-link-img img:nth-child(4){
        width: 32px;
    }
    .contact-input-c input{
        font-size: 20px;
    }
    .sec-button a{
        font-size: 20px;
    }
}
/*屏幕分辨率 1366 * 768*/
@media only screen and (min-width: 1366px) {
    .sec5-info{
        top: 30%;
    }
    .sec5-info-1 img{
        width: 100px;
    }
    .sec5-info-2 img{
        width: 50px;
    }
    .sec5-info-3 img{
        width: 120px;
    }
    .sec5-info-1 p,
    .sec5-info-2 p,
    .sec5-info-3 p{
        font-size: 24px;
        line-height: 38px;
    }
    .sec5-link-img img:nth-child(1){
        width: 25px;
    }
    .sec5-link-img img:nth-child(2){
        width: 26px;
    }
    .sec5-link-img img:nth-child(3){
        width: 32px;
    }
    .sec5-link-img img:nth-child(4){
        width: 35px;
    }
    .contact-input-c input{
        font-size: 22px;
    }
    .sec-button a{
        font-size: 22px;
    }
}
/*屏幕分辨率 1440 * 900*/
@media only screen and (min-width: 1440px) {
    .sec5-info{
        top: 33%;
    }
    .sec5-info-1 img{
        width: 105px;
    }
    .sec5-info-2 img{
        width: 55px;
    }
    .sec5-info-3 img{
        width: 125px;
    }
    .sec5-info-1 p,
    .sec5-info-2 p,
    .sec5-info-3 p{
        font-size: 28px;
        line-height: 42px;
    }
    .sec5-link-img img:nth-child(1){
        width: 30px;
    }
    .sec5-link-img img:nth-child(2){
        width: 31px;
    }
    .sec5-link-img img:nth-child(3){
        width: 37px;
    }
    .sec5-link-img img:nth-child(4){
        width: 40px;
    }
    .contact-input-c input{
        font-size: 26px;
    }
    .sec-button a{
        font-size: 26px;
    }
}
/*屏幕分辨率 1600 * 900*/
@media only screen and (min-width: 1600px) {
    .sec5-info{
        top: 33%;
    }
    .sec5-info-1 img{
        width: 110px;
    }
    .sec5-info-2 img{
        width: 60px;
    }
    .sec5-info-3 img{
        width: 130px;
    }
    .sec5-info-1 p,
    .sec5-info-2 p,
    .sec5-info-3 p{
        font-size: 32px;
        line-height: 46px;
    }
    .sec5-link-img img:nth-child(1){
        width: 32px;
    }
    .sec5-link-img img:nth-child(2){
        width: 33px;
    }
    .sec5-link-img img:nth-child(3){
        width: 39px;
    }
    .sec5-link-img img:nth-child(4){
        width: 42px;
    }
    .contact-input-c input{
        font-size: 28px;
    }
    .sec-button a{
        font-size: 28px;
    }
}
/*屏幕分辨率 1920 * 1080*/
@media only screen and (min-width: 1920px) {
    .sec5-info-1 img{
        width: 124px;
    }
    .sec5-info-2 img{
        width: 72px;
    }
    .sec5-info-3 img{
        width: 142px;
    }
    .sec5-info-1 p,
    .sec5-info-2 p,
    .sec5-info-3 p{
        font-size: 36px;
        line-height: 50px;
    }
    .sec5-link-img img:nth-child(1){
        width: 35px;
    }
    .sec5-link-img img:nth-child(2){
        width: 36px;
    }
    .sec5-link-img img:nth-child(3){
        width: 42px;
    }
    .sec5-link-img img:nth-child(4){
        width: 45px;
    }
    .contact-input-c input{
        font-size: 30px;
    }
    .sec-button a{
        font-size: 30px;
    }
}
