html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}
a {
    color: #fff;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face {
    font-family: 'futura';
    src: './font/futura.ttf'
}
body {
    line-height: 1;
    /* min-width: 1000px; */
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
    height: 100%;
    font-family: futura, Arial, Helvetica, sans-serif;
}
#container {
    height: 100%;
    overflow: hidden;
}
#container .left,
#container .right {
    float: left;
    height: 100%;
    width: 50%;
    position: relative;
}
.left {
    background: url(./images/bg1.png) no-repeat center;
    background-size: cover;
}
.right {
    background: url(./images/bg2.png) no-repeat center;
    background-size: cover;
}
.lay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .42);
    z-index: 3;
    display: none;
}
a:hover .lay {
    display: block;
}
.logo1,
.logo2 {
    position: absolute;
    width: 50%;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}
.footer a {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-top: 15px;
}
.footer a:hover img {
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: 10px;
}
.des {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 4;
}
.des p {
    line-height: 1.5;
}
.des p span {
    text-align: left;
}
.des p:nth-child(1) {
    font-size: 24px;
}
.des p:nth-child(2),
.des p:nth-child(3) {
    font-size: 14px;
}
.des p:nth-child(3) {
    margin-bottom: 20px;
}
.des p:nth-child(4),
.des p:nth-child(5),
.des p:nth-child(6),
.des p:nth-child(7) {
    font-size: 14px;
}
.des p span {
    display: inline-block;
    width: 86px;
}
.aTag {
    display: block;
    height: 100%;
    cursor: pointer;
}
.btn:hover {
    background: #fff;
    color: #a28252;
}
.left .footer {
    background: #b0ba0d;
}
.right .footer {
    background: #ea5332;
}
.footer {
    height: 110px;
    text-align: center;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    vertical-align: middle;
}
.footer img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 25px;
    vertical-align: middle;
    margin-top: 15px;
}
.buttons {
    text-align: center;
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    z-index: 4;
}
.btn {
    width: 182px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    color: #fff;
    line-height: 44px;
    display: inline-block;
    text-decoration: none;
}
.btn-left {
    margin-right: 120px;
}

#container.phone {
    overflow: auto;
}
#container.phone .left,
#container.phone .right {
    float: none;
    height: auto;
    width: 100%;
}
.phone .des {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}
.phone .logo1,
.phone .logo2 {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 4vw;
    width: 60%;
}
.phone .buttons {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}
.phone .aTag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    padding: 12vw 0 0;
}
.phone .btn {
    font-size: 6vw;
    width: 11.4em;
    height: 3.15em;
    margin: 8vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.phone .footer {
    display: block;
    font-size: 6vw;
    height: 1em;
    padding: .5em 0;
    width: 100%;
    overflow: hidden;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.phone .footer a {
    width: 1em;
    height: 1em;
    margin: 0;
}
.phone .footer a + a {
    margin-left: 1em;
}
.phone .footer img,
.phone .footer a:hover img {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
}