.bill {
	margin-top: 35px;
	padding-bottom: 50px;
	background-color: #fff;
}

.bill table {
	width: 100%;
	background-color: #fff;
}

.bill table thead {
	background-color: #e2e0e0;
	color: #333;
}

.bill table td {
	padding: 8px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #eeeded;
}

.bill tbody tr:nth-child(2n) {
	background-color: #f7f7f7;
}

.bill table td a {
	font-size: 14px;
	color: #00c253;
	/*font-weight: 600;*/
}

.bill table th {
	font-size: 16px;
	font-weight: 700;
	padding: 14px;
	text-align: center;
}

.bill table .lv {
	color: #ff5a71;
	font-weight: 600;
}
/*微信客服QQ客服切换*/
.display_box{
	display: none;
	z-index: 99;
}
.contact-customer-process-public{
	width: 250px;
	height: 150px;
	background-color: white;
	box-shadow: 0 0 3px red;
	display: flex;
	justify-content: space-between;
	z-index: 99;
}
.contact-customer-process{
	/*width: 250px;*/
	/*height: 150px;*/
	position:absolute;
	bottom:-148px;
	right:32%;
	/*background-color: white;*/
	/*box-shadow: 0 0 3px red;*/
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*z-index: 10;*/
}
.customer-process-two{
	position:absolute;
	bottom:-148px;
}
.customer-process-registrationFree{
	position:absolute;
	bottom:-140px;
}
.customer-process-app{
	position:absolute;
	bottom:-118px;
	left: -317%;
}
.contact-customer-left{
	width: 50%;
	height: 100%;
	cursor: pointer;
}
.contact-customer-process-public .contact-customer-left>img{
	display: block !important;
	width: 90%;
	height: 35%;
	margin: 25% auto;
}
.contact-customer-left>div{
	width: 100%;
	text-align: center;
	color:black !important;
}
.contact-customer-right{
	width: 50%;
	height: 100%;
}
.contact-customer-right>img{
	width: 90%;
	height: 72%;
	display: block;
	margin: 5% auto;
}
.contact-customer-right>div{
	width: 100%;
	text-align: center;
	color:black !important;
}

/*操作流程*/
.process {
	margin: 65px auto 0;
}
.addCart{
	cursor: pointer;
	font-size: 14px;
}
.process>img {
	display: block;
	width: 100%;
	margin-top: 35px;
}
.prompt p {
	font-size: 14px;
	color: #6edc02;
	text-indent: 41px;
	background-image: url(../../img/header/prompt.png);
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: 8px center;
}
.prompt ul {
	padding-left: 41px;
}
.prompt ul li {
	font-size: 12px;
	color: #666;
	line-height: 25px;
}
.prompt ul li img {
	vertical-align: text-top;
}
.prompt ul {
	margin-bottom: 5px;
}
.process span,
.basic_material span {
	display: block;
	width: 100%;
	height: 11px;
	background-color: #f5f5f5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 120px;
	border-radius: 20px;
}
.basic_material>p {
	position: relative;
	text-indent: 36px;
	height: 66px;
	font-size: 24px;
	color: #333;
	line-height: 66px;
	border-bottom: 2px solid #66ce00;
}
.basic_material>p em {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: #6db545;
	color: #fff;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: 0;
}
.basic_material li {
	width: 366px;
	margin: 34px 0 25px;
}
.basic_material>img {
	display: block;
	width: 100%;
	margin: 34px 0 10px;
}
.no_material li {
	width: 366px;
	margin: 34px 0 14px;	
}
.basic_material li dt {
	margin: 13px 12px 0 0;
}
.basic_material li dt img {
	display: block;
}
.basic_material li dd {
	width: 242px;
}
.basic_material li dd>p {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.basic_material li div {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.basic_material li div p {
	font-size: 16px;
	color: #333;
}
.basic_material li div img {
	margin-top: 10px;
}
.basic_material li div a img {
	margin-top: 0;
	display: block;
}
.flow_path {
	background-color: #fff;
}

.explain .liucheng {
	margin-bottom: -1px;
	border-bottom: 1px solid #efefef;
}

.explain {
	margin: 0 auto 25px!important;
}

.explain p,
.bill p {
	font-size: 20px;
	border-left: 4px solid #00c253;
	height: 20px;
	line-height: 20px;
	text-indent: 6px;
	color: #00c253;
	margin: 32px 0;
}

.explain .words {
	width: 250px;
	height: 160px;
}

.words img,
.words strong {
	display: block;
}

.words img {
	width: 108px;
	height: 79px;
	margin: 0 auto 16px;
}

.words strong {
	font-size: 14px;
	color: #333;
	text-align: center;
}

.down {
	width: 24px;
	margin-top: 40px;
}

.down img {
	width: 24px;
}

.benefit {
	padding-top: 35px;
	height: 790px;
	background-color: #11b959;
}

.benefit h4 {
	color: #fff;
	border-bottom: 0;
}

.benefit ul {
	margin-top: 35px;
}

.benefit li {
	width: 333.3333333px;
	margin-bottom: 67px;
}

.benefit li img,
.benefit li span,
.benefit li strong {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.benefit li p {
	position: relative;
	height: 143px;
}

.benefit li p img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: auto;
}

.benefit li span {
	color: #fff;
	font-size: 18px;
	margin: 33px 0 18px;
}

.benefit li strong {
	color: #f1f1f1;
	font-size: 14px;
	line-height: 20px;
}


/*我们的客户*/

.customer {
	background-color: #fff;
	padding: 60px 0;
}
.customer h4 {
	font-size: 27.34px;
	color: #333;
	text-align: center;
}
.customer h4 span {
	color: #6db545;
}
.customer ul {
	width: 100%;
	overflow: hidden;
	margin-top: 33px;
}

.customer li {
	position: relative;
	width: 218px;
	height: 130px;
	border: 1px solid #999;
	margin-bottom: 3px;
}

.customer li img {
	position: absolute;
	right: 0;
	left: 45px;
	bottom: 0;
	width: 110px;
	top: 16px;
}

.order .shuju {
	width: 770px;
}

.order table {}

.order .biaoge {
	width: 320px;
}

.picMarquee-top {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #eeeded;
}

.picMarquee-top .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.picMarquee-top .hd .prev,
.picMarquee-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") 0 -100px no-repeat;
}

.picMarquee-top .hd .next {
	background-position: 0 -140px;
}

.picMarquee-top .hd .prevStop {
	background-position: -60px -100px;
}

.picMarquee-top .hd .nextStop {
	background-position: -60px -140px;
}

.picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-top .bd ul li {
	text-align: center;
	zoom: 1;
}
.active2{
	color: #000000 !important;
}
.active2:hover{
	color: #FF0000 !important;
}

.picMarquee-top .bd ul li .pic {
	text-align: center;
}

.picMarquee-top .bd ul li .pic img {
	width: 180px;
	height: 90px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.picMarquee-top .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-top .bd ul li .title {
	line-height: 24px;
}

.biaotou h3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	height: 49.5px;
	line-height: 49.5px;
}

.biaotou h5 {
	background-color: #e2e0e0;
}

.biaotou h5 span {
	font-size: 16px;
	color: #333;
	text-align: center;
	height: 49px;
	line-height: 49px;
	font-weight: 700;
}

.biaotou h5 .odd {
	width: 140px;
}

.biaotou h5 .cycle {
	width: 120px;
}

.biaotou h5 .num {
	width: 46px;
}

.biaotou h5 .one {
	text-align: left;
	text-indent: 10px;
}

.picList li {
	border-bottom: 1px solid #efefef;
	background: transparent url(../../img/background/yuan.png) 8px center no-repeat;
}

.picList span {
	font-size: 14px;
	color: #333;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

.picList .odd {
	width: 140px;
}

.picList .cycle {
	width: 120px;
	text-align: left;
}

.picList .num {
	width: 46px;
}

.picList .one {
	text-align: left;
	text-indent: 29px;
}


/*代写人*/

.write {
	padding-top: 35px;
	background-color: #f4f4f4;
	padding-bottom: 66px;
}
.write h4 {
	margin-bottom: 35px;
}
.info div {
	background-color: #fff;
}

.info {
	overflow: hidden;
}

.info li {
	width: 220px;
	height: 282px;
	text-align: center;
	margin-left: -2px;
	margin-bottom: -2px;
	border-left: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
}

.info li>img {
	display: block;
	width: 90px;
	height: 90px;
	margin: 30px auto 13px;
	padding: 7.5px;
	background-color: #ececec;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.info li .name {
	font-size: 26px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-weight: bolder;
	margin-bottom: 23px;
}

.info li .job {
	font-size: 16px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fca947;
	margin-bottom: 10px;
	padding: 0 10px;
}

.info li .post {
	font-size: 16px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
}


/*流程*/

.strength {
	padding-top: 35px;
	height: 600px;
	background-color: #30d576;
}

.strength h4 {
	color: #fff;
}

.strength .service {
	margin: 32px 0 35px;
}

.strength .service li {
	width: 220px;
}

.strength .service li div {
	width: 150px;
    height: 70px;
    padding: 40px 0;
	border: 6px solid #fff;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.strength .service li div p {
	text-align: center;
	font-size: 30px;
}

.strength .service li .yellow {
	color: #f0ff00;
}

.strength .service li .white {
	color: #fff;
}

.expert>li {
	width: 366.67px;
}

.expert>li>p {
	position: relative;
	width: 250px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 21px;
}

.expert>li>p em {
	position: absolute;
	width: 98px;
	height: 4px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	text-align: center;
}
.expert_list {
	margin-top: 30px;
}
.expert_list li {
	width: 50%;
}

.expert_list li>img {
	display: block;
	width: 105px;
	height: 105px;
	margin: 30px auto 13px;
	background-color: #ececec;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.expert_list li .name {
	font-size: 22px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-weight: bolder;
	margin-bottom: 23px;
	text-align: center;
}
.expert_list li .name span {
	font-size: 16px;
}
.expert_list li .job {
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 10px;
}
.expert_list li .post {
	text-align: center;
}
.scanning {
	position: relative;
}
.scanning img {
	display: none;
	position: absolute;
    background: #fff;
    z-index: 999;
    left: 152px;
    border: 1px solid #ccc;
}
.scanning:hover span {
	color: red;
}
.contract h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.contract dl p {
	font-size: 14px;
	line-height: 24px;
}
.contract dl p a {
	color: #00c253;
}
.contract dl {
	width: 90%;
	margin: 34px auto 14px;
}
.contract dt,
.contract dd {
	width: 49%;
}
.contract img {
	width: 100%;
}

.addCart>p {
	display: none;
}

.addCart:hover {
	color: red;
}

.dTwo_3_3_5 {
	margin-left: 135px;
	position: relative;
	margin-bottom: 20px;
}

.dTwo_3_3_5>img {
	position: absolute;
	left: -98px;
	top: 30px;
}

.dTwo_3_3_5_1 {
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	width: 915px;
	height: 120px;
}

.dTwo_3_3_5_1>ul {
	padding-left: 30px;
	padding-top: 15px;
}

.dTwo_3_3_5_1>ul>li {
	float: left;
	margin: 5px 3px;
	cursor: pointer;
	width: auto;
	position:relative;
}

.dTwo_3_3_5_1>ul>li p {
	background: #d5f9b1;
	padding: 7px 18px;
	border-radius: 5px;
	color: #000 !important;
	font-size: 14px;
}
.dTwo_3_3_5_1>ul>li:hover p {
	background: #66ce00;
	color: #fff !important;
}
/*模板悬停样式*/
.template-select-box{
	position:absolute;
	bottom:-130px;
	width: 230px;
	height: 130px;
	background-color: white;
	/*box-shadow: 0 0 13px orange;*/
	box-sizing: border-box;
	border: 2px solid orangered;
	z-index: 99;
	display: none;
}
.display-css-div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.select-box-left{
	width: 45%;
	height: 100%;
}
.select-box-left>img{
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 75%;
}
.select-box-left>span{
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
	color:red;
}
.select-box-right{
	width: 55%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.select-box-right>button{
	width: 98%;
	padding: 10px 0;
	font-size: 13px;
	color: red;
	border-radius: 5px;
	cursor: pointer;
	background-color: yellow;
	font-weight: bolder;
	border: 1px solid grey;
}
.dTwo_3_3_5_1_li{
	position:relative;
}
/*广告*/
.guang-gao{
	 width: 100%;
	 margin: 0 auto;
 }
.guang-gao>img{
	width: 100%;
}