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;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
html,
body {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    min-height: 100%;
    font-family:Helvetica, STHeiti STXihei, Microsoft YaHei, Arial;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{
    font-size:100px;
}
body{
    font-size:14px;
    line-height:16px;
    font-size:0.14rem;
    line-height:0.16rem;
    padding-top:74px;
}

.header{
    width:100%;
    height:74px;
    background-color:#000;
    position:fixed;
    top:0;
}
.header .logo{
    width:132px;
    height:50px;
    background-image: url('../image/logo121.png');
    background-repeat:no-repeat;
    position:absolute;
    top:12px;
    left:30px;
    display:block;
}
.header .nav{
    height:74px;
    font-size:24px;
    line-height:100%;
    position:absolute;
    right:0;
}
.header .nav ul li{
    height:74px;
    float:left;
    font-size:24px;
}
.header .nav ul li a{
    color:#fff;
    padding:26px 20px;
    height: 22px;
    line-height: 22px;
    font-size:14px;
    display: inline-block;
    text-decoration: none;
    transition:background-color 0.3s ease 0s;
}
.header .nav ul li a.active,
.header .nav ul li a:hover{
    background-color:#c7212b;
}
.header .nav ul:after{
    display:block;
    content:' ';
    clear:both;
    width:0;
    height:0;
    margin:0;
    padding:0;
}

#homepage_gallery {
    width:100%;
    min-height:320px;
    top:74px;
    bottom:0;
    position:absolute;
    overflow:hidden;
}
#homepage_gallery ul{
    height:100%;
}
#homepage_gallery ul:after{
    display:block;
    content:' ';
    clear:both;
    width:0;
    height:0;
    margin:0;
    padding:0;
}
#homepage_gallery ul li.column{
    height:100%;
    float:left;
}
#homepage_gallery ul li.column1{
    width:28.6%;
}
#homepage_gallery ul li.column1 .row1{
    height:66.6%;
}
#homepage_gallery ul li.column1 .row2{
    height:33.4%;
}
#homepage_gallery ul li.column2{
    width:39.4%;
}
#homepage_gallery ul li.column2 .row1,
#homepage_gallery ul li.column2 .row2{
    height:33.3%;
}
#homepage_gallery ul li.column2 .row3{
    height:33.4%;
}
#homepage_gallery ul li.column3{
    width:32%;
}
#homepage_gallery ul li.column3 .row1,
#homepage_gallery ul li.column3 .row2{
    height:33.3%;
}
#homepage_gallery ul li.column3 .row3{
    height:33.4%;
}
#homepage_gallery .box .brand{
    color:#fff;
    padding: 15px 20px;
    position:absolute;
    left:0;
    top:0;
    z-index:999;
}
#homepage_gallery .box .shield{
    visibility:hidden;
    background:url("../image/opacity_80.png") repeat;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
#homepage_gallery .box:hover .shield{
    visibility:visible;
}
#homepage_gallery .info{
    display:block;
    text-decoration:none;
    color:#c7212b;
    position:absolute;
    padding:15px 20px;
    top:0;
    right:0;
}
#homepage_gallery .info:hover{
    text-decoration:underline;
}
#homepage_gallery .shield .brand_logo{
    position:absolute;
    right:30px;
    bottom:30px;
}
#homepage_gallery .box{
    width:100%;
    height:100%;
    position:relative;
    background-size:100% 100%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
#homepage_gallery .box .brand_logo{
    background-repeat:no-repeat;
    background-size:100% 100%;
    position:absolute;
    right:30px;
    bottom:30px;
}
#homepage_gallery .box_beijing{
    background-image: url('../image/box_beijing.jpg');
}
#homepage_gallery .box_beijing .brand_logo{
    width:104px;
    height:48px;
    background-image: url('../image/brand_beijing.png');
}
#homepage_gallery .box_ck{
    background-image: url('../image/box_ck.jpg');
}
#homepage_gallery .box_ck .brand_logo{
    width:159px;
    height:40px;
    background-image: url('../image/brand_ck.png');
}
#homepage_gallery .box_elle{
    background-image: url('../image/box_elle.jpg');
}
#homepage_gallery .box_elle .brand_logo{
    width:101px;
    height:39px;
    background-image: url('../image/brand_elle.png');
}
#homepage_gallery .box_jeep{
    background-image: url('../image/box_jeep.jpg');
}
#homepage_gallery .box_jeep .brand_logo{
    width:104px;
    height:42px;
    background-image: url('../image/brand_jeep.png');
}
#homepage_gallery .box_kc{
    background-image: url('../image/box_kc.jpg');
}
#homepage_gallery .box_kc .brand_logo{
    width:192px;
    height:39px;
    background-image: url('../image/brand_kc.png');
}
#homepage_gallery .box_sea-gull{
    background-image: url('../image/box_sea-gull.jpg');
}
#homepage_gallery .box_sea-gull .brand_logo{
    width:87px;
    height:54px;
    background-image: url('../image/brand_sea-gull.png');
}
#homepage_gallery .box_tbl{
    background-image: url('../image/box_tbl.jpg');
}
#homepage_gallery .box_tbl .brand_logo{
    width:207px;
    height:36px;
    background-image: url('../image/brand_tbl.png');
}
#homepage_gallery .box_ted-baker{
    background-image: url('../image/box_ted-baker.jpg');
}
#homepage_gallery .box_ted-baker .brand_logo{
    width:175px;
    height:42px;
    background-image: url('../image/brand_ted-baker.png');
}


#homepage_html{height:100%;}
#homepage{height:100%;overflow:hidden;padding-top:0;}
#homepage .header{
    position:relative;
}

@media screen and (max-width:1050px){
    #homepage_gallery ul li.column1{
        width:42%;
    }
    #homepage_gallery ul li.column2{
        width:58%;
    }
}
@media screen and (max-width:650px){
    #homepage_gallery ul li.column1{
        width:100%;
    }
}


#aboutus #aboutus_content{
    padding:20px;
}
#aboutus #aboutus_content h1{
    font-size:24px;
    line-height:34px;
    margin-top:10px;
}
#aboutus #aboutus_content p{
    font-size:14px;
    line-height:18px;
    margin-top:10px;
    text-indent: 2em;
}
#aboutus #aboutus_content p.history_title{
    margin-left:2em;
    text-indent:0;
}
#aboutus #aboutus_content .history_content{
    margin-left:4em;
    margin-bottom:24px;
}
#aboutus #aboutus_content .history_content p.history_record{
    padding-left: 8em;
    text-indent: -8em;
}
#aboutus #aboutus_content  span.history_date{
    width:8em;
    display:inline-block;
    float:left;
}


#business #business_content img{
    width:1200px;
    height:3578px;
    display:block;
    margin:0 auto;
}
@media screen and (max-width:1200px){
    #business #business_content img{
        width:100%;
        height:auto;
    }
}


#partner #partner_content img{
    width:1200px;
    height:996px;
    display:block;
    margin:0 auto;
}
@media screen and (max-width:1200px){
    #partner #partner_content img{
        width:100%;
        height:auto;
    }
}


#contactus_html{height:100%;}
#contactus{height:100%;overflow:hidden;padding-top:0;}
#contactus .header{
    position:relative;
}
#contactus .contain{
    font-size:12px;
    position:absolute;
    top:74px;
    right:0;
    bottom:0;
    left:0;
}
#contactus .contain .left{
    width:33%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
#contactus .contain .left h1{
    margin-bottom:30px;
    font-size:24px;
    line-height:26px;
    font-weight:bold;
}
#contactus .contain .left h2{
    margin-top:10px;
    font-weight:bold;
}
#contactus .contain .left .contactus_info{
    padding:20px;
}
#contactus .contain .right{
    width:67%;
    height:100%;
    position: absolute;
    top:0;
    right:0;
}
.bottom {
	width: 100%;
	height: 21px;
	background-color: #000;
	position: fixed;
	bottom: 0px;
	color: #FFF;
}