.process {
	margin: 0;
}
.content .right div p {
	text-indent: 36px;
    height: 68px;
    font-size: 24px;
    color: #333;
    line-height: 74px;
}
.basic_material li {
	width: 296px;
}
.basic_material li dt img {
	width: 60px;
}
.basic_material li dd {
    width: 223px;
}
.content .basic_material dd p {
	text-indent: 0;
	height: auto;
    line-height: inherit;
}
.no_material div p {
	font-size: 16px!important;
    color: #333!important;
} 

.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: 744px;
	height: 140px;
}

.dTwo_3_3_5_1>ul {
	padding-left: 30px;
	padding-top: 5px;
}

.dTwo_3_3_5_1>ul>li {
	float: left;
	margin: 5px 3px;
	cursor: pointer;
	width: auto;
}

.dTwo_3_3_5_1>ul>li p {
	background: #d5f9b1;
	padding: 7px 18px !important;
	border-radius: 5px;
	height: auto  !important;
	text-indent: 0  !important;
	line-height:inherit !important;
	color: #000 !important;
	font-size: 14px !important;
}
.dTwo_3_3_5_1>ul>li:hover p {
	background: #66ce00;
	color: #fff !important;
}

/*微信客服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:-147px;
	right:32%;
	z-index: 99;
	/*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;
}
.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;
}