* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input{
	font-size:14px;	
	line-height:20px;	
/*	font-family: 'Open Sans', sans-serif;*/
	font-family:'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
}
::-webkit-input-placeholder{color:#999999;}
:-moz-placeholder{color:#999999;}
::-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}

html{height:100%;}
body{
/*	font-size:14px;*/
	font-size:16px;
	/* font-weight:300; */
	color:#333333;
/*	font-family: 'Open Sans', sans-serif;*/
	font-family:'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	height:100%;
}
p{
/*	line-height:20px;*/
	/* line-height:22px; */
	/* margin-bottom:20px; */
}
b{
	font-weight:bold;
}
i{
	font-style:italic;
}
a{
	color:#069cfb;
	text-decoration:none;
}
a:hover{text-decoration:underline;}

ul.listDot{
	margin-left:15px;
	list-style:disc;
}
ul.listDot li{
/*	line-height:20px;*/
	line-height:22px;
}
ol.listDot{
	margin-left:15px;
	list-style:decimal;
}
ol.listDot li{
/*	line-height:20px;*/
	line-height:22px;
	padding-left: 10px
}
h1{
/*	font-size:24px;*/
	font-size:22px;
	font-weight:400;
	line-height:35px;
	color:#333333;
	
}
h2{
	font-weight:400;
	font-size:18px;
/*	font-weight:bold;
	font-size:16px;*/
	line-height:23px;
	color:#333333;
}
h3{
	font-weight:400;
	line-height:22px;
/*	font-weight:bold;
	line-height:20px;*/
	color:#333333;		
}

.fright{float:right;}
.normal{font-weight:300;}
.bold{font-weight:400;}
.italic{font-style:italic;}
.underline{text-decoration:underline;}
.displaynone{display:none;}
.center{text-align:center;}
.left{text-align:left;}

/* remove fixed heade start */
/*
.wrapper{padding-top:163px;}
@media screen and (min-width: 981px) {
	.wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin-bottom: -385px;
	}
	.footerWrapper,.push{
		height:385px;
	}
}
*/
.wrapper{padding-top:68px;}
/* remove fixed heade end */
.wrapper a
{
	font-weight:400;
}

.headerWrapper{
	width:100%;
	/*position:fixed;*/ /* remove fixed header */
	background:#fff;
	z-index:99999;
}
.header{
	padding-top:30px;
	width:960px;
	margin:auto;
	height:95px;
}
.header .logo{
	float:left;
	width:417px;
}
.header .logo img{
	width:241px;
	height:auto;
}
.header .fright{
	padding-top:6px;
	float:right;
	width:462px;
}
.searchWrapper{
	float:left;
	padding:0px 10px;
	border:#cccccc 1px solid;
	width:232px;
	height:28px;
	line-height:24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin-right:26px;
}
#search{
	width:180px;
	font-size:13px;	
	line-height:26px;
	height:26px;
	border:none;
	background:none;
}
#submitSearch{
	width:16px;
	height:16px;
	background:url(https://docs.alibabagroup.com/assets2/images/cn/global/search_btn.png) top no-repeat;
	text-indent:-9999px;
	border:none;
	vertical-align:top;
	margin-top:5px;
}
.header .selectWrapper{
	float:left;
	position:relative;
}
.header .selectWrapper.offering{
	width:144px;
	margin-right:19px;
	z-index:99999;
}
.header .selectWrapper .defaultText{
	cursor:pointer;
	position:absolute;
	background:#fff;
	color:#ff6600;
	font-size:12px;
	z-index:10;
	top:7px;
	left:9px;
	padding:1px 1px;
}

.headerMobile
{
	display:none;
}

.container{
	margin:auto;
	width:960px;
	padding:90px 10px;
	padding-bottom:100px;
}
.container.nopadding{
	padding:0px;
}
.container > .title{
	margin-bottom:26px;
	text-transform:uppercase;
}
.footerWrapper{
	width:100%;
	background:#ff6a00;
	vertical-align:top;
}
.footer{
	margin:auto;	
	width:960px;
	padding-top:45px;
}
.footer div{
	vertical-align:top;
	display:inline-block;
}
.footer .logo{
	width:189px; /* 4-cols */
}
.footer .sitemap{
	color:#fff;
	width:732px; /* 4-cols */
	margin-left:33px;
}
/*.footer .sitemap li{margin-bottom:13px;}*/
.footer .sitemap a{	
	color:#fff;
	text-decoration:none;
	
	font-weight:400;
	font-size:12px;
	line-height:23px;
}
.footer .sitemap a:hover{
	text-decoration:underline;
	font-size: 12px;
}
.footer .sitemap .col{display:inline-block; padding: 0 0 0 0; margin-right:2px}
.footer .sitemap .col1{width:177px} /* 4-cols */
.footer .sitemap .col2{width:177px} /* 4-cols */
.footer .sitemap .col3{width:177px} /* 4-cols */
.footer .sitemap .col4{width:177px; margin-right:0;} /* 4-cols */
.footer .sitemap .section{
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	line-height:12px;
/*	margin-bottom:12px;*/
	
	font-size:12px;
	margin-bottom:5px;
}

.footer_btn
{
	height:19px;
	width:19px;
	line-height:19px;
	float:left;
	background-image:url(https://docs.alibabagroup.com/assets2/images/en/global/footer_btn.png);
	background-repeat:no-repeat;
	margin-right:3px;
}

.footer_download_btn{ background-position:0 0 ;}
.footer_print_btn{ background-position:0 -40px ;}
.footer_facebook_btn{ background-position:0 -80px ;}
.footer_google_plus_btn{ background-position:0 -120px ;}
.footer_linkedin_btn{ background-position:0 -160px ;}
.footer_twitter_btn{ background-position:0 -200px ;}
.footer_sinaweibo_btn{ background-position:0 -240px ;}
.footer_email_btn{ background-position:0 -280px ;}
.footer_compact_btn{ background-position:0 -320px ;}

.footer_compact_btn
{
	width:13px;
	font-size:0;
}

.footer_compact_btn span
{
	background-image:none!important;
}

.footer hr{
	border:none;
	background:#ffb380;
	height:1px;
	margin:98px 0px 0px 0px;
}
.footer .copyright{
	color:#fff;	
	width:100%;
	font-size:12px;
	text-align:center;
	padding:20px 0px;
}
.footer .copyright a{
	text-transform:uppercase;
	color:#fff;
}
.footer .copyright a,.footer .copyright span{display:inline-block;}
.footer .copyright .separator{margin:0px 3px;}

.shareOnSitemap
{
	display:block;
	padding:25px 0 0;
}

.shareOnFooter
{
	display:none!important;
}

/* accordion2 */
.accordion2
{
	
}

.accordion2 .group
{
	border-bottom:#999 1px solid;
}

.accordion2 .group>.groupTitle
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/global/accordion2_open.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 27px 0 27px 34px;
	line-height:19px;
	font-size:18px;
	color:#069cfb;
	cursor:pointer;
}

.accordion2 .open>.groupTitle
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/global/accordion2_close.gif);
}

.accordion2 .group>.groupContent
{
	padding: 0 0 27px 34px;
}

.accordion2 .group>.groupContent .groupTitle 
{
	font-size:16px;
	color:#069cfb;
	line-height:16px;
	padding-bottom:11px;
	cursor:pointer;
	background-image:none;
}

.accordion2 .group>.groupContent .groupContent 
{
	padding: 0 0 17px 16px;
	line-height:21px;
}

.groupContent
{
	display:none;
}

/* error */
#error img{margin-bottom:30px;}
#error .text{
	font-size:72px;
	line-height:72px;
	text-transform:uppercase;
	margin-bottom:20px;
}
#error .smallText{
	font-size:21px;
	line-height:24px;	
	width:525px;
}
/* faqs */
#faqs.container{min-height:800px;}
#faqs .row{
	background:url(https://docs.alibabagroup.com/assets2/images/cn/global/accordion_icon.png)  -16px 1px no-repeat;
	padding-bottom:31px;
}
#faqs .row.open{
	background:url(https://docs.alibabagroup.com/assets2/images/cn/global/accordion_icon.png)  0px -17px no-repeat;
}
#faqs .row .q{
	padding-left:25px;	
/*	font-weight:bold;
	font-size:16px;*/
	font-weight:400;
	font-size:18px;
	margin-bottom:5px;
	cursor:pointer;
}
#faqs .row .a{
	display:none;
	margin-left:25px;
}
/* committee charter */
.subNumList { float:left; width:25px; margin-left:25px;}
.numList { float:left; width:25px;}
.rightContent { display:block;overflow:hidden;}

/* alibaba partnership */
table.partnership thead td {
	font-weight:bold;
	vertical-align:bottom;
}
table.partnership tbody td:first-child, 
table.partnership tbody td:last-child {
	text-align:left;
}

/* block element for pages: offices, contacts */
.blockItemTitle
{
	padding:0px 25px;
}
.block h2, .blockItemTitle h2{margin-bottom:30px;}
.block h3{
	color:#666666;
	margin-bottom:25px;
}
.block p{
	color:#666666;
	margin-bottom:35px;	
}
.block .hr{
	/*border-bottom:5px #f0f0f0 solid;*/
	padding:0px 15px;
}

.block img{
	margin:auto;
	margin-bottom:15px;
}

.block{
	float:left;
	width:320px;
	padding:0px 10px;
	/*margin-bottom:35px;*/
	overflow:hidden;
	word-wrap:break-word;
}
.block p{margin-bottom:20px;word-wrap:break-word;}
.block p a{word-wrap:break-word;}

/* offices */
#offices.container{min-height:800px;}
#offices .upper{padding-bottom:35px;}
#offices .upper h2{margin-bottom:30px;}
#offices .upper h3{
	color:#666666;
	/*margin-bottom:25px;*/
}
#offices .upper p{
	color:#666666;
	margin-bottom:35px;
}
#offices .imgWrapper{
	position:relative;
	width:100%;
}
#offices .imgWrapper img{
	width:100%;
	height:auto;
}
#offices .imgWrapper .textWrapper{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	padding:20px;
}
#offices .imgWrapper .text{
	float:right;
	/*height:100%;*/
	width:305px;
	background:#e3e6bf;
	opacity:0.9;
	padding:40px 30px 40px 35px;
}
#offices .lower{padding-bottom:65px;}

/* navigation for pages: contacts, library, social */
.navigation{
	width:100%;
	height:120px!important;
}
.navigation div{
	font-weight:bold;
	float:left;
	border-bottom:5px #f26722 solid;
	height:120px;
	display:table;	
}
.navigation div.act{border-bottom:5px #e3e6bf solid;}
.navigation div a{
	color:#333333;
	text-decoration:none;
	width:100%;
	height:100%;
	text-align:center;
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:8px;
	text-transform:uppercase;
}
.triangle{
	width:100%;
	height:20px;
	margin-bottom:45px;
}
.triangle li{
	visibility:hidden;
	float:left;
	height:100%;
	background:url(https://docs.alibabagroup.com/assets2/images/cn/global/triangle.png) center top no-repeat;
}
.triangle li.act{visibility:hidden;}
.navPage{
	/*display:none;*/
	width:100%;
}
.navPage .text{margin:0px 26px;}
.navPage .text p{margin-bottom:0px;}
.navPage .desc{
	font-style:italic;
	padding:26px 30px;
	background:#e3e6bf;
	line-height:20px;
}
.navPage .desc h2{display:none;}

/* contacts */
#contacts.container{
	padding:90px 0px;
	min-height:800px;	
}
#contacts.container h1.title{margin-left:10px;}
#contacts .navigation div{width:192px; height: 142px; line-height: 22px;}
#contacts .navigation #ir a{background:url(https://docs.alibabagroup.com/assets2/images/cn/contact/contacts_nav_ir.png) center top no-repeat;}
#contacts .navigation #ir.act a,#contacts .navigation #ir a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/contact/contacts_nav_ir_hover.png) center top no-repeat;}
#contacts .navigation #media a{background:url(https://docs.alibabagroup.com/assets2/images/cn/contact/contacts_nav_media.png) center top no-repeat;}
#contacts .navigation #media.act a,#contacts .navigation #media a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/contact/contacts_nav_media_hover.png) center top no-repeat;}
#contacts .navigation #customer a{background:url(https://docs.alibabagroup.com/assets2/images/cn/contact/contacts_nav_customer.png) center top no-repeat;}
#contacts .navigation #customer.act a,#contacts .navigation #customer a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/contact/contacts_nav_customer_hover.png) center top no-repeat;}
#contacts .navigation #law a{background:url(../../images/cn/contact/contacts_nav_law.png) center top no-repeat;}
#contacts .navigation #law.act a,#contacts .navigation #law a:hover{background:url(../../images/cn/contact/contacts_nav_law_hover.png) center top no-repeat;}
#contacts .navigation #intellectual a{background:url(https://docs.alibabagroup.com/assets2/images/cn/contact/contacts_nav_intellectual.png) center top no-repeat;}
#contacts .navigation #intellectual.act a,#contacts .navigation #intellectual a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/contact/contacts_nav_intellectual_hover.png) center top no-repeat;}
#contacts .triangle li{width:320px;}
#contacts .block h2{margin-bottom:18px;}
#contacts .block h2 span{
	font-style:italic;
/*	font-weight:normal;*/
	font-weight:400;
}
#contacts .block h3{margin:0px;}
#contacts .area{margin:0px 25px 40px 25px;}

#contacts.container .navPage.law .text h1.title{margin:0px 0px 26px 0px; text-align:left;}
#contacts.container .navPage.law .text h2{margin-bottom:10px;}
#contacts.container .navPage.law .text p{line-height: 22px;margin-bottom:20px;}
#contacts.container .navPage.law .text ul, #contacts.container .navPage.law .text ol{list-style-position:outside;}
#contacts.container .navPage.law .text ul li, #contacts.container .navPage.law .text ol li{margin-bottom:5px;}
.navPage.law .text ol {
	margin-left:30px;
	counter-reset:li; /* Initiate a counter */
}
.navPage.law .text ol > li {
	line-height:22px;
	position:relative;
	list-style:none;
}
.navPage.law .text ol > li:before {
	content:counter(li, lower-roman) ". "; ; /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	
	/* Position and style the number */
	position:absolute;
	left:-30px;
	width:30px;
	text-align:left;
}

#contacts.container .navPage.law .desc.landing h2 { display: block; font-style: normal; text-transform: uppercase; }
#contacts.container .navPage.law .docItem { padding: 18px 26px; border-bottom: 1px solid #ccc; display: table; width: 100%; }
#contacts.container .navPage.law .docItem > a { display: table-cell; vertical-align: middle; width: 100%; /*padding-right: 20px;*/ }
#contacts.container .navPage.law .docItem > .document { display: none; width: 90px; }
#contacts.container .navPage.law .docItem > .document .ir_doc_ico:nth-child(1) { margin-right: 25px; }
#contacts.container .navPage.law .table { margin: 0 26px; }
#contacts.container .navPage.law .table table { margin-bottom: 30px; }
#contacts.container .navPage.law .table table tr td { padding: 15px 20px; }
#contacts.container .navPage.law .table table tr td:nth-child(1) { width: 25%; }
#contacts.container .navPage.law .table table tr td:nth-child(2) { width: 75%; }
#contacts.container .navPage.law .table table thead tr td { background: #efedcb; }
#contacts.container .navPage.law .table table thead tr td:first-child { border-right: 1px solid #fff; }
#contacts.container .navPage.law .table table tbody tr { border-bottom: 1px solid #ccc; }
#contacts.container .navPage.law .pdfDL { display: none; width: 100%; padding: 0 26px; margin-bottom: 40px; }
#contacts.container .navPage.law .pdfDL > div { display: table-cell; vertical-align: middle; }
#contacts.container .navPage.law .pdfDL .left { font-size: 18px; font-weight: 700; width: calc(100% - 110px); padding-right: 20px; }
#contacts.container .navPage.law .pdfDL .right { width: 110px; text-align: right; }
#contacts.container .navPage.law .pdfDL .right a.docBtn { margin-right: 10px; line-height: 30px; text-decoration: none; color: #333; font-size: 14px; display: inline-block; vertical-align: middle; }
#contacts.container .navPage.law .pdfDL .right a.ir_doc_ico { margin-right: 0; float: none; display: inline-block; vertical-align: middle; }
#contacts.container .navPage.law .triangle.inner { margin-bottom: 20px; }
#contacts.container .navPage.law .back { margin: 0 26px 40px; }
#contacts.container .navPage.law .back a { color: #ff6600; text-decoration: none; white-space: nowrap; }

/* library */
#library.container{
	padding:90px 0px 10px 0px;
	min-height:800px;
}
#library.container h1.title{margin-left:10px;}
#library .navigation div{width:160px;}
#library .navigation #logos a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_logos.png) center top no-repeat;}
#library .navigation #logos.act a,
#library .navigation #logos a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_logos_hover.png) center top no-repeat;}
#library .navigation #executives a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_executives.png) center top no-repeat;}
#library .navigation #executives.act a,
#library .navigation #executives a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_executives_hover.png) center top no-repeat;}
#library .navigation #early a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_early.png) center top no-repeat;}
#library .navigation #early.act a,
#library .navigation #early a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_early_hover.png) center top no-repeat;}
#library .navigation #offices a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_offices.png) center top no-repeat;}
#library .navigation #offices.act a,
#library .navigation #offices a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_offices_hover.png) center top no-repeat;}
#library .navigation #events a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_events.png) center top no-repeat;}
#library .navigation #events.act a,
#library .navigation #events a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_events_hover.png) center top no-repeat;}
#library .navigation #other a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_other.png) center top no-repeat;}
#library .navigation #other.act a,
#library .navigation #other a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/library_nav_other_hover.png) center top no-repeat;}
#library .triangle {width:160px;}
#library .dlBlock{
	float:left;
	width:220px;
	margin:0px 10px 80px 10px;
	text-align:center;
}
#library .dlBlock img{margin:auto;}
#library .dlBlock .dl{/*margin-bottom:10px;*/}
#library .dlBlock .title{
	padding:5px 20px;
	/*background:#f0f0f0;*/
/*	line-height:17px;*/
	line-height:20px;
	margin-bottom:10px;	
}
#library .dlBlock h2{
	text-transform:uppercase;
	margin-bottom:5px;
}
#library .dlBlock.col-2{
	width:460px;
	margin-bottom:40px;	
}
#library .dlBlock.col-3{width:300px;}
#library .dlBlock#en h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}
#library .dlBlock#tc h2{
	font-family:'Microsoft JhengHei','PMingLiU';
	font-weight:bold;	
}
#library .dlBlock#sc h2{
	font-family:'Microsoft YaHei','PMingLiU';
	font-weight:bold;
}
#library .dlBlock.col-3 .title{
	display:table;
	width:100%;
}
#library .dlBlock.col-3 .title span{
	display:table-cell;
	vertical-align:middle;
	height:70px;
}
#library h2.overviewText{margin-bottom:50px;}

#library .logos .triangle{margin-bottom:60px;}
#library .executives .triangle,
#library .early .triangle,
#library .offices .triangle,
#library .events .triangle{margin-bottom:25px;}
#library .other .triangle{margin-bottom:70px;}

#library .logos .dlBlock img{margin-bottom:35px;}
#library .executives .dlBlock img,
#library .early .dlBlock img,
#library .offices .dlBlock img,
#library .events .dlBlock img{margin-bottom:8px;}
#library .other .dlBlock img{margin-bottom:18px;}

/* social */
#social.container{
	padding:90px 0px 55px 0px;
	min-height:800px;
}
#social.container h1.title{margin-left:10px;}
#social .navigation div{width:192px;}
#social .navigation #fb a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_fb.png) center top no-repeat;}
#social .navigation #fb.act a,
#social .navigation #fb a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_fb_hover.png) center top no-repeat;}
#social .navigation #googleplus a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_googleplus.png) center top no-repeat;}
#social .navigation #googleplus.act a,
#social .navigation #googleplus a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_googleplus_hover.png) center top no-repeat;}
#social .navigation #linkedin a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_linkedin.png) center top no-repeat;}
#social .navigation #linkedin.act a,
#social .navigation #linkedin a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_linkedin_hover.png) center top no-repeat;}
#social .navigation #twitter a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_twitter.png) center top no-repeat;}
#social .navigation #twitter.act a,
#social .navigation #twitter a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_twitter_hover.png) center top no-repeat;}
#social .navigation #weibo a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_weibo.png) center top no-repeat;}
#social .navigation #weibo.act a,
#social .navigation #weibo a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_weibo_hover.png) center top no-repeat;}
#social .navigation #youtube a{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_youtube.png) center top no-repeat;}
#social .navigation #youtube.act a,
#social .navigation #youtube a:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/news/social_nav_youtube_hover.png) center top no-repeat;}

#social .triangle li{width:160px;}

/* revised layout on 2014-04-07 */
#social .block img{
	float:left;
	margin-right:15px;
}
#social .block h2{height:23px;}
#social .block h2 a{
	color:inherit;
	text-decoration:none;
}
#social .block h3{
	margin:0px;
	float:none;
}
#social .follow{
	margin-bottom:22px;
	height:20px;
	text-indent:-9999px;
}
#social .location span{
	font-weight:normal;
	font-size:12px;
}
/*------------------------------*/

#social .company{margin:0px 25px 35px 25px;}
/*#social .block h2{margin-bottom:25px;}*/
/*#social .block h3{margin:0px;}
#social .follow{margin-bottom:20px;}
#social .location span{
	font-weight:normal;
	font-size:14px;
}*/
#social .follow img{margin:0;}

/* overview */
#overview.container{min-height:800px;}
#overview img{width:100%}
#overview h2{
	text-transform:uppercase;
	margin-bottom:9px;
	font-weight:600;
	font-size:16px;
	line-height:19.2px;
}
#overview h2.orangeHeading{
	text-transform:none;
	color:#FF6600;
	margin-bottom:0px;
}
#overview p{
	color:#666666;
	font-size:16px;
	font-weight:300;
	line-height:19.2px;
	margin-bottom:27px;
}
#overview .col{float:left;}
#overview .col.r{float:right;}
#overview .col.l{float:left;}

#overview #row1{margin-bottom:37px;}
#overview #text1{
	width:399px;
	padding:51px 21px;
}
#overview #row2{margin-bottom:56px;}
#overview #img2{margin-top:20px;}
#overview #text2{
	width:539px;
	padding:0px 8px 19px 0px;
}

#overview #text3{
	width:539px;
	padding:0px 8px 0px 14px;
	background:url(https://docs.alibabagroup.com/assets2/images/en/about/overview_point_bg.png) 0px 8px no-repeat;
}
#overview #text4{
	width:539px;
	padding:0px 8px 0px 14px;
	background:url(https://docs.alibabagroup.com/assets2/images/en/about/overview_point_bg.png) 0px 8px no-repeat;
}
#overview #text5{
	width:539px;
	padding:0px 8px 0px 14px;
	background:url(https://docs.alibabagroup.com/assets2/images/en/about/overview_point_bg.png) 0px 8px no-repeat;
}
#overview #text6{
	width:539px;
	padding:0px 8px 0px 14px;
	background:url(https://docs.alibabagroup.com/assets2/images/en/about/overview_point_bg.png) 0px 8px no-repeat;
}
#overview #text7{
	width:540px;
	padding:13px 30px 0px 0px;
	height:166px;
}
#overview .note{
	font-size:16px;
	font-weight:400;
	line-height:19.2px;
	color:#666666;
	text-transform:none;
	font-weight:300;
}

/* culture */
#culture.container{min-height:800px;}
#culture h2{
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
}

#culture .cultureGroup
{
	
}

.cultureGroup .imgDesc
{
	color:#666666;
	font-size:16px;
	line-height:20px;
}

#cultureGroup1 .image
{
	width:380px;
}

#cultureGroup1 .imgDesc
{
	width:550px;
	padding:158px 0 0 70px;
	float:right;
}

#cultureGroup2
{
	margin-top:-20px;
}

#cultureGroup2 .image
{
	width:460px;
}

#cultureGroup2 .imgDesc
{
	width:470px;
	padding:114px 20px 0 0;
	float:left;
}

.cultureBottom
{
	width:840px;
	margin:0 auto;
	padding:52px 0 0;
}

.cultureBottom .line
{
	border-bottom:1px dotted #717171;
	width:660px;
	margin:0 auto 55px;
	display:block;
}

.titleText
{
	text-align:center;
	padding:0 0 45px;
}

.cultureBox
{
	width:220px;
	height:360px;
	float:left;
	text-align:center;
	padding:0 5px;
	margin:0 30px 16px;
	
}

.cultureBox .image
{
	margin:0 auto;
	width:120px;
	padding:0 0 23px;
}

.cultureBox p
{
	color:#333;
	font-size:16px;
	line-height:20px;
}

/* grid element for page: businesses, leadership, sustainability */
.gridWrapper{
	position:relative;
	margin-bottom:90px;
}
.gridBlock{
	margin:1px;
	width:318px;
	height:280px;
	float:left;
	cursor:pointer;
	position:relative;
}

.gridBlock .desc{
	position:absolute;	
	display:none;
	width:638px;
	background:#efedcb;
/*	opacity:0.7;*/
	z-index:10;
	padding:25px 55px;
}
.gridBlock .desc .title{
	color:#ff6600;
	text-transform:uppercase;
	font-size:30px;
/*	font-weight:bold;*/
	font-weight:400;
	line-height:33px;
	margin-bottom:5px;
	width:500px;
}
.gridBlock .desc .subTitle{
	font-size:18px;
	lien-height:27px;
	margin-bottom:18px;
/*	font-weight:bold;*/
	font-weight:400;
	width:500px;
}
.gridBlock .desc p{
	/*line-height:18px;*/
	font-size:14px;
	line-height:20px;
}
.gridBlock .captionWrapper{
	position:absolute;
	width:318px;
	height:65px;
	bottom:0px;
	background:url(https://docs.alibabagroup.com/assets2/images/cn/global/gridblock_bg.png) center center no-repeat;
}
.gridBlock .captionWrapper:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/global/gridblock_bg_hover.png) center center no-repeat;}
.gridBlock.act .captionWrapper{background:url(https://docs.alibabagroup.com/assets2/images/cn/global/black_alpha07_bg.png);}
.gridBlock .caption{
	width:100%;
	padding:0px 63px 0px 30px;
}
.gridBlock .caption .heading{
	font-size:18px;
	line-height:21px;
	color:#ff6600;
/*	font-weight:bold;*/
	font-weight:400;
}
.gridBlock .caption .text{
	font-size:14px;
	line-height:18px;	
	color:#fff;
}
.gridBlock .desc .closeBtn{
	position:absolute;
	width:25px;
	height:25px;
	background:url(https://docs.alibabagroup.com/assets2/images/cn/global/gridblock_close.png) right no-repeat;
	right:55px;
	top:40px;
}

/* businesses */
#businesses.container{min-height:800px;}
#businesses .container{padding-bottom:13px;}

#businesses #logo_taobao{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_taobao.png) no-repeat;}
#businesses #logo_taobao:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_taobao_hover.png) no-repeat;}
#businesses #logo_taobao.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_taobao_act.png) no-repeat;}
#businesses #logo_taobao .desc{top:0px;left:320px;}

#businesses #logo_tmall{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_tmall.png) no-repeat;}
#businesses #logo_tmall:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_tmall_hover.png) no-repeat;}
#businesses #logo_tmall.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_tmall_act.png) no-repeat;}
#businesses #logo_tmall .desc{top:282px;left:0px;}

#businesses #logo_freshippo{background:url(https://docs.alibabagroup.com/assets2/images/en/about/businesses_freshippo.png) no-repeat;}
#businesses #logo_freshippo:hover{background:url(https://docs.alibabagroup.com/assets2/images/en/about/businesses_freshippo_hover.png) no-repeat;}
#businesses #logo_freshippo.act{background:url(https://docs.alibabagroup.com/assets2/images/en/about/businesses_freshippo_act.png) no-repeat;}
#businesses #logo_freshippo .desc{top:0px;left:-640px;}

/*#businesses #logo_freshippo{background:url(../../../assets2/images/en/about/businesses_freshippo.png) no-repeat;}
#businesses #logo_freshippo:hover{background:url(../../../assets2/images/en/about/businesses_freshippo_hover.png) no-repeat;}
#businesses #logo_freshippo.act{background:url(../../../assets2/images/en/about/businesses_freshippo_act.png) no-repeat;}
#businesses #logo_freshippo .desc{top:0px;left:-640px;}*/

/*#businesses #logo_juhuasuan{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_juhuasuan.png) no-repeat;}
#businesses #logo_juhuasuan:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_juhuasuan_hover.png) no-repeat;}
#businesses #logo_juhuasuan.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_juhuasuan_act.png) no-repeat;}
#businesses #logo_juhuasuan .desc{top:0px;left:-640px;}*/

/*#businesses #logo_etao{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_etao.png) no-repeat;}
#businesses #logo_etao:hover,#businesses #logo_etao.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_etao_hover.png) no-repeat;}
#businesses #logo_etao .desc{top:283px;left:321px;}*/

#businesses #logo_aliexpress{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_aliexpress.png) no-repeat;}
#businesses #logo_aliexpress:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_aliexpress_hover.png) no-repeat;}
#businesses #logo_aliexpress.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_aliexpress_act.png) no-repeat;}
#businesses #logo_aliexpress .desc{top:0px;left:320px;}

#businesses #logo_lazada{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_lazada.png) no-repeat;}
#businesses #logo_lazada:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_lazada_hover.png) no-repeat;}
#businesses #logo_lazada.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_lazada_act.png) no-repeat;}
#businesses #logo_lazada .desc{top:282px;left:0px;}

/*#businesses #logo_lazada{background:url(../../../assets2/images/cn/about/businesses_lazada.png) no-repeat;}
#businesses #logo_lazada:hover{background:url(../../../assets2/images/cn/about/businesses_lazada_hover.png) no-repeat;}
#businesses #logo_lazada.act{background:url(../../../assets2/images/cn/about/businesses_lazada_act.png) no-repeat;}
#businesses #logo_lazada .desc{top:282px;left:0px;}*/

#businesses #logo_alibaba{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_alibaba.png) no-repeat;}
#businesses #logo_alibaba:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_alibaba_hover.png) no-repeat;}
#businesses #logo_alibaba.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_alibaba_act.png) no-repeat;}
#businesses #logo_alibaba .desc{top:0px;left:-640px;}

#businesses #logo_1688{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_1688.png) no-repeat;}
#businesses #logo_1688:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_1688_hover.png) no-repeat;}
#businesses #logo_1688.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_1688_act.png) no-repeat;}
#businesses #logo_1688 .desc{top:0px;left:320px;}

#businesses #logo_eleme{background:url(https://docs.alibabagroup.com/assets2/images/en/about/businesses_eleme.png) no-repeat;}
#businesses #logo_eleme:hover{background:url(https://docs.alibabagroup.com/assets2/images/en/about/businesses_eleme_hover.png) no-repeat;}
#businesses #logo_eleme.act{background:url(https://docs.alibabagroup.com/assets2/images/en/about/businesses_eleme_act.png) no-repeat;}
#businesses #logo_eleme .desc{top:282px;left:0px;}

/*#businesses #logo_eleme{background:url(../../../assets2/images/en/about/businesses_eleme.png) no-repeat;}
#businesses #logo_eleme:hover{background:url(../../../assets2/images/en/about/businesses_eleme_hover.png) no-repeat;}
#businesses #logo_eleme.act{background:url(../../../assets2/images/en/about/businesses_eleme_act.png) no-repeat;}
#businesses #logo_eleme .desc{top:282px;left:0px;}*/

#businesses #logo_youku{background:url(https://docs.alibabagroup.com/assets2/images/en/about/businesses_youku.png) no-repeat;}
#businesses #logo_youku:hover{background:url(https://docs.alibabagroup.com/assets2/images/en/about/businesses_youku_hover.png) no-repeat;}
#businesses #logo_youku.act{background:url(https://docs.alibabagroup.com/assets2/images/en/about/businesses_youku_act.png) no-repeat;}
#businesses #logo_youku .desc{top:0px;left:-640px;}

/*#businesses #logo_youku{background:url(../../../assets2/images/en/about/businesses_youku.png) no-repeat;}
#businesses #logo_youku:hover{background:url(../../../assets2/images/en/about/businesses_youku_hover.png) no-repeat;}
#businesses #logo_youku.act{background:url(../../../assets2/images/en/about/businesses_youku_act.png) no-repeat;}
#businesses #logo_youku .desc{top:0px;left:-640px;}*/

#businesses #logo_dingtalk{background:url(https://docs.alibabagroup.com/assets2/images/tc/about/businesses_dingtalk.png) no-repeat;}
#businesses #logo_dingtalk:hover{background:url(https://docs.alibabagroup.com/assets2/images/tc/about/businesses_dingtalk_hover.png) no-repeat;}
#businesses #logo_dingtalk.act{background:url(https://docs.alibabagroup.com/assets2/images/tc/about/businesses_dingtalk_act.png) no-repeat;}
#businesses #logo_dingtalk .desc{top:0px;left:320px;}

/*#businesses #logo_dingtalk{background:url(../../../assets2/images/tc/about/businesses_dingtalk.png) no-repeat;}
#businesses #logo_dingtalk:hover{background:url(../../../assets2/images/tc/about/businesses_dingtalk_hover.png) no-repeat;}
#businesses #logo_dingtalk.act{background:url(../../../assets2/images/tc/about/businesses_dingtalk_act.png) no-repeat;}
#businesses #logo_dingtalk .desc{top:0px;left:320px;}*/

#businesses #logo_alimama{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_alimama.png) no-repeat;}
#businesses #logo_alimama:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_alimama_hover.png) no-repeat;}
#businesses #logo_alimama.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_alimama_act.png) no-repeat;}
#businesses #logo_alimama .desc{top:-266px;left:0px;}

#businesses #logo_aliyun{background:url(https://docs.alibabagroup.com/assets2/images/tc/about/businesses_aliyun.png) no-repeat;}
#businesses #logo_aliyun:hover{background:url(https://docs.alibabagroup.com/assets2/images/tc/about/businesses_aliyun_hover.png) no-repeat;}
#businesses #logo_aliyun.act{background:url(https://docs.alibabagroup.com/assets2/images/tc/about/businesses_aliyun_act.png) no-repeat;}
#businesses #logo_aliyun .desc{top:0px;left:-640px;}

/*#businesses #logo_alipay{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_alipay.png) no-repeat;}
#businesses #logo_alipay:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_alipay_hover.png) no-repeat;}
#businesses #logo_alipay.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_alipay_act.png) no-repeat;}
#businesses #logo_alipay .desc{bottom:0px;left:-640px;}*/

#businesses #logo_cainiao{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_cainiao.png) no-repeat;}
#businesses #logo_cainiao:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_cainiao_hover.png) no-repeat;}
#businesses #logo_cainiao.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_cainiao_act.png) no-repeat;}
#businesses #logo_cainiao .desc{top:-226px;left:0px;}

#businesses #logo_ant{background:url(https://docs.alibabagroup.com/assets2/images/tc/about/businesses_ant.png) no-repeat;}
#businesses #logo_ant:hover{background:url(https://docs.alibabagroup.com/assets2/images/tc/about/businesses_ant_hover.png) no-repeat;}
#businesses #logo_ant.act{background:url(https://docs.alibabagroup.com/assets2/images/tc/about/businesses_ant_act.png) no-repeat;}
#businesses #logo_ant .desc{top:-226px;left:0px;}

/*#businesses #logo_lingshoutong{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_lingshoutong.png) no-repeat;}
#businesses #logo_lingshoutong:hover{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_lingshoutong_hover.png) no-repeat;}
#businesses #logo_lingshoutong.act{background:url(https://docs.alibabagroup.com/assets2/images/cn/about/businesses_lingshoutong_act.png) no-repeat;}
#businesses #logo_lingshoutong .desc{top:282px;left:0px;}

#businesses #logo_lingshoutong{background:url(../../../assets2/images/cn/about/businesses_lingshoutong.png) no-repeat;}
#businesses #logo_lingshoutong:hover{background:url(../../../assets2/images/cn/about/businesses_lingshoutong_hover.png) no-repeat;}
#businesses #logo_lingshoutong.act{background:url(../../../assets2/images/cn/about/businesses_lingshoutong_act.png) no-repeat;}
#businesses #logo_lingshoutong .desc{top:282px;left:0px;}*/

/* leadership */
#leadership.container{min-height:800px;}
#leadership .container{padding-bottom:13px;}
#leadership .gridWrapper { margin-bottom: 35px;}
#leadership .cgSubTitle
{
	display:block;
	font-weight:400;
	color:#333;
}
#leadership .col4Box
{
	width:210px;
	float:left;
	line-height:20px;
	margin:0 25px 0 0;
	padding:12px 0 0;
	font-size:14px;
	color: #666;
}
#leadership .col4Box.last
{
	margin:0;
}

#leadership #senior,  .leadershipTextPadding
{
	padding-left:10px;
}

.leadershipSubTitle
{
	padding-bottom:12px;
	font-weight:300;
}

/*#leadership #portrait_jackma{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_jackma.png) no-repeat;}
#leadership #portrait_jackma .desc{top:0px;left:320px;}*/
#leadership #portrait_danielzhang{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_danielzhang.png) no-repeat;}
#leadership #portrait_danielzhang .desc{top:0px;left:320px;}
#leadership #portrait_joetsai{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_joetsai.png) no-repeat;}
#leadership #portrait_joetsai .desc{top:282px;left:0px;}
#leadership #portrait_michaelevans{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_michaelevans.png) no-repeat;}
#leadership #portrait_michaelevans .desc{0px;left:320px;}

#leadership #portrait_maggiewu{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_maggiewu.png) no-repeat;}
#leadership #portrait_maggiewu .desc{top:0px;left:-640px;}
/*#leadership #portrait_janejiang{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_janejiang.png) no-repeat;}
#leadership #portrait_janejiang .desc{top:0px;left:-640px;}*/
#leadership #portrait_judytong{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_judytong.png) no-repeat;}
#leadership #portrait_judytong .desc{top:282px;left:0px;}
#leadership #portrait_licheng{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_licheng.png) no-repeat;}
#leadership #portrait_licheng .desc{top:0px;left:-640px;}

#leadership #portrait_jeffzhang{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_jeffzhang.png) no-repeat;}
#leadership #portrait_jeffzhang .desc{top:0px;left:320px;}
#leadership #portrait_sophiewu{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_sophiewu.png) no-repeat;}
#leadership #portrait_sophiewu .desc{top:282px;left:0px;}
/*#leadership #portrait_zhenfei{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_zhenfei.png) no-repeat;}
#leadership #portrait_zhenfei .desc{top:282px;left:0px;}*/
#leadership #portrait_sarayu{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_sarayu.png) no-repeat;}
#leadership #portrait_sarayu .desc{top:0px;left:-640px;}
/*#leadership #portrait_timsteinert{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_timsteinert.png) no-repeat;}
#leadership #portrait_timsteinert .desc{top:282px;left:0px;}*/

#leadership #portrait_jessiezheng{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_jessiezheng.png) no-repeat;}
#leadership #portrait_jessiezheng .desc{top:0px;left:320px;}
#leadership #portrait_christung{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_christung.png) no-repeat;}
#leadership #portrait_christung .desc{top:-384px;left:0px;}
#leadership #portrait_trudydai{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_trudydai.png) no-repeat;}
#leadership #portrait_trudydai .desc{top:0px;left:-640px;}

/*#leadership #portrait_jianhang{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_jianhang.png) no-repeat;}
#leadership #portrait_jianhang .desc{top:0px;left:320px;}
#leadership #portrait_yongfuyu{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_yongfuyu.png) no-repeat;}
#leadership #portrait_yongfuyu .desc{top:0px;left:320px;}
#leadership #portrait_simonhu{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_simonhu.png) no-repeat;}
#leadership #portrait_simonhu .desc{top:0px;left:320px;}*/

/*#leadership #portrait_angelzhao{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_angelzhao.png) no-repeat;}
#leadership #portrait_angelzhao .desc{top:282px;left:0px;}
#leadership #portrait_weidongyang{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_weidongyang.png) no-repeat;}
#leadership #portrait_weidongyang .desc{top:0px;left:-640px;}*/
/*#leadership #portrait_jianwang{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_jianwang.png) no-repeat;}
#leadership #portrait_jianwang .desc{bottom:282px;left:0px;}*/
#leadership #portrait_fanjiang{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_fanjiang.png) no-repeat;}
#leadership #portrait_fanjiang .desc{bottom:282px;left:0px;}
/*#leadership #portrait_jetjing{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_jetjing.png) no-repeat;}
#leadership #portrait_jetjing .desc{top:-446px;left:0px;}
#leadership #portrait_yvonnechang{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_yvonnechang.png) no-repeat;}
#leadership #portrait_yvonnechang .desc{top:-384px;left:0px;}*/
#leadership #portrait_luyuanfan{background:url(https://docs.alibabagroup.com/assets2/images/en/about/leadership_luyuanfan.png) no-repeat;}
#leadership #portrait_luyuanfan .desc{top:-284px;left:0px;}

#leadership .bioBlock { width: 318px; float: left; margin: 1px; position: relative; }
#leadership .bioBlock .image { position: relative; width: 318px; height: 280px; }
#leadership .bioBlock .image:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.15); opacity: 0; transition: all .45s cubic-bezier(.165,.84,.44,1); }
#leadership .bioBlock .captionWrapper { background: url(https://docs.alibabagroup.com/assets2/images/en/global/gridblock_bg.png) center center no-repeat; position: absolute; width: 100%; height: 65px; bottom: 0; }
#leadership .bioBlock .captionWrapper:hover { background: url(https://docs.alibabagroup.com/assets2/images/en/global/gridblock_bg_hover.png) center center no-repeat;　}
#leadership .bioBlock .caption { margin-top: 13px; padding: 0px 63px 0px 30px; }
#leadership .bioBlock .caption .heading { color: #ff6600; font-size: 18px; font-weight: 400; line-height: 21px; }
#leadership .bioBlock .caption .text { font-size: 14px; line-height: 18px; color: #fff; font-weight: 300; }
/*#leadership .bioBlock a { text-decoration: none; }
#leadership .bioBlock a:hover .image:before { opacity: 1; }*/

#leadership #bio.container { padding-bottom: 60px; }
#bio .row { display: table; width: 100%; }
#bio .row > div { display: table-cell; vertical-align: top; }
#bio .image img { margin-bottom: 40px; }
#bio .desc { padding-left: 20px; }
#bio .desc .title { font-size: 30px; font-weight: 400; color: #ff6600; margin-bottom: 8px; text-transform: uppercase; }
#bio .desc .subTitle { font-size: 20px; font-weight: 400; margin-bottom: 20px; }

#bio .btn_back { display: inline-block; margin-top: 20px; }
#bio .btn_back:before { content: '\27F5'; display: inline-block; padding-right: 10px; }

#board a { text-decoration: none; color: #666; font-weight: 300; }
#bod.container { min-height: 800px; }
#bod .container { padding-bottom: 13px; }
#bod #bio.container { padding: 0 10px 60px; }
#bod #bio .desc { padding-left: 0; }
#bod #bio .desc .title { text-transform: none; }

/* sustainability */
#sustainability.container{min-height:800px;}
#sustainability .container{padding-bottom:13px;}
#sustainability .gridBlock .captionWrapper{height:95px;}

#sustainability #photo_sus1{background:url(https://docs.alibabagroup.com/assets2/images/en/about/sustainability_sus1.png) no-repeat;}
#sustainability #photo_sus1 .desc{top:1px;left:321px;}

#sustainability #photo_sus2{background:url(https://docs.alibabagroup.com/assets2/images/en/about/sustainability_sus2.png) no-repeat;}
#sustainability #photo_sus2 .desc{top:283px;left:321px;}

#sustainability #photo_sus3{background:url(https://docs.alibabagroup.com/assets2/images/en/about/sustainability_sus10.png) no-repeat;}
#sustainability #photo_sus3 .desc{top:0px;left:320px;}

#sustainability #photo_sus4{background:url(https://docs.alibabagroup.com/assets2/images/en/about/sustainability_sus7.png) no-repeat;}
#sustainability #photo_sus4 .desc{top:282px;left:0px;}

#sustainability #photo_sus5{background:url(https://docs.alibabagroup.com/assets2/images/en/about/sustainability_sus11.png) no-repeat;}
#sustainability #photo_sus5 .desc{top:0px;left:-640px;}

#sustainability #photo_sus9{background:url(https://docs.alibabagroup.com/assets2/images/en/about/sustainability_sus12.png) no-repeat;}
#sustainability #photo_sus9 .desc{top:0px;left:320px;}

#sustainability #photo_sus13{background:url(https://docs.alibabagroup.com/assets2/images/en/about/sustainability_sus13.png) no-repeat;}
#sustainability #photo_sus13 .desc{top:-281px;left:320px;}

#sustainability .caption img{
	display:inline-block;
	margin-left:10px;
}
#sustainability .desc .title{margin-bottom:18px;}

#sustainability .gridWrapper{margin-bottom:35px;}
#sustainability .mobilePadding{margin-bottom:90px;}

/* layout for page: news, press */
.feedLayout.container{min-height:800px;}
.feedLayout .title{
	float:left;
}
.feedLayout .browseBy{
	float:left;
	text-transform:uppercase;
	margin-top:12px;
}
.feedLayout .selectWrapper{
	float:left;	
	margin-top:4px;
	margin-left:10px;
}
.feedLayout .yearSelect{width:80px;}
.feedLayout .businessSelect{width:165px;}
.feedLayout .selectWrapper.yearSelect .dropdown .selected,
.feedLayout .selectWrapper.yearSelect .dropdown li,
.feedLayout .selectWrapper.businessSelect .dropdown .selected,
.feedLayout .selectWrapper.businessSelect .dropdown li{font-size:14px!important;}

.feedLayout .paragraph{
	clear:both;
	margin-bottom:40px;
}
.feedLayout .upper{padding-bottom:0px;}

.feedBlock{
	position:relative;	
	width:220px;
	margin:0px 10px 40px 10px;
	height:205px;
	border-bottom:#ff6600 5px solid;
	float:left;
}
.feedBlock .hr{
	height::25px;
	line-height:25px;
	width:100%;
	background:#f0f0f0;
	padding:0px 18px;
}
.feedBlock .heading{
	margin-top:18px;
/*	font-weight:bold;*/
	font-weight:400;
	padding:0px 18px;
/*	line-height:20px;*/
	line-height:22px;
}
.feedBlock .lower{
	width:100%;
	position:absolute;
	bottom:7px;
	padding:0px 18px;
}
.feedBlock .lower img{float:right;}
.feedBlock .source{
/*	line-height:20px;	*/
	line-height:22px;
	color:#666666;
/*	font-weight:bold;*/
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.feedBlock .link{
	/*line-height:20px;*/
	line-height:22px;
}

/* pager for news,press */
.pagerWrapper{
	width:100%;
	padding-right:10px;
	margin-bottom:90px;
}
.pager{
	float:right;
	width:292px;
}
.pager div{float:left;}
.pager a{display:block;}
.pager .btn{
	width:16px;
	height:25px;
	text-indent:-9999px;
}
.pager .btn a{
	display:block;
	width:100%;
	height:100%;
}
.pager .btn.prev{background:url(https://docs.alibabagroup.com/assets2/images/cn/global/pager_prev.png) no-repeat;margin-right:10px;}
.pager .btn.next{background:url(https://docs.alibabagroup.com/assets2/images/cn/global/pager_next.png) no-repeat;margin-left:10px;}
.pager .num a{
	float:left;
	width:30px;
	text-align:center;
	color:#333333;
	text-decoration:none;
	margin:0px 9px;
	font-size:15px;
	line-height:25px;
}
.pager .num a.curr{background:#f0f0f0;}

.pager .num{
	white-space:nowrap;
	width:auto;
}

/* news */
#news .container .offering{
	width:194px;
	margin-right:19px;
}

/* search */
#searchresults .title{margin-bottom:17px;}
#searchresults .searchWrapper{
	width:400px;
	float:none;
	margin-bottom:60px;	
}
#searchresults #search{width:350px;float:left}
#searchresults #submitSearch{float:right}
#searchresults .row{
	border-bottom:1px #cccccc solid;
	padding-bottom:40px;
}
#searchresults .heading{
	margin-bottom:20px;
	margin-top:35px;
}
#searchresults .keyword{font-weight:bold;}

/* history */
.yearWrapper{
	width:100%;
	height:196px;
	background:#efedcb;
}
.yearWrapper .yearBanner{
	position:relative;
	width:960px;
	margin:auto;
}
.yearWrapper .prev,.yearWrapper .next{
	position:absolute;
	top:87px;
}
.yearWrapper .prev{left:0px;}
.yearWrapper .next{right:0px;}
#history.container{
	padding-top:60px;
	padding-bottom:10px;
	min-height:604px;
}
#history .title{
	font-size:30px;
	line-height:30px;
	margin-bottom:25px;
/*	font-weight:bold;*/
	font-weight:400;
	color:#ff6600;
	text-align:center;	
}
#history .desc{
	width:100%;
	margin:auto;
	margin-bottom:30px;
}
#history .timeline{
	background:url(../img/history_bg_centerbar.png) center repeat-y;
	padding-top:40px;
}
#history .row{
	margin-bottom:50px;
	background:url(../img/history_bg_circle.png) center 15px no-repeat;
	min-height:51px;
}
#history .row.noBg{background:none;}
#history .col{width:462px;}
#history .col.l{
	float:left;
	background:url(../img/history_bg_hr.png) right 32px no-repeat;
}
#history .col.r{
	float:right;
	background:url(../img/history_bg_hr.png) left 32px no-repeat;	
}
#history .col.noBg{background:none;}

#history .col .textWrapper{
	line-height:22px;
	font-size:16px;
	margin-top:15px;
}
#history .col .textWrapper .month{
	font-size:18px;
/*	font-weight:bold;*/
	font-weight:400;
}
#history .col.r .textWrapper{
	margin-left:90px;
	padding-left:17px;	
	text-align:left;
}
#history .col.l .textWrapper{
	margin-right:90px;
	padding-right:17px;
	text-align:right;
}
#history .col .imgWrapper{background:#fff;}
#history .col.r .imgWrapper{
	background:#fff;
	margin-left:42px;
	padding-left:17px;	
	text-align:left;
}
#history .col.l .imgWrapper{
	margin-right:42px;
	padding-right:17px;
	text-align:right;
}
#history .col .img{max-width:313px;}
#history .col.l .img{float:right;}
#history .col.r .img{float:left;}
#history .col .imgBorder{
	border:1px solid #e1e1e1;
	padding:8px;
}
#history .col .caption{
	margin-top:5px;	
	text-align:center;
	line-height:20px;
	font-size:14px;	
}
.notShow{display:none;}

/* career */
#banner.careers{background-color:#F7F7F7; width:100%;}
#banner.careers img{width:auto; margin:0px auto;}
#careers.container{min-height:800px;}
#careers.container .fleft{float:left;width:48%;}
#careers.container .fright{float:right;width:48%;}
#careers.container .fleft h1, #careers.container .fright h1{margin-bottom:20px;text-align:center;}
#careers.container p{margin-top:20px;}

/* disclaimer */
#disclaimer.container{min-height:800px;}

/* integrity */
#integrity.container{min-height:800px;}

/* mobile div */
#mobileSearchBox{display:none;}

.shownIn320Only {
	display: none!important;
}

.hideIn320Only {
	display:block!important;
}

/*
.gs-snippet
{
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          box-sizing:content-box;
}
*/

/************* Break to Block ************/

.block3Col1Br
{
	display:none;
	clear:both;
	height:5px;
	background-color:#F0F0F0;
	margin:0 20px 35px 20px;
}

.block3Col2Br
{
	display:none;
	clear:both;
	background-image:url(https://docs.alibabagroup.com/assets2/images/en/global/blockcol2br.gif);
	background-repeat:no-repeat;
	background-position: 10px 0;
	height:5px;
	margin-bottom:35px;
}

.block3Col3Br
{
	display:block;
	clear:both;
	background-image:url(https://docs.alibabagroup.com/assets2/images/en/global/blockcol3br.gif);
	background-repeat:no-repeat;
	background-position: 10px 0;
	height:5px;
	margin-bottom:35px;
}

.block4Col1Br, .block4Col2Br, .block4Col3Br
{
	display:none;
	clear:both;
}

.block4Col4Br
{
	display:block;
	clear:both;
}

.brWidth33
{
	width:33.3%;
}

.brWidth50
{
	width:50%;
}

.brWidth66
{
	width:66.6%;
}

/************* Press Article ************/

.articleLeft
{
	float:left;
	width:220px;
	display:block;
}

.articleLeft_Tablet
{
	margin:0 20px 0 0;
	display:none;
}

.articleLeft .title
{
	font-size:18px;
	border-bottom:5px solid #F0F0F0;
	line-height:24px;
}

.articleLeft .logoArea
{
	padding:15px 0 35px;
}

.articleLeft .functionArea
{
	padding:0 0 50px;
}

.articleLeft .functionArea .share
{
	padding:44px 0 0;
}

.article_btn
{
	height:30px;
	width:30px;
	line-height:30px;
	float:left;
	background-image:url(https://docs.alibabagroup.com/assets2/images/en/news/article_btn.png);
	background-repeat:no-repeat;
	margin-right:3px;
}

.article_download_btn{ background-position:0 0 ;}
.article_print_btn{ background-position:0 -40px ;}
.article_facebook_btn{ background-position:0 -80px ;}
.article_google_plus_btn{ background-position:0 -120px ;}
.article_linkedin_btn{ background-position:0 -160px ;}
.article_twitter_btn{ background-position:0 -200px ;}
.article_sinaweibo_btn{ background-position:0 -240px ;}
.article_email_btn{ background-position:0 -280px ;}
.article_compact_btn{ background-position:0 -320px ;}

.article_download_btn, .article_print_btn
{
	padding-left:40px;
	width:auto;
	display:block;
	float:none;
	margin-bottom:12px;
}

.article_compact_btn
{
	width:13px;
	font-size:0;
}

.article_compact_btn span
{
	background-image:none!important;
}

.articleLeft .contactInfo
{
	font-size:14px;
}

.articleLeft .contactInfo h2
{
	font-weight:bold;
	padding:0 0 14px;
}


.articleMain
{
	float:right;
	width:700px;
	font-size:14px;
}

.articleMain .date
{
	line-height:29px;
	background-color:#f0f0f0;
	padding:0 10px;
	margin-bottom:27px;
}

.articleMain h1
{
	font-size:28px;
	font-weight:bold;
	line-height:34px;
	padding:0 0 12px;
}

.articleMain h2
{
	font-size:20px;
}

.articleMain b
{
	font-weight:bold
}

.articleMain .titlePadding
{
	padding:0 0 20px;
}

.articleMain table 
{
	margin-bottom:15px;
}

.articleMain table th
{
	border: 1px solid #ccc;
	padding: 14px 5px;
	font-weight:bold;
}
.articleMain table td
{
	border: 1px solid #ccc;
	padding: 14px 5px;
}

.photoArea
{
	padding:0 0 28px ;
	
}

.photoArea .image
{
	border:1px solid #CFCFCF;
	padding:9px;
	margin:0 0 12px;
}

.photoArea .image img
{
	width:680px;
}

.photoArea .caption
{
	float:left;
	width:550px;
	font-style:italic;
	line-height:18px;
}

.photoArea .downloadImg
{
	text-align:right;
	float:right;
	width:150px;
	line-height:18px;
}

.photoAreaRight
{
	width:280px;
	float:right;
	margin-left:20px;
}

.photoAreaRight .image img
{
	width:260px;
}

.photoAreaRight .caption, .photoAreaRight .downloadImg
{
	text-align:left!important;
	float:none;
	width:280px;
	padding-bottom:10px;
}


.contactInfo_Tablet
{
	display:none;
}

/* Email Alert */
#emailalertsFrame
{
	width:720px;
	height:1000px;
}

/* IR section */
.irContainer
{
	padding: 90px 0 100px;
}

.irSection
{
	border-top: 1px #ccc solid;
}

.irContentArea
{
	width:720px;
	min-height:500px;
	border-right:1px dotted #ccc;
	float:left;
	padding:15px 28px 0 10px;
	font-size:14px;
	/*color:#666;*/	
}

#irBanner
{
	padding:0;
	position:relative;
	margin-bottom:30px;
}

#irBanner h1.title{
	font-weight:400;
	padding-bottom:0px;
	display:none;
}

#irBanner h2.title{
	font-weight:400;
	padding-bottom:20px;
}

#bannerArea
{
	float:left;
	width:720px;
	height:404px;
	overflow:hidden;
}

#bannerArea .link
{
	position:absolute;
	top:0;
	width:100%;
	height:50px;
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/ir/banner/banner_link_bg.png);
	padding: 12px;
}

#bannerArea .link a
{
	text-decoration:none;
	color:#fff;
	line-height:25px;
	padding:0 0 0 28px;
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/ir/banner/ir_banner_ico.gif);
	background-repeat:no-repeat;
	
	width:100%;
	overflow:hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	display: inline-block;
}

#bannerArea .link a.irBannerIcoNone{ background-image:none; padding:0 0 0 0px;}
#bannerArea .link a.irBannerIco_video{ background-position: 0 0 ;}

#irBannerFix
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/ir/home_title.gif);
	/*background-image:url(https://docs.alibabagroup.com/assets2/images/cn/ir/home_title.gif);*/
	background-color:#FF6600;
	background-repeat:no-repeat;
	float:right;
	width:235px;
	height:404px;
	color:#fff;
	font-size:14px;
	padding:10px;
	text-indent:-9999px;
}

#irBannerFix
{
	padding:0;
	text-indent:0;
	overflow:hidden;
}

#irBannerFix .banner17_2
{
	display:none;
}

.bannerNav
{
	position:absolute;
	right:250px;
	bottom:0;
	margin:10px;
	z-index:999;
}

.bannerNav span
{
	float:left;
	height:12px;
	width:12px;
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/ir/banner/ir_banner_nav.png);
	background-repeat:no-repeat;
	background-position:-20px 0;
	text-indent:-9999px;
	margin-left:15px;
}

.bannerNav span.cycle-pager-active
{
	background-position:0 0;
}

.irSection h1
{
	padding:0 0 24px;
	font-weight: 300;
}

.irSection h2
{
	font-size:18px;
	color:#333;
	font-weight: 700;
	padding:0 0 5px;
}
.irSection h3
{
	font-size:16px;
	color:#333;
	font-weight: 300;
	margin-bottom:4px;
	line-height:20px;
}

.irSection table
{
	font-size:12px;
	margin-left:-10px;
	width:691px;
}

.irSelectArea
{
	text-align:right;
}

.irSelectArea .groupSelect
{
	display:inline-block;
}

.irSelectArea .yearSelect
{
	display:inline-block;
}

.irSection table td,.irSection table th
{
	text-align:center;
	padding:14px 5px;
	line-height:15px;
}

.irSection table.accordion2Table
{
	font-size:12px;
	margin-left:-10px;
	width:100%;
}

.irSection table th
{
	background-color:#efedcb;
	border-right:1px solid #fff;
}

.irSection table td
{
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

.irSection table td.textLeft
{
	text-align:left;
}

.irSection table td.textRight
{
	text-align:right;
}

.irSection table td.docBtn
{
	text-align:left;
	padding:14px 0 0 5px;
}

.firmList
{
	font-size:12px;
	margin-left:-10px;
}

.firmList .title .left, .firmList .title .right
{
	background-color:#efedcb;
	border-right:1px solid #fff;
}

.firmList .left, .firmList .right
{
	width:50%;
	text-align:center;
	padding:14px 5px;
	line-height:15px;
}

.irSection table.agmTable th 
{ 
	height:42px;
	vertical-align:middle;
	font-size:14px; 
}

.irSection table.agmTable td 
{ 
	padding:33px 0px 27px 0px; 
	font-size:14px; 
	font-style:normal; 
	text-align:center;
	line-height:19px;
}

.irSection table.agmTable td:nth-child(1) 
{ 
	padding:33px 0px 33px 20px;
	text-align:left; 
}

.irSection table.agmTable .ir_doc_ico 
{ 
	float:none; 
	margin:0 auto; 
	display:block; 
}

.firmList .left{float:left}
.firmList .right{float:right}

.firmList .item
{
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

.irSection .note p
{
	font-size:12px;
	line-height:15px;
}

.ir_doc_ico
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/ir/documents_ico.gif);
	background-repeat:no-repeat;
	width:23px;
	height:28px;
	float:left;
	margin: 0 10px 0 0;
}

.ir_doc_ico_PDF{background-position:0 0;}
.ir_doc_ico_DOC{background-position:0 -30px;}
.ir_doc_ico_XLS{background-position:0 -60px;}
.ir_doc_ico_HTML{background-position:0 -90px;}
.ir_doc_ico_XBRL{background-position:0 -120px;}
.ir_doc_ico_EMPTY{background:none; cursor:default}

.ir_doc_ico_text
{
	line-height:30px;
	color:#666;
	text-decoration:none;
}
#governance .ir_doc_ico_text {color:#069cfb;}

.listItem
{
	border-bottom:1px solid #ccc;
	padding:10px 0 43px;
	margin:0 0 20px;	
}

.listItem .date
{
	font-size:12px;
	color:#000;
	font-weight:bold;
	line-height:17px;
}

.listItem .content
{
	color:#000;
	padding:10px 0 18px;
	line-height:20px;
}

.listItem2
{
	border-bottom:1px solid #ccc;
	padding:10px 0 38px;
	margin:0 0 20px;	
}

.listItem2 .date
{
	float:left;
	width:79px;
	text-align:center;
	color:#000;
	font-weight:300;
}

.listItem2 .date .month
{
	font-size:21px;
	line-height:24px;
}

.listItem2 .date .day
{
	font-size:24px;
	padding-bottom:3px;
	color:#f60;
	font-weight:400;
}

.listItem2 .date .year
{
	font-size:17px;
}

.listItem2 .passdate .month, .listItem2 .passdate .year{color:#999;}
.listItem2 .passdate .day{color:#ccc;}

.listItem2 .content
{
	color:#000;
	float:right;
	border-left:1px dotted #ccc;
	padding:0 22px;
	width:602px;
}

.listItem .content span.info
{
	font-size:12px;
}

.listItem .content span.info.bold,
.listItem .content span.info span.bold
{
	font-weight:bold;
}

.listItem2 .content h1
{
	padding:0 0 28px 0;
	font-size:24px;
	font-weight:400;
	line-height:24px;
}

.listItem2 .content h2
{
	padding:0 0 4px 0;
}

.listItem2 .content .desc
{
	color:#000;
	line-height:20px;
	font-size:14px;
	padding:0 0 4px 0;
}

.listItem2 .content .desc div 
{
	margin-left:14px;
}

.listItem2 .content .info
{
	color:#000;
	line-height:20px;
	font-size:14px;
	font-weight:600;
	padding:0 0 4px 0;
}

.listItem2 .content .dial_info
{
	color:#000;
	line-height:20px;
	font-size:14px;
	padding:0 0 8px 0;
}
.listItem2 .content .dial_info span.bold
{
	font-weight:600;
}

.listItem2 .content .tools
{
	line-height:30px;
}

.moreInfo
{
	text-align:right;
	padding:0 0 60px;
}

.irHighlightBox
{
	background-color:#FFEFE4;
	padding:30px;
	margin: -5px -18px 40px -10px;
}
#agm .irHighlightBox { margin-right:0px; }

.irHighlightBox h2
{
	color:#FF6600;
}

.irHighlightBox .date
{
	font-size:12px;
	color:#000;
	font-weight:bold;
	line-height:17px;
}

.irHighlightBox .content
{
	color:#000;
	padding:10px 0 18px;
	line-height:20px;
}
.irHighlightBox .content div { padding-left:14px; }
.irHighlightBox .content span.info
{
	font-size:12px;
}
.irHighlightBox .content span.info.bold,
.irHighlightBox .content span.info span.bold
{
	font-weight:bold;
}

.irHighlightBox .ir_tools_ico
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/ir/highlight_tools_ico.gif);
}

.irHighlightBox a
{
	color:#ff6600;
}

.irSideArea
{
	width:240px;
	min-height:500px;
	float:right;
	padding:10px 0 0 28px;
}

.irSideBox
{
	padding:13px 10px 10px 0;
	border-bottom:1px solid #f60;
	line-height:30px;
	font-size:14px;
}

.irSideBox#highlightBox a h3 {
	color:#069cfb;
}
	
.irSideBox#highlightBox {
	padding-right:0px;
}

.irSideBox#highlightBox img {
	width:100%;
	margin-bottom:10px;
}

.irSideBox#highlightBox, .irSideBox.form20f
{
	/*border-bottom:none;*/
}

.irSideBox#highlightBox, .irSideBox.form20f p
{
	font-size:12px;
	line-height:20px;
}

#alizilaNews
{
	padding-right:0;
}

#alizilaNews div
{
	line-height:20px;
	padding:5px 0;
}

#alizilaNews .date
{
	display:block;
	font-size:12px;
	color:#aaa;
}

#alizilaNews img
{
	width:100%;
	margin-bottom:10px;
}

.multiplelineList a
{
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	line-height:16px;
}


.ir_tools_ico
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/ir/tools_ico.gif);
	background-repeat:no-repeat;
	padding:0 17px 0 30px;
	display:inline-block;
	height:24px;
	line-height:21px;
}

.ico_ipo{ background-position:0 0;}
.ico_faqs{ background-position:0 -30px;}
.ico_emailalerts{ background-position:0 -60px;}
.ico_print{ background-position:0 -90px;}
.ico_emailpage{ background-position:0 -120px;}
.ico_briefcase{ background-position:0 -150px;}
.ico_request{ background-position:0 -180px;}
.ico_contact{ background-position:0 -210px;}
.ico_news{ background-position:0 -240px;}
.ico_calendar{ background-position:0 -270px;}
.ico_webcast{ background-position:0 -300px;}
.ico_earning{ background-position:0 -330px;}
.ico_presentation{ background-position:0 -360px;}
/*.ico_transcript{ background-position:0 -390px;}*/
.ico_announcement{ background-position:0 -420px;}
.ico_transcript{ background-position:0 -480px;}
.calendarSelect .item {z-index:99999;}


.irTabArea
{
	margin:-55px 0 0 -10px;
}

.irTabArea a
{
	float:left;
	line-height:30px;
	border-bottom:1px #ccc solid;
	text-decoration:none;
	color:#ccc;
	font-size:16px;
	padding:0 10px 9px;
	/*
	background-image:url(https://docs.alibabagroup.com/assets2/images/en/ir/financial_tab_ico_off.gif);
	background-repeat:no-repeat;
	*/
	margin-bottom:20px;
}

.irTabArea a:hover, .irTabArea a.on
{
	padding-bottom:7px;
	border-bottom:3px #f60 solid;
	color:#333;
	/*
	background-image:url(https://docs.alibabagroup.com/assets2/images/en/ir/financial_tab_ico_on.gif);
	*/
}

.irTabArea a.financial_ico{background-position:10px 0;}
.irTabArea a.operating_ico{background-position:10px -50px;}

/* financial highlight */
.financialSectionTop, .irInTab
{
	padding:0 0 15px 0;
	border-bottom:1px #E1E1E1 solid;
	line-height:30px;
	margin-bottom:20px;
	color:#333;
}

.financialSectionTop .left{ float:left}
.financialSectionTop .right{ float:right;}

.financialSectionTop .right .docBtn
{
	float:left;
	margin:0 10px 0 0 ;
	text-decoration:none;
	color:#333;
}

.financialSectionTop .right .ir_doc_ico
{
	margin:0
}

.centerTitle
{
	font-size:18px;
	text-align:center;
	color:#333;
	font-weight:600;
	padding:17px 0 70px;
}

/* Chart */
.chartFull
{
	width:100%;
	height:550px;
	margin:30px auto
}

.chartHalf
{
	width:320px;
	height:350px;
	float:left;
	margin:30px 10px;
}

/* CG */
#governance .irTabArea
{
	width:960px;
	height:55px;
	overflow:hidden;
}

#governance .swiper-wrapper
{
	width: 1200px;
}

#governance .irSubTitle
{
	margin-bottom:15px;
}

.cgDoc
{
	padding: 0 0 29px ;
}

.cgDocItem
{
	border-bottom:1px #ccc solid;
	margin-left:-10px;
}

.cgDocItem .content
{
	float:left;
	width:560px;
	padding:18px 10px 10px;
}

.cgDocItem .document
{
	float:right;
	width:121px;
	padding:10px;
}

.cgDocItem .document .ir_doc_ico
{
	margin-right:25px;
}

.cgBoard
{
	line-height:30px;
}

#governance .row{
	background:url(https://docs.alibabagroup.com/assets2/images/cn/global/accordion_icon.png)  -16px 1px no-repeat;
	padding-bottom:31px;
}
#governance .row.open{
	background:url(https://docs.alibabagroup.com/assets2/images/en/global/accordion_icon.png)  0px -17px no-repeat;
}
#governance .row .q{
	padding-left:25px;	
/*	font-weight:bold;
	font-size:16px;*/
	font-weight:400;
	font-size:14px;
	margin-bottom:5px;
	cursor:pointer;
}
#governance .row .q span.cgSubTitle{
	font-size:18px;
}
#governance .row .a{
	display:none;
	margin-left:25px;
}

.col2Box
{
	position:relative;
	padding-bottom:20px;
}

.col2Box .item
{
	float:left;
	width:335px;
	border:1px solid #ccc;
	cursor:pointer;
	margin-bottom:11px;
	position:relative;
}
.col2Box .itemNoDetails
{
	float:left;
	width:335px;
	border:1px solid #ccc;
	margin-bottom:11px;
	position:relative;
}
.col2Box .itemNoDetails .boxTitleNoDetails
{
	padding:16px 22px 20px;
}

.col2Box .itemNoDetails .boxTitleNoDetails .cgSubTitle
{
	font-size:18px;
	line-height:30px;
}

.col2Box .itemClone
{
	height:82px;
}

.col2Box .item:nth-child(2n+1)
{
	margin-right:11px;
}

.col2Box .active
{
	border:1px solid #FF6600;
	/*position:absolute;*/
}

.col2Box .ani
{
	z-index:1000;
}

.col2Box .boxTitle
{
	padding:16px 22px 20px;
	background-image:url(https://docs.alibabagroup.com/assets2/images/en/global/accordion_close.png);
	background-position:right 21px center;
	background-repeat:no-repeat;
}

.col2Box .active .boxTitle
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/en/global/accordion_open.png);
}

.col2Box .boxTitle .cgSubTitle
{
	font-size:18px;
	line-height:30px;
}

.col2Box .boxContent
{
	z-index:100;
	position:absolute;
	border:1px solid #FF6600;
	border-top:0px;
	left:-1px;
	display:none;
	width:inherit!important;
	background-color:#F0EECA;
	padding:21px;
}

.cgSectionTop
{
	line-height:30px;
	margin-bottom:20px;
	color:#333;
}

.cgSectionTop .left{ float:left}
.cgSectionTop .right{ float:right;}

.cgSectionTop .right .docBtn
{
	float:left;
	margin:0 10px 0 0 ;
	text-decoration:none;
	color:#333;
}

.cgSectionTop .right .ir_doc_ico
{
	margin:0
}

.cgSubTitleFix
{
	font-weight:400;
	color:#333;
	display:block;
	height:53px;
}

.cgSubTitle
{
	display:block;
	font-weight:400;
	color:#333;
}

.cgCol3Box
{
	width:210px;
	float:left;
	line-height:20px;
	margin:0 25px 0 0;
	padding:12px 0 0;
	font-size:14px;
}

.cgCol3Box.last
{
	margin:0;
}

.cgCol3Box .sameHeightContent
{
	height:93px;
}

.cgH80
{
	height:80px;
}

/* Information Request */
#info_request .title
{
	padding:0 0 0 151px;
	font-size:24px;
	font-weight:300;
	margin-bottom: 10px;
}
.info_request_text_padding
{
	margin:0 0 0 151px;
	width:540px;
}

/* email alerts */
#emailalerts
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/ir/emailalerts_ico.gif);
	background-repeat:no-repeat;
	background-position: 79px 80px;
}

#emailalerts .title
{
	padding:0 0 0 151px;
	font-size:24px;
	font-weight:300;
	margin-bottom: 10px;
	text-transform:none;
}

#emailalerts .text_padding
{
	margin:0 0 0 151px;
	width:540px;
}

#emailalerts .nonMobile
{
	display:block;
}

#emailalerts .mobile
{
	display:none;
}

/* No Info */
.noInfo
{
	margin:33px 0 0;
	height:240px;
	padding:36px 0 0 180px;
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/ir/no_info_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.noInfo h1
{
	font-size:36px;
	font-weight:300;
	line-height:43px;
	padding: 0 0 12px;
}

.noInfo p
{
	font-size:14px;
}


/* Iframe Page */
.iframePage
{

}

.iframePage #ir_contact_form{ height:800px; }
.iframePage #media_contact_form{ height:800px; }

#info_request_form{ height:1100px; }
#emailalerts_form{ height:920px; }

/* video */
#video{padding:20px 10px 100px;}
#video .videoContainer{
	margin:20px 0px 52px 0px;
	width:940px;
	height: auto;
	min-height:439px;
	background:#f0edcc;
}
#video .playerContainer{
	float:left;
	width:780px;
	/*height:439px;*/
	height: 100%;
}
#video .playerContainer video { display: block; }
#video #player{margin:0 auto;}
#video #player img{width:100%;}
#video .caption{
	float:left;
	width:160px;
	padding:23px 21px;
}
#video .caption h1{
	font-size:14px;
	line-height:20px;
	/*text-transform:uppercase;*/
}
#video .caption p{
	font-size:12px;
	line-height:20px;
}
#video .caption p:last-child{margin-bottom:0px;}

#video .clip{
	width:220px;
	float:left;
	margin:0px 20px 35px 0px;
	min-height:180px;
}
#video .clip .imgWrapper{
	width:100%;
	position:relative;
}
#video .clip .imgWrapper .mask{position:absolute;}
#video .clip img{width:100%;}

#video .clip .caption{
	float:none;
	width:100%;
	padding:0px 0px;
}
#video .clip img{margin-bottom:8px;}
#video .clip .caption h1{font-weight:bold;}
#video .videoList{padding-bottom:85px;}

/****Glance*****/
.glanceTop
{
	padding:0 0 55px;
}

.glanceGroup .image
{
	width:170px;
	height:160px
	
}

.glanceGroup .imgDesc
{
	width:511px;
	line-height:160px;	
	min-height: 160px;
	float:left;
	font-size:16px;
}

.glanceGroup .imgDesc b
{
	color:#333333;
}

.glanceGroup .imgDesc span
{
	display:inline-block;
	vertical-align:middle;
	line-height: normal;
}


.imgLeft
{
	float:left;
}

.imgRight
{
	float:right;
}

.accordion2 .group>.groupContent .glance_bullet_p1
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/global/orange_point.gif);
	background-repeat:no-repeat;
	background-position:27px 7px;
	padding-left: 36px; 
	padding-bottom: 3px; 
	line-height: 19px;;
	
}

.accordion2 .group>.groupContent .glance_bullet
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/global/orange_point.gif);
	background-repeat:no-repeat;
	background-position:27px 27px;
	padding-left: 36px; 
	padding-bottom: 3px; 
	line-height: 19px;;
	padding-top: 20px; 
	
}

.accordion2 .group>.groupContent .orange_bullet
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/global/orange_point.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left: 26px; 
	line-height: 22px;
	
}
.irSection ul .orange_bullet
{
	background-image:url(https://docs.alibabagroup.com/assets2/images/cn/global/orange_point.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left: 26px; 
	line-height: 22px;
	
}

.irSection table.nominatioin td
{
	text-align:left;
} 

.irSection table.nominatioin .td1
{
	width:10%
} 

.irSection table.nominatioin .td2
{
	width:20%
} 

.irContentArea .selectWrapper
{
	float:left;
	margin-left: 10px;
}
.irContentArea .yearSelect {
    width: 90px;
}
.irContentArea .newsSelect
{
	width: 130px;
}
.irContentArea .dropdown .selected{
	font-size:14px;	
}
#newsevents .irTitle, #hksefilings .irTitle
{
	float:left;
}

/* investorday */
#irhome #importantNotice a.popup{ display:block; }
.popupTitle{ color:#069cfb; font-weight:bold; }


/* HKEX Filings */
#HKEX_frame .filter-wrapper { 
	display: inline-block; 
	width: 100%;
}

#HKEX_frame .filter-row {
	display: inline-block; 
	width: 100%;
	padding: 15px 0;
}

#HKEX_frame .filter-row:not(:last-child) {
	border-bottom: 1px solid #ccc; 
}

#HKEX_frame .filter-col {
	width: 50%;
	float: left;
}

#HKEX_frame .filter-col.smaller {
	width: 25%;
}

#HKEX_frame .filter-col:nth-child(1) {
	border-right: 1px solid #ccc;
}

#HKEX_frame .filter-col:nth-child(2) {
	padding-left: 2%;
}

#HKEX_frame .filter-wrapper .input-label {
	display: inline-block; 
	width: 100%; 
	margin-bottom: 10px;
	font: 300 14px 'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	color: #333;
	text-transform: capitalize;
}

#HKEX_frame .filter-wrapper .input-group {
	display: inline-block;
	width: 95% !important;
	height: 40px;
	font: 300 14px 'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	padding: 5px 7px;
	position: relative;
	outline: 0;
	text-decoration: none;
	border: 1px solid #ccc;
	margin-bottom: 4px;
}

#HKEX_frame .filter-wrapper .input-select {
	cursor: pointer;
}

#HKEX_frame .filter-wrapper .input-select:after {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 7px;
	background: url("../../images/en/ir/dropdown-arrow.png") no-repeat center;
}

#HKEX_frame .filter-wrapper .input-select.act:after {
	background: url("../../images/en/ir/dropdown-arrow_active.png") no-repeat center;
}

#HKEX_frame .filter-wrapper span.label {
	text-align: left;
	padding: 0;
	display: inline-block;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ff6600;
}

#HKEX_frame .filter-wrapper .input-select .dropdown {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
	border: 1px solid #ccc;
	max-height: 240px;
	position: absolute;
	top: 100%;
	left: -1px;
	width: 100%;
	z-index: 5;
	box-sizing: content-box;
	display: none;
}

#HKEX_frame .filter-wrapper .input-select.act .dropdown {
	display: block;
}

#HKEX_frame .filter-wrapper .input-select .dropdown li {
	padding: 10px;
	font: 300 14px 'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	background: #fff;
	color: #ff6600;
	font-size: 12px;
	text-align: left;
	text-transform: none;
}

#HKEX_frame .filter-wrapper .input-select .dropdown li.selected, .filter-wrapper .input-select .dropdown li:hover {
	background: #f3f2f2;
}

#HKEX_frame .filter-wrapper .input-search {
	padding: 0;
	border: 0;
}

#HKEX_frame .filter-wrapper .input-group input.text { 
	width: 100%; 
	height: 100%; 
	padding: 5px 32px 5px 7px; 
	border: 1px solid #ccc;
}

#HKEX_frame .filter-wrapper .input-group input.text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-style: italic;
}

#HKEX_frame .filter-wrapper .input-group input.text:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style: italic;
}

#HKEX_frame .filter-wrapper .input-group input.text::-ms-input-placeholder { /* Microsoft Edge */
	font-style: italic;
}

#HKEX_frame .filter-wrapper .input-search i.icon-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
}

#HKEX_frame .filter-wrapper .input-search i.icon-search:before {
	content: '';
	display: block; 
	width: 14px;
	height: 100%;
	background: url("../../images/en/ir/icon-search.png") no-repeat center; 
	background-size: contain;
}

#HKEX_frame .filter-wrapper .input-search.act i.icon-search {
	display: none;
}

#HKEX_frame .filter-wrapper .input-search i.icon-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	display: none;
}

#HKEX_frame .filter-wrapper .input-search i.icon-close:before {
	content: '';
	display: block; 
	width: 10px;
	height: 100%;
	background: url("../../images/en/ir/icon-close.png") no-repeat center; 
	background-size: contain;
}

#HKEX_frame .filter-wrapper .input-search.act i.icon-close {
	display: block;
}

#HKEX_frame .filter-wrapper span.errorMsg {
	font: 300 14px 'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	line-height: 19px;
	display: block;
	margin-top: 7px;
	margin-left: -5px;
	color: red;
	visibility: hidden;
}

#HKEX_frame .filter-wrapper .button {
	background: #ff6600;
	font: 400 14px 'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	color: #fff;
	padding: 0 10px;
	height: 40px;
	width: 100px;
	display: inline-block;
	float: right;
	text-align: center;
	cursor: pointer;
}

#HKEX_frame .mainContent {
	display: inline-block;
	height: auto;
	width: 100%;
	position: relative;
}

#HKEX_frame .mainContent .table-head {
	margin: 10px auto;
}

#HKEX_frame .mainContent .table-head > div {
	font: 300 14px 'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	color: #333;
}

#HKEX_frame .mainContent .table-results {
	display: table;
	width: 100%;
}

#HKEX_frame .mainContent .table-results .data-row {
	display: table-row;
	width: 100%;
	font: 400 14px 'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
}

#HKEX_frame .mainContent .table-results .data-row .data-col {
	font: 400 14px 'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	color: #336600;
	padding: 15px 1%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #ccc;
	width: 16%;
}

#HKEX_frame .mainContent .table-results .data-row .data-col:nth-child(1), #HKEX_frame .mainContent .table-results .data-row .data-col:nth-child(3) {
	width: 20%;
}

#HKEX_frame .mainContent .table-results .data-row .data-col:nth-child(2) {
	width: 25%;
}

#HKEX_frame .mainContent .table-results .col-header {
	background: #efedcb;
	font: 300 14px 'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
}

#HKEX_frame .mainContent .table-results .col-header .data-col {
	border-bottom: 0 !important;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	color: #333;
}

#HKEX_frame .mainContent .table-results .data-value a {
	display: inline-block;
	white-space: normal;
}

#HKEX_frame .filter-button {
	display: none;
}

#HKEX_frame .pageArea
{
	text-align:center;
	margin: 20px auto;
	
}

#HKEX_frame .pageArea a,#HKEX_frame .pageArea span
{
	margin:0 5px;
}
