* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:16px;
	line-height:2em;
}
ul, ol, li {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none
}
input, select {
	vertical-align:middle;
}
input, textarea {
	border:none;
}
body, td, th {
	font-size: 16px;
	line-height:1.8em;
}
body {
	margin: 0px;
	padding:0;
}
a {
	color:#005AB0;
	text-decoration:none;
}
a:hover {
	color:#fc7318
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
@keyframes move {
 10% {
 transform: rotate(30deg);
}
 20% {
 transform: rotate(-20deg);
}
 30% {
 transform: rotate(10deg);
}
 40% {
 transform: rotate(-5deg);
}
 50%, 100% {
 transform: rotate(0deg);
}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .container-fluid, .container {
	padding-right: 0;
	padding-left: 0;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.container-fluid {
	width:96%;
	max-width:1200px;
	margin:auto;
	clear:both;
}
.clear {
	clear:both;
}
.h1 {
	font-size:42px;
	font-weight:bold;
	text-align:center;
	padding:0px;
	display:block;
	line-height: 1.5em;
}
.h1 span {
	display:block;
	width:100px;
	background-color:#319FF4;
	height:10px;
	margin:10px auto
}
.h2 {
	font-size:24px;
	color:#CCC;
	text-align:center;
	padding:0px 20px 40px 20px;
	display:block;
	line-height: 1.5em;
}
.h3 {
	font-size:24px;
	color:#ccc;
	text-align:center;
	padding:20px;
	text-transform: uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.p20 {
	padding:20px;
}
.p40 {
	padding:40px;
}
.pc{ display:block;}
.mobile{ display:none;}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 10px 0;
	background: #f7faff;
	box-shadow: 0 3px 11.16px 0.84px rgba(0, 0, 0, 0.1);
}
.header .logo img {
	width:194px;
	display:block;
}
.header .menuico {
	display:none;
}
.header .menu li {
	float:left;
	width:11.1111%;
	position:relative;
}
.header .menu li a {
	display:block;
	font-weight:bold;
	height:60px;
	line-height:60px;
	text-align:center;
	transition: all 0.5s ease 0s;
	cursor:pointer;
}
.header .menu li:hover a, .header .menu li a.hover {
	background:#005AB0;
	color:#fff;
	transition: all 0.5s ease 0s;
}
.header .menu li ol {
	position:absolute;
	background:#005AB0;
	opacity: 0.9;
	z-index:999;
	width:100%;
	display:none;
}
.header .menu li:hover ol {
	display:block;
}
.header .menu li ol li {
	width:100%;
	text-align:center;
	border-bottom:1px solid #ffffff;
}
.header .menu li ol li:hover {
	background:rgba(0, 0, 0, 0);
	border-bottom:1px solid #ffffff;
}
.header .menu li ol li a {
	font-weight:normal;
	display:block;
	color:#FFFFFF;
	line-height:40px;
	height:40px;
	padding:0;
}
.banner {
	margin-top:80px;
}
.banner img {
	width:100%;
}
.index_history {
	background:#f7faff;
}
.index_history .box {
	padding:20px 0;
	margin:10px;
}
.index_history .box i {
	color:#005AB0;
	float:left;
 animation: move 2.5s .15s linear infinite;
}
.index_history .box .text {
	float:left;
	margin-left:20px;
}
.index_history .box b {
	display:block;
	color:#005AB0;
	font-size:36px;
	line-height:1em;
}
.index_do {
	background-image: -webkit-gradient(linear, left top, right top, from(#03136b), color-stop(#0d1e7f), color-stop(#162993), color-stop(#1c35a8), to(#2241be));
	background-image: -webkit-linear-gradient(left, #03136b, #0d1e7f, #162993, #1c35a8, #2241be);
	background-image: -o-linear-gradient(left, #03136b, #0d1e7f, #162993, #1c35a8, #2241be);
	background-image: linear-gradient(to right, #03136b, #0d1e7f, #162993, #1c35a8, #2241be);
	padding:50px 0;
}
.index_do .main {
	background-image:url(../images/indexbg_do.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.index_do .h1 {
	color:#fff;
}
.index_do .box {
	position: relative;
	background: #f7faff;
	padding:20px 0;
	margin:20px;
	text-align:center;
	border-radius: 15px;
	box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.index_do .box i {
	color:#319FF4;
	transition: all 0.5s ease 0s;
}
.index_do .box .name {
	font-size:24px;
}
.index_do .box .more {
	display:none;
}
.index_do .box:hover i {
	color:#005AB0;
	transform: translate(0px, -10px);
	transition: all 0.5s ease 0s;
}
.index_do .box:hover a{
    	color:#005AB0;
}
.index_service {
	padding:50px 0;
}
.index_service .box1 {
	background:#50cefe;
}
.index_service .box2 {
	background:#fcb72c;
}
.index_service .box3 {
	background:#fd7d5a;
}
.index_service .box4 {
	background:#EF6E2A;
}
.index_service .box5 {
	background:#2CE5D3;
}
.index_service .box6 {
	background:#C1D059;
}
.index_service .box7 {
	background:#D7A4FF;
}
.index_service .box8 {
	background:#26cfa6;
}
.index_service .box9 {
	background:#EF6E2A;
}
.index_service .box {
	margin:10px;
	padding:30px;
	color:#333;
	border-radius:15px;
	position:relative;
	transition: all 0.5s ease 0s;
	min-height:270px;
}
.index_service .box .number {
	color: #efefef;
	font-size: 150px;
	text-align: right;
	position: absolute;
	font-weight:bold;
	right: 0;
	bottom: 0;
	opacity: 0.3;
}
.index_service .box b {
	font-size:24px;
}
.index_service .box div a {
	border-radius:5px;
	border:1px solid #333;
	padding:5px;
	display:inline-block;
	margin:5px;
	color:#333;
}
.index_service .box:hover {
	transform: translate(0px, -15px);
	transition: all 0.5s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px;
}
.index_step {
	background-image:url(../images/indexbg_step.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size: 100% 100%;
	padding:50px 0;
}
.index_step .img img {
	width:100%;
}
.index_step .box {
	margin:10px;
	padding:10px;
	background:#DFEDFF;
	border-radius:15px;
	transition: all 0.5s ease 0s;
	text-align:center;
	border:2px solid #fff;
}
.index_step .box:hover {
	transition: all 0.5s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px;
}
.index_step .box i {
	color:#319FF4;
	transition: all 0.5s ease 0s;
}
.index_step .box:hover i {
	color:#005AB0;
	transition: all 0.5s ease 0s;
}
.index_step .box span {
	text-align:center;
	display:block;
	padding:10px 0;
	height:3.2em;
	line-height: 1.6em;
}
.index_why {
	background: #4d3ef0;
	background-image:url(../images/indexbg_why.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding:50px 0;
}
.index_why .h1 {
	color:#fff;
}
.index_why .box {
	background:#fff;
	display:block;
	transition: all 0.5s ease 0s;
}
.index_why .img {
	background:#fff;
	overflow:hidden;
}
.index_why .img img {
	width:100%;
	transition: all 0.5s ease 0s;
}
.index_why .img:hover {
	background:#ff6600;
	color:#fff;
}
.index_why .img:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.index_why .text {
	padding:20px;
}
.index_why .text b {
	font-weight:bold;
	font-size:36px;
	text-align:center;
	display:block;
}
.index_news {
	padding:50px 0;
}
.index_news .box {
	background:#319FF4;
	overflow: hidden;
	position:relative;
	margin:10px;
	padding:10px;
	border-radius:10px;
	color:#fff;
	transition: all 0.5s ease 0s;
}
.index_news .box .title {
	width:100%;
	font-weight:bold;
	text-align:left;
	color:#fff;
	font-size:18px;
	    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index_news .box a {
	color:#fff;
}
.index_news .box a:hover{
    text-decoration: none;
}
.index_news .box .img img{ width:100%;border-radius:10px;}
.index_news .box .desc {
	transition: all 0.5s ease 0s;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height:70px;
	overflow:hidden;
}
.index_news .box:hover {
	background:#005AB0;
	transition: all 0.5s ease 0s;
}
.index_news .box:hover .desc {
	width:100%;
	color:#fff;
	transition: all 0.5s ease 0s;
}
.index_parnter {
	padding:50px 0;
	background-image:url(../images/indexbg_case.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}
.index_parnter .box {
	text-align:center;
	padding:20px;
	background:#fff;
	margin:10px;
	position:relative;
}
.index_parnter .box img {
	width:100%;
	display:block;
	transition: all 0.5s ease 0s;
}
.index_parnter .box:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.footer {
	padding:50px 0;
	background-image:url(../images/footbg.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}
.footer a {
	color:#fff;
}
.footer .logo {
	font-size:24px;
	font-weight:bold;
}
.footer .box {
	background:rgba(2, 18, 106, 0.4);
	border-radius: 15px;
	color:#fff;
	padding:50px;
}
.footer .box .fl i {
	width:30px;
	text-align:center;
}
.footer .box .fr {
	border-left: 1px solid #273581;
}
.footer .box .fr ul {
	width:95%;
	margin:auto;
}
.footer .box .fr li {
	float:left;
	width:20%;
}
.footer .box .fr li .top {
	border-bottom:4px solid #fff;
	padding-bottom:10px;
	font-size:20px;
	font-weight:bold;
}
.footer .box .fr li ol {
	margin-top:20PX;
}
.footer .box .fr li li {
	width:100%;
}
.copyright {
	padding: 20px 0;
	background: #111f73;
	text-align:center;
	color:#fff;
}
.copyright a{color:#fff;}
.pagebanner {
	background-image:url(../images/aboutbg.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding:50px 0;
}
.pagebanner .text {
	padding:50px;
	text-align:left;
	color:#fff;
	font-size:24px;
	font-weight:bold
}
.pagebanner .text b {
	font-size:48px;
	display:block;
	border-bottom:5px solid #fff;
	width: max-content;
}
.pagebanner .text b span {
	margin: 0 20px;
}
.pagebanner .img {
	padding:0 50px;
}
.pagebanner .img img {
	width:100%;
}
.about_list {
	background:#f7faff;
}
.about_list .img {
	padding:50px;
}
.about_list .img img {
	width:100%;
	display:block;
}
.about_list .box {
	padding:50px;
	border-radius:15px;
}
.about_list .text h4 {
	font-size:24px;
	text-align:center;
	font-weight:bold;
}
.write_step {
	padding:50px 0;
	position:relative;
}
.write_step .box {
	position: relative;
	padding:40px;
	margin:40px 10px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .16);
	box-shadow: 3px 3px 20px rgba(0, 0, 0, .16);
	transition: all 0.5s ease 0s;
}
.write_step .box:hover {
	transform: translate(0px, -15px);
	transition: all 0.5s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px;
}
.write_step .box .number {
	border: 5px solid #d32020;
	background: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 36px;
	color: #d32020;
	text-align:center;
	margin-left:50%;
	position:absolute;
	left:-35px;
	top:-35px;
	font-weight:bold;
 animation: move 2.5s .15s linear infinite;
}
.write_step .box .ico {
	background: #fbf4f4;
	border-radius: 50%;
	margin:auto;
	width:80px;
	height:80px;
}
.write_step .box .ico i {
	border-radius: 50%;
	font-size: 40px;
	color: #d32020;
	padding:20px;
}
.write_step .box .title {
	font-size:24px;
	text-align:center;
	font-weight:bold;
}
.write_step .tips {
	color:#efefef;
	font-size:100px;
	position:absolute;
	right:0;
	bottom:0;
	opacity: 0.5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.write_case {
	padding:50px 0;
}
.write_case .box {
	border:10px solid #f7faff;
	padding:10px;
	overflow:hidden;
}
.write_case img {
	width:100%;
	transition: all 0.5s ease 0s;
}
.write_case .box:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.write_what .box {
	padding:80px 50px;
}
.write_what .box p {
	text-indent:2em;
}
.write_what .img {
	padding:0 50px;
}
.write_what .img img {
	width:100%;
}
.send_step {
	padding:50px 0;
}
.send_step .box {
	padding:10px;
	margin:10px;
	position:relative;
	overflow:hidden;
	border-radius:15px;
}
.send_step .box .img img {
	width:100%;
	display:block;
}
.send_step .box .img::after {
content: "";
 position: absolute;
 z-index: 1;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), color-stop(20%, rgba(0, 0, 0, .1)), to(#d32020));
 background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .1) 20%, #d32020 100%);
 background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .1) 20%, #d32020 100%);
 -webkit-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
}
.send_step .box .title {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	font-size:24px;
	color:#fff;
	z-index:2;
	padding:10px 0;
	font-weight:bold;
}
.send_step .box .desc {
	position:absolute;
	top:-100%;
	left:0;
	width:100%;
	z-index:1;
	transition:all 500ms ease-in-out;
	background: rgba(255, 102, 0, 0.7);
	height:100%;
}
.send_step .box .desc b {
	font-size:20px;
}
.send_step .box .desc .detail {
	padding:30px;
	color:#fff;
}
.send_step .box .desc li {
	float:left;
	width:50%;
	margin:0;
}
.send_step .box .desc li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
	margin-bottom: 6px;
}
.send_step .box:hover .desc {
	top:0;
	transition:all 500ms ease-in-out;
}
.send_case .box {
	border:1px solid #f7faff;
	padding:5px;
	overflow:hidden;
	text-align:center;
}
.send_case .box img {
	width:90%;
	transition: all 0.5s ease 0s;
	display:block;
	margin:auto;
}
.send_case li .box:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.xhs_step .h4 {
	border-bottom:#f62d4f 2px solid;
	color:#f62d4f;
	font-size:36px;
	padding:10px;
	font-weight:bold;
}
.wx_step {
	padding:50px 0;
}
.wx_step .box {
	background:#2aae67;
	border-radius:15px;
	margin:10px;
	padding:20px;
	color:#fff;
	min-height:200px;
	position:relative;
	transition: all 0.5s ease 0s;
}
.wx_step .box:hover {
	transform: translate(0px, -15px);
	background:#005AB0;
	transition: all 0.5s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px;
}
.wx_step .box .img i {
	position:absolute;
	right:20px;
	top:20px;
	z-index:2;
	font-size:8em;
	color: rgba(255, 255, 255, 0.3);
}
.wx_step .box .title {
	font-size:24px;
	font-weight:bold;
}
.wx_step .box .desc {
	top:0;
}
.wx_type {
	padding:50px 0;
}
.wx_type .box {
	color:#fff;
	padding:20px;
	margin:10px;
	background:#2aae67;
}
.wx_type .box b {
	font-size:36px;
}
.wx_type .box p {
	padding:20px 0;
}
.wx_type .img img {
	width:100%;
	display:block;
}
.wb_step .box {
	background:#319FF4;
}
.wb_type .box {
	background:#005AB0;
}
.website_1 {
	background: #f5f6fa;
}
.website_1 .row {
	padding: 50px 0;
}
.website_1 .text span {
	font-size: 30px;
	font-weight:bold;
	color: #000;
	display: block;
	margin-bottom: 20px;
}
.website_1 .text {
	text-align:right;
}
.website_1 .text p {
	color: #828282;
	display: block;
}
.website_1 .text a {
	text-align: center;
	padding:10px 30px;
	border-radius: 35px;
	background: #ff6600;
	color: #fff;
}
.website_1 .img {
	text-align:left;
	
}
.website_1 .img img {
	height: 200px;
	background: #319FF4;
	border-radius: 10px; padding: 10px; width: 200px;
}
.website_1 .row2 {
	background:#efefef;
}
.website_1 .row2 .text {
	text-align:left;
}
.website_1 .row2 .img img {
	float:right;
}
.website_2 .box {
	padding:10px;
	margin:10px;
}
.website_2 .img img {
	max-width: 100%;
	display: block;
}
.website_2 .text span {
	font-size: 20px;
	font-weight:bold;
	color: #666;
	display: block;
}
.website_2 .text p {
	color: #999;
}
.website_3 .box {
	border:2px solid #3399ff;
	border-radius:15px;
	margin:10px;
	padding:20px;
}
.website_3 .box i {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -46px;
	margin-top: -32px;
	padding: 6px 20px;
	background: #ff6600;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	display: block;
}
.website_3 .box i:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid black;
	border-top-color: #ff6600;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.website_3 .box h3 {
	margin: 20px 0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.website_3 .box h3 em {
	font-size: 10px;
	position: relative;
	left: -8px;
	top: -12px;
	font-weight: bold;
}
.website_3 .box span {
	text-align:center;
	padding-bottom: 20px;
	color: #666;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.website_3 .box p {
	display: block;
}
.website_3 .box a {
	background:#005AB0;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding:10px 0;
}
.website_3 .box a:hover {
	background:#005AB0;
	color: #fff;
}
.website_3 .on {
	background: #3399ff;
	border:2px solid #3399ff;
	color:#fff;
}
.website_3 .on span {
	color:#fff;
}
.xcx_setp .box {
	padding:0;
}
.xcx_setp .img {
	overflow:hidden;
	display: none;
}
.xcx_setp .img img {
	width:100%;
	transition: all 0.5s ease 0s;
}
.xcx_setp .title {
	padding:0 10px;
}
.xcx_setp .desc {
	padding:10px;
}
.xcx_setp .img:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
}
.company_step .title {
	background:#2686d1;
	margin:10px;
	text-align:center;
	padding:10px;
	min-height:200px;
	color:#fff;
	border-radius:15px;
}
.company_step .title p {
	font-size:36px;
	font-weight:bold;
	padding:20px 0;
}
.company_step .desc {
	margin:10px;
	padding:10px;
	text-align:center;
	min-height:200px;
	border:2px solid #cccccc;
	display:block;
	border-radius:15px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px;
	transition: all 0.5s ease 0s;
}
.company_step .desc .p1{ display:none;}
.company_step .desc .p2 {
	font-size:24px;
	font-weight:bold;
}
.company_step .desc:hover {
	transform: translate(0px, -15px);
	background:#efefef;
	transition: all 0.5s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px;
}
.company_step .row2 .title {
	background:#eb7312
}
.company_step .row3 .title {
	background:#e6251c
}
.company_step .row4 .title {
	background:#04c5be
}
.feedback {
	padding:30px 100px;
	background:#f7faff;
	background-image:url(../images/feedbackbg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.feedback .box{ width:100%; max-width:500px; margin:auto;}
.feedback .all {
	margin:10px;
}
.feedback .all textarea {
	border:1px solid #efefef;
	width:100%;
	height:200px;
	box-sizing: content-box;
	padding:5px;
	background-color: #fcfbfa;
	border: 1px solid #e4e4e4;
	width: 100%;
	box-sizing: border-box;
	border-radius:5px;
	transition: all 0.5s ease 0s;
}
.feedback .all textarea:hover, .feedback .all input:hover {
	border:1px solid #005AB0;
	transition: all 0.5s ease 0s;
}
.feedback .all input {
	border:1px solid #efefef;
	width:100%;
	box-sizing: content-box;
	padding:5px;
	background-color: #fcfbfa;
	border: 1px solid #e4e4e4;
	width: 100%;
	box-sizing: border-box;
	border-radius:5px;
}
.feedback .all .button {
	background:#005AB0;
	color:#fff;
	border:1px solid #005AB0
}
.contactus { position:fixed; bottom:0; left:0; width:100%; display:none;}
.contactus .container-fluid{ width:100%;}
.contactus .li{ text-align:center; padding:8px 0; background:#333; color:#fff; margin:0.5px;}
.contactus .li a{ color:#fff;}
.pagination{ text-align:center;display: block; margin:5px 0;}
.xhs_step .box .title{ position:relative; height:80px}
.xhs_step .box .title .border{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #FF6373;
    color: #FF6373;
    text-align: center;
    padding-top:25px;
    margin-top: -18%;
}
.floatlink{ background-color:#F07003;
               position: fixed;
    left: 10px;
    bottom: 50px;
    padding: 10px;
    z-index:100;
              }
              .floatlink a:hover{text-decoration: none;}
              .floatlink ul li{ border-bottom:1px solid #efefef; text-align:center; padding:5px 0;}
              .floatlink ul li img{ display:block; width:36px; margin:auto;}
              .floatlink ul li span{ display:block; font-size:12px; color:#fff;}
@media (max-width: 992px) {
.pc{ display:none;}
.mobile{ display:block;}
 .h1 {
font-size:24px;
margin: 5px 0;
}
.h1 span{ height:5px; margin:5px auto;}
 .h2 {
font-size:18px;
padding: 0px 20px 20px 20px;
}
.header .menuico {
display:block;
float:right;
margin-top:15px;
}
.header .menu {
position:fixed;
top:80px;
left:0;
background:#F9FAFB;
width:100%;
display:none;
}
.header .menu li {
float:left;
width:48%;
display:block;
padding:1%;
}
.header .menu li ol {
width:96%;
}
.footer {
padding:30px 0;
}
.footer .box {
padding:20px;
}
.footer .box .fr {
display:none;
}
.index_service{ padding:20px 0;}
.index_step{ padding:20px 0;}
.index_news{ padding:20px 0;}
.index_why{ padding:20px 0;}
.index_parnter{ padding:20px 0;}
.index_history .box {
text-align:center;
padding: 5px; margin: 5px;
}
.index_history .box b{ font-size:20px;}
.index_history .box span{ font-size:12px;display: block;
    line-height: 1.4em;}
.index_history .box i {
float:inherit;
display: block;
margin: auto;
    font-size: 40px;
}
.index_history .box i:before{ font-size:40px;}
.index_history .box .text {
margin:auto;
width:100%;
margin-top:10px;
}
.index_do .box {
margin:10px;
padding: 10px 0;
}
.index_do .box p.img{
    margin: 0;
    margin-top:10px;
}
.index_do .box i.fa-5x {
font-size:3em;
}
.index_do .box .name {
font-size:16px;
}
.index_service .box {
min-height:inherit;
padding: 10px;
}
.index_step .box {
padding:10px 0;
}
.index_why .box {
border-bottom:1px solid #efefef;
}
.index_why .text {
padding:10px;
}
.index_why .text b {
font-size:18px;
}
.index_news .box {
padding:5px;
margin:5px;
}
.index_news .box .desc {
    font-size: 14px;

}
.index_news .box .title{ font-size:16px;}
.index_parnter .box{
    padding: 5px;
    margin: 5px;
}
.pagebanner{
    padding: 0;
}
.pagebanner .text {
padding:20px 30px;
font-size: 16px;
}
.pagebanner .text b {
font-size:24px;
}
.write_what .box {
padding:20px;
}
.write_step .tips {
font-size:24px;
}
.wx_step .box {
min-height:inherit;
}
.company_step .title {
min-height: inherit;
}
.company_step .title p {
padding:10px;
}
.website_1 .row {
padding:10px 0;
}
.website_1 .text {
text-align:center;
}
.website_1 .text a {
display:none;
}
.website_1 .text p{
    margin: 0;
}
.website_1 .text span{
    font-size: 24px; margin-bottom:0 ;
}
.website_1 .img {
text-align:center;
padding:10px 0;

}
.website_1 .img img {
width: 100px;
    height: 100px;
}
.website_1 .row2 .img img {
float:inherit;

}
.website_1 .row2 .text {
text-align:center;
padding:0 10px;
}
.website_2 .box{ padding:0}
.website_2 .img img {
display:none;
}

.website_3 .box{ padding:10px;}
.website_3 .box h3{ margin:5px auto;}
.website_3 .box p{ margin:0;}
.website_3 .box span{ padding-bottom:5px; margin-bottom:5px;}

.about_list .box {
padding:20px;
}
.wx_step{ padding:10px 0;}
.wx_step .box {
padding:10px;
}

.write_step .box{ padding:10px; margin:10px;}
.write_step .box .number{ display:none;}
.send_step .box .title {
font-size:18px;
}
.send_step .box .desc b {
display:block;
text-align:center;
width:100%;
font-weight:normal;
font-size:18px;
}
.send_step .box .desc .detail {
padding:10px;
}
.feedback{
padding:10px;}

.feedback .all{ margin:5px}
.contactus{ display:block; z-index:99999;}
}
