﻿/* 基本样式 */
body, ul, li, img, h1, h2, h3, h4, h5, h6, form, ol {
  padding: 0;
  margin: 0;
  border: 0;
}

.lw_username {width:145px; height:22px;background:#e8e8e8; border:1px solid #ccc;line-height:22px;}
.lw_sex {height:25px; background:#e8e8e8;}
.lw_tel {width:205px; height:22px;background:#e8e8e8; border:1px solid #ccc;line-height:22px;}
.lw_email {width:205px; height:22px;background:#e8e8e8; border:1px solid #ccc;line-height:22px;}
.lw_address {width:205px; height:22px;background:#e8e8e8; border:1px solid #ccc;line-height:22px;}
.lw_content {width:430px; height:138px; background:#e8e8e8;border:1px solid #ccc;line-height:25px;}
.lw_submit {background-image:url("images/tj_btn.jpg"); width:134px; height: 32px; border: 0px none;}
.lw_reset {width:134px; height:32px; }
dl, dt, dd {
  padding: 0;
  margin: 0;
  list-style: none;
}

.leaveword
{
	font-size: 14px;
	margin: 10px 0 50px 200px;
	width: 100%;
}

ul {
  list-style: none;
}

.leaveword_title{ 
	text-align:center; 
	font-size:24px; 
	color:black;
    width: 100%;
	text-align: left;
	margin: 10px 0 30px 100px;
}


#liuyan {
overflow: visible;
background: url(images/lybj.png) 7px -8px no-repeat;
width: 600px;
height: auto;
margin:0 auto;
	
}

body {
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  color: #333333;
  line-height: 20px;
  border-collapse: collapse;
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  font-family: Microsoft Yahei,STHeiti,SimHei,"微软雅黑";
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

a.hover {
  text-decoration: underline;
}

/* 清除前面的样式 */
.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
}

/* 整体效果 */
#bodyblock {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	overflow: hidden;
}



.UnitBlock {
	/* 板块的通用样式 flag:inuse
	外面套 板块名称 里面套 unitblock */
    width: 1200px;
    margin: 0 auto;
}


#Header {
	/*网站头部 flag:inuse*/
    position: fixed;
    left: 0;
    top: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 120px;
    z-index: 38;
    background: #fe8301;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right:auto;
	background: url("images/common_header_bg2.png") bottom repeat-x;
}

.HeaderLogo {
	/*header板块 的LOGO flag:inuse*/
    position:relative;
    top: 0;
	margin: 0px 0 0 5px;
	float: left;
	padding: 0;
}


.Menu {
	/*菜单 栏目列表区域 flag:inuse*/
    margin:25px 0 0 4px;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    padding:0;
	float:right;
	display:block;
	
}

/*mbj暂时未用*/
#Header .Menu .mbj {
  width: 80px;
  height: 4px;
  background: #c0291d;
  position: absolute;
  left: 8px;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	background-color: antiquewhite;
}

.Menu ul li{
  line-height: 20px;
  float:left;
  width: 105px; /*105px 120*/
  margin: 0 0 0 0;
  height: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}


/*菜单栏 鼠标移动上去的效果*/
.Menu ul li:hover {
    /*border-bottom: 1px solid white;*/
	margin-top:-3px;
	color:white;
	background:url("") center bottom no-repeat;
	height: 33px;
	text-align: center;
}


.Menu ul li a {
 	display: block;
    line-height: 25px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 0px;
	margin: 0px 5px 8px 0;
}

.Menu ul li .subnav {
  top: 56px;
}


.Menu ul li a:hover {
    color:#fff000;
}

/*no use*/
#Header .Menu ul li:hover .subnav {
  display: block;
	height: 25px;
}

.Menu ul li a.on {
  /*border-bottom: 1px solid #83d6d0;*/
	background-image:url("");
	height: 25px;
	margin: 0px 5px 8px 0;
	font-size: 100px;
}

.Menu ul li .subnav {
  position: absolute;
  width: 125px;
  left: -20px;
  top: 68px;
  background: url() center top no-repeat;
  padding: 20px 0px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.Menu ul li .subnav a {
  line-height: 40px;
  height: 40px;
	
}


	

#rightlyname {
	margin: 13px 13px 0 44px;
	float: left;
}

#rightlysex{
	margin: 10px 0 0 0;
	float: left;
	color: #FFFFFF;
}

#rightlytel {
		margin: 10px 0 0 44px;
	float: left;
}

#rightlycontent {
		margin: 10px 0 0 44px;
	float: left;
}

#rightlysubmit {
		margin: 10px 0 0 44px;
	float: left;
}

#lyname {
	height: 30px;
	width: 194px;
}

#lysex {
	height: 30px;
	width: 50px;
	padding: 0 0 0 8px;
	background-color: #19d3c5;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
}

#lytel{
	height: 30px;
	width: 264px
}

#lycontent {
	height: 50px;
	width: 264px
}

#lysubmit {
	height: 30px;
	width: 264px;
	text-align: center;
	background-color:#19d3c5;

}

.form_input
{		
	box-sizing: border-box;
  text-align:left;
  font-size:14px;
  height:37px;
  color:#000000;
  -web-kit-appearance:none;
  -moz-appearance: none;
  display:block;
  outline:0;
  padding:0 1em;
  text-decoration:none;
}

#IndexSlider {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 732px;
  margin: 111px 0 0 0;
	background-color: #f3f6f8;
}

#IndexSliderPc {
	display: block;
  	height: 732px;
	width: 1920px;
 	position: absolute;
  	top: 0;
  	left: 50%;
  	margin-left: -960px;
  	overflow: hidden;
}

#IndexSliderMobile {
	display: none;
}

#IndexSliderPc ul li.on img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#IndexSliderPc ul li img {
  display: block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 4s;
  transition: all 4s;
}

.IndexSliderCopy {
	bottom: 60px;
  	position: absolute;
  	z-index: 30;
  	width: 500px;
  	left: 50%;
  	bottom: 60px;
  	margin-left: -250px;
  	text-align: left;
  	text-align: center;
}

 .IndexSliderCopy li {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0px 10px;
  overflow: hidden;
  text-indent: -99999px;
  transition: all .3s;
  -webkit-transition: all .3s;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

 .IndexSliderCopy li.on {
  background: #19d3c5;
}





#liuyan {
  overflow: visible;
  width: 600px;
  float: left;
  margin-left: 40px;
}

#liuyan h1 {
  font-size: 26px;
  line-height: 60px;
  font-weight: normal;
  color: #c0291d;
}

.lytxt {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-bottom: 20px;
}

.txt8 span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  color: #a9a9a9;
}

.lyright {
  width: 800px;
  float: right;
}

.lybox {
  width: 800px;
  overflow: hidden;
  float: left;
  display: inline;
  margin-left: 30px;
}

.lypic {
  width: 315px;
  float: left;
}



#pc_ver {
	/*display: block;*/
}


#m_ver {
	display: none;
}


.info_block {
		
	width: 1200px;
	height: auto;
	text-align: left;
	font-size: 22px;
	display: inline-block;
	color: #363636;
}

.info_title {
	font-size: 26px;
	line-height: 53px;
	color: #9b933f;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0 ;
}

.info_text {
	float: left;
	line-height: 49px;
	font-size: 20px;
	font-weight: lighter;
}

.info_text img {
	width: 100%;
	margin: 20px 0 20px 0;
}



.leaveword_bg {
	background: url("images/leaveword_pc_bg.jpg");
	width: 1190px;
	height: 544px;
}

.LeavewordGroup {
	background: url("images/leaveword_pc_bg.jpg");
	width: 1190px;
	height: 544px;
}







.HeaderPhone {
	/*header板块 电话*/
	margin: 15px 0 0 0;
	width: 970px;
	text-align: right;
	font-size: 19px;
	font-weight: bold;
	color: white;
	float: left;
	display: none;
}

.IndexBrand {
	width: 100%;
	height: 523px;
	background: url("images/index_brand_bg.jpg") center no-repeat;
	
}

.IndexBrandTextArea {
	margin: 55px 0 0 89px;
	text-align: center;
	width: 522px;
	float: left;
}

.IndexBrandText {
	padding: 70px 0 0 0;
	width: 522px;
	display:block;
	font-size: 16px;
	line-height: 33px;
	text-align: left;
}

.IndexBrandText a:hover{
	color: #ff6b80;
}

.IndexBrandMore {
	margin: 45px 0 0 0;
	width: 522px;
	display:block;
	text-align: left;
}

.IndexBrandPhoto {
	float: left;
	margin: 39px 0 0 18px;
}

.IndexGuide {
	background: url("images/index_guide_bg.jpg") no-repeat center;
	height: 483px;
	width: 100%;
	margin: 90px 0 0 0;
}

.IndexGuideText {
	padding: 168px 0 0 520px;
	font-size: 20px;
	color: #d2d0d0;
	line-height: 43px;
}
.IndexGuideText a{
	color: white;
}

.IndexMarket {
	margin: 40px 0 0 0;
}

.IndexMarketArea {
	width: 1170px;
	margin: 0 15px 0 15px;
	background-color: white;
	height: 500px;
}

.IndexMarketPhoto {
	margin: 10px 0 0 20px;
	float: left;
}

.IndexMarketTitle {
	margin: 30px 0 0 64px;
	float: left;
	text-align: left;
	font-size: 27px;
	font-weight: bold;
}
.IndexMarketTitle a:hover , .IndexMarketSubtitle a:hover , .IndexMarketText a:hover , .IndexProductTitle a:hover ,.IndexProductSubtitle a:hover{
	color: #ec6c00;
}

.IndexMarketSubtitle {
	margin: 23px 0 0 64px;
	float: left;
	text-align: left;
	font-size: 29px;
}

.IndexMarketText {
	margin: 19px 0 0 64px;
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	width: 561px;
}

.IndexMarketPoint1 {
	margin: 40px 0 0 55px;
	float: left;
}

.IndexMarketPoint2 {
	margin: 40px 0 0 55px;
	float: left;
}

.IndexMarketPoint3 {
		margin: 40px 0 0 55px;
	float: left;
}

.IndexFeature {
	background-color: #ffffff;
	height: 723px;
	position: relative;
	margin: 0 0 0 0;
	z-index: 0;
}

.IndexFeatureGroup {
	padding: 40px 0 0 0;
}

.IndexFeatureClip {
	float: left;
	width: 370px;
	overflow: hidden;
	text-align: center;
	padding: 0 15px 0 15px;
}

.IndexFeaturePhoto {
	width: 100%;
	text-align: center;
	margin: 18px 0 0 0;
}

.IndexFeatureTitle {
	margin: 37px 0 0 0;
	color: #ff8e50;
	font-weight: bold;
	font-size: 32px;
	width: 100%;
	text-align: center;
}

.IndexFeatureTitle a , .IndexFeatureText a{
	color: white;
}

.IndexFeatureText {
	margin: 19px 0 0 0;
	color: white;
	font-weight: lighter;
	font-size: 16px;
	line-height: 24px;
	width: 240px;
	display: inline-block;
	
}

.IndexProductListArea {
	width: 100%;
	height: auto;
}

.IndexProduct {
	height: auto;
	width: 100%;
	background:url("images/index_product_list_area_bg.jpg") no-repeat center top;
	height:950px;
}

.IndexProductEnglishTitle {
	font-size: 23px;
	font-weight: bold;
	margin: 45px 0 0 0;
	width: 100%;
	text-align: center;
	color: #fe8301;
}

.IndexProductTitle {
	font-size: 33px;
	font-weight: bold;
	padding: 50px 0 0 0;
	width: 100%;
	text-align: center;
	color: black;
}

.IndexProductSubtitle {
		font-size: 33px;
	font-weight: normal;
	margin: 26px 0 0 0;
	width: 100%;
	text-align: center;
	color: black;
}

.IndexProductListGroup {
	margin: 20px 0 0 0;
	font-size: 16px;
	width:1200px;
	text-align: center;
}

.IndexProductClip1 {
	background: url("images/index_product_clip1_bg_normal.jpg") no-repeat center top;
	width: 371px;
	height: 371px;
	display: inline-block;
	margin: 0 12px 24px 12px;
	vertical-align:top;
}

.IndexProductClip2 {
	background: url("images/index_product_clip2_bg_normal.jpg") no-repeat center top;
	width: 371px;
	height: 371px;
	display: inline-block;
	margin: 0 12px 24px 12px;
	vertical-align:top
}

.IndexProductClip3 {
	background: url("images/index_product_clip3_bg_normal.jpg") no-repeat center top;
	width: 371px;
	height: 371px;
	display: inline-block;
	margin: 0 12px 24px 12px;
	vertical-align:top
}

.IndexProductClip4 {
	background: url("images/index_product_clip4_bg_normal.jpg") no-repeat center top;
	width: 371px;
	height: 371px;
	display: inline-block;
	margin: 0 12px 24px 12px;
	vertical-align:top
}

.IndexProductClip5 {
	background: url("images/index_product_clip5_bg_normal.jpg") no-repeat center top;
	width: 371px;
	height: 371px;
	display: inline-block;
	margin: 0 12px 24px 12px;
	vertical-align:top
}

.IndexProductClip6 {
	background: url("images/index_product_clip6_bg_normal.jpg") no-repeat center top;
	width: 371px;
	height: 371px;
	display: inline-block;
	margin: 0 12px 24px 12px;
	vertical-align:top
}

.IndexProductClip7 {
	background: url("images/index_product_clip7_bg_normal.jpg") no-repeat center top;
	width: 170px;
	height: 100px;
	display: inline-block;
}

.IndexProductClip8 {
	background: url("images/index_product_clip8_bg_normal.jpg") no-repeat center top;
	width: 170px;
	height: 100px;
	display: inline-block;
}

.IndexProductClip9 {
	background: url("images/index_product_clip9_bg_normal.jpg") no-repeat center top;
	width: 170px;
	height: 100px;
	display: inline-block;
}

.IndexProductClip10 {
	background: url("images/index_product_clip10_bg_normal.jpg") no-repeat center top;
	width: 170px;
	height: 100px;
	display: inline-block;
}

.IndexProductClip11 {
	background: url("images/index_product_clip11_bg_normal.jpg") no-repeat center top;
	width: 170px;
	height: 100px;
	display: inline-block;
}


.IndexProductClipBg {
	margin: 90px 0 0 74px;
	width: 230px;
	height: 197px;
	background: url("images/index_product_clip_bg_normal.png") no-repeat;
	text-align: center;
}

.IndexProductClipBg1 {
	margin: 90px 0 0 74px;
	width: 230px;
	height: 197px;
	background: url("images/index_product_clip_bg1_normal.png") no-repeat;
	text-align: center;
	color: white;
}

.IndexProductClipBg1 a {
	color: white;
}



.IndexProductClipBg1 a:hover {
	color: red;
	font-weight: normal;
}

.IndexProductClipBg2 {
	margin: 90px 0 0 74px;
	width: 230px;
	height: 197px;
	background: url("images/index_product_clip_bg2_normal.png") no-repeat;
	text-align: center;
	color: white;
}

.IndexProductClipBg2 a {
	color: white;
}



.IndexProductClipBg2 a:hover {
	color: red;
	font-weight: normal;
}





.IndexProductSplit {
	display: inline-block;
	width: 1px;
	overflow: hidden;
	border-left: #aaaaaa 1px solid;
	margin: 30px 0 0 0;
	height: 37px;
}

.IndexProductShow {
	height: auto;
	width: 100%;
	background-color: #eeeeee;
}

.IndexProductShowArea {
	width: 1200px;
	text-align: center;
	padding:81px 0 60px 0;
}

.IndexProductShow2 {
	display: none;
}

.IndexProductShowClip {
	display: inline-block;
	width: 271px;
	height: 330px;
	overflow: hidden;
	margin: 0 0 36px 0;
}

.IndexProductShowSplit {
	display: inline-block;
	width: 30px;
	height: 300px;
}

.IndexNewsList {
	height: auto;
	width: 100%;
}

.IndexNewsTitlePhoto {
	margin: 20px 0 0 0;
	width: 100%;
	text-align: center;
}

.IndexNewsGroup {
	margin: 30px 0 0 0;
	width: 100%;
	text-align: center;
	background-color: #f3f6f8;
	height: auto;
}

.IndexNewsClip {
	width: 360px;
	height: auto;
	display: inline-block;
	
}

.IndexNewsSplit {
		width: 34px;
	height: auto;
	display: inline-block;
}

.IndexNewsDate {
	margin: -40px 0 0 20px;
	font-size: 22px;
	color: white;
	text-align: center;

	line-height: 66px;
	width: 77px;
	height: 66px;
	background-color: #ff8e50;

	position: absolute;
}

.IndexNewsDate a{
	color: #8b8e94;
}

.IndexNewsDate a:hover{
	color: #ec6c00;
}




.IndexNewsTitle {
	margin: 55px 0 0 20px;
	font-size: 18px;
	color: #010101;
	text-align: left;
}

.IndexNewsTitle a:hover , .IndexNewsText a:hover {
	color: #ff6b80;
}

.IndexNewsText {
	margin: 23px 0 0 20px;
	font-size: 16px;
	color: #8b8e94;
	text-align: left;
	width: 317px;
	line-height: 26px;
}

.IndexNewsText a{
	color: #8b8e94;
}

.IndexNewsReadMore {
	margin: 40px 0 62px 20px;
	text-align: left;
}

.CommonRight {
	height: auto;
	width: 100%;
	background: url("images/common_right_bg.jpg") top repeat-x;
	background-color: #ff8e50;
	height: 287px;
	color: white;
}

.CommonRightLogo {
	padding: 25px 0 0 30px;
	float: left;
}

.CommonRightLogo img{
	width: 200px;
}

.CommonRightLinkGroup {
	float: left;
	width: 348px;
}

.CommonRightLinkGroup a {
	width: 67px;
	margin: 0 20px 0 0;
	float: left;
	color: white;
	font-size: 14px;
	line-height: 32px;
}


.CommonRightPhoto {
	margin:25px 0 0 0px;
	float: left;
}

.CommonRightLinkArea {
	margin: 50px 0 0 68px;
	float: left;
	width: 348px;
}

.CommonRightCompanyInfo {
	margin: 55px 0 0 75px;
	float: left;
	width: 259px;
	font-size: 14px;
}
.CommonRightCompanyInfo a{
	color: white;
}

.CommonRightWechatArea {
	float: left;
	margin: 32px 0 0 77px;
}

.CommonRightWechatText {
	margin: 12px 0 0 0;
	width: 122px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.CommonRightLine {
	width: 100%;
	height: 0px;
	overflow: hidden;
	border-bottom: 1px #ffffff solid;
	margin: 245px 0 0 0;
	position: absolute;
}

.CommonRightICPInfo {
	width: 1200px;
	text-align: center;
	color: white;
	padding: 50px 0 0 0;
	float: left;
	font-size: 14px;
}

.CommonRightICPInfo a{
	color: white;
}

.IndexFeatureBg {
	background-color: #fe8301;
	height: 212px;
	position: relative;
	margin: -204px 0 0 0;
	z-index: -1;
}

.HeaderPosition , .MenuNav{
	display: block;
		float: left;
		color: white;
		font-size: 26px;
		font-weight: bold;
		margin: 43px 0 0 14px;
		width: 200px;
	padding: 0 0 0 0;
	height: 100px;
}
.IndexNewsPhoto {
	
}



.CommonRightPhoto {
	
}

.CommonRightICPLine {
	display: none;
}

.SubpageTreeNavLine {
	background: url("images/subpage_tree_nav_line.jpg") no-repeat;
	width: 1200px;
	height: 4px;
	float: left;
	display: none;
}

.SubpageTreeNav {
	width: 100%;
	height: 41px;
	overflow: hidden;
	background: url("images/subpage_tree_nav_bg.jpg") center;
}

.SubpageTreeNavText {
	width: 100%;
	float: left;
	line-height: 14px;
	font-size: 14px;
	color: #898989;
	margin: 7px 0 0 31px;
}

.SubpageTreeNavText a {
	color: #898989;
}

.SubpageInformation {
	padding:73px 0 80px 0 ;
	float: none;
	height: auto;
	font-size: 16px;
	line-height: 34px;
}

.SubpageInforTitle {
	color: black;
	font-size: 35px;
	font-weight:bold;
	width: 100%;
	text-align: center;
}

.SubpageInforSubtitle {
	color: black;
	font-size: 28px;
	font-weight:normal;
	width: 100%;
	text-align: center;
	line-height: 42px;
	margin: 20px 0 0 0;
}

.SubpageP1Pic1 {
	margin: 26px 0 0 0;
	width: 100%;
	text-align: center;
}

.SubpageP1GrayBg1 {
	background-color: #eeeeee;
	position: relative;
	z-index: -1;
	margin:-111px 0 0 0 ;
	height: 175px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: black;
	line-height: 32px;
	padding: 130px 0 0 0;
}

.SubpageP1Title1 {
	margin: 90px 0 0 20px;
	font-size: 22px;
	line-height: 36px;
}

.SubpageP1Text1 {
	margin: 32px 0 0 20px;
	font-size: 16px;
	line-height: 32px;
}

.SubpageP2Title1 {
	color: black;
	font-size: 35px;
	font-weight:bold;
	width: 100%;
	text-align: center;
}

.SubpageP2Block1Left {
	padding: 38px 0 0 0;
	float: left;
}

.SubpageP2Block1Right {
	padding: 50px 0 0 47px;
	font-size: 16px;
	line-height: 36px;
	float: left;
	width: 498px;
}

.SubpageP2Title2 {
		color: black;
	font-size: 35px;
	font-weight:bold;
	width: 100%;
	text-align: center;
	margin: 63px 0 0 0;
}

.SubpageP2Group1 {
	margin: 40px 0 44px 0;
	width: 100%;
	text-align: center;
	background: url("images/subpage_p2_photo1.jpg");
	height: 304px;
	
}

.SubpageP2Group1Clip {
	margin: 0 10px 0 10px;
	width: 373px;
	height: auto;
	display: inline-block;
	float: none;
}

.SubpageP2Group1Title {
	width: 154px;
	height: 35px;
	line-height: 35px;
	background-color: #fe8301;
	margin: -21px 0 0 0;
	display: inline-block;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

.SubpageP2Group1Text {
	width: 520px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	margin:  17px 0 0 0;
	color: white;
	font-weight: lighter;
	margin: 70px 0 0 0;
}

.SubpageP2Group2 {
		margin: 50px 0 0 0;
	width: 100%;
	text-align: center;
	background-color: #f3f6f8;
	height: 404px;
	overflow: hidden;
	padding: 10px 0 0 0;
}

.SubpageP2Group2Clip {
		margin: 0 10px 0 10px;
	width: 373px;
	height: auto;
	display: inline-block;
	float: none;
}

.SubpageP2Group2Title {
	width: 215px;
	height:47px;
	line-height: 47px;
	background-color: #fe8301;
	margin: -21px 0 0 0;
	display: inline-block;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.SubpageP2Group2Text {
		width: 608px;
	font-size: 16px;
	text-align: left;
	line-height: 34px;
	margin:  30px 60px 0 80px;
	float: left;
}

.SubpageP2Title3 {
			color: black;
	font-size: 35px;
	font-weight:bold;
	width: 100%;
	text-align: center;
	margin: 63px 0 0 0;
}

.SubpageP2Title4 {
		color: black;
	font-size: 28px;
	font-weight:normal;
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
}

.SubpageP2Group3 {
	background: url("images/subpage_p2_bg1.jpg") no-repeat top center;
	width: 1200px;
	height: 154px;
	text-align: center;
	margin: 0px 0 0 0;
	padding: 55px 0 0 0 ;
}

.SubpageP2Group3Text1 {
	width: 400px;
	float: left;
	margin: 192px 400px 0 400px;
	
}

.SubpageP2Group3Text2 {
	float: left;
	margin:  30px 0 0 0;
	width: 175px;
}

.SubpageP2Group3Text3 {
	float: left;
	margin:  54px 0 0 185px;
	width: 397px;
	height: 147px;
	border:1px solid #bfbfbf;
	padding: 30px 20px 10px 20px;
}

.SubpageP2Group3Text4 {
	float: left;
	margin:  30px 0 0 218px;
	width: 180px;
}

.SubpageP2Group3Text5 {
	float: left;
	margin:  201px 0 0 58px;
	width: 261px;
}

.SubpageP2Group3Text6 {
		float: left;
	margin:  371px 0 0 85px;
	width: 300px;
}

.SubpageP2Group3Text7 {
	float: left;
	margin:  180px 0 0 175px;
	width: 300px;
}

.SubpageP2Group4 {
margin: 0px 0 0 0;
	text-align: center;
}

.SubpageP2Group4Bg {
		background: url("images/subpage_p2_bg2.jpg") no-repeat center;
	width: 1200px;
	height: 398px;
	margin: 60px 0 0 0;
}

.SubpageP2Title5 {
	color: black;
	font-size: 35px;
	font-weight:bold;
	width: 100%;
	text-align: center;
	padding: 100px 0 0 0;
}

.SubpageP2Group5Text {
	font-size: 16px;
	line-height: 42px;
	padding: 34px 0 0 59px;
}

.SubpageP2Title6 {
		color: black;
	font-size: 28px;
	font-weight:normal;
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
}

.SubpageP2Title7 {
		color: black;
	font-size: 16px;
	line-height: 32px;
	font-weight:normal;
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
}

.SubpageP2Group4Clip {
width: 360px;
	height: 85px;
	display:inline-block;
	margin: 0 15px 55px 15px;
}

.SubpageP2GroupTitle {
	background: url("images/subpage_p2_bg3.jpg");
	width: 67px;
	height: 65px;
	color: white;
	font-size: 20px;
	line-height: 25px;
	padding: 15px 0 0 0;
	font-weight: lighter;
	float: left;
}

.SubpageP2GroupText {
	float: left;
	font-size: 16px;
	width: 275px;
	padding: 8px 0 0 13px;
	text-align: left;
	line-height: 22px;
}

.SubpageP2Group5 {
	height: 180px;
	font-size: 16px;
	line-height: 34px;
	width: 95%;
	display: inline-block;
	text-align: left;
	margin: 37px 0 0 0;
}

.SubpageP2Group5Left {
	float: left;
	margin: 10px 0 0 0;
}

.SubpageP2Group5Right {
	float: left;
	background: url("images/subpage_p2_bg4.jpg") no-repeat;
	width: 681px;
	height: 334px;
	
}

.SubpageP2Group5Title {
	font-size: 20px;
	font-weight: bold;
	margin: 17px 0 0 14px;
}

.SbpageP3Group1 {
	background: url("images/subpage_p3_bg1.jpg");
	width: 1200px;
	height: 491px;
}

.SubpageP3Text1 {
	width: 100%;
	padding: 101px 0 0 0;
	text-align: center;
	font-size: 22px;
	line-height: 44px;
	color: white;
}

.SubpageP3Title1 {
		color: black;
	font-size: 35px;
	font-weight:bold;
	width: 100%;
	text-align: center;
	padding: 45px 0 0 0;
}

.SubpageP3Text2 {
	font-size: 16px;
	line-height: 32px;
	padding: 42px 0 0 0;
	width: 100%;
	text-align: left;
}

.SbpageP3Group2 {
	background: url("images/subpage_p3_bg2.jpg") no-repeat;
	width: 675px;
	height: 451px;
	margin: 54px 0 0 0;
	padding: 40px 0 0 525px;
}

.SubpageP3Text3 {
	background-color: #fe8301;
	width: 500px;
	height: 280px;
	text-align: left;
	display: inline-block;
	margin: 86px 125px 0 125px;
}

.SubpageP3Text4 {
	color: white;
	font-size: 16px;
	line-height: 32px;
	padding: 46px 0 0 72px;
}

.SubpageP4Title1 {
		color: black;
	font-size: 35px;
	font-weight:bold;
	width: 100%;
	text-align: center;
}

.SubpageP4Title2 {
		color: black;
	font-size: 28px;
	font-weight:normal;
	width: 100%;
	text-align: center;
	line-height: 42px;
	margin: 20px 0 0 0;
}


.SubpageP4Clip {
	margin: 85px 0 0 0;
	width: 100%;
	height: auto;
}

.SubpageP4Photo {
	margin: 0 0 0 24px;
	float: left;
}

.SubpageP4Title {
	float: left;
	margin: 22px 0 0 27px;
	font-size: 22px;
	width: 586px;
}

.SubpageP4Text {
	float: left;
	margin: 43px 0 0 27px;
	font-size: 16px;
	line-height: 32px;
	width: 586px;
	height: 250px;
	display: inline-block;
}

.SubpageP4BGGray {
	background-color: #eeeeee;
	height: 286px;
	width: 1200px;
	margin: 62px 0 0 0;
	padding: 0;
	z-index: -1;
	position: absolute;
}

.SubpageP5Title1 {
	color: white;
	font-size: 35px;
	font-weight:bold;
	width: 100%;
	text-align: center;
	margin: 26px 0 0 0;
}

.SubpageP5Title2 {
	color: white;
	font-size: 24px;
	font-weight:lighter;
	width: 100%;
	text-align: center;
	line-height: 42px;
	margin: 15px 0 0 0;
}

.SubpageP5Group1 {
	width:100%;
	display: inline-block;
	margin: 43px 0 0 0;
}

.SubpageP5Center {
	width: 100%;
	text-align: center;
}

.SubpageP5Photo1 {
	position: relative;
	z-index: -1;
	margin: -58px 0 0 0;
	padding: 0 0 0 0;
	width: 1200px;
}

.SubpageP5Text1 {
	margin:  40px 0 40px 0 ;
	font-size: 16px;
	line-height: 32px;
}

.SubpageP5Photo2 {
	background: url("images/subpage_p5_photo_bg1.jpg");
	width: 1200px;
	height: 391px;
	
}

.SubpageP5Title3 {
	width: 100%;
	padding: 109px 0 0 0;
	font-size: 35px;
	font-weight:bold;
	text-align: center;
}

.SubpageP5Title4 {
	font-size: 24px;
	font-weight:lighter;
	width: 100%;
	text-align: center;
	line-height: 42px;
	margin: 25px 0 0 0;
}

.SubpageP5Text2 {
	width: 741px;
	background-color: white;
	text-align: left;
	margin: -76px 0 0 0;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
	padding: 60px 60px 0 60px;
}

.SubpageP5Photo3 {
	background: url("images/subpage_p5_photo_bg2.jpg");
	height: 904px;
	margin: 90px 0 70px 0;
	text-align: center;
}

.SubpageP5Title5 {
		width: 100%;
	padding: 191px 0 0 0;
	font-size: 35px;
	font-weight:bold;
	text-align: center;
	color: white;
	display: block;
}

.SubpageP5Text3 {
		width: 866px;
	background-color: white;
	text-align: left;
	margin: 80px 0 0 0;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
	padding: 60px 60px 60px 60px;
}

.SubpageNewsClip {
	width: 1100px;
	height: 220px;
	border: 1px solid #dbdbdb;
	background-color: #f9f9f9;
	display: inline-block;
	margin: 0 0 30px 0;
}

.SubpageNewsGroup {
	margin: 10px 0 0 0;
	width: 100%;
	text-align: center;
}

.SubpageNewsDate {
	width: 83px;
	height: 79px;
	background-color: #dbdbdb;
	margin: 64px 0 0 0 ;
	float: left;
}

.SubpageNewsDay {
	width: 100%;
	color: #8b8e94;
	font-size: 28px;
	padding: 14px 0 0 0;
	text-align: center;
}

.SubpageNewsYear {
	font-size: 14px;
	color: #8b8e94;
	width: 100%;
	text-align: center;
	padding: 5px 0 0 0;
	line-height: 14px;
}

.SubpageNewsPhoto {
	float: left;
	padding: 20px 0 0 52px;
}

.SubpageNewsPhoto img {
	width: 180px;
}

.SubpageNewsLine {
	height: 180px;
	width: 0px;
	overflow: hidden;
	margin: 20px 38px 0 52px;
	border-left: 1px solid #dbdbdb;
	float: left;
}

.SubpageNewsTitle {
	float: left;
	font-size: 18px;
	width: 620px;
	margin: 32px 0 0 0;
	text-align: left;
}

.SubpageNewsTitle a:hover{
color: #ff6b80;
}





.SubpageNewsBrief {
	float: left;
	font-size: 16px;
	color: #8b8e94;
	width: 620px;
	margin: 20px 0 0 0;
	text-align: left;
	line-height: 27px;
}


.SubpageNewsBrief a:hover{
color: #ff6b80;
}

.SubpageNewsBrief a{
	color: #8b8e94;
}


.SubpageNewsReadMore {
	float: left;
	font-size: 14px;
	color: #8b8e94;
	width: 620px;
	margin: 13px 0 0 0;
	text-align: left;
	line-height: 27px;
}

.SubpageNewsReadMore a{
	color: #8b8e94;
}

.SubpagePageInfo {
	width: 100%;
	text-align: center;
	margin: 50px 0 50px 0;
	color: black;
	font-size: 16px;
}

.SubpagePageInfo a:hover {
	color: #ff6b80;
}

.SubpageP7Title1 {
		color: black;
	font-size: 35px;
	font-weight:bold;
	width: 100%;
	text-align: center;
	margin: 70px 0 0 0;
}

.SubpageP7Title2 {
	color: black;
	font-size: 28px;
	font-weight:normal;
	width: 100%;
	text-align: center;
	line-height: 42px;
	margin: 20px 0 0 0;
}

.SubpageP7Group1 {
	margin: 42px 0 0 0;
	width: 100%;
	text-align: center;
}

.SubpageP7Clip {
	width: 358px;
	height: 440px;
	margin: 0 15px 0 15px;
	display: inline-block;
	vertical-align:top
}

.SubpageP7Title {
	line-height: 45px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}

.SubpageP7Text {
	line-height: 28px;
	font-size: 16px;
	font-weight: lighter;
	width: 95%;
	display: inline-block;
	text-align: left;
}

.SubpageP8CatalogList {
	float: left;
	width: 250px;
}

.SubpageP8CataTitle {
	width: 216px;
	height: 67px;
	background-color: #ec6c00;
	color: white;
	font-size: 22px;
	font-weight: bold;
	line-height: 67px;
	padding: 0 0 0 30px;
	border: 1px solid #b5b5b5;
}

.SubpageP8CataSubtitle {
	width: 216px;
	height: 56px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	font-size: 16px;
	line-height: 56px;
	padding: 0 0 0 30px;
	
}
.SubpageP8CataSubtitle a:hover{
color: #ec6c00;
}

.SubpageP8ProductShow {
	width: 940px;
	float: left;
	margin: 0 0 0 10px;
}

.SubpageP8ProductShowGroup {
	width: 100%;
	text-align: left;
}

.SubpageP8ProductClip {
	width: 294px;
	height: 293px;
	overflow: hidden;
	display: inline-block;
	margin: 0 8px 0 8px;
}

.SubpageP8CataSubtitleunselected {
	width: 216px;
	height: 56px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	font-size: 16px;
	line-height: 56px;
	padding: 0 0 0 30px;
}

.SubpageP8CataSubtitleunselected a:hover
{
	color: #ec6c00;
	font-weight: bold;
}

.SubpageP8CataSubtitleselected {
	width: 216px;
	height: 56px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	font-size: 16px;
	line-height: 56px;
	padding: 0 0 0 30px;
	font-weight: bold;
}

.SubpageP8CataSubtitleselected a{
	color: #ec6c00;
}





.SubpageP8ProductName {
	height: 63px;
	line-height: 63px;
	color: #4e4544;
	font-size: 16px;
	text-align: center;
	
}

.LeavewordInput {
	margin: 0px 0 0 563px;
}

.LeavewordIconMobile {
		float: left;
	margin: 26px 0 0 40px;
	width: 98px;
	text-align:center;
	display: none;
}

.LeavewordNamePos {
		float: left;
	width: 555px;
	margin: 75px 0 20px 0;
}

.m_subpage_leaveword_tel {
		float: left;
	width: 555px;
	margin: 0 0 20px 0;
}

.LeavewordTextPos {
	float: left;
	width: 555px;
	margin: 0px 0 20px 0;
}

.LeavewordTelPos {
	float: left;
	width: 555px;
	margin: 0 0 20px 0;
}

.LeavewordSubmitPos {
	margin: 59px 0 0 0;
	width: 100%;
	text-align: left;
}

.ContactGroup {
	margin: 59px 0 0 0;
	width: 100%;
	height: 437px;
	background-color: #f2f2f2;
}

.ContactIcon {
		float: left;
	margin: 52px 0 0 82px;
}

.ContactText {
		float: left;
	margin: 52px 0 0 0px;
	text-align: left;
	font-size: 20px;
	color: #1d1a1a;
	line-height: 56px;
	width: 342px;
}



.ContactMap {
		margin: -375px 0 0 520px;
	position:absolute;
}

.SubpageInfoText {
	position: relative;
	margin:70px 0 28px 0 ;
	width: 1200px;
	text-align: left;
	font-size: 16px;
	color: black;
	line-height: 32px;
	display: inline-block;
	padding: 0;
	
}

.SubpageInfoCenter {
		width: 100%;
	text-align: center;
}

.IndexProductClip0 {
		background: url("images/index_product_clip1_bg_normal.png") no-repeat center top;
	width: 170px;
	height: 100px;
	display: inline-block;
}

.SubpageTreeNavLink {
margin: 0 0 0 0;
	float: left;
}

.SubpageListNav {
	width: 100%;
	text-align: center;
	margin: 20px 0 70px 0;
}
.SubpageListNav a{
	color: white;
}

.SubpageListNavLinkSelected {
	display:inline-block;
	width: 200px;
	height: 55px;
	font-size: 16px;
	color: white;
	line-height: 55px;
	text-align: center;
	background-color: #fe8301;
	font-weight: bold;
	margin: 0 10px 0 10px;
	
}

.SubpageListNavLinkUnselected {
	display:inline-block;
	width: 200px;
	height: 55px;
	font-size: 16px;
	color: white;
	line-height: 55px;
	background-color: gray;
		text-align: center;
	font-weight: bold;
	margin: 0 10px 0 10px;
}


.SubpageP2Group6 {
	
}
.MenuArea1 {
	background: url("images/headermenu1.png") no-repeat center top;
	height: 35px;
	text-align: center;
	padding: 36px 0 0 0;
}
.MenuArea2 {
	background: url("images/headermenu2.png") no-repeat center top;
	height: 35px;
	text-align: center;
	padding: 36px 0 0 0;
}
.MenuArea3 {
	background: url("images/headermenu3.png") no-repeat center top;
	height: 35px;
	text-align: center;
	padding: 36px 0 0 0;
}
.MenuArea4 {
	background: url("images/headermenu4.png") no-repeat center top;
	height: 35px;
	text-align: center;
	padding: 36px 0 0 0;
}
.MenuArea5 {
	background: url("images/headermenu5.png") no-repeat center top;
	height: 35px;
	text-align: center;
	padding: 36px 0 0 0;
}
.MenuArea6 {
	background: url("images/headermenu6.png") no-repeat center top;
	height: 35px;
	text-align: center;
	padding: 36px 0 0 0;
}
.MenuArea7 {
	background: url("images/headermenu7.png") no-repeat center top;
	height: 35px;
	text-align: center;
	padding: 36px 0 0 0;
}
.MenuArea8 {
	background: url("images/headermenu8.png") no-repeat center top;
	height: 35px;
	text-align: center;
	padding: 36px 0 0 0;
}

.IndexBrandTitle {
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.IndexBrandSubtitle {
	font-size: 25px;
	font-weight: normal;
	width: 100%;
	text-align: left;
	margin: 19px 0 0 0 ;
}

.IndexFeatureGroupPhotoTitle {
	background: url("images/index_feature_group_photo_title_bg.png");
	height: 56px;
	width: 89px;
	margin: -46px 0 0 140px;
	font-size: 32px;
	font-weight: normal;
	padding: 35px 0 0 0;
	position: absolute;
	color: white;
}

.IndexFeatureGroupTitle {
	padding: 50px 0 0 0;
	width: 368px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	margin: 0 0 0 0;
}

.IndexFeatureGroupTitle a:hover ,.IndexFeatureGroupText a:hover
{
	color: #ff6b80;
}

.IndexFeatureGroupText {
	padding: 22px 34px 0 34px;
	font-size: 16px;
	color: #717070;
	line-height: 27px;
	width: 300px;
		border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	text-align: center;
	height: 117px;
	
}

.IndexProductPhoto {
	margin: 26px 0 0 0;
	width: 100%;
	text-align: center;
}

.IndexProductListTitle {
	padding: 30px 0 0 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: white;
}

.IndexProductListText {
	margin: 18px 0 0 0;
	width: 174px;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: white;
	font-weight: lighter;
}

.IndexBizModeTitle {
	background: url("images/index_biz_mode_title_bg.jpg") left top no-repeat;
	margin: 37px 0 0 0;
	color: black;
	font-size: 32px;
	width: 489px;
	height: 40px;
	display: inline-block;
	padding: 26px 0 0 0;
}

.IndexBizMode {
	width: 100%;
	text-align: center;
}

.IndexBizModeSubtitle {
	font-size: 28px;
	font-weight: lighter;
	margin: 8px 0 0 0;
	text-align: center;
	width: 100%;
}

.IndexBizModeLine {
	margin: 18px 0 0 0;
}

.IndexBizModeGroupClip {
	width: 573px;
	display: inline-block;
	height: 234px;
	overflow: hidden;
	margin: 0 11px 22px 11px;
}

.IndexBizModeGroupClip a{
	color: white;
}

.IndexBizModeGroup {
	margin: 30px 0 0 0;
}

.IndexBizModeGroupPhoto {
	float: left;
}

.IndexBizModeGroupTextArea {
	width: 278px;
	height: 234px;
	float: left;
	padding: 0 0 0 25px;
	text-align: left;
	color: white;
}

.IndexBizModeGroupBg1 {
	background-color: #ff8e50;
}

.IndexBizModeGroupBg1:hover {
	background-color: #ffcc00;
}

.IndexBizModeGroupBg2 {
	background-color: #ffcc00;
}

.IndexBizModeGroupBg2:hover {
	background-color: #ff8e50;
}



.IndexBizModeGroupTitle {
	margin: 33px 0 0 0;
	font-size: 18px;
	font-weight: bold;
}



.IndexBizModeGroupSubtitle {
	font-size: 16px;
	color: white;
	line-height: 23px;
	font-weight: normal;
	width: 260px;
	margin: 12px 0 0 0 ;
	
}

.IndexBizModeGroupLine {
	width: 144px;
	height: 0px;
	border-top: 1px solid white;
	margin: 11px 0 0 -46px;
}

.IndexBizModeGroupTrititle {
		font-size: 14px;
	color: white;
	line-height: 22px;
	font-weight: lighter;
	width: 260px;
	margin: 12px 0 0 0 ;
}

.IndexSupport {
	background: url("images/index_support_bg.png") no-repeat center;
	width: 100%;
	height: auto;
	padding: 0 0 12px 0；
}

.IndexSupportTitle {
	padding: 48px 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.IndexSupportSubtitle {
	padding: 20px 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}

.IndexSupportLine {
	padding: 20px 0 0 0;
	width: 100%;
	text-align: center;
}

.IndexSupportTrititle {
		padding: 15px 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: lighter;
}

.IndexSupportGroup {
	margin: 40px 0 47px 0;
	width: 100%;
	text-align: center;
}

.IndexSupportGroupClip1 {
	
}

.IndexSupportGroupClip2 {

}

.IndexSupportGroupClip {
	display: inline-block;
	background: url("images/index_support_group_bg1.jpg") no-repeat bottom center;
	height: 383px;
	width: 397px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.IndexSupportGroupClip:hover{
background: url("images/index_support_group_bg2.jpg")  no-repeat bottom center;
		height: 383px;
	width: 397px;
}



.IndexSupportGroupText {
	margin: 22px 0 0 0;
	font-size: 16px;
	line-height: 32px;
}

.IndexSupportGroupTitle {
	display: inline-block;
	width: 150px;
}

.IndexSupportGroupAreaName {
	color: white;
	font-size: 14px;
	margin: 23px 0 0 0;
}

.IndexNewsTitleArea {
	margin: 40px 0 0 0;
	color: #717070;
	font-weight: bold;
	font-size: 28px;
	width: 100%;
	text-align: center;
}

.SubpageInfoRedLine {
	width: 30px;
	height: 4px;
	background-color: #ff8e50;
	display: inline-block;
}

.SubpageP1Group2 {
	background: url("images/subpage_p1_photo2.jpg");
	margin: 50px 0 18px 0;
	width: 1200px;
	height: 413px;
	text-align: center;
	
}

.SubpageInfoTitle {
	font-size: 32px;
	font-weight: bold;
	color: #ff8e50;
	margin: 24px 0 0 0;
	width: 100%;
	text-align: center;
	
}

.SubpageInfoSubtitle {
		font-size: 25px;
	font-weight: normal;
	color: black;
	margin: 15px 0 0 0;
	width: 100%;
	text-align: center;
}

.SubpageInfoCurvePhoto {
	width: 100%;
	text-align: center;
	margin: 12px 0 0 0;
}

.SubpageP1Group1 {
	margin: 50px 0 0 0;
	clear: both;
	height: 358px;
}

.SubpageP1Group1Left {
	margin: 0 0 0 16px;
	float: left;
}

.SubpageP1Group1Right {
	margin: 0px 0 0 66px;
	width: 500px;
	font-size: 16px;
	line-height: 34px;
	float: left;
}

.SubpageP1Group2Area {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: white;
	background-image: url("./images/pinpaijieshao_bg_block.png");
	display: inline-block;
	width: 585px;
	height: 215px;
	margin: 83px 0 0 0;
	padding: 25px 0 0 0;
	
}

.SubpageP1Group3 {
	width: 100%;
	margin: 32px 0 67px 0;
}

.SubpageP1Group3Clip {
	width: 233px;
	height: 92px;
	background-color: #f3f6f8;
	display: inline-block;
	margin: 0 1px 6px 1px;
	font-size: 22px;
	line-height: 92px;
	color: #7f7f7f;text-align: center;
}

.SubpageP1Group4 {
	margin: 36px 0 60px 0;
	clear: both;
	height: 480px;
}

.SubpageP1Group4Photo {
	float: left;
}

.SubpageP1Group4Photo img{
	width: 620px;
}

.SubpageP1Group4Text {
	float: left;
	font-size: 16px;
	line-height: 34px;
	width: 510px;
	margin: 20px 0 0 40px;
}

.SubpageP3Group3 {
	background: url("images/subpage_p3_photo2.jpg");
	width: 100%;
	height: 434px;
	margin: 46px 0 0 0;
	color: white;
}

.SubpageP3Group4Left {
	background: url("images/subpage_p3_photo3.jpg");
	width: 467px;
	height: 672px;
	display: inline-block;
	vertical-align:top;
	margin: 0 0 0 0;
}

.SubpageP3Group4Right {
	background: url("images/subpage_p3_photo4.jpg");
	width: 467px;
	height: 673px;
	display: inline-block;
	vertical-align:top
}

.SubpageP3Group1 {
	margin: 40px 0 0 0;
	display: inline-block;
	width: 1120px;
	text-align: left;
}

.SubpageP3Group2 {
	margin: 60px 0 0 0;
	width: 1110px;
	display: inline-block;
}

.SubpageP3Group2Photo {
	float: left;
}

.SubpageP3Group2Text {
	float: left;
	width: 580px;
	text-align: left;
	margin: 31px 0 0 37px;
	overflow: visible;
}

.SubpageP3Group2Tilte {
	background: #ff8e50;
	width: 238px;
	height: 40px;
	color: white;
	padding: 0 0 0 12px;
	line-height: 40px;
}

.SubpageP3Group2Subtilte {
	padding: 10px 0 10px 12px;
	width: 580px;
}

.SubpageP3Group3Title {
	padding: 35px 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}

.SubpageP3Group3Subtitle {
	padding: 15px 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	line-height: 35px;
}

.SubpageP3Group4 {
	width: 100%;
	text-align: center;
	margin: 0 0 45px 0;
}

.SubpageP3Group4Title {
	color: #05b1a2;
	font-size: 22px;
	font-weight: bold;
	margin: 35px 0 10px 0;
	width: 100%;
	text-align: center;
}

.SubpageP3Group4LeftClip {
	display: inline-block;
	width: 410px;
	line-height: 28px;
}

.SubpageP3Group4LeftTitle {
	float: left;
	width: 65px;
	color: #05b1a2;
}

.SubpageP3Group4LeftSubtitle {
	float: left;
	text-align: left;
	overflow: hidden;
	width: 345px;
	height: auto;
	
}

.SubpageP3Group6Title {
	
	
	
	height: 36px;
	width: 520px;
	background-color: #ff8e50;
	text-align: left;
	color: white;
	font-weight: normal;
	padding: 0 0 0 20px;
	
	
}

.SubpageP3Group4RightTitle {
	float: left;
	width: 85px;
	color: #05b1a2;
}

.SubpageP3Group4RightClip {
	display: inline-block;
	width: 410px;
	line-height: 53px;
	
}

.SubpageP3Group4RightSubtitle {
float: left;
	width: 325px;
	text-align: left;
}

.SubpageP3Group5 {
	margin: 32px 0 0 0;
}
.SubpageP3Group_hezuogongying {
	margin: 32px 0 0 0;
}

.SubpageP3Group6 {
	margin: 44px 0 0px 0;
	width: 100%;
	text-align: center;
}

.SubpageP3Group6Clip {

	width: 540px;
	display: inline-block;
	height: 170px;
	vertical-align: top;
	margin: 0 15px 30px 15px;
	
	
}

.SubpageP3Group6Text {
	
	
	width: 520px;
	text-align: left;
	margin: 10px 0 30px 20px;
	height: auto;
	float: left;
	overflow: visible;
}

.SubpageP4Group1Clip1 {
	background: url("images/subpage_p4_photo1.jpg");
}

.SubpageP4Group1Clip {
	width: 296px;
	height: 279px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px 0;
}

.SubpageP4Group1Clip2 {
	background: url("images/subpage_p4_photo2.jpg");
}

.SubpageP4Group1Clip3 {
	background: url("images/subpage_p4_photo3.jpg");
}

.SubpageP4Group1Clip4 {
	background: url("images/subpage_p4_photo4.jpg");
}

.SubpageP4Group1Clip5 {
	background: url("images/subpage_p4_photo5.jpg");
}

.SubpageP4Group1Clip6 {
	background: url("images/subpage_p4_photo6.jpg");
}

.SubpageP4Group1Clip7 {
	background: url("images/subpage_p4_photo7.jpg");
}

.SubpageP4Group5 {
	background: url("images/subpage_p4_photo12.jpg");
	margin: 22px 0 50px 0;
	width: 1200px;
	height: 314px;
	color: white;
	text-align: center;
	font-weight: lighter;
	overflow: hidden;
}

.SubpageP4Group7 {
	background: url("images/subpage_p4_photo14.jpg");
	width: 1200px;
	height: 561px;
	margin: 40px 0 80px 0;
	text-align: center;
}

.SubpageP4Group8 {
	background: url("images/subpage_p4_photo15.jpg");
	width: 1200px;
	height: 464px;
	margin: 50px 0 0 0;
}

.SubpageP4Group1 {
	margin: 50px 0 64px 0;
}

.SubpageP4Group1ClipText {
	background: url("images/common_alpha_black_bg.png");
	width: 231px;
	height: 155px;
	color: white;
	font-weight: lighter;
	margin: 62px 0 0 0;
	display: inline-block;
}

.SubpageP4Group1ClipTitle {
	font-size: 16px;
	font-weight: normal;
	margin: 24px 0 0 0;
}

.SubpageP4Group1ClipSubtitle {
	width: 190px;
	display: inline-block;
	line-height: 23px;
}

.SubpageP4Group2 {
	margin: 20px 0 0 0;
	width: 100%;
	text-align: center;
}

.SubpageP4Group3 {
	margin: 47px 0 30px 0;
	width: 100%;
	text-align: center;
}

.SubpageP4Group3Clip {
	display: inline-block;
	width: 254px;
	margin: 0 15px 0 15px;
}

.SubpageP4Group3Text {
	color: white;
	font-weight: normal;
	width: 164px;
	height: 42px;
	background-color: #ff6b80;
	text-align: center;
	line-height: 42px;
	display: inline-block;
	margin: -21px 0 0 0;
}

.SubpageP4Group4 {
	margin: 20px 0 0 0;
	width: 100%;
	text-align: center;
}

.SubpageP4Group5BlackBg {
	background: url("images/common_alpha_black_bg.png");
	width: 500px;
	height: 126px;
	margin: 80px 67px 0 67px;
	display: inline-block;
	padding: 20px 0 0 0;
}

.SubpageP4Group5Clip {
	width: 110px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	
}

.SubpageP4Group6 {
	margin: 31px 0 40px 0 ;
	height: 400px;
}

.SubpageP4Group6Photo {
	margin: 0 0 0 28px;
	float: left;
}

.SubpageP4Group6Text {
	margin: 15px 0 0 28px;
	float: left;
	width: 505px;
}

.SubpageP4Group6Title {
	width: 485px;
	background-color: #ff6b80;
	color: white;
	font-size: 16px;
	height: 33px;
	line-height: 33px;
	font-weight: normal;
	padding:  0 0 0 20px;
}

.SubpageP4Group6Subtitle {
	width: 485px;
	color: black;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	padding:  0 0 0 20px;
}

.SubpageP4Group7BlackBg {
	background: url("images/common_alpha_black_bg.png");
	width:848px;
	height: 432px;
	color: white;
	margin: 60px 0 0 0 ;
	display: inline-block;
	padding: 25px 0 0 0;
	line-height: 25px;
}

.SubpageP4Group8Subtitle {
	width: 200px;
	text-align: center;
	font-weight: lighter;
	line-height: 29px;
}

.SubpageP4Group8Title {
		width: 190px;
	text-align: center;
	font-weight: bold;
}

.SubpageP4Group8Clip {
	width: 200px;
	float: left;
	text-align: left;
}

.SubpageP4Group8Clip1 {
	margin: 19px 0 0 251px;
}

.SubpageP4Group8Clip2 {
	margin: 63px 0 0 96px;
}

.SubpageP4Group8Clip3 {
		margin: 15px 0 0 90px;
}

.SubpageP4Group8Clip4 {
	margin: 80px 0 0 20px;
}

.SubpageP4Group8Clip5 {
	margin:160px 0 0 89px;
}

.SubpageP4Group8Clip6 {
	margin:154px 0 0 93px;
}

.SubpageP4Group8Clip7 {
	margin:135px 0 0 86px;
}

.SubpageP4Group8Clip8 {
	margin:-125px 0 0 375px;
}

.SubpageP4Group8Clip9 {
	margin:254px 0 0 25px;
}

.SubpageP5Group1PhotoClip {
	margin: 0 0 30px 0;
}

.SubpageP5Group1Photo {
	width: 422px;
	float: left;
}

.SubpageP5Group1Text {
	margin: 5px 0 0 50px;
	width: 720px;
	float: left;
	overflow: hidden;
	overflow: hidden
}

.SubpageP5Group2Title,.SubpageP5Group4Title {
	width: 685px;
	background-color: #ff8e50;
	height: 33px;
	padding: 0 0 0 25px;
	color: white;
	font-weight: normal;
	line-height: 33px;
	font-size: 17px;
}

.SubpageP5Group2 {
	width: 780px;
}

.SubpageP5Group2Subtitle ,.SubpageP5Group4Subtitle{
	width: 650px;
	height: auto;
	padding: 5px 0 5px 25px;
	color: black;
	font-weight: lighter;
	line-height: 24px;
	font-size: 16px;
}

.SubpageP5Group3 {
	margin: 5px 0 0 0;
}

.SubpageP5Group3Title {
	width: 295px;
	background-color: #05b1a2;
	height: 40px;
	margin: 0 0 0 25px;
	padding: 0 0 0 25px;
	color: white;
	font-weight: normal;
	line-height: 40px;
}

.SubpageP5Group3Subtitle {
	width: 730px;
	height: auto;
	padding: 5px 0 5px 50px;
	color: black;
	font-weight: lighter;
	line-height: 30px;
}

.SubpageP5Group4 {
	margin: 5px 0 0 0;
}

.SubpageP5Group5 {
	margin: 5px 0 0 0;
}

.SubpageP5Group5Clip {
	margin: 5px 0 5px 25px;
	
}

.SubpageP5Group5Subtitle {
	width: 595px;
	height: 30px;
	padding: 0 0 0 10px;
	color: black;
	font-weight: normal;
	line-height: 28px;
	float: left;
}

.SubpageP5Group5Title {
	width: 95px;
	background-color: #05b1a2;
	height: 30px;
	
	padding: 0 0 0 10px;
	color: white;
	font-weight: normal;
	line-height: 30px;
	float: left;
}



.jiasu {
	padding: 20px 0 50px 0;
	width: 100%;
	float: left;
}

.jiasu_left {
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 26px;
}

.jiasu_right {
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 26px;
}

.jiasu_title {
	width: 525px;
	height: 36px;
	line-height: 36px;
	color: white;
	margin: 20px 30px 20px 30px;
	background-color: #ff8e50;
	padding: 0 0 0 15px;
	
}

.jiasu_text {
	width: 500px;
	line-height: 34px;
	padding: 0 0 0 50px;
}

.chanpin_clip {
	padding: 15px 0 15px 0;
	width: 100%;
	float: left;
	margin: 0 0 0 12px;
}

.chanpin_name_block {
	width: 208px;
	height: 92px;
	background-image: url("./images/pinpaijieshao_bg_block.png");
	position: absolute;
	margin: -210px 0 0 32px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	padding: 26px 0 0 0;
	
}

.chanpin_pic_clip {
	padding:  0 0 0 50px;
	width: 252px;
	height: 92px;
	float: left;
	
}

.chanpin_pic_group {
	float: left;
}

.chanpin_name {
	float: left;
	width: 271px;
}

.chanpin_pic {
	width: 228px;
	height: 269px;
	margin: 0 0 0 12px;
}

.chanpin_name_pic {
		height: 303px;
	width: 271px;
}

.chanpin_pic_block {
	width: 252px;
	height: 37px;
	position: absolute;
	margin: -13px 0 0 0 ;
	background-color:#ff8e50;
	color: white;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 0 0;
	z-index: -100;
	overflow: visible;
	
}

.SubpageInformation2 {
	padding:0px 0 80px 0 ;
	float: none;
	height: auto;
	font-size: 16px;
	line-height: 34px;
}
