.w1000{
	width: 1000px !important;
	margin: 0 auto;
}

.w1200{
	width: 1200px;
	margin: 0 auto;
}

.w980{
    width: 980px;
    margin: 0 auto;
}

.fl{
	float: left;
	display: inline;
}

.fr{
	float: right;
	display: inline;
}

.f-cb{
	zoom:1;
}

a {
    color: #555;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
}

.bannerInfo{
	width: 100%;
	margin: 0 auto;
}

.bannerInfo img{
	width: 100%;
}


.aboutContent{
	margin-bottom: 50px;
}

.titleDetails{
	width: 100%;
	margin: 0 auto 40px;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}

.titleDetails a.home{
	width: 20px;
	height: 70px;
	background: url(../images/bg_sign06.png) no-repeat center;
}

.titleDetails a{
	display: inline-block;
	font-size: 14px;
	line-height: 70px;
	color: #a3a3a3;
}

.titleDetails span{
	display: inline-block;
	width: 28px;
	height: 70px;
	background: url(../images/bg_sign07.png) no-repeat center;
}

.titleDetails em{
	display: inline-block;
	font-size: 14px;
	line-height: 70px;
	color: #a3a3a3;
	font-style: normal;
}

.menuInfo{

}

.menuInfo a{
	display: inline-block;
	margin: 0 16px;
	position: relative;
	font-size: 14px;
	line-height: 70px;
	color: #a3a3a3;
}

.menuInfo a:hover,.menuInfo a.cur{
	color: #812734;
}

.menuInfo a:hover:after,.menuInfo a.cur:after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: #812734;
}

/*about*/

.aboutText{
	margin-top: 50px;
	position: relative;
	line-height: 30px;
}

.aboutNumber{
	width: 50%;
	margin: 0 auto;
	position: relative;
	left: -100px;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.aboutNumber h2{
	font-size: 60px;
    color: #33304a;
    line-height: 74px;
    margin-bottom: 49px;
    font-weight: 100;
}

.aboutNumber li{
	float: left;
	width: 179px;
    border-right: 1px solid #e5e5e5;
    margin-right: 40px;
}

.aboutNumber li h3,.aboutNumber li span.on{
    color: #812734;
    font-weight: 100;
    font-size: 45px;
    line-height: 54px;
    background: url(../images/add.png) no-repeat 111px top;
}

.aboutNumber li span{
    color: #812734;
    font-weight: 100;
    font-size: 45px;
    line-height: 54px;
}

.aboutNumber li p {
    color: #888888;
    font-size: 15px;
    text-indent: 0;
    line-height: 18px;
    padding-top: 15px;
}

.aboutNumber li:last-child{
	border-right:none;
}

.aboutDetails{
	width: 50%;
	margin: 0 auto;
	position: relative;
	right: -100px;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.aboutDetails p{
	text-align: left;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 30px;
    color: #666666;
}

.aboutImg{
	width: 100%;
	margin: 20px auto 0;
	overflow: hidden;
}

.aboutImg li{
	float: left;
	width: 30.33333%;
	margin-right:3%; 
	position: relative;
	left: 200px;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.aboutImg li img{
	width: 100%;
}

/*about  end*/


/*honor*/
.honorWarp{
	width: 100%;
	margin: 40px auto 0;
}

.honorWarp li{
	float: left;
	width: 218px;
	margin: 0 27px 30px 0;
	position: relative;
}

.honorWarp li .hImg{
	border: 1px dashed #cfcfcf;
	text-align: center;
	padding: 11px;
}

.honorWarp li:hover .hImg{
	border: 1px dashed #812734;
}

.honorWarp li .hImg img{
	width: 100%;
	height: 150px;
}

.honorWarp li p{
	background: #e6e6e6;
	margin-top: 20px;
	padding: 0 10px;
	text-align: center;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	font-size: 14px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.honorWarp li:hover p{
	color: #fff;
	background-color: #F39800;
}

.honorWarp li:nth-of-type(5n){
	margin-right: 0;
}
/*honor  end*/

.pageInfo{
	width: 100%;
	margin: 40px auto 20px;
	text-align: center;
}

.pageInfo a{
	padding: 6px 13px;
	border: 1px solid #dab96b;
}

.pageInfo a.current,.pageInfo a:hover{
	background: #dab96b;
	color: #fff;
}


/*news*/
.div_news .flexslider {
    min-width: 1200px;
    position: relative;
    height: auto;
    overflow: hidden;
    margin: 50px 0;
}

.div_news .slides {
    position: relative;
    background: #f2f2f2;
    width: 100%;
}

.div_news .slides li a {
    display: block;
    float: left;
    width: 100%;
}

.div_news .slides li a .fl {
    width: 50%;
    overflow: hidden;
}

.div_news .slides li a .fl img {
    width: 100%;
    height: 375px; 
    overflow: hidden;
    display: block;
}


/* -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); -webkit-transition: all 2s; -moz-transition: all 2s; transition: all 2s;}
.div_news .slides li a:hover .lf img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition: all 2s; -moz-transition: all 2s; transition: all 2s;}*/

.div_news .slides li a .fr {
    width: 40%;
    padding: 5%;
    padding-bottom: 0px;
}

.div_news .slides li a .fr .div1 {
    color: #333;
    font-size: 22px;
}

.div_news .slides li a .fr .div2 {
    color: #666;
    font-size: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.div_news .slides li a .fr .div3 {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    margin-top: 5%;
    height: 60px;
    overflow: hidden;
}

.div_news .slides li a .fr .div4 {
    color: #DAB96B;
    margin-top: 5%;
    text-transform: uppercase;
    font-size: 16px;
}

.div_news .flex-control-nav {
    position: absolute;
    bottom: 3%;
    right: 5%;
    z-index: 100;
}

.div_news .flex-control-nav li {
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 10px;
}

.div_news .flex-control-nav li span {
    display: none;
}

.div_news .flex-control-nav li a {
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url(../images/4_02.png) no-repeat;
}

.div_news .flex-control-nav li a.flex-active {
    background: url(../images/4_03.png) no-repeat;
}

.div_news .div_news .flex-control-nav {
    display: none;
}

.newsList{
	width: 100%;
	margin: 85px auto 0;
}

.newsList li{
	width: 100%;
	margin: 0 auto 40px;
	height: 219px;
	border-bottom: 1px solid #eee;
}

.newsList li:hover .newsThree h4{
	color: #812734;
}

.newsOne{
	width: 100px;
	text-align: center;
}

.newsOne p{
	font-size: 16px;
	color: #b2b2b2;
}

.newsOne p span{
	display: block;
	font-size: 48px;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 7px;
    margin: 25px 0 13px;
}

.newsTwo{
	width: 248px;
	margin-left: 60px;
}

.newsThree{
	width: 747px;
	margin: 0 auto;
}

.newsThree h4{
	color: #333;
    font-size: 18px;
    font-weight: 100;
}

.newsThree p{
	margin-top: 20px;
    color: #666;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
}

.newsThree .eyes{
	margin-top: 20px;
    color: #949494;
}

.newsThree .eyes .ly{
	background: url(../images/5_02.jpg) no-repeat left;
	padding: 10px 0 10px 30px;
}

.newsThree .eyes .ll{
	background: url(../images/5_03.jpg) no-repeat left;
	padding: 10px 0 10px 30px;
	margin-left: 40px;
}

.div_box1 {
    background: #fff;
    padding-bottom: 50px;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.biaoti {
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
}

.div_box1 .div_rg > div {
    width:1200px;
    margin: 0 auto;
}

.biaoti h2 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom:5px;
}

.time {
    text-align: center;
    color: #999;
    margin-top: 10px;
	margin-bottom: 60px !important;
}

.div_box1 .div_rg .time span {
    display: inline-block;
    margin-right: 60px;
    font-size: 13px;
}

.txt {
    margin-top: 20px;
    line-height: 24px;
    color: #4c4c4c;
    font-size: 15px;
}

.txt p{
	line-height: 25px;
}

/*.txt p img{
	width: 100%;
}*/

.div_box1 .div_rg .fh {
    width: 100%;
    margin-top: 60px;
    height: 40px;
    line-height: 40px;
}

.fh a {
    display: block;
    color: #444;
    font-size: 14px;
}

.fh a:hover{
	color: #812734;
}

/*news  end*/


/*advantage*/
.advantageCon{
	width: 1000px;
	margin: 64px auto 30px;
}

.advBox{
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}

.advList1{
	width: 489px;
	height: 288px;
	left: -250px;
}

.advList2{
	width: 385px;
	height: 229px;
	right: -250px;
	margin-left: 18px;
	margin-top: 58px;
}

.advList3{
	width: 385px;
	height: 229px;
	left: -250px;
	margin-left: 104px;
}

.advList4{
	width: 489px;
	height: 288px;
	bottom: -250px;
	margin-left: 18px;
}

.advBoxTwo{
	margin-top: 16px;
}
/*advantage  end*/


/*process*/
.part03 {
    background: url(../images/p3bg.jpg) no-repeat 0 50px;
    height: 1007px;
    position: relative;
}

.jmzc {
    position: absolute;
    width: 166px;
    height: 116px;
    background: #33304a;
    border-radius: 100%;
    top: 404px;
    left: 500px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    font-size: 24px;
}

.jmzc i {
    font-size: 14px;
    font-style: normal;
}

.part03 dl {
    float: left;
    position: absolute;
}

.part03 dl dt {
    width: 119px;
    height: 119px;
    float: left;
    margin-right: 23px;
    text-align: center;
}

.part03 dl dt img {
    margin-top: 3px;
    width: 113px;
    height: 113px;
}

.part03 dl dd {
    width: 124px;
    float: left;
    font-size: 16px;
    margin-top: 19px;
}

.part03 dl dd b {
    display: block;
    width: 100%;
    float: left;
    color: #BD1A32;
    font-size: 21px;
    line-height: 40px;
}

/*.part03 dl dd b.b2 {
    text-align: right;
}*/

.part03 dl dd p {
    width: 100%;
    float: left;
    font-size: 17px;
}

.part03 dl.d01 {
    top: 46px;
    right: 442px;
}

.part03 dl.d02 {
    top: 166px;
    left: 178px;
}

.part03 dl.d03 {
    top: 196px;
    right: 180px;
}

.part03 dl.d04 {
    top: 447px;
    left: 10px;
}

.part03 dl.d05 {
    top: 455px;
    right: 10px;
}

.part03 dl.d06 {
    top: 631px;
    left: 143px;
}

.part03 dl.d07 {
    top: 685px;
    right: 212px;
}

.part03 dl.d08 {
    top: 839px;
    left: 560px;
}

.part03 dl.d09 {
    top: 798px;
    left: 268px;
}
/*process  end*/


/*store*/
.div_ser_bg1 {
    /*background: #f7f7f9;*/
    min-height: 585px;
    _height: 585px;
    padding-bottom: 80px;
    width: 100%;
    position: relative;
}

.mainbox {
    margin: 0 auto;
}

.div_ser2 {
    padding-top: 53px;
    height: 1%;
    overflow: hidden;
}

.div_ser3 {
    margin-top: 9px;
    background: url(../images/3_05.jpg) no-repeat; 
    height: 469px;
    overflow: hidden;
}

.div_ser3 .nTab {
    height: 469px;
    overflow: hidden;
}

.div_ser3 .nTab .TabTitle .active .div1 {
    background: url(../images/3_07.jpg) top center no-repeat;
    color: #fff;
    height: 152px;
    padding-top: 36px; 
    padding-right: 10px;
    line-height: 36px; 
    cursor: pointer; 
    font-size: 23px;
    text-align: center;
}

.div_ser3 .nTab .TabContent {
    clear: both;
    position: relative;
    width: 536px;
    height: 274px;
    left: 220px;
    top: 21px;
    overflow: hidden;
}

.div_ser3 .nTab .TabContent p strong{
	font-size: 16px;
}

.div_ser3 .nTab .TabContent p{
	font-size: 14px;
    line-height: 25px;

}

.TabTitle{
	position: relative; 
	top: 151px; 
	width: 178px; 
	overflow: hidden;
	height: 152px;
}


.div_ser {
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    color: #3c3634;
    font-weight: bold;
    margin-top: 64px;
}

.div_ser1 {
    margin-top: 35px;
}

.div_ser1 p{
	margin-top: 15px;
	line-height: 28px;
	font-size: 14px;
	color: #5f5f5f;
}

.div_ser1 p strong{
	color: #A50018;
	font-size: 15px;
}

.div_ser1 table{
	margin-top: 15px;
}

.div_ser1 table td{
	border:1px solid #a6a6a6;
	text-align: center;
	height: 54px;
	font-size: 14px;
	color: #5f5f5f;
}
/*store  end*/

/*culture*/
.div_abo2 {
}

.div_abo2 ul {
    margin-top: 90px;
}

.div_abo2 ul li {
    float: left;
    width: 300px;
    text-align: center;
    margin-left: 75px;
    color: #333;
}

.div_abo2 ul li .div2 {
    font-size: 20px;
    margin-top: 20px;
    color: #525252;
}

.div_abo2 ul li .div3 {
    margin: 0 auto;
    width: 180px;
    border: 2px solid #A7A7A7;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 40px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
}

.div_abo2 ul li .div3:hover {
    border: 2px solid #812734;
    background: #812734;
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;
}

.div_abo2 ul li .div4 {
    position: relative;
    margin-top: 30px;
    top: 20px;
    filter: alpha(opacity=0);
    opacity: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 25px;
}
/*culture  end*/


/*contact*/
.contact-way{
	width: 33%;
	margin-right: 2%;
	margin: 50px auto;
	float: left;
}

.contact-way h3{
	font-size: 17px;
	color: #333;
	margin-bottom: 15px;
}

.contact-way ul li {
    position: relative;
    float: left;
    width: 314px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    font-size: 14px;
    color: #666;
}

.contact-way ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}

.contact-way ul li.item-1:before {
    background-position: -15px -63px;
}

.contact-way ul li.item-2:before {
    background-position: -65px -63px;
}

.contact-way ul li.item-3:before {
    background-position: -115px -63px;
}

.contact-way ul li.item-4:before {
    background-position: -165px -63px;
}

.contact-way ul li.item-5:before {
    background-position: -215px -63px;
}

.wechat{
	margin-top: 85px;
}

.wechat p{
	width: 44%;
	margin-left: 2%;
	text-align: center;
	float: left;
}

.wechat p span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
}
/*contact  end*/


/*check*/
.checkCon{
	width: 100%;
	margin: 40px auto;
	background: #f7f7f7;
}

.checkCon .checkLeft{
	width: 380px;
	height: 383px;
	margin: 0 auto;
	padding: 30px 50px 89px;
	position: relative;
}

.form label{
	text-align: right;
	width: 40%;
	max-width: 120px;
	color: #000;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	font-weight: bold;
}

.form-control{
	display: inline-block;
	width:64%;
	height: 28px;
	line-height: 28px;
	padding: 2px 4px;
	background: none;
	color: #333;
	border:0;
	border-bottom: 2px solid #999;
	outline: 0;

}

.formOne{
	margin-bottom: 15px;
}

.formTwo .form-control{
	width: 40%;
}

.formText{
	margin-top: 30px;
}

.formText p{
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	line-height: 22px;
}

.formBtn{

}

.os_btn{
	border: 0;
	cursor: pointer;
	width: 120px;
	height: 40px;
	border-radius: 2em;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 33px;
	background: #9a3633;
	text-align: center;
}

.os_btn01{
	border: 0;
	cursor: pointer;
	width: 120px;
	height: 40px;
	border-radius: 2em;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 33px;
	left: 216px;
	background: #9a3633;
	text-align: center;
}
/*check  end*/


/*case*/
.caseWarp{
	margin: 30px 0;
}

.caseWarp li{
	width: 370px;
	height: 293px;
	float: left;
	margin: 30px 30px 0 0;
	position: relative;
	overflow: hidden;
}

.caseWarp li .cImg{
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all .8s;
	-webkit-transition: all .8s;
}

.caseWarp li:hover .cImg{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


.caseWarp li .cImg img{
	width: 100%;
}

.caseWarp li p{
	position: absolute;
	background: rgba(0,0,0,0.6);
	bottom: 12px;
	left: 10px;
	width: 310px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
}
/*case  end*/

/*job*/
.content-joinUs {
display: block;
width: 1000px;
margin: 0 auto;
padding: 35px 0 100px;
font-size: 14px;
}

.content-job {
float: left;
display: block;
}

.content-job .job_top img{
	width: 100%;
}

.job-detail {
clear: both;
display: block;
padding-top: 10px;
}

.job-detail h4 {
border: 1px solid #d4d5da;
border-left: none;
border-right: none;
padding: 8px 0;
}

.job-detail h4 em {
display: block;
float: left;
width: 8px;
height: 8px;
border-radius: 50%;
background: #dab96b;
text-indent: -9999px;
margin: 15px 14px 0 0;
}

.job-detail h4 font {
display: block;
float: left;
font-size: 16px;
color: #323757;
padding-top: 8px;
}

.job-detail h5 {
color: #a7a8b1;
font-size: 14px;
padding: 14px 0 0 26px;
}

.job-detail p {
color: #616478;
line-height: 28px;
padding: 10px 0 0 26px;
}

.job-detail .send-mail {
clear: both;
display: block;
font-weight: 700;
color: #323757;
padding: 14px 0 40px 26px;
}

.job-detail .send-mail a {
background: #812734;
color: #fff;
display: block;
text-align: center;
border-radius: 18px;
float: left;
padding: 8px 16px;
text-decoration: none;
margin-bottom: 30px;
}

.job_top{
	width:100%;
	margin:0 auto;}
	
.job_top h5{
	font-size:22px;
	color:#000;}
	
.job_top p{
	line-height:25px;
	font-size:15px;
	margin:40px 0 60px;}
/*job  end*/


/*partner*/
.partnerWarp{
	width: 100%;
	margin: 40px auto;
}

.partnerWarp li{
	color: #7f8c8d;
	width: 25%;
	float: left;
}

.partnerWarp .pImg{
	position: relative;
    padding: 10px 10px;
    margin: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: center;
}

.partnerWarp .pImg img{
	width: 100%;
	display: block;
}

.partnerWarp p{
	text-align: center;
	color: #34495e;
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0;
}

/*partner end*/


/*policy*/
.policyCon{
	width: 100%;
	margin: 40px auto;
}

/*.policyCon img{
	width: 100%;
}
*/
.policyImg{
	position: relative;
	top: 100px;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.policyThree{
	margin: 40px auto;
	position: relative;
	text-align:center;
}

.policyBox1,.policyBox2{
	margin: 110px 0;
}

.policyBox1 .polLeft{
	width: 50%;
	margin: 0 auto;
	position: relative;
	left: -100px;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.policyBox2 .polright{
	width: 50%;
	margin: 0 auto;
	position: relative;
	right: -100px;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.policyBox1 .polLeft h5,.policyBox2 .polright h5{
	font-size: 20px;
	margin-bottom: 20px;
}

.policyBox1 .polLeft p,.policyBox2 .polright p{
	font-size: 14px;
	margin-top: 15px;
	line-height: 25px;
	color: #505050;
}

.policyBox1 .polright{
	width: 44%;
	margin: 0 auto;
	position: relative;
	right: -100px;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.policyBox2 .polLeft{
	width: 44%;
	margin: 0 auto;
	position: relative;
	left: -100px;
	opacity: 0;
	filter: Alpha(opacity=0);
}
/*policy  end*/


/*knowledge*/
.knowCon{
	width: 100%;
	margin: 0 auto;
}

.knowTop{
	margin: 50px 0 72px;
}

.knowTop .knLeft{
	background: url(../images/bg01.jpg);
	width: 350px;
	height: 226px;
	padding: 10px;
}

.knowTop .knLeft img{
	width: 100%;
}

.knowTop .knRight{
	background: url(../images/abg01.jpg) no-repeat;
	width: 792px;
	height: 229px;
}

.knowTop .knRight h3{
	margin: 32px 0 54px 30px;
}

.knowTop .knRight p{
	padding: 0 77px;
    font-size: 15px;
    line-height: 25px;
}

.knOne{
	margin-bottom: 20px;
}

.knOne .oneLeft{
	width: 64%;
	margin: 0 auto;
}

.oneLeft h4{
	font-size: 15px;
}

.oneBg{
	width: 731px;
	background: url(../images/bbg01.jpg) 0px 25px no-repeat;
	overflow: hidden;
}

.oneBg p{
	width: 574px;
	height: 88px;
	float: right;
	margin-top: 20px;
	margin-bottom: 33px;
	font-size: 14px;
    line-height: 22px;
}

.oneRight{
	width: 430px;
	height: 414px;
	overflow: hidden;
}

.oneRight img,.twoLeft img{
	width: 100%;
}
/*knowledge  end*/


/*faq*/
.faqCon{
	width:850px;
	margin: 40px auto;
}

.faqCon li{
	margin: 0 auto;
}

.faqCon li h4{
	font-size: 20px;
	color: #812734;
	margin: 40px 0 20px;
}

.faqCon li h6{
	font-size: 17px;
	font-weight: 100;
}

.faqCon li p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin: 10px 0;
}

.profileBut{
    border-bottom: 1px #E4E3E3 solid;
    border-top: 1px #E4E3E3 solid;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    background-image: url(../images/tag_down1.gif);
    background-repeat: no-repeat;
    background-position: 821px center;
    cursor: pointer;
    color: #dab96b;
    padding-left: 10px;
}

.profileBut:hover {
    background-image: url(../images/tag_down2.gif);
    background-repeat: no-repeat;
    background-position: 821px center;
    background-color: #33304a;
    position: relative;
    color: #FFF;
}

.extText {
    color: #333;
    line-height: 24px;
    top: -1px;
    left: 0px;
    background: #fff;
    padding: 10px 0px;
    display: none;
    padding-right: 50px;
}

.extText p {
    color: #000;
}
/*faq  end*/


/*shop*/
.case-box-list {
    margin-top: 30px;
}

.case-box-list .case-del {
    height: auto;
    position: relative;
    width: 1110px;
    padding-bottom: 28px;
    margin: 0 auto;
}

.case-box-list .case-del .min-Label {
    font-size: 12px;
    color: #7a7a7a;
}

.case-box-list .case-del .tab-LR {
    height: 587px;
    width: 1110px;
    position: relative;
    margin-bottom: 86px;
    margin-top: 40px;
    padding: 23px 0;
    overflow: hidden;
}

.case-box-list .case-del .tab-LR ul {
    width: 4000000px;
    overflow: hidden;
    height: 100%;
}

.case-box-list .case-del .tab-LR ul li {
    float: left;
    height: 100%;
}

.case-box-list .case-del .tab-LR ul li img {
    width: 1110px;
    height: 587px;
}

.case-box-list .case-del .tab-LR-ol {
    position: absolute;
    width: 100%;
    bottom: 29px;
}

.case-box-list .case-del .tab-LR-ol .tab-LR-ol_over {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.case-box-list .case-del .tab-LR-ol ol {
    text-align: center;
    width: 200000px
}

.case-box-list .case-del .tab-LR-ol ol li {
    height: 58px;
    width: 110px;
    background: #c9caca;
    float: left;
    margin: 0 15px 0 0;
    cursor: pointer;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
}

.case-box-list .case-del .tab-LR-ol ol li img {
    widows: 100%;
    height: 100%
}

.case-box-list .case-del .tab-LR-ol ol li:after {
    background: #fbb34c;
    position: absolute;
    content: '';
    height: 4px;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    left: 0;
    bottom: 0px;
}

.case-box-list .case-del .tab-LR-ol ol li.case_Curs:after {
    width: 100%
}
 

/*12-21*/

.tab-LR_btnL,
.tab-LR_btnR {
    height: 585px;
    width: 50%;
    position: absolute;
    top: 23px;
}

.tab-LR_btnL {
    left: 0;
    cursor: url(../images/tab_LR_btnL.ico), crosshair;
}

.tab-LR_btnR {
    right: 0;
    cursor: url(../images/tab_LR_btnR.ico), crosshair;
}

.tab-LR-olBtn_L,
.tab-LR-olBtn_R {
    height: 45px;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
}

.tab-LR-olBtn_L {
    background: url(../images/tab-lr_2btnr.png) no-repeat;
    left: -50px
}

.tab-LR-olBtn_R {
    background: url(../images/tab-lr_2btnl.png) no-repeat;
    right: -50px
}
/*shop  end*/


/*tips*/
.tipsCon{
	margin: 40px auto;
}

.tipsOne{
	width: 100%;
	margin: 20px 0;
}

.tipsOne h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.tipsOne .tipRight{
	width: 100%;
	margin: 0 auto;
}

.tipsOne .tipRight li{
	width: 95%;
	background: #f8f8f8;
	padding: 25px 30px 33px 30px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.tipsOne .tipRight li h5{
	font-size: 25px;
	border-bottom: 2px solid #BDBDBD;
	padding-bottom: 9px;
	width: 32px;
}

.tipsOne .tipRight li p{
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
/*tips  end*/


/*service*/
.serOne .serLeft{
	width: 30%;
	margin: 0 auto;
}

.serOne .serLeft img{
	width: 100%;
}

.serCon{
	margin: 40px auto;
}

.serOne{
	width: 100%;
	margin: 20px 0;
}

.serOne h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.serOne .serRight{
	width: 70%;
	margin: 0 auto;
}

.serOne .serRight li{
	width: 89%;
	background: #f8f8f8;
	padding: 5px 30px 24px 30px;
	margin: 0 0 20px 30px;
	overflow: hidden;
}

.serOne .serRight li h5{
	font-size: 25px;
	border-bottom: 2px solid #BDBDBD;
	padding-bottom: 9px;
	width: 32px;
}

.serOne .serRight li p{
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

.serOne .serRight li p span{
	font-weight: bold;
	font-size: 20px;

}


.serTwo{
	width: 100%;
	margin: 20px 0;
}

.serTwo h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.serTwo .serRight{
	width: 100%;
	margin: 0 auto;
}

.serTwo .serRight li{
	width: 95%;
	background: #f8f8f8;
	padding: 5px 30px 24px 30px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.serTwo .serRight li h5{
	font-size: 25px;
	border-bottom: 2px solid #BDBDBD;
	padding-bottom: 9px;
	width: 32px;
}

.serTwo .serRight li p{
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

.serTwo .serRight li p span{
	font-weight: bold;
	font-size: 20px;
	
}
/*service  end*/


/*product*/
.procp {
    width: 100%;
    position: relative;
}

.procp ul {
    overflow: hidden;
}

.procp ul li {
    float: left;
    width: 25%;
    position: relative;
}

.procp ul li img{
	display: block;
    width: 78%;
    margin: 0 auto;
}

.protopimg {
    position: relative;
}

.probottomimg {
    position: relative;
  
}

.hbj {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=0.5);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.procp li .proxl {
    position: absolute;
    width: 100%;
    top: 18%;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.procp li:nth-of-type(2n) .proxl{
	top: 30%;
}

.proxx {
    margin: 0 auto;
    text-align: center;
}

.proimg {
    text-align: center;
    position: relative;
    top: -50px;
    filter: alpha(opacity=0.5);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    padding-bottom: 30px;
}

.proxx p {
    text-align: center;
}

.yyj {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 40px;
    margin: 0 auto;
    border: 3px solid #dab96b;
    height: 23px;
    line-height: 23px;
    position: relative;
    display: inline-block;
    
}

.protopimg:hover .yyj{
	background: rgba(218,185,107,0.7);
	color: #000;
}

.prev,
.next {
    width: 91px;
    height: 98px;
    position: absolute;
    z-index: 999999999999;
    top: 45%;
    margin-top: -30px;
    cursor: pointer;
}

.prev {
    left: 30px;
    background: url("../images/leftbtn.png");
}

.next {
    right: 30px;
    background: url("../images/rightbtn.png");
}



.div_pro1 {
    margin-top: 21px;
    margin-bottom: 40px;
}

.div_pro1 ul li {
    width: 210px;
    padding: 0 44px;
    /*border-right: 1px solid #eeeeee;*/
    height: 300px;
    float: left;
}

/*.div_pro1 ul li:nth-of-type(4n){
	border-right: none;
}*/

.div_pro1 ul li .div1 {
    padding-top: 44px;
    /*height: 348px;
    width: 279px;*/
}

.div_pro1 ul li .div2 {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.div_pro1 ul li .div2 a {
    color: #3c3634;
}

.div_pro1 ul li .div2 a:hover {
    color: #dab96b;
}

.div_pro1 ul .li {
    border-right: 0px;
}
.Product ul li {
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.3s;
}

.Product ul li span {
    display: block;
    cursor: pointer
}

.Product ul li span.Img {
    overflow: hidden;
    position: relative;
}

.Product ul li s {
	display: block;
	position: absolute;
	left: -355px;
	top: 0;
	width: 232px;
	height: 180px;
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	transform: skewx(-45deg);
	-o-transform: skewx(-45deg);
	-moz-transform: skewx(-45deg);
	-webkit-transform: skewx(-45deg);
	-moz-animation: none;
	pointer-events: none;
}

.Product ul li.Current s {
    -webkit-animation: light 3s ease-in-out infinite;
    -moz-animation: light 3s ease-in-out infinite;
    -o-animation: light 3s ease-in-out infinite;
    animation: light 3s ease-in-out infinite;
}

.Product ul li i {
    width: 1px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 100%;
    vertical-align: middle;
    margin-left: -1px;
}

.Product ul li img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

@-moz-keyframes light {
    0% {
        left: -355px;
    }
    35% {
        left: 485px;
    }
    65% {
        left: 485px;
    }
    100% {
        left: -355px;
    }
}

@-webkit-keyframes light {
    0% {
        left: -355px;
    }
    40% {
        left: 485px;
    }
    60% {
        left: 485px;
    }
    100% {
        left: -355px;
    }
}

@-o-keyframes light {
    0% {
        left: -355px;
    }
    35% {
        left: 485px;
    }
    65% {
        left: 485px;
    }
    100% {
        left: -355px;
    }
}

@keyframes light {
    0% {
        left: -355px;
    }
    35% {
        left: 485px;
    }
    65% {
        left: 485px;
    }
    100% {
        left: -355px;
    }
}

.pronav {
    overflow: hidden;
}

.pronav li {
    position: relative;
    top: 10px;
    z-index: 20;
    float: left;
}



.box {
        margin:60px auto 10px;
    }
    
.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tb-pic a img {
    vertical-align: middle;
}

.tb-pic a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.tb-thumb {
    margin: 10px 0 0;
    overflow: hidden;
}

.tb-thumb li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 42px;
    margin: 0 6px 0 0;
    overflow: hidden;
    padding: 1px;
}

/*.tb-s310,
.tb-s310 a {
    height: 310px;
    width: 310px;
}*/

.tb-s310 img {
    width: 100%;
}

.tb-s310 a {
    *font-size: 271px;
}

.tb-s40 a {
    *font-size: 35px;
}

.tb-s40,
.tb-s40 a {
    height: 40px;
    width: 40px;
}

.tb-booth {
	width: 200px;
	margin: 0 auto;
    position: relative;
    z-index: 1;
}

.tb-thumb .tb-selected {
    background: none repeat scroll 0 0 #C30008;
    height: 40px;
    padding: 2px;
}

.tb-thumb .tb-selected div {
    background-color: #FFFFFF;
    border: medium none;
}

.tb-thumb li div {
    border: 1px solid #CDCDCD;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.tbRight{
	width: 700px;
	margin: 0 auto;
}

.tbRight h4{
	font-size: 21px;
    color: #000;
    font-weight: bold;
    /*border-bottom: 1px dashed #cdcdcd;*/
    padding-bottom: 22px;
}

.tbRight h4 span{
	font-size: 14px;
    padding-left: 20px;
}

.tbRight p{
    line-height: 25px;
    width: 100%;
    border-bottom: 1px dashed #cdcdcd;
    padding: 15px 0;
    font-size: 15px;
}

.tbRight p strong{
	color: #812734;
}

.tbRight a{
	width: 250px;
	float: left;
	height: 40px;
	line-height:40px;
	color: #fff;
	background: #33304a;
	font-size: 15px;
	margin: 50px 10px 30px 0;
	display: block;
	text-align: center;
}

.tbRight a:hover{
	background: #812734;
}



.proInfo{
	width: 100%;
	margin: 70px auto 0;
}

.tab_pro{
	border-bottom: 1px solid #DEDEDE;
}

.tab_pro li{
	border-top: 3px solid #f7f5f7;
	background: #f7f5f7;
	color: #000;
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	width: 200px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
}

.tab_pro li.active{
	border-top: 3px solid #812734;
}

.tab_info{
	margin-top: 30px;
}

.tab_hide p{
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 15px;
}

/*product  end*/



/*µØÍ¼ÓÒ±ß´úÂë*/
.sale_info_item_top .col-l {
float: left;
}

.col-l a {
color: #3385ff;
}

.sale_info_item_top .no-1 {
background: url(../images/map.png) no-repeat;
width: 21px;
height:33px;
display: inline-block;
margin-left: 6px;
margin-top: 4px;
padding-left:5px;
padding-top:4px;
font-size:13px;
color:#fff;
}

.img-wrap a {
text-decoration: none;
}

.sale_info_item_top .col-r {
float: right;
width: 84px;
height:84px;
overflow:hidden;
margin-right: 10px;
text-align: right;
margin-top:10px;
}

.sale_info_item_top .img-wrap {
position: relative;
}

.sale_info_item_top .img-wrap img{
    width:100%;}

.ml_30 {
margin-left: 30px!important;
}

.mr_90 {
margin-right: 90px;
}

.sale_info_item_top .row, .sale_info_item_top .select-row, .sale_info_item_top .content-des {
padding: 5px 0;
line-height: 1.2;
font-size: 13px;
color: #ECECEC;
}

.sale_info_item_top .row a{
    color:#ECECEC;
    font-size: 15px;}
    
.n-grey{
    font-size:13px;
    line-height: 20px;}
    
.cf{
    border-bottom:1px dotted #999;}
/*µØÍ¼ÓÒ±ß´úÂë  end*/




.mainBox4 {
width: 950px;
margin: 0 auto;
margin-bottom: 30px;
padding-bottom: 50px;
background: #FAFAFA;
padding-top: 1px;
}

.mainBox4 h2 {
font-weight: normal;
font-size: 20px;
line-height: 50px;
background: #f2f5fa;
padding-left: 20px;
margin: 1px;
}

.mainBox4 .productVbs {
margin-left: 37px;
margin-right:37px;
margin-top: 20px;
}

.mainBox4 .productVbs p{
    color: #606060;
    line-height: 36px;
    font-size: 14px;}
