.content {
	padding-top: 80px;
}
.content .h1 {
	text-align: center; color: rgb(51, 51, 51); line-height: 36px; padding-bottom: 20px; font-size: 36px; font-weight: lighter; position: relative;
}
.content .h1::after {
	background:#01a2ff; left: 50%; width: 10px; height: 2px; bottom: 0px; margin-left: -5px; position: absolute; content: "";
}
.ab-one .h1::before {
	background: url("../images/ab_03.png") no-repeat; top: -22px; width: 56px; height: 56px; right: 595px; position: absolute; content: "";
}
.ab-one p {
	text-align: center; color: rgb(68, 68, 68); line-height: 30px; font-size: 18px; margin-top: 32px;
}
.ab-one p span {
	color:#0594e7; font-size: 24px;
}
.ab-one .ul {
	background: rgb(250, 250, 250); padding-bottom: 70px; margin-top: 70px;
}
.ab-one li {
	transition:1s; width: 300px; text-align: center; margin-top: 60px; float: left; position: relative;
}
.ab-one li::after {
	background: rgb(232, 232, 232); top: 0px; width: 1px; height: 60px; right: 0px; position: absolute; content: "";
}
.ab-one li:nth-child(4n)::after {
	display: none;
}
.ab-one li:last-child::after {
	display: none;
}
.ab-one li:nth-child(5) {
	margin-left: 113px;
}
.ab-one li:nth-child(6) {
	width: 356px;
}
.ab-one li .count-title {
	color: rgb(68, 68, 68); line-height: 50px; font-family: Brandon Text; font-size: 70px; margin-bottom: 18px; display: inline-block;
}
.ab-one li span {
	color: rgb(68, 68, 68); line-height: 50px; font-family: Brandon Text; font-size: 70px; margin-left: 5px; display: inline-block;
}
.ab-one li .h2 {
	color: rgb(119, 119, 119); font-size: 16px;
}
.ab-one li:hover .count-title {
	color:#0594e7;
}
.ab-one li:hover span {
	color:#0594e7;
}
.ab-one li:hover {
	transform: translateY(-10px);
}
.ab-two {
	background: url("../images/ab-two.png") fixed no-repeat center / cover; height: 200px; padding-top: 100px;
}
.ab-two .h1 {
	color: white; line-height: 36px; padding-bottom: 20px; font-size: 36px; font-weight: lighter; float: left; position: relative;
}
.ab-two .h1::after {
	background:#01a2ff; left: 0px; width: 10px; height: 2px; bottom: 0px; position: absolute; content: "";
}
.ab-two p {
	width: 572px; color: white; line-height: 30px; font-size: 16px; font-weight: lighter; float: right;
}
.ab-three {
	padding-bottom: 80px;
}
.ab-three ul {
	margin-top: 37px;
}
.ab-three li {
	width: 300px; text-align: center; margin-top: 48px; float: left;
}
.ab-three .abt-pic {
	width: 300px; height: 120px; text-align: center; vertical-align: middle; display: table-cell;
}
.ab-three .abt-pic img {
	transition:1s;
}
.ab-three li:hover .abt-pic img {
	transform: rotateY(180deg);
}
.ab-three li .h2 {
	color: rgb(51, 51, 51); line-height: 22px; font-size: 22px; margin-top: 30px; margin-bottom: 20px;
}
.ab-three li p {
	margin: 0px auto; width: 240px; text-align: center; color: rgb(102, 102, 102); line-height: 24px; font-size: 16px;
}
.about-four-top {
	background: rgb(250, 250, 250); padding-bottom: 130px; position: relative; z-index: 2;
}
.about-four-top::after {
	background: url("../images/20190506_01.png") no-repeat right 0% bottom -12px; width: 300px; height: 450px; right: 0px; bottom: -4px; position: absolute; z-index: -1; content: "";
}
.about-four .h2 {
	margin: 20px 0px 90px; text-align: center; color: rgb(102, 102, 102); font-size: 16px; font-weight: 100;
}
.about-four-list li {
	width: 25%; text-align: center; float: left;
}
.about-four-list .m-icon {
	height: 100px;
}
.about-four-list .m-tit {
	margin: 15px 0px 20px; font-size: 22px;
}
.about-four-list p {
	color: rgb(102, 102, 102); font-size: 16px; font-weight: 100;
}
.about-four-bottom {
	background: rgb(255, 255, 255); width: 100%; overflow: hidden; padding-top: 4px; position: relative; z-index: 1;
}
.about-four-bottom::before {
	background: rgb(5, 31, 101); left: 0px; top: 4px; width: 50%; height: 100%; margin-left: -2px; position: absolute; z-index: -1; content: "";
}
.about-four-bottom::after {
	background: rgb(51, 51, 51); top: 4px; width: 50%; height: 100%; right: 0px; margin-right: -2px; position: absolute; z-index: -1; content: "";
}
.about-four-item {
	padding: 85px 0px 52px; transition:0.6s; width: 50%; color: rgb(255, 255, 255); float: left;
}.about-four-item .m-pic {
	width: 160px; float: left;
}
.about-four-item .m-pic img {
	max-width: 100%;
}
.about-four-item .m-cont {
	margin-left: 160px;
}
.about-four-item .m-tit {
	font-size: 30px; font-weight: 100;
}
.about-four-item .m-hr {
	background:#01a2ff; margin: 12px 0px 20px; width: 10px; height: 2px;
}
.about-four-item .m-des {
	line-height: 1.5; font-size: 16px; font-weight: 100;
}
.about-four-list li:hover .m-icon {
	animation:doudong 1s; -webkit-animation: doudong 1s ease;
}
.contact-ways {
	padding-top: 20px;
}
.contact-ways .info {
	padding: 27px 9.06% 73px;
}
.contact-ways .info .item {
	width: 25%; color: rgb(26, 26, 26); line-height: 28px; font-size: 16px; float: left;
}
.contact-ways .info .item a {
	color: rgb(26, 26, 26);
}
.contact-ways .info .item a:hover {
	color: rgb(216, 0, 0);
}
.contact-ways .info img {
	vertical-align: middle;
}
.contact-ways .info .ico {
	text-align: center; margin-bottom: 30px;
}
.contact-ways .info h4 {
	text-align: center; font-weight: bold;
}
.contact-ways .info span {
	text-align: right; vertical-align: top; display: inline-block;
}
.contact-ways .info .label1 {
	width: 46%;
}
.contact-ways .info .label2 {
	width: 46%;
}
.contact-ways .info .label3 {
	width: 43%;
}
.contact-ways .info .label4 {
	width: 45%;
}

.contact-feedback {
	padding: 80px 0px 86px;
}
.contact-feedback .m-chl-title {
	margin-bottom: 41px;
}
input {
	background: none; margin: 0px; padding: 0px; border: currentColor; border-image: none; resize: none;
}
button {
	background: none; margin: 0px; padding: 0px; border: currentColor; border-image: none; resize: none;
}
.m-diff-title {
	text-align: center; color: rgb(26, 26, 26); line-height: 46px; font-size: 32px;
}
.m-chl-title {
	text-align: center; color: rgb(26, 26, 26); line-height: 46px; font-size: 32px;
}
.m-diff-title {
	color: rgb(51, 51, 51);
}
.contact-feedback .contact-form {
	margin: 0px auto; max-width: 1200px;
}
.contact-feedback .text {
	width: 580px; float: left;
}
.contact-feedback .text label {
	padding: 17px 0px; margin-bottom: 36px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.contact-feedback .text label input {
	width: 100%; height: 16px; line-height: 32px; font-size: 16px; display: block;
}
.contact-feedback .text label input:-ms-input-placeholder {
	color: rgb(153, 153, 153);
}
.contact-feedback .text .imgval {
	position: relative;
}
.contact-feedback .text .imgval img {
	top: 5px; height: 40px; right: 0px; position: absolute;
}
.contact-feedback .msg {
	width: 580px; float: right;
}
.contact-feedback .msg p {
	line-height: 50px; font-size: 16px;
}
.contact-feedback .msg textarea {
	padding: 10px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 560px; height: 329px; display: block;
}
.contact-feedback .form-ctrl {
	margin: 0px auto; width: 431px; padding-top: 12px;
}
.contact-feedback .form-ctrl label {
	padding: 20px 0px; width: 197px; height: 20px; display: block;
}
.contact-feedback .form-ctrl label input {
	width: 100%; height: 20px; text-align: center; color: rgb(255, 255, 255); line-height: 20px; font-size: 18px; display: block;
}
.contact-feedback .form-ctrl .sub {
	float: left; background-color:#1196e4;
}
.contact-feedback .form-ctrl .reset {
	float: right; background-color: rgb(204, 204, 204);
}
#code{line-height:40px;}
.job_h1{font-size:16px; font-weight:bold; margin-top:15px; margin-bottom:5px;}