

/*# sourceMappingURL=style.css.map */

/* 本例子css */
body{
	padding: 0;
	margin: 0;
	min-width: 1280px;
}
.shome1{
	width: 1280px;
	margin: 60px auto 70px;
}
.shome1 .title{
	width: 100%;
	text-align: center;
}
.shome1 .title h2{
	font-size: 26px;
	color: #231815;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 20px;
}
.shome1 .title .tit{
	font-size: 14px;
	color: #7a7878;
	line-height: 24px;
	margin-bottom: 45px;
}
.shome1 .list{
	width: 100%;
	padding-bottom: 55px;
	margin-bottom: 55px;
	border-bottom: 1px solid #d5d5d5;
}
.shome1 .list ul{
	width: 1300px;
}
.shome1 .list li{
	float: left;
	width: 300px;
	height: 325px;
	padding: 40px 0 0 0;
	background-color: #f7f8f8;
	text-align: center;
	margin-right: 25px;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.shome1 .list li:hover{
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.2)
}
.shome1 .list li h3{
	font-size: 22px;
	color: #515151;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: normal;
}
.shome1 .list li .tit{
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	margin-bottom: 48px;
}
.shome1 .list li .img{
	display:block;
	height: 120px;
	width: 100%;
}
.shome1 .list li .img img{
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
}
.shome1 .list li .ti{
	font-size: 14px;
	color: #727171;
	line-height: 20px;
}
.shome1 .list li .tel{
	color: #c2986d;
	line-height: 30px;
	font-size: 20px;
}
.shome1 .list li .btn{
	display: block;
	width: 124px;
	height: 34px;
	line-height: 34px;
	border:2px solid #c2986d;
	margin: 0 auto;
	font-size: 15px;
	color: #fff;
	background-color: #c2986d;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*.shome1 .list li .btn:hover{
	color: #c2986d;
	background-color: transparent;
}*/
.shome1 .list .list3 .tit{
	margin-bottom: 30px;
}
.shome1 .list .list3 .img{
	width: 166px;
	height: 231px;
	margin: 0 auto;
}
.shome1 .box{
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 60px;
	border-bottom: 1px solid #d5d5d5;
} 
.shome1 .box .details{
	width: 50%;
	float: left;
	text-align: center;
}
.shome1 .box .details h3{
	font-size: 26px;
	line-height: 40px;
	color: #231815;
	font-weight: normal;
	margin-bottom: 10px;
}
.shome1 .box .details .tit{
	font-size: 14px;
	line-height: 24px;
	color: #7a7878;
	margin-bottom: 10px;
}
.shome1 .box .details .btns{
	font-size: 14px;
	color: #c2986d;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
	line-height: 24px;
}
.shome1 .box .details .btns span{
	font-family: '宋体';
	padding-left: 5px;
}
/*.shome1 .box .details .btns:hover{
	color: #000;
}*/

.shome1 .box1 .details{
	float: none;
	margin: 0 auto;
}
.shome1 .box1{
	border-bottom: 0;
}

.help-warp{
	width: 1280px;
	margin: 0 auto;
}
.help-warp h2{
	font-size: 26px;
	color: #3e3a39;
	line-height: 40px;
	text-align: center;
	margin-bottom: 55px;
	font-weight: normal;
}
.help-warp .list{
	width: 1022px;
	margin: 0 auto 100px;
	overflow: hidden;
}
.help-warp .list ul{
	width: 1068px;
}
.help-warp .list li{
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 46px;
	cursor: pointer;
	/*background: url(../img/helpcenter-icon66.png) center no-repeat;*/
	border-radius: 5px;
	border: 1px solid #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.help-warp .list li.on{
	/*background: url(../img/helpcenter-icon6.png) center no-repeat;*/
	background: #f7f8f8;
	border: 1px solid #eeeeed;
}
.help-warp .list li .pic{
	/*width: 108px;*/
	width: 85px;
	/*height: 74px;*/
	height: 50px;
	margin: 27px auto 17px;
}
.help-warp .list li .pic img{
	display: block;
	width: 100%;
}
.help-warp .list li .tit{
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 20px;
}
.help-warp .mian{
	width: 100%;
	margin-bottom: 80px;
}
.help-warp .mian .details{
	margin-bottom: 60px;
	overflow: hidden;
}
.help-warp .mian .details .cont{
	margin-bottom: 60px;
}
.help-warp .mian .details ul{
	width: 1320px;
}
.help-warp .mian .details li{
	float: left;
	width: 590px;
	padding:10px 0 10px 20px;
	margin-right: 50px;
	font-size: 14px;
	
	position: relative;
	line-height: 28px;
	border-bottom: 1px dashed #b7baba;
    
    cursor: pointer;
}
.help-warp .mian .details li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #959595;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.help-warp .mian .details li:hover a{
	color: #c2986d;
}
.help-warp .mian .details li i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #6b6b6b;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.help-warp .mian .details li:hover i{
	background-color: #c2986d;
}
.help-warp .mian .btns,.help-warp .video .btns{
	width: 1280px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #686868;
    cursor: pointer;
    padding-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
    background: url(../img/news-btnsbg.png) center bottom no-repeat;
}
.help-warp .mian .btns:hover,.help-warp .video .btns:hover{
	color: #000;
}
.help-warp .mian .loadbtns,.help-warp .video .loadbtns{
    width: 1280px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #686868;
    cursor: pointer;
    padding-bottom: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
    background: url(../img/news-btnsbg.png) center bottom no-repeat;
}
.help-warp .video{
	margin-bottom: 130px;
}
.help-warp .video h3{
	font-size: 30px;
	line-height: 40px;
	color: #3e3a39;
	font-weight: normal;
	margin-bottom: 45px;
}
.help-warp .video .details{
	width: 100%;
	margin-bottom: 30px;
}
.help-warp .video .list-t{
	width: 100%;
	overflow: hidden;
}
.help-warp .list-t ul{
	width: 1300px; 
}
.help-warp .list-t li{
	float: left;
	width: 413px;
	margin-right: 20px;
	text-align: center;
}
.help-warp .list-t li a{
	display: block;
	width: 100%;
	height: 100%;
}

.help-warp .list-t li .pic{
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.help-warp .list-t li .pic .img{
	display: block;
	width: 100%;
	height: 230px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.help-warp .list-t li .pic i{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	margin: -22.5px 0 0 -22.5px;
	width: 45px;
	height: 45px;
	background: url(../img/newsvideo-icon1.png) center no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
/*.help-warp .list-t li .pic i:hover{
	background: url(../img/newsvideo-icon2.png) center no-repeat;
}*/
.help-warp .list-t li:hover .pic{
	background-color: #000;
}
.help-warp .list-t li:hover .pic i{
	opacity: 1;
	filter: alpha(opacity=100);
}
.help-warp .list-t li:hover .pic .img{
	opacity: 0.5;
}
.help-warp .list-t li .tit{
	font-size: 14px;
	color: #4f4f4f;
	line-height: 20px;
	margin-bottom: 30px;
}
.help-warp .list-t li .textl{
	text-align: left;
	margin-bottom: 7px;
}
.help-warp .list-t li .time{
	font-size: 12px;
	line-height: 18px;
	color: #949494;
	text-align: left;
}

.problem-warp{
	width: 1280px;
	margin: 0 auto;
}
.problem-warp h2{
	font-size: 30px;
	color: #3e3a39;
	margin:70px 0 45px;
	line-height: 40px;
	font-weight: normal;
}
.problem-warp  .warp{
	margin-bottom: 100px;
}
.problem-warp  .warp .left{
	width: 820px;
}
.problem-warp  .warp .left .box{
	margin-bottom: 40px;
	height: 288px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-size: 18px;
	line-height: 36px;
	color: #54504f;
	text-align: justify;
}
.problem-warp  .warp .left .box.on{
	height: auto;
}
.problem-warp  .warp .left .box p{
	font-size: 18px;
	line-height: 36px;
	color: #54504f;
}
/*.problem-warp  .warp .left .box .details{
	font-size: 18px;
	line-height: 36px;
	color: #54504f;
}*/
.problem-warp  .warp .left .btns{
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #595757;
	text-align: center;
	cursor: pointer;
	padding-bottom: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: url(../img/bot-icon.png) center bottom no-repeat;
}
.problem-warp  .warp .left .btns:hover{
	color: #000;
}


.problem-warp  .warp .right{
	width: 334px;
	height: 225px;
	border-left: 1px solid #bfbfbf;
}
.problem-warp .warp .right .box{
	display: none;
}
.problem-warp .warp .right .box.on{
	display: block;
}
.problem-warp  .warp .right .box1 h3{
	font-size: 14px;
	color: #3f3b3a;
	line-height: 24px;
	padding-top: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.problem-warp  .warp .right .box1 .btns{
	width: 200px;
	margin: 0 auto;
}
.problem-warp  .warp .right .btns a{
	width: 84px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-size: 14px;
	float: left;
	color: #3f3b3a;
	display: block;
	margin: 0 7px;
	background-color: #f7f8f8;
	border-radius: 5px;
	border:1px solid #f0efef;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.problem-warp  .warp .right .btns a.on{
	cursor: text;
}
.problem-warp .warp .right .box .btns .tt.on{
	border:1px solid #c2986d;
	background-color: #c2986d;
	color: #fff;
}
.problem-warp .warp .right .box2{
	width: 100%;
	height: 100%;
}
.problem-warp .warp .right .box2 .dele{
	border:1px solid #e2e1e1;
	width: 145px;
    margin:0 auto;
    padding: 18px 0 18px 115px;
    border: 1px solid #e2e1e1;
    border-radius: 5px;
    overflow: hidden;
    height: 42px;
    margin-bottom: 21px;
}
.problem-warp .warp .right .box2 .bg1{
	background: url(../img/icon_05.png) no-repeat;
	cursor: pointer;
}
.problem-warp .warp .right .box2 .bg1 a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.problem-warp .warp .right .box2 .bg2{
	background: url(../img/icon_05.png) no-repeat;
	background-position: 0 -95px;
}
.problem-warp .warp .right .box2 .dele .t1,.problem-warp .warp .right .box2 .dele span{
	font-size: 14px;
	line-height: 20px;
    font-weight: normal;
    color: #888; 
    display: block;
}
.problem-warp .warp .right .box2 .dele .t2{
	color: #bc9882;
    display: block;
    padding-top: 3px;
    font-size: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.problem-warp .warp .right .box2 .dele .t2:hover{
	color: #333;
}
.problem-warp .warp .right .box2 .dele .t3{
	font-size: 18px;
	color: #bc9882;
	 display: block;
	 line-height: 20px;
}


.problem-warp2{
	width: 1280px;
	margin: 0 auto;
}
.problem-warp2 .title{
	margin-bottom: 50px;
	height: 40px;
}
.problem-warp2 .title h2{
	display: block;
	width: 600px;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #3e3a39;
	font-size: 30px;
	font-weight: normal;
}
.problem-warp2 .title .btns{
	display: block;
	width: 85px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	float: right;
	color: #c2986d;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.problem-warp2 .title .btns span{
	padding-left: 5px;
	font-family: "宋体";
}
.problem-warp2 .title .btns:hover{
	color: #000;
}
.problem-warp2 .details{
	width: 1280px;
	margin-bottom: 150px;
	overflow: hidden;
}
.problem-warp2 .details ul{
	width: 1320px;
}
.problem-warp2 .details li{
	float: left;
	width: 590px;
	padding:15px 0 10px 20px;
	margin-right: 50px;
	font-size: 18px;
	position: relative;
	line-height: 35px;
	border-bottom: 1px dashed #8b8f8f;
	transition: all 0.5s;
    cursor: pointer;
	-webkit-transition: all 0.5s;
}
.problem-warp2 .details li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #959595;
}

.problem-warp2 .details li i{
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #6b6b6b;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -3.5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.problem-warp2 .details li:hover i{
	background-color: #c2986d;
}
.problem-warp2 .details li:hover a{
	color: #c2986d;
}

.sales-warp{
	width: 1280px;
	margin: 0 auto 135px;
	padding-bottom: 70px;
	background-color: #f9f9f9;
}
.sales-warp h2{
	font-size: 30px;
	color: #3e3a39;
	line-height: 40px;
	text-align: center;
	padding: 70px 0 80px;
	font-weight: normal;
}
.sales-warp .warp{
	width: 890px;
	margin: 0 auto;
}
.sales-warp .warp .t1{
	margin-bottom: 28px;
}
.sales-warp .warp .t1 .name,.sales-warp .warp .t1 .tel{
	width: 420px;
	height: 50px;
}
.sales-warp .warp .t1 .name span,.sales-warp .warp .t1 .tel span,
.sales-warp .warp .yzm span,.sales-warp .warp .mendian span,
.sales-warp .warp .cp span,.sales-warp .warp .text span,.sales-warp .warp .cp .rbox span{
	display: block;
	float: left;
	width: 85px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #3e3a39;
}
.sales-warp .warp .t1 .name input,.sales-warp .warp .t1 .tel input,.sales-warp .warp .mendian input{
	display: block;
	height: 48px;
	width: 310px;
	float: right;
	line-height: 48px;
	font-size: 16px;
	color: #898a8a;
	border:1px solid #f0edeb;
	padding: 0 10px;
}
.sales-warp .warp .mendian{
	width: 100%;
	height: 50px;
	margin-bottom: 32px;
}
.sales-warp .warp .cp{
	width: 100%;
	height: auto;
	margin-bottom: 32px;
}
.sales-warp .warp .mendian input{
	width: 780px;
}
/*.sales-warp .warp .cp .rbox{
	width: 400px;
	float: right;
	height: auto;
	
}
.sales-warp .warp .cp .rbox.on{
	display: block;
}*/

.sales-warp .warp .cp .p1{
	width:280px;
	float: right;
	font-size: 16px;
	color: #898a8a;
	background-color: #fff;
	padding: 15px;
	
}
.sales-warp .warp .cp .p1.on{
	display: block;
}
.sales-warp .warp .cp .p1 img{
	display: block;
	max-width: 100%;
}
.sales-warp .warp .cp .lbox{
	width: 312px;
	margin-left: 4px;
	float: left;
}
.sales-warp .warp .cp .p2{
	position: relative;
    width: 310px;
    border: 1px solid #f0edeb;
    height: 200px;
    cursor: pointer;
    background:#fff url(../img/tipinp.png) center no-repeat;
}
.sales-warp .warp .cp .p2.on{
	background:transparent;
	background-color: #fff;
}

.sales-warp .warp .cp .lbox .tipp{
	font-size: 16px;
    line-height: 26px;
    color: #898a8a;
    padding-top: 5px;
}
.sales-warp .warp .text textarea{
	display: block;
	width: 778px;
	height: 168px;
	padding: 10px;
	resize:none;
	float: right;
	border:1px solid #f0edeb;
	font-size: 16px;
	color: #898a8a;
	line-height: 34px;
	margin-bottom: 32px;
}
.sales-warp .warp .yzm{
	margin-bottom: 40px;
}
.sales-warp .warp .yzm span{

}
.sales-warp .warp .yzm input{
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #898a8a;
	padding:0 10px;
	float: left;
	border:1px solid #f0edeb;
}
.sales-warp .warp .yzm img{
	display: inline-block;
	height: 50px;
	margin-left: 10px;

}
.sales-warp .warp .subtn{
	width: 176px;
	height: 46px;
	border:2px solid #c2986d;
	background-color: #c2986d;
	display: block;
	margin: 0 auto;
	font-size: 21px;
	color: #fff;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.tip-sub{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 50;
	top: 0;
	left: 0;
	background: url(../img/tipsubbg.png) repeat ;
}
.tip-sub .warp{
	width: 400px;
	height: 200px;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	background-color: #fff;
	margin: -100px 0 0 -200px;
	overflow: hidden;
}
.tip-sub .warp h3{
	font-size: 18px;
	text-align: center;
	color: #3e3a39;
	line-height: 36px;
	padding: 50px 0 50px 0;
}
.tip-sub .warp .btn{
	width: 106px;
	height: 36px;
	line-height: 36px;
	border:2px solid #c2986d;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #fff;
	background-color: #c2986d;
	margin: 0 auto;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tip-sub .warp .btn:hover{
	color: #c2986d;
	background-color: transparent;
}
.tip-sub .warp .bg{
	width: 100%;
	height: 50px;
	padding-top: 14px;
	background-color: #efefef;
}

.policy-warp{
	width: 1280px;
	margin: 0 auto 115px;
	padding: 45px 0 0;
}
.policy-warp h2{
	font-size: 26px;
	line-height: 40px;
	color: #231815;
	padding-bottom: 35px;
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 15px;
}
.policy-warp .warp{
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #d5d5d5;
}
.policy-warp .warp.on{
	border-bottom: 0;
}
.policy-warp .warp h3{
	font-size: 18px;
	color: #c2986d;
	line-height: 30px;
	font-weight: normal;
}
.policy-warp .warp .tbl{
	padding-left: 25px;
	margin-top: 25px;
}
.policy-warp .warp .tbl table td{
	text-align: center;
	font-size: 14px;
	color: #727171;
	line-height: 30px;
}
.policy-warp .warp .tip{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin-top: 20px;
}
.policy-warp .warp .tip.on{
	color: #333;
}
.policy-warp .warp .list{
	margin-top: 25px;
}
.policy-warp .warp .list li,.policy-warp .warp .list li p{
	font-size: 14px;
	line-height: 26px;
	color: #333;
	padding-left: 20px;
	position: relative;
}
.policy-warp .warp .list li i{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #bebebe;
	position: absolute;
	left: 2px;
	top: 16px;
}

