*{
	margin: 0;
	padding:0;
}
body{
	width: 1002px;
	margin:0 auto;
	background: #000;
        font-size:  12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFF;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
        color: #FFF;
}
img{
	border: 0;
}
.c{
	clear: both;
}
input{
            color: #FFF;
}

/* 页眉
----------------------------------*/
#header{
	height: 96px;
	background: url(../image/header-bg.gif) 0 0 no-repeat;
}
#logo{
	width: 300px;
	height: 56px;
	padding: 12px 0 0 24px;
	float: left;
}
.header-right{
	float: right;
	margin: 8px -3px 0 0;
}
.header-right .header-nav a{
	margin: 0 8px;
	font-size: 11px;
}
.header-right .header-nav a.japan-version{
	margin: 0 14px 0 44px;
}
.header-right .header-nav a.japan-version img{
	margin: 0 0 -3px 5px;
}
.header-right .header-nav a:hover{
	text-decoration: underline;
}
.header-right .header-tip{
	margin: 30px 0 0 88px;
}

/* 图片切换
----------------------------------*/
#slider{
	width: 100%;
	margin: 10px 0;
}
#slider span{
	float: left;
}
#slider .slider-left{
	margin: 100px 12px 0 17px;
	width: 21px;
	height: 35px;
}
#slider .slider-list a img{
	width: 900px;
	height: 250px;
}
#slider .slider-right{
	margin: 100px 12px 0 10px;
	width: 21px;
	height: 35px;
}

#index-content{
	padding: 11px 21px 0 17px;
	clear: both;
}

/* 加盟情报
----------------------------------*/
.index-join-in-info{
	border: 1px #7f7f7f solid;
	width: 334px;
	height: 500px;
	background: #272727;
	float: left;
}
.index-join-in-info .index-join-in-header{
	background: url(../image/join-in-header.gif) 0 0 no-repeat;
	height: 41px;
}
.index-join-in-info .index-join-in-header h2{
	float: left;
	font-size: 14px;
	font-weight: bold;
	font-family: "宋体";
	letter-spacing: 3px;
	margin: 11px 0 0 50px;
}
.index-join-in-info .index-join-in-header .more a{
	float: right;
	font-size: 12px;
	font-weight: bold;
	font-family: "宋体";
	margin: 10px 26px 0;
}
#index-join-in-slider{
	margin: 16px 0 10px;
	height: 180px;
	overflow: hidden;
}
#index-join-in-slider span{
	float: left;
}
#index-join-in-slider .index-join-in-slider-left{
	margin: 70px 15px 0 17px;
}
#index-join-in-slider .index-join-in-slider-list a img{
	width: 240px;
	height: 180px;
}
#index-join-in-slider .index-join-in-slider-right{
	margin: 70px 17px 0 15px;
}
.index-join-in-info .index-join-in-photo div{
	width: 231px;
	margin: 0 auto;
}
.index-join-in-info .index-join-in-list{
	margin: 0 20px;
}
.index-join-in-info .index-join-in-list ul li{
	padding: 8px 0 8px 15px;
	border-bottom: 1px solid #4e4e4e;
	background: url(../image/join-in-icon.gif) 2px center no-repeat;
}
.index-join-in-info .index-join-in-list ul li span{
	float: right;
}
.index-join-in-info .index-join-in-list ul li a:hover{
	color: #fbb100;
}
.index-join-in-info .index-join-in-link{
	margin: 14px auto 0 auto;
	width: 289px;
}

/* 右边内容
----------------------------------*/
#index-content-right{
	margin-left: 27px;
	height: 502px;
	overflow: hidden;
	float: left;
}
#index-content-right .new-product{
	height: 350px;
	overflow: hidden;
}
#index-content-right .new-product h2{
	height: 30px;
}
#index-content-right .new-product ul li{
	height: 158px;
}
#index-content-right .new-product ul li.first{
	border-bottom: 1px solid #555555;
}
#index-content-right .new-product ul li .product-photo{
	float: left;
	padding: 0 3px;
}
#index-content-right .new-product ul li .product-photo img{
	width: 270px;
	height: 135px;
	padding-top: 6px;
}
#index-content-right .new-product ul li .index-product-content{
	width: 315px;
	float: left;
}
#index-content-right .new-product ul li .index-product-content h3{
	margin: 22px 0 0 7px;
}
#index-content-right .new-product ul li .index-product-content h3 a{
	color: #ffc000;
	font-size: 14px;	
}
#index-content-right .new-product ul li .index-product-content p{
	width: 290px;
	margin: 10px 0 0 7px;
	line-height: 18px;
	clear: both;
}
#index-content-right .new-product ul li .index-product-content a.more{
	float: right;
	margin-top: 6px;
}
#index-content-right .index-link a.index-link-magin{
	margin-left: 10px;
}

/* 页脚
----------------------------------*/
#footer{
	background: url(../image/footer-bg.gif) center 57px no-repeat;
	margin: 40px 0 0;
	height: 60px;
}
#footer p{
	text-align: center;
	line-height: 20px;
}


/* 内容页
----------------------------------*/
.content-bg{
	width: 1002px;
	height: 78px;
	background: url(../image/content-bg.gif) 0 0 no-repeat;
}
#left-nav{
	float: left;
}
#left-nav .left-nav-top{
	height: 44px;
	width: 220px;
}
#left-nav ul{
	width: 220px;
	margin-top: -3px; /* why? */
}
#left-nav ul li{
	background:#333 url(../image/left-nav-list-bg.gif) 174px 18px no-repeat;
	width: 220px;
	height: 42px;
	border-bottom: 1px #7d7d7d solid;
	text-align: right;
}
#left-nav ul li:hover,
#left-nav ul li.active,
#left-nav ul li.hover{
	background: url(../image/left-nav-list-bg-hover.gif) 0 0 no-repeat;
}
#left-nav ul li a{
	font-size: 14px;
	font-weight: bold;
        display: block;
	padding: 11px 54px 14px ;

	display: inline-block;
}
#left-nav .left-nav-bottom{
	width: 220px;
	height: 390px;
	background: url(../image/left-nav-bottom-bg.gif) 0 0 no-repeat;
	display: block;
}

#article-main{
	margin: 0 0 0 253px;
}
.main-guide{
	font-size: 14px;
	height: 42px;
	padding: 2px 0 0 20px;
}
.main-guide a{
	font-size: 14px;
	margin: 0 10px;
}
.main-guide a:hover{
    color: red;
    text-decoration: underline;
}
.article-box{
	width: 718px;
}
.article-top{
	background: url(../image/article-top.gif) 0 0 no-repeat;
	height: 8px;
}
.article-content{
	border-left: 1px #b8b8b8 solid;
	border-right: 1px #b8b8b8 solid;
	background: #313131;
}
.article-content h2{
	text-align: center;
	color: #fff000;
	font-size: 16px;
	font-weight: normal;
	padding: 27px 0 0;
}
.article-content .title-tip{
	padding: 15px 0 0;
	text-align: center;
}
.article-content .title-tip span{
	font-size: 14px;
}
.article-content .title-tip .font-size{
}
.article-content .title-tip .font-size a{
	margin: 0 4px;
}
.article-content .title-tip .font-size #font14{
	font-size: 14px;
}
.article-content .title-tip .font-size #font16{
	font-size: 16px;
}
.article-content .article-line{
	background: url(../image/article-line.gif) 0 0 no-repeat;
	width: 716px;
	height: 1px;
	margin: 22px 0 0;
}
#article-content{
	padding: 20px 30px;
}
#article-content,
#article-content p{
	font-size: 14px;
	line-height: 18px;
}
.article-content .article-operation{
	padding-bottom: 8px;
        margin-left: 248px;
}
.article-content .article-operation a{
	margin-right: 25px;
}
.article-bottom{
	background: url(../image/article-bottom.gif) 0 0 no-repeat;
	height: 9px;
}

#product-nav{
	margin: 0 0 0  15px;
}
/* 产品右上角搜索框
----------------------------------*/
#product-search{
	float: right;
	margin: -10px 54px 0 ;
}
#product-search #product-search-input{
	background:url(../image/product-search-input.gif) 0 0 no-repeat;
	border: none;
	width: 208px;
	height: 26px;
        font-size: 14px;
        margin-top: 1px;
        padding-left: 9px;
        line-height: 26px;
}
#product-search #product-search-button{
	background: url(../image/product-search-button.gif) 0 0 no-repeat;
	border: none;
	width: 51px;
	height: 26px;
	margin: 0 0 0 -4px;
}
.tipped{
	color: #767676;
}
		
/* 产品列表
----------------------------------*/
#product-list ul li{
	width: 170px;
	height: 212px;
	background: url(../image/product-bg.gif) 0 0 no-repeat;
	float: left;
	margin: 0 11px 15px 0;
}
#product-list ul li.hover{
	background: url(../image/product-bg-hover.gif) 0 0 no-repeat;
}
#product-list ul li a{
	margin: 12px 12px 8px 12px;
	display: block;
}
#product-list ul li a img{
	width: 143px;
	height: 126px;
}
#product-list ul li p{
	text-align: center;
	margin: 0 12px 0 12px;
	height: 43px;
}
#product-list ul li p a{
	font-size: 14px;
	margin: 0;
}
#product-list ul li span img.new{
	height: 11px;
	width: 51px;
	margin: 0 0 0 26px;
	float: left;
}
#product-list ul li span img.hot{
	height: 11px;
	width: 49px;
	margin: 0 26px 0 0;
	float: right;
}
/* 产品列表分页
----------------------------------*/
#product-page{
	clear: both;
	float: right;
	margin-right: 40px;
}
#product-page a{
	font-size: 14px;
	margin: 0 10px;
	font-family: "宋体";
}
#product-page span{
	font-size: 14px;
	margin-left: 20px;
	font-family: "宋体";
}
#product-page span a{
	margin: 0 3px;
}
#product-page a:hover,
#product-page a.product-now-page{
	color: #F00;
	text-decoration: underline;
}
/* 产品二级列表
----------------------------------*/
#product-list-2{
	margin: 30px 0 0 0;
}
#product-list-2 ul li{
	float: left;
	width: 229px;
	height: 284px;
	margin-right: 16px;
}
/* 产品
----------------------------------*/
.product-box{
	width: 736px;
}
.product-top{
	background: url(../image/product-top.gif) 0 0 no-repeat;
	height: 9px;
}
.product-bottom{
	background: url(../image/product-bottom.gif) 0 0 no-repeat;
	height: 9px;
}
.product-content{
	border-left: 1px #a3a3a3 solid;
	border-right: 1px #a3a3a3 solid;
	background: #404040;
}
.product-content #product-content{
	padding: 45px 35px 0 35px;
}
.product-content #product-content h2{
	font-size: 18px;
	padding-bottom: 30px;
	color: yellow;
	font-weight: normal;
	text-align: left;
	font-family: "宋体";
}
.product-content #product-content .sub-title{
	font-size: 14px;
	color: #fff000;
}
.product-content #product-content .product-image{
	width: 300px;
	height: 250px;
	float: right;
        margin: 10px;
}
.product-content #product-content .product-image img{
	float: right;
}
.product-content .product-operation{
	text-align: center;
	padding: 45px 0 16px;
}
/* 加盟列表
----------------------------------*/
.join-in-link{
	margin-left: 55px;
}
.join-in-link a{
	margin: 0 6px 0;
}
.join-in-list{
	width: 642px;
	margin: 25px 0 0 40px;
}
.join-in-list h2{
	height: 28px;
}
.join-in-list ul{
	margin: 25px 0 0;
}
.join-in-list ul li{
	height: 30px;
	line-height: 30px;
	background: url(../image/join-in-icon-2.gif) 3px 15px no-repeat;
}
.join-in-list ul li span{
	float: right;
	font-size: 14px;
	font-family: "宋体";
	margin: 0 10px 0;
}
.join-in-list ul li a{
	font-size: 14px;
	margin: 0 8px 0 20px;
	padding-left: 10px;
	border-bottom: 1px dotted #636363;
	display: block;
}
.join-in-list ul li a:hover{
	color: #ff0000;
	text-decoration: underline;
}
.join-in-page{
	font-size: 14px;
	margin: 37px 0 0 40px;
	font-family: "宋体";
}
.join-in-page a{
	font-size: 14px;
	font-family: "宋体";
}
.join-in-page a.index{
	margin-left: 30px;
}
.join-in-page a.pre{
	margin-left: 40px;
}
.join-in-page a.next{
	margin-left: 10px;
}
.join-in-page a.last{
	margin-left: 40px;
	margin-right: 23px;
}
.join-in-page a:hover{
	color: #ff0000;
	text-decoration: underline;
}
/* 加盟地图
----------------------------------*/
#join-in-map{
	margin: 0 0 0 67px;
}
#join-in-map img{
	width: 588px;
	height: 486px;
}
#join-in-jump{
	background: url(../image/willson-jump-bg.gif) 0 0 no-repeat;
	width: 641px;
	height: 44px;
	
}
.join-in-jump-map{
	margin: 70px 0 0 42px;
}
#join-in-jump .join-in-map-tip{
	margin: 0 0 0 32px;
	font-size: 14px;
	line-height: 44px;
	float: left;
}
#join-in-jump select{
	color: #000;
	width: 256px;
	margin: 13px 0 0 25px;
	float: left;
}
#join-in-jump select option{
	color: #000;
}
#join-in-jump a img{
	width: 123px;
	height: 27px;
	margin: 8px 0 0 10px;
	float: left;
	
}
/* 加盟内容
----------------------------------*/
.join-in-jump-content{
	margin: 0 0 0 42px;
}
#join-in-content h2{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 35px 0 0;
        color: yellow;
}
#join-in-content .join-in-content-line{
	background: #5d5d5d;
	height: 1px;
	display: block;
	margin: 20px 0 0 42px;
	width: 644px;
}
#join-in-content .join-in-content-content{
	margin: 15px 40px 0 52px;
	font-size: 14px;
	line-height: 18px;
}
#join-in-content .join-in-content-content p{
	font-size: 14px;
	line-height: 18px;
}
#join-in-content-list{
	margin: 50px 0 0 42px;
}
#join-in-content-list ul{
	margin: 21px 0 0;
}
#join-in-content-list ul li{
	height: 30px;
	line-height: 30px;
	background: url(../image/join-in-icon-2.gif) 3px 15px no-repeat;
	width: 640px;
}
#join-in-content-list ul li span{
	float: right;
	font-size: 14px;
	font-family: "宋体";
	margin: 0 10px 0;
}
#join-in-content-list ul li a{
	font-size: 14px;
	margin: 0 8px 0 20px;

	display: block;
}
#join-in-content-list ul li a:hover{
	color: #ff0000;
	text-decoration: underline;
}

#video-list ul li{
	width: 170px;
	height: 192px;
	background: url(../image/video-bg.gif) 0 0 no-repeat;
	float: left;
	margin: 0 11px 15px 0;
}
#video-list ul li.hover{
	background: url(../image/video-bg-hover.gif) 0 0 no-repeat;
}
#video-list ul li a.img{
	margin: 12px 12px 12px 12px;
	display: block;
}
#video-list ul li a img{
	width: 143px;
	height: 126px;
}
#video-list ul li p{
	text-align: center;
	margin: 0 12px 0 12px;
	height: 43px;
}
#product-list ul li p a{
	font-size: 14px;
        display:  block;
}
/* 导航栏
----------------------------------*/
#nav{
	clear: both;
	height:44px;
	background: url(../image/nav-bg.gif) 0 0 no-repeat;
	z-index: 999;
}
#nav .brand-new{
	position: relative;
	top: -5px;
	left: -200px;
}
#nav .nav-tip{
	margin: 15px 13px 0 0;
	float: right;
}
#nav ul{
	margin-left: 28px;
}