﻿@font-face {
    font-family: "DIN";
    src: url("../font/DIN-Medium.otf"), url("../font/DIN-Medium.eot") format("embedded-opentype"), url("../font/DIN-Medium.woff") format("woff"), url("../font/DIN-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.header {
    padding: 11px 0;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    background-color: #FFF
}

.header h1 {
    float: left;
    display: block;
    font-size: 0
}

.header h1 a {
    display: inline-block;
    font-size: 0
}

.header h1 img {
    display: block
}

.header ul {
    float: right;
    padding-top: 8px
}

.header ul li {
    float: left;
    margin-left: 9px;
    cursor: pointer
}

.header ul a {
    display: inline-block;
    width: 100px;
    height: 36px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font-size: 14px;
    line-height: 35px;
    color: #333;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s
}

.header ul a:hover {
    color: #FFF;
    border-color: #15639e;
    text-decoration: none;
    background-color: #15639e
}

.header ul a:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 35px;
    vertical-align: top;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/header-ico.png)
}

.header ul a.ico-1:before {
    background-position: 4px 8px
}

.header ul a.ico-1:hover:before {
    background-position: 4px -29px
}

.header ul a.ico-2:before {
    background-position: -105px 8px
}

.header ul a.ico-2:hover:before {
    background-position: -105px -29px
}

.header ul a.ico-3:before {
    background-position: -214px 8px
}

.header ul a.ico-3:hover:before {
    background-position: -214px -29px
}

.header ul a.ico-4:before {
    background-position: -323px 8px
}

.header ul a.ico-4:hover:before {
    background-position: -323px -29px
}

.header ul a.ico-5:before {
    background-position: -432px 8px
}

.header ul a.ico-5:hover:before {
    background-position: -432px -29px
}

.header ul a.ico-6:before {
    background-position: -545px 8px
}

.header ul a.ico-6:hover:before {
    background-position: -545px -29px
}

.header ul a.ico-7:before {
    background-position: -650px 8px
}

.header ul a.ico-7:hover:before {
    background-position: -650px -29px
}

html, body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}

.ho-bannerImg {
    width: 100%;
    height: 760px;
    margin: 0 auto;
    position: relative
}

.ho-bannerImg .ho-bannerImg-bg {
    width: 1920px;
    height: 720px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/Rectangle.png") no-repeat;
    background-size: 1920px 760px;
    background-position: center
}
.ho-bannerImg .ho-bannerImg-bg.tw{
    background: url("../img/rectangle_tw.png") no-repeat;
}
.ho-bannerImg .ho-bannerImg-menu {
    width: 1180px;
    height: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 99
}

.ho-bannerImg .ho-bannerImg-menu a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    background: #FF9C64;
    border-radius: 8px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center
}

.ho-bannerImg .ho-bannerImg-menu a span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: -6px;
    vertical-align: middle;
    background: url("../img/back.png") no-repeat
}

.ho-bannerImg .ho-bannerImg-menu a:nth-child(2) {
    width: 170px;
    float: right
}

.ho-bannerImg .ho-bannerImg-menu a:nth-child(2) span {
    background: url("../img/go.png") no-repeat
}

.ho-bannerImg .ho-bannerImg-menu .camera {
    width: 402px;
    height: 366px;
    position: absolute;
    bottom: 280px;
    right: 100px;
    cursor: default;
    animation: cameraModal 3s;
    -moz-animation: cameraModal 3s;
    -webkit-animation: cameraModal 3s;
    -o-animation: cameraModal 3s
}

@keyframes cameraModal {
    0% {
        transform: scale(0.2);
        -webkit-transform: scale(0.2);
        opacity: 0
    }
    20% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
    40% {
        bottom: 260px
    }
    60% {
        bottom: 280px
    }
    80% {
        bottom: 260px
    }
    100% {
        bottom: 280px
    }
}

.ho-bannerImg .ho-bannerImg-menu .shadow {
    position: absolute;
    bottom: 235px;
    right: 165px
}

.ho-goodsList {
    width: 100%;
    background: #fff
}

.ho-goodsList .ho-goodStyle01 {
    width: 1180px;
    margin: 50px auto
}

.ho-goodsList .ho-goodStyle01 > ul li, .ho-goodsList .ho-goodStyle01 > ul a {
    width: 380px;
    height: 520px;
    float: left;
    background: url("../img/show.png") no-repeat
}

.ho-goodsList .ho-goodStyle01 > ul a {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    text-align: center;
    position: relative;
    cursor: default
}

.ho-goodsList .ho-goodStyle01 > ul a b {
    font-size: 40px;
    color: #FDAC00;
    letter-spacing: 40px;
    line-height: 100px;
    font-weight: normal;
    text-align: center;
    margin-left: 45px;
    font-family: "DIN"
}

.ho-goodsList .ho-goodStyle01 > ul a img {
    display: block;
    margin: 0 auto;
    width: 280px;
    height: 270px
}

.ho-goodsList .ho-goodStyle01 > ul a p:nth-of-type(1) {
    width: 280px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 18px;
    color: #9B0002;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px
}

.ho-goodsList .ho-goodStyle01 > ul a p:nth-of-type(2) {
    position: absolute;
    bottom: 20px;
    left: 130px;
    font-size: 26px;
    color: #9B0002;
    letter-spacing: 0;
    text-align: center;
    font-family: "DIN"
}

.ho-goodsList .ho-goodStyle01 > ul a p:nth-of-type(2) span {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    margin-left: 15px;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}

.ho-goodsList .ho-goodStyle01 > ul li:nth-child(2) {
    margin: 0 20px
}

.ho-goodsList .ho-goodStyle02 {
    width: 1180px;
    margin: 0px auto
}

.ho-goodsList .ho-goodStyle02 > ul {
    margin-bottom: 50px
}

.ho-goodsList .ho-goodStyle02 > ul li, .ho-goodsList .ho-goodStyle02 > ul a {
    width: 280px;
    height: 390px;
    background: #fff;
    float: left;
    margin-bottom: 30px;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    text-align: center;
    position: relative
}

.ho-goodsList .ho-goodStyle02 > ul a {
    position: relative;
    border: 1px solid #DCDCDC;
    cursor: default
}

.ho-goodsList .ho-goodStyle02 > ul a > span {
    position: absolute;
    top: -8px;
    left: -1px;
    display: inline-block;
    width: 280px;
    height: 60px;
    background: url("../img/Group 18.png") no-repeat
}

.ho-goodsList .ho-goodStyle02 > ul a > span b {
    font-size: 26px;
    color: #FDAC00;
    letter-spacing: 35px;
    text-align: center;
    line-height: 70px;
    font-weight: normal;
    margin-left: 35px;
    font-family: "DIN"
}

.ho-goodsList .ho-goodStyle02 > ul a p:nth-of-type(1) {
    width: 230px;
    margin: 0 auto;
    font-size: 18px;
    color: #333335;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px
}

.ho-goodsList .ho-goodStyle02 > ul a p:nth-of-type(2) {
    position: absolute;
    bottom: 20px;
    left: 85px;
    font-size: 26px;
    color: #F14344;
    letter-spacing: 0;
    text-align: left;
    font-family: "DIN"
}

.ho-goodsList .ho-goodStyle02 > ul a p:nth-of-type(2) span {
    font-size: 14px;
    color: #333335;
    letter-spacing: 0;
    text-align: center;
    margin-left: 15px;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}

.ho-goodsList .ho-goodStyle02 > ul a img {
    display: block;
    margin: 60px auto 0 auto;
    width: 220px;
    height: 220px
}

.ho-goodsList .ho-goodStyle02 > ul li.item2, .ho-goodsList .ho-goodStyle02 > ul li.item3 {
    margin-left: 20px
}

.ho-goodsList .ho-goodStyle02 > ul li.item3 {
    margin-right: 20px
}

.footer {
    background-color: #333333;
    font-size: 14px;
    line-height: 24px;
    color: #cccccc;
    text-align: center;
    padding: 20px 0
}
