/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
h1,h2{
	font-weight: normal;
}

body{overflow-x: hidden;}

.pcx{display: block !important;}
.mdx{display: none !important;}

.trst{
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

/* =========== */

@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑","arial";
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}


.container {
	max-width: 1200px !important;
	margin: auto;
	padding-left: 0px;
	padding-right: 0px;
}

.container {
	width: 100% !important;
}

/*头部样式*/
/*banner*/
/*list*/
.list {
	padding-top: 50px;
	padding-bottom: 50px;
}

.list:after {
	content: " ";
	display: table;
	clear: both;
}

.list .listitem {
	float: left;
	width: 33.333%;
	padding: 0 10px;
}

.list .listitem:after {
	content: " ";
	display: table;
	clear: both;
}

.list .listitem:nth-child(2),
.list .listitem:nth-child(3) {
	border-left: 1px solid #d6d6d6;
}

/* .list .listitem:nth-child(1) .listtext {
	padding-right: 25px;
}

.list .listitem:nth-child(2) .listtext {
	padding-right: 30px;
}

.list .listitem:nth-child(3) .listtext {
	padding-right: 30px;
} */

.list .listitem .listtext {
	float: left;
	width: calc(100% - 87px);
	width: -moz-calc(100% - 87px);
	width: -webkit-calc(100% - 87px);
	width: -ms-calc(100% - 87px);
}

.list .listitem .listtext .listtexttop:after {
	content: " ";
	display: table;
	clear: both;
}

.list .listitem .listtext .listtexttop div {
	float: left;
	font-size: 42px;
	color: #333;
	font-weight: bold;
}

.list .listitem .listtext .listtexttop div:nth-of-type(1) {
	margin-top: 10px;
	padding-bottom: 20px;
	padding-right: 25px;
}

.list .listitem .listtext .listtexttop div:nth-of-type(2) {
	margin-top: -12px;
}

.list .listitem .listtext p {
	font-size: 18px;
	line-height: 1;
	color: #666;
}

.list .listitem .listtext p:nth-child(2) {
	padding-bottom: 10px;
}

.list .listitem .listimg {
	float: left;
	padding-top: 30px;
	width: 87px;
}
.list .listitem .listimg img{width: 100%;}
.flow {
	background: url("../images/flowbg.jpg") no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}
.flow .flow-top{margin-bottom: 20px;}
.flow .flow-top:after {
	content: " ";
	display: table;
	clear: both;
}

.flow .flow-top .flow-left {
	position: relative;
	float: left;
}

.flow .flow-top .flow-left .flow-left-top {
	padding-left: 14px;
	padding-top: 40px;
}

.flow .flow-top .flow-left .flow-left-top .flow-logo {
	padding-bottom: 6px;
}

.flow .flow-top .flow-left .flow-left-top .flow-logo:after {
	content: " ";
	display: table;
	clear: both;
}

.flow .flow-top .flow-left .flow-left-top .flow-logo div {
	float: left;
	font-size: 30px;
	font-family:  "微软雅黑","arial";
}

.flow .flow-top .flow-left .flow-left-top .flow-logo div:nth-of-type(1) {
	padding-right: 18px;
	font-weight: bold;
	color: #333333;
}

.flow .flow-top .flow-left .flow-left-top .flow-logo div:nth-of-type(2) {
	margin-top: -15px;
}

.flow .flow-top .flow-left .flow-left-top p {
	padding: 8px 0;
	background: #167df2;
	width: 160px;
	font-size: 16px;
	color: white;
	text-align: center;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(22, 125, 242, 0.7);
}
.flow .flow-top .flow-left .flow-left-bottom{
	width: 550px;height: 500px;position: absolute;
}
.flow .flow-top .flow-left .flow-left-bottom .flowser {
	position: absolute; width: 330px;height: 360px;
	top: 70px;left: 110px;
}

.flow .flow-top .flow-left .flow-left-bottom a {
	position: absolute;
}

.flow .flow-top .flow-left .flow-left-bottom a:nth-of-type(1) {
	top: 75px;
	left: 40px;
}

.flow .flow-top .flow-left .flow-left-bottom a:nth-of-type(2) {
	top: 75px;
	left: 370px;
}

.flow .flow-top .flow-left .flow-left-bottom a:nth-of-type(3) {
	top: 300px;
	left: 20px;
}

.flow .flow-top .flow-left .flow-left-bottom a:nth-of-type(4) {
	top: 305px;
	left: 400px;
}

.flow .flow-top .flow-left .flow-left-bottom a:nth-of-type(5) {
	top: 400px;
	left: 208px;
}

.flow .flow-top .flow-right {
	float: right;
	margin-right: 20px;
}

.flow .flow-top .flow-right h3 {
	padding-top: 148px;
	padding-bottom: 18px;
	font-size: 36px;
	font-family:  "微软雅黑","arial";
}

.flow .flow-top .flow-right p {
	font-family: "微软雅黑","arial";
	font-size: 18px;
	padding-top: 18px;
	line-height: 2;
}

.flow .flow-top .flow-right p:nth-of-type(1),
.flow .flow-top .flow-right p:nth-of-type(3) {
	padding-bottom: 4px;
}

.flow .flow-top .flow-right p:nth-of-type(2),
.flow .flow-top .flow-right p:nth-of-type(4) {
	padding-top: 0px;
}

.flow .flow-top .flow-right p:nth-of-type(2),
.flow .flow-top .flow-right p:nth-of-type(4),
.flow .flow-top .flow-right p:nth-of-type(5) {
	border-bottom: 1px solid #d9d9d9;
}

.flow .flow-top .flow-right p span {
	font-size: 22px;
	color: #167df2;
	font-weight: bold;
}

.flow .flow-top .flow-right button {
	background: url("../images/jkhzbg.jpg");
	font-family:  "微软雅黑","arial";
	margin-top: 20px;
	margin-bottom: 95px;
	color: white;
	font-size: 24px;
	line-height: 54px;
	width: 180px;
	height: 54px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	outline: none;
}

.flow .flow-top .flow-right button a {
	width: 100%;
	color: white;
	font-size: 24px;
}

.flow .flow-list {
	padding-bottom: 16px;
	background: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.flow .flow-list h4 {
	font-size: 20px;
	color: #636363;
	font-weight: bold;
	padding: 26px 0 26px 30px;
}

.flow .flow-list div:after {
	content: " ";
	display: table;
	clear: both;
}

.flow .flow-list div ul {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 13px;
}

.flow .flow-list div ul:after {
	content: " ";
	display: table;
	clear: both;
}

.flow .flow-list div ul li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding-left: 4px;
	text-align: center;
}
.flow .flow-list div ul li img{width: 100%;max-width: 66px;margin: 0 auto;}
.flow .flow-list div ul li:hover img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.brand {
	position: relative;
	/*这是brand两边的小点点图片*/
}

.brand .container:after {
	content: " ";
	display: table;
	clear: both;
}

.brand .brand-left {
	float: left;
	padding-right: 30px;
}

.brand .brand-left:after {
	content: " ";
	display: table;
	clear: both;
}

.brand .brand-left .brand-left-top {
	padding-left: 14px;
	padding-top: 62px;
}

.brand .brand-left .brand-left-top .brand-logo {
	padding-bottom: 6px;
}

.brand .brand-left .brand-left-top .brand-logo:after {
	content: " ";
	display: table;
	clear: both;
}

.brand .brand-left .brand-left-top .brand-logo div {
	float: left;
	font-size: 30px;
}

.brand .brand-left .brand-left-top .brand-logo div:nth-of-type(1) {
	padding-right: 18px;
	color: #333;
	font-weight: bold;
}

.brand .brand-left .brand-left-top .brand-logo div:nth-of-type(2) {
	margin-top: -15px;
}

.brand .brand-left .brand-left-top p {
	padding: 8px 0;
	background: #f92727;
	width: 160px;
	font-size: 16px;
	color: white;
	text-align: center;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(249, 39, 39, 0.7);
}

.brand .brand-left h3 {
	text-align: right;
	margin-top: 50px;
	font-size: 32px;
	padding-bottom: 20px;
}

.brand .brand-left h3:nth-of-type(2) {
	margin-top: 60px;
}

.brand .brand-left>p {
	text-align: right;
	font-size: 18px;
	color: #666;
	padding-bottom: 12px;
	line-height: 1.6;
}

.brand .brand-left>p:nth-of-type(1) {
	line-height: 20px;
}

.brand .brand-left button {
	background: url("../images/jkhzbg.jpg");
	font-family:  "微软雅黑","arial";
	margin-top: 56px;
	color: white;
	font-size: 24px;
	width: 180px;
	height: 54px;
	line-height: 54px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	outline: none;
	float: right;
}

.brand .brand-left button a {
	width: 100%;
	color: white;
	font-size: 24px;
}

.brand .brand-right {
	float: left;
	width: calc(100% - 390px);
	width: -moz-calc(100% - 390px);
	width: -webkit-calc(100% - 390px);
	width: -ms-calc(100% - 390px);
}

.brand .brand-right img {
	padding-top: 60px;
	padding-bottom: 30px;
	width: 100%;
}

.brand .brandl {
	position: absolute;
	bottom: -80px;
	left: -855px;
	z-index: -1;
}

.brand .brandr {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}

/*转换的样式*/
.convert {
	background: #f7fbff;
}

.convert .convert-top {
	padding-top: 50px;
}

.convert .convert-top .convert-logo {
	padding-bottom: 6px;
}

.convert .convert-top .convert-logo:after {
	content: " ";
	display: table;
	clear: both;
}

.convert .convert-top .convert-logo div {
	float: left;
	font-size: 30px;
	font-family:  "微软雅黑","arial";
}

.convert .convert-top .convert-logo div:nth-of-type(1) {
	padding-right: 18px;
	color: #333;
	font-weight: bold;
}

.convert .convert-top .convert-logo div:nth-of-type(2) {
	margin-top: -15px;
}

.convert .convert-top p {
	padding: 8px 0;
	background: #836d47;
	width: 160px;
	font-size: 16px;
	color: white;
	text-align: center;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(131, 109, 71, 0.7);
}

.convert h3 {
	font-size: 32px;
	text-align: center;
	margin-top: -20px;
	padding-bottom: 15px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #d9d9d9;
}
.convert p.converttext{font-size: 18px;line-height: 2;}
.convert .converttext {
	font-size: 18px;
	text-align: center;
}

.convert .converttext:nth-of-type(1) {
	padding-top: 20px;
	color: #666;
}

.convert .converttext:nth-of-type(2) {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #666;
}

.convert .brandimg {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 5px 4% 50px;
}
.convert .brandimg img:first-child{width: 100%;max-width: 720px;}
.convert .brandimg img:nth-of-type(2) {
	position: absolute;
	z-index: -1;
	left: 50%;
	top: -220px;
	margin-left: -1078px;
}

.convert .convert-bom {
	padding-bottom: 90px;
}

.convert .convert-bom:after {
	content: " ";
	display: table;
	clear: both;
}

.convert .convert-bom h5 {
	font-size: 32px;
	padding-bottom: 18px;
	border-bottom: 1px solid #d9d9d9;
}

.convert .convert-bom p {
	font-size: 18px;
	color: #666;
}

.convert .convert-bom p:nth-of-type(1) {
	padding-top: 20px;
	padding-bottom: 10px;
}

.convert .convert-bom .convertl {
	float: left;
	text-align: right;
	vertical-align: middle;
}

.convert .convert-bom .btn {
	float: left;
	vertical-align: middle;
	padding: 0;
	padding-top: 50px;
	padding-left: 90px;
	margin: 0;
}

.convert .convert-bom .btn button {
	background: url("../images/jkhzbg.jpg");
	color: white;
	font-size: 24px;
	width: 180px;
	height: 54px;
	line-height: 54px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	outline: none;
}

.convert .convert-bom .btn button a {
	width: 100%;
	color: white;
	font-size: 24px;
}

.convert .convert-bom .convertr {
	display: inline-block;
	vertical-align: middle;
	float: right;
}

.convert .convert-bom .convertl,
.convert .convert-bom .convertr {
	width: calc(50% - 180px);
	width: -moz-calc(50% - 180px);
	width: -webkit-calc(50% - 180px);
	width: -ms-calc(50% - 180px);
	box-sizing: border-box;
}

.us {
	background: url("../images/usbg.jpg") no-repeat center;
	height: 840px;
}

.us .us-top {
	padding-top: 50px;
	padding-bottom: 135px;
}

.us .us-top .us-logo {
	padding-bottom: 10px;
}

.us .us-top .us-logo:after {
	content: " ";
	display: table;
	clear: both;
}

.us .us-top .us-logo div {
	float: left;
	font-size: 30px;
}

.us .us-top .us-logo div:nth-of-type(1) {
	padding-right: 18px;
	color: #333;
	font-weight: bold;
}

.us .us-top .us-logo div:nth-of-type(2) {
	margin-top: -15px;
}

.us .us-top p {
	padding: 8px 0;
	background: #10b1ef;
	width: 160px;
	font-size: 16px;
	color: white;
	text-align: center;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(16, 177, 239, 0.7);
}

.us .us-center .cfxshadow {
	position: relative;
	box-shadow: 1px 3px 10px 0px #d6e4f8;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 22px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.us .us-center .cfxshadow:after {
	content: " ";
	display: table;
	clear: both;
}

.us .us-center .listl {
	float: left;
}

.us .us-center .listl .listtext:after {
	content: " ";
	display: table;
	clear: both;
}

.us .us-center .listl .listtext div {
	float: left;
	font-size: 42px;
	color: #333;
	font-weight: bold;
	line-height: 82px;
}

.us .us-center .listl .listtext div:nth-of-type(1) {
	padding-right: 22px;
}

.us .us-center .listl .listtext div:nth-of-type(2) {
	margin-top: -24px;
}

.us .us-center .listr {
	float: right;
	line-height: 82px;
	color: #666666;
	font-size: 18px;
}

.us .us-center .cfx1 {
	max-width: 668px;
	height: 82px;
	margin-left: 184px;
	padding-left: 194px;
}

.us .us-center .cfx1 .listr {
	padding-right: 152px;
}

.us .us-center .cfx2 {
	position: relative;
	max-width: 548px;
	height: 82px;
	margin-left: 245px;
	padding-left: 127px;
}

.us .us-center .cfx2 .jtxx {
	position: absolute;
	right: 10px;
	top: -5px;
}

.us .us-center .cfx2 .listr {
	padding-right: 92px;
}

.us .us-center .cfx3 {
	position: relative;
	max-width: 468px;
	height: 82px;
	margin-left: 287px;
	padding-left: 90px;
}

.us .us-center .cfx3 .jtxx {
	position: absolute;
	right: 10px;
	top: -5px;
}

.us .us-center .cfx3 .listr {
	padding-right: 56px;
}

.us .us-center .cfx4 {
	max-width: 392px;
	height: 82px;
	margin-left: 485px;
	font-size: 32px;
	color: #333;
	font-weight: bold;
	line-height: 82px;
	text-align: center;
}

.us .us-center .cfx4 .jtxx {
	position: absolute;
	left: 10px;
	top: -5px;
}

.us .us-bottom {
	max-width: 1100px;
	margin: auto;
	font-size: 18px;
	color: #666;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1px;
	padding: 36px 4% 0;
}

.us .us-bottom-ls {
	color: #167df2;
	font-weight: bold;
}

.customers {
	/*合作用户的动画效果过程实现*/
}

.customers .one:after,
.customers .two:after,
.customers .three:after {
	content: " ";
	display: table;
	clear: both;
}

.customers .one>div,
.customers .two>div,
.customers .three>div {
	float: left;
}

.customers .one img,
.customers .two img,
.customers .three img {
	width: 100%;
}

.customers .one div,
.customers .three div {
	width: 10.4%;
}

.customers .one div:nth-of-type(1),
.customers .one div:nth-of-type(10),
.customers .three div:nth-of-type(1),
.customers .three div:nth-of-type(10) {
	width: 8.33333333%;
}

.customers .two:after {
	content: " ";
	display: table;
	clear: both;
}

.customers .two .two-left,
.customers .two .two-center,
.customers .two .two-right {
	float: left;
}

.customers .two .two-left {
	width: 39.58333333333333%;
}

.customers .two .two-left:after {
	content: " ";
	display: table;
	clear: both;
}

.customers .two .two-left .two-left1 {
	float: left;
}

.customers .two .two-left .two-left1:after {
	content: " ";
	display: table;
	clear: both;
}

.customers .two .two-left .two-left1 div {
	float: left;
	width: 26.31578947368421%;
}

.customers .two .two-left .two-left1 div:nth-of-type(1) {
	width: 21.0526315%;
}

.customers .two .two-right {
	width: 39.58333333333333%;
}

.customers .two .two-right:after {
	content: " ";
	display: table;
	clear: both;
}

.customers .two .two-right .two-right1 {
	float: left;
}

.customers .two .two-right .two-right1:after {
	content: " ";
	display: table;
	clear: both;
}

.customers .two .two-right .two-right1 div {
	float: left;
	width: 26.31578947368421%;
}

.customers .two .two-right .two-right1 div:nth-of-type(4) {
	width: 21.0526315%;
}

.customers .two .two-center {
	width: 20.7%;
}

.customers .donghua {
	animation: identifier 1s;
	-webkit-animation: identifier 1s;
}

@keyframes identifier {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		z-index: -1;
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		z-index: -1;
	}
}

/******* 新加 *******/


.pfsh {
	font-family:  "微软雅黑","arial";
}

.pfsc {
	font-family:  "微软雅黑","arial";
}

.whatyx {
	background: url("../images/whatbg.jpg");
	background-size: 100% 100%;
}

.whatyx img {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 80px;
}

.whatyx h1 {
	font-size: 32px;
	padding-top: 130px;
	padding-bottom: 30px;
}

.whatyx p {
	font-size: 18px;
	color: #666666;
	line-height: 42px;
}

.linian {
	background: url("../images/linianbg.jpg");
	background-size: 100% 100%;
	text-align: center;
	padding-bottom: 96px;
}

.linian h1 {
	font-size: 32px;
	padding-top: 70px;
	padding-bottom: 30px;
}

.linian p {
	font-size: 18px;
	color: #999999;
	padding-bottom: 80px;
	line-height: 2;
}

.linian .container img{max-width: 785px;width: 100%;}
.fuwu {
	background: url("../images/fuwubg.jpg");
	background-size: 100% 100%;
	text-align: center;
}

.fuwu h1 {
	font-size: 32px;
	padding-top: 70px;
	padding-bottom: 48px;
}

.fuwu .fuwulist {
	width: 100%;
	max-width: 450px;
	height: 66px;
	background: url("../images/titlebg.png");
	background-size: 100% 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 48px;
}

.fuwu .fuwulist::after {
	content: "";
	display: block;
	height: 0;
	width: 100%;
	clear: both;
}

.fuwu .fuwulist span {
	display: block;
	width: 33.33%;
	float: left;
	line-height: 66px;
	font-size: 20px;
}

.fuwu .fuwulist .fulisthover {
	background: url("../images/titlehover.png");
	background-size: 100% 100%;
	color: #fff;
}

.fuwu .fuwuitem {
	text-align: center;
	padding-bottom: 64px;
}

.fuwu .fuwuitem .col-md-3 {
	height: 348px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	padding: 0;
	overflow: hidden;
}

.fuwu .fuwuitem .col-md-3.fuwuhover {
	
}
.fuwu .fuwuitem .col-md-3>div {
	width: 100%;
	height: 348px;
}
.fuwu .fuwuitem .col-md-3.fuwuhover>div {
	background: url("../images/hoverbg.png");
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	height: 368px;
}

.fuwu .fuwuitem .col-md-3.fuwuhover div img {
	padding-top: 50px;
	padding-bottom: 40px;
}

.fuwu .fuwuitem .col-md-3 div ul li {
	color: #fff;
	line-height: 16px;
	padding-top: 10px;
}

.fuwu .fuwuitem .col-md-3 div ul li span {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../images/icon.png");
	background-size: 100% 100%;
	margin-top: 0px;
}

.fuwu .fuwuitem .col-md-3:nth-of-type(1) {
	background: url("../images/fuwubg1.png");
}

.fuwu .fuwuitem .col-md-3:nth-of-type(2) {
	background: url("../images/fuwubg2.png");
}

.fuwu .fuwuitem .col-md-3:nth-of-type(3) {
	background: url("../images/fuwubg3.png");
}

.fuwu .fuwuitem .col-md-3:nth-of-type(4) {
	background: url("../images/fuwubg4.png");
}

.fuwu .fuwuitem .col-md-3 img {
	padding-top: 100px;
	padding-bottom: 40px;
	height: 40px;
	box-sizing: content-box;
}

.fuwu .fuwuitem .col-md-3 span.icontitle {
	display: block;
	color: #fff;
	margin-bottom: 20px;
}

.fuwu .fuwuitem .col-md-3 p {
	width: 20px;
	height: 2px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

/*.fuwu .fuwu1 .col-md-3>div:nth-of-type(1) {*/
/*	background: url("../images/fuwubg1.png");*/
/*}*/

/*.fuwu .fuwu1 .col-md-3>div:nth-of-type(2) {*/
/*	background: url("../images/fuwubg2.png");*/
/*}*/

/*.fuwu .fuwu1 .col-md-3>div:nth-of-type(3) {*/
/*	background: url("../images/fuwubg3.png");*/
/*}*/

/*.fuwu .fuwu1 .col-md-3>div:nth-of-type(4) {*/
/*	background: url("../images/fuwubg4.png");*/
/*}*/

.fuwu .fuwu2 {
	display: none;
}

.fuwu .fuwu2 .col-md-3:nth-of-type(1) {
	background: url("../images/fuwubg5.png");
}

.fuwu .fuwu2 .col-md-3:nth-of-type(2) {
	background: url("../images/fuwubg6.png");
}

.fuwu .fuwu2 .col-md-3:nth-of-type(3) {
	background: url("../images/fuwubg7.png");
}

.fuwu .fuwu2 .col-md-3:nth-of-type(4) {
	background: url("../images/fuwubg8.png");
}

.fuwu .fuwu3 {
	display: none;
}

.fuwu .fuwu3 .col-md-3:nth-of-type(1) {
	background: url("../images/fuwubg9.png");
}

.fuwu .fuwu3 .col-md-3:nth-of-type(2) {
	background: url("../images/fuwubg10.png");
}

.fuwu .fuwu3 .col-md-3:nth-of-type(3) {
	background: url("../images/fuwubg11.png");
}

.fuwu .fuwu3 .col-md-3:nth-of-type(4) {
	background: url("../images/fuwubg12.png");
}


.fuwu .btn {
	width: 245px;
	height: 66px;
	padding: 0;
	margin-bottom: 60px;
	background: url("../images/btnbg.png");
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.fuwu .btn a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 66px;
}

.advantage {
	background: url("../images/youshibg.jpg");
	background-size: 100% 100%;
	text-align: center;
	padding-bottom: 76px;
}

.advantage h1 {
	font-size: 32px;
	padding-top: 70px;
	padding-bottom: 48px;
}

.advantage .col-md-3 .adtitem {
	background: #fff;
	height: 388px;
	box-shadow: 1px 2px 2px 2px #f0f0f0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius10: px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
}

.advantage .col-md-3 .adtitem img {
	padding-top: 50px;
	padding-bottom: 40px;
}

.advantage .col-md-3 .adtitem h2 {
	font-size: 24px;
	padding-bottom: 23px;
}

.advantage .col-md-3 .adtitem p {
	font-size: 16px;
	line-height: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.fuwu .fuwu1 .col-md-3{background-size: cover !important;}