
#ts-box .Report-Complaints h2 {
	font-size: 32px;
	color: #132b8c;
	margin-left: 46px;
	position: relative;
}
#ts-box .Report-Complaints h2:before {
	content: '';
	display: block;
	width: 16px;
	height: 46px;
	background-color: #132b8c;
	position: absolute;
	left: -46px;
	top: 50%;
	transform: translateY(-50%);
}
#ts-box .Report-Complaints .Report-body {
	padding: 40px 0 90px;
}
#ts-box .Report-Complaints .Report-body p {
	font-size: 24px;
}
#ts-box .Report-Complaints:last-child .Report-body {
	padding-bottom: 0;
}
#ts-box .Report-Complaints .Report-body p a:hover{ color:#5a68b3;}
@media screen and (max-width: 1440px) {
	#ts-box .Report-Complaints h2 {
		font-size: 28px;
		margin-left: 32px;
	}
	#ts-box .Report-Complaints h2:before {
		width: 12px;
		left: -32px;
		height: 40px;
	}
	#ts-box .Report-Complaints .Report-body {
		padding: 30px 0 70px;
	}
	#ts-box .Report-Complaints .Report-body p {
		font-size: 24px;
	}
}
@media screen and (max-width: 1280px) {
	#ts-box .Report-Complaints h2 {
		font-size: 26px;
		margin-left: 28px;
	}
	#ts-box .Report-Complaints h2:before {
		width: 12px;
		left: -28px;
		height: 30px;
	}
	#ts-box .Report-Complaints .Report-body {
		padding: 25px 0 60px;
	}
	#ts-box .Report-Complaints .Report-body p {
		font-size: 22px;
	}
}
@media screen and (max-width: 1024px) {
	#ts-box .Report-Complaints h2 {
		font-size: 24px;
		margin-left: 24px;
	}
	#ts-box .Report-Complaints h2:before {
		width: 10px;
		left: -24px;
		height: 28px;
	}
	#ts-box .Report-Complaints .Report-body {
		padding: 20px 0 50px;
	}
	#ts-box .Report-Complaints .Report-body p {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	#ts-box .Report-Complaints h2 {
		font-size: 22px;
		margin-left: 20px;
	}
	#ts-box .Report-Complaints h2:before {
		width: 8px;
		left: -20px;
		height: 24px;
	}
	#ts-box .Report-Complaints .Report-body {
		padding: 15px 0 40px;
	}
	#ts-box .Report-Complaints .Report-body p {
		font-size: 18px;
	}
}
#cmcx-box .Delist-query {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	box-shadow: 0 15px 49px rgba(223, 223, 223, 0.1);
}
#cmcx-box .Delist-query .dquery-head {
	font-size: 32px;
	text-align: center;
	padding: 80px 0 45px; color:#595959;
}
#cmcx-box .delisting {
	width: 100%;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	color: #b60005;
	padding: 10px 0;
}
#cmcx-box ::-webkit-input-placeholder {
	font-size:18px;
}
#cmcx-box ::-moz-placeholder {
	font-size:18px;
}
#cmcx-box :-ms-input-placeholder {
	font-size:18px;
}
#cmcx-box .Delist-query .dquery-body {
	margin: 0 auto;
	width: 550px;
}
#cmcx-box .Delist-query .frm-item {
	border: 2px solid #e7e7e7;
	margin-bottom: 30px;
	transition: all .3s;
}
#cmcx-box .Delist-query .frm-item .txt {
	font-size: 22px;
	padding: 0 22px;
	height: 76px;
	width: 100%;
	box-sizing: border-box;
}
#cmcx-box .Delist-query .frm-item .txt::-webkit-input-placeholder {
	color:#ccc;
}
#cmcx-box .Delist-query .frm-item.focus {
	border-color: #5a68b3;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cmcx-box .Delist-query .frm-item2 {
	margin-bottom: 30px;
}
#cmcx-box .Delist-query .frm-item2 .frmtxt {
	border: 2px solid #e7e7e7;
	transition: all .3s;
	width: 47.27273%;
	float: left;
}
#cmcx-box .Delist-query .frm-item2 .frmtxt .txt {
	font-size: 22px;
	padding: 0 22px;
	height: 76px;
	width: 100%;
	box-sizing: border-box;
}
#cmcx-box .Delist-query .frm-item2 .frmtxt .txt::-webkit-input-placeholder {
	color:#ccc;
}
#cmcx-box .Delist-query .frm-item2 .frmtxt.focus {
	border-color: #5a68b3;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cmcx-box .Delist-query .frm-item2 .yzm {
	border: 2px solid #e7e7e7;
	transition: all .3s;
	width: 47.27273%;
	text-align: center;
	float: right;
	overflow: hidden;
	height: 80px;
}
#cmcx-box .Delist-query .frm-item2 .yzm canvas {
	height: 100%;
}
#cmcx-box .Delist-query .btns button {
	background-color: #5a68b3;
	font-size: 24px;
	height: 60px;
	width: 47.27273%;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	float: left;
}
#cmcx-box .Delist-query .btns button:before {
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background: inherit;
	z-index: -1;
	opacity: 0.5;
	-webkit-transform: scale3d(0.6, 0.4, 1);
	transform: scale3d(0.6, 0.4, 1);
	display: none\9;
}
#cmcx-box .Delist-query .btns button:hover {
	background: #b60005;
	border-color: #b60005;
	-webkit-transition: background-color .1s .3s, color .1s .3s;
	transition: background-color .1s .3s, color .1s .3s;
	-webkit-animation: anim-moema-1 .3s forwards;
	animation: anim-moema-1 .3s forwards;
}
#cmcx-box .Delist-query .btns button:hover:before {
	-webkit-animation: anim-moema-2 .3s .3s forwards;
	animation: anim-moema-2 .3s .3s forwards;
}
#cmcx-box .Delist-query .btns .btn-cx {
	float: right;
}
#cmcx-box .Delist-query .btns .btn-qk {
	border: 1px solid #d2d2d2;
	background-color: #eee;
	color: #333;
}
#cmcx-box .Delist-query .btns .btn-qk:hover {
	background: #eee;
	border-color: #eee;
}
#cmcx-box .Delist-query .dquery-foot {
	width: 805px;
	margin: 38px auto 0;
	padding: 40px 0 50px;
	border-top: 1px dashed #d2d2d2;
}
#cmcx-box .Delist-query .dquery-foot p {
	font-size: 18px;
	color: #666;
	margin-left: 25px;
	position: relative;
	margin-bottom: 5px;
}
#cmcx-box .Delist-query .dquery-foot p:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #5a68b3;
	position: absolute;
	left: -25px;
	top: 8px;
	border-radius: 50%;
}
@media screen and (max-width: 1440px) {
	#cmcx-box .Delist-query .dquery-head {
		font-size: 28px;
		padding: 70px 0 35px;
	}
	#cmcx-box .Co-docking-left .cont h3 {
		font-size: 22px;
		padding: 30px 0 20px;
	}
	#cmcx-box .Co-docking-left .cont ul li {
		font-size: 18px;
		padding: 15px 0;
	}
	#cmcx-box .Delist-query .frm-item {
		margin-bottom: 20px;
	}
	#cmcx-box .Delist-query .frm-item .txt {
		font-size: 20px;
		height: 68px;
		padding: 0 18px;
	}
	#cmcx-box .Delist-query .frm-item2 {
		margin-bottom: 20px;
	}
	#cmcx-box .Delist-query .frm-item2 .frmtxt .txt {
		font-size: 20px;
		height: 68px;
		padding: 0 18px;
	}
	#cmcx-box .Delist-query .frm-item2 {
		margin-bottom: 20px;
	}
	#cmcx-box .Delist-query .frm-item2 .yzm {
		height: 72px;
	}
	#cmcx-box .Delist-query .frm-item2 .yzm img {
		height: 100%;
	}
	#cmcx-box .Delist-query .btns button {
		font-size: 22px;
		height: 55vpx;
	}
	#cmcx-box .Delist-query .dquery-foot {
		padding: 30px 0 40px;
	}
	#cmcx-box .Delist-query .dquery-foot p {
		font-size: 16px;
		margin-left: 20px;
	}
	#cmcx-box .Delist-query .dquery-foot p:before {
		left: -20px;
		top: 6px;
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 1280px) {
	#cmcx-box .Delist-query {
		width: 80%;
	}
	#cmcx-box .Delist-query .dquery-head {
		font-size: 26px;
		padding: 60px 0 30px;
	}
	#cmcx-box .Delist-query .frm-item {
		margin-bottom: 15px;
	}
	#cmcx-box .Delist-query .frm-item .txt {
		font-size: 18px;
		height: 62px;
		padding: 0 15px;
	}
	#cmcx-box .Delist-query .frm-item2 {
		margin-bottom: 20px;
	}
	#cmcx-box .Delist-query .frm-item2 .frmtxt .txt {
		font-size: 18px;
		height: 62px;
		padding: 0 15px;
	}
	#cmcx-box .Delist-query .frm-item2 {
		margin-bottom: 20px;
	}
	#cmcx-box .Delist-query .frm-item2 .yzm {
		height: 66px;
	}
	#cmcx-box .Delist-query .btns button {
		font-size: 20px;
		height: 55px;
	}
	#cmcx-box .Delist-query .dquery-foot {
		padding: 20px 0 30px;
		width: 90%;
	}
	#cmcx-box .Delist-query .dquery-foot p {
		font-size: 14px;
		margin-left: 15px;
	}
	#cmcx-box .Delist-query .dquery-foot p:before {
		left: -15px;
		top: 6px;
		width: 6px;
		height: 6px;
	}
}
@media screen and (max-width: 1024px) {
	#cmcx-box .Delist-query {
		width: 90%;
	}
	#cmcx-box .Delist-query .dquery-head {
		font-size: 24px;
		padding: 50px 0 25px;
	}
	#cmcx-box .Delist-query .frm-item {
		margin-bottom: 12px;
	}
	#cmcx-box .Delist-query .frm-item .txt {
		font-size: 16px;
		height: 56px;
		padding: 0 12px;
	}
	#cmcx-box .Delist-query .frm-item2 {
		margin-bottom: 15px;
	}
	#cmcx-box .Delist-query .frm-item2 .frmtxt .txt {
		font-size: 16px;
		height: 56px;
		padding: 0 12px;
	}
	#cmcx-box .Delist-query .frm-item2 {
		margin-bottom: 15px;
	}
	#cmcx-box .Delist-query .frm-item2 .yzm {
		height: 60px;
	}
	#cmcx-box .Delist-query .btns button {
		font-size: 18px;
		height: 50px;
	}
	#cmcx-box .Delist-query .dquery-foot {
		padding: 15px 0 30px;
		width: 90%;
		margin-top: 20px;
	}
	#cmcx-box .Delist-query .dquery-foot p {
		margin-left: 15px;
	}
	#cmcx-box .Delist-query .dquery-foot p:before {
		left: -15px;
		top: 6px;
		width: 6px;
		height: 6px;
	}
}
@media screen and (max-width: 768px) {
	#cmcx-box .Delist-query {
		width: 100%;
	}
	#cmcx-box .Delist-query .dquery-head {
		font-size: 22px;
		padding: 40px 0 20px;
	}
	#cmcx-box .Delist-query .dquery-body {
		width: 90%;
	}
	#cmcx-box .Delist-query .frm-item {
		margin-bottom: 10px;
	}
	#cmcx-box .Delist-query .frm-item .txt {
		font-size: 14px;
		height: 50px;
		padding: 0 10px;
	}
	#cmcx-box .Delist-query .frm-item2 {
		margin-bottom: 15px;
	}
	#cmcx-box .Delist-query .frm-item2 .frmtxt {
		width: 49%;
	}
	#cmcx-box .Delist-query .frm-item2 .frmtxt .txt {
		font-size: 14px;
		height: 50px;
		padding: 0 10px;
	}
	#cmcx-box .Delist-query .frm-item2 {
		margin-bottom: 12px;
	}
	#cmcx-box .Delist-query .frm-item2 .yzm {
		height: 54px;
		width: 49%;
	}
	#cmcx-box .Delist-query .btns button {
		font-size: 16px;
		height: 50px;
		width: 49%;
	}
	#cmcx-box .Delist-query .dquery-foot {
		padding: 12px 0 30px;
		width: 90%;
		margin-top: 20px;
	}
	#cmcx-box .Delist-query .dquery-foot p {
		margin-left: 15px;
	}
	#cmcx-box .Delist-query .dquery-foot p:before {
		left: -15px;
	}
}
#hzgj-box .p_MatteIcon .iconfont:before {
	content: '\e602';
}
#hzgj-box ::-webkit-input-placeholder {
	font-size:22px;
}
#hzgj-box ::-moz-placeholder {
	font-size:22px;
}
#hzgj-box :-ms-input-placeholder {
	font-size:22px;
}
#hzgj-box >div {
	animation-fill-mode: both;
}
#hzgj-box .Co-docking {
	background-color: #fff;
	border: 1px solid #ccc;
	position: relative;
}
#hzgj-box .Co-docking-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(../img/bg_block.jpg);
	height: 100%;
	color: #fff;
	padding: 40px;
	box-sizing: border-box;
	transition: all .4s;
}
#hzgj-box .Co-docking-left .tit {
	margin-top: 20px;
}
#hzgj-box .Co-docking-left .tit h2 {
	font-size: 32px;
	display: inline-block;
	width: 36.46%;
	line-height: 73px;
	background-color: #fff;
	color: #132b8c;
	text-align: center;
	position: relative;
	margin: 0 10px;
}
#hzgj-box .Co-docking-left .tit h2:before {
	content: '';
	display: block;
	left: -10px;
	top: 0;
	height: 100%;
	width: 6px;
	background-color: #fff;
	position: absolute;
}
#hzgj-box .Co-docking-left .tit h2:after {
	content: '';
	display: block;
	right: -10px;
	top: 0;
	height: 100%;
	width: 6px;
	background-color: #fff;
	position: absolute;
}
#hzgj-box .Co-docking-left .tit p {
	font-size: 20px;
	line-height: 32px;
	margin-top: 16px;
}
#hzgj-box .Co-docking-left .cont h3 {
	font-size: 24px;
	padding: 30px 0 25px;
}
#hzgj-box .Co-docking-left .cont ul li {
	float: left;
	width: 12%;
	padding: 10px 0;
	margin-right:2%;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
#hzgj-box .Co-docking-left .cont ul li:nth-child(4n) {
	margin-right: 0;
}
#hzgj-box .Co-docking-left .cont ul li:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: url(../img/bot_jb.png) center 0/100% auto no-repeat;
	margin-top: 3px;
}
#hzgj-box .Co-docking-left .cont ul li span {
	display: inline-block;
}
#hzgj-box .Co-docking-left .cont ul li:hover span {
	-webkit-animation: swing .3s .3s forwards;
	animation: swing .3s .3s forwards;
}
#hzgj-box .Co-docking-left.move {
	left: 0;
	width: 50.78%;
}
#hzgj-box .Co-docking-left.move .cont ul li {
	width: 22%;
}
#hzgj-box .Co-docking-right {
	margin-left: 50.78%;
	box-sizing: border-box;
	padding: 40px;
	transition: all .4s;
	opacity: 0;
	visibility: hidden;
}
#hzgj-box .Co-docking-right.show {
	opacity: 1;
	visibility: visible;
}
#hzgj-box .Co-docking-right .form_f {
	margin-top: 22px;
}
#hzgj-box .Co-docking-right .frm-item {
	border: 2px solid #e7e7e7;
	margin-bottom: 30px;
	transition: all .3s; position:relative; overflow:hidden
}
.xzyzm{ position:absolute; top:0; right:0}

.xzyzm canvas {
	height: 100%;
}

#hzgj-box .Co-docking-right .frm-item .txt {
	font-size: 22px;
	padding: 0 22px;
	height: 76px;
	width: 100%;
	box-sizing: border-box;
}
#hzgj-box .Co-docking-right .frm-item .xzyzm{height: 76px; width:30%}
#hzgj-box .Co-docking-right .frm-item .xzyzm img{ width:100%; height:100%}

#hzgj-box .Co-docking-right .frm-item .txt::-webkit-input-placeholder {
	color:#ccc;
}
#hzgj-box .Co-docking-right .frm-item.focus {
	border-color: #5a68b3;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#hzgj-box .Co-docking-right .select-item {
	position: relative;
	margin-bottom: 30px;
	border: 2px solid #e7e7e7;
	height: 76px;
	transition: all .3s;
}
#hzgj-box .Co-docking-right .select-item:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid #d2d2d2;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 26px;
	z-index: 1;
}
#hzgj-box .Co-docking-right .select-item span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 22px;
	padding: 0 22px;
	line-height: 76px;
	box-sizing: border-box;
	color: #ccc;
}
#hzgj-box .Co-docking-right .select-item select {
	opacity: 0;
	width: 100%;
	height: 100%;
	font-size: 22px;
	padding: 0 22px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	z-index: 3;
	background: transparent;
	border: 0;
}
#hzgj-box .Co-docking-right .select-item select:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid #d2d2d2;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 26px;
	z-index: 4;
}
#hzgj-box .Co-docking-right .select-item select::-ms-expand {
	display:none;
}
#hzgj-box .Co-docking-right .select-item.focus {
	border-color: #5a68b3;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#hzgj-box .Co-docking-right .select-items .select-item {
	float: left;
	width: 48%;
}
#hzgj-box .Co-docking-right .select-items .select-item:first-child {
	margin-right: 4%;
}
#hzgj-box .Co-docking-right textarea {
	padding: 20px 22px;
	min-height: 115px;
	font-size: 22px;
	width: 100%;
	box-sizing: border-box;
}
#hzgj-box .Co-docking-right textarea::-webkit-input-placeholder {
	color:#ccc;
}
#hzgj-box .Co-docking-right .btn-submit {
	background-color: #132b8c;
	font-size: 24px;
	height: 80px;
	width: 100%;
	color: #fff;
	cursor: pointer;
	position: relative;
}
#hzgj-box .Co-docking-right .btn-submit:before {
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background: inherit;
	z-index: -1;
	opacity: 0.5;
	-webkit-transform: scale3d(0.6, 0.4, 1);
	transform: scale3d(0.6, 0.4, 1);
	display: none\9;
}
#hzgj-box .Co-docking-right .btn-submit:hover {
	background: #132b8c;
	border-color: #132b8c;
	-webkit-transition: background-color .1s .3s, color .1s .3s;
	transition: background-color .1s .3s, color .1s .3s;
	-webkit-animation: anim-moema-1 .3s forwards;
	animation: anim-moema-1 .3s forwards;
}
#hzgj-box .Co-docking-right .btn-submit:hover:before {
	-webkit-animation: anim-moema-2 .3s .3s forwards;
	animation: anim-moema-2 .3s .3s forwards;
}
@media screen and (max-width: 1440px) {
	#hzgj-box ::-webkit-input-placeholder {
		font-size: 20px;
	}
	#hzgj-box ::-moz-placeholder {
		font-size: 20px;
	}
	#hzgj-box :-ms-input-placeholder {
		font-size: 20px;
	}
	#hzgj-box .Co-docking-left {
		padding: 30px;
	}
	#hzgj-box .Co-docking-left .tit {
		margin-top: 15px;
	}
	#hzgj-box .Co-docking-left .tit h2 {
		font-size: 28px;
		line-height: 65px;
	}
	#hzgj-box .Co-docking-left .tit p {
		font-size: 18px;
		line-height: 30px;
	}
	#hzgj-box .Co-docking-left .cont h3 {
		font-size: 22px;
		padding: 20px 0 10px;
	}
	#hzgj-box .Co-docking-left .cont ul li {
		font-size: 18px;

	}
	#hzgj-box .Co-docking-right {
		padding: 30px;
	}
	#hzgj-box .Co-docking-right .frm-item {
		margin-bottom: 20px;
	}
	#hzgj-box .Co-docking-right .frm-item .txt {
		font-size: 20px;
		height: 68px;
		padding: 0 18px;
	}
	#hzgj-box .Co-docking-right .frm-item .xzyzm{	height: 68px;}


	#hzgj-box .Co-docking-right .select-item {
		margin-bottom: 20px;
		height: 68px;
	}
	#hzgj-box .Co-docking-right .select-item:before {
		right: 18px;
		border-width: 8px;
	}
	#hzgj-box .Co-docking-right .select-item span {
		font-size: 20px;
		height: 68px;
		padding: 0 18px;
		line-height: 68px;
	}
	#hzgj-box .Co-docking-right .select-item select {
		font-size: 20px;
		height: 68px;
		padding: 0 18px;
	}
	#hzgj-box .Co-docking-right textarea {
		font-size: 20px;
		min-height: 100px;
		padding: 20px 15px;
	}
	#hzgj-box .Co-docking-right .btn-submit {
		font-size: 22px;
		height: 70px;
	}
}
@media screen and (max-width: 1280px) {
	#hzgj-box ::-webkit-input-placeholder {
		font-size: 18px;
	}
	#hzgj-box ::-moz-placeholder {
		font-size: 18px;
	}
	#hzgj-box :-ms-input-placeholder {
		font-size: 18px;
	}
	#hzgj-box .Co-docking-left {
		padding: 25px;
	}
	#hzgj-box .Co-docking-left .tit {
		margin-top: 12px;
	}
	#hzgj-box .Co-docking-left .tit h2 {
		font-size: 26px;
		line-height: 60px;
	}
	#hzgj-box .Co-docking-left .tit p {
		font-size: 16px;
		line-height: 28px;
	}
	#hzgj-box .Co-docking-left .cont h3 {
		font-size: 20px;
		padding: 20px 0 0 0;
	}
	#hzgj-box .Co-docking-left .cont ul li {
		font-size: 16px;
		padding: 10px 0;
	}
	#hzgj-box .Co-docking-right {
		padding: 25px;
	}
	#hzgj-box .Co-docking-right .frm-item {
		margin-bottom: 15px;
	}
	#hzgj-box .Co-docking-right .frm-item .txt {
		font-size: 18px;
		height: 62px;
		padding: 0 15px;
	}
	#hzgj-box .Co-docking-right .frm-item .xzyzm{	height: 62px;}
	#hzgj-box .Co-docking-right .select-item {
		margin-bottom: 15px;

		height: 62px;
	}
	#hzgj-box .Co-docking-right .select-item:before {
		right: 12px;
		border-width: 6px;
		margin-top: -3px;
	}
	#hzgj-box .Co-docking-right .select-item span {
		font-size: 18px;
		height: 62px;
		padding: 0 15px;
		line-height: 62px;
	}
	#hzgj-box .Co-docking-right .select-item select {
		font-size: 18px;
		height: 62px;
		padding: 0 15px;
	}
	#hzgj-box .Co-docking-right textarea {
		font-size: 18px;
		min-height: 100px;
		padding: 15px 12px;
	}
	#hzgj-box .Co-docking-right .btn-submit {
		font-size: 18px;
		height: 65px;
	}
}
@media screen and (max-width: 1024px) {
	#hzgj-box ::-webkit-input-placeholder {
		font-size: 16px;
	}
	#hzgj-box ::-moz-placeholder {
		font-size: 16px;
	}
	#hzgj-box :-ms-input-placeholder {
		font-size: 16px;
	}
	#hzgj-box .Co-docking-left {
		padding: 20px;
	}
	#hzgj-box .Co-docking-left .tit {
		margin-top: 12px;
	}
	#hzgj-box .Co-docking-left .tit h2 {
		font-size: 24px;
		line-height: 50px;
	}
	#hzgj-box .Co-docking-left .tit p {
		font-size: 14px;
		line-height: 26px;
	}
	#hzgj-box .Co-docking-left .cont h3 {
		font-size: 18px;
		padding: 20px 0 10px;
	}
	#hzgj-box .Co-docking-left .cont ul li {
		font-size: 14px;
		padding: 8px 0;
	}
	#hzgj-box .Co-docking-left .cont ul li span {
		width: 60%;
		text-align: center;
	}
	#hzgj-box .Co-docking-right {
		padding: 20px;
	}
	#hzgj-box .Co-docking-right .frm-item {
		margin-bottom: 10px;
	}
	#hzgj-box .Co-docking-right .frm-item .txt {
		font-size: 16px;
		height: 56px;
		padding: 0 10px;
	}#hzgj-box .Co-docking-right .frm-item .xzyzm{	height: 56px;}
	#hzgj-box .Co-docking-right .select-item {
		margin-bottom: 10px;
		height: 56px;
	}
	#hzgj-box .Co-docking-right .select-item:before {
		right: 8px;
		border-width: 6px;
		margin-top: -3px;
	}
	#hzgj-box .Co-docking-right .select-item span {
		font-size: 16px;
		height: 56px;
		padding: 0 10px;
		line-height: 56px;
	}
	#hzgj-box .Co-docking-right .select-item select {
		font-size: 16px;
		height: 56px;
		padding: 0 10px;
	}
	#hzgj-box .Co-docking-right textarea {
		font-size: 16px;
		min-height: 100px;
		padding: 12px 10px;
	}
	#hzgj-box .Co-docking-right .btn-submit {
		font-size: 16px;
		height: 60px;
	}
}
@media screen and (max-width: 800px) {
	#hzgj-box .Co-docking-left .tit p {
		font-size: 13px;
	}
	#hzgj-box ::-webkit-input-placeholder {
		font-size: 14px;
	}
	#hzgj-box ::-moz-placeholder {
		font-size: 14px;
	}
	#hzgj-box :-ms-input-placeholder {
		font-size: 14px;
	}
	#hzgj-box .Co-docking-left {
		position: static;
		width: 100%;
	}
	#hzgj-box .Co-docking-left .tit {
		margin-top: 10px;
	}
	#hzgj-box .Co-docking-left .tit h2 {
		font-size: 22px;
		line-height: 45px;
	}
	#hzgj-box .Co-docking-left .cont h3 {
		padding: 15px 0 8px;
	}
	#hzgj-box .Co-docking-left .cont ul li {
		padding: 5px 0;
		width: 70px;
	}
	#hzgj-box .Co-docking-left .cont ul li span {
		width: 40%;
		text-align: center;
	}
	#hzgj-box .Co-docking-left .cont ul li p {
		padding: 0;
		box-sizing: border-box;
	}

	#hzgj-box .Co-docking-right {
		margin-left: 0;
		width: 100%;
		transition: all .4s;
		height: 0;
		visibility: hidden;
		opacity: 0;
		padding: 0;
		overflow: hidden;
	}
	#hzgj-box .Co-docking-right .form_f {
		margin-top: 10px;
	}
	#hzgj-box .Co-docking-right .frm-item .txt {
		font-size: 14px;
		height: 50px;
		padding: 0 8px;
	}#hzgj-box .Co-docking-right .frm-item .xzyzm{	height: 50px;}
	#hzgj-box .Co-docking-right .select-item {
		margin-bottom: 10px;
		height: 50px;
	}
	#hzgj-box .Co-docking-right .select-item:before {
		right: 5px;
	}
	#hzgj-box .Co-docking-right .select-item span {
		font-size: 14px;
		height: 50px;
		padding: 0 8px;
		line-height: 50px;
	}
	#hzgj-box .Co-docking-right .select-item select {
		font-size: 14px;
		height: 50px;
		padding: 0 8px;
	}
	#hzgj-box .Co-docking-right textarea {
		font-size: 14px;
		min-height: 100px;
		padding: 12px 8px;
	}
	#hzgj-box .Co-docking-right .btn-submit {
		font-size: 14px;
		height: 50px;
	}
	#hzgj-box .Co-docking-left.move {
		width: 100%;
	}
	#hzgj-box .Co-docking {
		border: none;
	}
	#hzgj-box .Co-docking-right.show {
		height: auto;
		visibility: visible;
		opacity: 1;
		padding: 10px;
		border: 1px solid #ccc;
		overflow: inherit;
	}
}
@media screen and (max-width: 500px) {
	#hzgj-box .Co-docking-left.move .cont ul li {
		width: 70px;
	}
	#hzgj-box .Co-docking-left.move .cont ul li.li5 {
		width: 80px;
	}
	#hzgj-box .Co-docking-left {
		padding: 20px 10px;
	}
	#hzgj-box .Co-docking-left .tit h2 {
		margin: 0 5px;
	}
	#hzgj-box .Co-docking-left .tit h2:before {
		width: 3px;
		left: -5px;
	}
	#hzgj-box .Co-docking-left .tit h2:after {
		width: 3px;
		right: -5px;
	}
	#hzgj-box .Co-docking-left .cont ul li {
		width: 25%;
		margin-right: 0;
	}
	#hzgj-box .Co-docking-right {
		padding: 20px 10px;
	}
}