@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px; box-sizing: border-box;}
body{ width:100%; height:100%;overflow:visible;font-family:Helvetica, Tahoma, Arial, "Lantinghei SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif; font-size:10px; color:#424242; line-height:2.0em;background:#fff;min-width:1324px;}
a{ text-decoration:none; outline:none; cursor:pointer;}
img{ border:0;}
.clearfloat:after{display:block;clear:both;content:'';visibility:hidden;height:0;}
.clearfloat{zoom:1;}
input::selection, textarea::selection { background:#bdaf88; color:#fff;}
input::-moz-selection, textarea::-moz-selection { background:#bdaf88; color:#fff;}
input::-webkit-selection, textarea::-moz-selection { background:#bdaf88; color:#fff;}
.limbo{ position: fixed; top: -2000px;}
span.green{ color: #c4d600;}

object:focus { outline:none; }

.header{ width: 100%; height: 44px; position: fixed; top: 0; left: 0; background: #000; font-size: 1.5em; color: #fff; z-index: 3; min-width: 1324px;}
.header ul{ list-style: none; width: 828px; margin: auto;}
.header ul li{ float: left; line-height: 44px; width: 60px; margin: 0 108px; position: relative;}
.header ul li a{ display: block; width: 100%; padding-top: 15px; line-height: 15px;  
  padding-bottom: 1px;
  border-bottom: 0px solid #424242; 
  color: #fff; 
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
.header ul li a:hover{ color: #9f9fa0; border-bottom: 4px solid #c4d600; padding-bottom: 10px;}
.header ul li a.on{ color: #9f9fa0; border-bottom: 4px solid #c4d600; padding-bottom: 10px;}
.header ul li ul{ display: none; position: absolute; width: 296px; top: 44px;}
.header ul li ul li{ width: 60px; margin: 0 14px 0 0; position: static; }
.header ul li ul li a{ color: #424242; padding-bottom: 14px; border-bottom: 0px solid #fff; -webkit-font-smoothing: subpixel-antialiased !important;  }
.header ul li ul li a:hover{ color: #c4d600;padding-bottom: 14px; border-bottom: 0px solid #fff; }
.header ul li ul li a.on{ color: #c4d600;padding-bottom: 14px; border-bottom: 0px solid #fff; }

.header.black_bg ul li ul li a{ color: #fff; padding-bottom: 14px; border-bottom: 0px solid #fff; }
.header.black_bg ul li ul li a:hover{ color: #c4d600; padding-bottom: 14px; border-bottom: 0px solid #fff; }
.header.black_bg ul li ul li a.on{ color: #c4d600; padding-bottom: 14px; border-bottom: 0px solid #fff; }


.allpage{position: absolute; top: 44px; right: 0; bottom: 0; left: 0; overflow-y: scroll; min-width: 1350px;}

.content{ color: #424242; position: absolute; top: 44px; bottom: 0; left: 0; width: 100%; margin: 0; min-width: 1324px; min-height: 408px; }

.content#aboutus, .content#ourteam, .content#joinus, .content#contactus{
	position: relative;
	width: 100%;
	min-width: 1324px;
	height: 100%;
	margin: auto;
	min-height: 532px;
	top: 0;
	left: 0;
}
.allpage .logo{ width: 15%; padding-top: 6px; position: absolute; top: 30%; left: 15.5%; height: auto; text-align: center; margin: 0; }
.allpage .logo img{ width: 100%;}
.content .logo{ width: 15%; padding-top: 6px; position: absolute; top: 30%; left: 15.5%; height: auto; text-align: center; margin: 0; }
.content .logo img{ width: 100%;}
.content .slogan{ width: 400px; height: auto; position: absolute; left: 42%; top: 50%; margin: -204px 0 0 0; font-size: 10px;}
.content .slogan h1{ font-size: 6.45em; line-height: 1.25em; letter-spacing: 4px; font-weight: 400; }
.content .slogan h1 .green{ color: #c4d600;}
.content .slogan .greenline{ width: 54px; height: 2px; background: #c4d600; margin: 54px 0 50px;}
.content .slogan .span1{ font-size: 2em; line-height: 1.8em; letter-spacing: 3px;}
.content .slogan .span2{ font-size: 1.7em; line-height: 1.5em;}

.content .contact-us-info{width:58%; height: 532px; position: absolute; left: 42%; top: 50%; margin:-222px 0 0; font-size: 10px;}
.content .contact-us-info .leftsp{width: 15.5%; float: left;}
.content .contact-us-info .rightsp{width: 50%; float: left; margin-left: 8.5%;}
.content .contact-us-info h2{ font-size: 3.6em; line-height: 1.2em; font-weight: normal; text-transform: uppercase;}
.content .contact-us-info .greenline{ width: 54px; height: 2px; background: #c4d600; margin: 54px 0 330px;}
.content .contact-us-info .text1{ font-size: 1.7em; line-height: 1.2em; text-transform: uppercase;}

.content .contact-us-info .map{ width: 100%; height: auto; animation: breathe 1500ms linear alternate infinite;
-webkit-animation: breathe 1500ms linear alternate infinite;}
.content .contact-us-info .map img{ width: 100%; display: block;}
@keyframes breathe {
    0% { background: #fff; }
    5% { background: #fff; }
    95% { background: #000; }
    100% { background: #000; }
}
@-webkit-keyframes breathe {
    0% { background: #fff; }
    5% { background: #fff; }
    95% { background: #000; }
    100% { background: #000; }
}
.content .contact-us-info .con-info-text{ font-size: 1.5em; line-height: 33px; margin-top: 52px;}
.content .contact-us-info .con-info-text a{ display: inline-block; color: #424242;}
.content .contact-us-info .con-info-text a:hover{ color: #9f9fa0;}
.content .contact-us-info .con-info-text span{ display: block; float: left;}
.content .contact-us-info .icon_phone{ width:31px; height: 33px; background: url("https://web.archive.org/web/20180828003646im_/http://wuyoubrand.com/assets/img/phone.png") no-repeat center left; background-size: 21px 21px;}
.content .contact-us-info .icon_email{ width:31px; height: 33px; background: url("https://web.archive.org/web/20180828003646im_/http://wuyoubrand.com/assets/img/email.png") no-repeat center left; background-size: 21px 21px;}
.content .contact-us-info .icon_address{ width:31px; height: 33px; background: url("https://web.archive.org/web/20180828003646im_/http://wuyoubrand.com/assets/img/address.png") no-repeat center left; background-size: 21px 21px;}
.content .contact-us-info .icon_weibo{ width:31px; height: 33px; background: url("https://web.archive.org/web/20180828003646im_/http://wuyoubrand.com/assets/img/weibo1.png") no-repeat center left; background-size: 26px 26px;}
.content .contact-us-info .icon_wchat{ width:31px; height: 33px; background: url("https://web.archive.org/web/20180828003646im_/http://wuyoubrand.com/assets/img/wechat1.png") no-repeat center left; background-size: 26px 26px;}
.content .contact-us-info a.link_weibo:hover .icon_weibo{background: url("https://web.archive.org/web/20180828003646im_/http://wuyoubrand.com/assets/img/weibo2.png") no-repeat center left; background-size: 26px 26px;}
.content .contact-us-info a.link_wechat:hover .icon_wchat{background: url("https://web.archive.org/web/20180828003646im_/http://wuyoubrand.com/assets/img/wechat2.png") no-repeat center left; background-size: 26px 26px;}

@media only screen and (max-width: 1324px) {
    .content { width: 1324px; margin: 0; left: 0;}

}

.content .contact-us-info .jd-box{ width: 100%; height: 100%; display: none; font-size: 1.7em; letter-spacing: 1px; color: #424242; line-height: 1.9em;}
.content .contact-us-info .jd-box .title{ font-size: 2.3em; line-height: 1; letter-spacing: 2px;}
.content .contact-us-info .jd-box.on{ display: block;}
.content .contact-us-info .jd-box .con-info{ margin-top: 56px;}

.content .contact-us-info .designer-list{ width: 100%; height: 532px; overflow: hidden;}
.designer-list ul{ list-style: none; width: 100%;}
.designer-list ul li{ float: left; width: 23.8%; height: auto; margin:0 0.6% 32px;}
.designer-list ul li a{ display: block; width: 100%; height: 100%; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; transition: all 0.15s;}
.designer-list ul li a:hover{ opacity: 0.5; filter: alpha(opacity=50);}
.designer-list ul li img{ width: 100%; display: block;}

.content .designer-info{ display: none; position: relative; height: 100%;}
.content .leftsp.designer-info .enname{font-size: 3.6em; line-height: 1.2em; font-weight: normal;}
.content .leftsp.designer-info .cnname{font-size: 2.3em; line-height: 1.2em; margin-top: 40px;}
.content .leftsp.designer-info .greenline{ margin: 23px 0;}
.content .leftsp.designer-info .title{font-size: 1.5em; line-height: 1.2em; }
.content .leftsp.designer-info .des{font-size: 1.5em; line-height: 1.2em; margin-top: 66px; }
.content .leftsp.designer-info .text1{ position: absolute; bottom: 0;}
.content .renxiang{ display: none; width: 15%; left: 15.5%; height: 621px; position: absolute; top: 50%; margin: -266px 0 0 0;}
.content .renxiang img{width: 100%; position: absolute; top: 0; left: 0; opacity: 0;}

.content .intro_video{ width: 954px; height: 492px; position: absolute; top: 50%; left: 50%; margin: -246px 0 0 -477px;}
.content .intro_video video{ width: 954px; height: 492px; }

.swf-tran{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 55; min-width: 1324px; background: #000;}
.swf-tran .anibox{ width: 30%; padding-top: 6px; position: absolute; top: 30%; left: 15.5%; height: auto; text-align: left; }

.ecode{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 55; display: none; }
.ecode img{ display: block; position: absolute; top: 50%; left: 50%; margin: -130px 0 0 -130px;}
.overlay{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 50; background: #000; opacity: 0.5;
filter: alpha(opacity=90); display: none; }

#closeBtn{
	width: 46px;
	height: 46px;
	background: url("https://web.archive.org/web/20180828003646im_/http://wuyoubrand.com/assets/img/closeBtn.png");
	position: absolute;
	top:50px;
	left:113px;
	cursor:pointer;
}
#closeBtn{ 
	-moz-transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
} 
#closeBtn:hover{ 
	-moz-transform: rotate(180deg); 
	-webkit-transform: rotate(180deg); 
	-o-transform: rotate(180deg); 
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg); 
}
.pageblur {
    filter: url("https://web.archive.org/web/20180828003646im_/http://wuyoubrand.com/assets/img/blur.svg");
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=7, MakeShadow=false);
}


@media only screen and (max-width: 1324px) {
    .content .slogan, .content .contact-us-info{ font-size: 7px;}
    .content .contact-us-info .greenline{ margin: 37px 0 247px;}

	.content .leftsp.designer-info .cnname{ margin-top: 20px; }
	.content .leftsp.designer-info .greenline{ margin: 12px 0; }
	.content .leftsp.designer-info .des{ margin-top: 38px; }

	.content .contact-us-info .con-info-text{ margin-top: 25px; line-height: 27px; }
	.content .contact-us-info .icon_phone,.content .contact-us-info .icon_email,.content .contact-us-info .icon_address,.content .contact-us-info .icon_weibo,.content .contact-us-info .icon_wechat{ height: 27px;}
}

@media only screen and (min-width: 1324px) and (max-width: 1424px) {
    .content .slogan, .content .contact-us-info{ font-size: 7.5px;}
    .content .contact-us-info .greenline{ margin: 40px 0 267px;}

	.content .leftsp.designer-info .cnname{ margin-top: 24px; }
	.content .leftsp.designer-info .greenline{ margin: 14px 0; }
	.content .leftsp.designer-info .des{ margin-top: 43px; }

	.content .contact-us-info .con-info-text{ margin-top: 30px; line-height: 28px; }
	.content .contact-us-info .icon_phone,.content .contact-us-info .icon_email,.content .contact-us-info .icon_address,.content .contact-us-info .icon_weibo,.content .contact-us-info .icon_wechat{ height: 28px;}
}

@media only screen and (min-width: 1424px) and (max-width: 1524px) {
    .content .slogan, .content .contact-us-info{ font-size: 8px;}
    .content .contact-us-info .greenline{ margin: 43px 0 287px;}

	.content .leftsp.designer-info .cnname{ margin-top: 28px; }
	.content .leftsp.designer-info .greenline{ margin: 16px 0; }
	.content .leftsp.designer-info .des{ margin-top: 48px; }

	.content .contact-us-info .con-info-text{ margin-top: 30px; }
}

@media only screen and (min-width: 1524px) and (max-width: 1624px) {
    .content .slogan, .content .contact-us-info{ font-size: 8.5px;}
    .content .contact-us-info .greenline{ margin: 46px 0 307px;}

	.content .leftsp.designer-info .cnname{ margin-top: 32px; }
	.content .leftsp.designer-info .greenline{ margin: 18px 0; }
	.content .leftsp.designer-info .des{ margin-top: 53px; }

	.content .contact-us-info .con-info-text{ margin-top: 30px; }
}

@media only screen and (min-width: 1624px) and (max-width: 1724px) {
    .content .slogan, .content .contact-us-info{ font-size: 9px;}
    .content .contact-us-info .greenline{ margin: 49px 0 327px;}

	.content .leftsp.designer-info .cnname{ margin-top: 36px; }
	.content .leftsp.designer-info .greenline{ margin: 20px 0; }
	.content .leftsp.designer-info .des{ margin-top: 58px; }

	.content .contact-us-info .con-info-text{ margin-top: 30px; }
}

@media only screen and (min-width: 1724px) and (max-width: 1820px) {
    .content .slogan, .content .contact-us-info{ font-size: 9.5px;}
    .content .contact-us-info .greenline{ margin: 52px 0 265px;}

	.content .leftsp.designer-info .cnname{ margin-top: 40px; }
	.content .leftsp.designer-info .greenline{ margin: 22px 0; }
	.content .leftsp.designer-info .des{ margin-top: 63px; }

	.content .contact-us-info .con-info-text{ margin-top: 30px; }
}

/*
     FILE ARCHIVED ON 00:36:46 Aug 28, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:41:25 Apr 08, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.427
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.008
  cdx.remote: 32.526
  LoadShardBlock: 489.65 (3)
  PetaboxLoader3.datanode: 204.225 (4)
  PetaboxLoader3.resolve: 579.98 (3)
  load_resource: 298.891
*/