@charset "UTF-8";
/*
 * HTML5 ? Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   =======================================================63=================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 0.8em; line-height: 1.4; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #1B3442; color: #fff; text-shadow: none; }
::selection { background: #1B3442; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

body {
	/*padding-top: 84px;*/
}

header, footer, div[role='main'] {
	position: relative;
	width: 100%;
	z-index: 2;
}

div[role='main'] {
/*
	height:830px;	
	*/
}

header {
	/*position: absolute;*/
	position: relative;
	top: 0;
	height: 84px;
	z-index: 3;
	/*
	background-color: #e71d35;
  */
}

div.pagewrap {
	width: 964px;
	margin: 0 auto;
}

.logo {
	display: block;
	float: left;
  /*
	padding-top: 13px;
  */
}

nav {
	float: left;
	width: 617px;
	padding-left: 34px;
	
	padding-left: 30px \9;
}

nav ul {
	display: block;
	float: left;
}

nav ul li {
	display: inline;
}
nav ul li a {
	display: block;
	float: left;
	height: 84px;
	background: no-repeat center center;
  margin-right: 0px;
}
nav ul li a.index {
	width: 58px;
	background-image: url(images/en/menu_index.png);
}

nav ul li a.about {
	width: 79px;
	background-image: url(images/en/menu_about.png);
}
nav ul li a.franchise {
	width: 155px;
	background-image: url(images/en/menu_franchise.png);
}
nav ul li a.products {
	width: 69px;
	background-image: url(images/en/menu_products.png);
}
nav ul li a.store {
	width: 62px;
	background-image: url(images/en/menu_store.png);
}
nav ul li a.contact {
	width: 84px;
	background-image: url(images/en/menu_contact.png);
}
nav ul li a.news {
	width: 102px;
	background-image: url(images/en/menu_news.png);
}

.pagewrap .link-form {
	width: 130px;
	float: right;
	padding-top: 6px;
}

.pagewrap .link-form .link {
	text-align: right;
	font-size: 14px;
	width: 40px;
	padding-left: 49px;
	padding-bottom: 4px;
}

.pagewrap .link-form .link .tc {
	float: left;
}

.pagewrap .link-form .link .sc {
	float: right;
	 padding-top: 1px;
}

.pagewrap .link-form .link a {
	text-decoration: none;
	color: #1b3442;
}



/*
.pagewrap form {
	width: 91px;
	height: 100%;

}

.pagewrap form  select {
	padding-top: 0px !important;
}

.pagewrap form .select-location {
	top: -23px;
}

*/
/*
#navbar {
	margin: 0;
	padding: 0;
	
	height: 24px;
	}
	
	
#navbar li {
	list-style: none;
	float: left; 
	}
	
#navbar .bg {
	 padding-left: 29px;
}

#navbar  {
	background:url(images/location_bg.png) no-repeat 0 0;
}	
	
#navbar li a {
	display: block;
	padding: 3px 8px;
	
	color: #8a8a8a;
	text-decoration: none; 
	}

#navbar li ul {
	display: none; 
	width: 10em; 
	height: 24px;
	}
	
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	margin-left: -29px;
	z-index: 1px;
	}
	
#navbar li:hover ul  li {
	_position: relative;
	_top: -1px;
	_border: 1px solid #ffffff;
	
}

#navbar li:hover ul  .first {
	_margin-top: 0px !important;
	_top: -0px !important;

}

#navbar li:hover li {
	float: none; 
	background-color: #fff;
	}
	
#navbar li:hover li a {
	background-color: #fff;
	border: 1px solid #d7d5d5;
	
	color: #8a8a8a;
	}
#navbar li li a:hover {
	background-color: S#e5e5e5; 
	}	
	*/
	
/* These styles create the dropdown menus. */

/* dd */

#sddm
{	
	margin: 0;
	padding: 0;
	z-index: 30;
	padding-top: 24px;
	float:right;
  padding-top: 20px \9;
	}

#sddm .bg {
	background:url(images/location_bg.png) no-repeat left 0;
	height: 24px;
	z-index: 12;
	
	width: 130px;
	
 

}

#sddm .bg .location {
	padding-left: 33px;
	padding-bottom: 6px;
	padding-top:2px;
    _padding-right: 15px;
	*padding-right: 7px;
	
	margin-top: 0px \9;
	font-size: 13px \9;
  
  width: 98px;
  display: block;
  
  *width: 92px;
  _width: 92px;
}

#sddm .bg a {
	padding-left: 10px;
	color: #8a8a8a;
	text-decoration: none; 
}

#sddm  #m1 {
	display: none;
	width: 128px;
	

}

#sddm div
{	
	
	
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	top: 54px;
  top: 50px \9;
  *top: 50px;
  _top: 23px;
  
	background: #ffffff;
	opacity:0.83;
	filter: alpha(opacity=83);
	border: 1px solid #d7d5d5;
	
		/*
		margin-top: -25px \9;
		margin-left: 92px \9;

		_margin-top: -27px ;
		
		
		*margin-top: -27px ;
		
		*/
		*margin-left: 0px ;
		
    _margin-left: 0px ;
	
	
	}

	#sddm div a
	{	
		position: relative;
		display: block;
		margin: 0;
		padding-bottom: 0;
		padding-top: 0;
		min-width: 74px;
		width: auto;
		height: 24px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #ffffff;
		font: 15px;
		text-indent: 0px;
		opacity:1 !important; 
		font-size: 13px \9;
	}

	#sddm div a:hover
	{
		background: #e5e5e5; 
		}
		
		
/* end drop down */



footer {
	height: 130px;
	/*
	background-color: #1B3442;
	*/
	background-color: #e71d35;
}

section.brands,
section.awards {
	display: block;
	/*
	border-right: solid 1px #39445D;
	*/
	border-right: solid 1px #e71d35;
}

section.brands img,
section.awards img{
	padding: 13px 7px 0px;
	/*
	border-left: solid 1px #39445D;
	*/
	border-left: solid 1px #e71d35;
}

section.brands {
	float: left;
}
section.brands img {
	padding-bottom: 40px;
}

section.awards {
	float: right;
}
section.awards img {
	padding-bottom: 10px;
}

section.facebook {
	float: left;
	margin-top: 30px;
}
section.facebook a {
	width: 107px;
	height: 25px;
	background: url(images/facebook.png) no-repeat center center;
}

section.weibo {
	float: left;
	margin-top: 30px;
	padding-left: 10px;
}
section.weibo a {
	width: 106px;
	height: 26px;
	background: url(images/weibo.png) no-repeat center center;
}

section.tianmao {
	float: left;
	margin-top: 30px;
	padding-left: 10px;
}
section.tianmao a {
	width: 106px;
	height: 26px;
	background: url(images/tianmao.png) no-repeat center center;
}

section.junior {
	float: left;
	margin-top: 30px;
	padding-left: 10px;
}
section.junior a {
	width: 106px;
	height: 26px;
	background: url(images/junior.png) no-repeat center center;
}

section.sweibo {
	float: left;
	margin-top: 30px;
	padding-left: 10px;
}
section.sweibo a {
	width: 106px;
	height: 26px;
	background: url(images/sinaweibo.png) no-repeat center center;
}

.sc  footer {
  height: 145px;
}

.sc .copyright {
  text-align: right;
  margin: 0px;
}

p.copyright {
	display: block;
	float: right;
	/*
	color: #9FC1D3;
	*/
	margin-top: 10px;
	color: #ffffff;
}

div.main {
	width: 100%;
	height: 10000px;
	background: #000;
}

#homeflash {
	position: relative;
	z-index: 1;
	height: 900px;
}
#homeflash div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 900px;
}

#homeflash .background {
	width: 100%;
	height: 900px;
}

#homeflash .background1, #homeflash .background2 {
	background: no-repeat center center;
	display: none;
	z-index: 2;
}
#homeflash .flash {
	z-index: 100;
}


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 
  text-decoration: underline;
  color:#e71d35;
  
  }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#page {
	width: 966px;
	margin: 0 auto;
}

#page li {
	list-style-type: none;
}

#page .title {
	width: 964px;
	height: 48px;
	text-indent: -5000px;
	padding-bottom: 10px;
}

/* ==|== Shop list =======================================================

   ========================================================================== */


.shoplistp  .shoplist .title {
	background: url(images/en/shoplist/title.png) no-repeat center top;
  text-indent: 0px !important;
}

.shoplistp  .shoplist .title .lasteditdate {
  float: right;
  line-height: 48px;
  padding-right: 30px;
  width: 250px;
  text-align: right;
}

.shoplistp  .shoplist .content {
	width: 964px;
	padding-bottom: 20px;
}

.shoplistp  .shoplist .content .content-top {	
	width: 964px;
	height: 17px;
	background: url(images/shoplist/bg_top.png) no-repeat center center;
}

.shoplistp  .shoplist .content .content-mid {	
	width: 964px;
	background: url(images/shoplist/bg_mid.png) repeat-y center center;
}

.shoplistp  .shoplist .content .content-mid .list-map {
	position: relative;
	width: 900px;
	padding-left: 15px;
}

.shoplistp  .shoplist .content .content-mid .list-map .list {
	float: left;
	width: 170px;
}

.shoplistp  .shoplist .content .content-mid .list-map .list  ul {
	padding-left: 0px;
}

.shoplistp  .shoplist .content .content-mid .list-map .list  ul li {
	background: url(images/shoplist/list_btn.png) no-repeat left center;
}

.shoplistp  .shoplist .content .content-mid .list-map .list  ul li.active {
	background: url(images/shoplist/list_btnb.png) no-repeat left center;
}

.shoplistp  .shoplist .content .content-mid .list-map .list  ul li a {
    padding-left: 15px;
    padding-top: 17px;
	width: 170px;
	padding-bottom: 10px;
	height: 43px;
	display: block;
	font-size: 16px;
	color: #000000;
	text-decoration : none;
}

.shoplistp  .shoplist .content .content-mid .list-map .map {
	float: right;
	width:710px;
}

.shoplistp  .shoplist .content .content-mid .list-map .map  .map-top{
	background: url(images/shoplist/map_top.png) no-repeat left center;
	width: 709px;
	height:18px;
}

.shoplistp  .shoplist .content .content-mid .list-map .map  .map-mid{
	background: url(images/shoplist/map_mid.png) repeat-y left center;
	width: 709px;
}

.shoplistp  .shoplist .content .content-mid .list-map .map  .map-mid .address {
	background: url(images/shoplist/map_line.png) no-repeat center bottom;
	width: 709px;
	/* ie6 ,ie7 */
	*padding-bottom:10px;
	*padding-top:20px;
}

.shoplistp  .shoplist .content .content-mid .list-map .map  .map-mid .address p {
	float: left;
	font-size: 16px;
	color: #1b3442;
	padding-left: 17px;
	padding-right: 17px;
}

.shoplistp  .shoplist .content .content-mid .list-map .map  .map-mid .address .address1{
	width: 115px;
	padding-left: 34px;
	padding-bottom:5px;
}

.shoplistp  .shoplist .content .content-mid .list-map .map  .map-mid .address .address2{
	width: 118px;
	padding-bottom:5px;
}

.shoplistp  .shoplist .content .content-mid .list-map .map  .map-mid .address .address3{
	width: 335px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom:5px;
}

.shoplistp  .shoplist .content .content-mid .list-map .map  .map-mid .map2 {
	padding-top: 20px;
	width: 669px;
	height: 550px;
	margin: 0 auto;
	display: block;
}


.shoplistp  .shoplist .content .content-mid .list-map .map  .map-bottom{
	background: url(images/shoplist/map_bottom.png) no-repeat left center;
	width: 709px;
	height: 20px;
}

.shoplistp .map-content {
  width: 300px !important;
}

/* pop up */

.shoplistp  .shoplist .content .content-mid .list-map .store-select {
	width:680px;
	position: absolute;
	top: 13px;
	left: 180px;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-top {
	background: url(images/shoplist/list_top.png) no-repeat left center;
	width: 680px;
	height: 21px;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid {
	background: url(images/shoplist/list_mid.png) repeat-y left center;
	width: 680px;
	min-height: 520px;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-list {
	width: 668px;
	padding-left: 6px;
	float: left;
  overflow-y: scroll;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-list  ul {
	float: left;
	font-size: 13px;
	padding-left: 0px;
	height: 520px;
	/*overflow: hidden;*/
	margin-top: 0;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-list  ul li{
	font-size: 13px;
	padding-bottom: 15px;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-list  ul li a:active {
	font-weight:bold;
}
.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-list li a.active {
	font-weight: bold;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-list  ul li a {
	color: #000000;
	text-decoration: none;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-list .list1  li{
	width: 97px;
	text-align: center;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-list .list2 li{
	width: 106px;
	text-align: center;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-list .list3 li{
	width: 370px;
	padding-left: 30px;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-bar {
	float: right;
	width: 27px;
	padding-right: 6px;
	margin: 0 auto;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-bar .store-bar-top a{
	background: url(images/shoplist/list_bar_top.png) no-repeat left center;
	width: 18px;
	height: 20px;
	display: block;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-bar .store-bar-mid{
	background: url(images/shoplist/list_bar_mid.png) repeat-y left center;
	width: 18px;
	height:500px;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-bar .store-bar-mid a {
	background: url(images/shoplist/list_bar.png) no-repeat right center;
	width: 10px;
	height: 67px;
	padding-left: 4px;
	display: block;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-mid .store-bar .store-bar-bottom a{
	background: url(images/shoplist/list_bar_bottom.png) no-repeat left center;
	width: 18px;
	height: 20px;
	display: block;
}

.shoplistp  .shoplist .content .content-mid .list-map .store-select .store-bottom {
	background: url(images/shoplist/list_bottom.png) no-repeat left center;
	width: 680px;
	height: 24px;
}
	

/* end pop up */

.shoplistp  .shoplist .content .content-bottom {	
	width: 964px;
	height: 20px;
	background: url(images/shoplist/bg_bottom.png) no-repeat center center;
}

.productlist .title {
	background: url(images/en/product/title.png) no-repeat center top;
	text-indent: 0px !important;
}

.productlist .title p {
	margin: 0px;
	padding-left: 215px;
    padding-top: 13px;
}

/* End style */

.productlist .content .select {
	width: 740px;
	height: 57px;
	background-color: #e6e6e6;
  
  position: relative;
}

.productlist .notice{
  width: 150px;
  position: absolute;
  top: 19px;
  left: 18px;
}

.productlist .content .select .select-box {
	width: 300px;
	margin: 0 auto;
	padding-top: 16px;
}



.productlist .content .select .select-box  .pre-btn {
	background: url(images/news/list/pre_btn.png) no-repeat center top;
	width: 38px;
	height: 27px;	
	display: block;
	text-indent: -5000px;
	padding-right: 5px;
	float: left;
}

.productlist .content .select .select-box  .next-btn {
	background: url(images/news/list/next_btn.png) no-repeat center top;
	width: 38px;
	height: 27px;
	display: block;
	text-indent: -5000px;
	padding-left: 5px;
	float: left;
}

.productlist .content .select .select-box  .num-list {
	text-align: center;
	padding-left: 0px;
	padding-top: 2px;
	float: left;
	background-color: #ffffff;
	width: 205px;
	height: 25px;
}


.productlist .content .select .select-box  .num-list  a {
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	width: 8px;
}

.productlist .content .select .select-box  .num-list  b span {
	font-size: 17px;
	font-weight: bold;
	color: #666666;

	text-decoration: underline;
	width: 8px;
}

.productlist .content {
	width: 964px;
	padding-bottom: 25px;
}



.productlist .content{
	padding-top: 20px;
}

.productlist .content a{
	color: #000000;
	text-decoration: none;
}

.productlist .left-menu{ 
	float: left;
	width: 175px; 
	padding-left: 15px;
}

.productlist .right-content{ 
	float: right; 
	width: 735px; 
	padding-right: 15px; 
	_padding-right: 0px;
}

.productlist .category-name div a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 58px;
	text-indent: 30px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold
}

.productlist .category-name div{
	border: 0px solid #ff0000; 
	height: 63px;
	background: url(images/product/menu2.png) no-repeat center top;
}

.productlist .category-name div.selected{
	background: url(images/product/menu.png) no-repeat center top;
}

.productlist .category-name ul,li{
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
}

.productlist .category-name li a{
	font-size: 12px; 
	line-height: 1.5em;
}

.productlist .category-name li{
	margin-left: 15px;
	margin-right: 26px; 
	border-bottom: 1px dotted #cccccc;
	padding: 5px;
	text-indent: 9px;
	background: url(images/product/point-black.png) no-repeat 5px 13px;
}

.productlist .category-name .selected2{
	background: url(images/product/point-blue.png) no-repeat 5px 13px;
}

.productlist .category-name .selected2 a{
	color:#e71d35;
}

.productlist .category-name ul{
	margin-bottom:20px;
}

.clear{
	clear:both
}

.productlist .product_list_containter{
	padding-bottom: 20px;
	width:740px;
	border:0px solid #0000ff;
	overflow:hidden;
	
	height: 620px;
  
  _margin-bottom: 30px;
}

.productlist .product_list{
	width:870px;
	border:0px solid #ff0000;
}

.productlist .product_list .padding{
	padding-top:13px;
}

.product_list .productname{
	text-align:center; 
	padding-top: 10px;
}

.product_list .productname a,.product_list .productname a:visited{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

.product_list .price{
	font-weight:bold;
	text-align:center;
	color:#666666;
}

.product_list .item{
	width:220px;
	margin-right:36px;
	margin-bottom:20px;
	background:#cccccc;
	padding-bottom: 10px;
	float:left;
  min-height: 280px;
  _height: 300px;
}

.product_list .item:hover {
	background:#e71d35;
	
}

.product_list .item:hover a {
	color:#FFF;
}

.productlist .product_list .image{
	width:196px;
	height:218px;
	background:#ffffff;
	overflow:hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.productlist .product_list .image a {
	position: relative;
	top: 10px;
}

.productlist .product_title{
	font-size:22px;
	line-height:2em;
}


.productlist .line{
	margin-top:44px;
	margin-bottom:20px;
}

.productlist .colorlist {
	width:180px;
	margin-left:0px;
}

.productlist .colorlist .item div{
	height:22px;
	width:22px;
	margin:3px;
	border:2px solid #ffffff;
}

.productlist .colorlist .item:hover{
	background:#cccccc;
}

.productlist .colorlist .item{
	height:32px;
	width:32px;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	cursor:pointer;
}

.productlist .point{
	background: url("images/product/detail/point.png") no-repeat left center;
	padding-left:12px;
	margin: 0px;
}

.productlist .nextitem{
	padding-top:15px;
	line-height:1.8em;
}
/*
.productlist .nextitem .link {
	display: none;
}

.productlist .nextitem .selected {
	display: block;
}
*/
.productlist .product_detail {
	width:500px; 
	height:490px; 
	overflow:hidden;
}			

.productlist .product_detail img {
	 display: block;
}

.productlist .product_detail .notcur {
	 display: none;
}

.productlist .gallery .item{
	float:left;
	border:1px solid #cccccc; 
	margin-right:10px; 
	margin-bottom: 10px;
}			

.productlist .gallery .item a{
	display:block;
}
.productlist .gallery .item a img{
	width:55px;
	height:55px;
}

.productlist  .image-detail {
	width: 750px;
}

.productlist  .image-detail  .image {
	width: 500px;
	float: left;
}

.productlist .gallery {
	margin: 0 auto;
	width: 335px;
	padding-top: 20px;
}

.productlist .like-function {
	
}

.productlist .detail-btn {
	float:right;
	width:225px;
}

.productlist .btns a {
	width: 225px;
	height: 91px;
	display: block;
	background: url(images/en/product/detail/check_btn.png) no-repeat center top ;
	text-indent: -5000px;
}

.productlist .detail {
	float: none !important;
	width:205px;
	padding-right: 0px !important;
	border: 10px solid #bababa;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.productlist .detail-list {
	padding-top: 30px;
	margin: 0 auto;
	width: 160px;
	min-height: 500px;
	_padding-left: 20px;
	_padding-bottom: 250px;
}

.productlist .detail-list  .parts {
	border-bottom:1px dotted #cccccc;
	padding-bottom: 40px;
}

.productlist .detail-list  .details  .name {
	font-size: 16px;
	font-weight: bold;
	color: #1b3442;
}

.productlist .detail-list  .details  .code-name , .productlist .detail-list  .details  .country{
	font-size: 12px;
	color: #666666;
}

.productlist .detail-list  .details  .price {
	font-size: 13px;
	font-weight: bold;
}

.productlist .detail-list  .color  {
	padding-bottom: 30px;

}

.productlist .detail-list  .color .color-title {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #1b3442;
	font-weight: bold;
}

.productlist .detail-list  .color .color-name {
	padding-bottom: 12px;
	font-size: 12px;
}

.productlist .detail-list  .nextitem .link a{
	font-size: 12px;
	color: #1b3442;
}

/* ==|== product list =======================================================

   ========================================================================== */
   
.newslistp  .newslist .title {
	background: url(images/en/news/title.png) no-repeat center top;
}

.newslistp  .newslist .content {
	width: 964px;
	padding-bottom: 25px;
}

.newslistp  .newslist .content .list {
	padding-bottom:20px;
}

.newslistp  .newslist .content .first {
	padding-bottom: 370px !important;
}


.newslistp  .newslist .content .list .list-mid {
	background: url(images/news/list/newsbg_mid.png) repeat-y left center;
	width: 964px;
}

.newslistp  .newslist .content .list .list-mid  .list-top {
	background: url(images/news/list/newsbg_top.png) no-repeat  left top;
	width: 964px;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul {
	width: 884px;
	padding-left: 46px;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li{
	float: left;
	width: 284px;
	padding-right: 10px;
}


.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-title {
	width:260px;
	height:100%;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-title .angle-r p{
	width: 100%;
	color: #ffffff;
	font-size: 21px;
	margin: 0px;
	padding-left: 10px;
	width: 240px;
	padding-bottom: 2px;
    padding-right: 10px;
    padding-top: 5px;
    height:1.4em;overflow:hidden;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-pic {

}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-jadd {
	border:10px solid #bababa;

}



.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-detail {

}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-detail  .detail-top {
	background: url(images/news/list/news_top.png) no-repeat center top;
	width: 284px;
	height: 16px;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-detail .detail-mid {
	width: 284px;
	padding-bottom:10px;
	padding-top:10px;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-detail .detail-mid  p{
	padding-left: 10px;
	width: 240px;
	margin: 0px;
	padding-left: 21px;
	/*padding-bottom: 35px;*/
	height:6em;overflow:hidden;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-detail .detail-bottom {

	width: 284px;
	height: 30px;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-detail .detail-bottom .button {
	padding-left: 21px;

}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .news-box .news-detail .detail-bottom .button a{
	width: 119px;
	height: 17px;
	text-indent: -5000px;
	display: block;
}


/* style */
.newslistp  .newslist .content .list .list-mid  .list-top ul li .style1 .news-title {
	background-color: #848484;
	
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style1  .news-title .angle-l {
	background: url(images/news/list/news_angle_s1l.png) no-repeat left top;
	display: block;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style1  .news-title .angle-r {
	background: url(images/news/list/news_angle_s1r.png) no-repeat right top;
	display: block;
}


.newslistp  .newslist .content .list .list-mid  .list-top ul li .style1 .news-detail .detail-bottom .button a{
	background: url(images/en/news/list/more_btn_s1.png) no-repeat center left;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style2 .news-title {
	background-color: #6f6f6f;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style2  .news-title .angle-l {
	background: url(images/news/list/news_angle_s2l.png) no-repeat left top;
	display: block;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style2  .news-title .angle-r {
	background: url(images/news/list/news_angle_s2r.png) no-repeat right top;
	display: block;
	
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style2 .news-detail .detail-bottom .button a{
	background: url(images/en/news/list/more_btn_s2.png) no-repeat center left;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style3 .news-title {
	background-color: #a2a2a2;
	
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style3  .news-title .angle-l {
	background: url(images/news/list/news_angle_s3l.png) no-repeat left top;
	display: block;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style3  .news-title .angle-r {
	background: url(images/news/list/news_angle_s3r.png) no-repeat right top;
	display: block;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style3 .news-detail .detail-bottom .button a{
	background: url(images/en/news/list/more_btn_s3.png) no-repeat center left;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style1:hover .news-title .angle-l {
	background: url(images/news/list/news_angle_red1.png) no-repeat left top;
	display: block;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style1:hover  .news-title .angle-r {
	background: url(images/news/list/news_angle_red2.png) no-repeat right top;
	display: block;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style2:hover .news-title .angle-l {
	background: url(images/news/list/news_angle_red1.png) no-repeat left top;
	display: block;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style2:hover  .news-title .angle-r {
	background: url(images/news/list/news_angle_red2.png) no-repeat right top;
	display: block;
}


.newslistp  .newslist .content .list .list-mid  .list-top ul li .style3:hover .news-title .angle-l {
	background: url(images/news/list/news_angle_red1.png) no-repeat left top;
	display: block;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style3:hover  .news-title .angle-r {
	background: url(images/news/list/news_angle_red2.png) no-repeat right top;
	display: block;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style1:hover .news-title {
	background-color: #e72037;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style2:hover .news-title {
	background-color: #e72037;
}

.newslistp  .newslist .content .list .list-mid  .list-top ul li .style3:hover .news-title {
	background-color: #e72037;
}



/* End style */

.newslistp  .newslist .content .select {
	width: 966px;
	height: 57px;
	background: url(images/news/list/select_bg.png) no-repeat center top;
}

.newslistp  .newslist .content .select .select-box {
	width: 296px;
	margin: 0 auto;
	padding-top: 16px;
}



.newslistp  .newslist .content .select .select-box  .pre-btn {
	background: url(images/news/list/pre_btn.png) no-repeat center top;
	width: 38px;
	height: 27px;	
	display: block;
	text-indent: -5000px;
	padding-right: 5px;
	float: left;
}

.newslistp  .newslist .content .select .select-box  .next-btn {
	background: url(images/news/list/next_btn.png) no-repeat center top;
	width: 38px;
	height: 27px;
	display: block;
	text-indent: -5000px;
	padding-left: 5px;
	float: left;
}

.newslistp  .newslist .content .select .select-box  .num-list {
	text-align: center;
	padding-left: 0px;
	padding-top: 2px;
	float: left;
	background-color: #ffffff;
	width: 205px;
	height: 25px;
}


.newslistp  .newslist .content .select .select-box  .num-list  a {
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	width: 8px;
}
.newslistp  .newslist .content .select .select-box  .num-list  b span {
	font-size: 17px;
	font-weight: bold;
	color: #666666;

	text-decoration: underline;
	width: 8px;
}


/* news detail */

.newsdetail .title {
	background: url(images/en/news/title.png) no-repeat center top;
}

/* newsdetail5 */

.newsd5p .content {
	margin-bottom: 120px;
	
}

.newsd5p  .text-select {
	width: 966px;
	height: 705px;
	
}

.newsd5p  .text {
	width: 530px;
	height: 555px;
	padding-top: 67px;
    padding-left: 410px;
    margin-bottom:115px;
}


.newsd5p .text .text-top {
	background: url(images/news/detail/s5/detail_top.png) no-repeat center 3px;
	width: 530px;
	height: 10px;

}

.newsd5p .text .text-mid {
	background: url(images/news/detail/s5/detail_mid.png) repeat-y center top;
	width: 530px;
}

.newsd5p .text .text-mid .content .p_content {
border:0px solid #ff0000;
height:290px;
	overflow-x:hidden;
	overflow-y:auto;
}
.newsd5p .text .text-mid .p_content p{
padding:0px;
margin:0px;
padding-right:10px;
}
.newsd5p .text .text-mid .content {
	width: 458px;
	font-size: 13px;
	text-align: justify;
	padding-left: 37px;
	padding-bottom: 50px;
	margin: 0px;
	
}

.newsd5p .text .text-mid .content .headline {
	font-size: 15px;
	font-weight: bold;
	color: #e71d35;
}

.newsd5p .text .text-mid .content .headline a {
  text-decoration: none;
  color: #e71d35;
}

.newsd5p .text .text-bottom {
	background: url(images/news/detail/s5/detail_bottom.png) no-repeat center top;
	width: 530px;
	height: 16px;
}

.newsd5p .select {
	 position: relative;
	/*top: 134px;*/
	 width: 966px;
	/* ie6 */
	_z-index:1;
}

.newsd5p .select .pre_btn{
	background: url(images/news/detail/s5/pre_btn.png) no-repeat center top;
	width: 29px;
	height: 96px;
	float: left;
	text-indent: -5000px;
  margin-top: -20px;
  
   _margin-top: 0px;
  _position:relative;
  _top: -20px;
}

.newsd5p .select .list {
	width: 904px;
	height: 56px;
	float: left;
	/*background-color: #000000;*/
  background-color: #ffffff;
	position:relative;

}
.newsd5p .list_containter{
/*background-color: #000000;*/

/*height:56px;*/
/*width: 890px;*/
}
.newsd5p .select{
/*
background-color: #000000;
*/
height:56px;
}

.newsd5p .select .list #win_1 {
	width: 890px;
	height: 196px;
	float: left;
	overflow:hidden;
	position:absolute;
	left:10px;
	top:-120px;
}

.newsd5p .select .list table{
position:absolute;
bottom:5px;
}




.newsd5p .select .list .sub-news {
	padding-left: 10px;
	padding-right:  10px;
	float: left;
	/* for demo */
	margin-top: -17px;
	/* ie6 */
	_margin-top:0px;

}

.newsd5p .select .list .sub-newsb {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	/* for demo */
	margin-top: -81px;
	/* ie6 */
	_margin-top:0px;

}

.newsd5p .select .next_btn{
	background: url(images/news/detail/s5/next_btn.png) no-repeat center top;
	width: 29px;
	height: 96px;
	float: right;
	text-indent: -5000px;
  margin-top: -20px;
  
  _margin-top: 0px;
  _position:relative;
  _top: -20px;
}
.newsd5p  .read-btn  {
	width: 78px;
	margin: 0 auto;
}

.newsd5p .select .list td {
	
	padding-left: 2px;
	padding-right: 2px;
	
}
#win_1 a img {	

    outline: solid 0px green;
    border: 0px solid #2E2E2E;
    border-radius: 10px;
    overflow: hidden;
    	-moz-box-shadow: 0px 0px 4px #000;
		-webkit-box-shadow: 0px 0px 4px #000;
		box-shadow: 0px 0px 4px #000;


}


.newsd5p  .read-btn a {
	background: url(images/en/news/detail/s2/read_btn.png) no-repeat center top;
	width: 89px;
	height: 14px;
	display: block;
	border:0px solid #ff0000;
	text-indent: -5000px;
	z-index:2;
	position:relative;
}

/* END newsdetail5 */

/* newsdetail4 */

.newsd4p .box {
	padding-bottom: 30px;
	
}
	
.newsd4p .box  .box-top{
/*
	background: url(images/news/detail/s4/news_top.png) no-repeat center top;
  */
	width: 964px;
	height: 39px;
}

.newsd4p .box  .box-mid{
/*
	background: url(images/news/detail/s4/news_mid.png) repeat-y center top;
   */
	width: 964px;
}

.newsd4p .box  .box-mid .box-content {
	width: 964px;
	margin: 0 auto;
}

.newsd4p .box  .box-mid .box-content img {
  width: 964px;
}

.newsd4p .box  .box-bottom{
  /*
	background: url(images/news/detail/s4/news_bottom.png) no-repeat center top;
   */
	width: 964px;
	height: 39px;
}



.newsd4p .select {
	width: 964px;
	height: 96px;
	padding-bottom: 20px;
}

.newsd4p .select .pre_btn{
	background: url(images/news/detail/s4/pre_btn.png) no-repeat center top;
	width: 29px;
	height: 96px;
	float: left;
	text-indent: -5000px;
}




.newsd4p .select{
/*background-color: #000000;*/
/*height:96px;*/
}


.newsd4p .select .list {
	width: 804px;
	height: 110px;
	float: left;
	/*background-color: #000000;*/
	position:relative;

}
.newsd4p .select .list #win_1 {
	width: 895px;
	height: 196px;
	float: left;
	overflow:hidden;
	position:absolute;
	left:5px;
	top:-100px;
	overflow:hidden;
}
.newsd4p .select .list table{
position:absolute;
bottom:5px;
}




.newsd4p .select .list .sub-news {
	height: 96px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
.newsd4p .select .list td {
	
	padding-top: 6px;
	padding-left: 2px;
	padding-right: 2px;
	
}
.newsd4p .select .next_btn{
	background: url(images/news/detail/s4/next_btn.png) no-repeat center top;
	width: 29px;
	height: 96px;
	float: right;
	text-indent: -5000px;
}


/* END newsdetail4 */

/* newsdetail3 */



.newsd3p  .pic-text {
	width: 966px;
}



.newsd3p  .text {

	padding-top: 30px;
	padding-left: 30px;
	width: 435px;

}

.newsd3p  .text a  {
	color: #e71d35;
}

.newsd3p  .text a p  {
	
	 background: url("images/news/detail/s1/detail_bg.png");
	font-size: 32px;
	padding-left: 10px;
    padding-right: 10px;
}

.newsd3p  .text .p_content p {
/*height:7.0em; */
margin: 0px;
overflow:hidden;
}

.newsd3p .select2 {
	padding-bottom:30px;
}
.newsd3p .select {
	width: 965px;
	padding-top: 10px;
}

.newsd3p .select .pre-btn {
	padding-top:0px;
	margin-bottom:8px;
	width: 31px;
	height: 101px;
	float: left;
}

.newsd3p .select .next-btn {
	padding-top:0px;
	margin-bottom:8px;
	width: 31px;
	height: 101px;
	float: right;
}

.newsd3p .select .pre-btn a{
	background: url(images/news/detail/s3/pre_btn.png) no-repeat center top;
	width: 31px;
	height: 101px;
	float: left;
	text-indent: -5000px;
}

.newsd3p .select .next-btn a{
	background: url(images/news/detail/s3/next_btn.png) no-repeat center top;
	width: 31px;
	height: 101px;
	float: right;
	text-indent: -5000px;
}




.newsd3p .select{
/*background-color: #000000;*/
/*height:96px;*/
}


.newsd3p .select .list {
	width: 884px;
	height: 96px;
	float: left;
	/*background-color: #000000;*/
	position:relative;

}
.newsd3p .select .list #win_1 {
	width: 884px;
	height: 196px;
	float: left;
	overflow:hidden;
	position:absolute;
	left:10px;
	top:-96px;
}

.newsd3p .select .list table{
position:absolute;
bottom:5px;
}




.newsd3p .select .list td {
	
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
	
}


.newsd3p .select .list .sub-news {
	padding-left: 10px;
	padding-right:  10px;
	padding-bottom: 10px;
	float: left;

}

.newsd3p .select .list  .sub-news-mid {
	background: url(images/news/detail/s3/detail_mid.png) repeat-y center top;
	width: 219px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsd3p .select .list  .sub-news-mid p {
	width: 180px;
	padding-left: 20px;
	font-size: 11px;
	margin: 0;
}

.newsd3p .select .list  .sub-news-mid .sub-title {
    font-weight: bold;
	color: #ffffff;
	font-size: 15px;
}

.newsd3p .select .list  .sub-news-mid .detail{
    font-weight: bold;
	color: #9ca6bf;
}

.newsd3p .select .list  .sub-news-mid .date{
	color: #e56d48;
}

.newsd3p .select .list  .sub-news-bottom {
	background: url(images/news/detail/s3/detail_bottom.png) no-repeat center top;
	width: 219px;
	height: 11px;

}

/* END newsdetail3 */

/* newsdetail2 */
#win_3{
height:500px;
overflow:hidden;
}
.newsd2p #page{
	width: 966px;
}

.newsd2p .content {
	
    width: 966px;
	padding-bottom: 30px;
}

.newsd2p  .list-pic-text {
	
	width: 966px;

}

.newsd2p  .list-pic-text  .list{
	float: left;
	width: 200px;
    padding-top: 60px;
}

.newsd2p  .list-pic-text  .list .up-btn  a{
	background: url(images/news/detail/s2/up_btn.png) no-repeat center top;
	width: 200px;
	height: 24px;
	display: block;
	text-indent: -5000px;
}

.newsd2p  .list-pic-text  .list .down-btn  a{
	background: url(images/news/detail/s2/down_btn.png) no-repeat center top;
	width: 200px;
	height: 24px;
	display: block;
	text-indent: -5000px;
}

.newsd2p  .list-pic-text  .list .news-list {
	width: 200px;
  /*
	background-color: #000000;
  */
  background-color: #ffffff;
	padding-bottom: 10px;
  padding-top: 10px;
}

.newsd2p  .list-pic-text  .list .news-list ul {
	width: 140px;
	margin: 0 auto;
	padding-left: 0px;
}

.newsd2p  .list-pic-text  .list .news-list ul  li {
	border-bottom: 1px solid #4d4d4d;
	padding-top: 15px;
	padding-bottom: 15px;
}

.newsd2p  .list-pic-text  .list .news-list ul  li a{
	font-size: 20px;
  /*
	color: #fffefe;
  */
  color: #000000;
	width: 130px;
	text-decoration: none;
}

.newsd2p  .list-pic-text  .text {
	width: 386px;
	float: right;

    padding-top: 125px;
}

.newsd2p  .list-pic-text  .text .text-top {
	background: url(images/news/detail/s2/detail_top.png) no-repeat center top;
	width: 386px;
	height: 48px;
}

.newsd2p  .list-pic-text  .text .text-mid {
	background: url(images/news/detail/s2/detail_mid.png) repeat-y center top;
	width: 386px;
	padding-bottom:86px;
	height:295px;
	overflow:hidden;
}


.newsd2p  .list-pic-text  .text .text-mid  .detail {
	width: 280px;
	margin: 0 auto;
}

.newsd2p  .list-pic-text  .text .text-mid  .detail .detail-logo {
	margin: 0 auto;
	width: 284px;
}

.newsd2p  .list-pic-text  .text .text-mid  .p_content {
height:380px;
margin-right:15px;
overflow-x:hidden;
overflow-y:auto;
}
.newsd2p  .list-pic-text  .text .text-mid  .content {
	text-align: center;
	font-size: 13px;
	width: 280px;
	color:#ffffff;
}

.newsd2p  .list-pic-text  .text .text-mid  .content .headline {
	font-weight: bold;
	font-size: 16px;
}

.newsd2p  .list-pic-text  .text .text-mid  .content .headline a {
  color:#ffffff;
  text-decoration: none;
}

.newsd2p  .list-pic-text  .text .text-mid .read-btn  {
	width: 78px;
	margin: 0 auto;
}

.newsd2p  .list-pic-text  .text .text-mid .read-btn a {
	background: url(images/en/news/detail/s2/read_btn.png) no-repeat center top;
	width: 78px;
	height: 15px;
	display: block;
	text-indent: -5000px;
}

.newsd2p  .list-pic-text  .text .text-bottom {
	background: url(images/news/detail/s2/detail_bottom.png) no-repeat center top;
	width: 386px;
	height: 38px;
}

/* END newsdetail2 */

/* newsdetail1 */

.newsd1p #page{
	width: 966px;
}

.newsd1p .content {
   width: 966px;
   padding-bottom: 30px;
}

.newsd1p  .detail-news .detail-pic {
	/*background: url(images/news/detail/s1/pic.png) no-repeat center top;
	*/
	width: 636px;
	float: left;
	/*
	width: 636px;
	height: 714px;
	*/
}

.newsd1p  .detail-news  .detail-pic .detail {
	background: url(images/news/detail/s1/detail_bg.png) repeat-y center top;
	width: 280px;
	display: block;
  height: 650px;
	/*height: 714px;*/
}

.newsd1p  .detail-news  .detail-pic .detail .content {
	font-size: 16px;
	line-height: 27px;
	width: 165px;
	padding-left: 42px;
	padding-top: 70px;
	padding-bottom: 40px;
	margin: 0px;
}

.newsd1p  .detail-news  .detail-pic .detail .content .headline {
	font-size:27px;
}

.newsd1p  .detail-news  .detail-pic .detail .content .headline a {
  color: #000000;
  text-decoration: none;
}

.newsd1p  .detail-news  .detail-pic .detail .read-btn {
	padding-left:42px;
}

.newsd1p  .detail-news  .detail-pic .detail .read-btn  a {
	background: url(images/en/news/detail/s1/read_btn.png) no-repeat center top;
	width: 94px;
	height: 13px;
	display: block;
	text-indent: -5000px;
}

.newsd1p  .detail-news  .detail-pic .pic {
	float:right;
}

.newsd1p  .detail-news  .news {
	width: 300px;
	float: right;
}

.newsd1p  .detail-news  .news .list  {
	margin: 0 auto;
	width: 300px;
	height:714px;
}

.newsd1p  .detail-news  .news .list .up-btn {
	margin: 0 auto;
	width: 63px;
	padding-bottom: 5px;
    padding-top: 20px;
}

.newsd1p  .detail-news  .news .list .up-btn a {
	background: url(images/news/detail/s1/up_btn.png) no-repeat center top;
	width: 63px;
	height: 25px;
	display: block;
	text-indent: -5000px;
}

.newsd1p  .detail-news  .news .list .down-btn {
	margin: 0 auto;
	width: 63px;
	padding-bottom: 20px;
    padding-top: 5px;
}

.newsd1p  .detail-news  .news .list .down-btn a {
	background: url(images/news/detail/s1/down_btn.png) no-repeat center top;
	width: 63px;
	height: 25px;
	display: block;
	text-indent: -5000px;
}

.newsd1p  .detail-news  .news .list  .news-list  .news {
	background: url(images/news/detail/s1/list_line.png) no-repeat center top;
	width: 300px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.newsd1p  .detail-news  .news .list  .news-list  #win_2 {

height: 640px;
/*height:630px;*/
overflow:hidden;
}
.newsd1p  .detail-news  .news .list  .news-list  .news .news-title {
	background-color: #ffffff;
	font-size: 15px;
	color: #000000;
	margin: 0 auto;
	width: 240px;
	height:1.3em;overflow:hidden;
	padding: 5px;
}

.newsd1p  .detail-news  .news .list  .news-list  .news .news-title a {
  text-decoration: none;
  color: #000000;
}

.newsd1p  .detail-news  .news .list  .news-list  .news .p_content {
	
	margin:10px 0px 10px 0px;
	width:270px;
	margin-left:auto;
	margin-right:auto;
	height:4.3em;
	overflow:hidden;
	
	padding:0px;
}



.newsd1p  .detail-news  .news .list  .news-list  .style1 p {
	text-align:center;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}

.newsd1p  .detail-news  .news .list  .news-list  .style1 .read-btn2 {
	width: 73px;
	margin: 0 auto;
}

.newsd1p  .detail-news  .news .list  .news-list  .style1 .read-btn2  a {
	background: url(images/en/news/detail/s1/read_btn2.png) no-repeat center top;
	width: 82px;
	height: 14px;
	display: block;
	text-indent: -5000px;
}

.newsd1p  .detail-news  .news .list  .news-list  .style2  ul {
	width: 270px;
	padding-left: 0px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.newsd1p  .detail-news  .news .list  .news-list  .style2  ul  li{
	float: left;
	padding-right: 5px;
}

.newsd1p  .detail-news  .news .list  .news-list  .style2 .buy_btn {
	float: right;
	width: 75px;
	height: 30px;
	padding-right: 22px;
}

.newsd1p  .detail-news  .news .list  .news-list  .style2 .buy_btn a {
	background: url(images/en/news/detail/s1/buy_btn.png) no-repeat center top;
	width: 75px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}

.newsd1p  .detail-news  .news .list  .news-list  .style3 .pic-detail {
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsd1p  .detail-news  .news .list  .news-list  .style3 .pic-detail .pic {
	width: 100px;
	float: left;
}

.newsd1p  .detail-news  .news .list  .news-list  .style3 .pic-detail .detail {
	width: 185px;
	float: right;
}

.newsd1p  .detail-news  .news .list  .news-list  .style3 .pic-detail .detail p {
	margin: 0px;
	font-size: 15px;
	line-height: 20px;
	color: #ff0000;
	width: 180px;
	text-align: justify;
}

.newsd1p  .detail-news  .news .list  .news-list  .style3 .pic-detail .detail .price-buy {
	width: 185px;	
	padding-top: 5px;
}

.newsd1p  .detail-news  .news .list  .news-list  .style3 .pic-detail .detail .price {
	width: 87px;
	color: #737373;
	float: left;
	padding-top: 6px;
}

.newsd1p  .detail-news  .news .list  .news-list  .style3 .pic-detail .detail .buy_btn {
	float: right;
	width: 75px;
	height: 30px;
	padding-right: 22px;
}

.newsd1p  .detail-news  .news .list  .news-list  .style3 .pic-detail .detail .buy_btn a {
	background: url(images/en/news/detail/s1/buy_btn.png) no-repeat center top;
	width: 75px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}

/* END newsdetail1 */

/* contact us */


.contactusp #page{
	width: 966px;
}

.contactusp .title {
    background: url("images/en/contactus/title2.png") no-repeat scroll center top transparent;
}

.contactusp .content {
   width: 966px;
   padding-bottom: 30px;
   padding-top: 28px;
   
 }
 


.contactusp .content .tel-form {
	width: 964px;
  height: 616px;
	background: url(images/contactus/bg.png) no-repeat center top;
	display: block;
	
}

.contactusp .content .tel-form .tel {
	width: 202px;
	float: left;
	padding-top: 20px;
}

.contactusp  .content .tel-form .tel .detail {
  background: url(images/contactus/tel_bg.png) no-repeat left top;
/*	background-color: #000000;*/
  padding-right: 0px;
  padding-top: 0px;
	width: 201px;
  height: 342px;
	margin: 0 auto;
}

.contactusp .content .tel-form .tel .detail .detail-title {
	background: url(images/en/contactus/title.png) no-repeat left center;
	width: 150px;
	height: 21px;
	display: block;
	text-indent: -5000px;
	border-bottom: 1px solid #8b8b8c;
	padding-top: 37px;
	padding-bottom: 32px;
	margin: 0 auto;
}

.contactusp .content .tel-form .tel .detail .tel-list {
	padding-top: 31px;
	padding-bottom: 20px;
	width: 150px;
	margin: 0 auto;
}

.contactusp  .content .tel-form .tel .detail .tel-list p {
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
	width: 183px;
	margin: 0px;
	text-indent: 0px;
}

.contactusp  .content .tel-form .form {
	float: right;
	width: 671px;
}

.contactusp  .content .tel-form .form .form-box {
	padding-top: 397px;
	padding-bottom: 10px;
}

.contactusp  .content .tel-form .form  .form-box .box {
	background: url(images/contactus/form_bg.png) repeat-y left bottom ;
	width: 671px;
	display: block;
	padding-bottom: 10px;
}

.contactusp  .content .tel-form .form  .form-box .box ul {
	padding-left: 20px;
	padding-top: 29px;
	padding-bottom: 10px;
	margin: 0px;
	width: 365px;
	height: 135px;
	float:left;
}

.contactusp  .content .tel-form .form  .form-box .box ul  li {
	width: 364px;
	height: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.contactusp  .content .tel-form .form  .form-box .box ul  li .type {
	width: 100px;
	float: left;
	color: #000000;
	font-size: 14px;
}

.contactusp  .content .tel-form .form  .form-box .box ul  li .location-select {
  width: 135px;
	float: left;
  position: relative;
}

.contactusp .location-bg .locations {
  text-indent: 8px;
}

.contactusp .location-bg input {
  color: #797979;
  font-size: 14px;
  text-decoration: none;
  width: 118px;
  display: block;
  border: 0 none;
  
  width: 115px \9;
}

.contactusp .location-bg {
  background:url(images/contactus/select_bg.png) no-repeat left 0;
	height: 20px;
}

.contactusp #m2 {
  width: 120px;
  position: absolute;
  top: 0px;
  left: 135px;
  background-color: #e5e5e5;
  display: none;
}


#m2 a {
  font-size: 14px;
  color: #707070;
  padding: 3px;
  width: 114px;
  text-decoration: none;
  display: block;
}

#m2 a:hover {
  background: #e71d35;
  color: #ffffff;
 
}


/*
  #m2 a
	{	
		position: relative;
		display: block;
		margin: 0;
		padding-bottom: 0;
		padding-top: 0;
		min-width: 74px;
		width: auto;
		height: 24px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #ffffff;
		font: 15px;
		text-indent: 0px;
		opacity:1 !important; 
		font-size: 13px \9;
	}

	#m2 a:hover
	{
		background: #e5e5e5; 
		}
*/

.contactusp  .content .tel-form .form  .form-box .box ul  li .location {
	width: 150px;
	float: left;
}

.contactusp  .content .tel-form .form  .form-box .box ul  li  .blank {
	width: 258px;
  _width: 255px;
}

.contactusp  .content .tel-form .form  .form-box .box .text-send {
	float: right;
	width: 260px;
	padding-right: 7px;
	padding-top: 16px;
	padding-bottom: 4px;
    width: 265px;
}

.contactusp  .content .tel-form .form  .form-box .box  .text-send  p {
	font-size: 14px;
	color: #e71d35;
	padding-bottom: 10px;
	margin: 0px;
	width: 245px;
}

.contactusp  .content .tel-form .form  .form-box .box  .text-send .blank2 {
	width: 240px;
	height: 77px;
	resize: none;
}

.contactusp  .content .tel-form .form  .form-box .box  .text-send .send_btn {
	float: right;
	width: 92px;
	height: 30px;
	padding-right: 20px;
  padding-top: 9px;
}

.contactusp  .content .tel-form .form  .form-box .box  .text-send .send_btn .send {
	background: url(images/en/contactus/send_btn.png) no-repeat left center;
	width: 92px;
	height: 30px;
	display: block;
	text-indent: -5000px;
	border: 0px;
}

/* END contact us */

/* about us */

.aboutusp #page{
	width: 966px;
	padding-bottom: 30px;
}

.aboutusp .title {
    background: url("images/en/aboutus/title.png") no-repeat scroll center top transparent;
}

.aboutusp .content {
   width: 966px;
}

.aboutusp .news-btn {
	padding-top: 16px;
}

.aboutusp .news-btn  a {
	background: url("images/en/aboutus/news_letter_btns.png") no-repeat scroll center bottom transparent;
	width: 202px;
	height: 50px;
	text-indent: -5000px;
	display: block;
}

.newsletterp .cata-detail  {
	height: 652px;
}

.newsletterp .letter {
	background: url("images/en/aboutus/letter.png") no-repeat scroll center bottom transparent;
	width: 320px;
	height: 16px;
	text-indent: -5000px;
	margin: 0 auto;
	padding-top: 40px;
}

.newsletterp .news-form {
	width: 337px;
	margin: 0 auto;
	padding-top: 13px;
}

.newsletterp .top {
	background: url("images/aboutus/top.png") no-repeat scroll center bottom transparent;
	width: 337px;
	height: 9px;
}

.newsletterp .mid {
	background: url("images/aboutus/mid.png") repeat-y scroll center bottom transparent;
	width: 337px;
}

.newsletterp form {
	width: 277px;
	margin: 0 auto;
	padding-top: 15px;
	color: #3f3f3f;
  
  _padding-left: 20px;
}

.newsletterp .input-block {
	width: 285px;
	height: 30px;
	padding-bottom: 20px;	
	

	
	margin-left: -9px;
}

.newsletterp .input-block span {
	width: 42px;
	color: #3f3f3f;
	font-size: 13px;
	padding-right: 10px;
}

.newsletterp .input-block .ages {
	padding-right: 6px;
	padding-right: 8px \9;
}

.newsletterp .input-block .radio {
	position: relative;
	top: 2px;
	
	
	top: 0px \9;
	_top: -2px;
}

.newsletterp .input-block2 {
	height: 20px;
	margin-left: -20px;
  padding-bottom: 0px;
}

.newsletterp .input-block3 {
	padding-bottom: 15px;
	height: 20px;
}

.newsletterp  .input-area {
  height: 133px;
  padding-bottom: 0px;
  overflow-y: scroll;
  width: 231px;
  margin-left: 39px;
}

.newsletterp  .input-area p {
  width: 285px;
} 

.newsletterp .input-block .blank {
	width: 231px;
	height: 27px;
	border: 1px solid #969696;
}

.newsletterp .input-block select {
	width: 139px;
	height: 22px;
}

.newsletterp .check-box {
	padding-left: 38px;
	font-size: 13px;
  padding-top: 25px;
}

.newsletterp .btns {
	padding-top: 23px;
	padding-bottom: 17px;
	width: 220px;
	margin:0 auto;
}

.newsletterp .btns .reset-btn {
	float: left;
	background: url("images/en/aboutus/reset_btn.png") no-repeat scroll center bottom transparent;
	width: 93px;
	height: 30px;
	border: 0 none;
	text-indent: -5000px;
}

.newsletterp .btns .send-btn {
	float: right;
	background: url("images/en/aboutus/send_btn.png") no-repeat scroll center bottom transparent;
	width: 93px;
	height: 30px;
	border: 0 none;
	text-indent: -5000px;
}

.newsletterp .bottom {
	background: url("images/aboutus/bottom.png") no-repeat scroll center bottom transparent;
	width: 337px;
	height: 11px;
	
	_position: relative;
	_top: -5px;
}


/* END about us */

/* franchise */

.franchisep  .nopadding {
	padding-top: 0px !important;
}

.franchisep #page{
	width: 966px;
	padding-bottom: 30px;
	
	_height: 830px;
}

.franchisep .title {
   background: url("images/en/franchise/title.png") no-repeat scroll center top transparent;
}

.franchisep  .content {
   background: url(images/franchise/bg_pic.png) no-repeat right top;
   width: 966px;
}

.formp .content {
	background: none;
}

.franchisep  .content p{
	width: 650px;
	margin: 0 auto;
}

.franchisep  .content .text a {
	color: #0E1C23;
	text-decoration: none;
}


.franchisep .form-btn {
	padding-top: 16px;
}

.franchisep .form-btn  a {
	background: url("images/en/franchise/form_btn.png") no-repeat scroll center bottom transparent;
	width: 202px;
	height: 50px;
	text-indent: -5000px;
	display: block;
}


.formp .form {
	width: 713px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.formp .form  input {
	border: 1px solid #787878;
}

.formp .titles {
	border-bottom: 3px solid #e71d35;
	text-indent: -5000px;
	padding-bottom: 5px;
	
	*padding-bottom: 10px;
}

.formp .point {
	color: #ff0000;
	padding-left: 5px;
}

.formp .radios {
	padding-top: 7px;
	font-size: 13px;
}

.formp .post {
	padding-top: 0px;
	
	padding-top: 13px \9;
}

.formp .radios input {
	position: relative;
	top: 2px;
	
	border: 0px \9;
	top: 0px \9;
	_top: -2px;
}

.formp .block {
	width: 353px;
}

.formp .block .name {
	width: 110px;
	float: left;
	padding-left: 15px;
	
	font-size: 13px;
}

.formp  .iep1 {
	margin-top:  0px \9;
	*margin-top:  0px;
	_margin-top:  0px;
}

.formp  .iep2 {
	margin-top:  0px \9;
	*margin-top:  0px;
	_margin-top:  0px;
}

.formp  .iep3 {
	margin-top: -14px \9;
}

.formp  .iep4 {
	margin-top:  0px \9;
	*margin-top:  0px;
	_margin-top:  0px;
}

.formp  .iep5 {
	margin-top:  0px \9;
	*margin-top:  0px;
	_margin-top:  0px;
}

.formp  .iep6 {
	margin-top:  0px \9;
	*margin-top:  0px;
	_margin-top:  0px;
}

.formp .ie-name {
	padding-top: 0px \9;
	margin-top:  -5px \9;
}

.formp .ie-quest .name {
	margin-top:  -10px \9;
}



.formp .block .input {
	width: 225px;
	float: right;
	
	font-size: 13px;
}

.formp .upcase {
	vertical-align: super;
	font-size: 10px;
}

.formp .downcase {
	font-size: 10px;
}

.formp .color-block {
	width: 713px;
	padding-bottom: 6px;
    padding-left: 12px;
    padding-top: 6px;
	background-color: #dddbdb;
}

.formp .left-right {
	width: 713px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.formp .left-right .left {
	float: left;
	width: 353px;
}

.formp .left-right .right {
	float: left;
	width: 353px;
	padding-top: 48px;
}

.formp .part {
	padding-top: 20px;
	padding-bottom: 20px;
}

.formp .blocks {
	padding-top: 7px;
	display: block;
	height: 18px;
	width: 100px;
}

.formp .phones .name {
	padding-top: 0px !important;
}

.formp .caddress .name {
	padding-top: 0px !important;
}

.formp .email {
	margin-top: -5px !important;
}

.formp  .block4 {
	width: 365px !important;
	padding-bottom: 15px;
}

.formp  .block4 .input {
	width: 235px !important;
}


.formp .part  .name {
	padding-top: 4px;
	
	padding-top: 7px \9;
}

.formp .form-table {
	padding-top: 20px;
}

.formp .form-table th{
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	height: 35px;
}

.formp .form-table tr {
	height: 35px;
}

.formp .p1 .titles {
	padding-bottom: 22px;
	background: url("images/en/franchise/letter1.png") no-repeat scroll 15px 1px transparent;

}

.formp .p1 .t1 {
	width: 200px;
	height: 26px;
}

.formp .p1 .t2 {
	width: 63px;
	height: 26px;
}

.formp .p2 .titles {
	background: url("images/en/franchise/letter2.png") no-repeat scroll 15px 1px transparent;
}

.formp .p2 .c1 {
	width: 102px;
}

.formp .p2 .c2 {
	width: 200px;
	padding-left: 3px;
    padding-right: 3px;
}

.formp .p2 .c3 {
	width: 200px;
}

.formp .p2 .c4 {
	width: 80px;
	width: 70px \9;
}

.formp .p2 .c5 {
	width: 102px;
	padding-left: 3px;
    padding-right: 3px;
}

.formp .p2  .t1 {
	width: 102px;
	height: 26px;
	margin-left: 3px;
    margin-right: 3px;
	
	margin-left: 1px \9;
    margin-right: 1px \9;
}

.formp .p2  .t2 {
	width: 200px;
	height: 26px;
	margin-left: 3px;
    margin-right: 3px;
	
	margin-left: 1px \9;
    margin-right: 1px \9;
}

.formp .p2  .t3 {
	width: 80px;
	height: 26px;
	
	width: 70px \9;
}

.formp .p3 td {
	font-size: 13px;
}

.formp .p3 .form-table {
	padding-top: 0px;
}

.formp .p3 .right {
	padding-top: 54px;
}

.formp .p3 .titles {
	background: url("images/en/franchise/letter3.png") no-repeat scroll 15px 1px transparent;
}

.formp .p3 .t1 {
	width: 200px;
	height: 26px;
}

.formp .p3 .name {
	width: 116px;
	padding-left: 12px;
}

.formp .p3  .input2 {
	padding-top: 9px;
}

.formp .p3 .c1 {
	width: 105px;
}

.formp .p3 .c2 {
	width: 290px;
}

.formp .p3 .c3 {
	width: 80px;
}

.formp .p3 .c4 {
	width: 80px;
}

.formp .p3 .c5 {
	width: 135px;
	padding-right: 27px;
}

.formp .p3 .tt1 {
	width: 104px;
	height: 25px;
	margin-left: 2px;
    margin-right: 2px;
	
	width: 100px \9;
	margin-left: 1px \9;
    margin-right: 1px \9;
}

.formp .p3 .tt2 {
	width: 290px;
	height: 25px;
	margin-left: 2px;
    margin-right: 2px;
}

.formp .p3 .tt3 {
	width: 80px;
	height: 25px;
	margin-left: 1px;
    margin-right: 1px;
}

.formp .p3 .sp {
	position: relative;
	top: -1px;
}

.formp .p3 label {
	padding-left: 3px;
	padding-right: 3px;
	cursor: auto !important;
	
	padding: 0px \9;
}

.formp .p3 .c6 {
	width: 280px;
	
	width: 270px \9;
}

.formp .p3 .c7 {
	width: 90px;
}

.formp .p3 .c7  span {
	padding-right: 0px;
	
	margin-left: -20px;
}

.formp .p3 .c8 {
	width: 101px;
}

.formp .p3 .c8  span {
	padding-right: 27px;
}

.formp .p3 .c9 {
	width: 160px;
	width: 165px \9;
}

.formp .p3 .c9  span {
	padding-right: 0px;
	margin-left: -18px;
}

.formp .p3 .c10 {
	width: 75px;
}

.formp .p3 .c10  span {
	padding-right: 6px;
}

.formp .p3 .tt4 {
	width: 250px;
	height: 25px;
	
	width: 240px \9;
}

.formp .p3 .tt5 {
	width: 70px;
	height: 25px;
}

.formp .p3 .tt6 {
	width: 55px;
	height: 25px;
}

.formp .p4 {
	padding-top: 0px;
}

.formp .p4 .left {
	margin-top: -5px \9;
}

.formp .p4 .right {
	margin-top: -2px \9;
}

.formp .p4 .rad {
	padding-top: 10px \9;
}

.formp .p4 .rad .name {
	padding-top: 0px;
}

.formp .p4  .block2 {
	padding-top: 19px;
}

.formp .p4  .block3 {
	padding-top: 8px \9;
	
	
}

.formp .p4 .block-move {
	margin-top: -4px;
	
	margin-top: 0px \9;
	
}

.formp .p4 .block-move label {
	padding-top: 5px;
	
	position: relative \9;
	top: 5px \9;
	_top: 0px;
	*top: 0px;
}

.formp .p4 .titles {
	background: url("images/en/franchise/letter4.png") no-repeat scroll 15px 1px transparent;
}

.formp .p4 .left-right {
	padding-bottom: 0px;
}

.formp .p4 .right {
	padding-top: 0px;
}

.formp .p4  .yes-no {
	padding-top: 6px !important;
}

.formp .p4  .yes-no span {
	padding-right: 13px;
}

.formp .p4 .radios {
	padding-top: 0px;
}

.formp .p4 label {
	padding-left: 3px;
	padding-right: 3px;
	cursor: auto !important;
}

.formp .p4 .t1 {
	width: 200px;
	height: 26px;
}

.formp .p4 .t2 {
	width: 52px;
	height: 26px;
}

.formp .p4  .input2 {
	padding-top: 6px;
}

.formp .p4 .text label {
	padding-left: 15px;
	font-size: 13px;
}

.formp .p4 .text  div {
	padding-top: 18px;
}

.formp .p4 textarea {
	width: 713px;
	height: 131px;
	resize: none;
	border: 1px solid #787878;
}

.formp .p4 .point {
	padding-right: 5px;
}

.formp .confirm-cancel {
	width: 220px;
}

.formp .confirm-cancel .confirm {
	float: left;
	background: url("images/en/franchise/confirm_btn.png") no-repeat scroll center bottom transparent;
	width: 93px;
	height: 31px;
	text-indent: -5000px;
	border: 0 none;
}

.formp .confirm-cancel .cancel {
	float: right;
	background: url("images/en/franchise/cancel_btn.png") no-repeat scroll center bottom transparent;
	width: 93px;
	height: 31px;
	text-indent: -5000px;
	border: 0 none;
}

/* END about us */

/* inner */

.content .cata-detail {
	width: 966px;
	background: url(images/inner/bg.png) repeat-y center top;
	display: block;
	
}

.cata {
	float: left;
	width: 201px;
	padding-top: 40px;
}

.cata-top {
	background: url(images/inner/cata_top.png) no-repeat center top;
	width: 201px;
	height: 13px;
}


.cata-mid {
	background: url(images/inner/cata_mid.png) repeat-y center top;
	width: 201px;
	height: 307px;
	/* ie6 */
	_margin-top: -4px;
}

.positionreset {
    left: 0;
    position: relative;
    top: 0;
}

#scrollview {
    height: 290px;
    overflow: hidden;
    padding-right: 26px;
	_padding-right: 0px;
    position: relative;
}

#scrollbar {
    background: none repeat scroll 0 0 #000000;
    height: 290px;
    position: absolute;
	left: 182px;
    top: 10px;
    width: 12px;
	display:none;
}

#scrollbody {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
	height: 60px;
	cursor:pointer;
}
#scrollbodyColor {
    background: none repeat scroll 0 0 #818181;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
	height: 60px;
}

.cata-mid ul {
	top: 0px;
position: absolute;
	margin: 0 auto;
	width: 201px;
	padding-left: 0px;
}

.cata-mid ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 181px;
	background: url(images/inner/cata_line.png) no-repeat center bottom ;
}

.cata-mid ul li a {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

.cata-mid .line {
	width: 171px;
	padding-left: 30px;
}

.cata-mid .this {
	background: url(images/inner/cover.png) repeat-y left top ;
	padding-bottom: 10px;
    padding-top: 10px;
	width: 146px;
}

.cata-bottom {
	background: url(images/inner/cata_bottom.png) no-repeat center top;
	width: 201px;
	height: 13px;
}

.detail {
	float: right;
	padding-right: 28px;
    width: 713px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.newsd2p .detail {
	float: right;
	padding-right: 28px;
    width: 713px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.detail .banner{
	text-align: center;
	width: 713px;
	padding-top: 0px !important;
}

.detail .text {
	width: 713px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.detail .text p {
	width: 650px;
	font-size: 13px;
	line-height: 20px;
	color: #0e1c23;
	text-align: justify;
  /*
	text-indent: 30px; 
  */
	margin:0 auto;
}

/* end inner */

.preview-tag {
	background: #ff9900;
	width: 100%;
	text-align: center;
}


.scrolling {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;		
}
#viewDetail {
	position:relative;	
}
#scrollview2 {
	position:relative;height:611px;overflow:hidden;
	
}
#addrbox2 {
	position:absolute;left:0;top:0;
}
#scrollbar2 {
	height:611px;
	position:absolute;
	right:28px;
	top:0;
	width: 12px;
	height: 651px;
	background: none repeat scroll 0 0 black;
	display:none;
}
#scrollbar2 .positionreset {
	left: 0;
	position: relative;
	top: 0;
}
#scrollbody2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 260px;
	cursor:pointer;
}
#scrollbody2Color {
	background: none repeat scroll 0 0 #818181;
	width: 12px;
	height: 260px;
}
.newslistp  .newslist .content .select {
	width: 966px;
	height: 57px;
	background: url(images/news/list/select_bg.png) no-repeat center top;
}
.aboutusp .content .select {
	width: 966px;
	height: 57px;
	background: url(images/news/list/select_bg.png) no-repeat center top;
}
.franchisep .content .select {
	width: 966px;
	height: 57px;
	background: url(images/news/list/select_bg.png) no-repeat center top;
}

#html5-banner {
	z-index: 3;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.html5-nav {
	height: 100%;
	width: 150px;
	display: block;
	position: relative;
	z-index: 4;
}
.html5-nav.left {
	float: left;
	background: url(images/html5/dirLeft.png) no-repeat center center;
}
.html5-nav.right {
	float: right;
	background: url(images/html5/dirRight.png) no-repeat center center;
}
#html5-banner .icons {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 200px;
	height: 300px !important;
	z-index: 3;
}
#html5-banner .icons a.popMC {
	position: relative;
	display: block;
	opacity: 0.8;
	margin-right: 46px;
	width: 204px;
	height: 204px;
	float: left;
	-webkit-transition: -webkit-transform 1s ease 0s;
	transition: transform 1s ease 0s;
}
#html5-banner .icons a.popMC:nth-child(even) {
	top: 50px;
}
#html5-banner .icons a.popMC img {
	position: absolute;
	top: 0;
	left; 0;
	z-index: 3;
	-webkit-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
}
#html5-banner .icons a.popMC span.popMC-bg {
	position: absolute;
	z-index: 2;
	background: center center;
	background-size: cover;
	display: block;
	width: 196px;
	height: 196px;
	margin: 4px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	-webkit-transition: all 1s ease 0s;
	-webkit-transition-property: -webkit-transform height width;
	transition: all 1s ease 0s;
	transition-property: -webkit-transform height width;
}

#html5-banner .icons a.popMC.moveLeft:nth-child(odd) {
	-webkit-transform: translate(-140px,0px);
}
#html5-banner .icons a.popMC.moveLeft:nth-child(even) {
	-webkit-transform: translate(-140px,50px);
}
#html5-banner .icons a.popMC.moveRight:nth-child(odd) {
	-webkit-transform: translate(140px,0px);
}
#html5-banner .icons a.popMC.moveRight:nth-child(even) {
	-webkit-transform: translate(140px,50px);
}

#html5-banner .icons a.popMC.moveLeftDown:nth-child(odd) {
	-webkit-transform: translate(-140px,-50px);
}
#html5-banner .icons a.popMC.moveLeftDown:nth-child(even) {
	-webkit-transform: translate(-140px,0px);
}
#html5-banner .icons a.popMC.moveRightDown:nth-child(odd) {
	-webkit-transform: translate(140px,-50px);
}
#html5-banner .icons a.popMC.moveRightDown:nth-child(even) {
	-webkit-transform: translate(140px,0px);
}